@aws-sdk/client-rekognition 3.952.0 → 3.954.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 +1365 -888
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFacesCommand.js +2 -2
- package/dist-es/commands/CompareFacesCommand.js +2 -2
- package/dist-es/commands/CopyProjectVersionCommand.js +2 -2
- package/dist-es/commands/CreateCollectionCommand.js +2 -2
- package/dist-es/commands/CreateDatasetCommand.js +2 -2
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +2 -2
- package/dist-es/commands/CreateProjectCommand.js +2 -2
- package/dist-es/commands/CreateProjectVersionCommand.js +2 -2
- package/dist-es/commands/CreateStreamProcessorCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteFacesCommand.js +2 -2
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteProjectPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteProjectVersionCommand.js +2 -2
- package/dist-es/commands/DeleteStreamProcessorCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeCollectionCommand.js +2 -2
- package/dist-es/commands/DescribeDatasetCommand.js +2 -2
- package/dist-es/commands/DescribeProjectVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeProjectsCommand.js +2 -2
- package/dist-es/commands/DescribeStreamProcessorCommand.js +2 -2
- package/dist-es/commands/DetectCustomLabelsCommand.js +2 -2
- package/dist-es/commands/DetectFacesCommand.js +2 -2
- package/dist-es/commands/DetectLabelsCommand.js +2 -2
- package/dist-es/commands/DetectModerationLabelsCommand.js +2 -2
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +2 -2
- package/dist-es/commands/DetectTextCommand.js +2 -2
- package/dist-es/commands/DisassociateFacesCommand.js +2 -2
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/GetCelebrityInfoCommand.js +2 -2
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +2 -2
- package/dist-es/commands/GetContentModerationCommand.js +2 -2
- package/dist-es/commands/GetFaceDetectionCommand.js +2 -2
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +2 -2
- package/dist-es/commands/GetFaceSearchCommand.js +2 -2
- package/dist-es/commands/GetLabelDetectionCommand.js +2 -2
- package/dist-es/commands/GetMediaAnalysisJobCommand.js +2 -2
- package/dist-es/commands/GetPersonTrackingCommand.js +2 -2
- package/dist-es/commands/GetSegmentDetectionCommand.js +2 -2
- package/dist-es/commands/GetTextDetectionCommand.js +2 -2
- package/dist-es/commands/IndexFacesCommand.js +2 -2
- package/dist-es/commands/ListCollectionsCommand.js +2 -2
- package/dist-es/commands/ListDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/ListDatasetLabelsCommand.js +2 -2
- package/dist-es/commands/ListFacesCommand.js +2 -2
- package/dist-es/commands/ListMediaAnalysisJobsCommand.js +2 -2
- package/dist-es/commands/ListProjectPoliciesCommand.js +2 -2
- package/dist-es/commands/ListStreamProcessorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/PutProjectPolicyCommand.js +2 -2
- package/dist-es/commands/RecognizeCelebritiesCommand.js +2 -2
- package/dist-es/commands/SearchFacesByImageCommand.js +2 -2
- package/dist-es/commands/SearchFacesCommand.js +2 -2
- package/dist-es/commands/SearchUsersByImageCommand.js +2 -2
- package/dist-es/commands/SearchUsersCommand.js +2 -2
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +2 -2
- package/dist-es/commands/StartContentModerationCommand.js +2 -2
- package/dist-es/commands/StartFaceDetectionCommand.js +2 -2
- package/dist-es/commands/StartFaceSearchCommand.js +2 -2
- package/dist-es/commands/StartLabelDetectionCommand.js +2 -2
- package/dist-es/commands/StartMediaAnalysisJobCommand.js +2 -2
- package/dist-es/commands/StartPersonTrackingCommand.js +2 -2
- package/dist-es/commands/StartProjectVersionCommand.js +2 -2
- package/dist-es/commands/StartSegmentDetectionCommand.js +2 -2
- package/dist-es/commands/StartStreamProcessorCommand.js +2 -2
- package/dist-es/commands/StartTextDetectionCommand.js +2 -2
- package/dist-es/commands/StopProjectVersionCommand.js +2 -2
- package/dist-es/commands/StopStreamProcessorCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +2 -2
- package/dist-es/commands/UpdateStreamProcessorCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +845 -767
- package/dist-types/RekognitionClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +400 -486
- package/dist-types/ts3.4/RekognitionClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +399 -487
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class RekognitionClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class RekognitionServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, RekognitionServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccessDeniedException extends RekognitionServiceException {
|
|
122
122
|
name = "AccessDeniedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
Message;
|
|
@@ -135,8 +135,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends RekognitionSer
|
|
|
135
135
|
this.Code = opts.Code;
|
|
136
136
|
this.Logref = opts.Logref;
|
|
137
137
|
}
|
|
138
|
-
}
|
|
139
|
-
|
|
138
|
+
}
|
|
139
|
+
class ConflictException extends RekognitionServiceException {
|
|
140
140
|
name = "ConflictException";
|
|
141
141
|
$fault = "client";
|
|
142
142
|
Message;
|
|
@@ -153,8 +153,8 @@ let ConflictException$1 = class ConflictException extends RekognitionServiceExce
|
|
|
153
153
|
this.Code = opts.Code;
|
|
154
154
|
this.Logref = opts.Logref;
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class IdempotentParameterMismatchException extends RekognitionServiceException {
|
|
158
158
|
name = "IdempotentParameterMismatchException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
Message;
|
|
@@ -171,8 +171,8 @@ let IdempotentParameterMismatchException$1 = class IdempotentParameterMismatchEx
|
|
|
171
171
|
this.Code = opts.Code;
|
|
172
172
|
this.Logref = opts.Logref;
|
|
173
173
|
}
|
|
174
|
-
}
|
|
175
|
-
|
|
174
|
+
}
|
|
175
|
+
class InternalServerError extends RekognitionServiceException {
|
|
176
176
|
name = "InternalServerError";
|
|
177
177
|
$fault = "server";
|
|
178
178
|
Message;
|
|
@@ -189,8 +189,8 @@ let InternalServerError$1 = class InternalServerError extends RekognitionService
|
|
|
189
189
|
this.Code = opts.Code;
|
|
190
190
|
this.Logref = opts.Logref;
|
|
191
191
|
}
|
|
192
|
-
}
|
|
193
|
-
|
|
192
|
+
}
|
|
193
|
+
class InvalidParameterException extends RekognitionServiceException {
|
|
194
194
|
name = "InvalidParameterException";
|
|
195
195
|
$fault = "client";
|
|
196
196
|
Message;
|
|
@@ -207,8 +207,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Rekogn
|
|
|
207
207
|
this.Code = opts.Code;
|
|
208
208
|
this.Logref = opts.Logref;
|
|
209
209
|
}
|
|
210
|
-
}
|
|
211
|
-
|
|
210
|
+
}
|
|
211
|
+
class ProvisionedThroughputExceededException extends RekognitionServiceException {
|
|
212
212
|
name = "ProvisionedThroughputExceededException";
|
|
213
213
|
$fault = "client";
|
|
214
214
|
Message;
|
|
@@ -225,8 +225,8 @@ let ProvisionedThroughputExceededException$1 = class ProvisionedThroughputExceed
|
|
|
225
225
|
this.Code = opts.Code;
|
|
226
226
|
this.Logref = opts.Logref;
|
|
227
227
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
228
|
+
}
|
|
229
|
+
class ResourceNotFoundException extends RekognitionServiceException {
|
|
230
230
|
name = "ResourceNotFoundException";
|
|
231
231
|
$fault = "client";
|
|
232
232
|
Message;
|
|
@@ -243,8 +243,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Rekogn
|
|
|
243
243
|
this.Code = opts.Code;
|
|
244
244
|
this.Logref = opts.Logref;
|
|
245
245
|
}
|
|
246
|
-
}
|
|
247
|
-
|
|
246
|
+
}
|
|
247
|
+
class ServiceQuotaExceededException extends RekognitionServiceException {
|
|
248
248
|
name = "ServiceQuotaExceededException";
|
|
249
249
|
$fault = "client";
|
|
250
250
|
Message;
|
|
@@ -261,8 +261,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
261
261
|
this.Code = opts.Code;
|
|
262
262
|
this.Logref = opts.Logref;
|
|
263
263
|
}
|
|
264
|
-
}
|
|
265
|
-
|
|
264
|
+
}
|
|
265
|
+
class ThrottlingException extends RekognitionServiceException {
|
|
266
266
|
name = "ThrottlingException";
|
|
267
267
|
$fault = "server";
|
|
268
268
|
Message;
|
|
@@ -279,8 +279,8 @@ let ThrottlingException$1 = class ThrottlingException extends RekognitionService
|
|
|
279
279
|
this.Code = opts.Code;
|
|
280
280
|
this.Logref = opts.Logref;
|
|
281
281
|
}
|
|
282
|
-
}
|
|
283
|
-
|
|
282
|
+
}
|
|
283
|
+
class ImageTooLargeException extends RekognitionServiceException {
|
|
284
284
|
name = "ImageTooLargeException";
|
|
285
285
|
$fault = "client";
|
|
286
286
|
Message;
|
|
@@ -297,8 +297,8 @@ let ImageTooLargeException$1 = class ImageTooLargeException extends RekognitionS
|
|
|
297
297
|
this.Code = opts.Code;
|
|
298
298
|
this.Logref = opts.Logref;
|
|
299
299
|
}
|
|
300
|
-
}
|
|
301
|
-
|
|
300
|
+
}
|
|
301
|
+
class InvalidImageFormatException extends RekognitionServiceException {
|
|
302
302
|
name = "InvalidImageFormatException";
|
|
303
303
|
$fault = "client";
|
|
304
304
|
Message;
|
|
@@ -315,8 +315,8 @@ let InvalidImageFormatException$1 = class InvalidImageFormatException extends Re
|
|
|
315
315
|
this.Code = opts.Code;
|
|
316
316
|
this.Logref = opts.Logref;
|
|
317
317
|
}
|
|
318
|
-
}
|
|
319
|
-
|
|
318
|
+
}
|
|
319
|
+
class InvalidS3ObjectException extends RekognitionServiceException {
|
|
320
320
|
name = "InvalidS3ObjectException";
|
|
321
321
|
$fault = "client";
|
|
322
322
|
Message;
|
|
@@ -333,8 +333,8 @@ let InvalidS3ObjectException$1 = class InvalidS3ObjectException extends Rekognit
|
|
|
333
333
|
this.Code = opts.Code;
|
|
334
334
|
this.Logref = opts.Logref;
|
|
335
335
|
}
|
|
336
|
-
}
|
|
337
|
-
|
|
336
|
+
}
|
|
337
|
+
class LimitExceededException extends RekognitionServiceException {
|
|
338
338
|
name = "LimitExceededException";
|
|
339
339
|
$fault = "client";
|
|
340
340
|
Message;
|
|
@@ -351,8 +351,8 @@ let LimitExceededException$1 = class LimitExceededException extends RekognitionS
|
|
|
351
351
|
this.Code = opts.Code;
|
|
352
352
|
this.Logref = opts.Logref;
|
|
353
353
|
}
|
|
354
|
-
}
|
|
355
|
-
|
|
354
|
+
}
|
|
355
|
+
class ResourceInUseException extends RekognitionServiceException {
|
|
356
356
|
name = "ResourceInUseException";
|
|
357
357
|
$fault = "client";
|
|
358
358
|
Message;
|
|
@@ -369,8 +369,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends RekognitionS
|
|
|
369
369
|
this.Code = opts.Code;
|
|
370
370
|
this.Logref = opts.Logref;
|
|
371
371
|
}
|
|
372
|
-
}
|
|
373
|
-
|
|
372
|
+
}
|
|
373
|
+
class ResourceAlreadyExistsException extends RekognitionServiceException {
|
|
374
374
|
name = "ResourceAlreadyExistsException";
|
|
375
375
|
$fault = "client";
|
|
376
376
|
Message;
|
|
@@ -387,8 +387,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
387
387
|
this.Code = opts.Code;
|
|
388
388
|
this.Logref = opts.Logref;
|
|
389
389
|
}
|
|
390
|
-
}
|
|
391
|
-
|
|
390
|
+
}
|
|
391
|
+
class InvalidPolicyRevisionIdException extends RekognitionServiceException {
|
|
392
392
|
name = "InvalidPolicyRevisionIdException";
|
|
393
393
|
$fault = "client";
|
|
394
394
|
Message;
|
|
@@ -405,8 +405,8 @@ let InvalidPolicyRevisionIdException$1 = class InvalidPolicyRevisionIdException
|
|
|
405
405
|
this.Code = opts.Code;
|
|
406
406
|
this.Logref = opts.Logref;
|
|
407
407
|
}
|
|
408
|
-
}
|
|
409
|
-
|
|
408
|
+
}
|
|
409
|
+
class InvalidPaginationTokenException extends RekognitionServiceException {
|
|
410
410
|
name = "InvalidPaginationTokenException";
|
|
411
411
|
$fault = "client";
|
|
412
412
|
Message;
|
|
@@ -423,8 +423,8 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
|
|
|
423
423
|
this.Code = opts.Code;
|
|
424
424
|
this.Logref = opts.Logref;
|
|
425
425
|
}
|
|
426
|
-
}
|
|
427
|
-
|
|
426
|
+
}
|
|
427
|
+
class ResourceNotReadyException extends RekognitionServiceException {
|
|
428
428
|
name = "ResourceNotReadyException";
|
|
429
429
|
$fault = "client";
|
|
430
430
|
Message;
|
|
@@ -441,8 +441,8 @@ let ResourceNotReadyException$1 = class ResourceNotReadyException extends Rekogn
|
|
|
441
441
|
this.Code = opts.Code;
|
|
442
442
|
this.Logref = opts.Logref;
|
|
443
443
|
}
|
|
444
|
-
}
|
|
445
|
-
|
|
444
|
+
}
|
|
445
|
+
class HumanLoopQuotaExceededException extends RekognitionServiceException {
|
|
446
446
|
name = "HumanLoopQuotaExceededException";
|
|
447
447
|
$fault = "client";
|
|
448
448
|
ResourceType;
|
|
@@ -465,8 +465,8 @@ let HumanLoopQuotaExceededException$1 = class HumanLoopQuotaExceededException ex
|
|
|
465
465
|
this.Code = opts.Code;
|
|
466
466
|
this.Logref = opts.Logref;
|
|
467
467
|
}
|
|
468
|
-
}
|
|
469
|
-
|
|
468
|
+
}
|
|
469
|
+
class SessionNotFoundException extends RekognitionServiceException {
|
|
470
470
|
name = "SessionNotFoundException";
|
|
471
471
|
$fault = "client";
|
|
472
472
|
Message;
|
|
@@ -483,8 +483,8 @@ let SessionNotFoundException$1 = class SessionNotFoundException extends Rekognit
|
|
|
483
483
|
this.Code = opts.Code;
|
|
484
484
|
this.Logref = opts.Logref;
|
|
485
485
|
}
|
|
486
|
-
}
|
|
487
|
-
|
|
486
|
+
}
|
|
487
|
+
class InvalidManifestException extends RekognitionServiceException {
|
|
488
488
|
name = "InvalidManifestException";
|
|
489
489
|
$fault = "client";
|
|
490
490
|
Message;
|
|
@@ -501,8 +501,8 @@ let InvalidManifestException$1 = class InvalidManifestException extends Rekognit
|
|
|
501
501
|
this.Code = opts.Code;
|
|
502
502
|
this.Logref = opts.Logref;
|
|
503
503
|
}
|
|
504
|
-
}
|
|
505
|
-
|
|
504
|
+
}
|
|
505
|
+
class MalformedPolicyDocumentException extends RekognitionServiceException {
|
|
506
506
|
name = "MalformedPolicyDocumentException";
|
|
507
507
|
$fault = "client";
|
|
508
508
|
Message;
|
|
@@ -519,8 +519,8 @@ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException
|
|
|
519
519
|
this.Code = opts.Code;
|
|
520
520
|
this.Logref = opts.Logref;
|
|
521
521
|
}
|
|
522
|
-
}
|
|
523
|
-
|
|
522
|
+
}
|
|
523
|
+
class VideoTooLargeException extends RekognitionServiceException {
|
|
524
524
|
name = "VideoTooLargeException";
|
|
525
525
|
$fault = "client";
|
|
526
526
|
Message;
|
|
@@ -537,7 +537,7 @@ let VideoTooLargeException$1 = class VideoTooLargeException extends RekognitionS
|
|
|
537
537
|
this.Code = opts.Code;
|
|
538
538
|
this.Logref = opts.Logref;
|
|
539
539
|
}
|
|
540
|
-
}
|
|
540
|
+
}
|
|
541
541
|
|
|
542
542
|
const _A = "Asset";
|
|
543
543
|
const _AB = "AggregateBy";
|
|
@@ -1276,12 +1276,12 @@ var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [
|
|
|
1276
1276
|
{ [_mT]: _a },
|
|
1277
1277
|
0,
|
|
1278
1278
|
];
|
|
1279
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1280
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
1281
|
-
var AgeRange = [3, n0, _AR, 0, [_Lo, _H], [1, 1]];
|
|
1282
|
-
var Asset = [3, n0, _A, 0, [_GTM], [() => GroundTruthManifest]];
|
|
1283
|
-
var AssociatedFace = [3, n0, _AF, 0, [_FI], [0]];
|
|
1284
|
-
var AssociateFacesRequest = [
|
|
1279
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1280
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1281
|
+
var AgeRange$ = [3, n0, _AR, 0, [_Lo, _H], [1, 1]];
|
|
1282
|
+
var Asset$ = [3, n0, _A, 0, [_GTM], [() => GroundTruthManifest$]];
|
|
1283
|
+
var AssociatedFace$ = [3, n0, _AF, 0, [_FI], [0]];
|
|
1284
|
+
var AssociateFacesRequest$ = [
|
|
1285
1285
|
3,
|
|
1286
1286
|
n0,
|
|
1287
1287
|
_AFR,
|
|
@@ -1289,7 +1289,7 @@ var AssociateFacesRequest = [
|
|
|
1289
1289
|
[_CI, _UI, _FIa, _UMT, _CRT],
|
|
1290
1290
|
[0, 0, 64 | 0, 1, [0, 4]],
|
|
1291
1291
|
];
|
|
1292
|
-
var AssociateFacesResponse = [
|
|
1292
|
+
var AssociateFacesResponse$ = [
|
|
1293
1293
|
3,
|
|
1294
1294
|
n0,
|
|
1295
1295
|
_AFRs,
|
|
@@ -1297,169 +1297,186 @@ var AssociateFacesResponse = [
|
|
|
1297
1297
|
[_AFs, _UFA, _US],
|
|
1298
1298
|
[() => AssociatedFacesList, () => UnsuccessfulFaceAssociationList, 0],
|
|
1299
1299
|
];
|
|
1300
|
-
var AudioMetadata = [3, n0, _AM, 0, [_Co, _DM, _SR, _NOC], [0, 1, 1, 1]];
|
|
1301
|
-
var AuditImage = [
|
|
1300
|
+
var AudioMetadata$ = [3, n0, _AM, 0, [_Co, _DM, _SR, _NOC], [0, 1, 1, 1]];
|
|
1301
|
+
var AuditImage$ = [
|
|
1302
1302
|
3,
|
|
1303
1303
|
n0,
|
|
1304
1304
|
_AI,
|
|
1305
1305
|
0,
|
|
1306
1306
|
[_B, _SO, _BB],
|
|
1307
|
-
[[() => LivenessImageBlob, 0], () => S3Object
|
|
1307
|
+
[[() => LivenessImageBlob, 0], () => S3Object$, () => BoundingBox$],
|
|
1308
1308
|
];
|
|
1309
|
-
var Beard = [3, n0, _Be, 0, [_V, _Con], [2, 1]];
|
|
1310
|
-
var BlackFrame = [3, n0, _BF, 0, [_MPT, _MCP], [1, 1]];
|
|
1311
|
-
var BoundingBox = [3, n0, _BB, 0, [_W, _He, _Le, _T], [1, 1, 1, 1]];
|
|
1312
|
-
var Celebrity = [
|
|
1309
|
+
var Beard$ = [3, n0, _Be, 0, [_V, _Con], [2, 1]];
|
|
1310
|
+
var BlackFrame$ = [3, n0, _BF, 0, [_MPT, _MCP], [1, 1]];
|
|
1311
|
+
var BoundingBox$ = [3, n0, _BB, 0, [_W, _He, _Le, _T], [1, 1, 1, 1]];
|
|
1312
|
+
var Celebrity$ = [
|
|
1313
1313
|
3,
|
|
1314
1314
|
n0,
|
|
1315
1315
|
_Ce,
|
|
1316
1316
|
0,
|
|
1317
1317
|
[_U, _N, _I, _F, _MC, _KG],
|
|
1318
|
-
[64 | 0, 0, 0, () => ComparedFace
|
|
1318
|
+
[64 | 0, 0, 0, () => ComparedFace$, 1, () => KnownGender$],
|
|
1319
1319
|
];
|
|
1320
|
-
var CelebrityDetail = [
|
|
1320
|
+
var CelebrityDetail$ = [
|
|
1321
1321
|
3,
|
|
1322
1322
|
n0,
|
|
1323
1323
|
_CD,
|
|
1324
1324
|
0,
|
|
1325
1325
|
[_U, _N, _I, _Con, _BB, _F, _KG],
|
|
1326
|
-
[64 | 0, 0, 0, 1, () => BoundingBox
|
|
1326
|
+
[64 | 0, 0, 0, 1, () => BoundingBox$, () => FaceDetail$, () => KnownGender$],
|
|
1327
1327
|
];
|
|
1328
|
-
var CelebrityRecognition = [3, n0, _CR, 0, [_Ti, _Ce], [1, () => CelebrityDetail]];
|
|
1329
|
-
var Challenge = [3, n0, _Ch, 0, [_Ty, _Ve], [0, 0]];
|
|
1330
|
-
var ChallengePreference = [3, n0, _CP, 0, [_Ty, _Ver], [0, () => Versions]];
|
|
1331
|
-
var ComparedFace = [
|
|
1328
|
+
var CelebrityRecognition$ = [3, n0, _CR, 0, [_Ti, _Ce], [1, () => CelebrityDetail$]];
|
|
1329
|
+
var Challenge$ = [3, n0, _Ch, 0, [_Ty, _Ve], [0, 0]];
|
|
1330
|
+
var ChallengePreference$ = [3, n0, _CP, 0, [_Ty, _Ver], [0, () => Versions$]];
|
|
1331
|
+
var ComparedFace$ = [
|
|
1332
1332
|
3,
|
|
1333
1333
|
n0,
|
|
1334
1334
|
_CF,
|
|
1335
1335
|
0,
|
|
1336
1336
|
[_BB, _Con, _La, _P, _Q, _E, _S],
|
|
1337
|
-
[() => BoundingBox
|
|
1337
|
+
[() => BoundingBox$, 1, () => Landmarks, () => Pose$, () => ImageQuality$, () => Emotions, () => Smile$],
|
|
1338
1338
|
];
|
|
1339
|
-
var ComparedSourceImageFace = [3, n0, _CSIF, 0, [_BB, _Con], [() => BoundingBox
|
|
1340
|
-
var CompareFacesMatch = [3, n0, _CFM, 0, [_Si, _F], [1, () => ComparedFace]];
|
|
1341
|
-
var CompareFacesRequest = [
|
|
1339
|
+
var ComparedSourceImageFace$ = [3, n0, _CSIF, 0, [_BB, _Con], [() => BoundingBox$, 1]];
|
|
1340
|
+
var CompareFacesMatch$ = [3, n0, _CFM, 0, [_Si, _F], [1, () => ComparedFace$]];
|
|
1341
|
+
var CompareFacesRequest$ = [
|
|
1342
1342
|
3,
|
|
1343
1343
|
n0,
|
|
1344
1344
|
_CFR,
|
|
1345
1345
|
0,
|
|
1346
1346
|
[_SI, _TI, _ST, _QF],
|
|
1347
|
-
[() => Image
|
|
1347
|
+
[() => Image$, () => Image$, 1, 0],
|
|
1348
1348
|
];
|
|
1349
|
-
var CompareFacesResponse = [
|
|
1349
|
+
var CompareFacesResponse$ = [
|
|
1350
1350
|
3,
|
|
1351
1351
|
n0,
|
|
1352
1352
|
_CFRo,
|
|
1353
1353
|
0,
|
|
1354
1354
|
[_SIF, _FM, _UF, _SIOC, _TIOC],
|
|
1355
|
-
[() => ComparedSourceImageFace
|
|
1355
|
+
[() => ComparedSourceImageFace$, () => CompareFacesMatchList, () => CompareFacesUnmatchList, 0, 0],
|
|
1356
1356
|
];
|
|
1357
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1358
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
1359
|
-
var ConnectedHomeSettings = [3, n0, _CHS, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
1360
|
-
var ConnectedHomeSettingsForUpdate = [3, n0, _CHSFU, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
1361
|
-
var ContentModerationDetection = [
|
|
1357
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1358
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1359
|
+
var ConnectedHomeSettings$ = [3, n0, _CHS, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
1360
|
+
var ConnectedHomeSettingsForUpdate$ = [3, n0, _CHSFU, 0, [_Lab, _MCi], [64 | 0, 1]];
|
|
1361
|
+
var ContentModerationDetection$ = [
|
|
1362
1362
|
3,
|
|
1363
1363
|
n0,
|
|
1364
1364
|
_CMD,
|
|
1365
1365
|
0,
|
|
1366
1366
|
[_Ti, _ML, _STM, _ETM, _DM, _CT],
|
|
1367
|
-
[1, () => ModerationLabel
|
|
1367
|
+
[1, () => ModerationLabel$, 1, 1, 1, () => ContentTypes],
|
|
1368
1368
|
];
|
|
1369
|
-
var ContentType = [3, n0, _CTo, 0, [_Con, _N], [1, 0]];
|
|
1370
|
-
var CopyProjectVersionRequest = [
|
|
1369
|
+
var ContentType$ = [3, n0, _CTo, 0, [_Con, _N], [1, 0]];
|
|
1370
|
+
var CopyProjectVersionRequest$ = [
|
|
1371
1371
|
3,
|
|
1372
1372
|
n0,
|
|
1373
1373
|
_CPVR,
|
|
1374
1374
|
0,
|
|
1375
1375
|
[_SPA, _SPVA, _DPA, _VN, _OC, _Ta, _KKI],
|
|
1376
|
-
[0, 0, 0, 0, () => OutputConfig
|
|
1376
|
+
[0, 0, 0, 0, () => OutputConfig$, 128 | 0, 0],
|
|
1377
1377
|
];
|
|
1378
|
-
var CopyProjectVersionResponse = [3, n0, _CPVRo, 0, [_PVA], [0]];
|
|
1379
|
-
var CoversBodyPart = [3, n0, _CBP, 0, [_Con, _V], [1, 2]];
|
|
1380
|
-
var CreateCollectionRequest = [3, n0, _CCR, 0, [_CI, _Ta], [0, 128 | 0]];
|
|
1381
|
-
var CreateCollectionResponse = [3, n0, _CCRr, 0, [_SC, _CA, _FMV], [1, 0, 0]];
|
|
1382
|
-
var CreateDatasetRequest = [
|
|
1378
|
+
var CopyProjectVersionResponse$ = [3, n0, _CPVRo, 0, [_PVA], [0]];
|
|
1379
|
+
var CoversBodyPart$ = [3, n0, _CBP, 0, [_Con, _V], [1, 2]];
|
|
1380
|
+
var CreateCollectionRequest$ = [3, n0, _CCR, 0, [_CI, _Ta], [0, 128 | 0]];
|
|
1381
|
+
var CreateCollectionResponse$ = [3, n0, _CCRr, 0, [_SC, _CA, _FMV], [1, 0, 0]];
|
|
1382
|
+
var CreateDatasetRequest$ = [
|
|
1383
1383
|
3,
|
|
1384
1384
|
n0,
|
|
1385
1385
|
_CDR,
|
|
1386
1386
|
0,
|
|
1387
1387
|
[_DS, _DT, _PA, _Ta],
|
|
1388
|
-
[() => DatasetSource
|
|
1388
|
+
[() => DatasetSource$, 0, 0, 128 | 0],
|
|
1389
1389
|
];
|
|
1390
|
-
var CreateDatasetResponse = [3, n0, _CDRr, 0, [_DA], [0]];
|
|
1391
|
-
var CreateFaceLivenessSessionRequest = [
|
|
1390
|
+
var CreateDatasetResponse$ = [3, n0, _CDRr, 0, [_DA], [0]];
|
|
1391
|
+
var CreateFaceLivenessSessionRequest$ = [
|
|
1392
1392
|
3,
|
|
1393
1393
|
n0,
|
|
1394
1394
|
_CFLSR,
|
|
1395
1395
|
0,
|
|
1396
1396
|
[_KKI, _Se, _CRT],
|
|
1397
|
-
[0, () => CreateFaceLivenessSessionRequestSettings
|
|
1397
|
+
[0, () => CreateFaceLivenessSessionRequestSettings$, 0],
|
|
1398
1398
|
];
|
|
1399
|
-
var CreateFaceLivenessSessionRequestSettings = [
|
|
1399
|
+
var CreateFaceLivenessSessionRequestSettings$ = [
|
|
1400
1400
|
3,
|
|
1401
1401
|
n0,
|
|
1402
1402
|
_CFLSRS,
|
|
1403
1403
|
0,
|
|
1404
1404
|
[_OC, _AIL, _CPh],
|
|
1405
|
-
[() => LivenessOutputConfig
|
|
1405
|
+
[() => LivenessOutputConfig$, 1, () => ChallengePreferences],
|
|
1406
1406
|
];
|
|
1407
|
-
var CreateFaceLivenessSessionResponse = [3, n0, _CFLSRr, 0, [_SIe], [0]];
|
|
1408
|
-
var CreateProjectRequest = [3, n0, _CPR, 0, [_PN, _Fe, _AU, _Ta], [0, 0, 0, 128 | 0]];
|
|
1409
|
-
var CreateProjectResponse = [3, n0, _CPRr, 0, [_PA], [0]];
|
|
1410
|
-
var CreateProjectVersionRequest = [
|
|
1407
|
+
var CreateFaceLivenessSessionResponse$ = [3, n0, _CFLSRr, 0, [_SIe], [0]];
|
|
1408
|
+
var CreateProjectRequest$ = [3, n0, _CPR, 0, [_PN, _Fe, _AU, _Ta], [0, 0, 0, 128 | 0]];
|
|
1409
|
+
var CreateProjectResponse$ = [3, n0, _CPRr, 0, [_PA], [0]];
|
|
1410
|
+
var CreateProjectVersionRequest$ = [
|
|
1411
1411
|
3,
|
|
1412
1412
|
n0,
|
|
1413
1413
|
_CPVRr,
|
|
1414
1414
|
0,
|
|
1415
1415
|
[_PA, _VN, _OC, _TD, _TDe, _Ta, _KKI, _VD, _FC],
|
|
1416
|
-
[
|
|
1416
|
+
[
|
|
1417
|
+
0,
|
|
1418
|
+
0,
|
|
1419
|
+
() => OutputConfig$,
|
|
1420
|
+
() => TrainingData$,
|
|
1421
|
+
() => TestingData$,
|
|
1422
|
+
128 | 0,
|
|
1423
|
+
0,
|
|
1424
|
+
0,
|
|
1425
|
+
() => CustomizationFeatureConfig$,
|
|
1426
|
+
],
|
|
1417
1427
|
];
|
|
1418
|
-
var CreateProjectVersionResponse = [3, n0, _CPVRre, 0, [_PVA], [0]];
|
|
1419
|
-
var CreateStreamProcessorRequest = [
|
|
1428
|
+
var CreateProjectVersionResponse$ = [3, n0, _CPVRre, 0, [_PVA], [0]];
|
|
1429
|
+
var CreateStreamProcessorRequest$ = [
|
|
1420
1430
|
3,
|
|
1421
1431
|
n0,
|
|
1422
1432
|
_CSPR,
|
|
1423
1433
|
0,
|
|
1424
1434
|
[_In, _O, _N, _Se, _RA, _Ta, _NC, _KKI, _ROI, _DSP],
|
|
1425
1435
|
[
|
|
1426
|
-
() => StreamProcessorInput
|
|
1427
|
-
() => StreamProcessorOutput
|
|
1436
|
+
() => StreamProcessorInput$,
|
|
1437
|
+
() => StreamProcessorOutput$,
|
|
1428
1438
|
0,
|
|
1429
|
-
() => StreamProcessorSettings
|
|
1439
|
+
() => StreamProcessorSettings$,
|
|
1430
1440
|
0,
|
|
1431
1441
|
128 | 0,
|
|
1432
|
-
() => StreamProcessorNotificationChannel
|
|
1442
|
+
() => StreamProcessorNotificationChannel$,
|
|
1433
1443
|
0,
|
|
1434
1444
|
() => RegionsOfInterest,
|
|
1435
|
-
() => StreamProcessorDataSharingPreference
|
|
1445
|
+
() => StreamProcessorDataSharingPreference$,
|
|
1436
1446
|
],
|
|
1437
1447
|
];
|
|
1438
|
-
var CreateStreamProcessorResponse = [3, n0, _CSPRr, 0, [_SPAt], [0]];
|
|
1439
|
-
var CreateUserRequest = [3, n0, _CUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
1440
|
-
var CreateUserResponse = [3, n0, _CURr, 0, [], []];
|
|
1441
|
-
var CustomizationFeatureConfig = [
|
|
1448
|
+
var CreateStreamProcessorResponse$ = [3, n0, _CSPRr, 0, [_SPAt], [0]];
|
|
1449
|
+
var CreateUserRequest$ = [3, n0, _CUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
1450
|
+
var CreateUserResponse$ = [3, n0, _CURr, 0, [], []];
|
|
1451
|
+
var CustomizationFeatureConfig$ = [
|
|
1442
1452
|
3,
|
|
1443
1453
|
n0,
|
|
1444
1454
|
_CFC,
|
|
1445
1455
|
0,
|
|
1446
1456
|
[_CM],
|
|
1447
|
-
[() => CustomizationFeatureContentModerationConfig],
|
|
1457
|
+
[() => CustomizationFeatureContentModerationConfig$],
|
|
1448
1458
|
];
|
|
1449
|
-
var CustomizationFeatureContentModerationConfig = [3, n0, _CFCMC, 0, [_CTon], [1]];
|
|
1450
|
-
var CustomLabel = [3, n0, _CL, 0, [_N, _Con, _G], [0, 1, () => Geometry]];
|
|
1451
|
-
var DatasetChanges = [3, n0, _DC, 0, [_GT], [21]];
|
|
1452
|
-
var DatasetDescription = [
|
|
1459
|
+
var CustomizationFeatureContentModerationConfig$ = [3, n0, _CFCMC, 0, [_CTon], [1]];
|
|
1460
|
+
var CustomLabel$ = [3, n0, _CL, 0, [_N, _Con, _G], [0, 1, () => Geometry$]];
|
|
1461
|
+
var DatasetChanges$ = [3, n0, _DC, 0, [_GT], [21]];
|
|
1462
|
+
var DatasetDescription$ = [
|
|
1453
1463
|
3,
|
|
1454
1464
|
n0,
|
|
1455
1465
|
_DD,
|
|
1456
1466
|
0,
|
|
1457
1467
|
[_CTr, _LUT, _St, _SM, _SMC, _DSa],
|
|
1458
|
-
[4, 4, 0, 0, 0, () => DatasetStats],
|
|
1468
|
+
[4, 4, 0, 0, 0, () => DatasetStats$],
|
|
1459
1469
|
];
|
|
1460
|
-
var DatasetLabelDescription = [
|
|
1461
|
-
|
|
1462
|
-
|
|
1470
|
+
var DatasetLabelDescription$ = [
|
|
1471
|
+
3,
|
|
1472
|
+
n0,
|
|
1473
|
+
_DLD,
|
|
1474
|
+
0,
|
|
1475
|
+
[_LN, _LS],
|
|
1476
|
+
[0, () => DatasetLabelStats$],
|
|
1477
|
+
];
|
|
1478
|
+
var DatasetLabelStats$ = [3, n0, _DLS, 0, [_EC, _BBC], [1, 1]];
|
|
1479
|
+
var DatasetMetadata$ = [
|
|
1463
1480
|
3,
|
|
1464
1481
|
n0,
|
|
1465
1482
|
_DMa,
|
|
@@ -1467,14 +1484,14 @@ var DatasetMetadata = [
|
|
|
1467
1484
|
[_CTr, _DT, _DA, _St, _SM, _SMC],
|
|
1468
1485
|
[4, 0, 0, 0, 0, 0],
|
|
1469
1486
|
];
|
|
1470
|
-
var DatasetSource = [3, n0, _DS, 0, [_GTM, _DA], [() => GroundTruthManifest
|
|
1471
|
-
var DatasetStats = [3, n0, _DSa, 0, [_LE, _TE, _TL, _EE], [1, 1, 1, 1]];
|
|
1472
|
-
var DeleteCollectionRequest = [3, n0, _DCR, 0, [_CI], [0]];
|
|
1473
|
-
var DeleteCollectionResponse = [3, n0, _DCRe, 0, [_SC], [1]];
|
|
1474
|
-
var DeleteDatasetRequest = [3, n0, _DDR, 0, [_DA], [0]];
|
|
1475
|
-
var DeleteDatasetResponse = [3, n0, _DDRe, 0, [], []];
|
|
1476
|
-
var DeleteFacesRequest = [3, n0, _DFR, 0, [_CI, _FIa], [0, 64 | 0]];
|
|
1477
|
-
var DeleteFacesResponse = [
|
|
1487
|
+
var DatasetSource$ = [3, n0, _DS, 0, [_GTM, _DA], [() => GroundTruthManifest$, 0]];
|
|
1488
|
+
var DatasetStats$ = [3, n0, _DSa, 0, [_LE, _TE, _TL, _EE], [1, 1, 1, 1]];
|
|
1489
|
+
var DeleteCollectionRequest$ = [3, n0, _DCR, 0, [_CI], [0]];
|
|
1490
|
+
var DeleteCollectionResponse$ = [3, n0, _DCRe, 0, [_SC], [1]];
|
|
1491
|
+
var DeleteDatasetRequest$ = [3, n0, _DDR, 0, [_DA], [0]];
|
|
1492
|
+
var DeleteDatasetResponse$ = [3, n0, _DDRe, 0, [], []];
|
|
1493
|
+
var DeleteFacesRequest$ = [3, n0, _DFR, 0, [_CI, _FIa], [0, 64 | 0]];
|
|
1494
|
+
var DeleteFacesResponse$ = [
|
|
1478
1495
|
3,
|
|
1479
1496
|
n0,
|
|
1480
1497
|
_DFRe,
|
|
@@ -1482,18 +1499,18 @@ var DeleteFacesResponse = [
|
|
|
1482
1499
|
[_DF, _UFD],
|
|
1483
1500
|
[64 | 0, () => UnsuccessfulFaceDeletionsList],
|
|
1484
1501
|
];
|
|
1485
|
-
var DeleteProjectPolicyRequest = [3, n0, _DPPR, 0, [_PA, _PNo, _PRI], [0, 0, 0]];
|
|
1486
|
-
var DeleteProjectPolicyResponse = [3, n0, _DPPRe, 0, [], []];
|
|
1487
|
-
var DeleteProjectRequest = [3, n0, _DPR, 0, [_PA], [0]];
|
|
1488
|
-
var DeleteProjectResponse = [3, n0, _DPRe, 0, [_St], [0]];
|
|
1489
|
-
var DeleteProjectVersionRequest = [3, n0, _DPVR, 0, [_PVA], [0]];
|
|
1490
|
-
var DeleteProjectVersionResponse = [3, n0, _DPVRe, 0, [_St], [0]];
|
|
1491
|
-
var DeleteStreamProcessorRequest = [3, n0, _DSPR, 0, [_N], [0]];
|
|
1492
|
-
var DeleteStreamProcessorResponse = [3, n0, _DSPRe, 0, [], []];
|
|
1493
|
-
var DeleteUserRequest = [3, n0, _DUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
1494
|
-
var DeleteUserResponse = [3, n0, _DURe, 0, [], []];
|
|
1495
|
-
var DescribeCollectionRequest = [3, n0, _DCRes, 0, [_CI], [0]];
|
|
1496
|
-
var DescribeCollectionResponse = [
|
|
1502
|
+
var DeleteProjectPolicyRequest$ = [3, n0, _DPPR, 0, [_PA, _PNo, _PRI], [0, 0, 0]];
|
|
1503
|
+
var DeleteProjectPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
|
|
1504
|
+
var DeleteProjectRequest$ = [3, n0, _DPR, 0, [_PA], [0]];
|
|
1505
|
+
var DeleteProjectResponse$ = [3, n0, _DPRe, 0, [_St], [0]];
|
|
1506
|
+
var DeleteProjectVersionRequest$ = [3, n0, _DPVR, 0, [_PVA], [0]];
|
|
1507
|
+
var DeleteProjectVersionResponse$ = [3, n0, _DPVRe, 0, [_St], [0]];
|
|
1508
|
+
var DeleteStreamProcessorRequest$ = [3, n0, _DSPR, 0, [_N], [0]];
|
|
1509
|
+
var DeleteStreamProcessorResponse$ = [3, n0, _DSPRe, 0, [], []];
|
|
1510
|
+
var DeleteUserRequest$ = [3, n0, _DUR, 0, [_CI, _UI, _CRT], [0, 0, [0, 4]]];
|
|
1511
|
+
var DeleteUserResponse$ = [3, n0, _DURe, 0, [], []];
|
|
1512
|
+
var DescribeCollectionRequest$ = [3, n0, _DCRes, 0, [_CI], [0]];
|
|
1513
|
+
var DescribeCollectionResponse$ = [
|
|
1497
1514
|
3,
|
|
1498
1515
|
n0,
|
|
1499
1516
|
_DCResc,
|
|
@@ -1501,9 +1518,9 @@ var DescribeCollectionResponse = [
|
|
|
1501
1518
|
[_FCa, _FMV, _CARN, _CTr, _UC],
|
|
1502
1519
|
[1, 0, 0, 4, 1],
|
|
1503
1520
|
];
|
|
1504
|
-
var DescribeDatasetRequest = [3, n0, _DDRes, 0, [_DA], [0]];
|
|
1505
|
-
var DescribeDatasetResponse = [3, n0, _DDResc, 0, [_DD], [() => DatasetDescription]];
|
|
1506
|
-
var DescribeProjectsRequest = [
|
|
1521
|
+
var DescribeDatasetRequest$ = [3, n0, _DDRes, 0, [_DA], [0]];
|
|
1522
|
+
var DescribeDatasetResponse$ = [3, n0, _DDResc, 0, [_DD], [() => DatasetDescription$]];
|
|
1523
|
+
var DescribeProjectsRequest$ = [
|
|
1507
1524
|
3,
|
|
1508
1525
|
n0,
|
|
1509
1526
|
_DPRes,
|
|
@@ -1511,7 +1528,7 @@ var DescribeProjectsRequest = [
|
|
|
1511
1528
|
[_NT, _MR, _PNr, _Fea],
|
|
1512
1529
|
[0, 1, 64 | 0, 64 | 0],
|
|
1513
1530
|
];
|
|
1514
|
-
var DescribeProjectsResponse = [
|
|
1531
|
+
var DescribeProjectsResponse$ = [
|
|
1515
1532
|
3,
|
|
1516
1533
|
n0,
|
|
1517
1534
|
_DPResc,
|
|
@@ -1519,7 +1536,7 @@ var DescribeProjectsResponse = [
|
|
|
1519
1536
|
[_PD, _NT],
|
|
1520
1537
|
[() => ProjectDescriptions, 0],
|
|
1521
1538
|
];
|
|
1522
|
-
var DescribeProjectVersionsRequest = [
|
|
1539
|
+
var DescribeProjectVersionsRequest$ = [
|
|
1523
1540
|
3,
|
|
1524
1541
|
n0,
|
|
1525
1542
|
_DPVRes,
|
|
@@ -1527,7 +1544,7 @@ var DescribeProjectVersionsRequest = [
|
|
|
1527
1544
|
[_PA, _VNe, _NT, _MR],
|
|
1528
1545
|
[0, 64 | 0, 0, 1],
|
|
1529
1546
|
];
|
|
1530
|
-
var DescribeProjectVersionsResponse = [
|
|
1547
|
+
var DescribeProjectVersionsResponse$ = [
|
|
1531
1548
|
3,
|
|
1532
1549
|
n0,
|
|
1533
1550
|
_DPVResc,
|
|
@@ -1535,8 +1552,8 @@ var DescribeProjectVersionsResponse = [
|
|
|
1535
1552
|
[_PVD, _NT],
|
|
1536
1553
|
[() => ProjectVersionDescriptions, 0],
|
|
1537
1554
|
];
|
|
1538
|
-
var DescribeStreamProcessorRequest = [3, n0, _DSPRes, 0, [_N], [0]];
|
|
1539
|
-
var DescribeStreamProcessorResponse = [
|
|
1555
|
+
var DescribeStreamProcessorRequest$ = [3, n0, _DSPRes, 0, [_N], [0]];
|
|
1556
|
+
var DescribeStreamProcessorResponse$ = [
|
|
1540
1557
|
3,
|
|
1541
1558
|
n0,
|
|
1542
1559
|
_DSPResc,
|
|
@@ -1549,134 +1566,134 @@ var DescribeStreamProcessorResponse = [
|
|
|
1549
1566
|
0,
|
|
1550
1567
|
4,
|
|
1551
1568
|
4,
|
|
1552
|
-
() => StreamProcessorInput
|
|
1553
|
-
() => StreamProcessorOutput
|
|
1569
|
+
() => StreamProcessorInput$,
|
|
1570
|
+
() => StreamProcessorOutput$,
|
|
1554
1571
|
0,
|
|
1555
|
-
() => StreamProcessorSettings
|
|
1556
|
-
() => StreamProcessorNotificationChannel
|
|
1572
|
+
() => StreamProcessorSettings$,
|
|
1573
|
+
() => StreamProcessorNotificationChannel$,
|
|
1557
1574
|
0,
|
|
1558
1575
|
() => RegionsOfInterest,
|
|
1559
|
-
() => StreamProcessorDataSharingPreference
|
|
1576
|
+
() => StreamProcessorDataSharingPreference$,
|
|
1560
1577
|
],
|
|
1561
1578
|
];
|
|
1562
|
-
var DetectCustomLabelsRequest = [
|
|
1579
|
+
var DetectCustomLabelsRequest$ = [
|
|
1563
1580
|
3,
|
|
1564
1581
|
n0,
|
|
1565
1582
|
_DCLR,
|
|
1566
1583
|
0,
|
|
1567
1584
|
[_PVA, _Im, _MR, _MCi],
|
|
1568
|
-
[0, () => Image
|
|
1585
|
+
[0, () => Image$, 1, 1],
|
|
1569
1586
|
];
|
|
1570
|
-
var DetectCustomLabelsResponse = [3, n0, _DCLRe, 0, [_CLu], [() => CustomLabels]];
|
|
1571
|
-
var DetectFacesRequest = [3, n0, _DFRet, 0, [_Im, _At], [() => Image
|
|
1572
|
-
var DetectFacesResponse = [3, n0, _DFRete, 0, [_FD, _OCr], [() => FaceDetailList, 0]];
|
|
1573
|
-
var DetectionFilter = [3, n0, _DFe, 0, [_MCi, _MBBH, _MBBW], [1, 1, 1]];
|
|
1574
|
-
var DetectLabelsImageBackground = [
|
|
1587
|
+
var DetectCustomLabelsResponse$ = [3, n0, _DCLRe, 0, [_CLu], [() => CustomLabels]];
|
|
1588
|
+
var DetectFacesRequest$ = [3, n0, _DFRet, 0, [_Im, _At], [() => Image$, 64 | 0]];
|
|
1589
|
+
var DetectFacesResponse$ = [3, n0, _DFRete, 0, [_FD, _OCr], [() => FaceDetailList, 0]];
|
|
1590
|
+
var DetectionFilter$ = [3, n0, _DFe, 0, [_MCi, _MBBH, _MBBW], [1, 1, 1]];
|
|
1591
|
+
var DetectLabelsImageBackground$ = [
|
|
1575
1592
|
3,
|
|
1576
1593
|
n0,
|
|
1577
1594
|
_DLIB,
|
|
1578
1595
|
0,
|
|
1579
1596
|
[_Q, _DCo],
|
|
1580
|
-
[() => DetectLabelsImageQuality
|
|
1597
|
+
[() => DetectLabelsImageQuality$, () => DominantColors],
|
|
1581
1598
|
];
|
|
1582
|
-
var DetectLabelsImageForeground = [
|
|
1599
|
+
var DetectLabelsImageForeground$ = [
|
|
1583
1600
|
3,
|
|
1584
1601
|
n0,
|
|
1585
1602
|
_DLIF,
|
|
1586
1603
|
0,
|
|
1587
1604
|
[_Q, _DCo],
|
|
1588
|
-
[() => DetectLabelsImageQuality
|
|
1605
|
+
[() => DetectLabelsImageQuality$, () => DominantColors],
|
|
1589
1606
|
];
|
|
1590
|
-
var DetectLabelsImageProperties = [
|
|
1607
|
+
var DetectLabelsImageProperties$ = [
|
|
1591
1608
|
3,
|
|
1592
1609
|
n0,
|
|
1593
1610
|
_DLIP,
|
|
1594
1611
|
0,
|
|
1595
1612
|
[_Q, _DCo, _Fo, _Ba],
|
|
1596
1613
|
[
|
|
1597
|
-
() => DetectLabelsImageQuality
|
|
1614
|
+
() => DetectLabelsImageQuality$,
|
|
1598
1615
|
() => DominantColors,
|
|
1599
|
-
() => DetectLabelsImageForeground
|
|
1600
|
-
() => DetectLabelsImageBackground
|
|
1616
|
+
() => DetectLabelsImageForeground$,
|
|
1617
|
+
() => DetectLabelsImageBackground$,
|
|
1601
1618
|
],
|
|
1602
1619
|
];
|
|
1603
|
-
var DetectLabelsImagePropertiesSettings = [3, n0, _DLIPS, 0, [_MDC], [1]];
|
|
1604
|
-
var DetectLabelsImageQuality = [3, n0, _DLIQ, 0, [_Br, _Sh, _Cont], [1, 1, 1]];
|
|
1605
|
-
var DetectLabelsRequest = [
|
|
1620
|
+
var DetectLabelsImagePropertiesSettings$ = [3, n0, _DLIPS, 0, [_MDC], [1]];
|
|
1621
|
+
var DetectLabelsImageQuality$ = [3, n0, _DLIQ, 0, [_Br, _Sh, _Cont], [1, 1, 1]];
|
|
1622
|
+
var DetectLabelsRequest$ = [
|
|
1606
1623
|
3,
|
|
1607
1624
|
n0,
|
|
1608
1625
|
_DLR,
|
|
1609
1626
|
0,
|
|
1610
1627
|
[_Im, _MLa, _MCi, _Fea, _Se],
|
|
1611
|
-
[() => Image
|
|
1628
|
+
[() => Image$, 1, 1, 64 | 0, () => DetectLabelsSettings$],
|
|
1612
1629
|
];
|
|
1613
|
-
var DetectLabelsResponse = [
|
|
1630
|
+
var DetectLabelsResponse$ = [
|
|
1614
1631
|
3,
|
|
1615
1632
|
n0,
|
|
1616
1633
|
_DLRe,
|
|
1617
1634
|
0,
|
|
1618
1635
|
[_Lab, _OCr, _LMV, _IP],
|
|
1619
|
-
[() => Labels, 0, 0, () => DetectLabelsImageProperties],
|
|
1636
|
+
[() => Labels, 0, 0, () => DetectLabelsImageProperties$],
|
|
1620
1637
|
];
|
|
1621
|
-
var DetectLabelsSettings = [
|
|
1638
|
+
var DetectLabelsSettings$ = [
|
|
1622
1639
|
3,
|
|
1623
1640
|
n0,
|
|
1624
1641
|
_DLSe,
|
|
1625
1642
|
0,
|
|
1626
1643
|
[_GL, _IP],
|
|
1627
|
-
[() => GeneralLabelsSettings
|
|
1644
|
+
[() => GeneralLabelsSettings$, () => DetectLabelsImagePropertiesSettings$],
|
|
1628
1645
|
];
|
|
1629
|
-
var DetectModerationLabelsRequest = [
|
|
1646
|
+
var DetectModerationLabelsRequest$ = [
|
|
1630
1647
|
3,
|
|
1631
1648
|
n0,
|
|
1632
1649
|
_DMLR,
|
|
1633
1650
|
0,
|
|
1634
1651
|
[_Im, _MCi, _HLC, _PV],
|
|
1635
|
-
[() => Image
|
|
1652
|
+
[() => Image$, 1, () => HumanLoopConfig$, 0],
|
|
1636
1653
|
];
|
|
1637
|
-
var DetectModerationLabelsResponse = [
|
|
1654
|
+
var DetectModerationLabelsResponse$ = [
|
|
1638
1655
|
3,
|
|
1639
1656
|
n0,
|
|
1640
1657
|
_DMLRe,
|
|
1641
1658
|
0,
|
|
1642
1659
|
[_MLo, _MMV, _HLAO, _PV, _CT],
|
|
1643
|
-
[() => ModerationLabels, 0, [() => HumanLoopActivationOutput
|
|
1660
|
+
[() => ModerationLabels, 0, [() => HumanLoopActivationOutput$, 0], 0, () => ContentTypes],
|
|
1644
1661
|
];
|
|
1645
|
-
var DetectProtectiveEquipmentRequest = [
|
|
1662
|
+
var DetectProtectiveEquipmentRequest$ = [
|
|
1646
1663
|
3,
|
|
1647
1664
|
n0,
|
|
1648
1665
|
_DPER,
|
|
1649
1666
|
0,
|
|
1650
1667
|
[_Im, _SA],
|
|
1651
|
-
[() => Image
|
|
1668
|
+
[() => Image$, () => ProtectiveEquipmentSummarizationAttributes$],
|
|
1652
1669
|
];
|
|
1653
|
-
var DetectProtectiveEquipmentResponse = [
|
|
1670
|
+
var DetectProtectiveEquipmentResponse$ = [
|
|
1654
1671
|
3,
|
|
1655
1672
|
n0,
|
|
1656
1673
|
_DPERe,
|
|
1657
1674
|
0,
|
|
1658
1675
|
[_PEMV, _Pe, _Su],
|
|
1659
|
-
[0, () => ProtectiveEquipmentPersons, () => ProtectiveEquipmentSummary],
|
|
1676
|
+
[0, () => ProtectiveEquipmentPersons, () => ProtectiveEquipmentSummary$],
|
|
1660
1677
|
];
|
|
1661
|
-
var DetectTextFilters = [
|
|
1678
|
+
var DetectTextFilters$ = [
|
|
1662
1679
|
3,
|
|
1663
1680
|
n0,
|
|
1664
1681
|
_DTF,
|
|
1665
1682
|
0,
|
|
1666
1683
|
[_WF, _ROI],
|
|
1667
|
-
[() => DetectionFilter
|
|
1684
|
+
[() => DetectionFilter$, () => RegionsOfInterest],
|
|
1668
1685
|
];
|
|
1669
|
-
var DetectTextRequest = [
|
|
1686
|
+
var DetectTextRequest$ = [
|
|
1670
1687
|
3,
|
|
1671
1688
|
n0,
|
|
1672
1689
|
_DTR,
|
|
1673
1690
|
0,
|
|
1674
1691
|
[_Im, _Fi],
|
|
1675
|
-
[() => Image
|
|
1692
|
+
[() => Image$, () => DetectTextFilters$],
|
|
1676
1693
|
];
|
|
1677
|
-
var DetectTextResponse = [3, n0, _DTRe, 0, [_TDex, _TMV], [() => TextDetectionList, 0]];
|
|
1678
|
-
var DisassociatedFace = [3, n0, _DFi, 0, [_FI], [0]];
|
|
1679
|
-
var DisassociateFacesRequest = [
|
|
1694
|
+
var DetectTextResponse$ = [3, n0, _DTRe, 0, [_TDex, _TMV], [() => TextDetectionList, 0]];
|
|
1695
|
+
var DisassociatedFace$ = [3, n0, _DFi, 0, [_FI], [0]];
|
|
1696
|
+
var DisassociateFacesRequest$ = [
|
|
1680
1697
|
3,
|
|
1681
1698
|
n0,
|
|
1682
1699
|
_DFRi,
|
|
@@ -1684,7 +1701,7 @@ var DisassociateFacesRequest = [
|
|
|
1684
1701
|
[_CI, _UI, _CRT, _FIa],
|
|
1685
1702
|
[0, 0, [0, 4], 64 | 0],
|
|
1686
1703
|
];
|
|
1687
|
-
var DisassociateFacesResponse = [
|
|
1704
|
+
var DisassociateFacesResponse$ = [
|
|
1688
1705
|
3,
|
|
1689
1706
|
n0,
|
|
1690
1707
|
_DFRis,
|
|
@@ -1692,8 +1709,8 @@ var DisassociateFacesResponse = [
|
|
|
1692
1709
|
[_DFis, _UFDn, _US],
|
|
1693
1710
|
[() => DisassociatedFacesList, () => UnsuccessfulFaceDisassociationList, 0],
|
|
1694
1711
|
];
|
|
1695
|
-
var DistributeDataset = [3, n0, _DDi, 0, [_Ar], [0]];
|
|
1696
|
-
var DistributeDatasetEntriesRequest = [
|
|
1712
|
+
var DistributeDataset$ = [3, n0, _DDi, 0, [_Ar], [0]];
|
|
1713
|
+
var DistributeDatasetEntriesRequest$ = [
|
|
1697
1714
|
3,
|
|
1698
1715
|
n0,
|
|
1699
1716
|
_DDER,
|
|
@@ -1701,8 +1718,8 @@ var DistributeDatasetEntriesRequest = [
|
|
|
1701
1718
|
[_D],
|
|
1702
1719
|
[() => DistributeDatasetMetadataList],
|
|
1703
1720
|
];
|
|
1704
|
-
var DistributeDatasetEntriesResponse = [3, n0, _DDERi, 0, [], []];
|
|
1705
|
-
var DominantColor = [
|
|
1721
|
+
var DistributeDatasetEntriesResponse$ = [3, n0, _DDERi, 0, [], []];
|
|
1722
|
+
var DominantColor$ = [
|
|
1706
1723
|
3,
|
|
1707
1724
|
n0,
|
|
1708
1725
|
_DCom,
|
|
@@ -1710,60 +1727,60 @@ var DominantColor = [
|
|
|
1710
1727
|
[_R, _Bl, _Gr, _HC, _CSSC, _SCi, _PP],
|
|
1711
1728
|
[1, 1, 1, 0, 0, 0, 1],
|
|
1712
1729
|
];
|
|
1713
|
-
var Emotion = [3, n0, _Em, 0, [_Ty, _Con], [0, 1]];
|
|
1714
|
-
var EquipmentDetection = [
|
|
1730
|
+
var Emotion$ = [3, n0, _Em, 0, [_Ty, _Con], [0, 1]];
|
|
1731
|
+
var EquipmentDetection$ = [
|
|
1715
1732
|
3,
|
|
1716
1733
|
n0,
|
|
1717
1734
|
_ED,
|
|
1718
1735
|
0,
|
|
1719
1736
|
[_BB, _Con, _Ty, _CBP],
|
|
1720
|
-
[() => BoundingBox
|
|
1737
|
+
[() => BoundingBox$, 1, 0, () => CoversBodyPart$],
|
|
1721
1738
|
];
|
|
1722
|
-
var EvaluationResult = [3, n0, _ER, 0, [_FS, _Su], [1, () => Summary]];
|
|
1723
|
-
var EyeDirection = [3, n0, _EDy, 0, [_Y, _Pi, _Con], [1, 1, 1]];
|
|
1724
|
-
var Eyeglasses = [3, n0, _Ey, 0, [_V, _Con], [2, 1]];
|
|
1725
|
-
var EyeOpen = [3, n0, _EO, 0, [_V, _Con], [2, 1]];
|
|
1726
|
-
var Face = [
|
|
1739
|
+
var EvaluationResult$ = [3, n0, _ER, 0, [_FS, _Su], [1, () => Summary$]];
|
|
1740
|
+
var EyeDirection$ = [3, n0, _EDy, 0, [_Y, _Pi, _Con], [1, 1, 1]];
|
|
1741
|
+
var Eyeglasses$ = [3, n0, _Ey, 0, [_V, _Con], [2, 1]];
|
|
1742
|
+
var EyeOpen$ = [3, n0, _EO, 0, [_V, _Con], [2, 1]];
|
|
1743
|
+
var Face$ = [
|
|
1727
1744
|
3,
|
|
1728
1745
|
n0,
|
|
1729
1746
|
_F,
|
|
1730
1747
|
0,
|
|
1731
1748
|
[_FI, _BB, _II, _EII, _Con, _IFMV, _UI],
|
|
1732
|
-
[0, () => BoundingBox
|
|
1749
|
+
[0, () => BoundingBox$, 0, 0, 1, 0, 0],
|
|
1733
1750
|
];
|
|
1734
|
-
var FaceDetail = [
|
|
1751
|
+
var FaceDetail$ = [
|
|
1735
1752
|
3,
|
|
1736
1753
|
n0,
|
|
1737
1754
|
_FDa,
|
|
1738
1755
|
0,
|
|
1739
1756
|
[_BB, _AR, _S, _Ey, _Sun, _Ge, _Be, _Mu, _EOy, _MO, _E, _La, _P, _Q, _Con, _FO, _EDy],
|
|
1740
1757
|
[
|
|
1741
|
-
() => BoundingBox
|
|
1742
|
-
() => AgeRange
|
|
1743
|
-
() => Smile
|
|
1744
|
-
() => Eyeglasses
|
|
1745
|
-
() => Sunglasses
|
|
1746
|
-
() => Gender
|
|
1747
|
-
() => Beard
|
|
1748
|
-
() => Mustache
|
|
1749
|
-
() => EyeOpen
|
|
1750
|
-
() => MouthOpen
|
|
1758
|
+
() => BoundingBox$,
|
|
1759
|
+
() => AgeRange$,
|
|
1760
|
+
() => Smile$,
|
|
1761
|
+
() => Eyeglasses$,
|
|
1762
|
+
() => Sunglasses$,
|
|
1763
|
+
() => Gender$,
|
|
1764
|
+
() => Beard$,
|
|
1765
|
+
() => Mustache$,
|
|
1766
|
+
() => EyeOpen$,
|
|
1767
|
+
() => MouthOpen$,
|
|
1751
1768
|
() => Emotions,
|
|
1752
1769
|
() => Landmarks,
|
|
1753
|
-
() => Pose
|
|
1754
|
-
() => ImageQuality
|
|
1770
|
+
() => Pose$,
|
|
1771
|
+
() => ImageQuality$,
|
|
1755
1772
|
1,
|
|
1756
|
-
() => FaceOccluded
|
|
1757
|
-
() => EyeDirection
|
|
1773
|
+
() => FaceOccluded$,
|
|
1774
|
+
() => EyeDirection$,
|
|
1758
1775
|
],
|
|
1759
1776
|
];
|
|
1760
|
-
var FaceDetection = [3, n0, _FDac, 0, [_Ti, _F], [1, () => FaceDetail]];
|
|
1761
|
-
var FaceMatch = [3, n0, _FMa, 0, [_Si, _F], [1, () => Face]];
|
|
1762
|
-
var FaceOccluded = [3, n0, _FO, 0, [_V, _Con], [2, 1]];
|
|
1763
|
-
var FaceRecord = [3, n0, _FR, 0, [_F, _FDa], [() => Face
|
|
1764
|
-
var FaceSearchSettings = [3, n0, _FSS, 0, [_CI, _FMT], [0, 1]];
|
|
1765
|
-
var Gender = [3, n0, _Ge, 0, [_V, _Con], [0, 1]];
|
|
1766
|
-
var GeneralLabelsSettings = [
|
|
1777
|
+
var FaceDetection$ = [3, n0, _FDac, 0, [_Ti, _F], [1, () => FaceDetail$]];
|
|
1778
|
+
var FaceMatch$ = [3, n0, _FMa, 0, [_Si, _F], [1, () => Face$]];
|
|
1779
|
+
var FaceOccluded$ = [3, n0, _FO, 0, [_V, _Con], [2, 1]];
|
|
1780
|
+
var FaceRecord$ = [3, n0, _FR, 0, [_F, _FDa], [() => Face$, () => FaceDetail$]];
|
|
1781
|
+
var FaceSearchSettings$ = [3, n0, _FSS, 0, [_CI, _FMT], [0, 1]];
|
|
1782
|
+
var Gender$ = [3, n0, _Ge, 0, [_V, _Con], [0, 1]];
|
|
1783
|
+
var GeneralLabelsSettings$ = [
|
|
1767
1784
|
3,
|
|
1768
1785
|
n0,
|
|
1769
1786
|
_GLS,
|
|
@@ -1771,17 +1788,17 @@ var GeneralLabelsSettings = [
|
|
|
1771
1788
|
[_LIF, _LEF, _LCIF, _LCEF],
|
|
1772
1789
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1773
1790
|
];
|
|
1774
|
-
var Geometry = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox
|
|
1775
|
-
var GetCelebrityInfoRequest = [3, n0, _GCIR, 0, [_I], [0]];
|
|
1776
|
-
var GetCelebrityInfoResponse = [
|
|
1791
|
+
var Geometry$ = [3, n0, _G, 0, [_BB, _Po], [() => BoundingBox$, () => Polygon]];
|
|
1792
|
+
var GetCelebrityInfoRequest$ = [3, n0, _GCIR, 0, [_I], [0]];
|
|
1793
|
+
var GetCelebrityInfoResponse$ = [
|
|
1777
1794
|
3,
|
|
1778
1795
|
n0,
|
|
1779
1796
|
_GCIRe,
|
|
1780
1797
|
0,
|
|
1781
1798
|
[_U, _N, _KG],
|
|
1782
|
-
[64 | 0, 0, () => KnownGender],
|
|
1799
|
+
[64 | 0, 0, () => KnownGender$],
|
|
1783
1800
|
];
|
|
1784
|
-
var GetCelebrityRecognitionRequest = [
|
|
1801
|
+
var GetCelebrityRecognitionRequest$ = [
|
|
1785
1802
|
3,
|
|
1786
1803
|
n0,
|
|
1787
1804
|
_GCRR,
|
|
@@ -1789,15 +1806,15 @@ var GetCelebrityRecognitionRequest = [
|
|
|
1789
1806
|
[_JI, _MR, _NT, _SB],
|
|
1790
1807
|
[0, 1, 0, 0],
|
|
1791
1808
|
];
|
|
1792
|
-
var GetCelebrityRecognitionResponse = [
|
|
1809
|
+
var GetCelebrityRecognitionResponse$ = [
|
|
1793
1810
|
3,
|
|
1794
1811
|
n0,
|
|
1795
1812
|
_GCRRe,
|
|
1796
1813
|
0,
|
|
1797
1814
|
[_JS, _SM, _VM, _NT, _Cel, _JI, _Vi, _JT],
|
|
1798
|
-
[0, 0, () => VideoMetadata
|
|
1815
|
+
[0, 0, () => VideoMetadata$, 0, () => CelebrityRecognitions, 0, () => Video$, 0],
|
|
1799
1816
|
];
|
|
1800
|
-
var GetContentModerationRequest = [
|
|
1817
|
+
var GetContentModerationRequest$ = [
|
|
1801
1818
|
3,
|
|
1802
1819
|
n0,
|
|
1803
1820
|
_GCMR,
|
|
@@ -1805,8 +1822,8 @@ var GetContentModerationRequest = [
|
|
|
1805
1822
|
[_JI, _MR, _NT, _SB, _AB],
|
|
1806
1823
|
[0, 1, 0, 0, 0],
|
|
1807
1824
|
];
|
|
1808
|
-
var GetContentModerationRequestMetadata = [3, n0, _GCMRM, 0, [_SB, _AB], [0, 0]];
|
|
1809
|
-
var GetContentModerationResponse = [
|
|
1825
|
+
var GetContentModerationRequestMetadata$ = [3, n0, _GCMRM, 0, [_SB, _AB], [0, 0]];
|
|
1826
|
+
var GetContentModerationResponse$ = [
|
|
1810
1827
|
3,
|
|
1811
1828
|
n0,
|
|
1812
1829
|
_GCMRe,
|
|
@@ -1815,44 +1832,44 @@ var GetContentModerationResponse = [
|
|
|
1815
1832
|
[
|
|
1816
1833
|
0,
|
|
1817
1834
|
0,
|
|
1818
|
-
() => VideoMetadata
|
|
1835
|
+
() => VideoMetadata$,
|
|
1819
1836
|
() => ContentModerationDetections,
|
|
1820
1837
|
0,
|
|
1821
1838
|
0,
|
|
1822
1839
|
0,
|
|
1823
|
-
() => Video
|
|
1840
|
+
() => Video$,
|
|
1824
1841
|
0,
|
|
1825
|
-
() => GetContentModerationRequestMetadata
|
|
1842
|
+
() => GetContentModerationRequestMetadata$,
|
|
1826
1843
|
],
|
|
1827
1844
|
];
|
|
1828
|
-
var GetFaceDetectionRequest = [3, n0, _GFDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1829
|
-
var GetFaceDetectionResponse = [
|
|
1845
|
+
var GetFaceDetectionRequest$ = [3, n0, _GFDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1846
|
+
var GetFaceDetectionResponse$ = [
|
|
1830
1847
|
3,
|
|
1831
1848
|
n0,
|
|
1832
1849
|
_GFDRe,
|
|
1833
1850
|
0,
|
|
1834
1851
|
[_JS, _SM, _VM, _NT, _Fa, _JI, _Vi, _JT],
|
|
1835
|
-
[0, 0, () => VideoMetadata
|
|
1852
|
+
[0, 0, () => VideoMetadata$, 0, () => FaceDetections, 0, () => Video$, 0],
|
|
1836
1853
|
];
|
|
1837
|
-
var GetFaceLivenessSessionResultsRequest = [3, n0, _GFLSRR, 0, [_SIe], [0]];
|
|
1838
|
-
var GetFaceLivenessSessionResultsResponse = [
|
|
1854
|
+
var GetFaceLivenessSessionResultsRequest$ = [3, n0, _GFLSRR, 0, [_SIe], [0]];
|
|
1855
|
+
var GetFaceLivenessSessionResultsResponse$ = [
|
|
1839
1856
|
3,
|
|
1840
1857
|
n0,
|
|
1841
1858
|
_GFLSRRe,
|
|
1842
1859
|
0,
|
|
1843
1860
|
[_SIe, _St, _Con, _RI, _AIu, _Ch],
|
|
1844
|
-
[0, 0, 1, [() => AuditImage
|
|
1861
|
+
[0, 0, 1, [() => AuditImage$, 0], [() => AuditImages, 0], () => Challenge$],
|
|
1845
1862
|
];
|
|
1846
|
-
var GetFaceSearchRequest = [3, n0, _GFSR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1847
|
-
var GetFaceSearchResponse = [
|
|
1863
|
+
var GetFaceSearchRequest$ = [3, n0, _GFSR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1864
|
+
var GetFaceSearchResponse$ = [
|
|
1848
1865
|
3,
|
|
1849
1866
|
n0,
|
|
1850
1867
|
_GFSRe,
|
|
1851
1868
|
0,
|
|
1852
1869
|
[_JS, _SM, _NT, _VM, _Pe, _JI, _Vi, _JT],
|
|
1853
|
-
[0, 0, 0, () => VideoMetadata
|
|
1870
|
+
[0, 0, 0, () => VideoMetadata$, () => PersonMatches, 0, () => Video$, 0],
|
|
1854
1871
|
];
|
|
1855
|
-
var GetLabelDetectionRequest = [
|
|
1872
|
+
var GetLabelDetectionRequest$ = [
|
|
1856
1873
|
3,
|
|
1857
1874
|
n0,
|
|
1858
1875
|
_GLDR,
|
|
@@ -1860,17 +1877,28 @@ var GetLabelDetectionRequest = [
|
|
|
1860
1877
|
[_JI, _MR, _NT, _SB, _AB],
|
|
1861
1878
|
[0, 1, 0, 0, 0],
|
|
1862
1879
|
];
|
|
1863
|
-
var GetLabelDetectionRequestMetadata = [3, n0, _GLDRM, 0, [_SB, _AB], [0, 0]];
|
|
1864
|
-
var GetLabelDetectionResponse = [
|
|
1880
|
+
var GetLabelDetectionRequestMetadata$ = [3, n0, _GLDRM, 0, [_SB, _AB], [0, 0]];
|
|
1881
|
+
var GetLabelDetectionResponse$ = [
|
|
1865
1882
|
3,
|
|
1866
1883
|
n0,
|
|
1867
1884
|
_GLDRe,
|
|
1868
1885
|
0,
|
|
1869
1886
|
[_JS, _SM, _VM, _NT, _Lab, _LMV, _JI, _Vi, _JT, _GRM],
|
|
1870
|
-
[
|
|
1887
|
+
[
|
|
1888
|
+
0,
|
|
1889
|
+
0,
|
|
1890
|
+
() => VideoMetadata$,
|
|
1891
|
+
0,
|
|
1892
|
+
() => LabelDetections,
|
|
1893
|
+
0,
|
|
1894
|
+
0,
|
|
1895
|
+
() => Video$,
|
|
1896
|
+
0,
|
|
1897
|
+
() => GetLabelDetectionRequestMetadata$,
|
|
1898
|
+
],
|
|
1871
1899
|
];
|
|
1872
|
-
var GetMediaAnalysisJobRequest = [3, n0, _GMAJR, 0, [_JI], [0]];
|
|
1873
|
-
var GetMediaAnalysisJobResponse = [
|
|
1900
|
+
var GetMediaAnalysisJobRequest$ = [3, n0, _GMAJR, 0, [_JI], [0]];
|
|
1901
|
+
var GetMediaAnalysisJobResponse$ = [
|
|
1874
1902
|
3,
|
|
1875
1903
|
n0,
|
|
1876
1904
|
_GMAJRe,
|
|
@@ -1879,29 +1907,29 @@ var GetMediaAnalysisJobResponse = [
|
|
|
1879
1907
|
[
|
|
1880
1908
|
0,
|
|
1881
1909
|
0,
|
|
1882
|
-
() => MediaAnalysisOperationsConfig
|
|
1910
|
+
() => MediaAnalysisOperationsConfig$,
|
|
1883
1911
|
0,
|
|
1884
|
-
() => MediaAnalysisJobFailureDetails
|
|
1912
|
+
() => MediaAnalysisJobFailureDetails$,
|
|
1885
1913
|
4,
|
|
1886
1914
|
4,
|
|
1887
|
-
() => MediaAnalysisInput
|
|
1888
|
-
() => MediaAnalysisOutputConfig
|
|
1915
|
+
() => MediaAnalysisInput$,
|
|
1916
|
+
() => MediaAnalysisOutputConfig$,
|
|
1889
1917
|
0,
|
|
1890
|
-
() => MediaAnalysisResults
|
|
1891
|
-
() => MediaAnalysisManifestSummary
|
|
1918
|
+
() => MediaAnalysisResults$,
|
|
1919
|
+
() => MediaAnalysisManifestSummary$,
|
|
1892
1920
|
],
|
|
1893
1921
|
];
|
|
1894
|
-
var GetPersonTrackingRequest = [3, n0, _GPTR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1895
|
-
var GetPersonTrackingResponse = [
|
|
1922
|
+
var GetPersonTrackingRequest$ = [3, n0, _GPTR, 0, [_JI, _MR, _NT, _SB], [0, 1, 0, 0]];
|
|
1923
|
+
var GetPersonTrackingResponse$ = [
|
|
1896
1924
|
3,
|
|
1897
1925
|
n0,
|
|
1898
1926
|
_GPTRe,
|
|
1899
1927
|
0,
|
|
1900
1928
|
[_JS, _SM, _VM, _NT, _Pe, _JI, _Vi, _JT],
|
|
1901
|
-
[0, 0, () => VideoMetadata
|
|
1929
|
+
[0, 0, () => VideoMetadata$, 0, () => PersonDetections, 0, () => Video$, 0],
|
|
1902
1930
|
];
|
|
1903
|
-
var GetSegmentDetectionRequest = [3, n0, _GSDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1904
|
-
var GetSegmentDetectionResponse = [
|
|
1931
|
+
var GetSegmentDetectionRequest$ = [3, n0, _GSDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1932
|
+
var GetSegmentDetectionResponse$ = [
|
|
1905
1933
|
3,
|
|
1906
1934
|
n0,
|
|
1907
1935
|
_GSDRe,
|
|
@@ -1916,21 +1944,21 @@ var GetSegmentDetectionResponse = [
|
|
|
1916
1944
|
() => SegmentDetections,
|
|
1917
1945
|
() => SegmentTypesInfo,
|
|
1918
1946
|
0,
|
|
1919
|
-
() => Video
|
|
1947
|
+
() => Video$,
|
|
1920
1948
|
0,
|
|
1921
1949
|
],
|
|
1922
1950
|
];
|
|
1923
|
-
var GetTextDetectionRequest = [3, n0, _GTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1924
|
-
var GetTextDetectionResponse = [
|
|
1951
|
+
var GetTextDetectionRequest$ = [3, n0, _GTDR, 0, [_JI, _MR, _NT], [0, 1, 0]];
|
|
1952
|
+
var GetTextDetectionResponse$ = [
|
|
1925
1953
|
3,
|
|
1926
1954
|
n0,
|
|
1927
1955
|
_GTDRe,
|
|
1928
1956
|
0,
|
|
1929
1957
|
[_JS, _SM, _VM, _TDex, _NT, _TMV, _JI, _Vi, _JT],
|
|
1930
|
-
[0, 0, () => VideoMetadata
|
|
1958
|
+
[0, 0, () => VideoMetadata$, () => TextDetectionResults, 0, 0, 0, () => Video$, 0],
|
|
1931
1959
|
];
|
|
1932
|
-
var GroundTruthManifest = [3, n0, _GTM, 0, [_SO], [() => S3Object]];
|
|
1933
|
-
var HumanLoopActivationOutput = [
|
|
1960
|
+
var GroundTruthManifest$ = [3, n0, _GTM, 0, [_SO], [() => S3Object$]];
|
|
1961
|
+
var HumanLoopActivationOutput$ = [
|
|
1934
1962
|
3,
|
|
1935
1963
|
n0,
|
|
1936
1964
|
_HLAO,
|
|
@@ -1938,16 +1966,16 @@ var HumanLoopActivationOutput = [
|
|
|
1938
1966
|
[_HLA, _HLAR, _HLACER],
|
|
1939
1967
|
[0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]],
|
|
1940
1968
|
];
|
|
1941
|
-
var HumanLoopConfig = [
|
|
1969
|
+
var HumanLoopConfig$ = [
|
|
1942
1970
|
3,
|
|
1943
1971
|
n0,
|
|
1944
1972
|
_HLC,
|
|
1945
1973
|
0,
|
|
1946
1974
|
[_HLN, _FDA, _DAa],
|
|
1947
|
-
[0, 0, () => HumanLoopDataAttributes],
|
|
1975
|
+
[0, 0, () => HumanLoopDataAttributes$],
|
|
1948
1976
|
];
|
|
1949
|
-
var HumanLoopDataAttributes = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
1950
|
-
var HumanLoopQuotaExceededException = [
|
|
1977
|
+
var HumanLoopDataAttributes$ = [3, n0, _HLDA, 0, [_CC], [64 | 0]];
|
|
1978
|
+
var HumanLoopQuotaExceededException$ = [
|
|
1951
1979
|
-3,
|
|
1952
1980
|
n0,
|
|
1953
1981
|
_HLQEE,
|
|
@@ -1955,8 +1983,8 @@ var HumanLoopQuotaExceededException = [
|
|
|
1955
1983
|
[_RT, _QC, _SCe, _M, _C, _L],
|
|
1956
1984
|
[0, 0, 0, 0, 0, 0],
|
|
1957
1985
|
];
|
|
1958
|
-
schema.TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException
|
|
1959
|
-
var IdempotentParameterMismatchException = [
|
|
1986
|
+
schema.TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException$, HumanLoopQuotaExceededException);
|
|
1987
|
+
var IdempotentParameterMismatchException$ = [
|
|
1960
1988
|
-3,
|
|
1961
1989
|
n0,
|
|
1962
1990
|
_IPME,
|
|
@@ -1964,20 +1992,20 @@ var IdempotentParameterMismatchException = [
|
|
|
1964
1992
|
[_M, _C, _L],
|
|
1965
1993
|
[0, 0, 0],
|
|
1966
1994
|
];
|
|
1967
|
-
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException
|
|
1968
|
-
var Image = [3, n0, _Im, 0, [_B, _SO], [21, () => S3Object]];
|
|
1969
|
-
var ImageQuality = [3, n0, _IQ, 0, [_Br, _Sh], [1, 1]];
|
|
1970
|
-
var ImageTooLargeException = [-3, n0, _ITLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1971
|
-
schema.TypeRegistry.for(n0).registerError(ImageTooLargeException
|
|
1972
|
-
var IndexFacesRequest = [
|
|
1995
|
+
schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
1996
|
+
var Image$ = [3, n0, _Im, 0, [_B, _SO], [21, () => S3Object$]];
|
|
1997
|
+
var ImageQuality$ = [3, n0, _IQ, 0, [_Br, _Sh], [1, 1]];
|
|
1998
|
+
var ImageTooLargeException$ = [-3, n0, _ITLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1999
|
+
schema.TypeRegistry.for(n0).registerError(ImageTooLargeException$, ImageTooLargeException);
|
|
2000
|
+
var IndexFacesRequest$ = [
|
|
1973
2001
|
3,
|
|
1974
2002
|
n0,
|
|
1975
2003
|
_IFR,
|
|
1976
2004
|
0,
|
|
1977
2005
|
[_CI, _Im, _EII, _DAe, _MF, _QF],
|
|
1978
|
-
[0, () => Image
|
|
2006
|
+
[0, () => Image$, 0, 64 | 0, 1, 0],
|
|
1979
2007
|
];
|
|
1980
|
-
var IndexFacesResponse = [
|
|
2008
|
+
var IndexFacesResponse$ = [
|
|
1981
2009
|
3,
|
|
1982
2010
|
n0,
|
|
1983
2011
|
_IFRn,
|
|
@@ -1985,25 +2013,25 @@ var IndexFacesResponse = [
|
|
|
1985
2013
|
[_FRa, _OCr, _FMV, _UFn],
|
|
1986
2014
|
[() => FaceRecordList, 0, 0, () => UnindexedFaces],
|
|
1987
2015
|
];
|
|
1988
|
-
var Instance = [
|
|
2016
|
+
var Instance$ = [
|
|
1989
2017
|
3,
|
|
1990
2018
|
n0,
|
|
1991
2019
|
_Ins,
|
|
1992
2020
|
0,
|
|
1993
2021
|
[_BB, _Con, _DCo],
|
|
1994
|
-
[() => BoundingBox
|
|
1995
|
-
];
|
|
1996
|
-
var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
1997
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError
|
|
1998
|
-
var InvalidImageFormatException = [-3, n0, _IIFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
1999
|
-
schema.TypeRegistry.for(n0).registerError(InvalidImageFormatException
|
|
2000
|
-
var InvalidManifestException = [-3, n0, _IME, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2001
|
-
schema.TypeRegistry.for(n0).registerError(InvalidManifestException
|
|
2002
|
-
var InvalidPaginationTokenException = [-3, n0, _IPTE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2003
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException
|
|
2004
|
-
var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2005
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException
|
|
2006
|
-
var InvalidPolicyRevisionIdException = [
|
|
2022
|
+
[() => BoundingBox$, 1, () => DominantColors],
|
|
2023
|
+
];
|
|
2024
|
+
var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
2025
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
2026
|
+
var InvalidImageFormatException$ = [-3, n0, _IIFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2027
|
+
schema.TypeRegistry.for(n0).registerError(InvalidImageFormatException$, InvalidImageFormatException);
|
|
2028
|
+
var InvalidManifestException$ = [-3, n0, _IME, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2029
|
+
schema.TypeRegistry.for(n0).registerError(InvalidManifestException$, InvalidManifestException);
|
|
2030
|
+
var InvalidPaginationTokenException$ = [-3, n0, _IPTE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2031
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
|
|
2032
|
+
var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2033
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
2034
|
+
var InvalidPolicyRevisionIdException$ = [
|
|
2007
2035
|
-3,
|
|
2008
2036
|
n0,
|
|
2009
2037
|
_IPRIE,
|
|
@@ -2011,14 +2039,14 @@ var InvalidPolicyRevisionIdException = [
|
|
|
2011
2039
|
[_M, _C, _L],
|
|
2012
2040
|
[0, 0, 0],
|
|
2013
2041
|
];
|
|
2014
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException
|
|
2015
|
-
var InvalidS3ObjectException = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2016
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3ObjectException
|
|
2017
|
-
var KinesisDataStream = [3, n0, _KDS, 0, [_Ar], [0]];
|
|
2018
|
-
var KinesisVideoStream = [3, n0, _KVS, 0, [_Ar], [0]];
|
|
2019
|
-
var KinesisVideoStreamStartSelector = [3, n0, _KVSSS, 0, [_PT, _FN], [1, 0]];
|
|
2020
|
-
var KnownGender = [3, n0, _KG, 0, [_Ty], [0]];
|
|
2021
|
-
var Label = [
|
|
2042
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
2043
|
+
var InvalidS3ObjectException$ = [-3, n0, _ISOE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2044
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3ObjectException$, InvalidS3ObjectException);
|
|
2045
|
+
var KinesisDataStream$ = [3, n0, _KDS, 0, [_Ar], [0]];
|
|
2046
|
+
var KinesisVideoStream$ = [3, n0, _KVS, 0, [_Ar], [0]];
|
|
2047
|
+
var KinesisVideoStreamStartSelector$ = [3, n0, _KVSSS, 0, [_PT, _FN], [1, 0]];
|
|
2048
|
+
var KnownGender$ = [3, n0, _KG, 0, [_Ty], [0]];
|
|
2049
|
+
var Label$ = [
|
|
2022
2050
|
3,
|
|
2023
2051
|
n0,
|
|
2024
2052
|
_Labe,
|
|
@@ -2026,23 +2054,23 @@ var Label = [
|
|
|
2026
2054
|
[_N, _Con, _Inst, _Pa, _Al, _Ca],
|
|
2027
2055
|
[0, 1, () => Instances, () => Parents, () => LabelAliases, () => LabelCategories],
|
|
2028
2056
|
];
|
|
2029
|
-
var LabelAlias = [3, n0, _LA, 0, [_N], [0]];
|
|
2030
|
-
var LabelCategory = [3, n0, _LC, 0, [_N], [0]];
|
|
2031
|
-
var LabelDetection = [
|
|
2057
|
+
var LabelAlias$ = [3, n0, _LA, 0, [_N], [0]];
|
|
2058
|
+
var LabelCategory$ = [3, n0, _LC, 0, [_N], [0]];
|
|
2059
|
+
var LabelDetection$ = [
|
|
2032
2060
|
3,
|
|
2033
2061
|
n0,
|
|
2034
2062
|
_LD,
|
|
2035
2063
|
0,
|
|
2036
2064
|
[_Ti, _Labe, _STM, _ETM, _DM],
|
|
2037
|
-
[1, () => Label
|
|
2038
|
-
];
|
|
2039
|
-
var LabelDetectionSettings = [3, n0, _LDS, 0, [_GL], [() => GeneralLabelsSettings]];
|
|
2040
|
-
var Landmark = [3, n0, _Lan, 0, [_Ty, _X, _Y_], [0, 1, 1]];
|
|
2041
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2042
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
2043
|
-
var ListCollectionsRequest = [3, n0, _LCR, 0, [_NT, _MR], [0, 1]];
|
|
2044
|
-
var ListCollectionsResponse = [3, n0, _LCRi, 0, [_CIo, _NT, _FMVa], [64 | 0, 0, 64 | 0]];
|
|
2045
|
-
var ListDatasetEntriesRequest = [
|
|
2065
|
+
[1, () => Label$, 1, 1, 1],
|
|
2066
|
+
];
|
|
2067
|
+
var LabelDetectionSettings$ = [3, n0, _LDS, 0, [_GL], [() => GeneralLabelsSettings$]];
|
|
2068
|
+
var Landmark$ = [3, n0, _Lan, 0, [_Ty, _X, _Y_], [0, 1, 1]];
|
|
2069
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2070
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
2071
|
+
var ListCollectionsRequest$ = [3, n0, _LCR, 0, [_NT, _MR], [0, 1]];
|
|
2072
|
+
var ListCollectionsResponse$ = [3, n0, _LCRi, 0, [_CIo, _NT, _FMVa], [64 | 0, 0, 64 | 0]];
|
|
2073
|
+
var ListDatasetEntriesRequest$ = [
|
|
2046
2074
|
3,
|
|
2047
2075
|
n0,
|
|
2048
2076
|
_LDER,
|
|
@@ -2050,9 +2078,9 @@ var ListDatasetEntriesRequest = [
|
|
|
2050
2078
|
[_DA, _CLo, _Label, _SRC, _HE, _NT, _MR],
|
|
2051
2079
|
[0, 64 | 0, 2, 0, 2, 0, 1],
|
|
2052
2080
|
];
|
|
2053
|
-
var ListDatasetEntriesResponse = [3, n0, _LDERi, 0, [_DE, _NT], [64 | 0, 0]];
|
|
2054
|
-
var ListDatasetLabelsRequest = [3, n0, _LDLR, 0, [_DA, _NT, _MR], [0, 0, 1]];
|
|
2055
|
-
var ListDatasetLabelsResponse = [
|
|
2081
|
+
var ListDatasetEntriesResponse$ = [3, n0, _LDERi, 0, [_DE, _NT], [64 | 0, 0]];
|
|
2082
|
+
var ListDatasetLabelsRequest$ = [3, n0, _LDLR, 0, [_DA, _NT, _MR], [0, 0, 1]];
|
|
2083
|
+
var ListDatasetLabelsResponse$ = [
|
|
2056
2084
|
3,
|
|
2057
2085
|
n0,
|
|
2058
2086
|
_LDLRi,
|
|
@@ -2060,10 +2088,17 @@ var ListDatasetLabelsResponse = [
|
|
|
2060
2088
|
[_DLDa, _NT],
|
|
2061
2089
|
[() => DatasetLabelDescriptions, 0],
|
|
2062
2090
|
];
|
|
2063
|
-
var ListFacesRequest = [
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2091
|
+
var ListFacesRequest$ = [
|
|
2092
|
+
3,
|
|
2093
|
+
n0,
|
|
2094
|
+
_LFR,
|
|
2095
|
+
0,
|
|
2096
|
+
[_CI, _NT, _MR, _UI, _FIa],
|
|
2097
|
+
[0, 0, 1, 0, 64 | 0],
|
|
2098
|
+
];
|
|
2099
|
+
var ListFacesResponse$ = [3, n0, _LFRi, 0, [_Fa, _NT, _FMV], [() => FaceList, 0, 0]];
|
|
2100
|
+
var ListMediaAnalysisJobsRequest$ = [3, n0, _LMAJR, 0, [_NT, _MR], [0, 1]];
|
|
2101
|
+
var ListMediaAnalysisJobsResponse$ = [
|
|
2067
2102
|
3,
|
|
2068
2103
|
n0,
|
|
2069
2104
|
_LMAJRi,
|
|
@@ -2071,8 +2106,8 @@ var ListMediaAnalysisJobsResponse = [
|
|
|
2071
2106
|
[_NT, _MAJ],
|
|
2072
2107
|
[0, () => MediaAnalysisJobDescriptions],
|
|
2073
2108
|
];
|
|
2074
|
-
var ListProjectPoliciesRequest = [3, n0, _LPPR, 0, [_PA, _NT, _MR], [0, 0, 1]];
|
|
2075
|
-
var ListProjectPoliciesResponse = [
|
|
2109
|
+
var ListProjectPoliciesRequest$ = [3, n0, _LPPR, 0, [_PA, _NT, _MR], [0, 0, 1]];
|
|
2110
|
+
var ListProjectPoliciesResponse$ = [
|
|
2076
2111
|
3,
|
|
2077
2112
|
n0,
|
|
2078
2113
|
_LPPRi,
|
|
@@ -2080,8 +2115,8 @@ var ListProjectPoliciesResponse = [
|
|
|
2080
2115
|
[_PPr, _NT],
|
|
2081
2116
|
[() => ProjectPolicies, 0],
|
|
2082
2117
|
];
|
|
2083
|
-
var ListStreamProcessorsRequest = [3, n0, _LSPR, 0, [_NT, _MR], [0, 1]];
|
|
2084
|
-
var ListStreamProcessorsResponse = [
|
|
2118
|
+
var ListStreamProcessorsRequest$ = [3, n0, _LSPR, 0, [_NT, _MR], [0, 1]];
|
|
2119
|
+
var ListStreamProcessorsResponse$ = [
|
|
2085
2120
|
3,
|
|
2086
2121
|
n0,
|
|
2087
2122
|
_LSPRi,
|
|
@@ -2089,17 +2124,24 @@ var ListStreamProcessorsResponse = [
|
|
|
2089
2124
|
[_NT, _SP],
|
|
2090
2125
|
[0, () => StreamProcessorList],
|
|
2091
2126
|
];
|
|
2092
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [0]];
|
|
2093
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
2094
|
-
var ListUsersRequest = [3, n0, _LUR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
2095
|
-
var ListUsersResponse = [3, n0, _LURi, 0, [_Us, _NT], [() => UserList, 0]];
|
|
2096
|
-
var LivenessOutputConfig = [3, n0, _LOC, 0, [_SBu, _SKP], [0, 0]];
|
|
2097
|
-
var MalformedPolicyDocumentException = [
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2127
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [0]];
|
|
2128
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
|
|
2129
|
+
var ListUsersRequest$ = [3, n0, _LUR, 0, [_CI, _MR, _NT], [0, 1, 0]];
|
|
2130
|
+
var ListUsersResponse$ = [3, n0, _LURi, 0, [_Us, _NT], [() => UserList, 0]];
|
|
2131
|
+
var LivenessOutputConfig$ = [3, n0, _LOC, 0, [_SBu, _SKP], [0, 0]];
|
|
2132
|
+
var MalformedPolicyDocumentException$ = [
|
|
2133
|
+
-3,
|
|
2134
|
+
n0,
|
|
2135
|
+
_MPDE,
|
|
2136
|
+
{ [_e]: _c },
|
|
2137
|
+
[_M, _C, _L],
|
|
2138
|
+
[0, 0, 0],
|
|
2139
|
+
];
|
|
2140
|
+
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
2141
|
+
var MatchedUser$ = [3, n0, _MU, 0, [_UI, _US], [0, 0]];
|
|
2142
|
+
var MediaAnalysisDetectModerationLabelsConfig$ = [3, n0, _MADMLC, 0, [_MCi, _PV], [1, 0]];
|
|
2143
|
+
var MediaAnalysisInput$ = [3, n0, _MAI, 0, [_SO], [() => S3Object$]];
|
|
2144
|
+
var MediaAnalysisJobDescription$ = [
|
|
2103
2145
|
3,
|
|
2104
2146
|
n0,
|
|
2105
2147
|
_MAJD,
|
|
@@ -2108,64 +2150,64 @@ var MediaAnalysisJobDescription = [
|
|
|
2108
2150
|
[
|
|
2109
2151
|
0,
|
|
2110
2152
|
0,
|
|
2111
|
-
() => MediaAnalysisOperationsConfig
|
|
2153
|
+
() => MediaAnalysisOperationsConfig$,
|
|
2112
2154
|
0,
|
|
2113
|
-
() => MediaAnalysisJobFailureDetails
|
|
2155
|
+
() => MediaAnalysisJobFailureDetails$,
|
|
2114
2156
|
4,
|
|
2115
2157
|
4,
|
|
2116
|
-
() => MediaAnalysisInput
|
|
2117
|
-
() => MediaAnalysisOutputConfig
|
|
2158
|
+
() => MediaAnalysisInput$,
|
|
2159
|
+
() => MediaAnalysisOutputConfig$,
|
|
2118
2160
|
0,
|
|
2119
|
-
() => MediaAnalysisResults
|
|
2120
|
-
() => MediaAnalysisManifestSummary
|
|
2161
|
+
() => MediaAnalysisResults$,
|
|
2162
|
+
() => MediaAnalysisManifestSummary$,
|
|
2121
2163
|
],
|
|
2122
2164
|
];
|
|
2123
|
-
var MediaAnalysisJobFailureDetails = [3, n0, _MAJFD, 0, [_C, _M], [0, 0]];
|
|
2124
|
-
var MediaAnalysisManifestSummary = [3, n0, _MAMS, 0, [_SO], [() => S3Object]];
|
|
2125
|
-
var MediaAnalysisModelVersions = [3, n0, _MAMV, 0, [_Mo], [0]];
|
|
2126
|
-
var MediaAnalysisOperationsConfig = [
|
|
2165
|
+
var MediaAnalysisJobFailureDetails$ = [3, n0, _MAJFD, 0, [_C, _M], [0, 0]];
|
|
2166
|
+
var MediaAnalysisManifestSummary$ = [3, n0, _MAMS, 0, [_SO], [() => S3Object$]];
|
|
2167
|
+
var MediaAnalysisModelVersions$ = [3, n0, _MAMV, 0, [_Mo], [0]];
|
|
2168
|
+
var MediaAnalysisOperationsConfig$ = [
|
|
2127
2169
|
3,
|
|
2128
2170
|
n0,
|
|
2129
2171
|
_MAOC,
|
|
2130
2172
|
0,
|
|
2131
2173
|
[_DML],
|
|
2132
|
-
[() => MediaAnalysisDetectModerationLabelsConfig],
|
|
2174
|
+
[() => MediaAnalysisDetectModerationLabelsConfig$],
|
|
2133
2175
|
];
|
|
2134
|
-
var MediaAnalysisOutputConfig = [3, n0, _MAOCe, 0, [_SBu, _SKP], [0, 0]];
|
|
2135
|
-
var MediaAnalysisResults = [
|
|
2176
|
+
var MediaAnalysisOutputConfig$ = [3, n0, _MAOCe, 0, [_SBu, _SKP], [0, 0]];
|
|
2177
|
+
var MediaAnalysisResults$ = [
|
|
2136
2178
|
3,
|
|
2137
2179
|
n0,
|
|
2138
2180
|
_MAR,
|
|
2139
2181
|
0,
|
|
2140
2182
|
[_SO, _MV],
|
|
2141
|
-
[() => S3Object
|
|
2142
|
-
];
|
|
2143
|
-
var ModerationLabel = [3, n0, _ML, 0, [_Con, _N, _PNa, _TLa], [1, 0, 0, 1]];
|
|
2144
|
-
var MouthOpen = [3, n0, _MO, 0, [_V, _Con], [2, 1]];
|
|
2145
|
-
var Mustache = [3, n0, _Mu, 0, [_V, _Con], [2, 1]];
|
|
2146
|
-
var NotificationChannel = [3, n0, _NC, 0, [_SNSTA, _RA], [0, 0]];
|
|
2147
|
-
var OutputConfig = [3, n0, _OC, 0, [_SBu, _SKP], [0, 0]];
|
|
2148
|
-
var Parent = [3, n0, _Par, 0, [_N], [0]];
|
|
2149
|
-
var PersonDetail = [
|
|
2183
|
+
[() => S3Object$, () => MediaAnalysisModelVersions$],
|
|
2184
|
+
];
|
|
2185
|
+
var ModerationLabel$ = [3, n0, _ML, 0, [_Con, _N, _PNa, _TLa], [1, 0, 0, 1]];
|
|
2186
|
+
var MouthOpen$ = [3, n0, _MO, 0, [_V, _Con], [2, 1]];
|
|
2187
|
+
var Mustache$ = [3, n0, _Mu, 0, [_V, _Con], [2, 1]];
|
|
2188
|
+
var NotificationChannel$ = [3, n0, _NC, 0, [_SNSTA, _RA], [0, 0]];
|
|
2189
|
+
var OutputConfig$ = [3, n0, _OC, 0, [_SBu, _SKP], [0, 0]];
|
|
2190
|
+
var Parent$ = [3, n0, _Par, 0, [_N], [0]];
|
|
2191
|
+
var PersonDetail$ = [
|
|
2150
2192
|
3,
|
|
2151
2193
|
n0,
|
|
2152
2194
|
_PDe,
|
|
2153
2195
|
0,
|
|
2154
2196
|
[_Ind, _BB, _F],
|
|
2155
|
-
[1, () => BoundingBox
|
|
2197
|
+
[1, () => BoundingBox$, () => FaceDetail$],
|
|
2156
2198
|
];
|
|
2157
|
-
var PersonDetection = [3, n0, _PDer, 0, [_Ti, _Per], [1, () => PersonDetail]];
|
|
2158
|
-
var PersonMatch = [
|
|
2199
|
+
var PersonDetection$ = [3, n0, _PDer, 0, [_Ti, _Per], [1, () => PersonDetail$]];
|
|
2200
|
+
var PersonMatch$ = [
|
|
2159
2201
|
3,
|
|
2160
2202
|
n0,
|
|
2161
2203
|
_PM,
|
|
2162
2204
|
0,
|
|
2163
2205
|
[_Ti, _Per, _FM],
|
|
2164
|
-
[1, () => PersonDetail
|
|
2206
|
+
[1, () => PersonDetail$, () => FaceMatchList],
|
|
2165
2207
|
];
|
|
2166
|
-
var Point = [3, n0, _Poi, 0, [_X, _Y_], [1, 1]];
|
|
2167
|
-
var Pose = [3, n0, _P, 0, [_Ro, _Y, _Pi], [1, 1, 1]];
|
|
2168
|
-
var ProjectDescription = [
|
|
2208
|
+
var Point$ = [3, n0, _Poi, 0, [_X, _Y_], [1, 1]];
|
|
2209
|
+
var Pose$ = [3, n0, _P, 0, [_Ro, _Y, _Pi], [1, 1, 1]];
|
|
2210
|
+
var ProjectDescription$ = [
|
|
2169
2211
|
3,
|
|
2170
2212
|
n0,
|
|
2171
2213
|
_PDr,
|
|
@@ -2173,7 +2215,7 @@ var ProjectDescription = [
|
|
|
2173
2215
|
[_PA, _CTr, _St, _D, _Fe, _AU],
|
|
2174
2216
|
[0, 4, 0, () => DatasetMetadataList, 0, 0],
|
|
2175
2217
|
];
|
|
2176
|
-
var ProjectPolicy = [
|
|
2218
|
+
var ProjectPolicy$ = [
|
|
2177
2219
|
3,
|
|
2178
2220
|
n0,
|
|
2179
2221
|
_PPro,
|
|
@@ -2181,7 +2223,7 @@ var ProjectPolicy = [
|
|
|
2181
2223
|
[_PA, _PNo, _PRI, _PDo, _CTr, _LUT],
|
|
2182
2224
|
[0, 0, 0, 0, 4, 4],
|
|
2183
2225
|
];
|
|
2184
|
-
var ProjectVersionDescription = [
|
|
2226
|
+
var ProjectVersionDescription$ = [
|
|
2185
2227
|
3,
|
|
2186
2228
|
n0,
|
|
2187
2229
|
_PVDr,
|
|
@@ -2195,21 +2237,21 @@ var ProjectVersionDescription = [
|
|
|
2195
2237
|
0,
|
|
2196
2238
|
1,
|
|
2197
2239
|
4,
|
|
2198
|
-
() => OutputConfig
|
|
2199
|
-
() => TrainingDataResult
|
|
2200
|
-
() => TestingDataResult
|
|
2201
|
-
() => EvaluationResult
|
|
2202
|
-
() => GroundTruthManifest
|
|
2240
|
+
() => OutputConfig$,
|
|
2241
|
+
() => TrainingDataResult$,
|
|
2242
|
+
() => TestingDataResult$,
|
|
2243
|
+
() => EvaluationResult$,
|
|
2244
|
+
() => GroundTruthManifest$,
|
|
2203
2245
|
0,
|
|
2204
2246
|
1,
|
|
2205
2247
|
0,
|
|
2206
2248
|
0,
|
|
2207
2249
|
0,
|
|
2208
2250
|
0,
|
|
2209
|
-
() => CustomizationFeatureConfig
|
|
2251
|
+
() => CustomizationFeatureConfig$,
|
|
2210
2252
|
],
|
|
2211
2253
|
];
|
|
2212
|
-
var ProtectiveEquipmentBodyPart = [
|
|
2254
|
+
var ProtectiveEquipmentBodyPart$ = [
|
|
2213
2255
|
3,
|
|
2214
2256
|
n0,
|
|
2215
2257
|
_PEBP,
|
|
@@ -2217,15 +2259,15 @@ var ProtectiveEquipmentBodyPart = [
|
|
|
2217
2259
|
[_N, _Con, _EDq],
|
|
2218
2260
|
[0, 1, () => EquipmentDetections],
|
|
2219
2261
|
];
|
|
2220
|
-
var ProtectiveEquipmentPerson = [
|
|
2262
|
+
var ProtectiveEquipmentPerson$ = [
|
|
2221
2263
|
3,
|
|
2222
2264
|
n0,
|
|
2223
2265
|
_PEP,
|
|
2224
2266
|
0,
|
|
2225
2267
|
[_BP, _BB, _Con, _I],
|
|
2226
|
-
[() => BodyParts, () => BoundingBox
|
|
2268
|
+
[() => BodyParts, () => BoundingBox$, 1, 1],
|
|
2227
2269
|
];
|
|
2228
|
-
var ProtectiveEquipmentSummarizationAttributes = [
|
|
2270
|
+
var ProtectiveEquipmentSummarizationAttributes$ = [
|
|
2229
2271
|
3,
|
|
2230
2272
|
n0,
|
|
2231
2273
|
_PESA,
|
|
@@ -2233,7 +2275,7 @@ var ProtectiveEquipmentSummarizationAttributes = [
|
|
|
2233
2275
|
[_MCi, _RET],
|
|
2234
2276
|
[1, 64 | 0],
|
|
2235
2277
|
];
|
|
2236
|
-
var ProtectiveEquipmentSummary = [
|
|
2278
|
+
var ProtectiveEquipmentSummary$ = [
|
|
2237
2279
|
3,
|
|
2238
2280
|
n0,
|
|
2239
2281
|
_PES,
|
|
@@ -2241,7 +2283,7 @@ var ProtectiveEquipmentSummary = [
|
|
|
2241
2283
|
[_PWRE, _PWREe, _PI],
|
|
2242
2284
|
[64 | 1, 64 | 1, 64 | 1],
|
|
2243
2285
|
];
|
|
2244
|
-
var ProvisionedThroughputExceededException = [
|
|
2286
|
+
var ProvisionedThroughputExceededException$ = [
|
|
2245
2287
|
-3,
|
|
2246
2288
|
n0,
|
|
2247
2289
|
_PTEE,
|
|
@@ -2249,11 +2291,11 @@ var ProvisionedThroughputExceededException = [
|
|
|
2249
2291
|
[_M, _C, _L],
|
|
2250
2292
|
[0, 0, 0],
|
|
2251
2293
|
];
|
|
2252
|
-
schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException
|
|
2253
|
-
var PutProjectPolicyRequest = [3, n0, _PPPR, 0, [_PA, _PNo, _PRI, _PDo], [0, 0, 0, 0]];
|
|
2254
|
-
var PutProjectPolicyResponse = [3, n0, _PPPRu, 0, [_PRI], [0]];
|
|
2255
|
-
var RecognizeCelebritiesRequest = [3, n0, _RCR, 0, [_Im], [() => Image]];
|
|
2256
|
-
var RecognizeCelebritiesResponse = [
|
|
2294
|
+
schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
2295
|
+
var PutProjectPolicyRequest$ = [3, n0, _PPPR, 0, [_PA, _PNo, _PRI, _PDo], [0, 0, 0, 0]];
|
|
2296
|
+
var PutProjectPolicyResponse$ = [3, n0, _PPPRu, 0, [_PRI], [0]];
|
|
2297
|
+
var RecognizeCelebritiesRequest$ = [3, n0, _RCR, 0, [_Im], [() => Image$]];
|
|
2298
|
+
var RecognizeCelebritiesResponse$ = [
|
|
2257
2299
|
3,
|
|
2258
2300
|
n0,
|
|
2259
2301
|
_RCRe,
|
|
@@ -2261,38 +2303,45 @@ var RecognizeCelebritiesResponse = [
|
|
|
2261
2303
|
[_CFe, _UFnr, _OCr],
|
|
2262
2304
|
[() => CelebrityList, () => ComparedFaceList, 0],
|
|
2263
2305
|
];
|
|
2264
|
-
var RegionOfInterest = [
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
var
|
|
2275
|
-
|
|
2276
|
-
var
|
|
2277
|
-
|
|
2278
|
-
var
|
|
2306
|
+
var RegionOfInterest$ = [
|
|
2307
|
+
3,
|
|
2308
|
+
n0,
|
|
2309
|
+
_ROIe,
|
|
2310
|
+
0,
|
|
2311
|
+
[_BB, _Po],
|
|
2312
|
+
[() => BoundingBox$, () => Polygon],
|
|
2313
|
+
];
|
|
2314
|
+
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2315
|
+
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
2316
|
+
var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2317
|
+
schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
2318
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2319
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2320
|
+
var ResourceNotReadyException$ = [-3, n0, _RNRE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2321
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
2322
|
+
var S3Destination$ = [3, n0, _SD, 0, [_Bu, _KP], [0, 0]];
|
|
2323
|
+
var S3Object$ = [3, n0, _SO, 0, [_Bu, _N, _Ve], [0, 0, 0]];
|
|
2324
|
+
var SearchedFace$ = [3, n0, _SF, 0, [_FI], [0]];
|
|
2325
|
+
var SearchedFaceDetails$ = [3, n0, _SFD, 0, [_FDa], [() => FaceDetail$]];
|
|
2326
|
+
var SearchedUser$ = [3, n0, _SU, 0, [_UI], [0]];
|
|
2327
|
+
var SearchFacesByImageRequest$ = [
|
|
2279
2328
|
3,
|
|
2280
2329
|
n0,
|
|
2281
2330
|
_SFBIR,
|
|
2282
2331
|
0,
|
|
2283
2332
|
[_CI, _Im, _MF, _FMT, _QF],
|
|
2284
|
-
[0, () => Image
|
|
2333
|
+
[0, () => Image$, 1, 1, 0],
|
|
2285
2334
|
];
|
|
2286
|
-
var SearchFacesByImageResponse = [
|
|
2335
|
+
var SearchFacesByImageResponse$ = [
|
|
2287
2336
|
3,
|
|
2288
2337
|
n0,
|
|
2289
2338
|
_SFBIRe,
|
|
2290
2339
|
0,
|
|
2291
2340
|
[_SFBB, _SFC, _FM, _FMV],
|
|
2292
|
-
[() => BoundingBox
|
|
2341
|
+
[() => BoundingBox$, 1, () => FaceMatchList, 0],
|
|
2293
2342
|
];
|
|
2294
|
-
var SearchFacesRequest = [3, n0, _SFR, 0, [_CI, _FI, _MF, _FMT], [0, 0, 1, 1]];
|
|
2295
|
-
var SearchFacesResponse = [
|
|
2343
|
+
var SearchFacesRequest$ = [3, n0, _SFR, 0, [_CI, _FI, _MF, _FMT], [0, 0, 1, 1]];
|
|
2344
|
+
var SearchFacesResponse$ = [
|
|
2296
2345
|
3,
|
|
2297
2346
|
n0,
|
|
2298
2347
|
_SFRe,
|
|
@@ -2300,241 +2349,241 @@ var SearchFacesResponse = [
|
|
|
2300
2349
|
[_SFI, _FM, _FMV],
|
|
2301
2350
|
[0, () => FaceMatchList, 0],
|
|
2302
2351
|
];
|
|
2303
|
-
var SearchUsersByImageRequest = [
|
|
2352
|
+
var SearchUsersByImageRequest$ = [
|
|
2304
2353
|
3,
|
|
2305
2354
|
n0,
|
|
2306
2355
|
_SUBIR,
|
|
2307
2356
|
0,
|
|
2308
2357
|
[_CI, _Im, _UMT, _MUa, _QF],
|
|
2309
|
-
[0, () => Image
|
|
2358
|
+
[0, () => Image$, 1, 1, 0],
|
|
2310
2359
|
];
|
|
2311
|
-
var SearchUsersByImageResponse = [
|
|
2360
|
+
var SearchUsersByImageResponse$ = [
|
|
2312
2361
|
3,
|
|
2313
2362
|
n0,
|
|
2314
2363
|
_SUBIRe,
|
|
2315
2364
|
0,
|
|
2316
2365
|
[_UM, _FMV, _SF, _UFns],
|
|
2317
|
-
[() => UserMatchList, 0, () => SearchedFaceDetails
|
|
2366
|
+
[() => UserMatchList, 0, () => SearchedFaceDetails$, () => UnsearchedFacesList],
|
|
2318
2367
|
];
|
|
2319
|
-
var SearchUsersRequest = [3, n0, _SUR, 0, [_CI, _UI, _FI, _UMT, _MUa], [0, 0, 0, 1, 1]];
|
|
2320
|
-
var SearchUsersResponse = [
|
|
2368
|
+
var SearchUsersRequest$ = [3, n0, _SUR, 0, [_CI, _UI, _FI, _UMT, _MUa], [0, 0, 0, 1, 1]];
|
|
2369
|
+
var SearchUsersResponse$ = [
|
|
2321
2370
|
3,
|
|
2322
2371
|
n0,
|
|
2323
2372
|
_SURe,
|
|
2324
2373
|
0,
|
|
2325
2374
|
[_UM, _FMV, _SF, _SU],
|
|
2326
|
-
[() => UserMatchList, 0, () => SearchedFace
|
|
2375
|
+
[() => UserMatchList, 0, () => SearchedFace$, () => SearchedUser$],
|
|
2327
2376
|
];
|
|
2328
|
-
var SegmentDetection = [
|
|
2377
|
+
var SegmentDetection$ = [
|
|
2329
2378
|
3,
|
|
2330
2379
|
n0,
|
|
2331
2380
|
_SDe,
|
|
2332
2381
|
0,
|
|
2333
2382
|
[_Ty, _STM, _ETM, _DM, _STSMPTE, _ETSMPTE, _DSMPTE, _TCS, _SS, _SFN, _EFN, _DFu],
|
|
2334
|
-
[0, 1, 1, 1, 0, 0, 0, () => TechnicalCueSegment
|
|
2335
|
-
];
|
|
2336
|
-
var SegmentTypeInfo = [3, n0, _STI, 0, [_Ty, _MVo], [0, 0]];
|
|
2337
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2338
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
2339
|
-
var SessionNotFoundException = [-3, n0, _SNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2340
|
-
schema.TypeRegistry.for(n0).registerError(SessionNotFoundException
|
|
2341
|
-
var ShotSegment = [3, n0, _SS, 0, [_Ind, _Con], [1, 1]];
|
|
2342
|
-
var Smile = [3, n0, _S, 0, [_V, _Con], [2, 1]];
|
|
2343
|
-
var StartCelebrityRecognitionRequest = [
|
|
2383
|
+
[0, 1, 1, 1, 0, 0, 0, () => TechnicalCueSegment$, () => ShotSegment$, 1, 1, 1],
|
|
2384
|
+
];
|
|
2385
|
+
var SegmentTypeInfo$ = [3, n0, _STI, 0, [_Ty, _MVo], [0, 0]];
|
|
2386
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2387
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
2388
|
+
var SessionNotFoundException$ = [-3, n0, _SNFE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2389
|
+
schema.TypeRegistry.for(n0).registerError(SessionNotFoundException$, SessionNotFoundException);
|
|
2390
|
+
var ShotSegment$ = [3, n0, _SS, 0, [_Ind, _Con], [1, 1]];
|
|
2391
|
+
var Smile$ = [3, n0, _S, 0, [_V, _Con], [2, 1]];
|
|
2392
|
+
var StartCelebrityRecognitionRequest$ = [
|
|
2344
2393
|
3,
|
|
2345
2394
|
n0,
|
|
2346
2395
|
_SCRR,
|
|
2347
2396
|
0,
|
|
2348
2397
|
[_Vi, _CRT, _NC, _JT],
|
|
2349
|
-
[() => Video
|
|
2398
|
+
[() => Video$, 0, () => NotificationChannel$, 0],
|
|
2350
2399
|
];
|
|
2351
|
-
var StartCelebrityRecognitionResponse = [3, n0, _SCRRt, 0, [_JI], [0]];
|
|
2352
|
-
var StartContentModerationRequest = [
|
|
2400
|
+
var StartCelebrityRecognitionResponse$ = [3, n0, _SCRRt, 0, [_JI], [0]];
|
|
2401
|
+
var StartContentModerationRequest$ = [
|
|
2353
2402
|
3,
|
|
2354
2403
|
n0,
|
|
2355
2404
|
_SCMR,
|
|
2356
2405
|
0,
|
|
2357
2406
|
[_Vi, _MCi, _CRT, _NC, _JT],
|
|
2358
|
-
[() => Video
|
|
2407
|
+
[() => Video$, 1, 0, () => NotificationChannel$, 0],
|
|
2359
2408
|
];
|
|
2360
|
-
var StartContentModerationResponse = [3, n0, _SCMRt, 0, [_JI], [0]];
|
|
2361
|
-
var StartFaceDetectionRequest = [
|
|
2409
|
+
var StartContentModerationResponse$ = [3, n0, _SCMRt, 0, [_JI], [0]];
|
|
2410
|
+
var StartFaceDetectionRequest$ = [
|
|
2362
2411
|
3,
|
|
2363
2412
|
n0,
|
|
2364
2413
|
_SFDR,
|
|
2365
2414
|
0,
|
|
2366
2415
|
[_Vi, _CRT, _NC, _FA, _JT],
|
|
2367
|
-
[() => Video
|
|
2416
|
+
[() => Video$, 0, () => NotificationChannel$, 0, 0],
|
|
2368
2417
|
];
|
|
2369
|
-
var StartFaceDetectionResponse = [3, n0, _SFDRt, 0, [_JI], [0]];
|
|
2370
|
-
var StartFaceSearchRequest = [
|
|
2418
|
+
var StartFaceDetectionResponse$ = [3, n0, _SFDRt, 0, [_JI], [0]];
|
|
2419
|
+
var StartFaceSearchRequest$ = [
|
|
2371
2420
|
3,
|
|
2372
2421
|
n0,
|
|
2373
2422
|
_SFSR,
|
|
2374
2423
|
0,
|
|
2375
2424
|
[_Vi, _CRT, _FMT, _CI, _NC, _JT],
|
|
2376
|
-
[() => Video
|
|
2425
|
+
[() => Video$, 0, 1, 0, () => NotificationChannel$, 0],
|
|
2377
2426
|
];
|
|
2378
|
-
var StartFaceSearchResponse = [3, n0, _SFSRt, 0, [_JI], [0]];
|
|
2379
|
-
var StartLabelDetectionRequest = [
|
|
2427
|
+
var StartFaceSearchResponse$ = [3, n0, _SFSRt, 0, [_JI], [0]];
|
|
2428
|
+
var StartLabelDetectionRequest$ = [
|
|
2380
2429
|
3,
|
|
2381
2430
|
n0,
|
|
2382
2431
|
_SLDR,
|
|
2383
2432
|
0,
|
|
2384
2433
|
[_Vi, _CRT, _MCi, _NC, _JT, _Fea, _Se],
|
|
2385
|
-
[() => Video
|
|
2434
|
+
[() => Video$, 0, 1, () => NotificationChannel$, 0, 64 | 0, () => LabelDetectionSettings$],
|
|
2386
2435
|
];
|
|
2387
|
-
var StartLabelDetectionResponse = [3, n0, _SLDRt, 0, [_JI], [0]];
|
|
2388
|
-
var StartMediaAnalysisJobRequest = [
|
|
2436
|
+
var StartLabelDetectionResponse$ = [3, n0, _SLDRt, 0, [_JI], [0]];
|
|
2437
|
+
var StartMediaAnalysisJobRequest$ = [
|
|
2389
2438
|
3,
|
|
2390
2439
|
n0,
|
|
2391
2440
|
_SMAJR,
|
|
2392
2441
|
0,
|
|
2393
2442
|
[_CRT, _JN, _OCp, _In, _OC, _KKI],
|
|
2394
|
-
[[0, 4], 0, () => MediaAnalysisOperationsConfig
|
|
2443
|
+
[[0, 4], 0, () => MediaAnalysisOperationsConfig$, () => MediaAnalysisInput$, () => MediaAnalysisOutputConfig$, 0],
|
|
2395
2444
|
];
|
|
2396
|
-
var StartMediaAnalysisJobResponse = [3, n0, _SMAJRt, 0, [_JI], [0]];
|
|
2397
|
-
var StartPersonTrackingRequest = [
|
|
2445
|
+
var StartMediaAnalysisJobResponse$ = [3, n0, _SMAJRt, 0, [_JI], [0]];
|
|
2446
|
+
var StartPersonTrackingRequest$ = [
|
|
2398
2447
|
3,
|
|
2399
2448
|
n0,
|
|
2400
2449
|
_SPTR,
|
|
2401
2450
|
0,
|
|
2402
2451
|
[_Vi, _CRT, _NC, _JT],
|
|
2403
|
-
[() => Video
|
|
2452
|
+
[() => Video$, 0, () => NotificationChannel$, 0],
|
|
2404
2453
|
];
|
|
2405
|
-
var StartPersonTrackingResponse = [3, n0, _SPTRt, 0, [_JI], [0]];
|
|
2406
|
-
var StartProjectVersionRequest = [3, n0, _SPVR, 0, [_PVA, _MIU, _MIUa], [0, 1, 1]];
|
|
2407
|
-
var StartProjectVersionResponse = [3, n0, _SPVRt, 0, [_St], [0]];
|
|
2408
|
-
var StartSegmentDetectionFilters = [
|
|
2454
|
+
var StartPersonTrackingResponse$ = [3, n0, _SPTRt, 0, [_JI], [0]];
|
|
2455
|
+
var StartProjectVersionRequest$ = [3, n0, _SPVR, 0, [_PVA, _MIU, _MIUa], [0, 1, 1]];
|
|
2456
|
+
var StartProjectVersionResponse$ = [3, n0, _SPVRt, 0, [_St], [0]];
|
|
2457
|
+
var StartSegmentDetectionFilters$ = [
|
|
2409
2458
|
3,
|
|
2410
2459
|
n0,
|
|
2411
2460
|
_SSDF,
|
|
2412
2461
|
0,
|
|
2413
2462
|
[_TCF, _SFh],
|
|
2414
|
-
[() => StartTechnicalCueDetectionFilter
|
|
2463
|
+
[() => StartTechnicalCueDetectionFilter$, () => StartShotDetectionFilter$],
|
|
2415
2464
|
];
|
|
2416
|
-
var StartSegmentDetectionRequest = [
|
|
2465
|
+
var StartSegmentDetectionRequest$ = [
|
|
2417
2466
|
3,
|
|
2418
2467
|
n0,
|
|
2419
2468
|
_SSDR,
|
|
2420
2469
|
0,
|
|
2421
2470
|
[_Vi, _CRT, _NC, _JT, _Fi, _STe],
|
|
2422
|
-
[() => Video
|
|
2471
|
+
[() => Video$, 0, () => NotificationChannel$, 0, () => StartSegmentDetectionFilters$, 64 | 0],
|
|
2423
2472
|
];
|
|
2424
|
-
var StartSegmentDetectionResponse = [3, n0, _SSDRt, 0, [_JI], [0]];
|
|
2425
|
-
var StartShotDetectionFilter = [3, n0, _SSDFt, 0, [_MSC], [1]];
|
|
2426
|
-
var StartStreamProcessorRequest = [
|
|
2473
|
+
var StartSegmentDetectionResponse$ = [3, n0, _SSDRt, 0, [_JI], [0]];
|
|
2474
|
+
var StartShotDetectionFilter$ = [3, n0, _SSDFt, 0, [_MSC], [1]];
|
|
2475
|
+
var StartStreamProcessorRequest$ = [
|
|
2427
2476
|
3,
|
|
2428
2477
|
n0,
|
|
2429
2478
|
_SSPR,
|
|
2430
2479
|
0,
|
|
2431
2480
|
[_N, _SSt, _SSto],
|
|
2432
|
-
[0, () => StreamProcessingStartSelector
|
|
2481
|
+
[0, () => StreamProcessingStartSelector$, () => StreamProcessingStopSelector$],
|
|
2433
2482
|
];
|
|
2434
|
-
var StartStreamProcessorResponse = [3, n0, _SSPRt, 0, [_SIe], [0]];
|
|
2435
|
-
var StartTechnicalCueDetectionFilter = [
|
|
2483
|
+
var StartStreamProcessorResponse$ = [3, n0, _SSPRt, 0, [_SIe], [0]];
|
|
2484
|
+
var StartTechnicalCueDetectionFilter$ = [
|
|
2436
2485
|
3,
|
|
2437
2486
|
n0,
|
|
2438
2487
|
_STCDF,
|
|
2439
2488
|
0,
|
|
2440
2489
|
[_MSC, _BF],
|
|
2441
|
-
[1, () => BlackFrame],
|
|
2490
|
+
[1, () => BlackFrame$],
|
|
2442
2491
|
];
|
|
2443
|
-
var StartTextDetectionFilters = [
|
|
2492
|
+
var StartTextDetectionFilters$ = [
|
|
2444
2493
|
3,
|
|
2445
2494
|
n0,
|
|
2446
2495
|
_STDF,
|
|
2447
2496
|
0,
|
|
2448
2497
|
[_WF, _ROI],
|
|
2449
|
-
[() => DetectionFilter
|
|
2498
|
+
[() => DetectionFilter$, () => RegionsOfInterest],
|
|
2450
2499
|
];
|
|
2451
|
-
var StartTextDetectionRequest = [
|
|
2500
|
+
var StartTextDetectionRequest$ = [
|
|
2452
2501
|
3,
|
|
2453
2502
|
n0,
|
|
2454
2503
|
_STDR,
|
|
2455
2504
|
0,
|
|
2456
2505
|
[_Vi, _CRT, _NC, _JT, _Fi],
|
|
2457
|
-
[() => Video
|
|
2458
|
-
];
|
|
2459
|
-
var StartTextDetectionResponse = [3, n0, _STDRt, 0, [_JI], [0]];
|
|
2460
|
-
var StopProjectVersionRequest = [3, n0, _SPVRto, 0, [_PVA], [0]];
|
|
2461
|
-
var StopProjectVersionResponse = [3, n0, _SPVRtop, 0, [_St], [0]];
|
|
2462
|
-
var StopStreamProcessorRequest = [3, n0, _SSPRto, 0, [_N], [0]];
|
|
2463
|
-
var StopStreamProcessorResponse = [3, n0, _SSPRtop, 0, [], []];
|
|
2464
|
-
var StreamProcessingStartSelector = [
|
|
2506
|
+
[() => Video$, 0, () => NotificationChannel$, 0, () => StartTextDetectionFilters$],
|
|
2507
|
+
];
|
|
2508
|
+
var StartTextDetectionResponse$ = [3, n0, _STDRt, 0, [_JI], [0]];
|
|
2509
|
+
var StopProjectVersionRequest$ = [3, n0, _SPVRto, 0, [_PVA], [0]];
|
|
2510
|
+
var StopProjectVersionResponse$ = [3, n0, _SPVRtop, 0, [_St], [0]];
|
|
2511
|
+
var StopStreamProcessorRequest$ = [3, n0, _SSPRto, 0, [_N], [0]];
|
|
2512
|
+
var StopStreamProcessorResponse$ = [3, n0, _SSPRtop, 0, [], []];
|
|
2513
|
+
var StreamProcessingStartSelector$ = [
|
|
2465
2514
|
3,
|
|
2466
2515
|
n0,
|
|
2467
2516
|
_SPSS,
|
|
2468
2517
|
0,
|
|
2469
2518
|
[_KVSSSS],
|
|
2470
|
-
[() => KinesisVideoStreamStartSelector],
|
|
2471
|
-
];
|
|
2472
|
-
var StreamProcessingStopSelector = [3, n0, _SPSSt, 0, [_MDIS], [1]];
|
|
2473
|
-
var StreamProcessor = [3, n0, _SPt, 0, [_N, _St], [0, 0]];
|
|
2474
|
-
var StreamProcessorDataSharingPreference = [3, n0, _SPDSP, 0, [_OI], [2]];
|
|
2475
|
-
var StreamProcessorInput = [3, n0, _SPI, 0, [_KVS], [() => KinesisVideoStream]];
|
|
2476
|
-
var StreamProcessorNotificationChannel = [3, n0, _SPNC, 0, [_SNSTA], [0]];
|
|
2477
|
-
var StreamProcessorOutput = [
|
|
2519
|
+
[() => KinesisVideoStreamStartSelector$],
|
|
2520
|
+
];
|
|
2521
|
+
var StreamProcessingStopSelector$ = [3, n0, _SPSSt, 0, [_MDIS], [1]];
|
|
2522
|
+
var StreamProcessor$ = [3, n0, _SPt, 0, [_N, _St], [0, 0]];
|
|
2523
|
+
var StreamProcessorDataSharingPreference$ = [3, n0, _SPDSP, 0, [_OI], [2]];
|
|
2524
|
+
var StreamProcessorInput$ = [3, n0, _SPI, 0, [_KVS], [() => KinesisVideoStream$]];
|
|
2525
|
+
var StreamProcessorNotificationChannel$ = [3, n0, _SPNC, 0, [_SNSTA], [0]];
|
|
2526
|
+
var StreamProcessorOutput$ = [
|
|
2478
2527
|
3,
|
|
2479
2528
|
n0,
|
|
2480
2529
|
_SPO,
|
|
2481
2530
|
0,
|
|
2482
2531
|
[_KDS, _SD],
|
|
2483
|
-
[() => KinesisDataStream
|
|
2532
|
+
[() => KinesisDataStream$, () => S3Destination$],
|
|
2484
2533
|
];
|
|
2485
|
-
var StreamProcessorSettings = [
|
|
2534
|
+
var StreamProcessorSettings$ = [
|
|
2486
2535
|
3,
|
|
2487
2536
|
n0,
|
|
2488
2537
|
_SPS,
|
|
2489
2538
|
0,
|
|
2490
2539
|
[_FSa, _CH],
|
|
2491
|
-
[() => FaceSearchSettings
|
|
2540
|
+
[() => FaceSearchSettings$, () => ConnectedHomeSettings$],
|
|
2492
2541
|
];
|
|
2493
|
-
var StreamProcessorSettingsForUpdate = [
|
|
2542
|
+
var StreamProcessorSettingsForUpdate$ = [
|
|
2494
2543
|
3,
|
|
2495
2544
|
n0,
|
|
2496
2545
|
_SPSFU,
|
|
2497
2546
|
0,
|
|
2498
2547
|
[_CHFU],
|
|
2499
|
-
[() => ConnectedHomeSettingsForUpdate],
|
|
2500
|
-
];
|
|
2501
|
-
var Summary = [3, n0, _Su, 0, [_SO], [() => S3Object]];
|
|
2502
|
-
var Sunglasses = [3, n0, _Sun, 0, [_V, _Con], [2, 1]];
|
|
2503
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _Ta], [0, 128 | 0]];
|
|
2504
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2505
|
-
var TechnicalCueSegment = [3, n0, _TCS, 0, [_Ty, _Con], [0, 1]];
|
|
2506
|
-
var TestingData = [3, n0, _TDe, 0, [_As, _AC], [() => Assets, 2]];
|
|
2507
|
-
var TestingDataResult = [
|
|
2548
|
+
[() => ConnectedHomeSettingsForUpdate$],
|
|
2549
|
+
];
|
|
2550
|
+
var Summary$ = [3, n0, _Su, 0, [_SO], [() => S3Object$]];
|
|
2551
|
+
var Sunglasses$ = [3, n0, _Sun, 0, [_V, _Con], [2, 1]];
|
|
2552
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _Ta], [0, 128 | 0]];
|
|
2553
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
2554
|
+
var TechnicalCueSegment$ = [3, n0, _TCS, 0, [_Ty, _Con], [0, 1]];
|
|
2555
|
+
var TestingData$ = [3, n0, _TDe, 0, [_As, _AC], [() => Assets, 2]];
|
|
2556
|
+
var TestingDataResult$ = [
|
|
2508
2557
|
3,
|
|
2509
2558
|
n0,
|
|
2510
2559
|
_TDRe,
|
|
2511
2560
|
0,
|
|
2512
2561
|
[_In, _O, _Va],
|
|
2513
|
-
[() => TestingData
|
|
2562
|
+
[() => TestingData$, () => TestingData$, () => ValidationData$],
|
|
2514
2563
|
];
|
|
2515
|
-
var TextDetection = [
|
|
2564
|
+
var TextDetection$ = [
|
|
2516
2565
|
3,
|
|
2517
2566
|
n0,
|
|
2518
2567
|
_TDext,
|
|
2519
2568
|
0,
|
|
2520
2569
|
[_DTe, _Ty, _I, _PIa, _Con, _G],
|
|
2521
|
-
[0, 0, 1, 1, 1, () => Geometry],
|
|
2570
|
+
[0, 0, 1, 1, 1, () => Geometry$],
|
|
2522
2571
|
];
|
|
2523
|
-
var TextDetectionResult = [3, n0, _TDRex, 0, [_Ti, _TDext], [1, () => TextDetection]];
|
|
2524
|
-
var ThrottlingException = [-3, n0, _TEh, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
2525
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
2526
|
-
var TrainingData = [3, n0, _TD, 0, [_As], [() => Assets]];
|
|
2527
|
-
var TrainingDataResult = [
|
|
2572
|
+
var TextDetectionResult$ = [3, n0, _TDRex, 0, [_Ti, _TDext], [1, () => TextDetection$]];
|
|
2573
|
+
var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _s }, [_M, _C, _L], [0, 0, 0]];
|
|
2574
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
2575
|
+
var TrainingData$ = [3, n0, _TD, 0, [_As], [() => Assets]];
|
|
2576
|
+
var TrainingDataResult$ = [
|
|
2528
2577
|
3,
|
|
2529
2578
|
n0,
|
|
2530
2579
|
_TDR,
|
|
2531
2580
|
0,
|
|
2532
2581
|
[_In, _O, _Va],
|
|
2533
|
-
[() => TrainingData
|
|
2582
|
+
[() => TrainingData$, () => TrainingData$, () => ValidationData$],
|
|
2534
2583
|
];
|
|
2535
|
-
var UnindexedFace = [3, n0, _UFni, 0, [_Rea, _FDa], [64 | 0, () => FaceDetail]];
|
|
2536
|
-
var UnsearchedFace = [3, n0, _UFnse, 0, [_FD, _Rea], [() => FaceDetail
|
|
2537
|
-
var UnsuccessfulFaceAssociation = [
|
|
2584
|
+
var UnindexedFace$ = [3, n0, _UFni, 0, [_Rea, _FDa], [64 | 0, () => FaceDetail$]];
|
|
2585
|
+
var UnsearchedFace$ = [3, n0, _UFnse, 0, [_FD, _Rea], [() => FaceDetail$, 64 | 0]];
|
|
2586
|
+
var UnsuccessfulFaceAssociation$ = [
|
|
2538
2587
|
3,
|
|
2539
2588
|
n0,
|
|
2540
2589
|
_UFAn,
|
|
@@ -2542,8 +2591,8 @@ var UnsuccessfulFaceAssociation = [
|
|
|
2542
2591
|
[_FI, _UI, _Con, _Rea],
|
|
2543
2592
|
[0, 0, 1, 64 | 0],
|
|
2544
2593
|
];
|
|
2545
|
-
var UnsuccessfulFaceDeletion = [3, n0, _UFDns, 0, [_FI, _UI, _Rea], [0, 0, 64 | 0]];
|
|
2546
|
-
var UnsuccessfulFaceDisassociation = [
|
|
2594
|
+
var UnsuccessfulFaceDeletion$ = [3, n0, _UFDns, 0, [_FI, _UI, _Rea], [0, 0, 64 | 0]];
|
|
2595
|
+
var UnsuccessfulFaceDisassociation$ = [
|
|
2547
2596
|
3,
|
|
2548
2597
|
n0,
|
|
2549
2598
|
_UFDnsu,
|
|
@@ -2551,18 +2600,18 @@ var UnsuccessfulFaceDisassociation = [
|
|
|
2551
2600
|
[_FI, _UI, _Rea],
|
|
2552
2601
|
[0, 0, 64 | 0],
|
|
2553
2602
|
];
|
|
2554
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
|
|
2555
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2556
|
-
var UpdateDatasetEntriesRequest = [
|
|
2603
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RAe, _TK], [0, 64 | 0]];
|
|
2604
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
2605
|
+
var UpdateDatasetEntriesRequest$ = [
|
|
2557
2606
|
3,
|
|
2558
2607
|
n0,
|
|
2559
2608
|
_UDER,
|
|
2560
2609
|
0,
|
|
2561
2610
|
[_DA, _Cha],
|
|
2562
|
-
[0, () => DatasetChanges],
|
|
2611
|
+
[0, () => DatasetChanges$],
|
|
2563
2612
|
];
|
|
2564
|
-
var UpdateDatasetEntriesResponse = [3, n0, _UDERp, 0, [], []];
|
|
2565
|
-
var UpdateStreamProcessorRequest = [
|
|
2613
|
+
var UpdateDatasetEntriesResponse$ = [3, n0, _UDERp, 0, [], []];
|
|
2614
|
+
var UpdateStreamProcessorRequest$ = [
|
|
2566
2615
|
3,
|
|
2567
2616
|
n0,
|
|
2568
2617
|
_USPR,
|
|
@@ -2570,19 +2619,19 @@ var UpdateStreamProcessorRequest = [
|
|
|
2570
2619
|
[_N, _SFU, _ROIFU, _DSPFU, _PTD],
|
|
2571
2620
|
[
|
|
2572
2621
|
0,
|
|
2573
|
-
() => StreamProcessorSettingsForUpdate
|
|
2622
|
+
() => StreamProcessorSettingsForUpdate$,
|
|
2574
2623
|
() => RegionsOfInterest,
|
|
2575
|
-
() => StreamProcessorDataSharingPreference
|
|
2624
|
+
() => StreamProcessorDataSharingPreference$,
|
|
2576
2625
|
64 | 0,
|
|
2577
2626
|
],
|
|
2578
2627
|
];
|
|
2579
|
-
var UpdateStreamProcessorResponse = [3, n0, _USPRp, 0, [], []];
|
|
2580
|
-
var User = [3, n0, _Use, 0, [_UI, _US], [0, 0]];
|
|
2581
|
-
var UserMatch = [3, n0, _UMs, 0, [_Si, _Use], [1, () => MatchedUser]];
|
|
2582
|
-
var ValidationData = [3, n0, _VDa, 0, [_As], [() => Assets]];
|
|
2583
|
-
var Versions = [3, n0, _Ver, 0, [_Mi, _Ma], [0, 0]];
|
|
2584
|
-
var Video = [3, n0, _Vi, 0, [_SO], [() => S3Object]];
|
|
2585
|
-
var VideoMetadata = [
|
|
2628
|
+
var UpdateStreamProcessorResponse$ = [3, n0, _USPRp, 0, [], []];
|
|
2629
|
+
var User$ = [3, n0, _Use, 0, [_UI, _US], [0, 0]];
|
|
2630
|
+
var UserMatch$ = [3, n0, _UMs, 0, [_Si, _Use], [1, () => MatchedUser$]];
|
|
2631
|
+
var ValidationData$ = [3, n0, _VDa, 0, [_As], [() => Assets]];
|
|
2632
|
+
var Versions$ = [3, n0, _Ver, 0, [_Mi, _Ma], [0, 0]];
|
|
2633
|
+
var Video$ = [3, n0, _Vi, 0, [_SO], [() => S3Object$]];
|
|
2634
|
+
var VideoMetadata$ = [
|
|
2586
2635
|
3,
|
|
2587
2636
|
n0,
|
|
2588
2637
|
_VM,
|
|
@@ -2590,587 +2639,616 @@ var VideoMetadata = [
|
|
|
2590
2639
|
[_Co, _DM, _For, _FRr, _FH, _FW, _CRo],
|
|
2591
2640
|
[0, 1, 0, 1, 1, 1, 0],
|
|
2592
2641
|
];
|
|
2593
|
-
var VideoTooLargeException = [-3, n0, _VTLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2594
|
-
schema.TypeRegistry.for(n0).registerError(VideoTooLargeException
|
|
2595
|
-
var RekognitionServiceException = [-3, _sm, "RekognitionServiceException", 0, [], []];
|
|
2596
|
-
schema.TypeRegistry.for(_sm).registerError(RekognitionServiceException
|
|
2597
|
-
var Assets = [1, n0, _As, 0, () => Asset];
|
|
2598
|
-
var AssociatedFacesList = [1, n0, _AFL, 0, () => AssociatedFace];
|
|
2599
|
-
var AudioMetadataList = [1, n0, _AML, 0, () => AudioMetadata];
|
|
2600
|
-
var AuditImages = [1, n0, _AIu, 0, [() => AuditImage
|
|
2601
|
-
var BodyParts = [1, n0, _BP, 0, () => ProtectiveEquipmentBodyPart];
|
|
2602
|
-
var CelebrityList = [1, n0, _CLe, 0, () => Celebrity];
|
|
2603
|
-
var CelebrityRecognitions = [1, n0, _CRe, 0, () => CelebrityRecognition];
|
|
2604
|
-
var ChallengePreferences = [1, n0, _CPh, 0, () => ChallengePreference];
|
|
2605
|
-
var ComparedFaceList = [1, n0, _CFL, 0, () => ComparedFace];
|
|
2606
|
-
var CompareFacesMatchList = [1, n0, _CFML, 0, () => CompareFacesMatch];
|
|
2607
|
-
var CompareFacesUnmatchList = [1, n0, _CFUL, 0, () => ComparedFace];
|
|
2608
|
-
var ContentModerationDetections = [1, n0, _CMDo, 0, () => ContentModerationDetection];
|
|
2609
|
-
var ContentTypes = [1, n0, _CT, 0, () => ContentType];
|
|
2610
|
-
var CustomLabels = [1, n0, _CLu, 0, () => CustomLabel];
|
|
2611
|
-
var DatasetLabelDescriptions = [1, n0, _DLDa, 0, () => DatasetLabelDescription];
|
|
2612
|
-
var DatasetMetadataList = [1, n0, _DMLa, 0, () => DatasetMetadata];
|
|
2613
|
-
var DisassociatedFacesList = [1, n0, _DFL, 0, () => DisassociatedFace];
|
|
2614
|
-
var DistributeDatasetMetadataList = [1, n0, _DDML, 0, () => DistributeDataset];
|
|
2615
|
-
var DominantColors = [1, n0, _DCo, 0, () => DominantColor];
|
|
2616
|
-
var Emotions = [1, n0, _E, 0, () => Emotion];
|
|
2617
|
-
var EquipmentDetections = [1, n0, _EDq, 0, () => EquipmentDetection];
|
|
2618
|
-
var FaceDetailList = [1, n0, _FDL, 0, () => FaceDetail];
|
|
2619
|
-
var FaceDetections = [1, n0, _FDace, 0, () => FaceDetection];
|
|
2620
|
-
var FaceList = [1, n0, _FL, 0, () => Face];
|
|
2621
|
-
var FaceMatchList = [1, n0, _FML, 0, () => FaceMatch];
|
|
2622
|
-
var FaceRecordList = [1, n0, _FRL, 0, () => FaceRecord];
|
|
2623
|
-
var Instances = [1, n0, _Inst, 0, () => Instance];
|
|
2624
|
-
var LabelAliases = [1, n0, _LAa, 0, () => LabelAlias];
|
|
2625
|
-
var LabelCategories = [1, n0, _LCa, 0, () => LabelCategory];
|
|
2626
|
-
var LabelDetections = [1, n0, _LDa, 0, () => LabelDetection];
|
|
2627
|
-
var Labels = [1, n0, _Lab, 0, () => Label];
|
|
2628
|
-
var Landmarks = [1, n0, _La, 0, () => Landmark];
|
|
2629
|
-
var MediaAnalysisJobDescriptions = [1, n0, _MAJDe, 0, () => MediaAnalysisJobDescription];
|
|
2630
|
-
var ModerationLabels = [1, n0, _MLo, 0, () => ModerationLabel];
|
|
2631
|
-
var Parents = [1, n0, _Pa, 0, () => Parent];
|
|
2632
|
-
var PersonDetections = [1, n0, _PDers, 0, () => PersonDetection];
|
|
2633
|
-
var PersonMatches = [1, n0, _PMe, 0, () => PersonMatch];
|
|
2634
|
-
var Polygon = [1, n0, _Po, 0, () => Point];
|
|
2635
|
-
var ProjectDescriptions = [1, n0, _PD, 0, () => ProjectDescription];
|
|
2636
|
-
var ProjectPolicies = [1, n0, _PPr, 0, () => ProjectPolicy];
|
|
2637
|
-
var ProjectVersionDescriptions = [1, n0, _PVD, 0, () => ProjectVersionDescription];
|
|
2638
|
-
var ProtectiveEquipmentPersons = [1, n0, _PEPr, 0, () => ProtectiveEquipmentPerson];
|
|
2639
|
-
var RegionsOfInterest = [1, n0, _ROI, 0, () => RegionOfInterest];
|
|
2640
|
-
var SegmentDetections = [1, n0, _SDeg, 0, () => SegmentDetection];
|
|
2641
|
-
var SegmentTypesInfo = [1, n0, _STIe, 0, () => SegmentTypeInfo];
|
|
2642
|
-
var StreamProcessorList = [1, n0, _SPL, 0, () => StreamProcessor];
|
|
2643
|
-
var TextDetectionList = [1, n0, _TDL, 0, () => TextDetection];
|
|
2644
|
-
var TextDetectionResults = [1, n0, _TDRext, 0, () => TextDetectionResult];
|
|
2645
|
-
var UnindexedFaces = [1, n0, _UFn, 0, () => UnindexedFace];
|
|
2646
|
-
var UnsearchedFacesList = [1, n0, _UFL, 0, () => UnsearchedFace];
|
|
2647
|
-
var UnsuccessfulFaceAssociationList = [1, n0, _UFAL, 0, () => UnsuccessfulFaceAssociation];
|
|
2648
|
-
var UnsuccessfulFaceDeletionsList = [1, n0, _UFDL, 0, () => UnsuccessfulFaceDeletion];
|
|
2649
|
-
var UnsuccessfulFaceDisassociationList = [
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
() => UnsuccessfulFaceDisassociation,
|
|
2655
|
-
];
|
|
2656
|
-
var UserList = [1, n0, _UL, 0, () => User];
|
|
2657
|
-
var UserMatchList = [1, n0, _UML, 0, () => UserMatch];
|
|
2658
|
-
var VideoMetadataList = [1, n0, _VML, 0, () => VideoMetadata];
|
|
2659
|
-
var AssociateFaces = [
|
|
2642
|
+
var VideoTooLargeException$ = [-3, n0, _VTLE, { [_e]: _c }, [_M, _C, _L], [0, 0, 0]];
|
|
2643
|
+
schema.TypeRegistry.for(n0).registerError(VideoTooLargeException$, VideoTooLargeException);
|
|
2644
|
+
var RekognitionServiceException$ = [-3, _sm, "RekognitionServiceException", 0, [], []];
|
|
2645
|
+
schema.TypeRegistry.for(_sm).registerError(RekognitionServiceException$, RekognitionServiceException);
|
|
2646
|
+
var Assets = [1, n0, _As, 0, () => Asset$];
|
|
2647
|
+
var AssociatedFacesList = [1, n0, _AFL, 0, () => AssociatedFace$];
|
|
2648
|
+
var AudioMetadataList = [1, n0, _AML, 0, () => AudioMetadata$];
|
|
2649
|
+
var AuditImages = [1, n0, _AIu, 0, [() => AuditImage$, 0]];
|
|
2650
|
+
var BodyParts = [1, n0, _BP, 0, () => ProtectiveEquipmentBodyPart$];
|
|
2651
|
+
var CelebrityList = [1, n0, _CLe, 0, () => Celebrity$];
|
|
2652
|
+
var CelebrityRecognitions = [1, n0, _CRe, 0, () => CelebrityRecognition$];
|
|
2653
|
+
var ChallengePreferences = [1, n0, _CPh, 0, () => ChallengePreference$];
|
|
2654
|
+
var ComparedFaceList = [1, n0, _CFL, 0, () => ComparedFace$];
|
|
2655
|
+
var CompareFacesMatchList = [1, n0, _CFML, 0, () => CompareFacesMatch$];
|
|
2656
|
+
var CompareFacesUnmatchList = [1, n0, _CFUL, 0, () => ComparedFace$];
|
|
2657
|
+
var ContentModerationDetections = [1, n0, _CMDo, 0, () => ContentModerationDetection$];
|
|
2658
|
+
var ContentTypes = [1, n0, _CT, 0, () => ContentType$];
|
|
2659
|
+
var CustomLabels = [1, n0, _CLu, 0, () => CustomLabel$];
|
|
2660
|
+
var DatasetLabelDescriptions = [1, n0, _DLDa, 0, () => DatasetLabelDescription$];
|
|
2661
|
+
var DatasetMetadataList = [1, n0, _DMLa, 0, () => DatasetMetadata$];
|
|
2662
|
+
var DisassociatedFacesList = [1, n0, _DFL, 0, () => DisassociatedFace$];
|
|
2663
|
+
var DistributeDatasetMetadataList = [1, n0, _DDML, 0, () => DistributeDataset$];
|
|
2664
|
+
var DominantColors = [1, n0, _DCo, 0, () => DominantColor$];
|
|
2665
|
+
var Emotions = [1, n0, _E, 0, () => Emotion$];
|
|
2666
|
+
var EquipmentDetections = [1, n0, _EDq, 0, () => EquipmentDetection$];
|
|
2667
|
+
var FaceDetailList = [1, n0, _FDL, 0, () => FaceDetail$];
|
|
2668
|
+
var FaceDetections = [1, n0, _FDace, 0, () => FaceDetection$];
|
|
2669
|
+
var FaceList = [1, n0, _FL, 0, () => Face$];
|
|
2670
|
+
var FaceMatchList = [1, n0, _FML, 0, () => FaceMatch$];
|
|
2671
|
+
var FaceRecordList = [1, n0, _FRL, 0, () => FaceRecord$];
|
|
2672
|
+
var Instances = [1, n0, _Inst, 0, () => Instance$];
|
|
2673
|
+
var LabelAliases = [1, n0, _LAa, 0, () => LabelAlias$];
|
|
2674
|
+
var LabelCategories = [1, n0, _LCa, 0, () => LabelCategory$];
|
|
2675
|
+
var LabelDetections = [1, n0, _LDa, 0, () => LabelDetection$];
|
|
2676
|
+
var Labels = [1, n0, _Lab, 0, () => Label$];
|
|
2677
|
+
var Landmarks = [1, n0, _La, 0, () => Landmark$];
|
|
2678
|
+
var MediaAnalysisJobDescriptions = [1, n0, _MAJDe, 0, () => MediaAnalysisJobDescription$];
|
|
2679
|
+
var ModerationLabels = [1, n0, _MLo, 0, () => ModerationLabel$];
|
|
2680
|
+
var Parents = [1, n0, _Pa, 0, () => Parent$];
|
|
2681
|
+
var PersonDetections = [1, n0, _PDers, 0, () => PersonDetection$];
|
|
2682
|
+
var PersonMatches = [1, n0, _PMe, 0, () => PersonMatch$];
|
|
2683
|
+
var Polygon = [1, n0, _Po, 0, () => Point$];
|
|
2684
|
+
var ProjectDescriptions = [1, n0, _PD, 0, () => ProjectDescription$];
|
|
2685
|
+
var ProjectPolicies = [1, n0, _PPr, 0, () => ProjectPolicy$];
|
|
2686
|
+
var ProjectVersionDescriptions = [1, n0, _PVD, 0, () => ProjectVersionDescription$];
|
|
2687
|
+
var ProtectiveEquipmentPersons = [1, n0, _PEPr, 0, () => ProtectiveEquipmentPerson$];
|
|
2688
|
+
var RegionsOfInterest = [1, n0, _ROI, 0, () => RegionOfInterest$];
|
|
2689
|
+
var SegmentDetections = [1, n0, _SDeg, 0, () => SegmentDetection$];
|
|
2690
|
+
var SegmentTypesInfo = [1, n0, _STIe, 0, () => SegmentTypeInfo$];
|
|
2691
|
+
var StreamProcessorList = [1, n0, _SPL, 0, () => StreamProcessor$];
|
|
2692
|
+
var TextDetectionList = [1, n0, _TDL, 0, () => TextDetection$];
|
|
2693
|
+
var TextDetectionResults = [1, n0, _TDRext, 0, () => TextDetectionResult$];
|
|
2694
|
+
var UnindexedFaces = [1, n0, _UFn, 0, () => UnindexedFace$];
|
|
2695
|
+
var UnsearchedFacesList = [1, n0, _UFL, 0, () => UnsearchedFace$];
|
|
2696
|
+
var UnsuccessfulFaceAssociationList = [1, n0, _UFAL, 0, () => UnsuccessfulFaceAssociation$];
|
|
2697
|
+
var UnsuccessfulFaceDeletionsList = [1, n0, _UFDL, 0, () => UnsuccessfulFaceDeletion$];
|
|
2698
|
+
var UnsuccessfulFaceDisassociationList = [1, n0, _UFDLn, 0, () => UnsuccessfulFaceDisassociation$];
|
|
2699
|
+
var UserList = [1, n0, _UL, 0, () => User$];
|
|
2700
|
+
var UserMatchList = [1, n0, _UML, 0, () => UserMatch$];
|
|
2701
|
+
var VideoMetadataList = [1, n0, _VML, 0, () => VideoMetadata$];
|
|
2702
|
+
var AssociateFaces$ = [
|
|
2660
2703
|
9,
|
|
2661
2704
|
n0,
|
|
2662
2705
|
_AFss,
|
|
2663
2706
|
0,
|
|
2664
|
-
() => AssociateFacesRequest
|
|
2665
|
-
() => AssociateFacesResponse
|
|
2707
|
+
() => AssociateFacesRequest$,
|
|
2708
|
+
() => AssociateFacesResponse$,
|
|
2666
2709
|
];
|
|
2667
|
-
var CompareFaces = [
|
|
2710
|
+
var CompareFaces$ = [
|
|
2668
2711
|
9,
|
|
2669
2712
|
n0,
|
|
2670
2713
|
_CFo,
|
|
2671
2714
|
0,
|
|
2672
|
-
() => CompareFacesRequest
|
|
2673
|
-
() => CompareFacesResponse
|
|
2715
|
+
() => CompareFacesRequest$,
|
|
2716
|
+
() => CompareFacesResponse$,
|
|
2674
2717
|
];
|
|
2675
|
-
var CopyProjectVersion = [
|
|
2718
|
+
var CopyProjectVersion$ = [
|
|
2676
2719
|
9,
|
|
2677
2720
|
n0,
|
|
2678
2721
|
_CPV,
|
|
2679
2722
|
0,
|
|
2680
|
-
() => CopyProjectVersionRequest
|
|
2681
|
-
() => CopyProjectVersionResponse
|
|
2723
|
+
() => CopyProjectVersionRequest$,
|
|
2724
|
+
() => CopyProjectVersionResponse$,
|
|
2682
2725
|
];
|
|
2683
|
-
var CreateCollection = [
|
|
2726
|
+
var CreateCollection$ = [
|
|
2684
2727
|
9,
|
|
2685
2728
|
n0,
|
|
2686
2729
|
_CCr,
|
|
2687
2730
|
0,
|
|
2688
|
-
() => CreateCollectionRequest
|
|
2689
|
-
() => CreateCollectionResponse
|
|
2731
|
+
() => CreateCollectionRequest$,
|
|
2732
|
+
() => CreateCollectionResponse$,
|
|
2690
2733
|
];
|
|
2691
|
-
var CreateDataset = [
|
|
2734
|
+
var CreateDataset$ = [
|
|
2692
2735
|
9,
|
|
2693
2736
|
n0,
|
|
2694
2737
|
_CDr,
|
|
2695
2738
|
0,
|
|
2696
|
-
() => CreateDatasetRequest
|
|
2697
|
-
() => CreateDatasetResponse
|
|
2739
|
+
() => CreateDatasetRequest$,
|
|
2740
|
+
() => CreateDatasetResponse$,
|
|
2698
2741
|
];
|
|
2699
|
-
var CreateFaceLivenessSession = [
|
|
2742
|
+
var CreateFaceLivenessSession$ = [
|
|
2700
2743
|
9,
|
|
2701
2744
|
n0,
|
|
2702
2745
|
_CFLS,
|
|
2703
2746
|
2,
|
|
2704
|
-
() => CreateFaceLivenessSessionRequest
|
|
2705
|
-
() => CreateFaceLivenessSessionResponse
|
|
2747
|
+
() => CreateFaceLivenessSessionRequest$,
|
|
2748
|
+
() => CreateFaceLivenessSessionResponse$,
|
|
2706
2749
|
];
|
|
2707
|
-
var CreateProject = [
|
|
2750
|
+
var CreateProject$ = [
|
|
2708
2751
|
9,
|
|
2709
2752
|
n0,
|
|
2710
2753
|
_CPr,
|
|
2711
2754
|
0,
|
|
2712
|
-
() => CreateProjectRequest
|
|
2713
|
-
() => CreateProjectResponse
|
|
2755
|
+
() => CreateProjectRequest$,
|
|
2756
|
+
() => CreateProjectResponse$,
|
|
2714
2757
|
];
|
|
2715
|
-
var CreateProjectVersion = [
|
|
2758
|
+
var CreateProjectVersion$ = [
|
|
2716
2759
|
9,
|
|
2717
2760
|
n0,
|
|
2718
2761
|
_CPVr,
|
|
2719
2762
|
0,
|
|
2720
|
-
() => CreateProjectVersionRequest
|
|
2721
|
-
() => CreateProjectVersionResponse
|
|
2763
|
+
() => CreateProjectVersionRequest$,
|
|
2764
|
+
() => CreateProjectVersionResponse$,
|
|
2722
2765
|
];
|
|
2723
|
-
var CreateStreamProcessor = [
|
|
2766
|
+
var CreateStreamProcessor$ = [
|
|
2724
2767
|
9,
|
|
2725
2768
|
n0,
|
|
2726
2769
|
_CSP,
|
|
2727
2770
|
0,
|
|
2728
|
-
() => CreateStreamProcessorRequest
|
|
2729
|
-
() => CreateStreamProcessorResponse
|
|
2771
|
+
() => CreateStreamProcessorRequest$,
|
|
2772
|
+
() => CreateStreamProcessorResponse$,
|
|
2730
2773
|
];
|
|
2731
|
-
var CreateUser = [9, n0, _CU, 0, () => CreateUserRequest
|
|
2732
|
-
var DeleteCollection = [
|
|
2774
|
+
var CreateUser$ = [9, n0, _CU, 0, () => CreateUserRequest$, () => CreateUserResponse$];
|
|
2775
|
+
var DeleteCollection$ = [
|
|
2733
2776
|
9,
|
|
2734
2777
|
n0,
|
|
2735
2778
|
_DCe,
|
|
2736
2779
|
0,
|
|
2737
|
-
() => DeleteCollectionRequest
|
|
2738
|
-
() => DeleteCollectionResponse
|
|
2780
|
+
() => DeleteCollectionRequest$,
|
|
2781
|
+
() => DeleteCollectionResponse$,
|
|
2739
2782
|
];
|
|
2740
|
-
var DeleteDataset = [
|
|
2783
|
+
var DeleteDataset$ = [
|
|
2741
2784
|
9,
|
|
2742
2785
|
n0,
|
|
2743
2786
|
_DDe,
|
|
2744
2787
|
0,
|
|
2745
|
-
() => DeleteDatasetRequest
|
|
2746
|
-
() => DeleteDatasetResponse
|
|
2788
|
+
() => DeleteDatasetRequest$,
|
|
2789
|
+
() => DeleteDatasetResponse$,
|
|
2790
|
+
];
|
|
2791
|
+
var DeleteFaces$ = [
|
|
2792
|
+
9,
|
|
2793
|
+
n0,
|
|
2794
|
+
_DFel,
|
|
2795
|
+
0,
|
|
2796
|
+
() => DeleteFacesRequest$,
|
|
2797
|
+
() => DeleteFacesResponse$,
|
|
2747
2798
|
];
|
|
2748
|
-
var
|
|
2749
|
-
var DeleteProject = [
|
|
2799
|
+
var DeleteProject$ = [
|
|
2750
2800
|
9,
|
|
2751
2801
|
n0,
|
|
2752
2802
|
_DP,
|
|
2753
2803
|
0,
|
|
2754
|
-
() => DeleteProjectRequest
|
|
2755
|
-
() => DeleteProjectResponse
|
|
2804
|
+
() => DeleteProjectRequest$,
|
|
2805
|
+
() => DeleteProjectResponse$,
|
|
2756
2806
|
];
|
|
2757
|
-
var DeleteProjectPolicy = [
|
|
2807
|
+
var DeleteProjectPolicy$ = [
|
|
2758
2808
|
9,
|
|
2759
2809
|
n0,
|
|
2760
2810
|
_DPP,
|
|
2761
2811
|
0,
|
|
2762
|
-
() => DeleteProjectPolicyRequest
|
|
2763
|
-
() => DeleteProjectPolicyResponse
|
|
2812
|
+
() => DeleteProjectPolicyRequest$,
|
|
2813
|
+
() => DeleteProjectPolicyResponse$,
|
|
2764
2814
|
];
|
|
2765
|
-
var DeleteProjectVersion = [
|
|
2815
|
+
var DeleteProjectVersion$ = [
|
|
2766
2816
|
9,
|
|
2767
2817
|
n0,
|
|
2768
2818
|
_DPV,
|
|
2769
2819
|
0,
|
|
2770
|
-
() => DeleteProjectVersionRequest
|
|
2771
|
-
() => DeleteProjectVersionResponse
|
|
2820
|
+
() => DeleteProjectVersionRequest$,
|
|
2821
|
+
() => DeleteProjectVersionResponse$,
|
|
2772
2822
|
];
|
|
2773
|
-
var DeleteStreamProcessor = [
|
|
2823
|
+
var DeleteStreamProcessor$ = [
|
|
2774
2824
|
9,
|
|
2775
2825
|
n0,
|
|
2776
2826
|
_DSPe,
|
|
2777
2827
|
0,
|
|
2778
|
-
() => DeleteStreamProcessorRequest
|
|
2779
|
-
() => DeleteStreamProcessorResponse
|
|
2828
|
+
() => DeleteStreamProcessorRequest$,
|
|
2829
|
+
() => DeleteStreamProcessorResponse$,
|
|
2780
2830
|
];
|
|
2781
|
-
var DeleteUser = [9, n0, _DU, 0, () => DeleteUserRequest
|
|
2782
|
-
var DescribeCollection = [
|
|
2831
|
+
var DeleteUser$ = [9, n0, _DU, 0, () => DeleteUserRequest$, () => DeleteUserResponse$];
|
|
2832
|
+
var DescribeCollection$ = [
|
|
2783
2833
|
9,
|
|
2784
2834
|
n0,
|
|
2785
2835
|
_DCes,
|
|
2786
2836
|
0,
|
|
2787
|
-
() => DescribeCollectionRequest
|
|
2788
|
-
() => DescribeCollectionResponse
|
|
2837
|
+
() => DescribeCollectionRequest$,
|
|
2838
|
+
() => DescribeCollectionResponse$,
|
|
2789
2839
|
];
|
|
2790
|
-
var DescribeDataset = [
|
|
2840
|
+
var DescribeDataset$ = [
|
|
2791
2841
|
9,
|
|
2792
2842
|
n0,
|
|
2793
2843
|
_DDes,
|
|
2794
2844
|
0,
|
|
2795
|
-
() => DescribeDatasetRequest
|
|
2796
|
-
() => DescribeDatasetResponse
|
|
2845
|
+
() => DescribeDatasetRequest$,
|
|
2846
|
+
() => DescribeDatasetResponse$,
|
|
2797
2847
|
];
|
|
2798
|
-
var DescribeProjects = [
|
|
2848
|
+
var DescribeProjects$ = [
|
|
2799
2849
|
9,
|
|
2800
2850
|
n0,
|
|
2801
2851
|
_DPe,
|
|
2802
2852
|
0,
|
|
2803
|
-
() => DescribeProjectsRequest
|
|
2804
|
-
() => DescribeProjectsResponse
|
|
2853
|
+
() => DescribeProjectsRequest$,
|
|
2854
|
+
() => DescribeProjectsResponse$,
|
|
2805
2855
|
];
|
|
2806
|
-
var DescribeProjectVersions = [
|
|
2856
|
+
var DescribeProjectVersions$ = [
|
|
2807
2857
|
9,
|
|
2808
2858
|
n0,
|
|
2809
2859
|
_DPVe,
|
|
2810
2860
|
0,
|
|
2811
|
-
() => DescribeProjectVersionsRequest
|
|
2812
|
-
() => DescribeProjectVersionsResponse
|
|
2861
|
+
() => DescribeProjectVersionsRequest$,
|
|
2862
|
+
() => DescribeProjectVersionsResponse$,
|
|
2813
2863
|
];
|
|
2814
|
-
var DescribeStreamProcessor = [
|
|
2864
|
+
var DescribeStreamProcessor$ = [
|
|
2815
2865
|
9,
|
|
2816
2866
|
n0,
|
|
2817
2867
|
_DSPes,
|
|
2818
2868
|
0,
|
|
2819
|
-
() => DescribeStreamProcessorRequest
|
|
2820
|
-
() => DescribeStreamProcessorResponse
|
|
2869
|
+
() => DescribeStreamProcessorRequest$,
|
|
2870
|
+
() => DescribeStreamProcessorResponse$,
|
|
2821
2871
|
];
|
|
2822
|
-
var DetectCustomLabels = [
|
|
2872
|
+
var DetectCustomLabels$ = [
|
|
2823
2873
|
9,
|
|
2824
2874
|
n0,
|
|
2825
2875
|
_DCL,
|
|
2826
2876
|
0,
|
|
2827
|
-
() => DetectCustomLabelsRequest
|
|
2828
|
-
() => DetectCustomLabelsResponse
|
|
2877
|
+
() => DetectCustomLabelsRequest$,
|
|
2878
|
+
() => DetectCustomLabelsResponse$,
|
|
2879
|
+
];
|
|
2880
|
+
var DetectFaces$ = [
|
|
2881
|
+
9,
|
|
2882
|
+
n0,
|
|
2883
|
+
_DFet,
|
|
2884
|
+
0,
|
|
2885
|
+
() => DetectFacesRequest$,
|
|
2886
|
+
() => DetectFacesResponse$,
|
|
2829
2887
|
];
|
|
2830
|
-
var
|
|
2831
|
-
|
|
2832
|
-
|
|
2888
|
+
var DetectLabels$ = [
|
|
2889
|
+
9,
|
|
2890
|
+
n0,
|
|
2891
|
+
_DL,
|
|
2892
|
+
0,
|
|
2893
|
+
() => DetectLabelsRequest$,
|
|
2894
|
+
() => DetectLabelsResponse$,
|
|
2895
|
+
];
|
|
2896
|
+
var DetectModerationLabels$ = [
|
|
2833
2897
|
9,
|
|
2834
2898
|
n0,
|
|
2835
2899
|
_DML,
|
|
2836
2900
|
0,
|
|
2837
|
-
() => DetectModerationLabelsRequest
|
|
2838
|
-
() => DetectModerationLabelsResponse
|
|
2901
|
+
() => DetectModerationLabelsRequest$,
|
|
2902
|
+
() => DetectModerationLabelsResponse$,
|
|
2839
2903
|
];
|
|
2840
|
-
var DetectProtectiveEquipment = [
|
|
2904
|
+
var DetectProtectiveEquipment$ = [
|
|
2841
2905
|
9,
|
|
2842
2906
|
n0,
|
|
2843
2907
|
_DPE,
|
|
2844
2908
|
0,
|
|
2845
|
-
() => DetectProtectiveEquipmentRequest
|
|
2846
|
-
() => DetectProtectiveEquipmentResponse
|
|
2909
|
+
() => DetectProtectiveEquipmentRequest$,
|
|
2910
|
+
() => DetectProtectiveEquipmentResponse$,
|
|
2847
2911
|
];
|
|
2848
|
-
var DetectText = [9, n0, _DTet, 0, () => DetectTextRequest
|
|
2849
|
-
var DisassociateFaces = [
|
|
2912
|
+
var DetectText$ = [9, n0, _DTet, 0, () => DetectTextRequest$, () => DetectTextResponse$];
|
|
2913
|
+
var DisassociateFaces$ = [
|
|
2850
2914
|
9,
|
|
2851
2915
|
n0,
|
|
2852
2916
|
_DFisa,
|
|
2853
2917
|
0,
|
|
2854
|
-
() => DisassociateFacesRequest
|
|
2855
|
-
() => DisassociateFacesResponse
|
|
2918
|
+
() => DisassociateFacesRequest$,
|
|
2919
|
+
() => DisassociateFacesResponse$,
|
|
2856
2920
|
];
|
|
2857
|
-
var DistributeDatasetEntries = [
|
|
2921
|
+
var DistributeDatasetEntries$ = [
|
|
2858
2922
|
9,
|
|
2859
2923
|
n0,
|
|
2860
2924
|
_DDE,
|
|
2861
2925
|
0,
|
|
2862
|
-
() => DistributeDatasetEntriesRequest
|
|
2863
|
-
() => DistributeDatasetEntriesResponse
|
|
2926
|
+
() => DistributeDatasetEntriesRequest$,
|
|
2927
|
+
() => DistributeDatasetEntriesResponse$,
|
|
2864
2928
|
];
|
|
2865
|
-
var GetCelebrityInfo = [
|
|
2929
|
+
var GetCelebrityInfo$ = [
|
|
2866
2930
|
9,
|
|
2867
2931
|
n0,
|
|
2868
2932
|
_GCI,
|
|
2869
2933
|
0,
|
|
2870
|
-
() => GetCelebrityInfoRequest
|
|
2871
|
-
() => GetCelebrityInfoResponse
|
|
2934
|
+
() => GetCelebrityInfoRequest$,
|
|
2935
|
+
() => GetCelebrityInfoResponse$,
|
|
2872
2936
|
];
|
|
2873
|
-
var GetCelebrityRecognition = [
|
|
2937
|
+
var GetCelebrityRecognition$ = [
|
|
2874
2938
|
9,
|
|
2875
2939
|
n0,
|
|
2876
2940
|
_GCR,
|
|
2877
2941
|
0,
|
|
2878
|
-
() => GetCelebrityRecognitionRequest
|
|
2879
|
-
() => GetCelebrityRecognitionResponse
|
|
2942
|
+
() => GetCelebrityRecognitionRequest$,
|
|
2943
|
+
() => GetCelebrityRecognitionResponse$,
|
|
2880
2944
|
];
|
|
2881
|
-
var GetContentModeration = [
|
|
2945
|
+
var GetContentModeration$ = [
|
|
2882
2946
|
9,
|
|
2883
2947
|
n0,
|
|
2884
2948
|
_GCM,
|
|
2885
2949
|
0,
|
|
2886
|
-
() => GetContentModerationRequest
|
|
2887
|
-
() => GetContentModerationResponse
|
|
2950
|
+
() => GetContentModerationRequest$,
|
|
2951
|
+
() => GetContentModerationResponse$,
|
|
2888
2952
|
];
|
|
2889
|
-
var GetFaceDetection = [
|
|
2953
|
+
var GetFaceDetection$ = [
|
|
2890
2954
|
9,
|
|
2891
2955
|
n0,
|
|
2892
2956
|
_GFD,
|
|
2893
2957
|
0,
|
|
2894
|
-
() => GetFaceDetectionRequest
|
|
2895
|
-
() => GetFaceDetectionResponse
|
|
2958
|
+
() => GetFaceDetectionRequest$,
|
|
2959
|
+
() => GetFaceDetectionResponse$,
|
|
2896
2960
|
];
|
|
2897
|
-
var GetFaceLivenessSessionResults = [
|
|
2961
|
+
var GetFaceLivenessSessionResults$ = [
|
|
2898
2962
|
9,
|
|
2899
2963
|
n0,
|
|
2900
2964
|
_GFLSR,
|
|
2901
2965
|
0,
|
|
2902
|
-
() => GetFaceLivenessSessionResultsRequest
|
|
2903
|
-
() => GetFaceLivenessSessionResultsResponse
|
|
2966
|
+
() => GetFaceLivenessSessionResultsRequest$,
|
|
2967
|
+
() => GetFaceLivenessSessionResultsResponse$,
|
|
2904
2968
|
];
|
|
2905
|
-
var GetFaceSearch = [
|
|
2969
|
+
var GetFaceSearch$ = [
|
|
2906
2970
|
9,
|
|
2907
2971
|
n0,
|
|
2908
2972
|
_GFS,
|
|
2909
2973
|
0,
|
|
2910
|
-
() => GetFaceSearchRequest
|
|
2911
|
-
() => GetFaceSearchResponse
|
|
2974
|
+
() => GetFaceSearchRequest$,
|
|
2975
|
+
() => GetFaceSearchResponse$,
|
|
2912
2976
|
];
|
|
2913
|
-
var GetLabelDetection = [
|
|
2977
|
+
var GetLabelDetection$ = [
|
|
2914
2978
|
9,
|
|
2915
2979
|
n0,
|
|
2916
2980
|
_GLD,
|
|
2917
2981
|
0,
|
|
2918
|
-
() => GetLabelDetectionRequest
|
|
2919
|
-
() => GetLabelDetectionResponse
|
|
2982
|
+
() => GetLabelDetectionRequest$,
|
|
2983
|
+
() => GetLabelDetectionResponse$,
|
|
2920
2984
|
];
|
|
2921
|
-
var GetMediaAnalysisJob = [
|
|
2985
|
+
var GetMediaAnalysisJob$ = [
|
|
2922
2986
|
9,
|
|
2923
2987
|
n0,
|
|
2924
2988
|
_GMAJ,
|
|
2925
2989
|
0,
|
|
2926
|
-
() => GetMediaAnalysisJobRequest
|
|
2927
|
-
() => GetMediaAnalysisJobResponse
|
|
2990
|
+
() => GetMediaAnalysisJobRequest$,
|
|
2991
|
+
() => GetMediaAnalysisJobResponse$,
|
|
2928
2992
|
];
|
|
2929
|
-
var GetPersonTracking = [
|
|
2993
|
+
var GetPersonTracking$ = [
|
|
2930
2994
|
9,
|
|
2931
2995
|
n0,
|
|
2932
2996
|
_GPT,
|
|
2933
2997
|
0,
|
|
2934
|
-
() => GetPersonTrackingRequest
|
|
2935
|
-
() => GetPersonTrackingResponse
|
|
2998
|
+
() => GetPersonTrackingRequest$,
|
|
2999
|
+
() => GetPersonTrackingResponse$,
|
|
2936
3000
|
];
|
|
2937
|
-
var GetSegmentDetection = [
|
|
3001
|
+
var GetSegmentDetection$ = [
|
|
2938
3002
|
9,
|
|
2939
3003
|
n0,
|
|
2940
3004
|
_GSD,
|
|
2941
3005
|
0,
|
|
2942
|
-
() => GetSegmentDetectionRequest
|
|
2943
|
-
() => GetSegmentDetectionResponse
|
|
3006
|
+
() => GetSegmentDetectionRequest$,
|
|
3007
|
+
() => GetSegmentDetectionResponse$,
|
|
2944
3008
|
];
|
|
2945
|
-
var GetTextDetection = [
|
|
3009
|
+
var GetTextDetection$ = [
|
|
2946
3010
|
9,
|
|
2947
3011
|
n0,
|
|
2948
3012
|
_GTD,
|
|
2949
3013
|
0,
|
|
2950
|
-
() => GetTextDetectionRequest
|
|
2951
|
-
() => GetTextDetectionResponse
|
|
3014
|
+
() => GetTextDetectionRequest$,
|
|
3015
|
+
() => GetTextDetectionResponse$,
|
|
2952
3016
|
];
|
|
2953
|
-
var IndexFaces = [9, n0, _IF, 0, () => IndexFacesRequest
|
|
2954
|
-
var ListCollections = [
|
|
3017
|
+
var IndexFaces$ = [9, n0, _IF, 0, () => IndexFacesRequest$, () => IndexFacesResponse$];
|
|
3018
|
+
var ListCollections$ = [
|
|
2955
3019
|
9,
|
|
2956
3020
|
n0,
|
|
2957
3021
|
_LCi,
|
|
2958
3022
|
0,
|
|
2959
|
-
() => ListCollectionsRequest
|
|
2960
|
-
() => ListCollectionsResponse
|
|
3023
|
+
() => ListCollectionsRequest$,
|
|
3024
|
+
() => ListCollectionsResponse$,
|
|
2961
3025
|
];
|
|
2962
|
-
var ListDatasetEntries = [
|
|
3026
|
+
var ListDatasetEntries$ = [
|
|
2963
3027
|
9,
|
|
2964
3028
|
n0,
|
|
2965
3029
|
_LDE,
|
|
2966
3030
|
0,
|
|
2967
|
-
() => ListDatasetEntriesRequest
|
|
2968
|
-
() => ListDatasetEntriesResponse
|
|
3031
|
+
() => ListDatasetEntriesRequest$,
|
|
3032
|
+
() => ListDatasetEntriesResponse$,
|
|
2969
3033
|
];
|
|
2970
|
-
var ListDatasetLabels = [
|
|
3034
|
+
var ListDatasetLabels$ = [
|
|
2971
3035
|
9,
|
|
2972
3036
|
n0,
|
|
2973
3037
|
_LDL,
|
|
2974
3038
|
0,
|
|
2975
|
-
() => ListDatasetLabelsRequest
|
|
2976
|
-
() => ListDatasetLabelsResponse
|
|
3039
|
+
() => ListDatasetLabelsRequest$,
|
|
3040
|
+
() => ListDatasetLabelsResponse$,
|
|
2977
3041
|
];
|
|
2978
|
-
var ListFaces = [9, n0, _LF, 0, () => ListFacesRequest
|
|
2979
|
-
var ListMediaAnalysisJobs = [
|
|
3042
|
+
var ListFaces$ = [9, n0, _LF, 0, () => ListFacesRequest$, () => ListFacesResponse$];
|
|
3043
|
+
var ListMediaAnalysisJobs$ = [
|
|
2980
3044
|
9,
|
|
2981
3045
|
n0,
|
|
2982
3046
|
_LMAJ,
|
|
2983
3047
|
0,
|
|
2984
|
-
() => ListMediaAnalysisJobsRequest
|
|
2985
|
-
() => ListMediaAnalysisJobsResponse
|
|
3048
|
+
() => ListMediaAnalysisJobsRequest$,
|
|
3049
|
+
() => ListMediaAnalysisJobsResponse$,
|
|
2986
3050
|
];
|
|
2987
|
-
var ListProjectPolicies = [
|
|
3051
|
+
var ListProjectPolicies$ = [
|
|
2988
3052
|
9,
|
|
2989
3053
|
n0,
|
|
2990
3054
|
_LPP,
|
|
2991
3055
|
0,
|
|
2992
|
-
() => ListProjectPoliciesRequest
|
|
2993
|
-
() => ListProjectPoliciesResponse
|
|
3056
|
+
() => ListProjectPoliciesRequest$,
|
|
3057
|
+
() => ListProjectPoliciesResponse$,
|
|
2994
3058
|
];
|
|
2995
|
-
var ListStreamProcessors = [
|
|
3059
|
+
var ListStreamProcessors$ = [
|
|
2996
3060
|
9,
|
|
2997
3061
|
n0,
|
|
2998
3062
|
_LSP,
|
|
2999
3063
|
0,
|
|
3000
|
-
() => ListStreamProcessorsRequest
|
|
3001
|
-
() => ListStreamProcessorsResponse
|
|
3064
|
+
() => ListStreamProcessorsRequest$,
|
|
3065
|
+
() => ListStreamProcessorsResponse$,
|
|
3002
3066
|
];
|
|
3003
|
-
var ListTagsForResource = [
|
|
3067
|
+
var ListTagsForResource$ = [
|
|
3004
3068
|
9,
|
|
3005
3069
|
n0,
|
|
3006
3070
|
_LTFR,
|
|
3007
3071
|
0,
|
|
3008
|
-
() => ListTagsForResourceRequest
|
|
3009
|
-
() => ListTagsForResourceResponse
|
|
3072
|
+
() => ListTagsForResourceRequest$,
|
|
3073
|
+
() => ListTagsForResourceResponse$,
|
|
3010
3074
|
];
|
|
3011
|
-
var ListUsers = [9, n0, _LU, 0, () => ListUsersRequest
|
|
3012
|
-
var PutProjectPolicy = [
|
|
3075
|
+
var ListUsers$ = [9, n0, _LU, 0, () => ListUsersRequest$, () => ListUsersResponse$];
|
|
3076
|
+
var PutProjectPolicy$ = [
|
|
3013
3077
|
9,
|
|
3014
3078
|
n0,
|
|
3015
3079
|
_PPP,
|
|
3016
3080
|
0,
|
|
3017
|
-
() => PutProjectPolicyRequest
|
|
3018
|
-
() => PutProjectPolicyResponse
|
|
3081
|
+
() => PutProjectPolicyRequest$,
|
|
3082
|
+
() => PutProjectPolicyResponse$,
|
|
3019
3083
|
];
|
|
3020
|
-
var RecognizeCelebrities = [
|
|
3084
|
+
var RecognizeCelebrities$ = [
|
|
3021
3085
|
9,
|
|
3022
3086
|
n0,
|
|
3023
3087
|
_RC,
|
|
3024
3088
|
0,
|
|
3025
|
-
() => RecognizeCelebritiesRequest
|
|
3026
|
-
() => RecognizeCelebritiesResponse
|
|
3089
|
+
() => RecognizeCelebritiesRequest$,
|
|
3090
|
+
() => RecognizeCelebritiesResponse$,
|
|
3091
|
+
];
|
|
3092
|
+
var SearchFaces$ = [
|
|
3093
|
+
9,
|
|
3094
|
+
n0,
|
|
3095
|
+
_SFe,
|
|
3096
|
+
0,
|
|
3097
|
+
() => SearchFacesRequest$,
|
|
3098
|
+
() => SearchFacesResponse$,
|
|
3027
3099
|
];
|
|
3028
|
-
var
|
|
3029
|
-
var SearchFacesByImage = [
|
|
3100
|
+
var SearchFacesByImage$ = [
|
|
3030
3101
|
9,
|
|
3031
3102
|
n0,
|
|
3032
3103
|
_SFBI,
|
|
3033
3104
|
0,
|
|
3034
|
-
() => SearchFacesByImageRequest
|
|
3035
|
-
() => SearchFacesByImageResponse
|
|
3105
|
+
() => SearchFacesByImageRequest$,
|
|
3106
|
+
() => SearchFacesByImageResponse$,
|
|
3107
|
+
];
|
|
3108
|
+
var SearchUsers$ = [
|
|
3109
|
+
9,
|
|
3110
|
+
n0,
|
|
3111
|
+
_SUe,
|
|
3112
|
+
0,
|
|
3113
|
+
() => SearchUsersRequest$,
|
|
3114
|
+
() => SearchUsersResponse$,
|
|
3036
3115
|
];
|
|
3037
|
-
var
|
|
3038
|
-
var SearchUsersByImage = [
|
|
3116
|
+
var SearchUsersByImage$ = [
|
|
3039
3117
|
9,
|
|
3040
3118
|
n0,
|
|
3041
3119
|
_SUBI,
|
|
3042
3120
|
0,
|
|
3043
|
-
() => SearchUsersByImageRequest
|
|
3044
|
-
() => SearchUsersByImageResponse
|
|
3121
|
+
() => SearchUsersByImageRequest$,
|
|
3122
|
+
() => SearchUsersByImageResponse$,
|
|
3045
3123
|
];
|
|
3046
|
-
var StartCelebrityRecognition = [
|
|
3124
|
+
var StartCelebrityRecognition$ = [
|
|
3047
3125
|
9,
|
|
3048
3126
|
n0,
|
|
3049
3127
|
_SCR,
|
|
3050
3128
|
2,
|
|
3051
|
-
() => StartCelebrityRecognitionRequest
|
|
3052
|
-
() => StartCelebrityRecognitionResponse
|
|
3129
|
+
() => StartCelebrityRecognitionRequest$,
|
|
3130
|
+
() => StartCelebrityRecognitionResponse$,
|
|
3053
3131
|
];
|
|
3054
|
-
var StartContentModeration = [
|
|
3132
|
+
var StartContentModeration$ = [
|
|
3055
3133
|
9,
|
|
3056
3134
|
n0,
|
|
3057
3135
|
_SCM,
|
|
3058
3136
|
2,
|
|
3059
|
-
() => StartContentModerationRequest
|
|
3060
|
-
() => StartContentModerationResponse
|
|
3137
|
+
() => StartContentModerationRequest$,
|
|
3138
|
+
() => StartContentModerationResponse$,
|
|
3061
3139
|
];
|
|
3062
|
-
var StartFaceDetection = [
|
|
3140
|
+
var StartFaceDetection$ = [
|
|
3063
3141
|
9,
|
|
3064
3142
|
n0,
|
|
3065
3143
|
_SFDt,
|
|
3066
3144
|
2,
|
|
3067
|
-
() => StartFaceDetectionRequest
|
|
3068
|
-
() => StartFaceDetectionResponse
|
|
3145
|
+
() => StartFaceDetectionRequest$,
|
|
3146
|
+
() => StartFaceDetectionResponse$,
|
|
3069
3147
|
];
|
|
3070
|
-
var StartFaceSearch = [
|
|
3148
|
+
var StartFaceSearch$ = [
|
|
3071
3149
|
9,
|
|
3072
3150
|
n0,
|
|
3073
3151
|
_SFS,
|
|
3074
3152
|
2,
|
|
3075
|
-
() => StartFaceSearchRequest
|
|
3076
|
-
() => StartFaceSearchResponse
|
|
3153
|
+
() => StartFaceSearchRequest$,
|
|
3154
|
+
() => StartFaceSearchResponse$,
|
|
3077
3155
|
];
|
|
3078
|
-
var StartLabelDetection = [
|
|
3156
|
+
var StartLabelDetection$ = [
|
|
3079
3157
|
9,
|
|
3080
3158
|
n0,
|
|
3081
3159
|
_SLD,
|
|
3082
3160
|
2,
|
|
3083
|
-
() => StartLabelDetectionRequest
|
|
3084
|
-
() => StartLabelDetectionResponse
|
|
3161
|
+
() => StartLabelDetectionRequest$,
|
|
3162
|
+
() => StartLabelDetectionResponse$,
|
|
3085
3163
|
];
|
|
3086
|
-
var StartMediaAnalysisJob = [
|
|
3164
|
+
var StartMediaAnalysisJob$ = [
|
|
3087
3165
|
9,
|
|
3088
3166
|
n0,
|
|
3089
3167
|
_SMAJ,
|
|
3090
3168
|
2,
|
|
3091
|
-
() => StartMediaAnalysisJobRequest
|
|
3092
|
-
() => StartMediaAnalysisJobResponse
|
|
3169
|
+
() => StartMediaAnalysisJobRequest$,
|
|
3170
|
+
() => StartMediaAnalysisJobResponse$,
|
|
3093
3171
|
];
|
|
3094
|
-
var StartPersonTracking = [
|
|
3172
|
+
var StartPersonTracking$ = [
|
|
3095
3173
|
9,
|
|
3096
3174
|
n0,
|
|
3097
3175
|
_SPT,
|
|
3098
3176
|
2,
|
|
3099
|
-
() => StartPersonTrackingRequest
|
|
3100
|
-
() => StartPersonTrackingResponse
|
|
3177
|
+
() => StartPersonTrackingRequest$,
|
|
3178
|
+
() => StartPersonTrackingResponse$,
|
|
3101
3179
|
];
|
|
3102
|
-
var StartProjectVersion = [
|
|
3180
|
+
var StartProjectVersion$ = [
|
|
3103
3181
|
9,
|
|
3104
3182
|
n0,
|
|
3105
3183
|
_SPV,
|
|
3106
3184
|
0,
|
|
3107
|
-
() => StartProjectVersionRequest
|
|
3108
|
-
() => StartProjectVersionResponse
|
|
3185
|
+
() => StartProjectVersionRequest$,
|
|
3186
|
+
() => StartProjectVersionResponse$,
|
|
3109
3187
|
];
|
|
3110
|
-
var StartSegmentDetection = [
|
|
3188
|
+
var StartSegmentDetection$ = [
|
|
3111
3189
|
9,
|
|
3112
3190
|
n0,
|
|
3113
3191
|
_SSD,
|
|
3114
3192
|
2,
|
|
3115
|
-
() => StartSegmentDetectionRequest
|
|
3116
|
-
() => StartSegmentDetectionResponse
|
|
3193
|
+
() => StartSegmentDetectionRequest$,
|
|
3194
|
+
() => StartSegmentDetectionResponse$,
|
|
3117
3195
|
];
|
|
3118
|
-
var StartStreamProcessor = [
|
|
3196
|
+
var StartStreamProcessor$ = [
|
|
3119
3197
|
9,
|
|
3120
3198
|
n0,
|
|
3121
3199
|
_SSP,
|
|
3122
3200
|
0,
|
|
3123
|
-
() => StartStreamProcessorRequest
|
|
3124
|
-
() => StartStreamProcessorResponse
|
|
3201
|
+
() => StartStreamProcessorRequest$,
|
|
3202
|
+
() => StartStreamProcessorResponse$,
|
|
3125
3203
|
];
|
|
3126
|
-
var StartTextDetection = [
|
|
3204
|
+
var StartTextDetection$ = [
|
|
3127
3205
|
9,
|
|
3128
3206
|
n0,
|
|
3129
3207
|
_STD,
|
|
3130
3208
|
2,
|
|
3131
|
-
() => StartTextDetectionRequest
|
|
3132
|
-
() => StartTextDetectionResponse
|
|
3209
|
+
() => StartTextDetectionRequest$,
|
|
3210
|
+
() => StartTextDetectionResponse$,
|
|
3133
3211
|
];
|
|
3134
|
-
var StopProjectVersion = [
|
|
3212
|
+
var StopProjectVersion$ = [
|
|
3135
3213
|
9,
|
|
3136
3214
|
n0,
|
|
3137
3215
|
_SPVt,
|
|
3138
3216
|
0,
|
|
3139
|
-
() => StopProjectVersionRequest
|
|
3140
|
-
() => StopProjectVersionResponse
|
|
3217
|
+
() => StopProjectVersionRequest$,
|
|
3218
|
+
() => StopProjectVersionResponse$,
|
|
3141
3219
|
];
|
|
3142
|
-
var StopStreamProcessor = [
|
|
3220
|
+
var StopStreamProcessor$ = [
|
|
3143
3221
|
9,
|
|
3144
3222
|
n0,
|
|
3145
3223
|
_SSPt,
|
|
3146
3224
|
0,
|
|
3147
|
-
() => StopStreamProcessorRequest
|
|
3148
|
-
() => StopStreamProcessorResponse
|
|
3225
|
+
() => StopStreamProcessorRequest$,
|
|
3226
|
+
() => StopStreamProcessorResponse$,
|
|
3149
3227
|
];
|
|
3150
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
3151
|
-
var UntagResource = [
|
|
3228
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
3229
|
+
var UntagResource$ = [
|
|
3152
3230
|
9,
|
|
3153
3231
|
n0,
|
|
3154
3232
|
_UR,
|
|
3155
3233
|
0,
|
|
3156
|
-
() => UntagResourceRequest
|
|
3157
|
-
() => UntagResourceResponse
|
|
3234
|
+
() => UntagResourceRequest$,
|
|
3235
|
+
() => UntagResourceResponse$,
|
|
3158
3236
|
];
|
|
3159
|
-
var UpdateDatasetEntries = [
|
|
3237
|
+
var UpdateDatasetEntries$ = [
|
|
3160
3238
|
9,
|
|
3161
3239
|
n0,
|
|
3162
3240
|
_UDE,
|
|
3163
3241
|
0,
|
|
3164
|
-
() => UpdateDatasetEntriesRequest
|
|
3165
|
-
() => UpdateDatasetEntriesResponse
|
|
3242
|
+
() => UpdateDatasetEntriesRequest$,
|
|
3243
|
+
() => UpdateDatasetEntriesResponse$,
|
|
3166
3244
|
];
|
|
3167
|
-
var UpdateStreamProcessor = [
|
|
3245
|
+
var UpdateStreamProcessor$ = [
|
|
3168
3246
|
9,
|
|
3169
3247
|
n0,
|
|
3170
3248
|
_USP,
|
|
3171
3249
|
0,
|
|
3172
|
-
() => UpdateStreamProcessorRequest
|
|
3173
|
-
() => UpdateStreamProcessorResponse
|
|
3250
|
+
() => UpdateStreamProcessorRequest$,
|
|
3251
|
+
() => UpdateStreamProcessorResponse$,
|
|
3174
3252
|
];
|
|
3175
3253
|
|
|
3176
3254
|
class AssociateFacesCommand extends smithyClient.Command
|
|
@@ -3181,7 +3259,7 @@ class AssociateFacesCommand extends smithyClient.Command
|
|
|
3181
3259
|
})
|
|
3182
3260
|
.s("RekognitionService", "AssociateFaces", {})
|
|
3183
3261
|
.n("RekognitionClient", "AssociateFacesCommand")
|
|
3184
|
-
.sc(AssociateFaces)
|
|
3262
|
+
.sc(AssociateFaces$)
|
|
3185
3263
|
.build() {
|
|
3186
3264
|
}
|
|
3187
3265
|
|
|
@@ -3193,7 +3271,7 @@ class CompareFacesCommand extends smithyClient.Command
|
|
|
3193
3271
|
})
|
|
3194
3272
|
.s("RekognitionService", "CompareFaces", {})
|
|
3195
3273
|
.n("RekognitionClient", "CompareFacesCommand")
|
|
3196
|
-
.sc(CompareFaces)
|
|
3274
|
+
.sc(CompareFaces$)
|
|
3197
3275
|
.build() {
|
|
3198
3276
|
}
|
|
3199
3277
|
|
|
@@ -3205,7 +3283,7 @@ class CopyProjectVersionCommand extends smithyClient.Command
|
|
|
3205
3283
|
})
|
|
3206
3284
|
.s("RekognitionService", "CopyProjectVersion", {})
|
|
3207
3285
|
.n("RekognitionClient", "CopyProjectVersionCommand")
|
|
3208
|
-
.sc(CopyProjectVersion)
|
|
3286
|
+
.sc(CopyProjectVersion$)
|
|
3209
3287
|
.build() {
|
|
3210
3288
|
}
|
|
3211
3289
|
|
|
@@ -3217,7 +3295,7 @@ class CreateCollectionCommand extends smithyClient.Command
|
|
|
3217
3295
|
})
|
|
3218
3296
|
.s("RekognitionService", "CreateCollection", {})
|
|
3219
3297
|
.n("RekognitionClient", "CreateCollectionCommand")
|
|
3220
|
-
.sc(CreateCollection)
|
|
3298
|
+
.sc(CreateCollection$)
|
|
3221
3299
|
.build() {
|
|
3222
3300
|
}
|
|
3223
3301
|
|
|
@@ -3229,7 +3307,7 @@ class CreateDatasetCommand extends smithyClient.Command
|
|
|
3229
3307
|
})
|
|
3230
3308
|
.s("RekognitionService", "CreateDataset", {})
|
|
3231
3309
|
.n("RekognitionClient", "CreateDatasetCommand")
|
|
3232
|
-
.sc(CreateDataset)
|
|
3310
|
+
.sc(CreateDataset$)
|
|
3233
3311
|
.build() {
|
|
3234
3312
|
}
|
|
3235
3313
|
|
|
@@ -3241,7 +3319,7 @@ class CreateFaceLivenessSessionCommand extends smithyClient.Command
|
|
|
3241
3319
|
})
|
|
3242
3320
|
.s("RekognitionService", "CreateFaceLivenessSession", {})
|
|
3243
3321
|
.n("RekognitionClient", "CreateFaceLivenessSessionCommand")
|
|
3244
|
-
.sc(CreateFaceLivenessSession)
|
|
3322
|
+
.sc(CreateFaceLivenessSession$)
|
|
3245
3323
|
.build() {
|
|
3246
3324
|
}
|
|
3247
3325
|
|
|
@@ -3253,7 +3331,7 @@ class CreateProjectCommand extends smithyClient.Command
|
|
|
3253
3331
|
})
|
|
3254
3332
|
.s("RekognitionService", "CreateProject", {})
|
|
3255
3333
|
.n("RekognitionClient", "CreateProjectCommand")
|
|
3256
|
-
.sc(CreateProject)
|
|
3334
|
+
.sc(CreateProject$)
|
|
3257
3335
|
.build() {
|
|
3258
3336
|
}
|
|
3259
3337
|
|
|
@@ -3265,7 +3343,7 @@ class CreateProjectVersionCommand extends smithyClient.Command
|
|
|
3265
3343
|
})
|
|
3266
3344
|
.s("RekognitionService", "CreateProjectVersion", {})
|
|
3267
3345
|
.n("RekognitionClient", "CreateProjectVersionCommand")
|
|
3268
|
-
.sc(CreateProjectVersion)
|
|
3346
|
+
.sc(CreateProjectVersion$)
|
|
3269
3347
|
.build() {
|
|
3270
3348
|
}
|
|
3271
3349
|
|
|
@@ -3277,7 +3355,7 @@ class CreateStreamProcessorCommand extends smithyClient.Command
|
|
|
3277
3355
|
})
|
|
3278
3356
|
.s("RekognitionService", "CreateStreamProcessor", {})
|
|
3279
3357
|
.n("RekognitionClient", "CreateStreamProcessorCommand")
|
|
3280
|
-
.sc(CreateStreamProcessor)
|
|
3358
|
+
.sc(CreateStreamProcessor$)
|
|
3281
3359
|
.build() {
|
|
3282
3360
|
}
|
|
3283
3361
|
|
|
@@ -3289,7 +3367,7 @@ class CreateUserCommand extends smithyClient.Command
|
|
|
3289
3367
|
})
|
|
3290
3368
|
.s("RekognitionService", "CreateUser", {})
|
|
3291
3369
|
.n("RekognitionClient", "CreateUserCommand")
|
|
3292
|
-
.sc(CreateUser)
|
|
3370
|
+
.sc(CreateUser$)
|
|
3293
3371
|
.build() {
|
|
3294
3372
|
}
|
|
3295
3373
|
|
|
@@ -3301,7 +3379,7 @@ class DeleteCollectionCommand extends smithyClient.Command
|
|
|
3301
3379
|
})
|
|
3302
3380
|
.s("RekognitionService", "DeleteCollection", {})
|
|
3303
3381
|
.n("RekognitionClient", "DeleteCollectionCommand")
|
|
3304
|
-
.sc(DeleteCollection)
|
|
3382
|
+
.sc(DeleteCollection$)
|
|
3305
3383
|
.build() {
|
|
3306
3384
|
}
|
|
3307
3385
|
|
|
@@ -3313,7 +3391,7 @@ class DeleteDatasetCommand extends smithyClient.Command
|
|
|
3313
3391
|
})
|
|
3314
3392
|
.s("RekognitionService", "DeleteDataset", {})
|
|
3315
3393
|
.n("RekognitionClient", "DeleteDatasetCommand")
|
|
3316
|
-
.sc(DeleteDataset)
|
|
3394
|
+
.sc(DeleteDataset$)
|
|
3317
3395
|
.build() {
|
|
3318
3396
|
}
|
|
3319
3397
|
|
|
@@ -3325,7 +3403,7 @@ class DeleteFacesCommand extends smithyClient.Command
|
|
|
3325
3403
|
})
|
|
3326
3404
|
.s("RekognitionService", "DeleteFaces", {})
|
|
3327
3405
|
.n("RekognitionClient", "DeleteFacesCommand")
|
|
3328
|
-
.sc(DeleteFaces)
|
|
3406
|
+
.sc(DeleteFaces$)
|
|
3329
3407
|
.build() {
|
|
3330
3408
|
}
|
|
3331
3409
|
|
|
@@ -3337,7 +3415,7 @@ class DeleteProjectCommand extends smithyClient.Command
|
|
|
3337
3415
|
})
|
|
3338
3416
|
.s("RekognitionService", "DeleteProject", {})
|
|
3339
3417
|
.n("RekognitionClient", "DeleteProjectCommand")
|
|
3340
|
-
.sc(DeleteProject)
|
|
3418
|
+
.sc(DeleteProject$)
|
|
3341
3419
|
.build() {
|
|
3342
3420
|
}
|
|
3343
3421
|
|
|
@@ -3349,7 +3427,7 @@ class DeleteProjectPolicyCommand extends smithyClient.Command
|
|
|
3349
3427
|
})
|
|
3350
3428
|
.s("RekognitionService", "DeleteProjectPolicy", {})
|
|
3351
3429
|
.n("RekognitionClient", "DeleteProjectPolicyCommand")
|
|
3352
|
-
.sc(DeleteProjectPolicy)
|
|
3430
|
+
.sc(DeleteProjectPolicy$)
|
|
3353
3431
|
.build() {
|
|
3354
3432
|
}
|
|
3355
3433
|
|
|
@@ -3361,7 +3439,7 @@ class DeleteProjectVersionCommand extends smithyClient.Command
|
|
|
3361
3439
|
})
|
|
3362
3440
|
.s("RekognitionService", "DeleteProjectVersion", {})
|
|
3363
3441
|
.n("RekognitionClient", "DeleteProjectVersionCommand")
|
|
3364
|
-
.sc(DeleteProjectVersion)
|
|
3442
|
+
.sc(DeleteProjectVersion$)
|
|
3365
3443
|
.build() {
|
|
3366
3444
|
}
|
|
3367
3445
|
|
|
@@ -3373,7 +3451,7 @@ class DeleteStreamProcessorCommand extends smithyClient.Command
|
|
|
3373
3451
|
})
|
|
3374
3452
|
.s("RekognitionService", "DeleteStreamProcessor", {})
|
|
3375
3453
|
.n("RekognitionClient", "DeleteStreamProcessorCommand")
|
|
3376
|
-
.sc(DeleteStreamProcessor)
|
|
3454
|
+
.sc(DeleteStreamProcessor$)
|
|
3377
3455
|
.build() {
|
|
3378
3456
|
}
|
|
3379
3457
|
|
|
@@ -3385,7 +3463,7 @@ class DeleteUserCommand extends smithyClient.Command
|
|
|
3385
3463
|
})
|
|
3386
3464
|
.s("RekognitionService", "DeleteUser", {})
|
|
3387
3465
|
.n("RekognitionClient", "DeleteUserCommand")
|
|
3388
|
-
.sc(DeleteUser)
|
|
3466
|
+
.sc(DeleteUser$)
|
|
3389
3467
|
.build() {
|
|
3390
3468
|
}
|
|
3391
3469
|
|
|
@@ -3397,7 +3475,7 @@ class DescribeCollectionCommand extends smithyClient.Command
|
|
|
3397
3475
|
})
|
|
3398
3476
|
.s("RekognitionService", "DescribeCollection", {})
|
|
3399
3477
|
.n("RekognitionClient", "DescribeCollectionCommand")
|
|
3400
|
-
.sc(DescribeCollection)
|
|
3478
|
+
.sc(DescribeCollection$)
|
|
3401
3479
|
.build() {
|
|
3402
3480
|
}
|
|
3403
3481
|
|
|
@@ -3409,7 +3487,7 @@ class DescribeDatasetCommand extends smithyClient.Command
|
|
|
3409
3487
|
})
|
|
3410
3488
|
.s("RekognitionService", "DescribeDataset", {})
|
|
3411
3489
|
.n("RekognitionClient", "DescribeDatasetCommand")
|
|
3412
|
-
.sc(DescribeDataset)
|
|
3490
|
+
.sc(DescribeDataset$)
|
|
3413
3491
|
.build() {
|
|
3414
3492
|
}
|
|
3415
3493
|
|
|
@@ -3421,7 +3499,7 @@ class DescribeProjectsCommand extends smithyClient.Command
|
|
|
3421
3499
|
})
|
|
3422
3500
|
.s("RekognitionService", "DescribeProjects", {})
|
|
3423
3501
|
.n("RekognitionClient", "DescribeProjectsCommand")
|
|
3424
|
-
.sc(DescribeProjects)
|
|
3502
|
+
.sc(DescribeProjects$)
|
|
3425
3503
|
.build() {
|
|
3426
3504
|
}
|
|
3427
3505
|
|
|
@@ -3433,7 +3511,7 @@ class DescribeProjectVersionsCommand extends smithyClient.Command
|
|
|
3433
3511
|
})
|
|
3434
3512
|
.s("RekognitionService", "DescribeProjectVersions", {})
|
|
3435
3513
|
.n("RekognitionClient", "DescribeProjectVersionsCommand")
|
|
3436
|
-
.sc(DescribeProjectVersions)
|
|
3514
|
+
.sc(DescribeProjectVersions$)
|
|
3437
3515
|
.build() {
|
|
3438
3516
|
}
|
|
3439
3517
|
|
|
@@ -3445,7 +3523,7 @@ class DescribeStreamProcessorCommand extends smithyClient.Command
|
|
|
3445
3523
|
})
|
|
3446
3524
|
.s("RekognitionService", "DescribeStreamProcessor", {})
|
|
3447
3525
|
.n("RekognitionClient", "DescribeStreamProcessorCommand")
|
|
3448
|
-
.sc(DescribeStreamProcessor)
|
|
3526
|
+
.sc(DescribeStreamProcessor$)
|
|
3449
3527
|
.build() {
|
|
3450
3528
|
}
|
|
3451
3529
|
|
|
@@ -3457,7 +3535,7 @@ class DetectCustomLabelsCommand extends smithyClient.Command
|
|
|
3457
3535
|
})
|
|
3458
3536
|
.s("RekognitionService", "DetectCustomLabels", {})
|
|
3459
3537
|
.n("RekognitionClient", "DetectCustomLabelsCommand")
|
|
3460
|
-
.sc(DetectCustomLabels)
|
|
3538
|
+
.sc(DetectCustomLabels$)
|
|
3461
3539
|
.build() {
|
|
3462
3540
|
}
|
|
3463
3541
|
|
|
@@ -3469,7 +3547,7 @@ class DetectFacesCommand extends smithyClient.Command
|
|
|
3469
3547
|
})
|
|
3470
3548
|
.s("RekognitionService", "DetectFaces", {})
|
|
3471
3549
|
.n("RekognitionClient", "DetectFacesCommand")
|
|
3472
|
-
.sc(DetectFaces)
|
|
3550
|
+
.sc(DetectFaces$)
|
|
3473
3551
|
.build() {
|
|
3474
3552
|
}
|
|
3475
3553
|
|
|
@@ -3481,7 +3559,7 @@ class DetectLabelsCommand extends smithyClient.Command
|
|
|
3481
3559
|
})
|
|
3482
3560
|
.s("RekognitionService", "DetectLabels", {})
|
|
3483
3561
|
.n("RekognitionClient", "DetectLabelsCommand")
|
|
3484
|
-
.sc(DetectLabels)
|
|
3562
|
+
.sc(DetectLabels$)
|
|
3485
3563
|
.build() {
|
|
3486
3564
|
}
|
|
3487
3565
|
|
|
@@ -3493,7 +3571,7 @@ class DetectModerationLabelsCommand extends smithyClient.Command
|
|
|
3493
3571
|
})
|
|
3494
3572
|
.s("RekognitionService", "DetectModerationLabels", {})
|
|
3495
3573
|
.n("RekognitionClient", "DetectModerationLabelsCommand")
|
|
3496
|
-
.sc(DetectModerationLabels)
|
|
3574
|
+
.sc(DetectModerationLabels$)
|
|
3497
3575
|
.build() {
|
|
3498
3576
|
}
|
|
3499
3577
|
|
|
@@ -3505,7 +3583,7 @@ class DetectProtectiveEquipmentCommand extends smithyClient.Command
|
|
|
3505
3583
|
})
|
|
3506
3584
|
.s("RekognitionService", "DetectProtectiveEquipment", {})
|
|
3507
3585
|
.n("RekognitionClient", "DetectProtectiveEquipmentCommand")
|
|
3508
|
-
.sc(DetectProtectiveEquipment)
|
|
3586
|
+
.sc(DetectProtectiveEquipment$)
|
|
3509
3587
|
.build() {
|
|
3510
3588
|
}
|
|
3511
3589
|
|
|
@@ -3517,7 +3595,7 @@ class DetectTextCommand extends smithyClient.Command
|
|
|
3517
3595
|
})
|
|
3518
3596
|
.s("RekognitionService", "DetectText", {})
|
|
3519
3597
|
.n("RekognitionClient", "DetectTextCommand")
|
|
3520
|
-
.sc(DetectText)
|
|
3598
|
+
.sc(DetectText$)
|
|
3521
3599
|
.build() {
|
|
3522
3600
|
}
|
|
3523
3601
|
|
|
@@ -3529,7 +3607,7 @@ class DisassociateFacesCommand extends smithyClient.Command
|
|
|
3529
3607
|
})
|
|
3530
3608
|
.s("RekognitionService", "DisassociateFaces", {})
|
|
3531
3609
|
.n("RekognitionClient", "DisassociateFacesCommand")
|
|
3532
|
-
.sc(DisassociateFaces)
|
|
3610
|
+
.sc(DisassociateFaces$)
|
|
3533
3611
|
.build() {
|
|
3534
3612
|
}
|
|
3535
3613
|
|
|
@@ -3541,7 +3619,7 @@ class DistributeDatasetEntriesCommand extends smithyClient.Command
|
|
|
3541
3619
|
})
|
|
3542
3620
|
.s("RekognitionService", "DistributeDatasetEntries", {})
|
|
3543
3621
|
.n("RekognitionClient", "DistributeDatasetEntriesCommand")
|
|
3544
|
-
.sc(DistributeDatasetEntries)
|
|
3622
|
+
.sc(DistributeDatasetEntries$)
|
|
3545
3623
|
.build() {
|
|
3546
3624
|
}
|
|
3547
3625
|
|
|
@@ -3553,7 +3631,7 @@ class GetCelebrityInfoCommand extends smithyClient.Command
|
|
|
3553
3631
|
})
|
|
3554
3632
|
.s("RekognitionService", "GetCelebrityInfo", {})
|
|
3555
3633
|
.n("RekognitionClient", "GetCelebrityInfoCommand")
|
|
3556
|
-
.sc(GetCelebrityInfo)
|
|
3634
|
+
.sc(GetCelebrityInfo$)
|
|
3557
3635
|
.build() {
|
|
3558
3636
|
}
|
|
3559
3637
|
|
|
@@ -3565,7 +3643,7 @@ class GetCelebrityRecognitionCommand extends smithyClient.Command
|
|
|
3565
3643
|
})
|
|
3566
3644
|
.s("RekognitionService", "GetCelebrityRecognition", {})
|
|
3567
3645
|
.n("RekognitionClient", "GetCelebrityRecognitionCommand")
|
|
3568
|
-
.sc(GetCelebrityRecognition)
|
|
3646
|
+
.sc(GetCelebrityRecognition$)
|
|
3569
3647
|
.build() {
|
|
3570
3648
|
}
|
|
3571
3649
|
|
|
@@ -3577,7 +3655,7 @@ class GetContentModerationCommand extends smithyClient.Command
|
|
|
3577
3655
|
})
|
|
3578
3656
|
.s("RekognitionService", "GetContentModeration", {})
|
|
3579
3657
|
.n("RekognitionClient", "GetContentModerationCommand")
|
|
3580
|
-
.sc(GetContentModeration)
|
|
3658
|
+
.sc(GetContentModeration$)
|
|
3581
3659
|
.build() {
|
|
3582
3660
|
}
|
|
3583
3661
|
|
|
@@ -3589,7 +3667,7 @@ class GetFaceDetectionCommand extends smithyClient.Command
|
|
|
3589
3667
|
})
|
|
3590
3668
|
.s("RekognitionService", "GetFaceDetection", {})
|
|
3591
3669
|
.n("RekognitionClient", "GetFaceDetectionCommand")
|
|
3592
|
-
.sc(GetFaceDetection)
|
|
3670
|
+
.sc(GetFaceDetection$)
|
|
3593
3671
|
.build() {
|
|
3594
3672
|
}
|
|
3595
3673
|
|
|
@@ -3601,7 +3679,7 @@ class GetFaceLivenessSessionResultsCommand extends smithyClient.Command
|
|
|
3601
3679
|
})
|
|
3602
3680
|
.s("RekognitionService", "GetFaceLivenessSessionResults", {})
|
|
3603
3681
|
.n("RekognitionClient", "GetFaceLivenessSessionResultsCommand")
|
|
3604
|
-
.sc(GetFaceLivenessSessionResults)
|
|
3682
|
+
.sc(GetFaceLivenessSessionResults$)
|
|
3605
3683
|
.build() {
|
|
3606
3684
|
}
|
|
3607
3685
|
|
|
@@ -3613,7 +3691,7 @@ class GetFaceSearchCommand extends smithyClient.Command
|
|
|
3613
3691
|
})
|
|
3614
3692
|
.s("RekognitionService", "GetFaceSearch", {})
|
|
3615
3693
|
.n("RekognitionClient", "GetFaceSearchCommand")
|
|
3616
|
-
.sc(GetFaceSearch)
|
|
3694
|
+
.sc(GetFaceSearch$)
|
|
3617
3695
|
.build() {
|
|
3618
3696
|
}
|
|
3619
3697
|
|
|
@@ -3625,7 +3703,7 @@ class GetLabelDetectionCommand extends smithyClient.Command
|
|
|
3625
3703
|
})
|
|
3626
3704
|
.s("RekognitionService", "GetLabelDetection", {})
|
|
3627
3705
|
.n("RekognitionClient", "GetLabelDetectionCommand")
|
|
3628
|
-
.sc(GetLabelDetection)
|
|
3706
|
+
.sc(GetLabelDetection$)
|
|
3629
3707
|
.build() {
|
|
3630
3708
|
}
|
|
3631
3709
|
|
|
@@ -3637,7 +3715,7 @@ class GetMediaAnalysisJobCommand extends smithyClient.Command
|
|
|
3637
3715
|
})
|
|
3638
3716
|
.s("RekognitionService", "GetMediaAnalysisJob", {})
|
|
3639
3717
|
.n("RekognitionClient", "GetMediaAnalysisJobCommand")
|
|
3640
|
-
.sc(GetMediaAnalysisJob)
|
|
3718
|
+
.sc(GetMediaAnalysisJob$)
|
|
3641
3719
|
.build() {
|
|
3642
3720
|
}
|
|
3643
3721
|
|
|
@@ -3649,7 +3727,7 @@ class GetPersonTrackingCommand extends smithyClient.Command
|
|
|
3649
3727
|
})
|
|
3650
3728
|
.s("RekognitionService", "GetPersonTracking", {})
|
|
3651
3729
|
.n("RekognitionClient", "GetPersonTrackingCommand")
|
|
3652
|
-
.sc(GetPersonTracking)
|
|
3730
|
+
.sc(GetPersonTracking$)
|
|
3653
3731
|
.build() {
|
|
3654
3732
|
}
|
|
3655
3733
|
|
|
@@ -3661,7 +3739,7 @@ class GetSegmentDetectionCommand extends smithyClient.Command
|
|
|
3661
3739
|
})
|
|
3662
3740
|
.s("RekognitionService", "GetSegmentDetection", {})
|
|
3663
3741
|
.n("RekognitionClient", "GetSegmentDetectionCommand")
|
|
3664
|
-
.sc(GetSegmentDetection)
|
|
3742
|
+
.sc(GetSegmentDetection$)
|
|
3665
3743
|
.build() {
|
|
3666
3744
|
}
|
|
3667
3745
|
|
|
@@ -3673,7 +3751,7 @@ class GetTextDetectionCommand extends smithyClient.Command
|
|
|
3673
3751
|
})
|
|
3674
3752
|
.s("RekognitionService", "GetTextDetection", {})
|
|
3675
3753
|
.n("RekognitionClient", "GetTextDetectionCommand")
|
|
3676
|
-
.sc(GetTextDetection)
|
|
3754
|
+
.sc(GetTextDetection$)
|
|
3677
3755
|
.build() {
|
|
3678
3756
|
}
|
|
3679
3757
|
|
|
@@ -3685,7 +3763,7 @@ class IndexFacesCommand extends smithyClient.Command
|
|
|
3685
3763
|
})
|
|
3686
3764
|
.s("RekognitionService", "IndexFaces", {})
|
|
3687
3765
|
.n("RekognitionClient", "IndexFacesCommand")
|
|
3688
|
-
.sc(IndexFaces)
|
|
3766
|
+
.sc(IndexFaces$)
|
|
3689
3767
|
.build() {
|
|
3690
3768
|
}
|
|
3691
3769
|
|
|
@@ -3697,7 +3775,7 @@ class ListCollectionsCommand extends smithyClient.Command
|
|
|
3697
3775
|
})
|
|
3698
3776
|
.s("RekognitionService", "ListCollections", {})
|
|
3699
3777
|
.n("RekognitionClient", "ListCollectionsCommand")
|
|
3700
|
-
.sc(ListCollections)
|
|
3778
|
+
.sc(ListCollections$)
|
|
3701
3779
|
.build() {
|
|
3702
3780
|
}
|
|
3703
3781
|
|
|
@@ -3709,7 +3787,7 @@ class ListDatasetEntriesCommand extends smithyClient.Command
|
|
|
3709
3787
|
})
|
|
3710
3788
|
.s("RekognitionService", "ListDatasetEntries", {})
|
|
3711
3789
|
.n("RekognitionClient", "ListDatasetEntriesCommand")
|
|
3712
|
-
.sc(ListDatasetEntries)
|
|
3790
|
+
.sc(ListDatasetEntries$)
|
|
3713
3791
|
.build() {
|
|
3714
3792
|
}
|
|
3715
3793
|
|
|
@@ -3721,7 +3799,7 @@ class ListDatasetLabelsCommand extends smithyClient.Command
|
|
|
3721
3799
|
})
|
|
3722
3800
|
.s("RekognitionService", "ListDatasetLabels", {})
|
|
3723
3801
|
.n("RekognitionClient", "ListDatasetLabelsCommand")
|
|
3724
|
-
.sc(ListDatasetLabels)
|
|
3802
|
+
.sc(ListDatasetLabels$)
|
|
3725
3803
|
.build() {
|
|
3726
3804
|
}
|
|
3727
3805
|
|
|
@@ -3733,7 +3811,7 @@ class ListFacesCommand extends smithyClient.Command
|
|
|
3733
3811
|
})
|
|
3734
3812
|
.s("RekognitionService", "ListFaces", {})
|
|
3735
3813
|
.n("RekognitionClient", "ListFacesCommand")
|
|
3736
|
-
.sc(ListFaces)
|
|
3814
|
+
.sc(ListFaces$)
|
|
3737
3815
|
.build() {
|
|
3738
3816
|
}
|
|
3739
3817
|
|
|
@@ -3745,7 +3823,7 @@ class ListMediaAnalysisJobsCommand extends smithyClient.Command
|
|
|
3745
3823
|
})
|
|
3746
3824
|
.s("RekognitionService", "ListMediaAnalysisJobs", {})
|
|
3747
3825
|
.n("RekognitionClient", "ListMediaAnalysisJobsCommand")
|
|
3748
|
-
.sc(ListMediaAnalysisJobs)
|
|
3826
|
+
.sc(ListMediaAnalysisJobs$)
|
|
3749
3827
|
.build() {
|
|
3750
3828
|
}
|
|
3751
3829
|
|
|
@@ -3757,7 +3835,7 @@ class ListProjectPoliciesCommand extends smithyClient.Command
|
|
|
3757
3835
|
})
|
|
3758
3836
|
.s("RekognitionService", "ListProjectPolicies", {})
|
|
3759
3837
|
.n("RekognitionClient", "ListProjectPoliciesCommand")
|
|
3760
|
-
.sc(ListProjectPolicies)
|
|
3838
|
+
.sc(ListProjectPolicies$)
|
|
3761
3839
|
.build() {
|
|
3762
3840
|
}
|
|
3763
3841
|
|
|
@@ -3769,7 +3847,7 @@ class ListStreamProcessorsCommand extends smithyClient.Command
|
|
|
3769
3847
|
})
|
|
3770
3848
|
.s("RekognitionService", "ListStreamProcessors", {})
|
|
3771
3849
|
.n("RekognitionClient", "ListStreamProcessorsCommand")
|
|
3772
|
-
.sc(ListStreamProcessors)
|
|
3850
|
+
.sc(ListStreamProcessors$)
|
|
3773
3851
|
.build() {
|
|
3774
3852
|
}
|
|
3775
3853
|
|
|
@@ -3781,7 +3859,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3781
3859
|
})
|
|
3782
3860
|
.s("RekognitionService", "ListTagsForResource", {})
|
|
3783
3861
|
.n("RekognitionClient", "ListTagsForResourceCommand")
|
|
3784
|
-
.sc(ListTagsForResource)
|
|
3862
|
+
.sc(ListTagsForResource$)
|
|
3785
3863
|
.build() {
|
|
3786
3864
|
}
|
|
3787
3865
|
|
|
@@ -3793,7 +3871,7 @@ class ListUsersCommand extends smithyClient.Command
|
|
|
3793
3871
|
})
|
|
3794
3872
|
.s("RekognitionService", "ListUsers", {})
|
|
3795
3873
|
.n("RekognitionClient", "ListUsersCommand")
|
|
3796
|
-
.sc(ListUsers)
|
|
3874
|
+
.sc(ListUsers$)
|
|
3797
3875
|
.build() {
|
|
3798
3876
|
}
|
|
3799
3877
|
|
|
@@ -3805,7 +3883,7 @@ class PutProjectPolicyCommand extends smithyClient.Command
|
|
|
3805
3883
|
})
|
|
3806
3884
|
.s("RekognitionService", "PutProjectPolicy", {})
|
|
3807
3885
|
.n("RekognitionClient", "PutProjectPolicyCommand")
|
|
3808
|
-
.sc(PutProjectPolicy)
|
|
3886
|
+
.sc(PutProjectPolicy$)
|
|
3809
3887
|
.build() {
|
|
3810
3888
|
}
|
|
3811
3889
|
|
|
@@ -3817,7 +3895,7 @@ class RecognizeCelebritiesCommand extends smithyClient.Command
|
|
|
3817
3895
|
})
|
|
3818
3896
|
.s("RekognitionService", "RecognizeCelebrities", {})
|
|
3819
3897
|
.n("RekognitionClient", "RecognizeCelebritiesCommand")
|
|
3820
|
-
.sc(RecognizeCelebrities)
|
|
3898
|
+
.sc(RecognizeCelebrities$)
|
|
3821
3899
|
.build() {
|
|
3822
3900
|
}
|
|
3823
3901
|
|
|
@@ -3829,7 +3907,7 @@ class SearchFacesByImageCommand extends smithyClient.Command
|
|
|
3829
3907
|
})
|
|
3830
3908
|
.s("RekognitionService", "SearchFacesByImage", {})
|
|
3831
3909
|
.n("RekognitionClient", "SearchFacesByImageCommand")
|
|
3832
|
-
.sc(SearchFacesByImage)
|
|
3910
|
+
.sc(SearchFacesByImage$)
|
|
3833
3911
|
.build() {
|
|
3834
3912
|
}
|
|
3835
3913
|
|
|
@@ -3841,7 +3919,7 @@ class SearchFacesCommand extends smithyClient.Command
|
|
|
3841
3919
|
})
|
|
3842
3920
|
.s("RekognitionService", "SearchFaces", {})
|
|
3843
3921
|
.n("RekognitionClient", "SearchFacesCommand")
|
|
3844
|
-
.sc(SearchFaces)
|
|
3922
|
+
.sc(SearchFaces$)
|
|
3845
3923
|
.build() {
|
|
3846
3924
|
}
|
|
3847
3925
|
|
|
@@ -3853,7 +3931,7 @@ class SearchUsersByImageCommand extends smithyClient.Command
|
|
|
3853
3931
|
})
|
|
3854
3932
|
.s("RekognitionService", "SearchUsersByImage", {})
|
|
3855
3933
|
.n("RekognitionClient", "SearchUsersByImageCommand")
|
|
3856
|
-
.sc(SearchUsersByImage)
|
|
3934
|
+
.sc(SearchUsersByImage$)
|
|
3857
3935
|
.build() {
|
|
3858
3936
|
}
|
|
3859
3937
|
|
|
@@ -3865,7 +3943,7 @@ class SearchUsersCommand extends smithyClient.Command
|
|
|
3865
3943
|
})
|
|
3866
3944
|
.s("RekognitionService", "SearchUsers", {})
|
|
3867
3945
|
.n("RekognitionClient", "SearchUsersCommand")
|
|
3868
|
-
.sc(SearchUsers)
|
|
3946
|
+
.sc(SearchUsers$)
|
|
3869
3947
|
.build() {
|
|
3870
3948
|
}
|
|
3871
3949
|
|
|
@@ -3877,7 +3955,7 @@ class StartCelebrityRecognitionCommand extends smithyClient.Command
|
|
|
3877
3955
|
})
|
|
3878
3956
|
.s("RekognitionService", "StartCelebrityRecognition", {})
|
|
3879
3957
|
.n("RekognitionClient", "StartCelebrityRecognitionCommand")
|
|
3880
|
-
.sc(StartCelebrityRecognition)
|
|
3958
|
+
.sc(StartCelebrityRecognition$)
|
|
3881
3959
|
.build() {
|
|
3882
3960
|
}
|
|
3883
3961
|
|
|
@@ -3889,7 +3967,7 @@ class StartContentModerationCommand extends smithyClient.Command
|
|
|
3889
3967
|
})
|
|
3890
3968
|
.s("RekognitionService", "StartContentModeration", {})
|
|
3891
3969
|
.n("RekognitionClient", "StartContentModerationCommand")
|
|
3892
|
-
.sc(StartContentModeration)
|
|
3970
|
+
.sc(StartContentModeration$)
|
|
3893
3971
|
.build() {
|
|
3894
3972
|
}
|
|
3895
3973
|
|
|
@@ -3901,7 +3979,7 @@ class StartFaceDetectionCommand extends smithyClient.Command
|
|
|
3901
3979
|
})
|
|
3902
3980
|
.s("RekognitionService", "StartFaceDetection", {})
|
|
3903
3981
|
.n("RekognitionClient", "StartFaceDetectionCommand")
|
|
3904
|
-
.sc(StartFaceDetection)
|
|
3982
|
+
.sc(StartFaceDetection$)
|
|
3905
3983
|
.build() {
|
|
3906
3984
|
}
|
|
3907
3985
|
|
|
@@ -3913,7 +3991,7 @@ class StartFaceSearchCommand extends smithyClient.Command
|
|
|
3913
3991
|
})
|
|
3914
3992
|
.s("RekognitionService", "StartFaceSearch", {})
|
|
3915
3993
|
.n("RekognitionClient", "StartFaceSearchCommand")
|
|
3916
|
-
.sc(StartFaceSearch)
|
|
3994
|
+
.sc(StartFaceSearch$)
|
|
3917
3995
|
.build() {
|
|
3918
3996
|
}
|
|
3919
3997
|
|
|
@@ -3925,7 +4003,7 @@ class StartLabelDetectionCommand extends smithyClient.Command
|
|
|
3925
4003
|
})
|
|
3926
4004
|
.s("RekognitionService", "StartLabelDetection", {})
|
|
3927
4005
|
.n("RekognitionClient", "StartLabelDetectionCommand")
|
|
3928
|
-
.sc(StartLabelDetection)
|
|
4006
|
+
.sc(StartLabelDetection$)
|
|
3929
4007
|
.build() {
|
|
3930
4008
|
}
|
|
3931
4009
|
|
|
@@ -3937,7 +4015,7 @@ class StartMediaAnalysisJobCommand extends smithyClient.Command
|
|
|
3937
4015
|
})
|
|
3938
4016
|
.s("RekognitionService", "StartMediaAnalysisJob", {})
|
|
3939
4017
|
.n("RekognitionClient", "StartMediaAnalysisJobCommand")
|
|
3940
|
-
.sc(StartMediaAnalysisJob)
|
|
4018
|
+
.sc(StartMediaAnalysisJob$)
|
|
3941
4019
|
.build() {
|
|
3942
4020
|
}
|
|
3943
4021
|
|
|
@@ -3949,7 +4027,7 @@ class StartPersonTrackingCommand extends smithyClient.Command
|
|
|
3949
4027
|
})
|
|
3950
4028
|
.s("RekognitionService", "StartPersonTracking", {})
|
|
3951
4029
|
.n("RekognitionClient", "StartPersonTrackingCommand")
|
|
3952
|
-
.sc(StartPersonTracking)
|
|
4030
|
+
.sc(StartPersonTracking$)
|
|
3953
4031
|
.build() {
|
|
3954
4032
|
}
|
|
3955
4033
|
|
|
@@ -3961,7 +4039,7 @@ class StartProjectVersionCommand extends smithyClient.Command
|
|
|
3961
4039
|
})
|
|
3962
4040
|
.s("RekognitionService", "StartProjectVersion", {})
|
|
3963
4041
|
.n("RekognitionClient", "StartProjectVersionCommand")
|
|
3964
|
-
.sc(StartProjectVersion)
|
|
4042
|
+
.sc(StartProjectVersion$)
|
|
3965
4043
|
.build() {
|
|
3966
4044
|
}
|
|
3967
4045
|
|
|
@@ -3973,7 +4051,7 @@ class StartSegmentDetectionCommand extends smithyClient.Command
|
|
|
3973
4051
|
})
|
|
3974
4052
|
.s("RekognitionService", "StartSegmentDetection", {})
|
|
3975
4053
|
.n("RekognitionClient", "StartSegmentDetectionCommand")
|
|
3976
|
-
.sc(StartSegmentDetection)
|
|
4054
|
+
.sc(StartSegmentDetection$)
|
|
3977
4055
|
.build() {
|
|
3978
4056
|
}
|
|
3979
4057
|
|
|
@@ -3985,7 +4063,7 @@ class StartStreamProcessorCommand extends smithyClient.Command
|
|
|
3985
4063
|
})
|
|
3986
4064
|
.s("RekognitionService", "StartStreamProcessor", {})
|
|
3987
4065
|
.n("RekognitionClient", "StartStreamProcessorCommand")
|
|
3988
|
-
.sc(StartStreamProcessor)
|
|
4066
|
+
.sc(StartStreamProcessor$)
|
|
3989
4067
|
.build() {
|
|
3990
4068
|
}
|
|
3991
4069
|
|
|
@@ -3997,7 +4075,7 @@ class StartTextDetectionCommand extends smithyClient.Command
|
|
|
3997
4075
|
})
|
|
3998
4076
|
.s("RekognitionService", "StartTextDetection", {})
|
|
3999
4077
|
.n("RekognitionClient", "StartTextDetectionCommand")
|
|
4000
|
-
.sc(StartTextDetection)
|
|
4078
|
+
.sc(StartTextDetection$)
|
|
4001
4079
|
.build() {
|
|
4002
4080
|
}
|
|
4003
4081
|
|
|
@@ -4009,7 +4087,7 @@ class StopProjectVersionCommand extends smithyClient.Command
|
|
|
4009
4087
|
})
|
|
4010
4088
|
.s("RekognitionService", "StopProjectVersion", {})
|
|
4011
4089
|
.n("RekognitionClient", "StopProjectVersionCommand")
|
|
4012
|
-
.sc(StopProjectVersion)
|
|
4090
|
+
.sc(StopProjectVersion$)
|
|
4013
4091
|
.build() {
|
|
4014
4092
|
}
|
|
4015
4093
|
|
|
@@ -4021,7 +4099,7 @@ class StopStreamProcessorCommand extends smithyClient.Command
|
|
|
4021
4099
|
})
|
|
4022
4100
|
.s("RekognitionService", "StopStreamProcessor", {})
|
|
4023
4101
|
.n("RekognitionClient", "StopStreamProcessorCommand")
|
|
4024
|
-
.sc(StopStreamProcessor)
|
|
4102
|
+
.sc(StopStreamProcessor$)
|
|
4025
4103
|
.build() {
|
|
4026
4104
|
}
|
|
4027
4105
|
|
|
@@ -4033,7 +4111,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
4033
4111
|
})
|
|
4034
4112
|
.s("RekognitionService", "TagResource", {})
|
|
4035
4113
|
.n("RekognitionClient", "TagResourceCommand")
|
|
4036
|
-
.sc(TagResource)
|
|
4114
|
+
.sc(TagResource$)
|
|
4037
4115
|
.build() {
|
|
4038
4116
|
}
|
|
4039
4117
|
|
|
@@ -4045,7 +4123,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
4045
4123
|
})
|
|
4046
4124
|
.s("RekognitionService", "UntagResource", {})
|
|
4047
4125
|
.n("RekognitionClient", "UntagResourceCommand")
|
|
4048
|
-
.sc(UntagResource)
|
|
4126
|
+
.sc(UntagResource$)
|
|
4049
4127
|
.build() {
|
|
4050
4128
|
}
|
|
4051
4129
|
|
|
@@ -4057,7 +4135,7 @@ class UpdateDatasetEntriesCommand extends smithyClient.Command
|
|
|
4057
4135
|
})
|
|
4058
4136
|
.s("RekognitionService", "UpdateDatasetEntries", {})
|
|
4059
4137
|
.n("RekognitionClient", "UpdateDatasetEntriesCommand")
|
|
4060
|
-
.sc(UpdateDatasetEntries)
|
|
4138
|
+
.sc(UpdateDatasetEntries$)
|
|
4061
4139
|
.build() {
|
|
4062
4140
|
}
|
|
4063
4141
|
|
|
@@ -4069,7 +4147,7 @@ class UpdateStreamProcessorCommand extends smithyClient.Command
|
|
|
4069
4147
|
})
|
|
4070
4148
|
.s("RekognitionService", "UpdateStreamProcessor", {})
|
|
4071
4149
|
.n("RekognitionClient", "UpdateStreamProcessorCommand")
|
|
4072
|
-
.sc(UpdateStreamProcessor)
|
|
4150
|
+
.sc(UpdateStreamProcessor$)
|
|
4073
4151
|
.build() {
|
|
4074
4152
|
}
|
|
4075
4153
|
|
|
@@ -4593,151 +4671,550 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4593
4671
|
enumerable: true,
|
|
4594
4672
|
get: function () { return smithyClient.Client; }
|
|
4595
4673
|
});
|
|
4596
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
4674
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
4675
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
4676
|
+
exports.AgeRange$ = AgeRange$;
|
|
4677
|
+
exports.Asset$ = Asset$;
|
|
4678
|
+
exports.AssociateFaces$ = AssociateFaces$;
|
|
4597
4679
|
exports.AssociateFacesCommand = AssociateFacesCommand;
|
|
4680
|
+
exports.AssociateFacesRequest$ = AssociateFacesRequest$;
|
|
4681
|
+
exports.AssociateFacesResponse$ = AssociateFacesResponse$;
|
|
4682
|
+
exports.AssociatedFace$ = AssociatedFace$;
|
|
4598
4683
|
exports.Attribute = Attribute;
|
|
4684
|
+
exports.AudioMetadata$ = AudioMetadata$;
|
|
4685
|
+
exports.AuditImage$ = AuditImage$;
|
|
4686
|
+
exports.Beard$ = Beard$;
|
|
4687
|
+
exports.BlackFrame$ = BlackFrame$;
|
|
4599
4688
|
exports.BodyPart = BodyPart;
|
|
4689
|
+
exports.BoundingBox$ = BoundingBox$;
|
|
4690
|
+
exports.Celebrity$ = Celebrity$;
|
|
4691
|
+
exports.CelebrityDetail$ = CelebrityDetail$;
|
|
4692
|
+
exports.CelebrityRecognition$ = CelebrityRecognition$;
|
|
4600
4693
|
exports.CelebrityRecognitionSortBy = CelebrityRecognitionSortBy;
|
|
4694
|
+
exports.Challenge$ = Challenge$;
|
|
4695
|
+
exports.ChallengePreference$ = ChallengePreference$;
|
|
4601
4696
|
exports.ChallengeType = ChallengeType;
|
|
4697
|
+
exports.CompareFaces$ = CompareFaces$;
|
|
4602
4698
|
exports.CompareFacesCommand = CompareFacesCommand;
|
|
4603
|
-
exports.
|
|
4699
|
+
exports.CompareFacesMatch$ = CompareFacesMatch$;
|
|
4700
|
+
exports.CompareFacesRequest$ = CompareFacesRequest$;
|
|
4701
|
+
exports.CompareFacesResponse$ = CompareFacesResponse$;
|
|
4702
|
+
exports.ComparedFace$ = ComparedFace$;
|
|
4703
|
+
exports.ComparedSourceImageFace$ = ComparedSourceImageFace$;
|
|
4704
|
+
exports.ConflictException = ConflictException;
|
|
4705
|
+
exports.ConflictException$ = ConflictException$;
|
|
4706
|
+
exports.ConnectedHomeSettings$ = ConnectedHomeSettings$;
|
|
4707
|
+
exports.ConnectedHomeSettingsForUpdate$ = ConnectedHomeSettingsForUpdate$;
|
|
4604
4708
|
exports.ContentClassifier = ContentClassifier;
|
|
4605
4709
|
exports.ContentModerationAggregateBy = ContentModerationAggregateBy;
|
|
4710
|
+
exports.ContentModerationDetection$ = ContentModerationDetection$;
|
|
4606
4711
|
exports.ContentModerationSortBy = ContentModerationSortBy;
|
|
4712
|
+
exports.ContentType$ = ContentType$;
|
|
4713
|
+
exports.CopyProjectVersion$ = CopyProjectVersion$;
|
|
4607
4714
|
exports.CopyProjectVersionCommand = CopyProjectVersionCommand;
|
|
4715
|
+
exports.CopyProjectVersionRequest$ = CopyProjectVersionRequest$;
|
|
4716
|
+
exports.CopyProjectVersionResponse$ = CopyProjectVersionResponse$;
|
|
4717
|
+
exports.CoversBodyPart$ = CoversBodyPart$;
|
|
4718
|
+
exports.CreateCollection$ = CreateCollection$;
|
|
4608
4719
|
exports.CreateCollectionCommand = CreateCollectionCommand;
|
|
4720
|
+
exports.CreateCollectionRequest$ = CreateCollectionRequest$;
|
|
4721
|
+
exports.CreateCollectionResponse$ = CreateCollectionResponse$;
|
|
4722
|
+
exports.CreateDataset$ = CreateDataset$;
|
|
4609
4723
|
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
4724
|
+
exports.CreateDatasetRequest$ = CreateDatasetRequest$;
|
|
4725
|
+
exports.CreateDatasetResponse$ = CreateDatasetResponse$;
|
|
4726
|
+
exports.CreateFaceLivenessSession$ = CreateFaceLivenessSession$;
|
|
4610
4727
|
exports.CreateFaceLivenessSessionCommand = CreateFaceLivenessSessionCommand;
|
|
4728
|
+
exports.CreateFaceLivenessSessionRequest$ = CreateFaceLivenessSessionRequest$;
|
|
4729
|
+
exports.CreateFaceLivenessSessionRequestSettings$ = CreateFaceLivenessSessionRequestSettings$;
|
|
4730
|
+
exports.CreateFaceLivenessSessionResponse$ = CreateFaceLivenessSessionResponse$;
|
|
4731
|
+
exports.CreateProject$ = CreateProject$;
|
|
4611
4732
|
exports.CreateProjectCommand = CreateProjectCommand;
|
|
4733
|
+
exports.CreateProjectRequest$ = CreateProjectRequest$;
|
|
4734
|
+
exports.CreateProjectResponse$ = CreateProjectResponse$;
|
|
4735
|
+
exports.CreateProjectVersion$ = CreateProjectVersion$;
|
|
4612
4736
|
exports.CreateProjectVersionCommand = CreateProjectVersionCommand;
|
|
4737
|
+
exports.CreateProjectVersionRequest$ = CreateProjectVersionRequest$;
|
|
4738
|
+
exports.CreateProjectVersionResponse$ = CreateProjectVersionResponse$;
|
|
4739
|
+
exports.CreateStreamProcessor$ = CreateStreamProcessor$;
|
|
4613
4740
|
exports.CreateStreamProcessorCommand = CreateStreamProcessorCommand;
|
|
4741
|
+
exports.CreateStreamProcessorRequest$ = CreateStreamProcessorRequest$;
|
|
4742
|
+
exports.CreateStreamProcessorResponse$ = CreateStreamProcessorResponse$;
|
|
4743
|
+
exports.CreateUser$ = CreateUser$;
|
|
4614
4744
|
exports.CreateUserCommand = CreateUserCommand;
|
|
4745
|
+
exports.CreateUserRequest$ = CreateUserRequest$;
|
|
4746
|
+
exports.CreateUserResponse$ = CreateUserResponse$;
|
|
4747
|
+
exports.CustomLabel$ = CustomLabel$;
|
|
4615
4748
|
exports.CustomizationFeature = CustomizationFeature;
|
|
4749
|
+
exports.CustomizationFeatureConfig$ = CustomizationFeatureConfig$;
|
|
4750
|
+
exports.CustomizationFeatureContentModerationConfig$ = CustomizationFeatureContentModerationConfig$;
|
|
4751
|
+
exports.DatasetChanges$ = DatasetChanges$;
|
|
4752
|
+
exports.DatasetDescription$ = DatasetDescription$;
|
|
4753
|
+
exports.DatasetLabelDescription$ = DatasetLabelDescription$;
|
|
4754
|
+
exports.DatasetLabelStats$ = DatasetLabelStats$;
|
|
4755
|
+
exports.DatasetMetadata$ = DatasetMetadata$;
|
|
4756
|
+
exports.DatasetSource$ = DatasetSource$;
|
|
4757
|
+
exports.DatasetStats$ = DatasetStats$;
|
|
4616
4758
|
exports.DatasetStatus = DatasetStatus;
|
|
4617
4759
|
exports.DatasetStatusMessageCode = DatasetStatusMessageCode;
|
|
4618
4760
|
exports.DatasetType = DatasetType;
|
|
4761
|
+
exports.DeleteCollection$ = DeleteCollection$;
|
|
4619
4762
|
exports.DeleteCollectionCommand = DeleteCollectionCommand;
|
|
4763
|
+
exports.DeleteCollectionRequest$ = DeleteCollectionRequest$;
|
|
4764
|
+
exports.DeleteCollectionResponse$ = DeleteCollectionResponse$;
|
|
4765
|
+
exports.DeleteDataset$ = DeleteDataset$;
|
|
4620
4766
|
exports.DeleteDatasetCommand = DeleteDatasetCommand;
|
|
4767
|
+
exports.DeleteDatasetRequest$ = DeleteDatasetRequest$;
|
|
4768
|
+
exports.DeleteDatasetResponse$ = DeleteDatasetResponse$;
|
|
4769
|
+
exports.DeleteFaces$ = DeleteFaces$;
|
|
4621
4770
|
exports.DeleteFacesCommand = DeleteFacesCommand;
|
|
4771
|
+
exports.DeleteFacesRequest$ = DeleteFacesRequest$;
|
|
4772
|
+
exports.DeleteFacesResponse$ = DeleteFacesResponse$;
|
|
4773
|
+
exports.DeleteProject$ = DeleteProject$;
|
|
4622
4774
|
exports.DeleteProjectCommand = DeleteProjectCommand;
|
|
4775
|
+
exports.DeleteProjectPolicy$ = DeleteProjectPolicy$;
|
|
4623
4776
|
exports.DeleteProjectPolicyCommand = DeleteProjectPolicyCommand;
|
|
4777
|
+
exports.DeleteProjectPolicyRequest$ = DeleteProjectPolicyRequest$;
|
|
4778
|
+
exports.DeleteProjectPolicyResponse$ = DeleteProjectPolicyResponse$;
|
|
4779
|
+
exports.DeleteProjectRequest$ = DeleteProjectRequest$;
|
|
4780
|
+
exports.DeleteProjectResponse$ = DeleteProjectResponse$;
|
|
4781
|
+
exports.DeleteProjectVersion$ = DeleteProjectVersion$;
|
|
4624
4782
|
exports.DeleteProjectVersionCommand = DeleteProjectVersionCommand;
|
|
4783
|
+
exports.DeleteProjectVersionRequest$ = DeleteProjectVersionRequest$;
|
|
4784
|
+
exports.DeleteProjectVersionResponse$ = DeleteProjectVersionResponse$;
|
|
4785
|
+
exports.DeleteStreamProcessor$ = DeleteStreamProcessor$;
|
|
4625
4786
|
exports.DeleteStreamProcessorCommand = DeleteStreamProcessorCommand;
|
|
4787
|
+
exports.DeleteStreamProcessorRequest$ = DeleteStreamProcessorRequest$;
|
|
4788
|
+
exports.DeleteStreamProcessorResponse$ = DeleteStreamProcessorResponse$;
|
|
4789
|
+
exports.DeleteUser$ = DeleteUser$;
|
|
4626
4790
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
4791
|
+
exports.DeleteUserRequest$ = DeleteUserRequest$;
|
|
4792
|
+
exports.DeleteUserResponse$ = DeleteUserResponse$;
|
|
4793
|
+
exports.DescribeCollection$ = DescribeCollection$;
|
|
4627
4794
|
exports.DescribeCollectionCommand = DescribeCollectionCommand;
|
|
4795
|
+
exports.DescribeCollectionRequest$ = DescribeCollectionRequest$;
|
|
4796
|
+
exports.DescribeCollectionResponse$ = DescribeCollectionResponse$;
|
|
4797
|
+
exports.DescribeDataset$ = DescribeDataset$;
|
|
4628
4798
|
exports.DescribeDatasetCommand = DescribeDatasetCommand;
|
|
4799
|
+
exports.DescribeDatasetRequest$ = DescribeDatasetRequest$;
|
|
4800
|
+
exports.DescribeDatasetResponse$ = DescribeDatasetResponse$;
|
|
4801
|
+
exports.DescribeProjectVersions$ = DescribeProjectVersions$;
|
|
4629
4802
|
exports.DescribeProjectVersionsCommand = DescribeProjectVersionsCommand;
|
|
4803
|
+
exports.DescribeProjectVersionsRequest$ = DescribeProjectVersionsRequest$;
|
|
4804
|
+
exports.DescribeProjectVersionsResponse$ = DescribeProjectVersionsResponse$;
|
|
4805
|
+
exports.DescribeProjects$ = DescribeProjects$;
|
|
4630
4806
|
exports.DescribeProjectsCommand = DescribeProjectsCommand;
|
|
4807
|
+
exports.DescribeProjectsRequest$ = DescribeProjectsRequest$;
|
|
4808
|
+
exports.DescribeProjectsResponse$ = DescribeProjectsResponse$;
|
|
4809
|
+
exports.DescribeStreamProcessor$ = DescribeStreamProcessor$;
|
|
4631
4810
|
exports.DescribeStreamProcessorCommand = DescribeStreamProcessorCommand;
|
|
4811
|
+
exports.DescribeStreamProcessorRequest$ = DescribeStreamProcessorRequest$;
|
|
4812
|
+
exports.DescribeStreamProcessorResponse$ = DescribeStreamProcessorResponse$;
|
|
4813
|
+
exports.DetectCustomLabels$ = DetectCustomLabels$;
|
|
4632
4814
|
exports.DetectCustomLabelsCommand = DetectCustomLabelsCommand;
|
|
4815
|
+
exports.DetectCustomLabelsRequest$ = DetectCustomLabelsRequest$;
|
|
4816
|
+
exports.DetectCustomLabelsResponse$ = DetectCustomLabelsResponse$;
|
|
4817
|
+
exports.DetectFaces$ = DetectFaces$;
|
|
4633
4818
|
exports.DetectFacesCommand = DetectFacesCommand;
|
|
4819
|
+
exports.DetectFacesRequest$ = DetectFacesRequest$;
|
|
4820
|
+
exports.DetectFacesResponse$ = DetectFacesResponse$;
|
|
4821
|
+
exports.DetectLabels$ = DetectLabels$;
|
|
4634
4822
|
exports.DetectLabelsCommand = DetectLabelsCommand;
|
|
4635
4823
|
exports.DetectLabelsFeatureName = DetectLabelsFeatureName;
|
|
4824
|
+
exports.DetectLabelsImageBackground$ = DetectLabelsImageBackground$;
|
|
4825
|
+
exports.DetectLabelsImageForeground$ = DetectLabelsImageForeground$;
|
|
4826
|
+
exports.DetectLabelsImageProperties$ = DetectLabelsImageProperties$;
|
|
4827
|
+
exports.DetectLabelsImagePropertiesSettings$ = DetectLabelsImagePropertiesSettings$;
|
|
4828
|
+
exports.DetectLabelsImageQuality$ = DetectLabelsImageQuality$;
|
|
4829
|
+
exports.DetectLabelsRequest$ = DetectLabelsRequest$;
|
|
4830
|
+
exports.DetectLabelsResponse$ = DetectLabelsResponse$;
|
|
4831
|
+
exports.DetectLabelsSettings$ = DetectLabelsSettings$;
|
|
4832
|
+
exports.DetectModerationLabels$ = DetectModerationLabels$;
|
|
4636
4833
|
exports.DetectModerationLabelsCommand = DetectModerationLabelsCommand;
|
|
4834
|
+
exports.DetectModerationLabelsRequest$ = DetectModerationLabelsRequest$;
|
|
4835
|
+
exports.DetectModerationLabelsResponse$ = DetectModerationLabelsResponse$;
|
|
4836
|
+
exports.DetectProtectiveEquipment$ = DetectProtectiveEquipment$;
|
|
4637
4837
|
exports.DetectProtectiveEquipmentCommand = DetectProtectiveEquipmentCommand;
|
|
4838
|
+
exports.DetectProtectiveEquipmentRequest$ = DetectProtectiveEquipmentRequest$;
|
|
4839
|
+
exports.DetectProtectiveEquipmentResponse$ = DetectProtectiveEquipmentResponse$;
|
|
4840
|
+
exports.DetectText$ = DetectText$;
|
|
4638
4841
|
exports.DetectTextCommand = DetectTextCommand;
|
|
4842
|
+
exports.DetectTextFilters$ = DetectTextFilters$;
|
|
4843
|
+
exports.DetectTextRequest$ = DetectTextRequest$;
|
|
4844
|
+
exports.DetectTextResponse$ = DetectTextResponse$;
|
|
4845
|
+
exports.DetectionFilter$ = DetectionFilter$;
|
|
4846
|
+
exports.DisassociateFaces$ = DisassociateFaces$;
|
|
4639
4847
|
exports.DisassociateFacesCommand = DisassociateFacesCommand;
|
|
4848
|
+
exports.DisassociateFacesRequest$ = DisassociateFacesRequest$;
|
|
4849
|
+
exports.DisassociateFacesResponse$ = DisassociateFacesResponse$;
|
|
4850
|
+
exports.DisassociatedFace$ = DisassociatedFace$;
|
|
4851
|
+
exports.DistributeDataset$ = DistributeDataset$;
|
|
4852
|
+
exports.DistributeDatasetEntries$ = DistributeDatasetEntries$;
|
|
4640
4853
|
exports.DistributeDatasetEntriesCommand = DistributeDatasetEntriesCommand;
|
|
4854
|
+
exports.DistributeDatasetEntriesRequest$ = DistributeDatasetEntriesRequest$;
|
|
4855
|
+
exports.DistributeDatasetEntriesResponse$ = DistributeDatasetEntriesResponse$;
|
|
4856
|
+
exports.DominantColor$ = DominantColor$;
|
|
4857
|
+
exports.Emotion$ = Emotion$;
|
|
4641
4858
|
exports.EmotionName = EmotionName;
|
|
4859
|
+
exports.EquipmentDetection$ = EquipmentDetection$;
|
|
4860
|
+
exports.EvaluationResult$ = EvaluationResult$;
|
|
4861
|
+
exports.EyeDirection$ = EyeDirection$;
|
|
4862
|
+
exports.EyeOpen$ = EyeOpen$;
|
|
4863
|
+
exports.Eyeglasses$ = Eyeglasses$;
|
|
4864
|
+
exports.Face$ = Face$;
|
|
4642
4865
|
exports.FaceAttributes = FaceAttributes;
|
|
4866
|
+
exports.FaceDetail$ = FaceDetail$;
|
|
4867
|
+
exports.FaceDetection$ = FaceDetection$;
|
|
4868
|
+
exports.FaceMatch$ = FaceMatch$;
|
|
4869
|
+
exports.FaceOccluded$ = FaceOccluded$;
|
|
4870
|
+
exports.FaceRecord$ = FaceRecord$;
|
|
4871
|
+
exports.FaceSearchSettings$ = FaceSearchSettings$;
|
|
4643
4872
|
exports.FaceSearchSortBy = FaceSearchSortBy;
|
|
4873
|
+
exports.Gender$ = Gender$;
|
|
4644
4874
|
exports.GenderType = GenderType;
|
|
4875
|
+
exports.GeneralLabelsSettings$ = GeneralLabelsSettings$;
|
|
4876
|
+
exports.Geometry$ = Geometry$;
|
|
4877
|
+
exports.GetCelebrityInfo$ = GetCelebrityInfo$;
|
|
4645
4878
|
exports.GetCelebrityInfoCommand = GetCelebrityInfoCommand;
|
|
4879
|
+
exports.GetCelebrityInfoRequest$ = GetCelebrityInfoRequest$;
|
|
4880
|
+
exports.GetCelebrityInfoResponse$ = GetCelebrityInfoResponse$;
|
|
4881
|
+
exports.GetCelebrityRecognition$ = GetCelebrityRecognition$;
|
|
4646
4882
|
exports.GetCelebrityRecognitionCommand = GetCelebrityRecognitionCommand;
|
|
4883
|
+
exports.GetCelebrityRecognitionRequest$ = GetCelebrityRecognitionRequest$;
|
|
4884
|
+
exports.GetCelebrityRecognitionResponse$ = GetCelebrityRecognitionResponse$;
|
|
4885
|
+
exports.GetContentModeration$ = GetContentModeration$;
|
|
4647
4886
|
exports.GetContentModerationCommand = GetContentModerationCommand;
|
|
4887
|
+
exports.GetContentModerationRequest$ = GetContentModerationRequest$;
|
|
4888
|
+
exports.GetContentModerationRequestMetadata$ = GetContentModerationRequestMetadata$;
|
|
4889
|
+
exports.GetContentModerationResponse$ = GetContentModerationResponse$;
|
|
4890
|
+
exports.GetFaceDetection$ = GetFaceDetection$;
|
|
4648
4891
|
exports.GetFaceDetectionCommand = GetFaceDetectionCommand;
|
|
4892
|
+
exports.GetFaceDetectionRequest$ = GetFaceDetectionRequest$;
|
|
4893
|
+
exports.GetFaceDetectionResponse$ = GetFaceDetectionResponse$;
|
|
4894
|
+
exports.GetFaceLivenessSessionResults$ = GetFaceLivenessSessionResults$;
|
|
4649
4895
|
exports.GetFaceLivenessSessionResultsCommand = GetFaceLivenessSessionResultsCommand;
|
|
4896
|
+
exports.GetFaceLivenessSessionResultsRequest$ = GetFaceLivenessSessionResultsRequest$;
|
|
4897
|
+
exports.GetFaceLivenessSessionResultsResponse$ = GetFaceLivenessSessionResultsResponse$;
|
|
4898
|
+
exports.GetFaceSearch$ = GetFaceSearch$;
|
|
4650
4899
|
exports.GetFaceSearchCommand = GetFaceSearchCommand;
|
|
4900
|
+
exports.GetFaceSearchRequest$ = GetFaceSearchRequest$;
|
|
4901
|
+
exports.GetFaceSearchResponse$ = GetFaceSearchResponse$;
|
|
4902
|
+
exports.GetLabelDetection$ = GetLabelDetection$;
|
|
4651
4903
|
exports.GetLabelDetectionCommand = GetLabelDetectionCommand;
|
|
4904
|
+
exports.GetLabelDetectionRequest$ = GetLabelDetectionRequest$;
|
|
4905
|
+
exports.GetLabelDetectionRequestMetadata$ = GetLabelDetectionRequestMetadata$;
|
|
4906
|
+
exports.GetLabelDetectionResponse$ = GetLabelDetectionResponse$;
|
|
4907
|
+
exports.GetMediaAnalysisJob$ = GetMediaAnalysisJob$;
|
|
4652
4908
|
exports.GetMediaAnalysisJobCommand = GetMediaAnalysisJobCommand;
|
|
4909
|
+
exports.GetMediaAnalysisJobRequest$ = GetMediaAnalysisJobRequest$;
|
|
4910
|
+
exports.GetMediaAnalysisJobResponse$ = GetMediaAnalysisJobResponse$;
|
|
4911
|
+
exports.GetPersonTracking$ = GetPersonTracking$;
|
|
4653
4912
|
exports.GetPersonTrackingCommand = GetPersonTrackingCommand;
|
|
4913
|
+
exports.GetPersonTrackingRequest$ = GetPersonTrackingRequest$;
|
|
4914
|
+
exports.GetPersonTrackingResponse$ = GetPersonTrackingResponse$;
|
|
4915
|
+
exports.GetSegmentDetection$ = GetSegmentDetection$;
|
|
4654
4916
|
exports.GetSegmentDetectionCommand = GetSegmentDetectionCommand;
|
|
4917
|
+
exports.GetSegmentDetectionRequest$ = GetSegmentDetectionRequest$;
|
|
4918
|
+
exports.GetSegmentDetectionResponse$ = GetSegmentDetectionResponse$;
|
|
4919
|
+
exports.GetTextDetection$ = GetTextDetection$;
|
|
4655
4920
|
exports.GetTextDetectionCommand = GetTextDetectionCommand;
|
|
4656
|
-
exports.
|
|
4657
|
-
exports.
|
|
4658
|
-
exports.
|
|
4921
|
+
exports.GetTextDetectionRequest$ = GetTextDetectionRequest$;
|
|
4922
|
+
exports.GetTextDetectionResponse$ = GetTextDetectionResponse$;
|
|
4923
|
+
exports.GroundTruthManifest$ = GroundTruthManifest$;
|
|
4924
|
+
exports.HumanLoopActivationOutput$ = HumanLoopActivationOutput$;
|
|
4925
|
+
exports.HumanLoopConfig$ = HumanLoopConfig$;
|
|
4926
|
+
exports.HumanLoopDataAttributes$ = HumanLoopDataAttributes$;
|
|
4927
|
+
exports.HumanLoopQuotaExceededException = HumanLoopQuotaExceededException;
|
|
4928
|
+
exports.HumanLoopQuotaExceededException$ = HumanLoopQuotaExceededException$;
|
|
4929
|
+
exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
|
|
4930
|
+
exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
|
|
4931
|
+
exports.Image$ = Image$;
|
|
4932
|
+
exports.ImageQuality$ = ImageQuality$;
|
|
4933
|
+
exports.ImageTooLargeException = ImageTooLargeException;
|
|
4934
|
+
exports.ImageTooLargeException$ = ImageTooLargeException$;
|
|
4935
|
+
exports.IndexFaces$ = IndexFaces$;
|
|
4659
4936
|
exports.IndexFacesCommand = IndexFacesCommand;
|
|
4660
|
-
exports.
|
|
4661
|
-
exports.
|
|
4662
|
-
exports.
|
|
4663
|
-
exports.
|
|
4664
|
-
exports.
|
|
4665
|
-
exports.
|
|
4666
|
-
exports.
|
|
4937
|
+
exports.IndexFacesRequest$ = IndexFacesRequest$;
|
|
4938
|
+
exports.IndexFacesResponse$ = IndexFacesResponse$;
|
|
4939
|
+
exports.Instance$ = Instance$;
|
|
4940
|
+
exports.InternalServerError = InternalServerError;
|
|
4941
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
4942
|
+
exports.InvalidImageFormatException = InvalidImageFormatException;
|
|
4943
|
+
exports.InvalidImageFormatException$ = InvalidImageFormatException$;
|
|
4944
|
+
exports.InvalidManifestException = InvalidManifestException;
|
|
4945
|
+
exports.InvalidManifestException$ = InvalidManifestException$;
|
|
4946
|
+
exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
|
|
4947
|
+
exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
|
|
4948
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
4949
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
4950
|
+
exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
|
|
4951
|
+
exports.InvalidPolicyRevisionIdException$ = InvalidPolicyRevisionIdException$;
|
|
4952
|
+
exports.InvalidS3ObjectException = InvalidS3ObjectException;
|
|
4953
|
+
exports.InvalidS3ObjectException$ = InvalidS3ObjectException$;
|
|
4954
|
+
exports.KinesisDataStream$ = KinesisDataStream$;
|
|
4955
|
+
exports.KinesisVideoStream$ = KinesisVideoStream$;
|
|
4956
|
+
exports.KinesisVideoStreamStartSelector$ = KinesisVideoStreamStartSelector$;
|
|
4957
|
+
exports.KnownGender$ = KnownGender$;
|
|
4667
4958
|
exports.KnownGenderType = KnownGenderType;
|
|
4959
|
+
exports.Label$ = Label$;
|
|
4960
|
+
exports.LabelAlias$ = LabelAlias$;
|
|
4961
|
+
exports.LabelCategory$ = LabelCategory$;
|
|
4962
|
+
exports.LabelDetection$ = LabelDetection$;
|
|
4668
4963
|
exports.LabelDetectionAggregateBy = LabelDetectionAggregateBy;
|
|
4669
4964
|
exports.LabelDetectionFeatureName = LabelDetectionFeatureName;
|
|
4965
|
+
exports.LabelDetectionSettings$ = LabelDetectionSettings$;
|
|
4670
4966
|
exports.LabelDetectionSortBy = LabelDetectionSortBy;
|
|
4967
|
+
exports.Landmark$ = Landmark$;
|
|
4671
4968
|
exports.LandmarkType = LandmarkType;
|
|
4672
|
-
exports.LimitExceededException = LimitExceededException
|
|
4969
|
+
exports.LimitExceededException = LimitExceededException;
|
|
4970
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
4971
|
+
exports.ListCollections$ = ListCollections$;
|
|
4673
4972
|
exports.ListCollectionsCommand = ListCollectionsCommand;
|
|
4973
|
+
exports.ListCollectionsRequest$ = ListCollectionsRequest$;
|
|
4974
|
+
exports.ListCollectionsResponse$ = ListCollectionsResponse$;
|
|
4975
|
+
exports.ListDatasetEntries$ = ListDatasetEntries$;
|
|
4674
4976
|
exports.ListDatasetEntriesCommand = ListDatasetEntriesCommand;
|
|
4977
|
+
exports.ListDatasetEntriesRequest$ = ListDatasetEntriesRequest$;
|
|
4978
|
+
exports.ListDatasetEntriesResponse$ = ListDatasetEntriesResponse$;
|
|
4979
|
+
exports.ListDatasetLabels$ = ListDatasetLabels$;
|
|
4675
4980
|
exports.ListDatasetLabelsCommand = ListDatasetLabelsCommand;
|
|
4981
|
+
exports.ListDatasetLabelsRequest$ = ListDatasetLabelsRequest$;
|
|
4982
|
+
exports.ListDatasetLabelsResponse$ = ListDatasetLabelsResponse$;
|
|
4983
|
+
exports.ListFaces$ = ListFaces$;
|
|
4676
4984
|
exports.ListFacesCommand = ListFacesCommand;
|
|
4985
|
+
exports.ListFacesRequest$ = ListFacesRequest$;
|
|
4986
|
+
exports.ListFacesResponse$ = ListFacesResponse$;
|
|
4987
|
+
exports.ListMediaAnalysisJobs$ = ListMediaAnalysisJobs$;
|
|
4677
4988
|
exports.ListMediaAnalysisJobsCommand = ListMediaAnalysisJobsCommand;
|
|
4989
|
+
exports.ListMediaAnalysisJobsRequest$ = ListMediaAnalysisJobsRequest$;
|
|
4990
|
+
exports.ListMediaAnalysisJobsResponse$ = ListMediaAnalysisJobsResponse$;
|
|
4991
|
+
exports.ListProjectPolicies$ = ListProjectPolicies$;
|
|
4678
4992
|
exports.ListProjectPoliciesCommand = ListProjectPoliciesCommand;
|
|
4993
|
+
exports.ListProjectPoliciesRequest$ = ListProjectPoliciesRequest$;
|
|
4994
|
+
exports.ListProjectPoliciesResponse$ = ListProjectPoliciesResponse$;
|
|
4995
|
+
exports.ListStreamProcessors$ = ListStreamProcessors$;
|
|
4679
4996
|
exports.ListStreamProcessorsCommand = ListStreamProcessorsCommand;
|
|
4997
|
+
exports.ListStreamProcessorsRequest$ = ListStreamProcessorsRequest$;
|
|
4998
|
+
exports.ListStreamProcessorsResponse$ = ListStreamProcessorsResponse$;
|
|
4999
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4680
5000
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
5001
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
5002
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
5003
|
+
exports.ListUsers$ = ListUsers$;
|
|
4681
5004
|
exports.ListUsersCommand = ListUsersCommand;
|
|
5005
|
+
exports.ListUsersRequest$ = ListUsersRequest$;
|
|
5006
|
+
exports.ListUsersResponse$ = ListUsersResponse$;
|
|
5007
|
+
exports.LivenessOutputConfig$ = LivenessOutputConfig$;
|
|
4682
5008
|
exports.LivenessSessionStatus = LivenessSessionStatus;
|
|
4683
|
-
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException
|
|
5009
|
+
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
5010
|
+
exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
|
|
5011
|
+
exports.MatchedUser$ = MatchedUser$;
|
|
5012
|
+
exports.MediaAnalysisDetectModerationLabelsConfig$ = MediaAnalysisDetectModerationLabelsConfig$;
|
|
5013
|
+
exports.MediaAnalysisInput$ = MediaAnalysisInput$;
|
|
5014
|
+
exports.MediaAnalysisJobDescription$ = MediaAnalysisJobDescription$;
|
|
4684
5015
|
exports.MediaAnalysisJobFailureCode = MediaAnalysisJobFailureCode;
|
|
5016
|
+
exports.MediaAnalysisJobFailureDetails$ = MediaAnalysisJobFailureDetails$;
|
|
4685
5017
|
exports.MediaAnalysisJobStatus = MediaAnalysisJobStatus;
|
|
5018
|
+
exports.MediaAnalysisManifestSummary$ = MediaAnalysisManifestSummary$;
|
|
5019
|
+
exports.MediaAnalysisModelVersions$ = MediaAnalysisModelVersions$;
|
|
5020
|
+
exports.MediaAnalysisOperationsConfig$ = MediaAnalysisOperationsConfig$;
|
|
5021
|
+
exports.MediaAnalysisOutputConfig$ = MediaAnalysisOutputConfig$;
|
|
5022
|
+
exports.MediaAnalysisResults$ = MediaAnalysisResults$;
|
|
5023
|
+
exports.ModerationLabel$ = ModerationLabel$;
|
|
5024
|
+
exports.MouthOpen$ = MouthOpen$;
|
|
5025
|
+
exports.Mustache$ = Mustache$;
|
|
5026
|
+
exports.NotificationChannel$ = NotificationChannel$;
|
|
4686
5027
|
exports.OrientationCorrection = OrientationCorrection;
|
|
5028
|
+
exports.OutputConfig$ = OutputConfig$;
|
|
5029
|
+
exports.Parent$ = Parent$;
|
|
5030
|
+
exports.PersonDetail$ = PersonDetail$;
|
|
5031
|
+
exports.PersonDetection$ = PersonDetection$;
|
|
5032
|
+
exports.PersonMatch$ = PersonMatch$;
|
|
4687
5033
|
exports.PersonTrackingSortBy = PersonTrackingSortBy;
|
|
5034
|
+
exports.Point$ = Point$;
|
|
5035
|
+
exports.Pose$ = Pose$;
|
|
4688
5036
|
exports.ProjectAutoUpdate = ProjectAutoUpdate;
|
|
5037
|
+
exports.ProjectDescription$ = ProjectDescription$;
|
|
5038
|
+
exports.ProjectPolicy$ = ProjectPolicy$;
|
|
4689
5039
|
exports.ProjectStatus = ProjectStatus;
|
|
5040
|
+
exports.ProjectVersionDescription$ = ProjectVersionDescription$;
|
|
4690
5041
|
exports.ProjectVersionStatus = ProjectVersionStatus;
|
|
5042
|
+
exports.ProtectiveEquipmentBodyPart$ = ProtectiveEquipmentBodyPart$;
|
|
5043
|
+
exports.ProtectiveEquipmentPerson$ = ProtectiveEquipmentPerson$;
|
|
5044
|
+
exports.ProtectiveEquipmentSummarizationAttributes$ = ProtectiveEquipmentSummarizationAttributes$;
|
|
5045
|
+
exports.ProtectiveEquipmentSummary$ = ProtectiveEquipmentSummary$;
|
|
4691
5046
|
exports.ProtectiveEquipmentType = ProtectiveEquipmentType;
|
|
4692
|
-
exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException
|
|
5047
|
+
exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException;
|
|
5048
|
+
exports.ProvisionedThroughputExceededException$ = ProvisionedThroughputExceededException$;
|
|
5049
|
+
exports.PutProjectPolicy$ = PutProjectPolicy$;
|
|
4693
5050
|
exports.PutProjectPolicyCommand = PutProjectPolicyCommand;
|
|
5051
|
+
exports.PutProjectPolicyRequest$ = PutProjectPolicyRequest$;
|
|
5052
|
+
exports.PutProjectPolicyResponse$ = PutProjectPolicyResponse$;
|
|
4694
5053
|
exports.QualityFilter = QualityFilter;
|
|
4695
5054
|
exports.Reason = Reason;
|
|
5055
|
+
exports.RecognizeCelebrities$ = RecognizeCelebrities$;
|
|
4696
5056
|
exports.RecognizeCelebritiesCommand = RecognizeCelebritiesCommand;
|
|
5057
|
+
exports.RecognizeCelebritiesRequest$ = RecognizeCelebritiesRequest$;
|
|
5058
|
+
exports.RecognizeCelebritiesResponse$ = RecognizeCelebritiesResponse$;
|
|
5059
|
+
exports.RegionOfInterest$ = RegionOfInterest$;
|
|
4697
5060
|
exports.Rekognition = Rekognition;
|
|
4698
5061
|
exports.RekognitionClient = RekognitionClient;
|
|
4699
|
-
exports.RekognitionServiceException = RekognitionServiceException
|
|
4700
|
-
exports.
|
|
4701
|
-
exports.
|
|
4702
|
-
exports.
|
|
4703
|
-
exports.
|
|
5062
|
+
exports.RekognitionServiceException = RekognitionServiceException;
|
|
5063
|
+
exports.RekognitionServiceException$ = RekognitionServiceException$;
|
|
5064
|
+
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
5065
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
5066
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
5067
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
5068
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
5069
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
5070
|
+
exports.ResourceNotReadyException = ResourceNotReadyException;
|
|
5071
|
+
exports.ResourceNotReadyException$ = ResourceNotReadyException$;
|
|
5072
|
+
exports.S3Destination$ = S3Destination$;
|
|
5073
|
+
exports.S3Object$ = S3Object$;
|
|
5074
|
+
exports.SearchFaces$ = SearchFaces$;
|
|
5075
|
+
exports.SearchFacesByImage$ = SearchFacesByImage$;
|
|
4704
5076
|
exports.SearchFacesByImageCommand = SearchFacesByImageCommand;
|
|
5077
|
+
exports.SearchFacesByImageRequest$ = SearchFacesByImageRequest$;
|
|
5078
|
+
exports.SearchFacesByImageResponse$ = SearchFacesByImageResponse$;
|
|
4705
5079
|
exports.SearchFacesCommand = SearchFacesCommand;
|
|
5080
|
+
exports.SearchFacesRequest$ = SearchFacesRequest$;
|
|
5081
|
+
exports.SearchFacesResponse$ = SearchFacesResponse$;
|
|
5082
|
+
exports.SearchUsers$ = SearchUsers$;
|
|
5083
|
+
exports.SearchUsersByImage$ = SearchUsersByImage$;
|
|
4706
5084
|
exports.SearchUsersByImageCommand = SearchUsersByImageCommand;
|
|
5085
|
+
exports.SearchUsersByImageRequest$ = SearchUsersByImageRequest$;
|
|
5086
|
+
exports.SearchUsersByImageResponse$ = SearchUsersByImageResponse$;
|
|
4707
5087
|
exports.SearchUsersCommand = SearchUsersCommand;
|
|
5088
|
+
exports.SearchUsersRequest$ = SearchUsersRequest$;
|
|
5089
|
+
exports.SearchUsersResponse$ = SearchUsersResponse$;
|
|
5090
|
+
exports.SearchedFace$ = SearchedFace$;
|
|
5091
|
+
exports.SearchedFaceDetails$ = SearchedFaceDetails$;
|
|
5092
|
+
exports.SearchedUser$ = SearchedUser$;
|
|
5093
|
+
exports.SegmentDetection$ = SegmentDetection$;
|
|
4708
5094
|
exports.SegmentType = SegmentType;
|
|
4709
|
-
exports.
|
|
4710
|
-
exports.
|
|
5095
|
+
exports.SegmentTypeInfo$ = SegmentTypeInfo$;
|
|
5096
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
5097
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
5098
|
+
exports.SessionNotFoundException = SessionNotFoundException;
|
|
5099
|
+
exports.SessionNotFoundException$ = SessionNotFoundException$;
|
|
5100
|
+
exports.ShotSegment$ = ShotSegment$;
|
|
5101
|
+
exports.Smile$ = Smile$;
|
|
5102
|
+
exports.StartCelebrityRecognition$ = StartCelebrityRecognition$;
|
|
4711
5103
|
exports.StartCelebrityRecognitionCommand = StartCelebrityRecognitionCommand;
|
|
5104
|
+
exports.StartCelebrityRecognitionRequest$ = StartCelebrityRecognitionRequest$;
|
|
5105
|
+
exports.StartCelebrityRecognitionResponse$ = StartCelebrityRecognitionResponse$;
|
|
5106
|
+
exports.StartContentModeration$ = StartContentModeration$;
|
|
4712
5107
|
exports.StartContentModerationCommand = StartContentModerationCommand;
|
|
5108
|
+
exports.StartContentModerationRequest$ = StartContentModerationRequest$;
|
|
5109
|
+
exports.StartContentModerationResponse$ = StartContentModerationResponse$;
|
|
5110
|
+
exports.StartFaceDetection$ = StartFaceDetection$;
|
|
4713
5111
|
exports.StartFaceDetectionCommand = StartFaceDetectionCommand;
|
|
5112
|
+
exports.StartFaceDetectionRequest$ = StartFaceDetectionRequest$;
|
|
5113
|
+
exports.StartFaceDetectionResponse$ = StartFaceDetectionResponse$;
|
|
5114
|
+
exports.StartFaceSearch$ = StartFaceSearch$;
|
|
4714
5115
|
exports.StartFaceSearchCommand = StartFaceSearchCommand;
|
|
5116
|
+
exports.StartFaceSearchRequest$ = StartFaceSearchRequest$;
|
|
5117
|
+
exports.StartFaceSearchResponse$ = StartFaceSearchResponse$;
|
|
5118
|
+
exports.StartLabelDetection$ = StartLabelDetection$;
|
|
4715
5119
|
exports.StartLabelDetectionCommand = StartLabelDetectionCommand;
|
|
5120
|
+
exports.StartLabelDetectionRequest$ = StartLabelDetectionRequest$;
|
|
5121
|
+
exports.StartLabelDetectionResponse$ = StartLabelDetectionResponse$;
|
|
5122
|
+
exports.StartMediaAnalysisJob$ = StartMediaAnalysisJob$;
|
|
4716
5123
|
exports.StartMediaAnalysisJobCommand = StartMediaAnalysisJobCommand;
|
|
5124
|
+
exports.StartMediaAnalysisJobRequest$ = StartMediaAnalysisJobRequest$;
|
|
5125
|
+
exports.StartMediaAnalysisJobResponse$ = StartMediaAnalysisJobResponse$;
|
|
5126
|
+
exports.StartPersonTracking$ = StartPersonTracking$;
|
|
4717
5127
|
exports.StartPersonTrackingCommand = StartPersonTrackingCommand;
|
|
5128
|
+
exports.StartPersonTrackingRequest$ = StartPersonTrackingRequest$;
|
|
5129
|
+
exports.StartPersonTrackingResponse$ = StartPersonTrackingResponse$;
|
|
5130
|
+
exports.StartProjectVersion$ = StartProjectVersion$;
|
|
4718
5131
|
exports.StartProjectVersionCommand = StartProjectVersionCommand;
|
|
5132
|
+
exports.StartProjectVersionRequest$ = StartProjectVersionRequest$;
|
|
5133
|
+
exports.StartProjectVersionResponse$ = StartProjectVersionResponse$;
|
|
5134
|
+
exports.StartSegmentDetection$ = StartSegmentDetection$;
|
|
4719
5135
|
exports.StartSegmentDetectionCommand = StartSegmentDetectionCommand;
|
|
5136
|
+
exports.StartSegmentDetectionFilters$ = StartSegmentDetectionFilters$;
|
|
5137
|
+
exports.StartSegmentDetectionRequest$ = StartSegmentDetectionRequest$;
|
|
5138
|
+
exports.StartSegmentDetectionResponse$ = StartSegmentDetectionResponse$;
|
|
5139
|
+
exports.StartShotDetectionFilter$ = StartShotDetectionFilter$;
|
|
5140
|
+
exports.StartStreamProcessor$ = StartStreamProcessor$;
|
|
4720
5141
|
exports.StartStreamProcessorCommand = StartStreamProcessorCommand;
|
|
5142
|
+
exports.StartStreamProcessorRequest$ = StartStreamProcessorRequest$;
|
|
5143
|
+
exports.StartStreamProcessorResponse$ = StartStreamProcessorResponse$;
|
|
5144
|
+
exports.StartTechnicalCueDetectionFilter$ = StartTechnicalCueDetectionFilter$;
|
|
5145
|
+
exports.StartTextDetection$ = StartTextDetection$;
|
|
4721
5146
|
exports.StartTextDetectionCommand = StartTextDetectionCommand;
|
|
5147
|
+
exports.StartTextDetectionFilters$ = StartTextDetectionFilters$;
|
|
5148
|
+
exports.StartTextDetectionRequest$ = StartTextDetectionRequest$;
|
|
5149
|
+
exports.StartTextDetectionResponse$ = StartTextDetectionResponse$;
|
|
5150
|
+
exports.StopProjectVersion$ = StopProjectVersion$;
|
|
4722
5151
|
exports.StopProjectVersionCommand = StopProjectVersionCommand;
|
|
5152
|
+
exports.StopProjectVersionRequest$ = StopProjectVersionRequest$;
|
|
5153
|
+
exports.StopProjectVersionResponse$ = StopProjectVersionResponse$;
|
|
5154
|
+
exports.StopStreamProcessor$ = StopStreamProcessor$;
|
|
4723
5155
|
exports.StopStreamProcessorCommand = StopStreamProcessorCommand;
|
|
5156
|
+
exports.StopStreamProcessorRequest$ = StopStreamProcessorRequest$;
|
|
5157
|
+
exports.StopStreamProcessorResponse$ = StopStreamProcessorResponse$;
|
|
5158
|
+
exports.StreamProcessingStartSelector$ = StreamProcessingStartSelector$;
|
|
5159
|
+
exports.StreamProcessingStopSelector$ = StreamProcessingStopSelector$;
|
|
5160
|
+
exports.StreamProcessor$ = StreamProcessor$;
|
|
5161
|
+
exports.StreamProcessorDataSharingPreference$ = StreamProcessorDataSharingPreference$;
|
|
5162
|
+
exports.StreamProcessorInput$ = StreamProcessorInput$;
|
|
5163
|
+
exports.StreamProcessorNotificationChannel$ = StreamProcessorNotificationChannel$;
|
|
5164
|
+
exports.StreamProcessorOutput$ = StreamProcessorOutput$;
|
|
4724
5165
|
exports.StreamProcessorParameterToDelete = StreamProcessorParameterToDelete;
|
|
5166
|
+
exports.StreamProcessorSettings$ = StreamProcessorSettings$;
|
|
5167
|
+
exports.StreamProcessorSettingsForUpdate$ = StreamProcessorSettingsForUpdate$;
|
|
4725
5168
|
exports.StreamProcessorStatus = StreamProcessorStatus;
|
|
5169
|
+
exports.Summary$ = Summary$;
|
|
5170
|
+
exports.Sunglasses$ = Sunglasses$;
|
|
5171
|
+
exports.TagResource$ = TagResource$;
|
|
4726
5172
|
exports.TagResourceCommand = TagResourceCommand;
|
|
5173
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
5174
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
5175
|
+
exports.TechnicalCueSegment$ = TechnicalCueSegment$;
|
|
4727
5176
|
exports.TechnicalCueType = TechnicalCueType;
|
|
5177
|
+
exports.TestingData$ = TestingData$;
|
|
5178
|
+
exports.TestingDataResult$ = TestingDataResult$;
|
|
5179
|
+
exports.TextDetection$ = TextDetection$;
|
|
5180
|
+
exports.TextDetectionResult$ = TextDetectionResult$;
|
|
4728
5181
|
exports.TextTypes = TextTypes;
|
|
4729
|
-
exports.ThrottlingException = ThrottlingException
|
|
5182
|
+
exports.ThrottlingException = ThrottlingException;
|
|
5183
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
5184
|
+
exports.TrainingData$ = TrainingData$;
|
|
5185
|
+
exports.TrainingDataResult$ = TrainingDataResult$;
|
|
5186
|
+
exports.UnindexedFace$ = UnindexedFace$;
|
|
5187
|
+
exports.UnsearchedFace$ = UnsearchedFace$;
|
|
4730
5188
|
exports.UnsearchedFaceReason = UnsearchedFaceReason;
|
|
5189
|
+
exports.UnsuccessfulFaceAssociation$ = UnsuccessfulFaceAssociation$;
|
|
4731
5190
|
exports.UnsuccessfulFaceAssociationReason = UnsuccessfulFaceAssociationReason;
|
|
5191
|
+
exports.UnsuccessfulFaceDeletion$ = UnsuccessfulFaceDeletion$;
|
|
4732
5192
|
exports.UnsuccessfulFaceDeletionReason = UnsuccessfulFaceDeletionReason;
|
|
5193
|
+
exports.UnsuccessfulFaceDisassociation$ = UnsuccessfulFaceDisassociation$;
|
|
4733
5194
|
exports.UnsuccessfulFaceDisassociationReason = UnsuccessfulFaceDisassociationReason;
|
|
5195
|
+
exports.UntagResource$ = UntagResource$;
|
|
4734
5196
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
5197
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
5198
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
5199
|
+
exports.UpdateDatasetEntries$ = UpdateDatasetEntries$;
|
|
4735
5200
|
exports.UpdateDatasetEntriesCommand = UpdateDatasetEntriesCommand;
|
|
5201
|
+
exports.UpdateDatasetEntriesRequest$ = UpdateDatasetEntriesRequest$;
|
|
5202
|
+
exports.UpdateDatasetEntriesResponse$ = UpdateDatasetEntriesResponse$;
|
|
5203
|
+
exports.UpdateStreamProcessor$ = UpdateStreamProcessor$;
|
|
4736
5204
|
exports.UpdateStreamProcessorCommand = UpdateStreamProcessorCommand;
|
|
5205
|
+
exports.UpdateStreamProcessorRequest$ = UpdateStreamProcessorRequest$;
|
|
5206
|
+
exports.UpdateStreamProcessorResponse$ = UpdateStreamProcessorResponse$;
|
|
5207
|
+
exports.User$ = User$;
|
|
5208
|
+
exports.UserMatch$ = UserMatch$;
|
|
4737
5209
|
exports.UserStatus = UserStatus;
|
|
5210
|
+
exports.ValidationData$ = ValidationData$;
|
|
5211
|
+
exports.Versions$ = Versions$;
|
|
5212
|
+
exports.Video$ = Video$;
|
|
4738
5213
|
exports.VideoColorRange = VideoColorRange;
|
|
4739
5214
|
exports.VideoJobStatus = VideoJobStatus;
|
|
4740
|
-
exports.
|
|
5215
|
+
exports.VideoMetadata$ = VideoMetadata$;
|
|
5216
|
+
exports.VideoTooLargeException = VideoTooLargeException;
|
|
5217
|
+
exports.VideoTooLargeException$ = VideoTooLargeException$;
|
|
4741
5218
|
exports.paginateDescribeProjectVersions = paginateDescribeProjectVersions;
|
|
4742
5219
|
exports.paginateDescribeProjects = paginateDescribeProjects;
|
|
4743
5220
|
exports.paginateGetCelebrityRecognition = paginateGetCelebrityRecognition;
|