@aws-sdk/client-rekognition 3.50.0 → 3.51.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 +8 -0
- package/dist-types/ts3.4/Rekognition.d.ts +295 -0
- package/dist-types/ts3.4/RekognitionClient.d.ts +131 -0
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2866 -0
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,2866 @@
|
|
|
1
|
+
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
+
|
|
4
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
5
|
+
name: "AccessDeniedException";
|
|
6
|
+
$fault: "client";
|
|
7
|
+
Message?: string;
|
|
8
|
+
Code?: string;
|
|
9
|
+
|
|
10
|
+
Logref?: string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface AgeRange {
|
|
14
|
+
|
|
15
|
+
Low?: number;
|
|
16
|
+
|
|
17
|
+
High?: number;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace AgeRange {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: AgeRange) => any;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface S3Object {
|
|
25
|
+
|
|
26
|
+
Bucket?: string;
|
|
27
|
+
|
|
28
|
+
Name?: string;
|
|
29
|
+
|
|
30
|
+
Version?: string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace S3Object {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: S3Object) => any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface GroundTruthManifest {
|
|
38
|
+
|
|
39
|
+
S3Object?: S3Object;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace GroundTruthManifest {
|
|
42
|
+
|
|
43
|
+
const filterSensitiveLog: (obj: GroundTruthManifest) => any;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface Asset {
|
|
47
|
+
|
|
48
|
+
GroundTruthManifest?: GroundTruthManifest;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace Asset {
|
|
51
|
+
|
|
52
|
+
const filterSensitiveLog: (obj: Asset) => any;
|
|
53
|
+
}
|
|
54
|
+
export declare enum Attribute {
|
|
55
|
+
ALL = "ALL",
|
|
56
|
+
DEFAULT = "DEFAULT"
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface AudioMetadata {
|
|
60
|
+
|
|
61
|
+
Codec?: string;
|
|
62
|
+
|
|
63
|
+
DurationMillis?: number;
|
|
64
|
+
|
|
65
|
+
SampleRate?: number;
|
|
66
|
+
|
|
67
|
+
NumberOfChannels?: number;
|
|
68
|
+
}
|
|
69
|
+
export declare namespace AudioMetadata {
|
|
70
|
+
|
|
71
|
+
const filterSensitiveLog: (obj: AudioMetadata) => any;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface Beard {
|
|
75
|
+
|
|
76
|
+
Value?: boolean;
|
|
77
|
+
|
|
78
|
+
Confidence?: number;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace Beard {
|
|
81
|
+
|
|
82
|
+
const filterSensitiveLog: (obj: Beard) => any;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface BlackFrame {
|
|
86
|
+
|
|
87
|
+
MaxPixelThreshold?: number;
|
|
88
|
+
|
|
89
|
+
MinCoveragePercentage?: number;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace BlackFrame {
|
|
92
|
+
|
|
93
|
+
const filterSensitiveLog: (obj: BlackFrame) => any;
|
|
94
|
+
}
|
|
95
|
+
export declare enum BodyPart {
|
|
96
|
+
FACE = "FACE",
|
|
97
|
+
HEAD = "HEAD",
|
|
98
|
+
LEFT_HAND = "LEFT_HAND",
|
|
99
|
+
RIGHT_HAND = "RIGHT_HAND"
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface BoundingBox {
|
|
103
|
+
|
|
104
|
+
Width?: number;
|
|
105
|
+
|
|
106
|
+
Height?: number;
|
|
107
|
+
|
|
108
|
+
Left?: number;
|
|
109
|
+
|
|
110
|
+
Top?: number;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace BoundingBox {
|
|
113
|
+
|
|
114
|
+
const filterSensitiveLog: (obj: BoundingBox) => any;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface CoversBodyPart {
|
|
118
|
+
|
|
119
|
+
Confidence?: number;
|
|
120
|
+
|
|
121
|
+
Value?: boolean;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace CoversBodyPart {
|
|
124
|
+
|
|
125
|
+
const filterSensitiveLog: (obj: CoversBodyPart) => any;
|
|
126
|
+
}
|
|
127
|
+
export declare enum ProtectiveEquipmentType {
|
|
128
|
+
FACE_COVER = "FACE_COVER",
|
|
129
|
+
HAND_COVER = "HAND_COVER",
|
|
130
|
+
HEAD_COVER = "HEAD_COVER"
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface EquipmentDetection {
|
|
134
|
+
|
|
135
|
+
BoundingBox?: BoundingBox;
|
|
136
|
+
|
|
137
|
+
Confidence?: number;
|
|
138
|
+
|
|
139
|
+
Type?: ProtectiveEquipmentType | string;
|
|
140
|
+
|
|
141
|
+
CoversBodyPart?: CoversBodyPart;
|
|
142
|
+
}
|
|
143
|
+
export declare namespace EquipmentDetection {
|
|
144
|
+
|
|
145
|
+
const filterSensitiveLog: (obj: EquipmentDetection) => any;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface ProtectiveEquipmentBodyPart {
|
|
149
|
+
|
|
150
|
+
Name?: BodyPart | string;
|
|
151
|
+
|
|
152
|
+
Confidence?: number;
|
|
153
|
+
|
|
154
|
+
EquipmentDetections?: EquipmentDetection[];
|
|
155
|
+
}
|
|
156
|
+
export declare namespace ProtectiveEquipmentBodyPart {
|
|
157
|
+
|
|
158
|
+
const filterSensitiveLog: (obj: ProtectiveEquipmentBodyPart) => any;
|
|
159
|
+
}
|
|
160
|
+
export declare type EmotionName = "ANGRY" | "CALM" | "CONFUSED" | "DISGUSTED" | "FEAR" | "HAPPY" | "SAD" | "SURPRISED" | "UNKNOWN";
|
|
161
|
+
|
|
162
|
+
export interface Emotion {
|
|
163
|
+
|
|
164
|
+
Type?: EmotionName | string;
|
|
165
|
+
|
|
166
|
+
Confidence?: number;
|
|
167
|
+
}
|
|
168
|
+
export declare namespace Emotion {
|
|
169
|
+
|
|
170
|
+
const filterSensitiveLog: (obj: Emotion) => any;
|
|
171
|
+
}
|
|
172
|
+
export declare enum LandmarkType {
|
|
173
|
+
chinBottom = "chinBottom",
|
|
174
|
+
eyeLeft = "eyeLeft",
|
|
175
|
+
eyeRight = "eyeRight",
|
|
176
|
+
leftEyeBrowLeft = "leftEyeBrowLeft",
|
|
177
|
+
leftEyeBrowRight = "leftEyeBrowRight",
|
|
178
|
+
leftEyeBrowUp = "leftEyeBrowUp",
|
|
179
|
+
leftEyeDown = "leftEyeDown",
|
|
180
|
+
leftEyeLeft = "leftEyeLeft",
|
|
181
|
+
leftEyeRight = "leftEyeRight",
|
|
182
|
+
leftEyeUp = "leftEyeUp",
|
|
183
|
+
leftPupil = "leftPupil",
|
|
184
|
+
midJawlineLeft = "midJawlineLeft",
|
|
185
|
+
midJawlineRight = "midJawlineRight",
|
|
186
|
+
mouthDown = "mouthDown",
|
|
187
|
+
mouthLeft = "mouthLeft",
|
|
188
|
+
mouthRight = "mouthRight",
|
|
189
|
+
mouthUp = "mouthUp",
|
|
190
|
+
nose = "nose",
|
|
191
|
+
noseLeft = "noseLeft",
|
|
192
|
+
noseRight = "noseRight",
|
|
193
|
+
rightEyeBrowLeft = "rightEyeBrowLeft",
|
|
194
|
+
rightEyeBrowRight = "rightEyeBrowRight",
|
|
195
|
+
rightEyeBrowUp = "rightEyeBrowUp",
|
|
196
|
+
rightEyeDown = "rightEyeDown",
|
|
197
|
+
rightEyeLeft = "rightEyeLeft",
|
|
198
|
+
rightEyeRight = "rightEyeRight",
|
|
199
|
+
rightEyeUp = "rightEyeUp",
|
|
200
|
+
rightPupil = "rightPupil",
|
|
201
|
+
upperJawlineLeft = "upperJawlineLeft",
|
|
202
|
+
upperJawlineRight = "upperJawlineRight"
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
export interface Landmark {
|
|
206
|
+
|
|
207
|
+
Type?: LandmarkType | string;
|
|
208
|
+
|
|
209
|
+
X?: number;
|
|
210
|
+
|
|
211
|
+
Y?: number;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace Landmark {
|
|
214
|
+
|
|
215
|
+
const filterSensitiveLog: (obj: Landmark) => any;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface Pose {
|
|
219
|
+
|
|
220
|
+
Roll?: number;
|
|
221
|
+
|
|
222
|
+
Yaw?: number;
|
|
223
|
+
|
|
224
|
+
Pitch?: number;
|
|
225
|
+
}
|
|
226
|
+
export declare namespace Pose {
|
|
227
|
+
|
|
228
|
+
const filterSensitiveLog: (obj: Pose) => any;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface ImageQuality {
|
|
232
|
+
|
|
233
|
+
Brightness?: number;
|
|
234
|
+
|
|
235
|
+
Sharpness?: number;
|
|
236
|
+
}
|
|
237
|
+
export declare namespace ImageQuality {
|
|
238
|
+
|
|
239
|
+
const filterSensitiveLog: (obj: ImageQuality) => any;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface Smile {
|
|
243
|
+
|
|
244
|
+
Value?: boolean;
|
|
245
|
+
|
|
246
|
+
Confidence?: number;
|
|
247
|
+
}
|
|
248
|
+
export declare namespace Smile {
|
|
249
|
+
|
|
250
|
+
const filterSensitiveLog: (obj: Smile) => any;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface ComparedFace {
|
|
254
|
+
|
|
255
|
+
BoundingBox?: BoundingBox;
|
|
256
|
+
|
|
257
|
+
Confidence?: number;
|
|
258
|
+
|
|
259
|
+
Landmarks?: Landmark[];
|
|
260
|
+
|
|
261
|
+
Pose?: Pose;
|
|
262
|
+
|
|
263
|
+
Quality?: ImageQuality;
|
|
264
|
+
|
|
265
|
+
Emotions?: Emotion[];
|
|
266
|
+
|
|
267
|
+
Smile?: Smile;
|
|
268
|
+
}
|
|
269
|
+
export declare namespace ComparedFace {
|
|
270
|
+
|
|
271
|
+
const filterSensitiveLog: (obj: ComparedFace) => any;
|
|
272
|
+
}
|
|
273
|
+
export declare enum KnownGenderType {
|
|
274
|
+
Female = "Female",
|
|
275
|
+
Male = "Male",
|
|
276
|
+
Nonbinary = "Nonbinary",
|
|
277
|
+
Unlisted = "Unlisted"
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface KnownGender {
|
|
281
|
+
|
|
282
|
+
Type?: KnownGenderType | string;
|
|
283
|
+
}
|
|
284
|
+
export declare namespace KnownGender {
|
|
285
|
+
|
|
286
|
+
const filterSensitiveLog: (obj: KnownGender) => any;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface Celebrity {
|
|
290
|
+
|
|
291
|
+
Urls?: string[];
|
|
292
|
+
|
|
293
|
+
Name?: string;
|
|
294
|
+
|
|
295
|
+
Id?: string;
|
|
296
|
+
|
|
297
|
+
Face?: ComparedFace;
|
|
298
|
+
|
|
299
|
+
MatchConfidence?: number;
|
|
300
|
+
|
|
301
|
+
KnownGender?: KnownGender;
|
|
302
|
+
}
|
|
303
|
+
export declare namespace Celebrity {
|
|
304
|
+
|
|
305
|
+
const filterSensitiveLog: (obj: Celebrity) => any;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface Eyeglasses {
|
|
309
|
+
|
|
310
|
+
Value?: boolean;
|
|
311
|
+
|
|
312
|
+
Confidence?: number;
|
|
313
|
+
}
|
|
314
|
+
export declare namespace Eyeglasses {
|
|
315
|
+
|
|
316
|
+
const filterSensitiveLog: (obj: Eyeglasses) => any;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export interface EyeOpen {
|
|
320
|
+
|
|
321
|
+
Value?: boolean;
|
|
322
|
+
|
|
323
|
+
Confidence?: number;
|
|
324
|
+
}
|
|
325
|
+
export declare namespace EyeOpen {
|
|
326
|
+
|
|
327
|
+
const filterSensitiveLog: (obj: EyeOpen) => any;
|
|
328
|
+
}
|
|
329
|
+
export declare enum GenderType {
|
|
330
|
+
Female = "Female",
|
|
331
|
+
Male = "Male"
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface Gender {
|
|
335
|
+
|
|
336
|
+
Value?: GenderType | string;
|
|
337
|
+
|
|
338
|
+
Confidence?: number;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace Gender {
|
|
341
|
+
|
|
342
|
+
const filterSensitiveLog: (obj: Gender) => any;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface MouthOpen {
|
|
346
|
+
|
|
347
|
+
Value?: boolean;
|
|
348
|
+
|
|
349
|
+
Confidence?: number;
|
|
350
|
+
}
|
|
351
|
+
export declare namespace MouthOpen {
|
|
352
|
+
|
|
353
|
+
const filterSensitiveLog: (obj: MouthOpen) => any;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export interface Mustache {
|
|
357
|
+
|
|
358
|
+
Value?: boolean;
|
|
359
|
+
|
|
360
|
+
Confidence?: number;
|
|
361
|
+
}
|
|
362
|
+
export declare namespace Mustache {
|
|
363
|
+
|
|
364
|
+
const filterSensitiveLog: (obj: Mustache) => any;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
export interface Sunglasses {
|
|
368
|
+
|
|
369
|
+
Value?: boolean;
|
|
370
|
+
|
|
371
|
+
Confidence?: number;
|
|
372
|
+
}
|
|
373
|
+
export declare namespace Sunglasses {
|
|
374
|
+
|
|
375
|
+
const filterSensitiveLog: (obj: Sunglasses) => any;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface FaceDetail {
|
|
379
|
+
|
|
380
|
+
BoundingBox?: BoundingBox;
|
|
381
|
+
|
|
382
|
+
AgeRange?: AgeRange;
|
|
383
|
+
|
|
384
|
+
Smile?: Smile;
|
|
385
|
+
|
|
386
|
+
Eyeglasses?: Eyeglasses;
|
|
387
|
+
|
|
388
|
+
Sunglasses?: Sunglasses;
|
|
389
|
+
|
|
390
|
+
Gender?: Gender;
|
|
391
|
+
|
|
392
|
+
Beard?: Beard;
|
|
393
|
+
|
|
394
|
+
Mustache?: Mustache;
|
|
395
|
+
|
|
396
|
+
EyesOpen?: EyeOpen;
|
|
397
|
+
|
|
398
|
+
MouthOpen?: MouthOpen;
|
|
399
|
+
|
|
400
|
+
Emotions?: Emotion[];
|
|
401
|
+
|
|
402
|
+
Landmarks?: Landmark[];
|
|
403
|
+
|
|
404
|
+
Pose?: Pose;
|
|
405
|
+
|
|
406
|
+
Quality?: ImageQuality;
|
|
407
|
+
|
|
408
|
+
Confidence?: number;
|
|
409
|
+
}
|
|
410
|
+
export declare namespace FaceDetail {
|
|
411
|
+
|
|
412
|
+
const filterSensitiveLog: (obj: FaceDetail) => any;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export interface CelebrityDetail {
|
|
416
|
+
|
|
417
|
+
Urls?: string[];
|
|
418
|
+
|
|
419
|
+
Name?: string;
|
|
420
|
+
|
|
421
|
+
Id?: string;
|
|
422
|
+
|
|
423
|
+
Confidence?: number;
|
|
424
|
+
|
|
425
|
+
BoundingBox?: BoundingBox;
|
|
426
|
+
|
|
427
|
+
Face?: FaceDetail;
|
|
428
|
+
|
|
429
|
+
KnownGender?: KnownGender;
|
|
430
|
+
}
|
|
431
|
+
export declare namespace CelebrityDetail {
|
|
432
|
+
|
|
433
|
+
const filterSensitiveLog: (obj: CelebrityDetail) => any;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface CelebrityRecognition {
|
|
437
|
+
|
|
438
|
+
Timestamp?: number;
|
|
439
|
+
|
|
440
|
+
Celebrity?: CelebrityDetail;
|
|
441
|
+
}
|
|
442
|
+
export declare namespace CelebrityRecognition {
|
|
443
|
+
|
|
444
|
+
const filterSensitiveLog: (obj: CelebrityRecognition) => any;
|
|
445
|
+
}
|
|
446
|
+
export declare enum CelebrityRecognitionSortBy {
|
|
447
|
+
ID = "ID",
|
|
448
|
+
TIMESTAMP = "TIMESTAMP"
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface ComparedSourceImageFace {
|
|
452
|
+
|
|
453
|
+
BoundingBox?: BoundingBox;
|
|
454
|
+
|
|
455
|
+
Confidence?: number;
|
|
456
|
+
}
|
|
457
|
+
export declare namespace ComparedSourceImageFace {
|
|
458
|
+
|
|
459
|
+
const filterSensitiveLog: (obj: ComparedSourceImageFace) => any;
|
|
460
|
+
}
|
|
461
|
+
export declare enum QualityFilter {
|
|
462
|
+
AUTO = "AUTO",
|
|
463
|
+
HIGH = "HIGH",
|
|
464
|
+
LOW = "LOW",
|
|
465
|
+
MEDIUM = "MEDIUM",
|
|
466
|
+
NONE = "NONE"
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface Image {
|
|
470
|
+
|
|
471
|
+
Bytes?: Uint8Array;
|
|
472
|
+
|
|
473
|
+
S3Object?: S3Object;
|
|
474
|
+
}
|
|
475
|
+
export declare namespace Image {
|
|
476
|
+
|
|
477
|
+
const filterSensitiveLog: (obj: Image) => any;
|
|
478
|
+
}
|
|
479
|
+
export interface CompareFacesRequest {
|
|
480
|
+
|
|
481
|
+
SourceImage: Image | undefined;
|
|
482
|
+
|
|
483
|
+
TargetImage: Image | undefined;
|
|
484
|
+
|
|
485
|
+
SimilarityThreshold?: number;
|
|
486
|
+
|
|
487
|
+
QualityFilter?: QualityFilter | string;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace CompareFacesRequest {
|
|
490
|
+
|
|
491
|
+
const filterSensitiveLog: (obj: CompareFacesRequest) => any;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface CompareFacesMatch {
|
|
495
|
+
|
|
496
|
+
Similarity?: number;
|
|
497
|
+
|
|
498
|
+
Face?: ComparedFace;
|
|
499
|
+
}
|
|
500
|
+
export declare namespace CompareFacesMatch {
|
|
501
|
+
|
|
502
|
+
const filterSensitiveLog: (obj: CompareFacesMatch) => any;
|
|
503
|
+
}
|
|
504
|
+
export declare enum OrientationCorrection {
|
|
505
|
+
ROTATE_0 = "ROTATE_0",
|
|
506
|
+
ROTATE_180 = "ROTATE_180",
|
|
507
|
+
ROTATE_270 = "ROTATE_270",
|
|
508
|
+
ROTATE_90 = "ROTATE_90"
|
|
509
|
+
}
|
|
510
|
+
export interface CompareFacesResponse {
|
|
511
|
+
|
|
512
|
+
SourceImageFace?: ComparedSourceImageFace;
|
|
513
|
+
|
|
514
|
+
FaceMatches?: CompareFacesMatch[];
|
|
515
|
+
|
|
516
|
+
UnmatchedFaces?: ComparedFace[];
|
|
517
|
+
|
|
518
|
+
SourceImageOrientationCorrection?: OrientationCorrection | string;
|
|
519
|
+
|
|
520
|
+
TargetImageOrientationCorrection?: OrientationCorrection | string;
|
|
521
|
+
}
|
|
522
|
+
export declare namespace CompareFacesResponse {
|
|
523
|
+
|
|
524
|
+
const filterSensitiveLog: (obj: CompareFacesResponse) => any;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface ImageTooLargeException extends __SmithyException, $MetadataBearer {
|
|
528
|
+
name: "ImageTooLargeException";
|
|
529
|
+
$fault: "client";
|
|
530
|
+
Message?: string;
|
|
531
|
+
Code?: string;
|
|
532
|
+
|
|
533
|
+
Logref?: string;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
537
|
+
name: "InternalServerError";
|
|
538
|
+
$fault: "server";
|
|
539
|
+
Message?: string;
|
|
540
|
+
Code?: string;
|
|
541
|
+
|
|
542
|
+
Logref?: string;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface InvalidImageFormatException extends __SmithyException, $MetadataBearer {
|
|
546
|
+
name: "InvalidImageFormatException";
|
|
547
|
+
$fault: "client";
|
|
548
|
+
Message?: string;
|
|
549
|
+
Code?: string;
|
|
550
|
+
|
|
551
|
+
Logref?: string;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
555
|
+
name: "InvalidParameterException";
|
|
556
|
+
$fault: "client";
|
|
557
|
+
Message?: string;
|
|
558
|
+
Code?: string;
|
|
559
|
+
|
|
560
|
+
Logref?: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface InvalidS3ObjectException extends __SmithyException, $MetadataBearer {
|
|
564
|
+
name: "InvalidS3ObjectException";
|
|
565
|
+
$fault: "client";
|
|
566
|
+
Message?: string;
|
|
567
|
+
Code?: string;
|
|
568
|
+
|
|
569
|
+
Logref?: string;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export interface ProvisionedThroughputExceededException extends __SmithyException, $MetadataBearer {
|
|
573
|
+
name: "ProvisionedThroughputExceededException";
|
|
574
|
+
$fault: "client";
|
|
575
|
+
Message?: string;
|
|
576
|
+
Code?: string;
|
|
577
|
+
|
|
578
|
+
Logref?: string;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
582
|
+
name: "ThrottlingException";
|
|
583
|
+
$fault: "server";
|
|
584
|
+
Message?: string;
|
|
585
|
+
Code?: string;
|
|
586
|
+
|
|
587
|
+
Logref?: string;
|
|
588
|
+
}
|
|
589
|
+
export declare enum ContentClassifier {
|
|
590
|
+
FREE_OF_ADULT_CONTENT = "FreeOfAdultContent",
|
|
591
|
+
FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION = "FreeOfPersonallyIdentifiableInformation"
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
export interface ModerationLabel {
|
|
595
|
+
|
|
596
|
+
Confidence?: number;
|
|
597
|
+
|
|
598
|
+
Name?: string;
|
|
599
|
+
|
|
600
|
+
ParentName?: string;
|
|
601
|
+
}
|
|
602
|
+
export declare namespace ModerationLabel {
|
|
603
|
+
|
|
604
|
+
const filterSensitiveLog: (obj: ModerationLabel) => any;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
export interface ContentModerationDetection {
|
|
608
|
+
|
|
609
|
+
Timestamp?: number;
|
|
610
|
+
|
|
611
|
+
ModerationLabel?: ModerationLabel;
|
|
612
|
+
}
|
|
613
|
+
export declare namespace ContentModerationDetection {
|
|
614
|
+
|
|
615
|
+
const filterSensitiveLog: (obj: ContentModerationDetection) => any;
|
|
616
|
+
}
|
|
617
|
+
export declare enum ContentModerationSortBy {
|
|
618
|
+
NAME = "NAME",
|
|
619
|
+
TIMESTAMP = "TIMESTAMP"
|
|
620
|
+
}
|
|
621
|
+
export interface CreateCollectionRequest {
|
|
622
|
+
|
|
623
|
+
CollectionId: string | undefined;
|
|
624
|
+
|
|
625
|
+
Tags?: {
|
|
626
|
+
[key: string]: string;
|
|
627
|
+
};
|
|
628
|
+
}
|
|
629
|
+
export declare namespace CreateCollectionRequest {
|
|
630
|
+
|
|
631
|
+
const filterSensitiveLog: (obj: CreateCollectionRequest) => any;
|
|
632
|
+
}
|
|
633
|
+
export interface CreateCollectionResponse {
|
|
634
|
+
|
|
635
|
+
StatusCode?: number;
|
|
636
|
+
|
|
637
|
+
CollectionArn?: string;
|
|
638
|
+
|
|
639
|
+
FaceModelVersion?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace CreateCollectionResponse {
|
|
642
|
+
|
|
643
|
+
const filterSensitiveLog: (obj: CreateCollectionResponse) => any;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
647
|
+
name: "ResourceAlreadyExistsException";
|
|
648
|
+
$fault: "client";
|
|
649
|
+
Message?: string;
|
|
650
|
+
Code?: string;
|
|
651
|
+
|
|
652
|
+
Logref?: string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
656
|
+
name: "ServiceQuotaExceededException";
|
|
657
|
+
$fault: "client";
|
|
658
|
+
Message?: string;
|
|
659
|
+
Code?: string;
|
|
660
|
+
|
|
661
|
+
Logref?: string;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface DatasetSource {
|
|
665
|
+
|
|
666
|
+
GroundTruthManifest?: GroundTruthManifest;
|
|
667
|
+
|
|
668
|
+
DatasetArn?: string;
|
|
669
|
+
}
|
|
670
|
+
export declare namespace DatasetSource {
|
|
671
|
+
|
|
672
|
+
const filterSensitiveLog: (obj: DatasetSource) => any;
|
|
673
|
+
}
|
|
674
|
+
export declare enum DatasetType {
|
|
675
|
+
TEST = "TEST",
|
|
676
|
+
TRAIN = "TRAIN"
|
|
677
|
+
}
|
|
678
|
+
export interface CreateDatasetRequest {
|
|
679
|
+
|
|
680
|
+
DatasetSource?: DatasetSource;
|
|
681
|
+
|
|
682
|
+
DatasetType: DatasetType | string | undefined;
|
|
683
|
+
|
|
684
|
+
ProjectArn: string | undefined;
|
|
685
|
+
}
|
|
686
|
+
export declare namespace CreateDatasetRequest {
|
|
687
|
+
|
|
688
|
+
const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
689
|
+
}
|
|
690
|
+
export interface CreateDatasetResponse {
|
|
691
|
+
|
|
692
|
+
DatasetArn?: string;
|
|
693
|
+
}
|
|
694
|
+
export declare namespace CreateDatasetResponse {
|
|
695
|
+
|
|
696
|
+
const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
700
|
+
name: "LimitExceededException";
|
|
701
|
+
$fault: "client";
|
|
702
|
+
Message?: string;
|
|
703
|
+
Code?: string;
|
|
704
|
+
|
|
705
|
+
Logref?: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
709
|
+
name: "ResourceNotFoundException";
|
|
710
|
+
$fault: "client";
|
|
711
|
+
Message?: string;
|
|
712
|
+
Code?: string;
|
|
713
|
+
|
|
714
|
+
Logref?: string;
|
|
715
|
+
}
|
|
716
|
+
export interface CreateProjectRequest {
|
|
717
|
+
|
|
718
|
+
ProjectName: string | undefined;
|
|
719
|
+
}
|
|
720
|
+
export declare namespace CreateProjectRequest {
|
|
721
|
+
|
|
722
|
+
const filterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
723
|
+
}
|
|
724
|
+
export interface CreateProjectResponse {
|
|
725
|
+
|
|
726
|
+
ProjectArn?: string;
|
|
727
|
+
}
|
|
728
|
+
export declare namespace CreateProjectResponse {
|
|
729
|
+
|
|
730
|
+
const filterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
734
|
+
name: "ResourceInUseException";
|
|
735
|
+
$fault: "client";
|
|
736
|
+
Message?: string;
|
|
737
|
+
Code?: string;
|
|
738
|
+
|
|
739
|
+
Logref?: string;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface OutputConfig {
|
|
743
|
+
|
|
744
|
+
S3Bucket?: string;
|
|
745
|
+
|
|
746
|
+
S3KeyPrefix?: string;
|
|
747
|
+
}
|
|
748
|
+
export declare namespace OutputConfig {
|
|
749
|
+
|
|
750
|
+
const filterSensitiveLog: (obj: OutputConfig) => any;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export interface TestingData {
|
|
754
|
+
|
|
755
|
+
Assets?: Asset[];
|
|
756
|
+
|
|
757
|
+
AutoCreate?: boolean;
|
|
758
|
+
}
|
|
759
|
+
export declare namespace TestingData {
|
|
760
|
+
|
|
761
|
+
const filterSensitiveLog: (obj: TestingData) => any;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export interface TrainingData {
|
|
765
|
+
|
|
766
|
+
Assets?: Asset[];
|
|
767
|
+
}
|
|
768
|
+
export declare namespace TrainingData {
|
|
769
|
+
|
|
770
|
+
const filterSensitiveLog: (obj: TrainingData) => any;
|
|
771
|
+
}
|
|
772
|
+
export interface CreateProjectVersionRequest {
|
|
773
|
+
|
|
774
|
+
ProjectArn: string | undefined;
|
|
775
|
+
|
|
776
|
+
VersionName: string | undefined;
|
|
777
|
+
|
|
778
|
+
OutputConfig: OutputConfig | undefined;
|
|
779
|
+
|
|
780
|
+
TrainingData?: TrainingData;
|
|
781
|
+
|
|
782
|
+
TestingData?: TestingData;
|
|
783
|
+
|
|
784
|
+
Tags?: {
|
|
785
|
+
[key: string]: string;
|
|
786
|
+
};
|
|
787
|
+
|
|
788
|
+
KmsKeyId?: string;
|
|
789
|
+
}
|
|
790
|
+
export declare namespace CreateProjectVersionRequest {
|
|
791
|
+
|
|
792
|
+
const filterSensitiveLog: (obj: CreateProjectVersionRequest) => any;
|
|
793
|
+
}
|
|
794
|
+
export interface CreateProjectVersionResponse {
|
|
795
|
+
|
|
796
|
+
ProjectVersionArn?: string;
|
|
797
|
+
}
|
|
798
|
+
export declare namespace CreateProjectVersionResponse {
|
|
799
|
+
|
|
800
|
+
const filterSensitiveLog: (obj: CreateProjectVersionResponse) => any;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export interface KinesisVideoStream {
|
|
804
|
+
|
|
805
|
+
Arn?: string;
|
|
806
|
+
}
|
|
807
|
+
export declare namespace KinesisVideoStream {
|
|
808
|
+
|
|
809
|
+
const filterSensitiveLog: (obj: KinesisVideoStream) => any;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface StreamProcessorInput {
|
|
813
|
+
|
|
814
|
+
KinesisVideoStream?: KinesisVideoStream;
|
|
815
|
+
}
|
|
816
|
+
export declare namespace StreamProcessorInput {
|
|
817
|
+
|
|
818
|
+
const filterSensitiveLog: (obj: StreamProcessorInput) => any;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export interface KinesisDataStream {
|
|
822
|
+
|
|
823
|
+
Arn?: string;
|
|
824
|
+
}
|
|
825
|
+
export declare namespace KinesisDataStream {
|
|
826
|
+
|
|
827
|
+
const filterSensitiveLog: (obj: KinesisDataStream) => any;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
export interface StreamProcessorOutput {
|
|
831
|
+
|
|
832
|
+
KinesisDataStream?: KinesisDataStream;
|
|
833
|
+
}
|
|
834
|
+
export declare namespace StreamProcessorOutput {
|
|
835
|
+
|
|
836
|
+
const filterSensitiveLog: (obj: StreamProcessorOutput) => any;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface FaceSearchSettings {
|
|
840
|
+
|
|
841
|
+
CollectionId?: string;
|
|
842
|
+
|
|
843
|
+
FaceMatchThreshold?: number;
|
|
844
|
+
}
|
|
845
|
+
export declare namespace FaceSearchSettings {
|
|
846
|
+
|
|
847
|
+
const filterSensitiveLog: (obj: FaceSearchSettings) => any;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
export interface StreamProcessorSettings {
|
|
851
|
+
|
|
852
|
+
FaceSearch?: FaceSearchSettings;
|
|
853
|
+
}
|
|
854
|
+
export declare namespace StreamProcessorSettings {
|
|
855
|
+
|
|
856
|
+
const filterSensitiveLog: (obj: StreamProcessorSettings) => any;
|
|
857
|
+
}
|
|
858
|
+
export interface CreateStreamProcessorRequest {
|
|
859
|
+
|
|
860
|
+
Input: StreamProcessorInput | undefined;
|
|
861
|
+
|
|
862
|
+
Output: StreamProcessorOutput | undefined;
|
|
863
|
+
|
|
864
|
+
Name: string | undefined;
|
|
865
|
+
|
|
866
|
+
Settings: StreamProcessorSettings | undefined;
|
|
867
|
+
|
|
868
|
+
RoleArn: string | undefined;
|
|
869
|
+
|
|
870
|
+
Tags?: {
|
|
871
|
+
[key: string]: string;
|
|
872
|
+
};
|
|
873
|
+
}
|
|
874
|
+
export declare namespace CreateStreamProcessorRequest {
|
|
875
|
+
|
|
876
|
+
const filterSensitiveLog: (obj: CreateStreamProcessorRequest) => any;
|
|
877
|
+
}
|
|
878
|
+
export interface CreateStreamProcessorResponse {
|
|
879
|
+
|
|
880
|
+
StreamProcessorArn?: string;
|
|
881
|
+
}
|
|
882
|
+
export declare namespace CreateStreamProcessorResponse {
|
|
883
|
+
|
|
884
|
+
const filterSensitiveLog: (obj: CreateStreamProcessorResponse) => any;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
export interface Point {
|
|
888
|
+
|
|
889
|
+
X?: number;
|
|
890
|
+
|
|
891
|
+
Y?: number;
|
|
892
|
+
}
|
|
893
|
+
export declare namespace Point {
|
|
894
|
+
|
|
895
|
+
const filterSensitiveLog: (obj: Point) => any;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
export interface Geometry {
|
|
899
|
+
|
|
900
|
+
BoundingBox?: BoundingBox;
|
|
901
|
+
|
|
902
|
+
Polygon?: Point[];
|
|
903
|
+
}
|
|
904
|
+
export declare namespace Geometry {
|
|
905
|
+
|
|
906
|
+
const filterSensitiveLog: (obj: Geometry) => any;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
export interface CustomLabel {
|
|
910
|
+
|
|
911
|
+
Name?: string;
|
|
912
|
+
|
|
913
|
+
Confidence?: number;
|
|
914
|
+
|
|
915
|
+
Geometry?: Geometry;
|
|
916
|
+
}
|
|
917
|
+
export declare namespace CustomLabel {
|
|
918
|
+
|
|
919
|
+
const filterSensitiveLog: (obj: CustomLabel) => any;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
export interface DatasetChanges {
|
|
923
|
+
|
|
924
|
+
GroundTruth: Uint8Array | undefined;
|
|
925
|
+
}
|
|
926
|
+
export declare namespace DatasetChanges {
|
|
927
|
+
|
|
928
|
+
const filterSensitiveLog: (obj: DatasetChanges) => any;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
export interface DatasetStats {
|
|
932
|
+
|
|
933
|
+
LabeledEntries?: number;
|
|
934
|
+
|
|
935
|
+
TotalEntries?: number;
|
|
936
|
+
|
|
937
|
+
TotalLabels?: number;
|
|
938
|
+
|
|
939
|
+
ErrorEntries?: number;
|
|
940
|
+
}
|
|
941
|
+
export declare namespace DatasetStats {
|
|
942
|
+
|
|
943
|
+
const filterSensitiveLog: (obj: DatasetStats) => any;
|
|
944
|
+
}
|
|
945
|
+
export declare enum DatasetStatus {
|
|
946
|
+
CREATE_COMPLETE = "CREATE_COMPLETE",
|
|
947
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
948
|
+
CREATE_IN_PROGRESS = "CREATE_IN_PROGRESS",
|
|
949
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
950
|
+
UPDATE_COMPLETE = "UPDATE_COMPLETE",
|
|
951
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
952
|
+
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
|
|
953
|
+
}
|
|
954
|
+
export declare enum DatasetStatusMessageCode {
|
|
955
|
+
CLIENT_ERROR = "CLIENT_ERROR",
|
|
956
|
+
SERVICE_ERROR = "SERVICE_ERROR",
|
|
957
|
+
SUCCESS = "SUCCESS"
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
export interface DatasetDescription {
|
|
961
|
+
|
|
962
|
+
CreationTimestamp?: Date;
|
|
963
|
+
|
|
964
|
+
LastUpdatedTimestamp?: Date;
|
|
965
|
+
|
|
966
|
+
Status?: DatasetStatus | string;
|
|
967
|
+
|
|
968
|
+
StatusMessage?: string;
|
|
969
|
+
|
|
970
|
+
StatusMessageCode?: DatasetStatusMessageCode | string;
|
|
971
|
+
|
|
972
|
+
DatasetStats?: DatasetStats;
|
|
973
|
+
}
|
|
974
|
+
export declare namespace DatasetDescription {
|
|
975
|
+
|
|
976
|
+
const filterSensitiveLog: (obj: DatasetDescription) => any;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
export interface DatasetLabelStats {
|
|
980
|
+
|
|
981
|
+
EntryCount?: number;
|
|
982
|
+
|
|
983
|
+
BoundingBoxCount?: number;
|
|
984
|
+
}
|
|
985
|
+
export declare namespace DatasetLabelStats {
|
|
986
|
+
|
|
987
|
+
const filterSensitiveLog: (obj: DatasetLabelStats) => any;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface DatasetLabelDescription {
|
|
991
|
+
|
|
992
|
+
LabelName?: string;
|
|
993
|
+
|
|
994
|
+
LabelStats?: DatasetLabelStats;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace DatasetLabelDescription {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: DatasetLabelDescription) => any;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
export interface DatasetMetadata {
|
|
1002
|
+
|
|
1003
|
+
CreationTimestamp?: Date;
|
|
1004
|
+
|
|
1005
|
+
DatasetType?: DatasetType | string;
|
|
1006
|
+
|
|
1007
|
+
DatasetArn?: string;
|
|
1008
|
+
|
|
1009
|
+
Status?: DatasetStatus | string;
|
|
1010
|
+
|
|
1011
|
+
StatusMessage?: string;
|
|
1012
|
+
|
|
1013
|
+
StatusMessageCode?: DatasetStatusMessageCode | string;
|
|
1014
|
+
}
|
|
1015
|
+
export declare namespace DatasetMetadata {
|
|
1016
|
+
|
|
1017
|
+
const filterSensitiveLog: (obj: DatasetMetadata) => any;
|
|
1018
|
+
}
|
|
1019
|
+
export interface DeleteCollectionRequest {
|
|
1020
|
+
|
|
1021
|
+
CollectionId: string | undefined;
|
|
1022
|
+
}
|
|
1023
|
+
export declare namespace DeleteCollectionRequest {
|
|
1024
|
+
|
|
1025
|
+
const filterSensitiveLog: (obj: DeleteCollectionRequest) => any;
|
|
1026
|
+
}
|
|
1027
|
+
export interface DeleteCollectionResponse {
|
|
1028
|
+
|
|
1029
|
+
StatusCode?: number;
|
|
1030
|
+
}
|
|
1031
|
+
export declare namespace DeleteCollectionResponse {
|
|
1032
|
+
|
|
1033
|
+
const filterSensitiveLog: (obj: DeleteCollectionResponse) => any;
|
|
1034
|
+
}
|
|
1035
|
+
export interface DeleteDatasetRequest {
|
|
1036
|
+
|
|
1037
|
+
DatasetArn: string | undefined;
|
|
1038
|
+
}
|
|
1039
|
+
export declare namespace DeleteDatasetRequest {
|
|
1040
|
+
|
|
1041
|
+
const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
1042
|
+
}
|
|
1043
|
+
export interface DeleteDatasetResponse {
|
|
1044
|
+
}
|
|
1045
|
+
export declare namespace DeleteDatasetResponse {
|
|
1046
|
+
|
|
1047
|
+
const filterSensitiveLog: (obj: DeleteDatasetResponse) => any;
|
|
1048
|
+
}
|
|
1049
|
+
export interface DeleteFacesRequest {
|
|
1050
|
+
|
|
1051
|
+
CollectionId: string | undefined;
|
|
1052
|
+
|
|
1053
|
+
FaceIds: string[] | undefined;
|
|
1054
|
+
}
|
|
1055
|
+
export declare namespace DeleteFacesRequest {
|
|
1056
|
+
|
|
1057
|
+
const filterSensitiveLog: (obj: DeleteFacesRequest) => any;
|
|
1058
|
+
}
|
|
1059
|
+
export interface DeleteFacesResponse {
|
|
1060
|
+
|
|
1061
|
+
DeletedFaces?: string[];
|
|
1062
|
+
}
|
|
1063
|
+
export declare namespace DeleteFacesResponse {
|
|
1064
|
+
|
|
1065
|
+
const filterSensitiveLog: (obj: DeleteFacesResponse) => any;
|
|
1066
|
+
}
|
|
1067
|
+
export interface DeleteProjectRequest {
|
|
1068
|
+
|
|
1069
|
+
ProjectArn: string | undefined;
|
|
1070
|
+
}
|
|
1071
|
+
export declare namespace DeleteProjectRequest {
|
|
1072
|
+
|
|
1073
|
+
const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
1074
|
+
}
|
|
1075
|
+
export declare enum ProjectStatus {
|
|
1076
|
+
CREATED = "CREATED",
|
|
1077
|
+
CREATING = "CREATING",
|
|
1078
|
+
DELETING = "DELETING"
|
|
1079
|
+
}
|
|
1080
|
+
export interface DeleteProjectResponse {
|
|
1081
|
+
|
|
1082
|
+
Status?: ProjectStatus | string;
|
|
1083
|
+
}
|
|
1084
|
+
export declare namespace DeleteProjectResponse {
|
|
1085
|
+
|
|
1086
|
+
const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
1087
|
+
}
|
|
1088
|
+
export interface DeleteProjectVersionRequest {
|
|
1089
|
+
|
|
1090
|
+
ProjectVersionArn: string | undefined;
|
|
1091
|
+
}
|
|
1092
|
+
export declare namespace DeleteProjectVersionRequest {
|
|
1093
|
+
|
|
1094
|
+
const filterSensitiveLog: (obj: DeleteProjectVersionRequest) => any;
|
|
1095
|
+
}
|
|
1096
|
+
export declare enum ProjectVersionStatus {
|
|
1097
|
+
DELETING = "DELETING",
|
|
1098
|
+
FAILED = "FAILED",
|
|
1099
|
+
RUNNING = "RUNNING",
|
|
1100
|
+
STARTING = "STARTING",
|
|
1101
|
+
STOPPED = "STOPPED",
|
|
1102
|
+
STOPPING = "STOPPING",
|
|
1103
|
+
TRAINING_COMPLETED = "TRAINING_COMPLETED",
|
|
1104
|
+
TRAINING_FAILED = "TRAINING_FAILED",
|
|
1105
|
+
TRAINING_IN_PROGRESS = "TRAINING_IN_PROGRESS"
|
|
1106
|
+
}
|
|
1107
|
+
export interface DeleteProjectVersionResponse {
|
|
1108
|
+
|
|
1109
|
+
Status?: ProjectVersionStatus | string;
|
|
1110
|
+
}
|
|
1111
|
+
export declare namespace DeleteProjectVersionResponse {
|
|
1112
|
+
|
|
1113
|
+
const filterSensitiveLog: (obj: DeleteProjectVersionResponse) => any;
|
|
1114
|
+
}
|
|
1115
|
+
export interface DeleteStreamProcessorRequest {
|
|
1116
|
+
|
|
1117
|
+
Name: string | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
export declare namespace DeleteStreamProcessorRequest {
|
|
1120
|
+
|
|
1121
|
+
const filterSensitiveLog: (obj: DeleteStreamProcessorRequest) => any;
|
|
1122
|
+
}
|
|
1123
|
+
export interface DeleteStreamProcessorResponse {
|
|
1124
|
+
}
|
|
1125
|
+
export declare namespace DeleteStreamProcessorResponse {
|
|
1126
|
+
|
|
1127
|
+
const filterSensitiveLog: (obj: DeleteStreamProcessorResponse) => any;
|
|
1128
|
+
}
|
|
1129
|
+
export interface DescribeCollectionRequest {
|
|
1130
|
+
|
|
1131
|
+
CollectionId: string | undefined;
|
|
1132
|
+
}
|
|
1133
|
+
export declare namespace DescribeCollectionRequest {
|
|
1134
|
+
|
|
1135
|
+
const filterSensitiveLog: (obj: DescribeCollectionRequest) => any;
|
|
1136
|
+
}
|
|
1137
|
+
export interface DescribeCollectionResponse {
|
|
1138
|
+
|
|
1139
|
+
FaceCount?: number;
|
|
1140
|
+
|
|
1141
|
+
FaceModelVersion?: string;
|
|
1142
|
+
|
|
1143
|
+
CollectionARN?: string;
|
|
1144
|
+
|
|
1145
|
+
CreationTimestamp?: Date;
|
|
1146
|
+
}
|
|
1147
|
+
export declare namespace DescribeCollectionResponse {
|
|
1148
|
+
|
|
1149
|
+
const filterSensitiveLog: (obj: DescribeCollectionResponse) => any;
|
|
1150
|
+
}
|
|
1151
|
+
export interface DescribeDatasetRequest {
|
|
1152
|
+
|
|
1153
|
+
DatasetArn: string | undefined;
|
|
1154
|
+
}
|
|
1155
|
+
export declare namespace DescribeDatasetRequest {
|
|
1156
|
+
|
|
1157
|
+
const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
1158
|
+
}
|
|
1159
|
+
export interface DescribeDatasetResponse {
|
|
1160
|
+
|
|
1161
|
+
DatasetDescription?: DatasetDescription;
|
|
1162
|
+
}
|
|
1163
|
+
export declare namespace DescribeDatasetResponse {
|
|
1164
|
+
|
|
1165
|
+
const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
1166
|
+
}
|
|
1167
|
+
export interface DescribeProjectsRequest {
|
|
1168
|
+
|
|
1169
|
+
NextToken?: string;
|
|
1170
|
+
|
|
1171
|
+
MaxResults?: number;
|
|
1172
|
+
|
|
1173
|
+
ProjectNames?: string[];
|
|
1174
|
+
}
|
|
1175
|
+
export declare namespace DescribeProjectsRequest {
|
|
1176
|
+
|
|
1177
|
+
const filterSensitiveLog: (obj: DescribeProjectsRequest) => any;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
export interface ProjectDescription {
|
|
1181
|
+
|
|
1182
|
+
ProjectArn?: string;
|
|
1183
|
+
|
|
1184
|
+
CreationTimestamp?: Date;
|
|
1185
|
+
|
|
1186
|
+
Status?: ProjectStatus | string;
|
|
1187
|
+
|
|
1188
|
+
Datasets?: DatasetMetadata[];
|
|
1189
|
+
}
|
|
1190
|
+
export declare namespace ProjectDescription {
|
|
1191
|
+
|
|
1192
|
+
const filterSensitiveLog: (obj: ProjectDescription) => any;
|
|
1193
|
+
}
|
|
1194
|
+
export interface DescribeProjectsResponse {
|
|
1195
|
+
|
|
1196
|
+
ProjectDescriptions?: ProjectDescription[];
|
|
1197
|
+
|
|
1198
|
+
NextToken?: string;
|
|
1199
|
+
}
|
|
1200
|
+
export declare namespace DescribeProjectsResponse {
|
|
1201
|
+
|
|
1202
|
+
const filterSensitiveLog: (obj: DescribeProjectsResponse) => any;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
export interface InvalidPaginationTokenException extends __SmithyException, $MetadataBearer {
|
|
1206
|
+
name: "InvalidPaginationTokenException";
|
|
1207
|
+
$fault: "client";
|
|
1208
|
+
Message?: string;
|
|
1209
|
+
Code?: string;
|
|
1210
|
+
|
|
1211
|
+
Logref?: string;
|
|
1212
|
+
}
|
|
1213
|
+
export interface DescribeProjectVersionsRequest {
|
|
1214
|
+
|
|
1215
|
+
ProjectArn: string | undefined;
|
|
1216
|
+
|
|
1217
|
+
VersionNames?: string[];
|
|
1218
|
+
|
|
1219
|
+
NextToken?: string;
|
|
1220
|
+
|
|
1221
|
+
MaxResults?: number;
|
|
1222
|
+
}
|
|
1223
|
+
export declare namespace DescribeProjectVersionsRequest {
|
|
1224
|
+
|
|
1225
|
+
const filterSensitiveLog: (obj: DescribeProjectVersionsRequest) => any;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
export interface Summary {
|
|
1229
|
+
|
|
1230
|
+
S3Object?: S3Object;
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace Summary {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: Summary) => any;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
export interface EvaluationResult {
|
|
1238
|
+
|
|
1239
|
+
F1Score?: number;
|
|
1240
|
+
|
|
1241
|
+
Summary?: Summary;
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace EvaluationResult {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: EvaluationResult) => any;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface ValidationData {
|
|
1249
|
+
|
|
1250
|
+
Assets?: Asset[];
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace ValidationData {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: ValidationData) => any;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
export interface TestingDataResult {
|
|
1258
|
+
|
|
1259
|
+
Input?: TestingData;
|
|
1260
|
+
|
|
1261
|
+
Output?: TestingData;
|
|
1262
|
+
|
|
1263
|
+
Validation?: ValidationData;
|
|
1264
|
+
}
|
|
1265
|
+
export declare namespace TestingDataResult {
|
|
1266
|
+
|
|
1267
|
+
const filterSensitiveLog: (obj: TestingDataResult) => any;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export interface TrainingDataResult {
|
|
1271
|
+
|
|
1272
|
+
Input?: TrainingData;
|
|
1273
|
+
|
|
1274
|
+
Output?: TrainingData;
|
|
1275
|
+
|
|
1276
|
+
Validation?: ValidationData;
|
|
1277
|
+
}
|
|
1278
|
+
export declare namespace TrainingDataResult {
|
|
1279
|
+
|
|
1280
|
+
const filterSensitiveLog: (obj: TrainingDataResult) => any;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
export interface ProjectVersionDescription {
|
|
1284
|
+
|
|
1285
|
+
ProjectVersionArn?: string;
|
|
1286
|
+
|
|
1287
|
+
CreationTimestamp?: Date;
|
|
1288
|
+
|
|
1289
|
+
MinInferenceUnits?: number;
|
|
1290
|
+
|
|
1291
|
+
Status?: ProjectVersionStatus | string;
|
|
1292
|
+
|
|
1293
|
+
StatusMessage?: string;
|
|
1294
|
+
|
|
1295
|
+
BillableTrainingTimeInSeconds?: number;
|
|
1296
|
+
|
|
1297
|
+
TrainingEndTimestamp?: Date;
|
|
1298
|
+
|
|
1299
|
+
OutputConfig?: OutputConfig;
|
|
1300
|
+
|
|
1301
|
+
TrainingDataResult?: TrainingDataResult;
|
|
1302
|
+
|
|
1303
|
+
TestingDataResult?: TestingDataResult;
|
|
1304
|
+
|
|
1305
|
+
EvaluationResult?: EvaluationResult;
|
|
1306
|
+
|
|
1307
|
+
ManifestSummary?: GroundTruthManifest;
|
|
1308
|
+
|
|
1309
|
+
KmsKeyId?: string;
|
|
1310
|
+
}
|
|
1311
|
+
export declare namespace ProjectVersionDescription {
|
|
1312
|
+
|
|
1313
|
+
const filterSensitiveLog: (obj: ProjectVersionDescription) => any;
|
|
1314
|
+
}
|
|
1315
|
+
export interface DescribeProjectVersionsResponse {
|
|
1316
|
+
|
|
1317
|
+
ProjectVersionDescriptions?: ProjectVersionDescription[];
|
|
1318
|
+
|
|
1319
|
+
NextToken?: string;
|
|
1320
|
+
}
|
|
1321
|
+
export declare namespace DescribeProjectVersionsResponse {
|
|
1322
|
+
|
|
1323
|
+
const filterSensitiveLog: (obj: DescribeProjectVersionsResponse) => any;
|
|
1324
|
+
}
|
|
1325
|
+
export interface DescribeStreamProcessorRequest {
|
|
1326
|
+
|
|
1327
|
+
Name: string | undefined;
|
|
1328
|
+
}
|
|
1329
|
+
export declare namespace DescribeStreamProcessorRequest {
|
|
1330
|
+
|
|
1331
|
+
const filterSensitiveLog: (obj: DescribeStreamProcessorRequest) => any;
|
|
1332
|
+
}
|
|
1333
|
+
export declare enum StreamProcessorStatus {
|
|
1334
|
+
FAILED = "FAILED",
|
|
1335
|
+
RUNNING = "RUNNING",
|
|
1336
|
+
STARTING = "STARTING",
|
|
1337
|
+
STOPPED = "STOPPED",
|
|
1338
|
+
STOPPING = "STOPPING"
|
|
1339
|
+
}
|
|
1340
|
+
export interface DescribeStreamProcessorResponse {
|
|
1341
|
+
|
|
1342
|
+
Name?: string;
|
|
1343
|
+
|
|
1344
|
+
StreamProcessorArn?: string;
|
|
1345
|
+
|
|
1346
|
+
Status?: StreamProcessorStatus | string;
|
|
1347
|
+
|
|
1348
|
+
StatusMessage?: string;
|
|
1349
|
+
|
|
1350
|
+
CreationTimestamp?: Date;
|
|
1351
|
+
|
|
1352
|
+
LastUpdateTimestamp?: Date;
|
|
1353
|
+
|
|
1354
|
+
Input?: StreamProcessorInput;
|
|
1355
|
+
|
|
1356
|
+
Output?: StreamProcessorOutput;
|
|
1357
|
+
|
|
1358
|
+
RoleArn?: string;
|
|
1359
|
+
|
|
1360
|
+
Settings?: StreamProcessorSettings;
|
|
1361
|
+
}
|
|
1362
|
+
export declare namespace DescribeStreamProcessorResponse {
|
|
1363
|
+
|
|
1364
|
+
const filterSensitiveLog: (obj: DescribeStreamProcessorResponse) => any;
|
|
1365
|
+
}
|
|
1366
|
+
export interface DetectCustomLabelsRequest {
|
|
1367
|
+
|
|
1368
|
+
ProjectVersionArn: string | undefined;
|
|
1369
|
+
|
|
1370
|
+
Image: Image | undefined;
|
|
1371
|
+
|
|
1372
|
+
MaxResults?: number;
|
|
1373
|
+
|
|
1374
|
+
MinConfidence?: number;
|
|
1375
|
+
}
|
|
1376
|
+
export declare namespace DetectCustomLabelsRequest {
|
|
1377
|
+
|
|
1378
|
+
const filterSensitiveLog: (obj: DetectCustomLabelsRequest) => any;
|
|
1379
|
+
}
|
|
1380
|
+
export interface DetectCustomLabelsResponse {
|
|
1381
|
+
|
|
1382
|
+
CustomLabels?: CustomLabel[];
|
|
1383
|
+
}
|
|
1384
|
+
export declare namespace DetectCustomLabelsResponse {
|
|
1385
|
+
|
|
1386
|
+
const filterSensitiveLog: (obj: DetectCustomLabelsResponse) => any;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
export interface ResourceNotReadyException extends __SmithyException, $MetadataBearer {
|
|
1390
|
+
name: "ResourceNotReadyException";
|
|
1391
|
+
$fault: "client";
|
|
1392
|
+
Message?: string;
|
|
1393
|
+
Code?: string;
|
|
1394
|
+
|
|
1395
|
+
Logref?: string;
|
|
1396
|
+
}
|
|
1397
|
+
export interface DetectFacesRequest {
|
|
1398
|
+
|
|
1399
|
+
Image: Image | undefined;
|
|
1400
|
+
|
|
1401
|
+
Attributes?: (Attribute | string)[];
|
|
1402
|
+
}
|
|
1403
|
+
export declare namespace DetectFacesRequest {
|
|
1404
|
+
|
|
1405
|
+
const filterSensitiveLog: (obj: DetectFacesRequest) => any;
|
|
1406
|
+
}
|
|
1407
|
+
export interface DetectFacesResponse {
|
|
1408
|
+
|
|
1409
|
+
FaceDetails?: FaceDetail[];
|
|
1410
|
+
|
|
1411
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
1412
|
+
}
|
|
1413
|
+
export declare namespace DetectFacesResponse {
|
|
1414
|
+
|
|
1415
|
+
const filterSensitiveLog: (obj: DetectFacesResponse) => any;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
export interface DetectionFilter {
|
|
1419
|
+
|
|
1420
|
+
MinConfidence?: number;
|
|
1421
|
+
|
|
1422
|
+
MinBoundingBoxHeight?: number;
|
|
1423
|
+
|
|
1424
|
+
MinBoundingBoxWidth?: number;
|
|
1425
|
+
}
|
|
1426
|
+
export declare namespace DetectionFilter {
|
|
1427
|
+
|
|
1428
|
+
const filterSensitiveLog: (obj: DetectionFilter) => any;
|
|
1429
|
+
}
|
|
1430
|
+
export interface DetectLabelsRequest {
|
|
1431
|
+
|
|
1432
|
+
Image: Image | undefined;
|
|
1433
|
+
|
|
1434
|
+
MaxLabels?: number;
|
|
1435
|
+
|
|
1436
|
+
MinConfidence?: number;
|
|
1437
|
+
}
|
|
1438
|
+
export declare namespace DetectLabelsRequest {
|
|
1439
|
+
|
|
1440
|
+
const filterSensitiveLog: (obj: DetectLabelsRequest) => any;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
export interface Instance {
|
|
1444
|
+
|
|
1445
|
+
BoundingBox?: BoundingBox;
|
|
1446
|
+
|
|
1447
|
+
Confidence?: number;
|
|
1448
|
+
}
|
|
1449
|
+
export declare namespace Instance {
|
|
1450
|
+
|
|
1451
|
+
const filterSensitiveLog: (obj: Instance) => any;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
export interface Parent {
|
|
1455
|
+
|
|
1456
|
+
Name?: string;
|
|
1457
|
+
}
|
|
1458
|
+
export declare namespace Parent {
|
|
1459
|
+
|
|
1460
|
+
const filterSensitiveLog: (obj: Parent) => any;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
export interface Label {
|
|
1464
|
+
|
|
1465
|
+
Name?: string;
|
|
1466
|
+
|
|
1467
|
+
Confidence?: number;
|
|
1468
|
+
|
|
1469
|
+
Instances?: Instance[];
|
|
1470
|
+
|
|
1471
|
+
Parents?: Parent[];
|
|
1472
|
+
}
|
|
1473
|
+
export declare namespace Label {
|
|
1474
|
+
|
|
1475
|
+
const filterSensitiveLog: (obj: Label) => any;
|
|
1476
|
+
}
|
|
1477
|
+
export interface DetectLabelsResponse {
|
|
1478
|
+
|
|
1479
|
+
Labels?: Label[];
|
|
1480
|
+
|
|
1481
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
1482
|
+
|
|
1483
|
+
LabelModelVersion?: string;
|
|
1484
|
+
}
|
|
1485
|
+
export declare namespace DetectLabelsResponse {
|
|
1486
|
+
|
|
1487
|
+
const filterSensitiveLog: (obj: DetectLabelsResponse) => any;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
export interface HumanLoopDataAttributes {
|
|
1491
|
+
|
|
1492
|
+
ContentClassifiers?: (ContentClassifier | string)[];
|
|
1493
|
+
}
|
|
1494
|
+
export declare namespace HumanLoopDataAttributes {
|
|
1495
|
+
|
|
1496
|
+
const filterSensitiveLog: (obj: HumanLoopDataAttributes) => any;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
export interface HumanLoopConfig {
|
|
1500
|
+
|
|
1501
|
+
HumanLoopName: string | undefined;
|
|
1502
|
+
|
|
1503
|
+
FlowDefinitionArn: string | undefined;
|
|
1504
|
+
|
|
1505
|
+
DataAttributes?: HumanLoopDataAttributes;
|
|
1506
|
+
}
|
|
1507
|
+
export declare namespace HumanLoopConfig {
|
|
1508
|
+
|
|
1509
|
+
const filterSensitiveLog: (obj: HumanLoopConfig) => any;
|
|
1510
|
+
}
|
|
1511
|
+
export interface DetectModerationLabelsRequest {
|
|
1512
|
+
|
|
1513
|
+
Image: Image | undefined;
|
|
1514
|
+
|
|
1515
|
+
MinConfidence?: number;
|
|
1516
|
+
|
|
1517
|
+
HumanLoopConfig?: HumanLoopConfig;
|
|
1518
|
+
}
|
|
1519
|
+
export declare namespace DetectModerationLabelsRequest {
|
|
1520
|
+
|
|
1521
|
+
const filterSensitiveLog: (obj: DetectModerationLabelsRequest) => any;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
export interface HumanLoopActivationOutput {
|
|
1525
|
+
|
|
1526
|
+
HumanLoopArn?: string;
|
|
1527
|
+
|
|
1528
|
+
HumanLoopActivationReasons?: string[];
|
|
1529
|
+
|
|
1530
|
+
HumanLoopActivationConditionsEvaluationResults?: __LazyJsonString | string;
|
|
1531
|
+
}
|
|
1532
|
+
export declare namespace HumanLoopActivationOutput {
|
|
1533
|
+
|
|
1534
|
+
const filterSensitiveLog: (obj: HumanLoopActivationOutput) => any;
|
|
1535
|
+
}
|
|
1536
|
+
export interface DetectModerationLabelsResponse {
|
|
1537
|
+
|
|
1538
|
+
ModerationLabels?: ModerationLabel[];
|
|
1539
|
+
|
|
1540
|
+
ModerationModelVersion?: string;
|
|
1541
|
+
|
|
1542
|
+
HumanLoopActivationOutput?: HumanLoopActivationOutput;
|
|
1543
|
+
}
|
|
1544
|
+
export declare namespace DetectModerationLabelsResponse {
|
|
1545
|
+
|
|
1546
|
+
const filterSensitiveLog: (obj: DetectModerationLabelsResponse) => any;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
export interface HumanLoopQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
1550
|
+
name: "HumanLoopQuotaExceededException";
|
|
1551
|
+
$fault: "client";
|
|
1552
|
+
|
|
1553
|
+
ResourceType?: string;
|
|
1554
|
+
|
|
1555
|
+
QuotaCode?: string;
|
|
1556
|
+
|
|
1557
|
+
ServiceCode?: string;
|
|
1558
|
+
Message?: string;
|
|
1559
|
+
Code?: string;
|
|
1560
|
+
|
|
1561
|
+
Logref?: string;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
export interface ProtectiveEquipmentSummarizationAttributes {
|
|
1565
|
+
|
|
1566
|
+
MinConfidence: number | undefined;
|
|
1567
|
+
|
|
1568
|
+
RequiredEquipmentTypes: (ProtectiveEquipmentType | string)[] | undefined;
|
|
1569
|
+
}
|
|
1570
|
+
export declare namespace ProtectiveEquipmentSummarizationAttributes {
|
|
1571
|
+
|
|
1572
|
+
const filterSensitiveLog: (obj: ProtectiveEquipmentSummarizationAttributes) => any;
|
|
1573
|
+
}
|
|
1574
|
+
export interface DetectProtectiveEquipmentRequest {
|
|
1575
|
+
|
|
1576
|
+
Image: Image | undefined;
|
|
1577
|
+
|
|
1578
|
+
SummarizationAttributes?: ProtectiveEquipmentSummarizationAttributes;
|
|
1579
|
+
}
|
|
1580
|
+
export declare namespace DetectProtectiveEquipmentRequest {
|
|
1581
|
+
|
|
1582
|
+
const filterSensitiveLog: (obj: DetectProtectiveEquipmentRequest) => any;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export interface ProtectiveEquipmentPerson {
|
|
1586
|
+
|
|
1587
|
+
BodyParts?: ProtectiveEquipmentBodyPart[];
|
|
1588
|
+
|
|
1589
|
+
BoundingBox?: BoundingBox;
|
|
1590
|
+
|
|
1591
|
+
Confidence?: number;
|
|
1592
|
+
|
|
1593
|
+
Id?: number;
|
|
1594
|
+
}
|
|
1595
|
+
export declare namespace ProtectiveEquipmentPerson {
|
|
1596
|
+
|
|
1597
|
+
const filterSensitiveLog: (obj: ProtectiveEquipmentPerson) => any;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
export interface ProtectiveEquipmentSummary {
|
|
1601
|
+
|
|
1602
|
+
PersonsWithRequiredEquipment?: number[];
|
|
1603
|
+
|
|
1604
|
+
PersonsWithoutRequiredEquipment?: number[];
|
|
1605
|
+
|
|
1606
|
+
PersonsIndeterminate?: number[];
|
|
1607
|
+
}
|
|
1608
|
+
export declare namespace ProtectiveEquipmentSummary {
|
|
1609
|
+
|
|
1610
|
+
const filterSensitiveLog: (obj: ProtectiveEquipmentSummary) => any;
|
|
1611
|
+
}
|
|
1612
|
+
export interface DetectProtectiveEquipmentResponse {
|
|
1613
|
+
|
|
1614
|
+
ProtectiveEquipmentModelVersion?: string;
|
|
1615
|
+
|
|
1616
|
+
Persons?: ProtectiveEquipmentPerson[];
|
|
1617
|
+
|
|
1618
|
+
Summary?: ProtectiveEquipmentSummary;
|
|
1619
|
+
}
|
|
1620
|
+
export declare namespace DetectProtectiveEquipmentResponse {
|
|
1621
|
+
|
|
1622
|
+
const filterSensitiveLog: (obj: DetectProtectiveEquipmentResponse) => any;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
export interface RegionOfInterest {
|
|
1626
|
+
|
|
1627
|
+
BoundingBox?: BoundingBox;
|
|
1628
|
+
}
|
|
1629
|
+
export declare namespace RegionOfInterest {
|
|
1630
|
+
|
|
1631
|
+
const filterSensitiveLog: (obj: RegionOfInterest) => any;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
export interface DetectTextFilters {
|
|
1635
|
+
|
|
1636
|
+
WordFilter?: DetectionFilter;
|
|
1637
|
+
|
|
1638
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
1639
|
+
}
|
|
1640
|
+
export declare namespace DetectTextFilters {
|
|
1641
|
+
|
|
1642
|
+
const filterSensitiveLog: (obj: DetectTextFilters) => any;
|
|
1643
|
+
}
|
|
1644
|
+
export interface DetectTextRequest {
|
|
1645
|
+
|
|
1646
|
+
Image: Image | undefined;
|
|
1647
|
+
|
|
1648
|
+
Filters?: DetectTextFilters;
|
|
1649
|
+
}
|
|
1650
|
+
export declare namespace DetectTextRequest {
|
|
1651
|
+
|
|
1652
|
+
const filterSensitiveLog: (obj: DetectTextRequest) => any;
|
|
1653
|
+
}
|
|
1654
|
+
export declare enum TextTypes {
|
|
1655
|
+
LINE = "LINE",
|
|
1656
|
+
WORD = "WORD"
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
export interface TextDetection {
|
|
1660
|
+
|
|
1661
|
+
DetectedText?: string;
|
|
1662
|
+
|
|
1663
|
+
Type?: TextTypes | string;
|
|
1664
|
+
|
|
1665
|
+
Id?: number;
|
|
1666
|
+
|
|
1667
|
+
ParentId?: number;
|
|
1668
|
+
|
|
1669
|
+
Confidence?: number;
|
|
1670
|
+
|
|
1671
|
+
Geometry?: Geometry;
|
|
1672
|
+
}
|
|
1673
|
+
export declare namespace TextDetection {
|
|
1674
|
+
|
|
1675
|
+
const filterSensitiveLog: (obj: TextDetection) => any;
|
|
1676
|
+
}
|
|
1677
|
+
export interface DetectTextResponse {
|
|
1678
|
+
|
|
1679
|
+
TextDetections?: TextDetection[];
|
|
1680
|
+
|
|
1681
|
+
TextModelVersion?: string;
|
|
1682
|
+
}
|
|
1683
|
+
export declare namespace DetectTextResponse {
|
|
1684
|
+
|
|
1685
|
+
const filterSensitiveLog: (obj: DetectTextResponse) => any;
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export interface DistributeDataset {
|
|
1689
|
+
|
|
1690
|
+
Arn: string | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export declare namespace DistributeDataset {
|
|
1693
|
+
|
|
1694
|
+
const filterSensitiveLog: (obj: DistributeDataset) => any;
|
|
1695
|
+
}
|
|
1696
|
+
export interface DistributeDatasetEntriesRequest {
|
|
1697
|
+
|
|
1698
|
+
Datasets: DistributeDataset[] | undefined;
|
|
1699
|
+
}
|
|
1700
|
+
export declare namespace DistributeDatasetEntriesRequest {
|
|
1701
|
+
|
|
1702
|
+
const filterSensitiveLog: (obj: DistributeDatasetEntriesRequest) => any;
|
|
1703
|
+
}
|
|
1704
|
+
export interface DistributeDatasetEntriesResponse {
|
|
1705
|
+
}
|
|
1706
|
+
export declare namespace DistributeDatasetEntriesResponse {
|
|
1707
|
+
|
|
1708
|
+
const filterSensitiveLog: (obj: DistributeDatasetEntriesResponse) => any;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
export interface Face {
|
|
1712
|
+
|
|
1713
|
+
FaceId?: string;
|
|
1714
|
+
|
|
1715
|
+
BoundingBox?: BoundingBox;
|
|
1716
|
+
|
|
1717
|
+
ImageId?: string;
|
|
1718
|
+
|
|
1719
|
+
ExternalImageId?: string;
|
|
1720
|
+
|
|
1721
|
+
Confidence?: number;
|
|
1722
|
+
|
|
1723
|
+
IndexFacesModelVersion?: string;
|
|
1724
|
+
}
|
|
1725
|
+
export declare namespace Face {
|
|
1726
|
+
|
|
1727
|
+
const filterSensitiveLog: (obj: Face) => any;
|
|
1728
|
+
}
|
|
1729
|
+
export declare enum FaceAttributes {
|
|
1730
|
+
ALL = "ALL",
|
|
1731
|
+
DEFAULT = "DEFAULT"
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
export interface FaceDetection {
|
|
1735
|
+
|
|
1736
|
+
Timestamp?: number;
|
|
1737
|
+
|
|
1738
|
+
Face?: FaceDetail;
|
|
1739
|
+
}
|
|
1740
|
+
export declare namespace FaceDetection {
|
|
1741
|
+
|
|
1742
|
+
const filterSensitiveLog: (obj: FaceDetection) => any;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
export interface FaceMatch {
|
|
1746
|
+
|
|
1747
|
+
Similarity?: number;
|
|
1748
|
+
|
|
1749
|
+
Face?: Face;
|
|
1750
|
+
}
|
|
1751
|
+
export declare namespace FaceMatch {
|
|
1752
|
+
|
|
1753
|
+
const filterSensitiveLog: (obj: FaceMatch) => any;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
export interface FaceRecord {
|
|
1757
|
+
|
|
1758
|
+
Face?: Face;
|
|
1759
|
+
|
|
1760
|
+
FaceDetail?: FaceDetail;
|
|
1761
|
+
}
|
|
1762
|
+
export declare namespace FaceRecord {
|
|
1763
|
+
|
|
1764
|
+
const filterSensitiveLog: (obj: FaceRecord) => any;
|
|
1765
|
+
}
|
|
1766
|
+
export declare enum FaceSearchSortBy {
|
|
1767
|
+
INDEX = "INDEX",
|
|
1768
|
+
TIMESTAMP = "TIMESTAMP"
|
|
1769
|
+
}
|
|
1770
|
+
export interface GetCelebrityInfoRequest {
|
|
1771
|
+
|
|
1772
|
+
Id: string | undefined;
|
|
1773
|
+
}
|
|
1774
|
+
export declare namespace GetCelebrityInfoRequest {
|
|
1775
|
+
|
|
1776
|
+
const filterSensitiveLog: (obj: GetCelebrityInfoRequest) => any;
|
|
1777
|
+
}
|
|
1778
|
+
export interface GetCelebrityInfoResponse {
|
|
1779
|
+
|
|
1780
|
+
Urls?: string[];
|
|
1781
|
+
|
|
1782
|
+
Name?: string;
|
|
1783
|
+
|
|
1784
|
+
KnownGender?: KnownGender;
|
|
1785
|
+
}
|
|
1786
|
+
export declare namespace GetCelebrityInfoResponse {
|
|
1787
|
+
|
|
1788
|
+
const filterSensitiveLog: (obj: GetCelebrityInfoResponse) => any;
|
|
1789
|
+
}
|
|
1790
|
+
export interface GetCelebrityRecognitionRequest {
|
|
1791
|
+
|
|
1792
|
+
JobId: string | undefined;
|
|
1793
|
+
|
|
1794
|
+
MaxResults?: number;
|
|
1795
|
+
|
|
1796
|
+
NextToken?: string;
|
|
1797
|
+
|
|
1798
|
+
SortBy?: CelebrityRecognitionSortBy | string;
|
|
1799
|
+
}
|
|
1800
|
+
export declare namespace GetCelebrityRecognitionRequest {
|
|
1801
|
+
|
|
1802
|
+
const filterSensitiveLog: (obj: GetCelebrityRecognitionRequest) => any;
|
|
1803
|
+
}
|
|
1804
|
+
export declare enum VideoJobStatus {
|
|
1805
|
+
FAILED = "FAILED",
|
|
1806
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1807
|
+
SUCCEEDED = "SUCCEEDED"
|
|
1808
|
+
}
|
|
1809
|
+
export declare enum VideoColorRange {
|
|
1810
|
+
FULL = "FULL",
|
|
1811
|
+
LIMITED = "LIMITED"
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
export interface VideoMetadata {
|
|
1815
|
+
|
|
1816
|
+
Codec?: string;
|
|
1817
|
+
|
|
1818
|
+
DurationMillis?: number;
|
|
1819
|
+
|
|
1820
|
+
Format?: string;
|
|
1821
|
+
|
|
1822
|
+
FrameRate?: number;
|
|
1823
|
+
|
|
1824
|
+
FrameHeight?: number;
|
|
1825
|
+
|
|
1826
|
+
FrameWidth?: number;
|
|
1827
|
+
|
|
1828
|
+
ColorRange?: VideoColorRange | string;
|
|
1829
|
+
}
|
|
1830
|
+
export declare namespace VideoMetadata {
|
|
1831
|
+
|
|
1832
|
+
const filterSensitiveLog: (obj: VideoMetadata) => any;
|
|
1833
|
+
}
|
|
1834
|
+
export interface GetCelebrityRecognitionResponse {
|
|
1835
|
+
|
|
1836
|
+
JobStatus?: VideoJobStatus | string;
|
|
1837
|
+
|
|
1838
|
+
StatusMessage?: string;
|
|
1839
|
+
|
|
1840
|
+
VideoMetadata?: VideoMetadata;
|
|
1841
|
+
|
|
1842
|
+
NextToken?: string;
|
|
1843
|
+
|
|
1844
|
+
Celebrities?: CelebrityRecognition[];
|
|
1845
|
+
}
|
|
1846
|
+
export declare namespace GetCelebrityRecognitionResponse {
|
|
1847
|
+
|
|
1848
|
+
const filterSensitiveLog: (obj: GetCelebrityRecognitionResponse) => any;
|
|
1849
|
+
}
|
|
1850
|
+
export interface GetContentModerationRequest {
|
|
1851
|
+
|
|
1852
|
+
JobId: string | undefined;
|
|
1853
|
+
|
|
1854
|
+
MaxResults?: number;
|
|
1855
|
+
|
|
1856
|
+
NextToken?: string;
|
|
1857
|
+
|
|
1858
|
+
SortBy?: ContentModerationSortBy | string;
|
|
1859
|
+
}
|
|
1860
|
+
export declare namespace GetContentModerationRequest {
|
|
1861
|
+
|
|
1862
|
+
const filterSensitiveLog: (obj: GetContentModerationRequest) => any;
|
|
1863
|
+
}
|
|
1864
|
+
export interface GetContentModerationResponse {
|
|
1865
|
+
|
|
1866
|
+
JobStatus?: VideoJobStatus | string;
|
|
1867
|
+
|
|
1868
|
+
StatusMessage?: string;
|
|
1869
|
+
|
|
1870
|
+
VideoMetadata?: VideoMetadata;
|
|
1871
|
+
|
|
1872
|
+
ModerationLabels?: ContentModerationDetection[];
|
|
1873
|
+
|
|
1874
|
+
NextToken?: string;
|
|
1875
|
+
|
|
1876
|
+
ModerationModelVersion?: string;
|
|
1877
|
+
}
|
|
1878
|
+
export declare namespace GetContentModerationResponse {
|
|
1879
|
+
|
|
1880
|
+
const filterSensitiveLog: (obj: GetContentModerationResponse) => any;
|
|
1881
|
+
}
|
|
1882
|
+
export interface GetFaceDetectionRequest {
|
|
1883
|
+
|
|
1884
|
+
JobId: string | undefined;
|
|
1885
|
+
|
|
1886
|
+
MaxResults?: number;
|
|
1887
|
+
|
|
1888
|
+
NextToken?: string;
|
|
1889
|
+
}
|
|
1890
|
+
export declare namespace GetFaceDetectionRequest {
|
|
1891
|
+
|
|
1892
|
+
const filterSensitiveLog: (obj: GetFaceDetectionRequest) => any;
|
|
1893
|
+
}
|
|
1894
|
+
export interface GetFaceDetectionResponse {
|
|
1895
|
+
|
|
1896
|
+
JobStatus?: VideoJobStatus | string;
|
|
1897
|
+
|
|
1898
|
+
StatusMessage?: string;
|
|
1899
|
+
|
|
1900
|
+
VideoMetadata?: VideoMetadata;
|
|
1901
|
+
|
|
1902
|
+
NextToken?: string;
|
|
1903
|
+
|
|
1904
|
+
Faces?: FaceDetection[];
|
|
1905
|
+
}
|
|
1906
|
+
export declare namespace GetFaceDetectionResponse {
|
|
1907
|
+
|
|
1908
|
+
const filterSensitiveLog: (obj: GetFaceDetectionResponse) => any;
|
|
1909
|
+
}
|
|
1910
|
+
export interface GetFaceSearchRequest {
|
|
1911
|
+
|
|
1912
|
+
JobId: string | undefined;
|
|
1913
|
+
|
|
1914
|
+
MaxResults?: number;
|
|
1915
|
+
|
|
1916
|
+
NextToken?: string;
|
|
1917
|
+
|
|
1918
|
+
SortBy?: FaceSearchSortBy | string;
|
|
1919
|
+
}
|
|
1920
|
+
export declare namespace GetFaceSearchRequest {
|
|
1921
|
+
|
|
1922
|
+
const filterSensitiveLog: (obj: GetFaceSearchRequest) => any;
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
export interface PersonDetail {
|
|
1926
|
+
|
|
1927
|
+
Index?: number;
|
|
1928
|
+
|
|
1929
|
+
BoundingBox?: BoundingBox;
|
|
1930
|
+
|
|
1931
|
+
Face?: FaceDetail;
|
|
1932
|
+
}
|
|
1933
|
+
export declare namespace PersonDetail {
|
|
1934
|
+
|
|
1935
|
+
const filterSensitiveLog: (obj: PersonDetail) => any;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
export interface PersonMatch {
|
|
1939
|
+
|
|
1940
|
+
Timestamp?: number;
|
|
1941
|
+
|
|
1942
|
+
Person?: PersonDetail;
|
|
1943
|
+
|
|
1944
|
+
FaceMatches?: FaceMatch[];
|
|
1945
|
+
}
|
|
1946
|
+
export declare namespace PersonMatch {
|
|
1947
|
+
|
|
1948
|
+
const filterSensitiveLog: (obj: PersonMatch) => any;
|
|
1949
|
+
}
|
|
1950
|
+
export interface GetFaceSearchResponse {
|
|
1951
|
+
|
|
1952
|
+
JobStatus?: VideoJobStatus | string;
|
|
1953
|
+
|
|
1954
|
+
StatusMessage?: string;
|
|
1955
|
+
|
|
1956
|
+
NextToken?: string;
|
|
1957
|
+
|
|
1958
|
+
VideoMetadata?: VideoMetadata;
|
|
1959
|
+
|
|
1960
|
+
Persons?: PersonMatch[];
|
|
1961
|
+
}
|
|
1962
|
+
export declare namespace GetFaceSearchResponse {
|
|
1963
|
+
|
|
1964
|
+
const filterSensitiveLog: (obj: GetFaceSearchResponse) => any;
|
|
1965
|
+
}
|
|
1966
|
+
export declare enum LabelDetectionSortBy {
|
|
1967
|
+
NAME = "NAME",
|
|
1968
|
+
TIMESTAMP = "TIMESTAMP"
|
|
1969
|
+
}
|
|
1970
|
+
export interface GetLabelDetectionRequest {
|
|
1971
|
+
|
|
1972
|
+
JobId: string | undefined;
|
|
1973
|
+
|
|
1974
|
+
MaxResults?: number;
|
|
1975
|
+
|
|
1976
|
+
NextToken?: string;
|
|
1977
|
+
|
|
1978
|
+
SortBy?: LabelDetectionSortBy | string;
|
|
1979
|
+
}
|
|
1980
|
+
export declare namespace GetLabelDetectionRequest {
|
|
1981
|
+
|
|
1982
|
+
const filterSensitiveLog: (obj: GetLabelDetectionRequest) => any;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
export interface LabelDetection {
|
|
1986
|
+
|
|
1987
|
+
Timestamp?: number;
|
|
1988
|
+
|
|
1989
|
+
Label?: Label;
|
|
1990
|
+
}
|
|
1991
|
+
export declare namespace LabelDetection {
|
|
1992
|
+
|
|
1993
|
+
const filterSensitiveLog: (obj: LabelDetection) => any;
|
|
1994
|
+
}
|
|
1995
|
+
export interface GetLabelDetectionResponse {
|
|
1996
|
+
|
|
1997
|
+
JobStatus?: VideoJobStatus | string;
|
|
1998
|
+
|
|
1999
|
+
StatusMessage?: string;
|
|
2000
|
+
|
|
2001
|
+
VideoMetadata?: VideoMetadata;
|
|
2002
|
+
|
|
2003
|
+
NextToken?: string;
|
|
2004
|
+
|
|
2005
|
+
Labels?: LabelDetection[];
|
|
2006
|
+
|
|
2007
|
+
LabelModelVersion?: string;
|
|
2008
|
+
}
|
|
2009
|
+
export declare namespace GetLabelDetectionResponse {
|
|
2010
|
+
|
|
2011
|
+
const filterSensitiveLog: (obj: GetLabelDetectionResponse) => any;
|
|
2012
|
+
}
|
|
2013
|
+
export declare enum PersonTrackingSortBy {
|
|
2014
|
+
INDEX = "INDEX",
|
|
2015
|
+
TIMESTAMP = "TIMESTAMP"
|
|
2016
|
+
}
|
|
2017
|
+
export interface GetPersonTrackingRequest {
|
|
2018
|
+
|
|
2019
|
+
JobId: string | undefined;
|
|
2020
|
+
|
|
2021
|
+
MaxResults?: number;
|
|
2022
|
+
|
|
2023
|
+
NextToken?: string;
|
|
2024
|
+
|
|
2025
|
+
SortBy?: PersonTrackingSortBy | string;
|
|
2026
|
+
}
|
|
2027
|
+
export declare namespace GetPersonTrackingRequest {
|
|
2028
|
+
|
|
2029
|
+
const filterSensitiveLog: (obj: GetPersonTrackingRequest) => any;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
export interface PersonDetection {
|
|
2033
|
+
|
|
2034
|
+
Timestamp?: number;
|
|
2035
|
+
|
|
2036
|
+
Person?: PersonDetail;
|
|
2037
|
+
}
|
|
2038
|
+
export declare namespace PersonDetection {
|
|
2039
|
+
|
|
2040
|
+
const filterSensitiveLog: (obj: PersonDetection) => any;
|
|
2041
|
+
}
|
|
2042
|
+
export interface GetPersonTrackingResponse {
|
|
2043
|
+
|
|
2044
|
+
JobStatus?: VideoJobStatus | string;
|
|
2045
|
+
|
|
2046
|
+
StatusMessage?: string;
|
|
2047
|
+
|
|
2048
|
+
VideoMetadata?: VideoMetadata;
|
|
2049
|
+
|
|
2050
|
+
NextToken?: string;
|
|
2051
|
+
|
|
2052
|
+
Persons?: PersonDetection[];
|
|
2053
|
+
}
|
|
2054
|
+
export declare namespace GetPersonTrackingResponse {
|
|
2055
|
+
|
|
2056
|
+
const filterSensitiveLog: (obj: GetPersonTrackingResponse) => any;
|
|
2057
|
+
}
|
|
2058
|
+
export interface GetSegmentDetectionRequest {
|
|
2059
|
+
|
|
2060
|
+
JobId: string | undefined;
|
|
2061
|
+
|
|
2062
|
+
MaxResults?: number;
|
|
2063
|
+
|
|
2064
|
+
NextToken?: string;
|
|
2065
|
+
}
|
|
2066
|
+
export declare namespace GetSegmentDetectionRequest {
|
|
2067
|
+
|
|
2068
|
+
const filterSensitiveLog: (obj: GetSegmentDetectionRequest) => any;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
export interface ShotSegment {
|
|
2072
|
+
|
|
2073
|
+
Index?: number;
|
|
2074
|
+
|
|
2075
|
+
Confidence?: number;
|
|
2076
|
+
}
|
|
2077
|
+
export declare namespace ShotSegment {
|
|
2078
|
+
|
|
2079
|
+
const filterSensitiveLog: (obj: ShotSegment) => any;
|
|
2080
|
+
}
|
|
2081
|
+
export declare enum TechnicalCueType {
|
|
2082
|
+
BLACK_FRAMES = "BlackFrames",
|
|
2083
|
+
COLOR_BARS = "ColorBars",
|
|
2084
|
+
CONTENT = "Content",
|
|
2085
|
+
END_CREDITS = "EndCredits",
|
|
2086
|
+
OPENING_CREDITS = "OpeningCredits",
|
|
2087
|
+
SLATE = "Slate",
|
|
2088
|
+
STUDIO_LOGO = "StudioLogo"
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
export interface TechnicalCueSegment {
|
|
2092
|
+
|
|
2093
|
+
Type?: TechnicalCueType | string;
|
|
2094
|
+
|
|
2095
|
+
Confidence?: number;
|
|
2096
|
+
}
|
|
2097
|
+
export declare namespace TechnicalCueSegment {
|
|
2098
|
+
|
|
2099
|
+
const filterSensitiveLog: (obj: TechnicalCueSegment) => any;
|
|
2100
|
+
}
|
|
2101
|
+
export declare enum SegmentType {
|
|
2102
|
+
SHOT = "SHOT",
|
|
2103
|
+
TECHNICAL_CUE = "TECHNICAL_CUE"
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
export interface SegmentDetection {
|
|
2107
|
+
|
|
2108
|
+
Type?: SegmentType | string;
|
|
2109
|
+
|
|
2110
|
+
StartTimestampMillis?: number;
|
|
2111
|
+
|
|
2112
|
+
EndTimestampMillis?: number;
|
|
2113
|
+
|
|
2114
|
+
DurationMillis?: number;
|
|
2115
|
+
|
|
2116
|
+
StartTimecodeSMPTE?: string;
|
|
2117
|
+
|
|
2118
|
+
EndTimecodeSMPTE?: string;
|
|
2119
|
+
|
|
2120
|
+
DurationSMPTE?: string;
|
|
2121
|
+
|
|
2122
|
+
TechnicalCueSegment?: TechnicalCueSegment;
|
|
2123
|
+
|
|
2124
|
+
ShotSegment?: ShotSegment;
|
|
2125
|
+
|
|
2126
|
+
StartFrameNumber?: number;
|
|
2127
|
+
|
|
2128
|
+
EndFrameNumber?: number;
|
|
2129
|
+
|
|
2130
|
+
DurationFrames?: number;
|
|
2131
|
+
}
|
|
2132
|
+
export declare namespace SegmentDetection {
|
|
2133
|
+
|
|
2134
|
+
const filterSensitiveLog: (obj: SegmentDetection) => any;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
export interface SegmentTypeInfo {
|
|
2138
|
+
|
|
2139
|
+
Type?: SegmentType | string;
|
|
2140
|
+
|
|
2141
|
+
ModelVersion?: string;
|
|
2142
|
+
}
|
|
2143
|
+
export declare namespace SegmentTypeInfo {
|
|
2144
|
+
|
|
2145
|
+
const filterSensitiveLog: (obj: SegmentTypeInfo) => any;
|
|
2146
|
+
}
|
|
2147
|
+
export interface GetSegmentDetectionResponse {
|
|
2148
|
+
|
|
2149
|
+
JobStatus?: VideoJobStatus | string;
|
|
2150
|
+
|
|
2151
|
+
StatusMessage?: string;
|
|
2152
|
+
|
|
2153
|
+
VideoMetadata?: VideoMetadata[];
|
|
2154
|
+
|
|
2155
|
+
AudioMetadata?: AudioMetadata[];
|
|
2156
|
+
|
|
2157
|
+
NextToken?: string;
|
|
2158
|
+
|
|
2159
|
+
Segments?: SegmentDetection[];
|
|
2160
|
+
|
|
2161
|
+
SelectedSegmentTypes?: SegmentTypeInfo[];
|
|
2162
|
+
}
|
|
2163
|
+
export declare namespace GetSegmentDetectionResponse {
|
|
2164
|
+
|
|
2165
|
+
const filterSensitiveLog: (obj: GetSegmentDetectionResponse) => any;
|
|
2166
|
+
}
|
|
2167
|
+
export interface GetTextDetectionRequest {
|
|
2168
|
+
|
|
2169
|
+
JobId: string | undefined;
|
|
2170
|
+
|
|
2171
|
+
MaxResults?: number;
|
|
2172
|
+
|
|
2173
|
+
NextToken?: string;
|
|
2174
|
+
}
|
|
2175
|
+
export declare namespace GetTextDetectionRequest {
|
|
2176
|
+
|
|
2177
|
+
const filterSensitiveLog: (obj: GetTextDetectionRequest) => any;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
export interface TextDetectionResult {
|
|
2181
|
+
|
|
2182
|
+
Timestamp?: number;
|
|
2183
|
+
|
|
2184
|
+
TextDetection?: TextDetection;
|
|
2185
|
+
}
|
|
2186
|
+
export declare namespace TextDetectionResult {
|
|
2187
|
+
|
|
2188
|
+
const filterSensitiveLog: (obj: TextDetectionResult) => any;
|
|
2189
|
+
}
|
|
2190
|
+
export interface GetTextDetectionResponse {
|
|
2191
|
+
|
|
2192
|
+
JobStatus?: VideoJobStatus | string;
|
|
2193
|
+
|
|
2194
|
+
StatusMessage?: string;
|
|
2195
|
+
|
|
2196
|
+
VideoMetadata?: VideoMetadata;
|
|
2197
|
+
|
|
2198
|
+
TextDetections?: TextDetectionResult[];
|
|
2199
|
+
|
|
2200
|
+
NextToken?: string;
|
|
2201
|
+
|
|
2202
|
+
TextModelVersion?: string;
|
|
2203
|
+
}
|
|
2204
|
+
export declare namespace GetTextDetectionResponse {
|
|
2205
|
+
|
|
2206
|
+
const filterSensitiveLog: (obj: GetTextDetectionResponse) => any;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
export interface IdempotentParameterMismatchException extends __SmithyException, $MetadataBearer {
|
|
2210
|
+
name: "IdempotentParameterMismatchException";
|
|
2211
|
+
$fault: "client";
|
|
2212
|
+
Message?: string;
|
|
2213
|
+
Code?: string;
|
|
2214
|
+
|
|
2215
|
+
Logref?: string;
|
|
2216
|
+
}
|
|
2217
|
+
export interface IndexFacesRequest {
|
|
2218
|
+
|
|
2219
|
+
CollectionId: string | undefined;
|
|
2220
|
+
|
|
2221
|
+
Image: Image | undefined;
|
|
2222
|
+
|
|
2223
|
+
ExternalImageId?: string;
|
|
2224
|
+
|
|
2225
|
+
DetectionAttributes?: (Attribute | string)[];
|
|
2226
|
+
|
|
2227
|
+
MaxFaces?: number;
|
|
2228
|
+
|
|
2229
|
+
QualityFilter?: QualityFilter | string;
|
|
2230
|
+
}
|
|
2231
|
+
export declare namespace IndexFacesRequest {
|
|
2232
|
+
|
|
2233
|
+
const filterSensitiveLog: (obj: IndexFacesRequest) => any;
|
|
2234
|
+
}
|
|
2235
|
+
export declare enum Reason {
|
|
2236
|
+
EXCEEDS_MAX_FACES = "EXCEEDS_MAX_FACES",
|
|
2237
|
+
EXTREME_POSE = "EXTREME_POSE",
|
|
2238
|
+
LOW_BRIGHTNESS = "LOW_BRIGHTNESS",
|
|
2239
|
+
LOW_CONFIDENCE = "LOW_CONFIDENCE",
|
|
2240
|
+
LOW_FACE_QUALITY = "LOW_FACE_QUALITY",
|
|
2241
|
+
LOW_SHARPNESS = "LOW_SHARPNESS",
|
|
2242
|
+
SMALL_BOUNDING_BOX = "SMALL_BOUNDING_BOX"
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
export interface UnindexedFace {
|
|
2246
|
+
|
|
2247
|
+
Reasons?: (Reason | string)[];
|
|
2248
|
+
|
|
2249
|
+
FaceDetail?: FaceDetail;
|
|
2250
|
+
}
|
|
2251
|
+
export declare namespace UnindexedFace {
|
|
2252
|
+
|
|
2253
|
+
const filterSensitiveLog: (obj: UnindexedFace) => any;
|
|
2254
|
+
}
|
|
2255
|
+
export interface IndexFacesResponse {
|
|
2256
|
+
|
|
2257
|
+
FaceRecords?: FaceRecord[];
|
|
2258
|
+
|
|
2259
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
2260
|
+
|
|
2261
|
+
FaceModelVersion?: string;
|
|
2262
|
+
|
|
2263
|
+
UnindexedFaces?: UnindexedFace[];
|
|
2264
|
+
}
|
|
2265
|
+
export declare namespace IndexFacesResponse {
|
|
2266
|
+
|
|
2267
|
+
const filterSensitiveLog: (obj: IndexFacesResponse) => any;
|
|
2268
|
+
}
|
|
2269
|
+
export interface ListCollectionsRequest {
|
|
2270
|
+
|
|
2271
|
+
NextToken?: string;
|
|
2272
|
+
|
|
2273
|
+
MaxResults?: number;
|
|
2274
|
+
}
|
|
2275
|
+
export declare namespace ListCollectionsRequest {
|
|
2276
|
+
|
|
2277
|
+
const filterSensitiveLog: (obj: ListCollectionsRequest) => any;
|
|
2278
|
+
}
|
|
2279
|
+
export interface ListCollectionsResponse {
|
|
2280
|
+
|
|
2281
|
+
CollectionIds?: string[];
|
|
2282
|
+
|
|
2283
|
+
NextToken?: string;
|
|
2284
|
+
|
|
2285
|
+
FaceModelVersions?: string[];
|
|
2286
|
+
}
|
|
2287
|
+
export declare namespace ListCollectionsResponse {
|
|
2288
|
+
|
|
2289
|
+
const filterSensitiveLog: (obj: ListCollectionsResponse) => any;
|
|
2290
|
+
}
|
|
2291
|
+
export interface ListDatasetEntriesRequest {
|
|
2292
|
+
|
|
2293
|
+
DatasetArn: string | undefined;
|
|
2294
|
+
|
|
2295
|
+
ContainsLabels?: string[];
|
|
2296
|
+
|
|
2297
|
+
Labeled?: boolean;
|
|
2298
|
+
|
|
2299
|
+
SourceRefContains?: string;
|
|
2300
|
+
|
|
2301
|
+
HasErrors?: boolean;
|
|
2302
|
+
|
|
2303
|
+
NextToken?: string;
|
|
2304
|
+
|
|
2305
|
+
MaxResults?: number;
|
|
2306
|
+
}
|
|
2307
|
+
export declare namespace ListDatasetEntriesRequest {
|
|
2308
|
+
|
|
2309
|
+
const filterSensitiveLog: (obj: ListDatasetEntriesRequest) => any;
|
|
2310
|
+
}
|
|
2311
|
+
export interface ListDatasetEntriesResponse {
|
|
2312
|
+
|
|
2313
|
+
DatasetEntries?: string[];
|
|
2314
|
+
|
|
2315
|
+
NextToken?: string;
|
|
2316
|
+
}
|
|
2317
|
+
export declare namespace ListDatasetEntriesResponse {
|
|
2318
|
+
|
|
2319
|
+
const filterSensitiveLog: (obj: ListDatasetEntriesResponse) => any;
|
|
2320
|
+
}
|
|
2321
|
+
export interface ListDatasetLabelsRequest {
|
|
2322
|
+
|
|
2323
|
+
DatasetArn: string | undefined;
|
|
2324
|
+
|
|
2325
|
+
NextToken?: string;
|
|
2326
|
+
|
|
2327
|
+
MaxResults?: number;
|
|
2328
|
+
}
|
|
2329
|
+
export declare namespace ListDatasetLabelsRequest {
|
|
2330
|
+
|
|
2331
|
+
const filterSensitiveLog: (obj: ListDatasetLabelsRequest) => any;
|
|
2332
|
+
}
|
|
2333
|
+
export interface ListDatasetLabelsResponse {
|
|
2334
|
+
|
|
2335
|
+
DatasetLabelDescriptions?: DatasetLabelDescription[];
|
|
2336
|
+
|
|
2337
|
+
NextToken?: string;
|
|
2338
|
+
}
|
|
2339
|
+
export declare namespace ListDatasetLabelsResponse {
|
|
2340
|
+
|
|
2341
|
+
const filterSensitiveLog: (obj: ListDatasetLabelsResponse) => any;
|
|
2342
|
+
}
|
|
2343
|
+
export interface ListFacesRequest {
|
|
2344
|
+
|
|
2345
|
+
CollectionId: string | undefined;
|
|
2346
|
+
|
|
2347
|
+
NextToken?: string;
|
|
2348
|
+
|
|
2349
|
+
MaxResults?: number;
|
|
2350
|
+
}
|
|
2351
|
+
export declare namespace ListFacesRequest {
|
|
2352
|
+
|
|
2353
|
+
const filterSensitiveLog: (obj: ListFacesRequest) => any;
|
|
2354
|
+
}
|
|
2355
|
+
export interface ListFacesResponse {
|
|
2356
|
+
|
|
2357
|
+
Faces?: Face[];
|
|
2358
|
+
|
|
2359
|
+
NextToken?: string;
|
|
2360
|
+
|
|
2361
|
+
FaceModelVersion?: string;
|
|
2362
|
+
}
|
|
2363
|
+
export declare namespace ListFacesResponse {
|
|
2364
|
+
|
|
2365
|
+
const filterSensitiveLog: (obj: ListFacesResponse) => any;
|
|
2366
|
+
}
|
|
2367
|
+
export interface ListStreamProcessorsRequest {
|
|
2368
|
+
|
|
2369
|
+
NextToken?: string;
|
|
2370
|
+
|
|
2371
|
+
MaxResults?: number;
|
|
2372
|
+
}
|
|
2373
|
+
export declare namespace ListStreamProcessorsRequest {
|
|
2374
|
+
|
|
2375
|
+
const filterSensitiveLog: (obj: ListStreamProcessorsRequest) => any;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
export interface StreamProcessor {
|
|
2379
|
+
|
|
2380
|
+
Name?: string;
|
|
2381
|
+
|
|
2382
|
+
Status?: StreamProcessorStatus | string;
|
|
2383
|
+
}
|
|
2384
|
+
export declare namespace StreamProcessor {
|
|
2385
|
+
|
|
2386
|
+
const filterSensitiveLog: (obj: StreamProcessor) => any;
|
|
2387
|
+
}
|
|
2388
|
+
export interface ListStreamProcessorsResponse {
|
|
2389
|
+
|
|
2390
|
+
NextToken?: string;
|
|
2391
|
+
|
|
2392
|
+
StreamProcessors?: StreamProcessor[];
|
|
2393
|
+
}
|
|
2394
|
+
export declare namespace ListStreamProcessorsResponse {
|
|
2395
|
+
|
|
2396
|
+
const filterSensitiveLog: (obj: ListStreamProcessorsResponse) => any;
|
|
2397
|
+
}
|
|
2398
|
+
export interface ListTagsForResourceRequest {
|
|
2399
|
+
|
|
2400
|
+
ResourceArn: string | undefined;
|
|
2401
|
+
}
|
|
2402
|
+
export declare namespace ListTagsForResourceRequest {
|
|
2403
|
+
|
|
2404
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2405
|
+
}
|
|
2406
|
+
export interface ListTagsForResourceResponse {
|
|
2407
|
+
|
|
2408
|
+
Tags?: {
|
|
2409
|
+
[key: string]: string;
|
|
2410
|
+
};
|
|
2411
|
+
}
|
|
2412
|
+
export declare namespace ListTagsForResourceResponse {
|
|
2413
|
+
|
|
2414
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
export interface NotificationChannel {
|
|
2418
|
+
|
|
2419
|
+
SNSTopicArn: string | undefined;
|
|
2420
|
+
|
|
2421
|
+
RoleArn: string | undefined;
|
|
2422
|
+
}
|
|
2423
|
+
export declare namespace NotificationChannel {
|
|
2424
|
+
|
|
2425
|
+
const filterSensitiveLog: (obj: NotificationChannel) => any;
|
|
2426
|
+
}
|
|
2427
|
+
export interface RecognizeCelebritiesRequest {
|
|
2428
|
+
|
|
2429
|
+
Image: Image | undefined;
|
|
2430
|
+
}
|
|
2431
|
+
export declare namespace RecognizeCelebritiesRequest {
|
|
2432
|
+
|
|
2433
|
+
const filterSensitiveLog: (obj: RecognizeCelebritiesRequest) => any;
|
|
2434
|
+
}
|
|
2435
|
+
export interface RecognizeCelebritiesResponse {
|
|
2436
|
+
|
|
2437
|
+
CelebrityFaces?: Celebrity[];
|
|
2438
|
+
|
|
2439
|
+
UnrecognizedFaces?: ComparedFace[];
|
|
2440
|
+
|
|
2441
|
+
OrientationCorrection?: OrientationCorrection | string;
|
|
2442
|
+
}
|
|
2443
|
+
export declare namespace RecognizeCelebritiesResponse {
|
|
2444
|
+
|
|
2445
|
+
const filterSensitiveLog: (obj: RecognizeCelebritiesResponse) => any;
|
|
2446
|
+
}
|
|
2447
|
+
export interface SearchFacesRequest {
|
|
2448
|
+
|
|
2449
|
+
CollectionId: string | undefined;
|
|
2450
|
+
|
|
2451
|
+
FaceId: string | undefined;
|
|
2452
|
+
|
|
2453
|
+
MaxFaces?: number;
|
|
2454
|
+
|
|
2455
|
+
FaceMatchThreshold?: number;
|
|
2456
|
+
}
|
|
2457
|
+
export declare namespace SearchFacesRequest {
|
|
2458
|
+
|
|
2459
|
+
const filterSensitiveLog: (obj: SearchFacesRequest) => any;
|
|
2460
|
+
}
|
|
2461
|
+
export interface SearchFacesResponse {
|
|
2462
|
+
|
|
2463
|
+
SearchedFaceId?: string;
|
|
2464
|
+
|
|
2465
|
+
FaceMatches?: FaceMatch[];
|
|
2466
|
+
|
|
2467
|
+
FaceModelVersion?: string;
|
|
2468
|
+
}
|
|
2469
|
+
export declare namespace SearchFacesResponse {
|
|
2470
|
+
|
|
2471
|
+
const filterSensitiveLog: (obj: SearchFacesResponse) => any;
|
|
2472
|
+
}
|
|
2473
|
+
export interface SearchFacesByImageRequest {
|
|
2474
|
+
|
|
2475
|
+
CollectionId: string | undefined;
|
|
2476
|
+
|
|
2477
|
+
Image: Image | undefined;
|
|
2478
|
+
|
|
2479
|
+
MaxFaces?: number;
|
|
2480
|
+
|
|
2481
|
+
FaceMatchThreshold?: number;
|
|
2482
|
+
|
|
2483
|
+
QualityFilter?: QualityFilter | string;
|
|
2484
|
+
}
|
|
2485
|
+
export declare namespace SearchFacesByImageRequest {
|
|
2486
|
+
|
|
2487
|
+
const filterSensitiveLog: (obj: SearchFacesByImageRequest) => any;
|
|
2488
|
+
}
|
|
2489
|
+
export interface SearchFacesByImageResponse {
|
|
2490
|
+
|
|
2491
|
+
SearchedFaceBoundingBox?: BoundingBox;
|
|
2492
|
+
|
|
2493
|
+
SearchedFaceConfidence?: number;
|
|
2494
|
+
|
|
2495
|
+
FaceMatches?: FaceMatch[];
|
|
2496
|
+
|
|
2497
|
+
FaceModelVersion?: string;
|
|
2498
|
+
}
|
|
2499
|
+
export declare namespace SearchFacesByImageResponse {
|
|
2500
|
+
|
|
2501
|
+
const filterSensitiveLog: (obj: SearchFacesByImageResponse) => any;
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
export interface Video {
|
|
2505
|
+
|
|
2506
|
+
S3Object?: S3Object;
|
|
2507
|
+
}
|
|
2508
|
+
export declare namespace Video {
|
|
2509
|
+
|
|
2510
|
+
const filterSensitiveLog: (obj: Video) => any;
|
|
2511
|
+
}
|
|
2512
|
+
export interface StartCelebrityRecognitionRequest {
|
|
2513
|
+
|
|
2514
|
+
Video: Video | undefined;
|
|
2515
|
+
|
|
2516
|
+
ClientRequestToken?: string;
|
|
2517
|
+
|
|
2518
|
+
NotificationChannel?: NotificationChannel;
|
|
2519
|
+
|
|
2520
|
+
JobTag?: string;
|
|
2521
|
+
}
|
|
2522
|
+
export declare namespace StartCelebrityRecognitionRequest {
|
|
2523
|
+
|
|
2524
|
+
const filterSensitiveLog: (obj: StartCelebrityRecognitionRequest) => any;
|
|
2525
|
+
}
|
|
2526
|
+
export interface StartCelebrityRecognitionResponse {
|
|
2527
|
+
|
|
2528
|
+
JobId?: string;
|
|
2529
|
+
}
|
|
2530
|
+
export declare namespace StartCelebrityRecognitionResponse {
|
|
2531
|
+
|
|
2532
|
+
const filterSensitiveLog: (obj: StartCelebrityRecognitionResponse) => any;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
export interface VideoTooLargeException extends __SmithyException, $MetadataBearer {
|
|
2536
|
+
name: "VideoTooLargeException";
|
|
2537
|
+
$fault: "client";
|
|
2538
|
+
Message?: string;
|
|
2539
|
+
Code?: string;
|
|
2540
|
+
|
|
2541
|
+
Logref?: string;
|
|
2542
|
+
}
|
|
2543
|
+
export interface StartContentModerationRequest {
|
|
2544
|
+
|
|
2545
|
+
Video: Video | undefined;
|
|
2546
|
+
|
|
2547
|
+
MinConfidence?: number;
|
|
2548
|
+
|
|
2549
|
+
ClientRequestToken?: string;
|
|
2550
|
+
|
|
2551
|
+
NotificationChannel?: NotificationChannel;
|
|
2552
|
+
|
|
2553
|
+
JobTag?: string;
|
|
2554
|
+
}
|
|
2555
|
+
export declare namespace StartContentModerationRequest {
|
|
2556
|
+
|
|
2557
|
+
const filterSensitiveLog: (obj: StartContentModerationRequest) => any;
|
|
2558
|
+
}
|
|
2559
|
+
export interface StartContentModerationResponse {
|
|
2560
|
+
|
|
2561
|
+
JobId?: string;
|
|
2562
|
+
}
|
|
2563
|
+
export declare namespace StartContentModerationResponse {
|
|
2564
|
+
|
|
2565
|
+
const filterSensitiveLog: (obj: StartContentModerationResponse) => any;
|
|
2566
|
+
}
|
|
2567
|
+
export interface StartFaceDetectionRequest {
|
|
2568
|
+
|
|
2569
|
+
Video: Video | undefined;
|
|
2570
|
+
|
|
2571
|
+
ClientRequestToken?: string;
|
|
2572
|
+
|
|
2573
|
+
NotificationChannel?: NotificationChannel;
|
|
2574
|
+
|
|
2575
|
+
FaceAttributes?: FaceAttributes | string;
|
|
2576
|
+
|
|
2577
|
+
JobTag?: string;
|
|
2578
|
+
}
|
|
2579
|
+
export declare namespace StartFaceDetectionRequest {
|
|
2580
|
+
|
|
2581
|
+
const filterSensitiveLog: (obj: StartFaceDetectionRequest) => any;
|
|
2582
|
+
}
|
|
2583
|
+
export interface StartFaceDetectionResponse {
|
|
2584
|
+
|
|
2585
|
+
JobId?: string;
|
|
2586
|
+
}
|
|
2587
|
+
export declare namespace StartFaceDetectionResponse {
|
|
2588
|
+
|
|
2589
|
+
const filterSensitiveLog: (obj: StartFaceDetectionResponse) => any;
|
|
2590
|
+
}
|
|
2591
|
+
export interface StartFaceSearchRequest {
|
|
2592
|
+
|
|
2593
|
+
Video: Video | undefined;
|
|
2594
|
+
|
|
2595
|
+
ClientRequestToken?: string;
|
|
2596
|
+
|
|
2597
|
+
FaceMatchThreshold?: number;
|
|
2598
|
+
|
|
2599
|
+
CollectionId: string | undefined;
|
|
2600
|
+
|
|
2601
|
+
NotificationChannel?: NotificationChannel;
|
|
2602
|
+
|
|
2603
|
+
JobTag?: string;
|
|
2604
|
+
}
|
|
2605
|
+
export declare namespace StartFaceSearchRequest {
|
|
2606
|
+
|
|
2607
|
+
const filterSensitiveLog: (obj: StartFaceSearchRequest) => any;
|
|
2608
|
+
}
|
|
2609
|
+
export interface StartFaceSearchResponse {
|
|
2610
|
+
|
|
2611
|
+
JobId?: string;
|
|
2612
|
+
}
|
|
2613
|
+
export declare namespace StartFaceSearchResponse {
|
|
2614
|
+
|
|
2615
|
+
const filterSensitiveLog: (obj: StartFaceSearchResponse) => any;
|
|
2616
|
+
}
|
|
2617
|
+
export interface StartLabelDetectionRequest {
|
|
2618
|
+
|
|
2619
|
+
Video: Video | undefined;
|
|
2620
|
+
|
|
2621
|
+
ClientRequestToken?: string;
|
|
2622
|
+
|
|
2623
|
+
MinConfidence?: number;
|
|
2624
|
+
|
|
2625
|
+
NotificationChannel?: NotificationChannel;
|
|
2626
|
+
|
|
2627
|
+
JobTag?: string;
|
|
2628
|
+
}
|
|
2629
|
+
export declare namespace StartLabelDetectionRequest {
|
|
2630
|
+
|
|
2631
|
+
const filterSensitiveLog: (obj: StartLabelDetectionRequest) => any;
|
|
2632
|
+
}
|
|
2633
|
+
export interface StartLabelDetectionResponse {
|
|
2634
|
+
|
|
2635
|
+
JobId?: string;
|
|
2636
|
+
}
|
|
2637
|
+
export declare namespace StartLabelDetectionResponse {
|
|
2638
|
+
|
|
2639
|
+
const filterSensitiveLog: (obj: StartLabelDetectionResponse) => any;
|
|
2640
|
+
}
|
|
2641
|
+
export interface StartPersonTrackingRequest {
|
|
2642
|
+
|
|
2643
|
+
Video: Video | undefined;
|
|
2644
|
+
|
|
2645
|
+
ClientRequestToken?: string;
|
|
2646
|
+
|
|
2647
|
+
NotificationChannel?: NotificationChannel;
|
|
2648
|
+
|
|
2649
|
+
JobTag?: string;
|
|
2650
|
+
}
|
|
2651
|
+
export declare namespace StartPersonTrackingRequest {
|
|
2652
|
+
|
|
2653
|
+
const filterSensitiveLog: (obj: StartPersonTrackingRequest) => any;
|
|
2654
|
+
}
|
|
2655
|
+
export interface StartPersonTrackingResponse {
|
|
2656
|
+
|
|
2657
|
+
JobId?: string;
|
|
2658
|
+
}
|
|
2659
|
+
export declare namespace StartPersonTrackingResponse {
|
|
2660
|
+
|
|
2661
|
+
const filterSensitiveLog: (obj: StartPersonTrackingResponse) => any;
|
|
2662
|
+
}
|
|
2663
|
+
export interface StartProjectVersionRequest {
|
|
2664
|
+
|
|
2665
|
+
ProjectVersionArn: string | undefined;
|
|
2666
|
+
|
|
2667
|
+
MinInferenceUnits: number | undefined;
|
|
2668
|
+
}
|
|
2669
|
+
export declare namespace StartProjectVersionRequest {
|
|
2670
|
+
|
|
2671
|
+
const filterSensitiveLog: (obj: StartProjectVersionRequest) => any;
|
|
2672
|
+
}
|
|
2673
|
+
export interface StartProjectVersionResponse {
|
|
2674
|
+
|
|
2675
|
+
Status?: ProjectVersionStatus | string;
|
|
2676
|
+
}
|
|
2677
|
+
export declare namespace StartProjectVersionResponse {
|
|
2678
|
+
|
|
2679
|
+
const filterSensitiveLog: (obj: StartProjectVersionResponse) => any;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
export interface StartShotDetectionFilter {
|
|
2683
|
+
|
|
2684
|
+
MinSegmentConfidence?: number;
|
|
2685
|
+
}
|
|
2686
|
+
export declare namespace StartShotDetectionFilter {
|
|
2687
|
+
|
|
2688
|
+
const filterSensitiveLog: (obj: StartShotDetectionFilter) => any;
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
export interface StartTechnicalCueDetectionFilter {
|
|
2692
|
+
|
|
2693
|
+
MinSegmentConfidence?: number;
|
|
2694
|
+
|
|
2695
|
+
BlackFrame?: BlackFrame;
|
|
2696
|
+
}
|
|
2697
|
+
export declare namespace StartTechnicalCueDetectionFilter {
|
|
2698
|
+
|
|
2699
|
+
const filterSensitiveLog: (obj: StartTechnicalCueDetectionFilter) => any;
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
export interface StartSegmentDetectionFilters {
|
|
2703
|
+
|
|
2704
|
+
TechnicalCueFilter?: StartTechnicalCueDetectionFilter;
|
|
2705
|
+
|
|
2706
|
+
ShotFilter?: StartShotDetectionFilter;
|
|
2707
|
+
}
|
|
2708
|
+
export declare namespace StartSegmentDetectionFilters {
|
|
2709
|
+
|
|
2710
|
+
const filterSensitiveLog: (obj: StartSegmentDetectionFilters) => any;
|
|
2711
|
+
}
|
|
2712
|
+
export interface StartSegmentDetectionRequest {
|
|
2713
|
+
|
|
2714
|
+
Video: Video | undefined;
|
|
2715
|
+
|
|
2716
|
+
ClientRequestToken?: string;
|
|
2717
|
+
|
|
2718
|
+
NotificationChannel?: NotificationChannel;
|
|
2719
|
+
|
|
2720
|
+
JobTag?: string;
|
|
2721
|
+
|
|
2722
|
+
Filters?: StartSegmentDetectionFilters;
|
|
2723
|
+
|
|
2724
|
+
SegmentTypes: (SegmentType | string)[] | undefined;
|
|
2725
|
+
}
|
|
2726
|
+
export declare namespace StartSegmentDetectionRequest {
|
|
2727
|
+
|
|
2728
|
+
const filterSensitiveLog: (obj: StartSegmentDetectionRequest) => any;
|
|
2729
|
+
}
|
|
2730
|
+
export interface StartSegmentDetectionResponse {
|
|
2731
|
+
|
|
2732
|
+
JobId?: string;
|
|
2733
|
+
}
|
|
2734
|
+
export declare namespace StartSegmentDetectionResponse {
|
|
2735
|
+
|
|
2736
|
+
const filterSensitiveLog: (obj: StartSegmentDetectionResponse) => any;
|
|
2737
|
+
}
|
|
2738
|
+
export interface StartStreamProcessorRequest {
|
|
2739
|
+
|
|
2740
|
+
Name: string | undefined;
|
|
2741
|
+
}
|
|
2742
|
+
export declare namespace StartStreamProcessorRequest {
|
|
2743
|
+
|
|
2744
|
+
const filterSensitiveLog: (obj: StartStreamProcessorRequest) => any;
|
|
2745
|
+
}
|
|
2746
|
+
export interface StartStreamProcessorResponse {
|
|
2747
|
+
}
|
|
2748
|
+
export declare namespace StartStreamProcessorResponse {
|
|
2749
|
+
|
|
2750
|
+
const filterSensitiveLog: (obj: StartStreamProcessorResponse) => any;
|
|
2751
|
+
}
|
|
2752
|
+
|
|
2753
|
+
export interface StartTextDetectionFilters {
|
|
2754
|
+
|
|
2755
|
+
WordFilter?: DetectionFilter;
|
|
2756
|
+
|
|
2757
|
+
RegionsOfInterest?: RegionOfInterest[];
|
|
2758
|
+
}
|
|
2759
|
+
export declare namespace StartTextDetectionFilters {
|
|
2760
|
+
|
|
2761
|
+
const filterSensitiveLog: (obj: StartTextDetectionFilters) => any;
|
|
2762
|
+
}
|
|
2763
|
+
export interface StartTextDetectionRequest {
|
|
2764
|
+
|
|
2765
|
+
Video: Video | undefined;
|
|
2766
|
+
|
|
2767
|
+
ClientRequestToken?: string;
|
|
2768
|
+
|
|
2769
|
+
NotificationChannel?: NotificationChannel;
|
|
2770
|
+
|
|
2771
|
+
JobTag?: string;
|
|
2772
|
+
|
|
2773
|
+
Filters?: StartTextDetectionFilters;
|
|
2774
|
+
}
|
|
2775
|
+
export declare namespace StartTextDetectionRequest {
|
|
2776
|
+
|
|
2777
|
+
const filterSensitiveLog: (obj: StartTextDetectionRequest) => any;
|
|
2778
|
+
}
|
|
2779
|
+
export interface StartTextDetectionResponse {
|
|
2780
|
+
|
|
2781
|
+
JobId?: string;
|
|
2782
|
+
}
|
|
2783
|
+
export declare namespace StartTextDetectionResponse {
|
|
2784
|
+
|
|
2785
|
+
const filterSensitiveLog: (obj: StartTextDetectionResponse) => any;
|
|
2786
|
+
}
|
|
2787
|
+
export interface StopProjectVersionRequest {
|
|
2788
|
+
|
|
2789
|
+
ProjectVersionArn: string | undefined;
|
|
2790
|
+
}
|
|
2791
|
+
export declare namespace StopProjectVersionRequest {
|
|
2792
|
+
|
|
2793
|
+
const filterSensitiveLog: (obj: StopProjectVersionRequest) => any;
|
|
2794
|
+
}
|
|
2795
|
+
export interface StopProjectVersionResponse {
|
|
2796
|
+
|
|
2797
|
+
Status?: ProjectVersionStatus | string;
|
|
2798
|
+
}
|
|
2799
|
+
export declare namespace StopProjectVersionResponse {
|
|
2800
|
+
|
|
2801
|
+
const filterSensitiveLog: (obj: StopProjectVersionResponse) => any;
|
|
2802
|
+
}
|
|
2803
|
+
export interface StopStreamProcessorRequest {
|
|
2804
|
+
|
|
2805
|
+
Name: string | undefined;
|
|
2806
|
+
}
|
|
2807
|
+
export declare namespace StopStreamProcessorRequest {
|
|
2808
|
+
|
|
2809
|
+
const filterSensitiveLog: (obj: StopStreamProcessorRequest) => any;
|
|
2810
|
+
}
|
|
2811
|
+
export interface StopStreamProcessorResponse {
|
|
2812
|
+
}
|
|
2813
|
+
export declare namespace StopStreamProcessorResponse {
|
|
2814
|
+
|
|
2815
|
+
const filterSensitiveLog: (obj: StopStreamProcessorResponse) => any;
|
|
2816
|
+
}
|
|
2817
|
+
export interface TagResourceRequest {
|
|
2818
|
+
|
|
2819
|
+
ResourceArn: string | undefined;
|
|
2820
|
+
|
|
2821
|
+
Tags: {
|
|
2822
|
+
[key: string]: string;
|
|
2823
|
+
} | undefined;
|
|
2824
|
+
}
|
|
2825
|
+
export declare namespace TagResourceRequest {
|
|
2826
|
+
|
|
2827
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2828
|
+
}
|
|
2829
|
+
export interface TagResourceResponse {
|
|
2830
|
+
}
|
|
2831
|
+
export declare namespace TagResourceResponse {
|
|
2832
|
+
|
|
2833
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2834
|
+
}
|
|
2835
|
+
export interface UntagResourceRequest {
|
|
2836
|
+
|
|
2837
|
+
ResourceArn: string | undefined;
|
|
2838
|
+
|
|
2839
|
+
TagKeys: string[] | undefined;
|
|
2840
|
+
}
|
|
2841
|
+
export declare namespace UntagResourceRequest {
|
|
2842
|
+
|
|
2843
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2844
|
+
}
|
|
2845
|
+
export interface UntagResourceResponse {
|
|
2846
|
+
}
|
|
2847
|
+
export declare namespace UntagResourceResponse {
|
|
2848
|
+
|
|
2849
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2850
|
+
}
|
|
2851
|
+
export interface UpdateDatasetEntriesRequest {
|
|
2852
|
+
|
|
2853
|
+
DatasetArn: string | undefined;
|
|
2854
|
+
|
|
2855
|
+
Changes: DatasetChanges | undefined;
|
|
2856
|
+
}
|
|
2857
|
+
export declare namespace UpdateDatasetEntriesRequest {
|
|
2858
|
+
|
|
2859
|
+
const filterSensitiveLog: (obj: UpdateDatasetEntriesRequest) => any;
|
|
2860
|
+
}
|
|
2861
|
+
export interface UpdateDatasetEntriesResponse {
|
|
2862
|
+
}
|
|
2863
|
+
export declare namespace UpdateDatasetEntriesResponse {
|
|
2864
|
+
|
|
2865
|
+
const filterSensitiveLog: (obj: UpdateDatasetEntriesResponse) => any;
|
|
2866
|
+
}
|