@aws-sdk/client-rekognition 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +306 -306
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +288 -0
- package/dist-es/models/errors.js +421 -0
- package/dist-es/models/models_0.js +1 -659
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +1 -1
- package/dist-types/commands/SearchFacesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUsersByImageCommand.d.ts +1 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +1 -1
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +1 -1
- package/dist-types/commands/StartContentModerationCommand.d.ts +1 -1
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartFaceSearchCommand.d.ts +1 -1
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +1 -1
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +1 -1
- package/dist-types/commands/StartProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/StartTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StopProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +640 -0
- package/dist-types/models/errors.d.ts +471 -0
- package/dist-types/models/models_0.d.ts +1358 -1041
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +362 -0
- package/dist-types/ts3.4/models/errors.d.ts +251 -0
- package/dist-types/ts3.4/models/models_0.d.ts +319 -574
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -51
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1429
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -343
|
@@ -1,18 +1,50 @@
|
|
|
1
|
+
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
|
|
1
2
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
Attribute,
|
|
4
|
+
BodyPart,
|
|
5
|
+
CelebrityRecognitionSortBy,
|
|
6
|
+
ChallengeType,
|
|
7
|
+
ContentClassifier,
|
|
8
|
+
ContentModerationAggregateBy,
|
|
9
|
+
ContentModerationSortBy,
|
|
10
|
+
CustomizationFeature,
|
|
11
|
+
DatasetStatus,
|
|
12
|
+
DatasetStatusMessageCode,
|
|
13
|
+
DatasetType,
|
|
14
|
+
DetectLabelsFeatureName,
|
|
15
|
+
EmotionName,
|
|
16
|
+
FaceAttributes,
|
|
17
|
+
FaceSearchSortBy,
|
|
18
|
+
GenderType,
|
|
19
|
+
KnownGenderType,
|
|
20
|
+
LabelDetectionAggregateBy,
|
|
21
|
+
LabelDetectionFeatureName,
|
|
22
|
+
LabelDetectionSortBy,
|
|
23
|
+
LandmarkType,
|
|
24
|
+
LivenessSessionStatus,
|
|
25
|
+
MediaAnalysisJobFailureCode,
|
|
26
|
+
MediaAnalysisJobStatus,
|
|
27
|
+
OrientationCorrection,
|
|
28
|
+
PersonTrackingSortBy,
|
|
29
|
+
ProjectAutoUpdate,
|
|
30
|
+
ProjectStatus,
|
|
31
|
+
ProjectVersionStatus,
|
|
32
|
+
ProtectiveEquipmentType,
|
|
33
|
+
QualityFilter,
|
|
34
|
+
Reason,
|
|
35
|
+
SegmentType,
|
|
36
|
+
StreamProcessorParameterToDelete,
|
|
37
|
+
StreamProcessorStatus,
|
|
38
|
+
TechnicalCueType,
|
|
39
|
+
TextTypes,
|
|
40
|
+
UnsearchedFaceReason,
|
|
41
|
+
UnsuccessfulFaceAssociationReason,
|
|
42
|
+
UnsuccessfulFaceDeletionReason,
|
|
43
|
+
UnsuccessfulFaceDisassociationReason,
|
|
44
|
+
UserStatus,
|
|
45
|
+
VideoColorRange,
|
|
46
|
+
VideoJobStatus,
|
|
47
|
+
} from "./enums";
|
|
16
48
|
export interface AgeRange {
|
|
17
49
|
Low?: number | undefined;
|
|
18
50
|
High?: number | undefined;
|
|
@@ -38,132 +70,17 @@ export interface AssociateFacesRequest {
|
|
|
38
70
|
UserMatchThreshold?: number | undefined;
|
|
39
71
|
ClientRequestToken?: string | undefined;
|
|
40
72
|
}
|
|
41
|
-
export declare const UnsuccessfulFaceAssociationReason: {
|
|
42
|
-
readonly ASSOCIATED_TO_A_DIFFERENT_USER: "ASSOCIATED_TO_A_DIFFERENT_USER";
|
|
43
|
-
readonly FACE_NOT_FOUND: "FACE_NOT_FOUND";
|
|
44
|
-
readonly LOW_MATCH_CONFIDENCE: "LOW_MATCH_CONFIDENCE";
|
|
45
|
-
};
|
|
46
|
-
export type UnsuccessfulFaceAssociationReason =
|
|
47
|
-
(typeof UnsuccessfulFaceAssociationReason)[keyof typeof UnsuccessfulFaceAssociationReason];
|
|
48
73
|
export interface UnsuccessfulFaceAssociation {
|
|
49
74
|
FaceId?: string | undefined;
|
|
50
75
|
UserId?: string | undefined;
|
|
51
76
|
Confidence?: number | undefined;
|
|
52
77
|
Reasons?: UnsuccessfulFaceAssociationReason[] | undefined;
|
|
53
78
|
}
|
|
54
|
-
export declare const UserStatus: {
|
|
55
|
-
readonly ACTIVE: "ACTIVE";
|
|
56
|
-
readonly CREATED: "CREATED";
|
|
57
|
-
readonly CREATING: "CREATING";
|
|
58
|
-
readonly UPDATING: "UPDATING";
|
|
59
|
-
};
|
|
60
|
-
export type UserStatus = (typeof UserStatus)[keyof typeof UserStatus];
|
|
61
79
|
export interface AssociateFacesResponse {
|
|
62
80
|
AssociatedFaces?: AssociatedFace[] | undefined;
|
|
63
81
|
UnsuccessfulFaceAssociations?: UnsuccessfulFaceAssociation[] | undefined;
|
|
64
82
|
UserStatus?: UserStatus | undefined;
|
|
65
83
|
}
|
|
66
|
-
export declare class ConflictException extends __BaseException {
|
|
67
|
-
readonly name: "ConflictException";
|
|
68
|
-
readonly $fault: "client";
|
|
69
|
-
Message?: string | undefined;
|
|
70
|
-
Code?: string | undefined;
|
|
71
|
-
Logref?: string | undefined;
|
|
72
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
73
|
-
}
|
|
74
|
-
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
75
|
-
readonly name: "IdempotentParameterMismatchException";
|
|
76
|
-
readonly $fault: "client";
|
|
77
|
-
Message?: string | undefined;
|
|
78
|
-
Code?: string | undefined;
|
|
79
|
-
Logref?: string | undefined;
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<
|
|
82
|
-
IdempotentParameterMismatchException,
|
|
83
|
-
__BaseException
|
|
84
|
-
>
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
export declare class InternalServerError extends __BaseException {
|
|
88
|
-
readonly name: "InternalServerError";
|
|
89
|
-
readonly $fault: "server";
|
|
90
|
-
Message?: string | undefined;
|
|
91
|
-
Code?: string | undefined;
|
|
92
|
-
Logref?: string | undefined;
|
|
93
|
-
constructor(
|
|
94
|
-
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
95
|
-
);
|
|
96
|
-
}
|
|
97
|
-
export declare class InvalidParameterException extends __BaseException {
|
|
98
|
-
readonly name: "InvalidParameterException";
|
|
99
|
-
readonly $fault: "client";
|
|
100
|
-
Message?: string | undefined;
|
|
101
|
-
Code?: string | undefined;
|
|
102
|
-
Logref?: string | undefined;
|
|
103
|
-
constructor(
|
|
104
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
export declare class ProvisionedThroughputExceededException extends __BaseException {
|
|
108
|
-
readonly name: "ProvisionedThroughputExceededException";
|
|
109
|
-
readonly $fault: "client";
|
|
110
|
-
Message?: string | undefined;
|
|
111
|
-
Code?: string | undefined;
|
|
112
|
-
Logref?: string | undefined;
|
|
113
|
-
constructor(
|
|
114
|
-
opts: __ExceptionOptionType<
|
|
115
|
-
ProvisionedThroughputExceededException,
|
|
116
|
-
__BaseException
|
|
117
|
-
>
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
121
|
-
readonly name: "ResourceNotFoundException";
|
|
122
|
-
readonly $fault: "client";
|
|
123
|
-
Message?: string | undefined;
|
|
124
|
-
Code?: string | undefined;
|
|
125
|
-
Logref?: string | undefined;
|
|
126
|
-
constructor(
|
|
127
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
128
|
-
);
|
|
129
|
-
}
|
|
130
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
131
|
-
readonly name: "ServiceQuotaExceededException";
|
|
132
|
-
readonly $fault: "client";
|
|
133
|
-
Message?: string | undefined;
|
|
134
|
-
Code?: string | undefined;
|
|
135
|
-
Logref?: string | undefined;
|
|
136
|
-
constructor(
|
|
137
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
138
|
-
);
|
|
139
|
-
}
|
|
140
|
-
export declare class ThrottlingException extends __BaseException {
|
|
141
|
-
readonly name: "ThrottlingException";
|
|
142
|
-
readonly $fault: "server";
|
|
143
|
-
Message?: string | undefined;
|
|
144
|
-
Code?: string | undefined;
|
|
145
|
-
Logref?: string | undefined;
|
|
146
|
-
constructor(
|
|
147
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
148
|
-
);
|
|
149
|
-
}
|
|
150
|
-
export declare const Attribute: {
|
|
151
|
-
readonly AGE_RANGE: "AGE_RANGE";
|
|
152
|
-
readonly ALL: "ALL";
|
|
153
|
-
readonly BEARD: "BEARD";
|
|
154
|
-
readonly DEFAULT: "DEFAULT";
|
|
155
|
-
readonly EMOTIONS: "EMOTIONS";
|
|
156
|
-
readonly EYEGLASSES: "EYEGLASSES";
|
|
157
|
-
readonly EYES_OPEN: "EYES_OPEN";
|
|
158
|
-
readonly EYE_DIRECTION: "EYE_DIRECTION";
|
|
159
|
-
readonly FACE_OCCLUDED: "FACE_OCCLUDED";
|
|
160
|
-
readonly GENDER: "GENDER";
|
|
161
|
-
readonly MOUTH_OPEN: "MOUTH_OPEN";
|
|
162
|
-
readonly MUSTACHE: "MUSTACHE";
|
|
163
|
-
readonly SMILE: "SMILE";
|
|
164
|
-
readonly SUNGLASSES: "SUNGLASSES";
|
|
165
|
-
};
|
|
166
|
-
export type Attribute = (typeof Attribute)[keyof typeof Attribute];
|
|
167
84
|
export interface AudioMetadata {
|
|
168
85
|
Codec?: string | undefined;
|
|
169
86
|
DurationMillis?: number | undefined;
|
|
@@ -189,24 +106,10 @@ export interface BlackFrame {
|
|
|
189
106
|
MaxPixelThreshold?: number | undefined;
|
|
190
107
|
MinCoveragePercentage?: number | undefined;
|
|
191
108
|
}
|
|
192
|
-
export declare const BodyPart: {
|
|
193
|
-
readonly FACE: "FACE";
|
|
194
|
-
readonly HEAD: "HEAD";
|
|
195
|
-
readonly LEFT_HAND: "LEFT_HAND";
|
|
196
|
-
readonly RIGHT_HAND: "RIGHT_HAND";
|
|
197
|
-
};
|
|
198
|
-
export type BodyPart = (typeof BodyPart)[keyof typeof BodyPart];
|
|
199
109
|
export interface CoversBodyPart {
|
|
200
110
|
Confidence?: number | undefined;
|
|
201
111
|
Value?: boolean | undefined;
|
|
202
112
|
}
|
|
203
|
-
export declare const ProtectiveEquipmentType: {
|
|
204
|
-
readonly FACE_COVER: "FACE_COVER";
|
|
205
|
-
readonly HAND_COVER: "HAND_COVER";
|
|
206
|
-
readonly HEAD_COVER: "HEAD_COVER";
|
|
207
|
-
};
|
|
208
|
-
export type ProtectiveEquipmentType =
|
|
209
|
-
(typeof ProtectiveEquipmentType)[keyof typeof ProtectiveEquipmentType];
|
|
210
113
|
export interface EquipmentDetection {
|
|
211
114
|
BoundingBox?: BoundingBox | undefined;
|
|
212
115
|
Confidence?: number | undefined;
|
|
@@ -218,55 +121,10 @@ export interface ProtectiveEquipmentBodyPart {
|
|
|
218
121
|
Confidence?: number | undefined;
|
|
219
122
|
EquipmentDetections?: EquipmentDetection[] | undefined;
|
|
220
123
|
}
|
|
221
|
-
export declare const EmotionName: {
|
|
222
|
-
readonly ANGRY: "ANGRY";
|
|
223
|
-
readonly CALM: "CALM";
|
|
224
|
-
readonly CONFUSED: "CONFUSED";
|
|
225
|
-
readonly DISGUSTED: "DISGUSTED";
|
|
226
|
-
readonly FEAR: "FEAR";
|
|
227
|
-
readonly HAPPY: "HAPPY";
|
|
228
|
-
readonly SAD: "SAD";
|
|
229
|
-
readonly SURPRISED: "SURPRISED";
|
|
230
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
231
|
-
};
|
|
232
|
-
export type EmotionName = (typeof EmotionName)[keyof typeof EmotionName];
|
|
233
124
|
export interface Emotion {
|
|
234
125
|
Type?: EmotionName | undefined;
|
|
235
126
|
Confidence?: number | undefined;
|
|
236
127
|
}
|
|
237
|
-
export declare const LandmarkType: {
|
|
238
|
-
readonly chinBottom: "chinBottom";
|
|
239
|
-
readonly eyeLeft: "eyeLeft";
|
|
240
|
-
readonly eyeRight: "eyeRight";
|
|
241
|
-
readonly leftEyeBrowLeft: "leftEyeBrowLeft";
|
|
242
|
-
readonly leftEyeBrowRight: "leftEyeBrowRight";
|
|
243
|
-
readonly leftEyeBrowUp: "leftEyeBrowUp";
|
|
244
|
-
readonly leftEyeDown: "leftEyeDown";
|
|
245
|
-
readonly leftEyeLeft: "leftEyeLeft";
|
|
246
|
-
readonly leftEyeRight: "leftEyeRight";
|
|
247
|
-
readonly leftEyeUp: "leftEyeUp";
|
|
248
|
-
readonly leftPupil: "leftPupil";
|
|
249
|
-
readonly midJawlineLeft: "midJawlineLeft";
|
|
250
|
-
readonly midJawlineRight: "midJawlineRight";
|
|
251
|
-
readonly mouthDown: "mouthDown";
|
|
252
|
-
readonly mouthLeft: "mouthLeft";
|
|
253
|
-
readonly mouthRight: "mouthRight";
|
|
254
|
-
readonly mouthUp: "mouthUp";
|
|
255
|
-
readonly nose: "nose";
|
|
256
|
-
readonly noseLeft: "noseLeft";
|
|
257
|
-
readonly noseRight: "noseRight";
|
|
258
|
-
readonly rightEyeBrowLeft: "rightEyeBrowLeft";
|
|
259
|
-
readonly rightEyeBrowRight: "rightEyeBrowRight";
|
|
260
|
-
readonly rightEyeBrowUp: "rightEyeBrowUp";
|
|
261
|
-
readonly rightEyeDown: "rightEyeDown";
|
|
262
|
-
readonly rightEyeLeft: "rightEyeLeft";
|
|
263
|
-
readonly rightEyeRight: "rightEyeRight";
|
|
264
|
-
readonly rightEyeUp: "rightEyeUp";
|
|
265
|
-
readonly rightPupil: "rightPupil";
|
|
266
|
-
readonly upperJawlineLeft: "upperJawlineLeft";
|
|
267
|
-
readonly upperJawlineRight: "upperJawlineRight";
|
|
268
|
-
};
|
|
269
|
-
export type LandmarkType = (typeof LandmarkType)[keyof typeof LandmarkType];
|
|
270
128
|
export interface Landmark {
|
|
271
129
|
Type?: LandmarkType | undefined;
|
|
272
130
|
X?: number | undefined;
|
|
@@ -294,14 +152,6 @@ export interface ComparedFace {
|
|
|
294
152
|
Emotions?: Emotion[] | undefined;
|
|
295
153
|
Smile?: Smile | undefined;
|
|
296
154
|
}
|
|
297
|
-
export declare const KnownGenderType: {
|
|
298
|
-
readonly Female: "Female";
|
|
299
|
-
readonly Male: "Male";
|
|
300
|
-
readonly Nonbinary: "Nonbinary";
|
|
301
|
-
readonly Unlisted: "Unlisted";
|
|
302
|
-
};
|
|
303
|
-
export type KnownGenderType =
|
|
304
|
-
(typeof KnownGenderType)[keyof typeof KnownGenderType];
|
|
305
155
|
export interface KnownGender {
|
|
306
156
|
Type?: KnownGenderType | undefined;
|
|
307
157
|
}
|
|
@@ -330,11 +180,6 @@ export interface FaceOccluded {
|
|
|
330
180
|
Value?: boolean | undefined;
|
|
331
181
|
Confidence?: number | undefined;
|
|
332
182
|
}
|
|
333
|
-
export declare const GenderType: {
|
|
334
|
-
readonly Female: "Female";
|
|
335
|
-
readonly Male: "Male";
|
|
336
|
-
};
|
|
337
|
-
export type GenderType = (typeof GenderType)[keyof typeof GenderType];
|
|
338
183
|
export interface Gender {
|
|
339
184
|
Value?: GenderType | undefined;
|
|
340
185
|
Confidence?: number | undefined;
|
|
@@ -383,17 +228,6 @@ export interface CelebrityRecognition {
|
|
|
383
228
|
Timestamp?: number | undefined;
|
|
384
229
|
Celebrity?: CelebrityDetail | undefined;
|
|
385
230
|
}
|
|
386
|
-
export declare const CelebrityRecognitionSortBy: {
|
|
387
|
-
readonly ID: "ID";
|
|
388
|
-
readonly TIMESTAMP: "TIMESTAMP";
|
|
389
|
-
};
|
|
390
|
-
export type CelebrityRecognitionSortBy =
|
|
391
|
-
(typeof CelebrityRecognitionSortBy)[keyof typeof CelebrityRecognitionSortBy];
|
|
392
|
-
export declare const ChallengeType: {
|
|
393
|
-
readonly FACE_MOVEMENT_AND_LIGHT_CHALLENGE: "FaceMovementAndLightChallenge";
|
|
394
|
-
readonly FACE_MOVEMENT_CHALLENGE: "FaceMovementChallenge";
|
|
395
|
-
};
|
|
396
|
-
export type ChallengeType = (typeof ChallengeType)[keyof typeof ChallengeType];
|
|
397
231
|
export interface Challenge {
|
|
398
232
|
Type: ChallengeType | undefined;
|
|
399
233
|
Version: string | undefined;
|
|
@@ -410,14 +244,6 @@ export interface ComparedSourceImageFace {
|
|
|
410
244
|
BoundingBox?: BoundingBox | undefined;
|
|
411
245
|
Confidence?: number | undefined;
|
|
412
246
|
}
|
|
413
|
-
export declare const QualityFilter: {
|
|
414
|
-
readonly AUTO: "AUTO";
|
|
415
|
-
readonly HIGH: "HIGH";
|
|
416
|
-
readonly LOW: "LOW";
|
|
417
|
-
readonly MEDIUM: "MEDIUM";
|
|
418
|
-
readonly NONE: "NONE";
|
|
419
|
-
};
|
|
420
|
-
export type QualityFilter = (typeof QualityFilter)[keyof typeof QualityFilter];
|
|
421
247
|
export interface Image {
|
|
422
248
|
Bytes?: Uint8Array | undefined;
|
|
423
249
|
S3Object?: S3Object | undefined;
|
|
@@ -432,14 +258,6 @@ export interface CompareFacesMatch {
|
|
|
432
258
|
Similarity?: number | undefined;
|
|
433
259
|
Face?: ComparedFace | undefined;
|
|
434
260
|
}
|
|
435
|
-
export declare const OrientationCorrection: {
|
|
436
|
-
readonly ROTATE_0: "ROTATE_0";
|
|
437
|
-
readonly ROTATE_180: "ROTATE_180";
|
|
438
|
-
readonly ROTATE_270: "ROTATE_270";
|
|
439
|
-
readonly ROTATE_90: "ROTATE_90";
|
|
440
|
-
};
|
|
441
|
-
export type OrientationCorrection =
|
|
442
|
-
(typeof OrientationCorrection)[keyof typeof OrientationCorrection];
|
|
443
261
|
export interface CompareFacesResponse {
|
|
444
262
|
SourceImageFace?: ComparedSourceImageFace | undefined;
|
|
445
263
|
FaceMatches?: CompareFacesMatch[] | undefined;
|
|
@@ -447,36 +265,6 @@ export interface CompareFacesResponse {
|
|
|
447
265
|
SourceImageOrientationCorrection?: OrientationCorrection | undefined;
|
|
448
266
|
TargetImageOrientationCorrection?: OrientationCorrection | undefined;
|
|
449
267
|
}
|
|
450
|
-
export declare class ImageTooLargeException extends __BaseException {
|
|
451
|
-
readonly name: "ImageTooLargeException";
|
|
452
|
-
readonly $fault: "client";
|
|
453
|
-
Message?: string | undefined;
|
|
454
|
-
Code?: string | undefined;
|
|
455
|
-
Logref?: string | undefined;
|
|
456
|
-
constructor(
|
|
457
|
-
opts: __ExceptionOptionType<ImageTooLargeException, __BaseException>
|
|
458
|
-
);
|
|
459
|
-
}
|
|
460
|
-
export declare class InvalidImageFormatException extends __BaseException {
|
|
461
|
-
readonly name: "InvalidImageFormatException";
|
|
462
|
-
readonly $fault: "client";
|
|
463
|
-
Message?: string | undefined;
|
|
464
|
-
Code?: string | undefined;
|
|
465
|
-
Logref?: string | undefined;
|
|
466
|
-
constructor(
|
|
467
|
-
opts: __ExceptionOptionType<InvalidImageFormatException, __BaseException>
|
|
468
|
-
);
|
|
469
|
-
}
|
|
470
|
-
export declare class InvalidS3ObjectException extends __BaseException {
|
|
471
|
-
readonly name: "InvalidS3ObjectException";
|
|
472
|
-
readonly $fault: "client";
|
|
473
|
-
Message?: string | undefined;
|
|
474
|
-
Code?: string | undefined;
|
|
475
|
-
Logref?: string | undefined;
|
|
476
|
-
constructor(
|
|
477
|
-
opts: __ExceptionOptionType<InvalidS3ObjectException, __BaseException>
|
|
478
|
-
);
|
|
479
|
-
}
|
|
480
268
|
export interface ConnectedHomeSettings {
|
|
481
269
|
Labels: string[] | undefined;
|
|
482
270
|
MinConfidence?: number | undefined;
|
|
@@ -485,18 +273,6 @@ export interface ConnectedHomeSettingsForUpdate {
|
|
|
485
273
|
Labels?: string[] | undefined;
|
|
486
274
|
MinConfidence?: number | undefined;
|
|
487
275
|
}
|
|
488
|
-
export declare const ContentClassifier: {
|
|
489
|
-
readonly FREE_OF_ADULT_CONTENT: "FreeOfAdultContent";
|
|
490
|
-
readonly FREE_OF_PERSONALLY_IDENTIFIABLE_INFORMATION: "FreeOfPersonallyIdentifiableInformation";
|
|
491
|
-
};
|
|
492
|
-
export type ContentClassifier =
|
|
493
|
-
(typeof ContentClassifier)[keyof typeof ContentClassifier];
|
|
494
|
-
export declare const ContentModerationAggregateBy: {
|
|
495
|
-
readonly SEGMENTS: "SEGMENTS";
|
|
496
|
-
readonly TIMESTAMPS: "TIMESTAMPS";
|
|
497
|
-
};
|
|
498
|
-
export type ContentModerationAggregateBy =
|
|
499
|
-
(typeof ContentModerationAggregateBy)[keyof typeof ContentModerationAggregateBy];
|
|
500
276
|
export interface ContentType {
|
|
501
277
|
Confidence?: number | undefined;
|
|
502
278
|
Name?: string | undefined;
|
|
@@ -515,12 +291,6 @@ export interface ContentModerationDetection {
|
|
|
515
291
|
DurationMillis?: number | undefined;
|
|
516
292
|
ContentTypes?: ContentType[] | undefined;
|
|
517
293
|
}
|
|
518
|
-
export declare const ContentModerationSortBy: {
|
|
519
|
-
readonly NAME: "NAME";
|
|
520
|
-
readonly TIMESTAMP: "TIMESTAMP";
|
|
521
|
-
};
|
|
522
|
-
export type ContentModerationSortBy =
|
|
523
|
-
(typeof ContentModerationSortBy)[keyof typeof ContentModerationSortBy];
|
|
524
294
|
export interface OutputConfig {
|
|
525
295
|
S3Bucket?: string | undefined;
|
|
526
296
|
S3KeyPrefix?: string | undefined;
|
|
@@ -537,26 +307,6 @@ export interface CopyProjectVersionRequest {
|
|
|
537
307
|
export interface CopyProjectVersionResponse {
|
|
538
308
|
ProjectVersionArn?: string | undefined;
|
|
539
309
|
}
|
|
540
|
-
export declare class LimitExceededException extends __BaseException {
|
|
541
|
-
readonly name: "LimitExceededException";
|
|
542
|
-
readonly $fault: "client";
|
|
543
|
-
Message?: string | undefined;
|
|
544
|
-
Code?: string | undefined;
|
|
545
|
-
Logref?: string | undefined;
|
|
546
|
-
constructor(
|
|
547
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
548
|
-
);
|
|
549
|
-
}
|
|
550
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
551
|
-
readonly name: "ResourceInUseException";
|
|
552
|
-
readonly $fault: "client";
|
|
553
|
-
Message?: string | undefined;
|
|
554
|
-
Code?: string | undefined;
|
|
555
|
-
Logref?: string | undefined;
|
|
556
|
-
constructor(
|
|
557
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
558
|
-
);
|
|
559
|
-
}
|
|
560
310
|
export interface CreateCollectionRequest {
|
|
561
311
|
CollectionId: string | undefined;
|
|
562
312
|
Tags?: Record<string, string> | undefined;
|
|
@@ -566,25 +316,10 @@ export interface CreateCollectionResponse {
|
|
|
566
316
|
CollectionArn?: string | undefined;
|
|
567
317
|
FaceModelVersion?: string | undefined;
|
|
568
318
|
}
|
|
569
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
570
|
-
readonly name: "ResourceAlreadyExistsException";
|
|
571
|
-
readonly $fault: "client";
|
|
572
|
-
Message?: string | undefined;
|
|
573
|
-
Code?: string | undefined;
|
|
574
|
-
Logref?: string | undefined;
|
|
575
|
-
constructor(
|
|
576
|
-
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
577
|
-
);
|
|
578
|
-
}
|
|
579
319
|
export interface DatasetSource {
|
|
580
320
|
GroundTruthManifest?: GroundTruthManifest | undefined;
|
|
581
321
|
DatasetArn?: string | undefined;
|
|
582
322
|
}
|
|
583
|
-
export declare const DatasetType: {
|
|
584
|
-
readonly TEST: "TEST";
|
|
585
|
-
readonly TRAIN: "TRAIN";
|
|
586
|
-
};
|
|
587
|
-
export type DatasetType = (typeof DatasetType)[keyof typeof DatasetType];
|
|
588
323
|
export interface CreateDatasetRequest {
|
|
589
324
|
DatasetSource?: DatasetSource | undefined;
|
|
590
325
|
DatasetType: DatasetType | undefined;
|
|
@@ -611,18 +346,6 @@ export interface CreateFaceLivenessSessionRequest {
|
|
|
611
346
|
export interface CreateFaceLivenessSessionResponse {
|
|
612
347
|
SessionId: string | undefined;
|
|
613
348
|
}
|
|
614
|
-
export declare const ProjectAutoUpdate: {
|
|
615
|
-
readonly DISABLED: "DISABLED";
|
|
616
|
-
readonly ENABLED: "ENABLED";
|
|
617
|
-
};
|
|
618
|
-
export type ProjectAutoUpdate =
|
|
619
|
-
(typeof ProjectAutoUpdate)[keyof typeof ProjectAutoUpdate];
|
|
620
|
-
export declare const CustomizationFeature: {
|
|
621
|
-
readonly CONTENT_MODERATION: "CONTENT_MODERATION";
|
|
622
|
-
readonly CUSTOM_LABELS: "CUSTOM_LABELS";
|
|
623
|
-
};
|
|
624
|
-
export type CustomizationFeature =
|
|
625
|
-
(typeof CustomizationFeature)[keyof typeof CustomizationFeature];
|
|
626
349
|
export interface CreateProjectRequest {
|
|
627
350
|
ProjectName: string | undefined;
|
|
628
351
|
Feature?: CustomizationFeature | undefined;
|
|
@@ -737,23 +460,6 @@ export interface DatasetStats {
|
|
|
737
460
|
TotalLabels?: number | undefined;
|
|
738
461
|
ErrorEntries?: number | undefined;
|
|
739
462
|
}
|
|
740
|
-
export declare const DatasetStatus: {
|
|
741
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
742
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
743
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
744
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
745
|
-
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
746
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
747
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
748
|
-
};
|
|
749
|
-
export type DatasetStatus = (typeof DatasetStatus)[keyof typeof DatasetStatus];
|
|
750
|
-
export declare const DatasetStatusMessageCode: {
|
|
751
|
-
readonly CLIENT_ERROR: "CLIENT_ERROR";
|
|
752
|
-
readonly SERVICE_ERROR: "SERVICE_ERROR";
|
|
753
|
-
readonly SUCCESS: "SUCCESS";
|
|
754
|
-
};
|
|
755
|
-
export type DatasetStatusMessageCode =
|
|
756
|
-
(typeof DatasetStatusMessageCode)[keyof typeof DatasetStatusMessageCode];
|
|
757
463
|
export interface DatasetDescription {
|
|
758
464
|
CreationTimestamp?: Date | undefined;
|
|
759
465
|
LastUpdatedTimestamp?: Date | undefined;
|
|
@@ -792,12 +498,6 @@ export interface DeleteFacesRequest {
|
|
|
792
498
|
CollectionId: string | undefined;
|
|
793
499
|
FaceIds: string[] | undefined;
|
|
794
500
|
}
|
|
795
|
-
export declare const UnsuccessfulFaceDeletionReason: {
|
|
796
|
-
readonly ASSOCIATED_TO_AN_EXISTING_USER: "ASSOCIATED_TO_AN_EXISTING_USER";
|
|
797
|
-
readonly FACE_NOT_FOUND: "FACE_NOT_FOUND";
|
|
798
|
-
};
|
|
799
|
-
export type UnsuccessfulFaceDeletionReason =
|
|
800
|
-
(typeof UnsuccessfulFaceDeletionReason)[keyof typeof UnsuccessfulFaceDeletionReason];
|
|
801
501
|
export interface UnsuccessfulFaceDeletion {
|
|
802
502
|
FaceId?: string | undefined;
|
|
803
503
|
UserId?: string | undefined;
|
|
@@ -810,12 +510,6 @@ export interface DeleteFacesResponse {
|
|
|
810
510
|
export interface DeleteProjectRequest {
|
|
811
511
|
ProjectArn: string | undefined;
|
|
812
512
|
}
|
|
813
|
-
export declare const ProjectStatus: {
|
|
814
|
-
readonly CREATED: "CREATED";
|
|
815
|
-
readonly CREATING: "CREATING";
|
|
816
|
-
readonly DELETING: "DELETING";
|
|
817
|
-
};
|
|
818
|
-
export type ProjectStatus = (typeof ProjectStatus)[keyof typeof ProjectStatus];
|
|
819
513
|
export interface DeleteProjectResponse {
|
|
820
514
|
Status?: ProjectStatus | undefined;
|
|
821
515
|
}
|
|
@@ -825,40 +519,9 @@ export interface DeleteProjectPolicyRequest {
|
|
|
825
519
|
PolicyRevisionId?: string | undefined;
|
|
826
520
|
}
|
|
827
521
|
export interface DeleteProjectPolicyResponse {}
|
|
828
|
-
export declare class InvalidPolicyRevisionIdException extends __BaseException {
|
|
829
|
-
readonly name: "InvalidPolicyRevisionIdException";
|
|
830
|
-
readonly $fault: "client";
|
|
831
|
-
Message?: string | undefined;
|
|
832
|
-
Code?: string | undefined;
|
|
833
|
-
Logref?: string | undefined;
|
|
834
|
-
constructor(
|
|
835
|
-
opts: __ExceptionOptionType<
|
|
836
|
-
InvalidPolicyRevisionIdException,
|
|
837
|
-
__BaseException
|
|
838
|
-
>
|
|
839
|
-
);
|
|
840
|
-
}
|
|
841
522
|
export interface DeleteProjectVersionRequest {
|
|
842
523
|
ProjectVersionArn: string | undefined;
|
|
843
524
|
}
|
|
844
|
-
export declare const ProjectVersionStatus: {
|
|
845
|
-
readonly COPYING_COMPLETED: "COPYING_COMPLETED";
|
|
846
|
-
readonly COPYING_FAILED: "COPYING_FAILED";
|
|
847
|
-
readonly COPYING_IN_PROGRESS: "COPYING_IN_PROGRESS";
|
|
848
|
-
readonly DELETING: "DELETING";
|
|
849
|
-
readonly DEPRECATED: "DEPRECATED";
|
|
850
|
-
readonly EXPIRED: "EXPIRED";
|
|
851
|
-
readonly FAILED: "FAILED";
|
|
852
|
-
readonly RUNNING: "RUNNING";
|
|
853
|
-
readonly STARTING: "STARTING";
|
|
854
|
-
readonly STOPPED: "STOPPED";
|
|
855
|
-
readonly STOPPING: "STOPPING";
|
|
856
|
-
readonly TRAINING_COMPLETED: "TRAINING_COMPLETED";
|
|
857
|
-
readonly TRAINING_FAILED: "TRAINING_FAILED";
|
|
858
|
-
readonly TRAINING_IN_PROGRESS: "TRAINING_IN_PROGRESS";
|
|
859
|
-
};
|
|
860
|
-
export type ProjectVersionStatus =
|
|
861
|
-
(typeof ProjectVersionStatus)[keyof typeof ProjectVersionStatus];
|
|
862
525
|
export interface DeleteProjectVersionResponse {
|
|
863
526
|
Status?: ProjectVersionStatus | undefined;
|
|
864
527
|
}
|
|
@@ -906,19 +569,6 @@ export interface DescribeProjectsResponse {
|
|
|
906
569
|
ProjectDescriptions?: ProjectDescription[] | undefined;
|
|
907
570
|
NextToken?: string | undefined;
|
|
908
571
|
}
|
|
909
|
-
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
910
|
-
readonly name: "InvalidPaginationTokenException";
|
|
911
|
-
readonly $fault: "client";
|
|
912
|
-
Message?: string | undefined;
|
|
913
|
-
Code?: string | undefined;
|
|
914
|
-
Logref?: string | undefined;
|
|
915
|
-
constructor(
|
|
916
|
-
opts: __ExceptionOptionType<
|
|
917
|
-
InvalidPaginationTokenException,
|
|
918
|
-
__BaseException
|
|
919
|
-
>
|
|
920
|
-
);
|
|
921
|
-
}
|
|
922
572
|
export interface DescribeProjectVersionsRequest {
|
|
923
573
|
ProjectArn: string | undefined;
|
|
924
574
|
VersionNames?: string[] | undefined;
|
|
@@ -973,16 +623,6 @@ export interface DescribeProjectVersionsResponse {
|
|
|
973
623
|
export interface DescribeStreamProcessorRequest {
|
|
974
624
|
Name: string | undefined;
|
|
975
625
|
}
|
|
976
|
-
export declare const StreamProcessorStatus: {
|
|
977
|
-
readonly FAILED: "FAILED";
|
|
978
|
-
readonly RUNNING: "RUNNING";
|
|
979
|
-
readonly STARTING: "STARTING";
|
|
980
|
-
readonly STOPPED: "STOPPED";
|
|
981
|
-
readonly STOPPING: "STOPPING";
|
|
982
|
-
readonly UPDATING: "UPDATING";
|
|
983
|
-
};
|
|
984
|
-
export type StreamProcessorStatus =
|
|
985
|
-
(typeof StreamProcessorStatus)[keyof typeof StreamProcessorStatus];
|
|
986
626
|
export interface DescribeStreamProcessorResponse {
|
|
987
627
|
Name?: string | undefined;
|
|
988
628
|
StreamProcessorArn?: string | undefined;
|
|
@@ -1008,16 +648,6 @@ export interface DetectCustomLabelsRequest {
|
|
|
1008
648
|
export interface DetectCustomLabelsResponse {
|
|
1009
649
|
CustomLabels?: CustomLabel[] | undefined;
|
|
1010
650
|
}
|
|
1011
|
-
export declare class ResourceNotReadyException extends __BaseException {
|
|
1012
|
-
readonly name: "ResourceNotReadyException";
|
|
1013
|
-
readonly $fault: "client";
|
|
1014
|
-
Message?: string | undefined;
|
|
1015
|
-
Code?: string | undefined;
|
|
1016
|
-
Logref?: string | undefined;
|
|
1017
|
-
constructor(
|
|
1018
|
-
opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
|
|
1019
|
-
);
|
|
1020
|
-
}
|
|
1021
651
|
export interface DetectFacesRequest {
|
|
1022
652
|
Image: Image | undefined;
|
|
1023
653
|
Attributes?: Attribute[] | undefined;
|
|
@@ -1031,12 +661,6 @@ export interface DetectionFilter {
|
|
|
1031
661
|
MinBoundingBoxHeight?: number | undefined;
|
|
1032
662
|
MinBoundingBoxWidth?: number | undefined;
|
|
1033
663
|
}
|
|
1034
|
-
export declare const DetectLabelsFeatureName: {
|
|
1035
|
-
readonly GENERAL_LABELS: "GENERAL_LABELS";
|
|
1036
|
-
readonly IMAGE_PROPERTIES: "IMAGE_PROPERTIES";
|
|
1037
|
-
};
|
|
1038
|
-
export type DetectLabelsFeatureName =
|
|
1039
|
-
(typeof DetectLabelsFeatureName)[keyof typeof DetectLabelsFeatureName];
|
|
1040
664
|
export interface GeneralLabelsSettings {
|
|
1041
665
|
LabelInclusionFilters?: string[] | undefined;
|
|
1042
666
|
LabelExclusionFilters?: string[] | undefined;
|
|
@@ -1142,22 +766,6 @@ export interface DetectModerationLabelsResponse {
|
|
|
1142
766
|
ProjectVersion?: string | undefined;
|
|
1143
767
|
ContentTypes?: ContentType[] | undefined;
|
|
1144
768
|
}
|
|
1145
|
-
export declare class HumanLoopQuotaExceededException extends __BaseException {
|
|
1146
|
-
readonly name: "HumanLoopQuotaExceededException";
|
|
1147
|
-
readonly $fault: "client";
|
|
1148
|
-
ResourceType?: string | undefined;
|
|
1149
|
-
QuotaCode?: string | undefined;
|
|
1150
|
-
ServiceCode?: string | undefined;
|
|
1151
|
-
Message?: string | undefined;
|
|
1152
|
-
Code?: string | undefined;
|
|
1153
|
-
Logref?: string | undefined;
|
|
1154
|
-
constructor(
|
|
1155
|
-
opts: __ExceptionOptionType<
|
|
1156
|
-
HumanLoopQuotaExceededException,
|
|
1157
|
-
__BaseException
|
|
1158
|
-
>
|
|
1159
|
-
);
|
|
1160
|
-
}
|
|
1161
769
|
export interface ProtectiveEquipmentSummarizationAttributes {
|
|
1162
770
|
MinConfidence: number | undefined;
|
|
1163
771
|
RequiredEquipmentTypes: ProtectiveEquipmentType[] | undefined;
|
|
@@ -1192,11 +800,6 @@ export interface DetectTextRequest {
|
|
|
1192
800
|
Image: Image | undefined;
|
|
1193
801
|
Filters?: DetectTextFilters | undefined;
|
|
1194
802
|
}
|
|
1195
|
-
export declare const TextTypes: {
|
|
1196
|
-
readonly LINE: "LINE";
|
|
1197
|
-
readonly WORD: "WORD";
|
|
1198
|
-
};
|
|
1199
|
-
export type TextTypes = (typeof TextTypes)[keyof typeof TextTypes];
|
|
1200
803
|
export interface TextDetection {
|
|
1201
804
|
DetectedText?: string | undefined;
|
|
1202
805
|
Type?: TextTypes | undefined;
|
|
@@ -1218,12 +821,6 @@ export interface DisassociateFacesRequest {
|
|
|
1218
821
|
ClientRequestToken?: string | undefined;
|
|
1219
822
|
FaceIds: string[] | undefined;
|
|
1220
823
|
}
|
|
1221
|
-
export declare const UnsuccessfulFaceDisassociationReason: {
|
|
1222
|
-
readonly ASSOCIATED_TO_A_DIFFERENT_USER: "ASSOCIATED_TO_A_DIFFERENT_USER";
|
|
1223
|
-
readonly FACE_NOT_FOUND: "FACE_NOT_FOUND";
|
|
1224
|
-
};
|
|
1225
|
-
export type UnsuccessfulFaceDisassociationReason =
|
|
1226
|
-
(typeof UnsuccessfulFaceDisassociationReason)[keyof typeof UnsuccessfulFaceDisassociationReason];
|
|
1227
824
|
export interface UnsuccessfulFaceDisassociation {
|
|
1228
825
|
FaceId?: string | undefined;
|
|
1229
826
|
UserId?: string | undefined;
|
|
@@ -1252,12 +849,6 @@ export interface Face {
|
|
|
1252
849
|
IndexFacesModelVersion?: string | undefined;
|
|
1253
850
|
UserId?: string | undefined;
|
|
1254
851
|
}
|
|
1255
|
-
export declare const FaceAttributes: {
|
|
1256
|
-
readonly ALL: "ALL";
|
|
1257
|
-
readonly DEFAULT: "DEFAULT";
|
|
1258
|
-
};
|
|
1259
|
-
export type FaceAttributes =
|
|
1260
|
-
(typeof FaceAttributes)[keyof typeof FaceAttributes];
|
|
1261
852
|
export interface FaceDetection {
|
|
1262
853
|
Timestamp?: number | undefined;
|
|
1263
854
|
Face?: FaceDetail | undefined;
|
|
@@ -1270,12 +861,6 @@ export interface FaceRecord {
|
|
|
1270
861
|
Face?: Face | undefined;
|
|
1271
862
|
FaceDetail?: FaceDetail | undefined;
|
|
1272
863
|
}
|
|
1273
|
-
export declare const FaceSearchSortBy: {
|
|
1274
|
-
readonly INDEX: "INDEX";
|
|
1275
|
-
readonly TIMESTAMP: "TIMESTAMP";
|
|
1276
|
-
};
|
|
1277
|
-
export type FaceSearchSortBy =
|
|
1278
|
-
(typeof FaceSearchSortBy)[keyof typeof FaceSearchSortBy];
|
|
1279
864
|
export interface GetCelebrityInfoRequest {
|
|
1280
865
|
Id: string | undefined;
|
|
1281
866
|
}
|
|
@@ -1290,22 +875,9 @@ export interface GetCelebrityRecognitionRequest {
|
|
|
1290
875
|
NextToken?: string | undefined;
|
|
1291
876
|
SortBy?: CelebrityRecognitionSortBy | undefined;
|
|
1292
877
|
}
|
|
1293
|
-
export declare const VideoJobStatus: {
|
|
1294
|
-
readonly FAILED: "FAILED";
|
|
1295
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1296
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1297
|
-
};
|
|
1298
|
-
export type VideoJobStatus =
|
|
1299
|
-
(typeof VideoJobStatus)[keyof typeof VideoJobStatus];
|
|
1300
878
|
export interface Video {
|
|
1301
879
|
S3Object?: S3Object | undefined;
|
|
1302
880
|
}
|
|
1303
|
-
export declare const VideoColorRange: {
|
|
1304
|
-
readonly FULL: "FULL";
|
|
1305
|
-
readonly LIMITED: "LIMITED";
|
|
1306
|
-
};
|
|
1307
|
-
export type VideoColorRange =
|
|
1308
|
-
(typeof VideoColorRange)[keyof typeof VideoColorRange];
|
|
1309
881
|
export interface VideoMetadata {
|
|
1310
882
|
Codec?: string | undefined;
|
|
1311
883
|
DurationMillis?: number | undefined;
|
|
@@ -1366,15 +938,6 @@ export interface GetFaceDetectionResponse {
|
|
|
1366
938
|
export interface GetFaceLivenessSessionResultsRequest {
|
|
1367
939
|
SessionId: string | undefined;
|
|
1368
940
|
}
|
|
1369
|
-
export declare const LivenessSessionStatus: {
|
|
1370
|
-
readonly CREATED: "CREATED";
|
|
1371
|
-
readonly EXPIRED: "EXPIRED";
|
|
1372
|
-
readonly FAILED: "FAILED";
|
|
1373
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1374
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1375
|
-
};
|
|
1376
|
-
export type LivenessSessionStatus =
|
|
1377
|
-
(typeof LivenessSessionStatus)[keyof typeof LivenessSessionStatus];
|
|
1378
941
|
export interface GetFaceLivenessSessionResultsResponse {
|
|
1379
942
|
SessionId: string | undefined;
|
|
1380
943
|
Status: LivenessSessionStatus | undefined;
|
|
@@ -1383,16 +946,6 @@ export interface GetFaceLivenessSessionResultsResponse {
|
|
|
1383
946
|
AuditImages?: AuditImage[] | undefined;
|
|
1384
947
|
Challenge?: Challenge | undefined;
|
|
1385
948
|
}
|
|
1386
|
-
export declare class SessionNotFoundException extends __BaseException {
|
|
1387
|
-
readonly name: "SessionNotFoundException";
|
|
1388
|
-
readonly $fault: "client";
|
|
1389
|
-
Message?: string | undefined;
|
|
1390
|
-
Code?: string | undefined;
|
|
1391
|
-
Logref?: string | undefined;
|
|
1392
|
-
constructor(
|
|
1393
|
-
opts: __ExceptionOptionType<SessionNotFoundException, __BaseException>
|
|
1394
|
-
);
|
|
1395
|
-
}
|
|
1396
949
|
export interface GetFaceSearchRequest {
|
|
1397
950
|
JobId: string | undefined;
|
|
1398
951
|
MaxResults?: number | undefined;
|
|
@@ -1419,18 +972,6 @@ export interface GetFaceSearchResponse {
|
|
|
1419
972
|
Video?: Video | undefined;
|
|
1420
973
|
JobTag?: string | undefined;
|
|
1421
974
|
}
|
|
1422
|
-
export declare const LabelDetectionAggregateBy: {
|
|
1423
|
-
readonly SEGMENTS: "SEGMENTS";
|
|
1424
|
-
readonly TIMESTAMPS: "TIMESTAMPS";
|
|
1425
|
-
};
|
|
1426
|
-
export type LabelDetectionAggregateBy =
|
|
1427
|
-
(typeof LabelDetectionAggregateBy)[keyof typeof LabelDetectionAggregateBy];
|
|
1428
|
-
export declare const LabelDetectionSortBy: {
|
|
1429
|
-
readonly NAME: "NAME";
|
|
1430
|
-
readonly TIMESTAMP: "TIMESTAMP";
|
|
1431
|
-
};
|
|
1432
|
-
export type LabelDetectionSortBy =
|
|
1433
|
-
(typeof LabelDetectionSortBy)[keyof typeof LabelDetectionSortBy];
|
|
1434
975
|
export interface GetLabelDetectionRequest {
|
|
1435
976
|
JobId: string | undefined;
|
|
1436
977
|
MaxResults?: number | undefined;
|
|
@@ -1464,19 +1005,6 @@ export interface GetLabelDetectionResponse {
|
|
|
1464
1005
|
export interface GetMediaAnalysisJobRequest {
|
|
1465
1006
|
JobId: string | undefined;
|
|
1466
1007
|
}
|
|
1467
|
-
export declare const MediaAnalysisJobFailureCode: {
|
|
1468
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
1469
|
-
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1470
|
-
readonly INVALID_KMS_KEY: "INVALID_KMS_KEY";
|
|
1471
|
-
readonly INVALID_MANIFEST: "INVALID_MANIFEST";
|
|
1472
|
-
readonly INVALID_OUTPUT_CONFIG: "INVALID_OUTPUT_CONFIG";
|
|
1473
|
-
readonly INVALID_S3_OBJECT: "INVALID_S3_OBJECT";
|
|
1474
|
-
readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
|
|
1475
|
-
readonly RESOURCE_NOT_READY: "RESOURCE_NOT_READY";
|
|
1476
|
-
readonly THROTTLED: "THROTTLED";
|
|
1477
|
-
};
|
|
1478
|
-
export type MediaAnalysisJobFailureCode =
|
|
1479
|
-
(typeof MediaAnalysisJobFailureCode)[keyof typeof MediaAnalysisJobFailureCode];
|
|
1480
1008
|
export interface MediaAnalysisJobFailureDetails {
|
|
1481
1009
|
Code?: MediaAnalysisJobFailureCode | undefined;
|
|
1482
1010
|
Message?: string | undefined;
|
|
@@ -1507,15 +1035,6 @@ export interface MediaAnalysisResults {
|
|
|
1507
1035
|
S3Object?: S3Object | undefined;
|
|
1508
1036
|
ModelVersions?: MediaAnalysisModelVersions | undefined;
|
|
1509
1037
|
}
|
|
1510
|
-
export declare const MediaAnalysisJobStatus: {
|
|
1511
|
-
readonly CREATED: "CREATED";
|
|
1512
|
-
readonly FAILED: "FAILED";
|
|
1513
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1514
|
-
readonly QUEUED: "QUEUED";
|
|
1515
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1516
|
-
};
|
|
1517
|
-
export type MediaAnalysisJobStatus =
|
|
1518
|
-
(typeof MediaAnalysisJobStatus)[keyof typeof MediaAnalysisJobStatus];
|
|
1519
1038
|
export interface GetMediaAnalysisJobResponse {
|
|
1520
1039
|
JobId: string | undefined;
|
|
1521
1040
|
JobName?: string | undefined;
|
|
@@ -1530,12 +1049,6 @@ export interface GetMediaAnalysisJobResponse {
|
|
|
1530
1049
|
Results?: MediaAnalysisResults | undefined;
|
|
1531
1050
|
ManifestSummary?: MediaAnalysisManifestSummary | undefined;
|
|
1532
1051
|
}
|
|
1533
|
-
export declare const PersonTrackingSortBy: {
|
|
1534
|
-
readonly INDEX: "INDEX";
|
|
1535
|
-
readonly TIMESTAMP: "TIMESTAMP";
|
|
1536
|
-
};
|
|
1537
|
-
export type PersonTrackingSortBy =
|
|
1538
|
-
(typeof PersonTrackingSortBy)[keyof typeof PersonTrackingSortBy];
|
|
1539
1052
|
export interface GetPersonTrackingRequest {
|
|
1540
1053
|
JobId: string | undefined;
|
|
1541
1054
|
MaxResults?: number | undefined;
|
|
@@ -1565,26 +1078,10 @@ export interface ShotSegment {
|
|
|
1565
1078
|
Index?: number | undefined;
|
|
1566
1079
|
Confidence?: number | undefined;
|
|
1567
1080
|
}
|
|
1568
|
-
export declare const TechnicalCueType: {
|
|
1569
|
-
readonly BLACK_FRAMES: "BlackFrames";
|
|
1570
|
-
readonly COLOR_BARS: "ColorBars";
|
|
1571
|
-
readonly CONTENT: "Content";
|
|
1572
|
-
readonly END_CREDITS: "EndCredits";
|
|
1573
|
-
readonly OPENING_CREDITS: "OpeningCredits";
|
|
1574
|
-
readonly SLATE: "Slate";
|
|
1575
|
-
readonly STUDIO_LOGO: "StudioLogo";
|
|
1576
|
-
};
|
|
1577
|
-
export type TechnicalCueType =
|
|
1578
|
-
(typeof TechnicalCueType)[keyof typeof TechnicalCueType];
|
|
1579
1081
|
export interface TechnicalCueSegment {
|
|
1580
1082
|
Type?: TechnicalCueType | undefined;
|
|
1581
1083
|
Confidence?: number | undefined;
|
|
1582
1084
|
}
|
|
1583
|
-
export declare const SegmentType: {
|
|
1584
|
-
readonly SHOT: "SHOT";
|
|
1585
|
-
readonly TECHNICAL_CUE: "TECHNICAL_CUE";
|
|
1586
|
-
};
|
|
1587
|
-
export type SegmentType = (typeof SegmentType)[keyof typeof SegmentType];
|
|
1588
1085
|
export interface SegmentDetection {
|
|
1589
1086
|
Type?: SegmentType | undefined;
|
|
1590
1087
|
StartTimestampMillis?: number | undefined;
|
|
@@ -1643,16 +1140,6 @@ export interface IndexFacesRequest {
|
|
|
1643
1140
|
MaxFaces?: number | undefined;
|
|
1644
1141
|
QualityFilter?: QualityFilter | undefined;
|
|
1645
1142
|
}
|
|
1646
|
-
export declare const Reason: {
|
|
1647
|
-
readonly EXCEEDS_MAX_FACES: "EXCEEDS_MAX_FACES";
|
|
1648
|
-
readonly EXTREME_POSE: "EXTREME_POSE";
|
|
1649
|
-
readonly LOW_BRIGHTNESS: "LOW_BRIGHTNESS";
|
|
1650
|
-
readonly LOW_CONFIDENCE: "LOW_CONFIDENCE";
|
|
1651
|
-
readonly LOW_FACE_QUALITY: "LOW_FACE_QUALITY";
|
|
1652
|
-
readonly LOW_SHARPNESS: "LOW_SHARPNESS";
|
|
1653
|
-
readonly SMALL_BOUNDING_BOX: "SMALL_BOUNDING_BOX";
|
|
1654
|
-
};
|
|
1655
|
-
export type Reason = (typeof Reason)[keyof typeof Reason];
|
|
1656
1143
|
export interface UnindexedFace {
|
|
1657
1144
|
Reasons?: Reason[] | undefined;
|
|
1658
1145
|
FaceDetail?: FaceDetail | undefined;
|
|
@@ -1663,25 +1150,10 @@ export interface IndexFacesResponse {
|
|
|
1663
1150
|
FaceModelVersion?: string | undefined;
|
|
1664
1151
|
UnindexedFaces?: UnindexedFace[] | undefined;
|
|
1665
1152
|
}
|
|
1666
|
-
export declare class InvalidManifestException extends __BaseException {
|
|
1667
|
-
readonly name: "InvalidManifestException";
|
|
1668
|
-
readonly $fault: "client";
|
|
1669
|
-
Message?: string | undefined;
|
|
1670
|
-
Code?: string | undefined;
|
|
1671
|
-
Logref?: string | undefined;
|
|
1672
|
-
constructor(
|
|
1673
|
-
opts: __ExceptionOptionType<InvalidManifestException, __BaseException>
|
|
1674
|
-
);
|
|
1675
|
-
}
|
|
1676
1153
|
export interface KinesisVideoStreamStartSelector {
|
|
1677
1154
|
ProducerTimestamp?: number | undefined;
|
|
1678
1155
|
FragmentNumber?: string | undefined;
|
|
1679
1156
|
}
|
|
1680
|
-
export declare const LabelDetectionFeatureName: {
|
|
1681
|
-
readonly GENERAL_LABELS: "GENERAL_LABELS";
|
|
1682
|
-
};
|
|
1683
|
-
export type LabelDetectionFeatureName =
|
|
1684
|
-
(typeof LabelDetectionFeatureName)[keyof typeof LabelDetectionFeatureName];
|
|
1685
1157
|
export interface LabelDetectionSettings {
|
|
1686
1158
|
GeneralLabels?: GeneralLabelsSettings | undefined;
|
|
1687
1159
|
}
|
|
@@ -1785,3 +1257,276 @@ export interface ListTagsForResourceRequest {
|
|
|
1785
1257
|
export interface ListTagsForResourceResponse {
|
|
1786
1258
|
Tags?: Record<string, string> | undefined;
|
|
1787
1259
|
}
|
|
1260
|
+
export interface ListUsersRequest {
|
|
1261
|
+
CollectionId: string | undefined;
|
|
1262
|
+
MaxResults?: number | undefined;
|
|
1263
|
+
NextToken?: string | undefined;
|
|
1264
|
+
}
|
|
1265
|
+
export interface User {
|
|
1266
|
+
UserId?: string | undefined;
|
|
1267
|
+
UserStatus?: UserStatus | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
export interface ListUsersResponse {
|
|
1270
|
+
Users?: User[] | undefined;
|
|
1271
|
+
NextToken?: string | undefined;
|
|
1272
|
+
}
|
|
1273
|
+
export interface MatchedUser {
|
|
1274
|
+
UserId?: string | undefined;
|
|
1275
|
+
UserStatus?: UserStatus | undefined;
|
|
1276
|
+
}
|
|
1277
|
+
export interface NotificationChannel {
|
|
1278
|
+
SNSTopicArn: string | undefined;
|
|
1279
|
+
RoleArn: string | undefined;
|
|
1280
|
+
}
|
|
1281
|
+
export interface PutProjectPolicyRequest {
|
|
1282
|
+
ProjectArn: string | undefined;
|
|
1283
|
+
PolicyName: string | undefined;
|
|
1284
|
+
PolicyRevisionId?: string | undefined;
|
|
1285
|
+
PolicyDocument: string | undefined;
|
|
1286
|
+
}
|
|
1287
|
+
export interface PutProjectPolicyResponse {
|
|
1288
|
+
PolicyRevisionId?: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface RecognizeCelebritiesRequest {
|
|
1291
|
+
Image: Image | undefined;
|
|
1292
|
+
}
|
|
1293
|
+
export interface RecognizeCelebritiesResponse {
|
|
1294
|
+
CelebrityFaces?: Celebrity[] | undefined;
|
|
1295
|
+
UnrecognizedFaces?: ComparedFace[] | undefined;
|
|
1296
|
+
OrientationCorrection?: OrientationCorrection | undefined;
|
|
1297
|
+
}
|
|
1298
|
+
export interface SearchFacesRequest {
|
|
1299
|
+
CollectionId: string | undefined;
|
|
1300
|
+
FaceId: string | undefined;
|
|
1301
|
+
MaxFaces?: number | undefined;
|
|
1302
|
+
FaceMatchThreshold?: number | undefined;
|
|
1303
|
+
}
|
|
1304
|
+
export interface SearchFacesResponse {
|
|
1305
|
+
SearchedFaceId?: string | undefined;
|
|
1306
|
+
FaceMatches?: FaceMatch[] | undefined;
|
|
1307
|
+
FaceModelVersion?: string | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
export interface SearchFacesByImageRequest {
|
|
1310
|
+
CollectionId: string | undefined;
|
|
1311
|
+
Image: Image | undefined;
|
|
1312
|
+
MaxFaces?: number | undefined;
|
|
1313
|
+
FaceMatchThreshold?: number | undefined;
|
|
1314
|
+
QualityFilter?: QualityFilter | undefined;
|
|
1315
|
+
}
|
|
1316
|
+
export interface SearchFacesByImageResponse {
|
|
1317
|
+
SearchedFaceBoundingBox?: BoundingBox | undefined;
|
|
1318
|
+
SearchedFaceConfidence?: number | undefined;
|
|
1319
|
+
FaceMatches?: FaceMatch[] | undefined;
|
|
1320
|
+
FaceModelVersion?: string | undefined;
|
|
1321
|
+
}
|
|
1322
|
+
export interface SearchUsersRequest {
|
|
1323
|
+
CollectionId: string | undefined;
|
|
1324
|
+
UserId?: string | undefined;
|
|
1325
|
+
FaceId?: string | undefined;
|
|
1326
|
+
UserMatchThreshold?: number | undefined;
|
|
1327
|
+
MaxUsers?: number | undefined;
|
|
1328
|
+
}
|
|
1329
|
+
export interface SearchedFace {
|
|
1330
|
+
FaceId?: string | undefined;
|
|
1331
|
+
}
|
|
1332
|
+
export interface SearchedUser {
|
|
1333
|
+
UserId?: string | undefined;
|
|
1334
|
+
}
|
|
1335
|
+
export interface UserMatch {
|
|
1336
|
+
Similarity?: number | undefined;
|
|
1337
|
+
User?: MatchedUser | undefined;
|
|
1338
|
+
}
|
|
1339
|
+
export interface SearchUsersResponse {
|
|
1340
|
+
UserMatches?: UserMatch[] | undefined;
|
|
1341
|
+
FaceModelVersion?: string | undefined;
|
|
1342
|
+
SearchedFace?: SearchedFace | undefined;
|
|
1343
|
+
SearchedUser?: SearchedUser | undefined;
|
|
1344
|
+
}
|
|
1345
|
+
export interface SearchUsersByImageRequest {
|
|
1346
|
+
CollectionId: string | undefined;
|
|
1347
|
+
Image: Image | undefined;
|
|
1348
|
+
UserMatchThreshold?: number | undefined;
|
|
1349
|
+
MaxUsers?: number | undefined;
|
|
1350
|
+
QualityFilter?: QualityFilter | undefined;
|
|
1351
|
+
}
|
|
1352
|
+
export interface SearchedFaceDetails {
|
|
1353
|
+
FaceDetail?: FaceDetail | undefined;
|
|
1354
|
+
}
|
|
1355
|
+
export interface UnsearchedFace {
|
|
1356
|
+
FaceDetails?: FaceDetail | undefined;
|
|
1357
|
+
Reasons?: UnsearchedFaceReason[] | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface SearchUsersByImageResponse {
|
|
1360
|
+
UserMatches?: UserMatch[] | undefined;
|
|
1361
|
+
FaceModelVersion?: string | undefined;
|
|
1362
|
+
SearchedFace?: SearchedFaceDetails | undefined;
|
|
1363
|
+
UnsearchedFaces?: UnsearchedFace[] | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
export interface StartCelebrityRecognitionRequest {
|
|
1366
|
+
Video: Video | undefined;
|
|
1367
|
+
ClientRequestToken?: string | undefined;
|
|
1368
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1369
|
+
JobTag?: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface StartCelebrityRecognitionResponse {
|
|
1372
|
+
JobId?: string | undefined;
|
|
1373
|
+
}
|
|
1374
|
+
export interface StartContentModerationRequest {
|
|
1375
|
+
Video: Video | undefined;
|
|
1376
|
+
MinConfidence?: number | undefined;
|
|
1377
|
+
ClientRequestToken?: string | undefined;
|
|
1378
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1379
|
+
JobTag?: string | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
export interface StartContentModerationResponse {
|
|
1382
|
+
JobId?: string | undefined;
|
|
1383
|
+
}
|
|
1384
|
+
export interface StartFaceDetectionRequest {
|
|
1385
|
+
Video: Video | undefined;
|
|
1386
|
+
ClientRequestToken?: string | undefined;
|
|
1387
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1388
|
+
FaceAttributes?: FaceAttributes | undefined;
|
|
1389
|
+
JobTag?: string | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export interface StartFaceDetectionResponse {
|
|
1392
|
+
JobId?: string | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface StartFaceSearchRequest {
|
|
1395
|
+
Video: Video | undefined;
|
|
1396
|
+
ClientRequestToken?: string | undefined;
|
|
1397
|
+
FaceMatchThreshold?: number | undefined;
|
|
1398
|
+
CollectionId: string | undefined;
|
|
1399
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1400
|
+
JobTag?: string | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
export interface StartFaceSearchResponse {
|
|
1403
|
+
JobId?: string | undefined;
|
|
1404
|
+
}
|
|
1405
|
+
export interface StartLabelDetectionRequest {
|
|
1406
|
+
Video: Video | undefined;
|
|
1407
|
+
ClientRequestToken?: string | undefined;
|
|
1408
|
+
MinConfidence?: number | undefined;
|
|
1409
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1410
|
+
JobTag?: string | undefined;
|
|
1411
|
+
Features?: LabelDetectionFeatureName[] | undefined;
|
|
1412
|
+
Settings?: LabelDetectionSettings | undefined;
|
|
1413
|
+
}
|
|
1414
|
+
export interface StartLabelDetectionResponse {
|
|
1415
|
+
JobId?: string | undefined;
|
|
1416
|
+
}
|
|
1417
|
+
export interface StartMediaAnalysisJobRequest {
|
|
1418
|
+
ClientRequestToken?: string | undefined;
|
|
1419
|
+
JobName?: string | undefined;
|
|
1420
|
+
OperationsConfig: MediaAnalysisOperationsConfig | undefined;
|
|
1421
|
+
Input: MediaAnalysisInput | undefined;
|
|
1422
|
+
OutputConfig: MediaAnalysisOutputConfig | undefined;
|
|
1423
|
+
KmsKeyId?: string | undefined;
|
|
1424
|
+
}
|
|
1425
|
+
export interface StartMediaAnalysisJobResponse {
|
|
1426
|
+
JobId: string | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export interface StartPersonTrackingRequest {
|
|
1429
|
+
Video: Video | undefined;
|
|
1430
|
+
ClientRequestToken?: string | undefined;
|
|
1431
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1432
|
+
JobTag?: string | undefined;
|
|
1433
|
+
}
|
|
1434
|
+
export interface StartPersonTrackingResponse {
|
|
1435
|
+
JobId?: string | undefined;
|
|
1436
|
+
}
|
|
1437
|
+
export interface StartProjectVersionRequest {
|
|
1438
|
+
ProjectVersionArn: string | undefined;
|
|
1439
|
+
MinInferenceUnits: number | undefined;
|
|
1440
|
+
MaxInferenceUnits?: number | undefined;
|
|
1441
|
+
}
|
|
1442
|
+
export interface StartProjectVersionResponse {
|
|
1443
|
+
Status?: ProjectVersionStatus | undefined;
|
|
1444
|
+
}
|
|
1445
|
+
export interface StartShotDetectionFilter {
|
|
1446
|
+
MinSegmentConfidence?: number | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
export interface StartTechnicalCueDetectionFilter {
|
|
1449
|
+
MinSegmentConfidence?: number | undefined;
|
|
1450
|
+
BlackFrame?: BlackFrame | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
export interface StartSegmentDetectionFilters {
|
|
1453
|
+
TechnicalCueFilter?: StartTechnicalCueDetectionFilter | undefined;
|
|
1454
|
+
ShotFilter?: StartShotDetectionFilter | undefined;
|
|
1455
|
+
}
|
|
1456
|
+
export interface StartSegmentDetectionRequest {
|
|
1457
|
+
Video: Video | undefined;
|
|
1458
|
+
ClientRequestToken?: string | undefined;
|
|
1459
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1460
|
+
JobTag?: string | undefined;
|
|
1461
|
+
Filters?: StartSegmentDetectionFilters | undefined;
|
|
1462
|
+
SegmentTypes: SegmentType[] | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export interface StartSegmentDetectionResponse {
|
|
1465
|
+
JobId?: string | undefined;
|
|
1466
|
+
}
|
|
1467
|
+
export interface StreamProcessingStartSelector {
|
|
1468
|
+
KVSStreamStartSelector?: KinesisVideoStreamStartSelector | undefined;
|
|
1469
|
+
}
|
|
1470
|
+
export interface StreamProcessingStopSelector {
|
|
1471
|
+
MaxDurationInSeconds?: number | undefined;
|
|
1472
|
+
}
|
|
1473
|
+
export interface StartStreamProcessorRequest {
|
|
1474
|
+
Name: string | undefined;
|
|
1475
|
+
StartSelector?: StreamProcessingStartSelector | undefined;
|
|
1476
|
+
StopSelector?: StreamProcessingStopSelector | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
export interface StartStreamProcessorResponse {
|
|
1479
|
+
SessionId?: string | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
export interface StartTextDetectionFilters {
|
|
1482
|
+
WordFilter?: DetectionFilter | undefined;
|
|
1483
|
+
RegionsOfInterest?: RegionOfInterest[] | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface StartTextDetectionRequest {
|
|
1486
|
+
Video: Video | undefined;
|
|
1487
|
+
ClientRequestToken?: string | undefined;
|
|
1488
|
+
NotificationChannel?: NotificationChannel | undefined;
|
|
1489
|
+
JobTag?: string | undefined;
|
|
1490
|
+
Filters?: StartTextDetectionFilters | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface StartTextDetectionResponse {
|
|
1493
|
+
JobId?: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface StopProjectVersionRequest {
|
|
1496
|
+
ProjectVersionArn: string | undefined;
|
|
1497
|
+
}
|
|
1498
|
+
export interface StopProjectVersionResponse {
|
|
1499
|
+
Status?: ProjectVersionStatus | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export interface StopStreamProcessorRequest {
|
|
1502
|
+
Name: string | undefined;
|
|
1503
|
+
}
|
|
1504
|
+
export interface StopStreamProcessorResponse {}
|
|
1505
|
+
export interface TagResourceRequest {
|
|
1506
|
+
ResourceArn: string | undefined;
|
|
1507
|
+
Tags: Record<string, string> | undefined;
|
|
1508
|
+
}
|
|
1509
|
+
export interface TagResourceResponse {}
|
|
1510
|
+
export interface UntagResourceRequest {
|
|
1511
|
+
ResourceArn: string | undefined;
|
|
1512
|
+
TagKeys: string[] | undefined;
|
|
1513
|
+
}
|
|
1514
|
+
export interface UntagResourceResponse {}
|
|
1515
|
+
export interface UpdateDatasetEntriesRequest {
|
|
1516
|
+
DatasetArn: string | undefined;
|
|
1517
|
+
Changes: DatasetChanges | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
export interface UpdateDatasetEntriesResponse {}
|
|
1520
|
+
export interface StreamProcessorSettingsForUpdate {
|
|
1521
|
+
ConnectedHomeForUpdate?: ConnectedHomeSettingsForUpdate | undefined;
|
|
1522
|
+
}
|
|
1523
|
+
export interface UpdateStreamProcessorRequest {
|
|
1524
|
+
Name: string | undefined;
|
|
1525
|
+
SettingsForUpdate?: StreamProcessorSettingsForUpdate | undefined;
|
|
1526
|
+
RegionsOfInterestForUpdate?: RegionOfInterest[] | undefined;
|
|
1527
|
+
DataSharingPreferenceForUpdate?:
|
|
1528
|
+
| StreamProcessorDataSharingPreference
|
|
1529
|
+
| undefined;
|
|
1530
|
+
ParametersToDelete?: StreamProcessorParameterToDelete[] | undefined;
|
|
1531
|
+
}
|
|
1532
|
+
export interface UpdateStreamProcessorResponse {}
|