@aws-sdk/client-rekognition 3.986.0 → 3.988.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 CHANGED
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var RekognitionServiceException = require('./models/RekognitionServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,3200 +114,6 @@ class RekognitionClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class RekognitionServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, RekognitionServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends RekognitionServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- Message;
125
- Code;
126
- Logref;
127
- constructor(opts) {
128
- super({
129
- name: "AccessDeniedException",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
134
- this.Message = opts.Message;
135
- this.Code = opts.Code;
136
- this.Logref = opts.Logref;
137
- }
138
- }
139
- class ConflictException extends RekognitionServiceException {
140
- name = "ConflictException";
141
- $fault = "client";
142
- Message;
143
- Code;
144
- Logref;
145
- constructor(opts) {
146
- super({
147
- name: "ConflictException",
148
- $fault: "client",
149
- ...opts,
150
- });
151
- Object.setPrototypeOf(this, ConflictException.prototype);
152
- this.Message = opts.Message;
153
- this.Code = opts.Code;
154
- this.Logref = opts.Logref;
155
- }
156
- }
157
- class IdempotentParameterMismatchException extends RekognitionServiceException {
158
- name = "IdempotentParameterMismatchException";
159
- $fault = "client";
160
- Message;
161
- Code;
162
- Logref;
163
- constructor(opts) {
164
- super({
165
- name: "IdempotentParameterMismatchException",
166
- $fault: "client",
167
- ...opts,
168
- });
169
- Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
170
- this.Message = opts.Message;
171
- this.Code = opts.Code;
172
- this.Logref = opts.Logref;
173
- }
174
- }
175
- class InternalServerError extends RekognitionServiceException {
176
- name = "InternalServerError";
177
- $fault = "server";
178
- Message;
179
- Code;
180
- Logref;
181
- constructor(opts) {
182
- super({
183
- name: "InternalServerError",
184
- $fault: "server",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, InternalServerError.prototype);
188
- this.Message = opts.Message;
189
- this.Code = opts.Code;
190
- this.Logref = opts.Logref;
191
- }
192
- }
193
- class InvalidParameterException extends RekognitionServiceException {
194
- name = "InvalidParameterException";
195
- $fault = "client";
196
- Message;
197
- Code;
198
- Logref;
199
- constructor(opts) {
200
- super({
201
- name: "InvalidParameterException",
202
- $fault: "client",
203
- ...opts,
204
- });
205
- Object.setPrototypeOf(this, InvalidParameterException.prototype);
206
- this.Message = opts.Message;
207
- this.Code = opts.Code;
208
- this.Logref = opts.Logref;
209
- }
210
- }
211
- class ProvisionedThroughputExceededException extends RekognitionServiceException {
212
- name = "ProvisionedThroughputExceededException";
213
- $fault = "client";
214
- Message;
215
- Code;
216
- Logref;
217
- constructor(opts) {
218
- super({
219
- name: "ProvisionedThroughputExceededException",
220
- $fault: "client",
221
- ...opts,
222
- });
223
- Object.setPrototypeOf(this, ProvisionedThroughputExceededException.prototype);
224
- this.Message = opts.Message;
225
- this.Code = opts.Code;
226
- this.Logref = opts.Logref;
227
- }
228
- }
229
- class ResourceNotFoundException extends RekognitionServiceException {
230
- name = "ResourceNotFoundException";
231
- $fault = "client";
232
- Message;
233
- Code;
234
- Logref;
235
- constructor(opts) {
236
- super({
237
- name: "ResourceNotFoundException",
238
- $fault: "client",
239
- ...opts,
240
- });
241
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
242
- this.Message = opts.Message;
243
- this.Code = opts.Code;
244
- this.Logref = opts.Logref;
245
- }
246
- }
247
- class ServiceQuotaExceededException extends RekognitionServiceException {
248
- name = "ServiceQuotaExceededException";
249
- $fault = "client";
250
- Message;
251
- Code;
252
- Logref;
253
- constructor(opts) {
254
- super({
255
- name: "ServiceQuotaExceededException",
256
- $fault: "client",
257
- ...opts,
258
- });
259
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
260
- this.Message = opts.Message;
261
- this.Code = opts.Code;
262
- this.Logref = opts.Logref;
263
- }
264
- }
265
- class ThrottlingException extends RekognitionServiceException {
266
- name = "ThrottlingException";
267
- $fault = "server";
268
- Message;
269
- Code;
270
- Logref;
271
- constructor(opts) {
272
- super({
273
- name: "ThrottlingException",
274
- $fault: "server",
275
- ...opts,
276
- });
277
- Object.setPrototypeOf(this, ThrottlingException.prototype);
278
- this.Message = opts.Message;
279
- this.Code = opts.Code;
280
- this.Logref = opts.Logref;
281
- }
282
- }
283
- class ImageTooLargeException extends RekognitionServiceException {
284
- name = "ImageTooLargeException";
285
- $fault = "client";
286
- Message;
287
- Code;
288
- Logref;
289
- constructor(opts) {
290
- super({
291
- name: "ImageTooLargeException",
292
- $fault: "client",
293
- ...opts,
294
- });
295
- Object.setPrototypeOf(this, ImageTooLargeException.prototype);
296
- this.Message = opts.Message;
297
- this.Code = opts.Code;
298
- this.Logref = opts.Logref;
299
- }
300
- }
301
- class InvalidImageFormatException extends RekognitionServiceException {
302
- name = "InvalidImageFormatException";
303
- $fault = "client";
304
- Message;
305
- Code;
306
- Logref;
307
- constructor(opts) {
308
- super({
309
- name: "InvalidImageFormatException",
310
- $fault: "client",
311
- ...opts,
312
- });
313
- Object.setPrototypeOf(this, InvalidImageFormatException.prototype);
314
- this.Message = opts.Message;
315
- this.Code = opts.Code;
316
- this.Logref = opts.Logref;
317
- }
318
- }
319
- class InvalidS3ObjectException extends RekognitionServiceException {
320
- name = "InvalidS3ObjectException";
321
- $fault = "client";
322
- Message;
323
- Code;
324
- Logref;
325
- constructor(opts) {
326
- super({
327
- name: "InvalidS3ObjectException",
328
- $fault: "client",
329
- ...opts,
330
- });
331
- Object.setPrototypeOf(this, InvalidS3ObjectException.prototype);
332
- this.Message = opts.Message;
333
- this.Code = opts.Code;
334
- this.Logref = opts.Logref;
335
- }
336
- }
337
- class LimitExceededException extends RekognitionServiceException {
338
- name = "LimitExceededException";
339
- $fault = "client";
340
- Message;
341
- Code;
342
- Logref;
343
- constructor(opts) {
344
- super({
345
- name: "LimitExceededException",
346
- $fault: "client",
347
- ...opts,
348
- });
349
- Object.setPrototypeOf(this, LimitExceededException.prototype);
350
- this.Message = opts.Message;
351
- this.Code = opts.Code;
352
- this.Logref = opts.Logref;
353
- }
354
- }
355
- class ResourceInUseException extends RekognitionServiceException {
356
- name = "ResourceInUseException";
357
- $fault = "client";
358
- Message;
359
- Code;
360
- Logref;
361
- constructor(opts) {
362
- super({
363
- name: "ResourceInUseException",
364
- $fault: "client",
365
- ...opts,
366
- });
367
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
368
- this.Message = opts.Message;
369
- this.Code = opts.Code;
370
- this.Logref = opts.Logref;
371
- }
372
- }
373
- class ResourceAlreadyExistsException extends RekognitionServiceException {
374
- name = "ResourceAlreadyExistsException";
375
- $fault = "client";
376
- Message;
377
- Code;
378
- Logref;
379
- constructor(opts) {
380
- super({
381
- name: "ResourceAlreadyExistsException",
382
- $fault: "client",
383
- ...opts,
384
- });
385
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
386
- this.Message = opts.Message;
387
- this.Code = opts.Code;
388
- this.Logref = opts.Logref;
389
- }
390
- }
391
- class InvalidPolicyRevisionIdException extends RekognitionServiceException {
392
- name = "InvalidPolicyRevisionIdException";
393
- $fault = "client";
394
- Message;
395
- Code;
396
- Logref;
397
- constructor(opts) {
398
- super({
399
- name: "InvalidPolicyRevisionIdException",
400
- $fault: "client",
401
- ...opts,
402
- });
403
- Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype);
404
- this.Message = opts.Message;
405
- this.Code = opts.Code;
406
- this.Logref = opts.Logref;
407
- }
408
- }
409
- class InvalidPaginationTokenException extends RekognitionServiceException {
410
- name = "InvalidPaginationTokenException";
411
- $fault = "client";
412
- Message;
413
- Code;
414
- Logref;
415
- constructor(opts) {
416
- super({
417
- name: "InvalidPaginationTokenException",
418
- $fault: "client",
419
- ...opts,
420
- });
421
- Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
422
- this.Message = opts.Message;
423
- this.Code = opts.Code;
424
- this.Logref = opts.Logref;
425
- }
426
- }
427
- class ResourceNotReadyException extends RekognitionServiceException {
428
- name = "ResourceNotReadyException";
429
- $fault = "client";
430
- Message;
431
- Code;
432
- Logref;
433
- constructor(opts) {
434
- super({
435
- name: "ResourceNotReadyException",
436
- $fault: "client",
437
- ...opts,
438
- });
439
- Object.setPrototypeOf(this, ResourceNotReadyException.prototype);
440
- this.Message = opts.Message;
441
- this.Code = opts.Code;
442
- this.Logref = opts.Logref;
443
- }
444
- }
445
- class HumanLoopQuotaExceededException extends RekognitionServiceException {
446
- name = "HumanLoopQuotaExceededException";
447
- $fault = "client";
448
- ResourceType;
449
- QuotaCode;
450
- ServiceCode;
451
- Message;
452
- Code;
453
- Logref;
454
- constructor(opts) {
455
- super({
456
- name: "HumanLoopQuotaExceededException",
457
- $fault: "client",
458
- ...opts,
459
- });
460
- Object.setPrototypeOf(this, HumanLoopQuotaExceededException.prototype);
461
- this.ResourceType = opts.ResourceType;
462
- this.QuotaCode = opts.QuotaCode;
463
- this.ServiceCode = opts.ServiceCode;
464
- this.Message = opts.Message;
465
- this.Code = opts.Code;
466
- this.Logref = opts.Logref;
467
- }
468
- }
469
- class SessionNotFoundException extends RekognitionServiceException {
470
- name = "SessionNotFoundException";
471
- $fault = "client";
472
- Message;
473
- Code;
474
- Logref;
475
- constructor(opts) {
476
- super({
477
- name: "SessionNotFoundException",
478
- $fault: "client",
479
- ...opts,
480
- });
481
- Object.setPrototypeOf(this, SessionNotFoundException.prototype);
482
- this.Message = opts.Message;
483
- this.Code = opts.Code;
484
- this.Logref = opts.Logref;
485
- }
486
- }
487
- class InvalidManifestException extends RekognitionServiceException {
488
- name = "InvalidManifestException";
489
- $fault = "client";
490
- Message;
491
- Code;
492
- Logref;
493
- constructor(opts) {
494
- super({
495
- name: "InvalidManifestException",
496
- $fault: "client",
497
- ...opts,
498
- });
499
- Object.setPrototypeOf(this, InvalidManifestException.prototype);
500
- this.Message = opts.Message;
501
- this.Code = opts.Code;
502
- this.Logref = opts.Logref;
503
- }
504
- }
505
- class MalformedPolicyDocumentException extends RekognitionServiceException {
506
- name = "MalformedPolicyDocumentException";
507
- $fault = "client";
508
- Message;
509
- Code;
510
- Logref;
511
- constructor(opts) {
512
- super({
513
- name: "MalformedPolicyDocumentException",
514
- $fault: "client",
515
- ...opts,
516
- });
517
- Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
518
- this.Message = opts.Message;
519
- this.Code = opts.Code;
520
- this.Logref = opts.Logref;
521
- }
522
- }
523
- class VideoTooLargeException extends RekognitionServiceException {
524
- name = "VideoTooLargeException";
525
- $fault = "client";
526
- Message;
527
- Code;
528
- Logref;
529
- constructor(opts) {
530
- super({
531
- name: "VideoTooLargeException",
532
- $fault: "client",
533
- ...opts,
534
- });
535
- Object.setPrototypeOf(this, VideoTooLargeException.prototype);
536
- this.Message = opts.Message;
537
- this.Code = opts.Code;
538
- this.Logref = opts.Logref;
539
- }
540
- }
541
-
542
- const _A = "Asset";
543
- const _AB = "AggregateBy";
544
- const _AC = "AutoCreate";
545
- const _ADE = "AccessDeniedException";
546
- const _AF = "AssociatedFace";
547
- const _AFL = "AssociatedFacesList";
548
- const _AFR = "AssociateFacesRequest";
549
- const _AFRs = "AssociateFacesResponse";
550
- const _AFs = "AssociatedFaces";
551
- const _AFss = "AssociateFaces";
552
- const _AI = "AuditImage";
553
- const _AIL = "AuditImagesLimit";
554
- const _AIu = "AuditImages";
555
- const _AM = "AudioMetadata";
556
- const _AML = "AudioMetadataList";
557
- const _AR = "AgeRange";
558
- const _AU = "AutoUpdate";
559
- const _Al = "Aliases";
560
- const _Ar = "Arn";
561
- const _As = "Assets";
562
- const _At = "Attributes";
563
- const _B = "Bytes";
564
- const _BB = "BoundingBox";
565
- const _BBC = "BoundingBoxCount";
566
- const _BF = "BlackFrame";
567
- const _BMV = "BaseModelVersion";
568
- const _BP = "BodyParts";
569
- const _BTTIS = "BillableTrainingTimeInSeconds";
570
- const _Ba = "Background";
571
- const _Be = "Beard";
572
- const _Bl = "Blue";
573
- const _Br = "Brightness";
574
- const _Bu = "Bucket";
575
- const _C = "Code";
576
- const _CA = "CollectionArn";
577
- const _CARN = "CollectionARN";
578
- const _CBP = "CoversBodyPart";
579
- const _CC = "ContentClassifiers";
580
- const _CCR = "CreateCollectionRequest";
581
- const _CCRr = "CreateCollectionResponse";
582
- const _CCr = "CreateCollection";
583
- const _CD = "CelebrityDetail";
584
- const _CDR = "CreateDatasetRequest";
585
- const _CDRr = "CreateDatasetResponse";
586
- const _CDr = "CreateDataset";
587
- const _CE = "ConflictException";
588
- const _CF = "ComparedFace";
589
- const _CFC = "CustomizationFeatureConfig";
590
- const _CFCMC = "CustomizationFeatureContentModerationConfig";
591
- const _CFL = "ComparedFaceList";
592
- const _CFLS = "CreateFaceLivenessSession";
593
- const _CFLSR = "CreateFaceLivenessSessionRequest";
594
- const _CFLSRS = "CreateFaceLivenessSessionRequestSettings";
595
- const _CFLSRr = "CreateFaceLivenessSessionResponse";
596
- const _CFM = "CompareFacesMatch";
597
- const _CFML = "CompareFacesMatchList";
598
- const _CFR = "CompareFacesRequest";
599
- const _CFRo = "CompareFacesResponse";
600
- const _CFUL = "CompareFacesUnmatchList";
601
- const _CFe = "CelebrityFaces";
602
- const _CFo = "CompareFaces";
603
- const _CH = "ConnectedHome";
604
- const _CHFU = "ConnectedHomeForUpdate";
605
- const _CHS = "ConnectedHomeSettings";
606
- const _CHSFU = "ConnectedHomeSettingsForUpdate";
607
- const _CI = "CollectionId";
608
- const _CIo = "CollectionIds";
609
- const _CL = "CustomLabel";
610
- const _CLe = "CelebrityList";
611
- const _CLo = "ContainsLabels";
612
- const _CLu = "CustomLabels";
613
- const _CM = "ContentModeration";
614
- const _CMD = "ContentModerationDetection";
615
- const _CMDo = "ContentModerationDetections";
616
- const _CP = "ChallengePreference";
617
- const _CPR = "CreateProjectRequest";
618
- const _CPRr = "CreateProjectResponse";
619
- const _CPV = "CopyProjectVersion";
620
- const _CPVR = "CopyProjectVersionRequest";
621
- const _CPVRo = "CopyProjectVersionResponse";
622
- const _CPVRr = "CreateProjectVersionRequest";
623
- const _CPVRre = "CreateProjectVersionResponse";
624
- const _CPVr = "CreateProjectVersion";
625
- const _CPh = "ChallengePreferences";
626
- const _CPr = "CreateProject";
627
- const _CR = "CelebrityRecognition";
628
- const _CRT = "ClientRequestToken";
629
- const _CRe = "CelebrityRecognitions";
630
- const _CRo = "ColorRange";
631
- const _CSIF = "ComparedSourceImageFace";
632
- const _CSP = "CreateStreamProcessor";
633
- const _CSPR = "CreateStreamProcessorRequest";
634
- const _CSPRr = "CreateStreamProcessorResponse";
635
- const _CSSC = "CSSColor";
636
- const _CT = "ContentTypes";
637
- const _CTo = "ContentType";
638
- const _CTom = "CompletionTimestamp";
639
- const _CTon = "ConfidenceThreshold";
640
- const _CTr = "CreationTimestamp";
641
- const _CU = "CreateUser";
642
- const _CUR = "CreateUserRequest";
643
- const _CURr = "CreateUserResponse";
644
- const _Ca = "Categories";
645
- const _Ce = "Celebrity";
646
- const _Cel = "Celebrities";
647
- const _Ch = "Challenge";
648
- const _Cha = "Changes";
649
- const _Co = "Codec";
650
- const _Con = "Confidence";
651
- const _Cont = "Contrast";
652
- const _D = "Datasets";
653
- const _DA = "DatasetArn";
654
- const _DAa = "DataAttributes";
655
- const _DAe = "DetectionAttributes";
656
- const _DC = "DatasetChanges";
657
- const _DCL = "DetectCustomLabels";
658
- const _DCLR = "DetectCustomLabelsRequest";
659
- const _DCLRe = "DetectCustomLabelsResponse";
660
- const _DCR = "DeleteCollectionRequest";
661
- const _DCRe = "DeleteCollectionResponse";
662
- const _DCRes = "DescribeCollectionRequest";
663
- const _DCResc = "DescribeCollectionResponse";
664
- const _DCe = "DeleteCollection";
665
- const _DCes = "DescribeCollection";
666
- const _DCo = "DominantColors";
667
- const _DCom = "DominantColor";
668
- const _DD = "DatasetDescription";
669
- const _DDE = "DistributeDatasetEntries";
670
- const _DDER = "DistributeDatasetEntriesRequest";
671
- const _DDERi = "DistributeDatasetEntriesResponse";
672
- const _DDML = "DistributeDatasetMetadataList";
673
- const _DDR = "DeleteDatasetRequest";
674
- const _DDRe = "DeleteDatasetResponse";
675
- const _DDRes = "DescribeDatasetRequest";
676
- const _DDResc = "DescribeDatasetResponse";
677
- const _DDe = "DeleteDataset";
678
- const _DDes = "DescribeDataset";
679
- const _DDi = "DistributeDataset";
680
- const _DE = "DatasetEntries";
681
- const _DF = "DeletedFaces";
682
- const _DFL = "DisassociatedFacesList";
683
- const _DFR = "DeleteFacesRequest";
684
- const _DFRe = "DeleteFacesResponse";
685
- const _DFRet = "DetectFacesRequest";
686
- const _DFRete = "DetectFacesResponse";
687
- const _DFRi = "DisassociateFacesRequest";
688
- const _DFRis = "DisassociateFacesResponse";
689
- const _DFe = "DetectionFilter";
690
- const _DFel = "DeleteFaces";
691
- const _DFet = "DetectFaces";
692
- const _DFi = "DisassociatedFace";
693
- const _DFis = "DisassociatedFaces";
694
- const _DFisa = "DisassociateFaces";
695
- const _DFu = "DurationFrames";
696
- const _DL = "DetectLabels";
697
- const _DLD = "DatasetLabelDescription";
698
- const _DLDa = "DatasetLabelDescriptions";
699
- const _DLIB = "DetectLabelsImageBackground";
700
- const _DLIF = "DetectLabelsImageForeground";
701
- const _DLIP = "DetectLabelsImageProperties";
702
- const _DLIPS = "DetectLabelsImagePropertiesSettings";
703
- const _DLIQ = "DetectLabelsImageQuality";
704
- const _DLR = "DetectLabelsRequest";
705
- const _DLRe = "DetectLabelsResponse";
706
- const _DLS = "DatasetLabelStats";
707
- const _DLSe = "DetectLabelsSettings";
708
- const _DM = "DurationMillis";
709
- const _DML = "DetectModerationLabels";
710
- const _DMLR = "DetectModerationLabelsRequest";
711
- const _DMLRe = "DetectModerationLabelsResponse";
712
- const _DMLa = "DatasetMetadataList";
713
- const _DMa = "DatasetMetadata";
714
- const _DP = "DeleteProject";
715
- const _DPA = "DestinationProjectArn";
716
- const _DPE = "DetectProtectiveEquipment";
717
- const _DPER = "DetectProtectiveEquipmentRequest";
718
- const _DPERe = "DetectProtectiveEquipmentResponse";
719
- const _DPP = "DeleteProjectPolicy";
720
- const _DPPR = "DeleteProjectPolicyRequest";
721
- const _DPPRe = "DeleteProjectPolicyResponse";
722
- const _DPR = "DeleteProjectRequest";
723
- const _DPRe = "DeleteProjectResponse";
724
- const _DPRes = "DescribeProjectsRequest";
725
- const _DPResc = "DescribeProjectsResponse";
726
- const _DPV = "DeleteProjectVersion";
727
- const _DPVR = "DeleteProjectVersionRequest";
728
- const _DPVRe = "DeleteProjectVersionResponse";
729
- const _DPVRes = "DescribeProjectVersionsRequest";
730
- const _DPVResc = "DescribeProjectVersionsResponse";
731
- const _DPVe = "DescribeProjectVersions";
732
- const _DPe = "DescribeProjects";
733
- const _DS = "DatasetSource";
734
- const _DSMPTE = "DurationSMPTE";
735
- const _DSP = "DataSharingPreference";
736
- const _DSPFU = "DataSharingPreferenceForUpdate";
737
- const _DSPR = "DeleteStreamProcessorRequest";
738
- const _DSPRe = "DeleteStreamProcessorResponse";
739
- const _DSPRes = "DescribeStreamProcessorRequest";
740
- const _DSPResc = "DescribeStreamProcessorResponse";
741
- const _DSPe = "DeleteStreamProcessor";
742
- const _DSPes = "DescribeStreamProcessor";
743
- const _DSa = "DatasetStats";
744
- const _DT = "DatasetType";
745
- const _DTF = "DetectTextFilters";
746
- const _DTR = "DetectTextRequest";
747
- const _DTRe = "DetectTextResponse";
748
- const _DTe = "DetectedText";
749
- const _DTet = "DetectText";
750
- const _DU = "DeleteUser";
751
- const _DUR = "DeleteUserRequest";
752
- const _DURe = "DeleteUserResponse";
753
- const _E = "Emotions";
754
- const _EC = "EntryCount";
755
- const _ED = "EquipmentDetection";
756
- const _EDq = "EquipmentDetections";
757
- const _EDy = "EyeDirection";
758
- const _EE = "ErrorEntries";
759
- const _EFN = "EndFrameNumber";
760
- const _EII = "ExternalImageId";
761
- const _EO = "EyeOpen";
762
- const _EOy = "EyesOpen";
763
- const _ER = "EvaluationResult";
764
- const _ETM = "EndTimestampMillis";
765
- const _ETSMPTE = "EndTimecodeSMPTE";
766
- const _Em = "Emotion";
767
- const _Ey = "Eyeglasses";
768
- const _F = "Face";
769
- const _FA = "FaceAttributes";
770
- const _FC = "FeatureConfig";
771
- const _FCa = "FaceCount";
772
- const _FD = "FaceDetails";
773
- const _FDA = "FlowDefinitionArn";
774
- const _FDL = "FaceDetailList";
775
- const _FDa = "FaceDetail";
776
- const _FDac = "FaceDetection";
777
- const _FDace = "FaceDetections";
778
- const _FDai = "FailureDetails";
779
- const _FH = "FrameHeight";
780
- const _FI = "FaceId";
781
- const _FIa = "FaceIds";
782
- const _FL = "FaceList";
783
- const _FM = "FaceMatches";
784
- const _FML = "FaceMatchList";
785
- const _FMT = "FaceMatchThreshold";
786
- const _FMV = "FaceModelVersion";
787
- const _FMVa = "FaceModelVersions";
788
- const _FMa = "FaceMatch";
789
- const _FN = "FragmentNumber";
790
- const _FO = "FaceOccluded";
791
- const _FR = "FaceRecord";
792
- const _FRL = "FaceRecordList";
793
- const _FRa = "FaceRecords";
794
- const _FRr = "FrameRate";
795
- const _FS = "F1Score";
796
- const _FSS = "FaceSearchSettings";
797
- const _FSa = "FaceSearch";
798
- const _FW = "FrameWidth";
799
- const _Fa = "Faces";
800
- const _Fe = "Feature";
801
- const _Fea = "Features";
802
- const _Fi = "Filters";
803
- const _Fo = "Foreground";
804
- const _For = "Format";
805
- const _G = "Geometry";
806
- const _GCI = "GetCelebrityInfo";
807
- const _GCIR = "GetCelebrityInfoRequest";
808
- const _GCIRe = "GetCelebrityInfoResponse";
809
- const _GCM = "GetContentModeration";
810
- const _GCMR = "GetContentModerationRequest";
811
- const _GCMRM = "GetContentModerationRequestMetadata";
812
- const _GCMRe = "GetContentModerationResponse";
813
- const _GCR = "GetCelebrityRecognition";
814
- const _GCRR = "GetCelebrityRecognitionRequest";
815
- const _GCRRe = "GetCelebrityRecognitionResponse";
816
- const _GFD = "GetFaceDetection";
817
- const _GFDR = "GetFaceDetectionRequest";
818
- const _GFDRe = "GetFaceDetectionResponse";
819
- const _GFLSR = "GetFaceLivenessSessionResults";
820
- const _GFLSRR = "GetFaceLivenessSessionResultsRequest";
821
- const _GFLSRRe = "GetFaceLivenessSessionResultsResponse";
822
- const _GFS = "GetFaceSearch";
823
- const _GFSR = "GetFaceSearchRequest";
824
- const _GFSRe = "GetFaceSearchResponse";
825
- const _GL = "GeneralLabels";
826
- const _GLD = "GetLabelDetection";
827
- const _GLDR = "GetLabelDetectionRequest";
828
- const _GLDRM = "GetLabelDetectionRequestMetadata";
829
- const _GLDRe = "GetLabelDetectionResponse";
830
- const _GLS = "GeneralLabelsSettings";
831
- const _GMAJ = "GetMediaAnalysisJob";
832
- const _GMAJR = "GetMediaAnalysisJobRequest";
833
- const _GMAJRe = "GetMediaAnalysisJobResponse";
834
- const _GPT = "GetPersonTracking";
835
- const _GPTR = "GetPersonTrackingRequest";
836
- const _GPTRe = "GetPersonTrackingResponse";
837
- const _GRM = "GetRequestMetadata";
838
- const _GSD = "GetSegmentDetection";
839
- const _GSDR = "GetSegmentDetectionRequest";
840
- const _GSDRe = "GetSegmentDetectionResponse";
841
- const _GT = "GroundTruth";
842
- const _GTD = "GetTextDetection";
843
- const _GTDR = "GetTextDetectionRequest";
844
- const _GTDRe = "GetTextDetectionResponse";
845
- const _GTM = "GroundTruthManifest";
846
- const _Ge = "Gender";
847
- const _Gr = "Green";
848
- const _H = "High";
849
- const _HC = "HexCode";
850
- const _HE = "HasErrors";
851
- const _HLA = "HumanLoopArn";
852
- const _HLACER = "HumanLoopActivationConditionsEvaluationResults";
853
- const _HLAO = "HumanLoopActivationOutput";
854
- const _HLAR = "HumanLoopActivationReasons";
855
- const _HLC = "HumanLoopConfig";
856
- const _HLDA = "HumanLoopDataAttributes";
857
- const _HLN = "HumanLoopName";
858
- const _HLQEE = "HumanLoopQuotaExceededException";
859
- const _He = "Height";
860
- const _I = "Id";
861
- const _IF = "IndexFaces";
862
- const _IFMV = "IndexFacesModelVersion";
863
- const _IFR = "IndexFacesRequest";
864
- const _IFRn = "IndexFacesResponse";
865
- const _II = "ImageId";
866
- const _IIFE = "InvalidImageFormatException";
867
- const _IME = "InvalidManifestException";
868
- const _IP = "ImageProperties";
869
- const _IPE = "InvalidParameterException";
870
- const _IPME = "IdempotentParameterMismatchException";
871
- const _IPRIE = "InvalidPolicyRevisionIdException";
872
- const _IPTE = "InvalidPaginationTokenException";
873
- const _IQ = "ImageQuality";
874
- const _ISE = "InternalServerError";
875
- const _ISOE = "InvalidS3ObjectException";
876
- const _ITLE = "ImageTooLargeException";
877
- const _Im = "Image";
878
- const _In = "Input";
879
- const _Ind = "Index";
880
- const _Ins = "Instance";
881
- const _Inst = "Instances";
882
- const _JI = "JobId";
883
- const _JN = "JobName";
884
- const _JS = "JobStatus";
885
- const _JT = "JobTag";
886
- const _KDS = "KinesisDataStream";
887
- const _KG = "KnownGender";
888
- const _KKI = "KmsKeyId";
889
- const _KP = "KeyPrefix";
890
- const _KVS = "KinesisVideoStream";
891
- const _KVSSS = "KinesisVideoStreamStartSelector";
892
- const _KVSSSS = "KVSStreamStartSelector";
893
- const _L = "Logref";
894
- const _LA = "LabelAlias";
895
- const _LAa = "LabelAliases";
896
- const _LC = "LabelCategory";
897
- const _LCEF = "LabelCategoryExclusionFilters";
898
- const _LCIF = "LabelCategoryInclusionFilters";
899
- const _LCR = "ListCollectionsRequest";
900
- const _LCRi = "ListCollectionsResponse";
901
- const _LCa = "LabelCategories";
902
- const _LCi = "ListCollections";
903
- const _LD = "LabelDetection";
904
- const _LDE = "ListDatasetEntries";
905
- const _LDER = "ListDatasetEntriesRequest";
906
- const _LDERi = "ListDatasetEntriesResponse";
907
- const _LDL = "ListDatasetLabels";
908
- const _LDLR = "ListDatasetLabelsRequest";
909
- const _LDLRi = "ListDatasetLabelsResponse";
910
- const _LDS = "LabelDetectionSettings";
911
- const _LDa = "LabelDetections";
912
- const _LE = "LabeledEntries";
913
- const _LEE = "LimitExceededException";
914
- const _LEF = "LabelExclusionFilters";
915
- const _LF = "ListFaces";
916
- const _LFR = "ListFacesRequest";
917
- const _LFRi = "ListFacesResponse";
918
- const _LIB = "LivenessImageBlob";
919
- const _LIF = "LabelInclusionFilters";
920
- const _LMAJ = "ListMediaAnalysisJobs";
921
- const _LMAJR = "ListMediaAnalysisJobsRequest";
922
- const _LMAJRi = "ListMediaAnalysisJobsResponse";
923
- const _LMV = "LabelModelVersion";
924
- const _LN = "LabelName";
925
- const _LOC = "LivenessOutputConfig";
926
- const _LPP = "ListProjectPolicies";
927
- const _LPPR = "ListProjectPoliciesRequest";
928
- const _LPPRi = "ListProjectPoliciesResponse";
929
- const _LS = "LabelStats";
930
- const _LSP = "ListStreamProcessors";
931
- const _LSPR = "ListStreamProcessorsRequest";
932
- const _LSPRi = "ListStreamProcessorsResponse";
933
- const _LTFR = "ListTagsForResource";
934
- const _LTFRR = "ListTagsForResourceRequest";
935
- const _LTFRRi = "ListTagsForResourceResponse";
936
- const _LU = "ListUsers";
937
- const _LUR = "ListUsersRequest";
938
- const _LURi = "ListUsersResponse";
939
- const _LUT = "LastUpdatedTimestamp";
940
- const _LUTa = "LastUpdateTimestamp";
941
- const _La = "Landmarks";
942
- const _Lab = "Labels";
943
- const _Labe = "Label";
944
- const _Label = "Labeled";
945
- const _Lan = "Landmark";
946
- const _Le = "Left";
947
- const _Lo = "Low";
948
- const _M = "Message";
949
- const _MADMLC = "MediaAnalysisDetectModerationLabelsConfig";
950
- const _MAI = "MediaAnalysisInput";
951
- const _MAJ = "MediaAnalysisJobs";
952
- const _MAJD = "MediaAnalysisJobDescription";
953
- const _MAJDe = "MediaAnalysisJobDescriptions";
954
- const _MAJFD = "MediaAnalysisJobFailureDetails";
955
- const _MAMS = "MediaAnalysisManifestSummary";
956
- const _MAMV = "MediaAnalysisModelVersions";
957
- const _MAOC = "MediaAnalysisOperationsConfig";
958
- const _MAOCe = "MediaAnalysisOutputConfig";
959
- const _MAR = "MediaAnalysisResults";
960
- const _MBBH = "MinBoundingBoxHeight";
961
- const _MBBW = "MinBoundingBoxWidth";
962
- const _MC = "MatchConfidence";
963
- const _MCP = "MinCoveragePercentage";
964
- const _MCi = "MinConfidence";
965
- const _MDC = "MaxDominantColors";
966
- const _MDIS = "MaxDurationInSeconds";
967
- const _MF = "MaxFaces";
968
- const _MIU = "MinInferenceUnits";
969
- const _MIUa = "MaxInferenceUnits";
970
- const _ML = "ModerationLabel";
971
- const _MLa = "MaxLabels";
972
- const _MLo = "ModerationLabels";
973
- const _MMV = "ModerationModelVersion";
974
- const _MO = "MouthOpen";
975
- const _MPDE = "MalformedPolicyDocumentException";
976
- const _MPT = "MaxPixelThreshold";
977
- const _MR = "MaxResults";
978
- const _MS = "ManifestSummary";
979
- const _MSC = "MinSegmentConfidence";
980
- const _MU = "MatchedUser";
981
- const _MUa = "MaxUsers";
982
- const _MV = "ModelVersions";
983
- const _MVo = "ModelVersion";
984
- const _Ma = "Maximum";
985
- const _Mi = "Minimum";
986
- const _Mo = "Moderation";
987
- const _Mu = "Mustache";
988
- const _N = "Name";
989
- const _NC = "NotificationChannel";
990
- const _NOC = "NumberOfChannels";
991
- const _NT = "NextToken";
992
- const _O = "Output";
993
- const _OC = "OutputConfig";
994
- const _OCp = "OperationsConfig";
995
- const _OCr = "OrientationCorrection";
996
- const _OI = "OptIn";
997
- const _P = "Pose";
998
- const _PA = "ProjectArn";
999
- const _PD = "ProjectDescriptions";
1000
- const _PDe = "PersonDetail";
1001
- const _PDer = "PersonDetection";
1002
- const _PDers = "PersonDetections";
1003
- const _PDo = "PolicyDocument";
1004
- const _PDr = "ProjectDescription";
1005
- const _PEBP = "ProtectiveEquipmentBodyPart";
1006
- const _PEMV = "ProtectiveEquipmentModelVersion";
1007
- const _PEP = "ProtectiveEquipmentPerson";
1008
- const _PEPr = "ProtectiveEquipmentPersons";
1009
- const _PES = "ProtectiveEquipmentSummary";
1010
- const _PESA = "ProtectiveEquipmentSummarizationAttributes";
1011
- const _PI = "PersonsIndeterminate";
1012
- const _PIa = "ParentId";
1013
- const _PM = "PersonMatch";
1014
- const _PMe = "PersonMatches";
1015
- const _PN = "ProjectName";
1016
- const _PNa = "ParentName";
1017
- const _PNo = "PolicyName";
1018
- const _PNr = "ProjectNames";
1019
- const _PP = "PixelPercent";
1020
- const _PPP = "PutProjectPolicy";
1021
- const _PPPR = "PutProjectPolicyRequest";
1022
- const _PPPRu = "PutProjectPolicyResponse";
1023
- const _PPr = "ProjectPolicies";
1024
- const _PPro = "ProjectPolicy";
1025
- const _PRI = "PolicyRevisionId";
1026
- const _PT = "ProducerTimestamp";
1027
- const _PTD = "ParametersToDelete";
1028
- const _PTEE = "ProvisionedThroughputExceededException";
1029
- const _PV = "ProjectVersion";
1030
- const _PVA = "ProjectVersionArn";
1031
- const _PVD = "ProjectVersionDescriptions";
1032
- const _PVDr = "ProjectVersionDescription";
1033
- const _PWRE = "PersonsWithRequiredEquipment";
1034
- const _PWREe = "PersonsWithoutRequiredEquipment";
1035
- const _Pa = "Parents";
1036
- const _Par = "Parent";
1037
- const _Pe = "Persons";
1038
- const _Per = "Person";
1039
- const _Pi = "Pitch";
1040
- const _Po = "Polygon";
1041
- const _Poi = "Point";
1042
- const _Q = "Quality";
1043
- const _QC = "QuotaCode";
1044
- const _QF = "QualityFilter";
1045
- const _R = "Red";
1046
- const _RA = "RoleArn";
1047
- const _RAEE = "ResourceAlreadyExistsException";
1048
- const _RAe = "ResourceArn";
1049
- const _RC = "RecognizeCelebrities";
1050
- const _RCR = "RecognizeCelebritiesRequest";
1051
- const _RCRe = "RecognizeCelebritiesResponse";
1052
- const _RET = "RequiredEquipmentTypes";
1053
- const _RI = "ReferenceImage";
1054
- const _RIUE = "ResourceInUseException";
1055
- const _RNFE = "ResourceNotFoundException";
1056
- const _RNRE = "ResourceNotReadyException";
1057
- const _ROI = "RegionsOfInterest";
1058
- const _ROIFU = "RegionsOfInterestForUpdate";
1059
- const _ROIe = "RegionOfInterest";
1060
- const _RT = "ResourceType";
1061
- const _Re = "Results";
1062
- const _Rea = "Reasons";
1063
- const _Ro = "Roll";
1064
- const _S = "Smile";
1065
- const _SA = "SummarizationAttributes";
1066
- const _SB = "SortBy";
1067
- const _SBu = "S3Bucket";
1068
- const _SC = "StatusCode";
1069
- const _SCM = "StartContentModeration";
1070
- const _SCMR = "StartContentModerationRequest";
1071
- const _SCMRt = "StartContentModerationResponse";
1072
- const _SCR = "StartCelebrityRecognition";
1073
- const _SCRR = "StartCelebrityRecognitionRequest";
1074
- const _SCRRt = "StartCelebrityRecognitionResponse";
1075
- const _SCe = "ServiceCode";
1076
- const _SCi = "SimplifiedColor";
1077
- const _SD = "S3Destination";
1078
- const _SDe = "SegmentDetection";
1079
- const _SDeg = "SegmentDetections";
1080
- const _SF = "SearchedFace";
1081
- const _SFBB = "SearchedFaceBoundingBox";
1082
- const _SFBI = "SearchFacesByImage";
1083
- const _SFBIR = "SearchFacesByImageRequest";
1084
- const _SFBIRe = "SearchFacesByImageResponse";
1085
- const _SFC = "SearchedFaceConfidence";
1086
- const _SFD = "SearchedFaceDetails";
1087
- const _SFDR = "StartFaceDetectionRequest";
1088
- const _SFDRt = "StartFaceDetectionResponse";
1089
- const _SFDt = "StartFaceDetection";
1090
- const _SFI = "SearchedFaceId";
1091
- const _SFN = "StartFrameNumber";
1092
- const _SFR = "SearchFacesRequest";
1093
- const _SFRe = "SearchFacesResponse";
1094
- const _SFS = "StartFaceSearch";
1095
- const _SFSR = "StartFaceSearchRequest";
1096
- const _SFSRt = "StartFaceSearchResponse";
1097
- const _SFU = "SettingsForUpdate";
1098
- const _SFe = "SearchFaces";
1099
- const _SFh = "ShotFilter";
1100
- const _SI = "SourceImage";
1101
- const _SIF = "SourceImageFace";
1102
- const _SIOC = "SourceImageOrientationCorrection";
1103
- const _SIe = "SessionId";
1104
- const _SJHLACER = "SynthesizedJsonHumanLoopActivationConditionsEvaluationResults";
1105
- const _SKP = "S3KeyPrefix";
1106
- const _SLD = "StartLabelDetection";
1107
- const _SLDR = "StartLabelDetectionRequest";
1108
- const _SLDRt = "StartLabelDetectionResponse";
1109
- const _SM = "StatusMessage";
1110
- const _SMAJ = "StartMediaAnalysisJob";
1111
- const _SMAJR = "StartMediaAnalysisJobRequest";
1112
- const _SMAJRt = "StartMediaAnalysisJobResponse";
1113
- const _SMC = "StatusMessageCode";
1114
- const _SNFE = "SessionNotFoundException";
1115
- const _SNSTA = "SNSTopicArn";
1116
- const _SO = "S3Object";
1117
- const _SP = "StreamProcessors";
1118
- const _SPA = "SourceProjectArn";
1119
- const _SPAt = "StreamProcessorArn";
1120
- const _SPDSP = "StreamProcessorDataSharingPreference";
1121
- const _SPI = "StreamProcessorInput";
1122
- const _SPL = "StreamProcessorList";
1123
- const _SPNC = "StreamProcessorNotificationChannel";
1124
- const _SPO = "StreamProcessorOutput";
1125
- const _SPS = "StreamProcessorSettings";
1126
- const _SPSFU = "StreamProcessorSettingsForUpdate";
1127
- const _SPSS = "StreamProcessingStartSelector";
1128
- const _SPSSt = "StreamProcessingStopSelector";
1129
- const _SPT = "StartPersonTracking";
1130
- const _SPTR = "StartPersonTrackingRequest";
1131
- const _SPTRt = "StartPersonTrackingResponse";
1132
- const _SPV = "StartProjectVersion";
1133
- const _SPVA = "SourceProjectVersionArn";
1134
- const _SPVR = "StartProjectVersionRequest";
1135
- const _SPVRt = "StartProjectVersionResponse";
1136
- const _SPVRto = "StopProjectVersionRequest";
1137
- const _SPVRtop = "StopProjectVersionResponse";
1138
- const _SPVt = "StopProjectVersion";
1139
- const _SPt = "StreamProcessor";
1140
- const _SQEE = "ServiceQuotaExceededException";
1141
- const _SR = "SampleRate";
1142
- const _SRC = "SourceRefContains";
1143
- const _SS = "ShotSegment";
1144
- const _SSD = "StartSegmentDetection";
1145
- const _SSDF = "StartSegmentDetectionFilters";
1146
- const _SSDFt = "StartShotDetectionFilter";
1147
- const _SSDR = "StartSegmentDetectionRequest";
1148
- const _SSDRt = "StartSegmentDetectionResponse";
1149
- const _SSP = "StartStreamProcessor";
1150
- const _SSPR = "StartStreamProcessorRequest";
1151
- const _SSPRt = "StartStreamProcessorResponse";
1152
- const _SSPRto = "StopStreamProcessorRequest";
1153
- const _SSPRtop = "StopStreamProcessorResponse";
1154
- const _SSPt = "StopStreamProcessor";
1155
- const _SST = "SelectedSegmentTypes";
1156
- const _SSt = "StartSelector";
1157
- const _SSto = "StopSelector";
1158
- const _ST = "SimilarityThreshold";
1159
- const _STCDF = "StartTechnicalCueDetectionFilter";
1160
- const _STD = "StartTextDetection";
1161
- const _STDF = "StartTextDetectionFilters";
1162
- const _STDR = "StartTextDetectionRequest";
1163
- const _STDRt = "StartTextDetectionResponse";
1164
- const _STI = "SegmentTypeInfo";
1165
- const _STIe = "SegmentTypesInfo";
1166
- const _STM = "StartTimestampMillis";
1167
- const _STSMPTE = "StartTimecodeSMPTE";
1168
- const _STe = "SegmentTypes";
1169
- const _SU = "SearchedUser";
1170
- const _SUBI = "SearchUsersByImage";
1171
- const _SUBIR = "SearchUsersByImageRequest";
1172
- const _SUBIRe = "SearchUsersByImageResponse";
1173
- const _SUR = "SearchUsersRequest";
1174
- const _SURe = "SearchUsersResponse";
1175
- const _SUe = "SearchUsers";
1176
- const _Se = "Settings";
1177
- const _Seg = "Segments";
1178
- const _Sh = "Sharpness";
1179
- const _Si = "Similarity";
1180
- const _St = "Status";
1181
- const _Su = "Summary";
1182
- const _Sun = "Sunglasses";
1183
- const _T = "Top";
1184
- const _TCF = "TechnicalCueFilter";
1185
- const _TCS = "TechnicalCueSegment";
1186
- const _TD = "TrainingData";
1187
- const _TDL = "TextDetectionList";
1188
- const _TDR = "TrainingDataResult";
1189
- const _TDRe = "TestingDataResult";
1190
- const _TDRex = "TextDetectionResult";
1191
- const _TDRext = "TextDetectionResults";
1192
- const _TDe = "TestingData";
1193
- const _TDex = "TextDetections";
1194
- const _TDext = "TextDetection";
1195
- const _TE = "TotalEntries";
1196
- const _TET = "TrainingEndTimestamp";
1197
- const _TEh = "ThrottlingException";
1198
- const _TI = "TargetImage";
1199
- const _TIOC = "TargetImageOrientationCorrection";
1200
- const _TK = "TagKeys";
1201
- const _TL = "TotalLabels";
1202
- const _TLa = "TaxonomyLevel";
1203
- const _TMV = "TextModelVersion";
1204
- const _TR = "TagResource";
1205
- const _TRR = "TagResourceRequest";
1206
- const _TRRa = "TagResourceResponse";
1207
- const _Ta = "Tags";
1208
- const _Ti = "Timestamp";
1209
- const _Ty = "Type";
1210
- const _U = "Urls";
1211
- const _UC = "UserCount";
1212
- const _UDE = "UpdateDatasetEntries";
1213
- const _UDER = "UpdateDatasetEntriesRequest";
1214
- const _UDERp = "UpdateDatasetEntriesResponse";
1215
- const _UF = "UnmatchedFaces";
1216
- const _UFA = "UnsuccessfulFaceAssociations";
1217
- const _UFAL = "UnsuccessfulFaceAssociationList";
1218
- const _UFAn = "UnsuccessfulFaceAssociation";
1219
- const _UFD = "UnsuccessfulFaceDeletions";
1220
- const _UFDL = "UnsuccessfulFaceDeletionsList";
1221
- const _UFDLn = "UnsuccessfulFaceDisassociationList";
1222
- const _UFDn = "UnsuccessfulFaceDisassociations";
1223
- const _UFDns = "UnsuccessfulFaceDeletion";
1224
- const _UFDnsu = "UnsuccessfulFaceDisassociation";
1225
- const _UFL = "UnsearchedFacesList";
1226
- const _UFn = "UnindexedFaces";
1227
- const _UFni = "UnindexedFace";
1228
- const _UFnr = "UnrecognizedFaces";
1229
- const _UFns = "UnsearchedFaces";
1230
- const _UFnse = "UnsearchedFace";
1231
- const _UI = "UserId";
1232
- const _UL = "UserList";
1233
- const _UM = "UserMatches";
1234
- const _UML = "UserMatchList";
1235
- const _UMT = "UserMatchThreshold";
1236
- const _UMs = "UserMatch";
1237
- const _UR = "UntagResource";
1238
- const _URR = "UntagResourceRequest";
1239
- const _URRn = "UntagResourceResponse";
1240
- const _US = "UserStatus";
1241
- const _USP = "UpdateStreamProcessor";
1242
- const _USPR = "UpdateStreamProcessorRequest";
1243
- const _USPRp = "UpdateStreamProcessorResponse";
1244
- const _Us = "Users";
1245
- const _Use = "User";
1246
- const _V = "Value";
1247
- const _VD = "VersionDescription";
1248
- const _VDa = "ValidationData";
1249
- const _VM = "VideoMetadata";
1250
- const _VML = "VideoMetadataList";
1251
- const _VN = "VersionName";
1252
- const _VNe = "VersionNames";
1253
- const _VTLE = "VideoTooLargeException";
1254
- const _Va = "Validation";
1255
- const _Ve = "Version";
1256
- const _Ver = "Versions";
1257
- const _Vi = "Video";
1258
- const _W = "Width";
1259
- const _WF = "WordFilter";
1260
- const _X = "X";
1261
- const _Y = "Yaw";
1262
- const _Y_ = "Y";
1263
- const _a = "application/json";
1264
- const _c = "client";
1265
- const _e = "error";
1266
- const _hE = "httpError";
1267
- const _mT = "mediaType";
1268
- const _s = "server";
1269
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.rekognition";
1270
- const n0 = "com.amazonaws.rekognition";
1271
- var LivenessImageBlob = [0, n0, _LIB, 8, 21];
1272
- var SynthesizedJsonHumanLoopActivationConditionsEvaluationResults = [0, n0, _SJHLACER, { [_mT]: _a }, 0];
1273
- var AccessDeniedException$ = [-3, n0, _ADE,
1274
- { [_e]: _c },
1275
- [_M, _C, _L],
1276
- [0, 0, 0]
1277
- ];
1278
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1279
- var AgeRange$ = [3, n0, _AR,
1280
- 0,
1281
- [_Lo, _H],
1282
- [1, 1]
1283
- ];
1284
- var Asset$ = [3, n0, _A,
1285
- 0,
1286
- [_GTM],
1287
- [() => GroundTruthManifest$]
1288
- ];
1289
- var AssociatedFace$ = [3, n0, _AF,
1290
- 0,
1291
- [_FI],
1292
- [0]
1293
- ];
1294
- var AssociateFacesRequest$ = [3, n0, _AFR,
1295
- 0,
1296
- [_CI, _UI, _FIa, _UMT, _CRT],
1297
- [0, 0, 64 | 0, 1, [0, 4]], 3
1298
- ];
1299
- var AssociateFacesResponse$ = [3, n0, _AFRs,
1300
- 0,
1301
- [_AFs, _UFA, _US],
1302
- [() => AssociatedFacesList, () => UnsuccessfulFaceAssociationList, 0]
1303
- ];
1304
- var AudioMetadata$ = [3, n0, _AM,
1305
- 0,
1306
- [_Co, _DM, _SR, _NOC],
1307
- [0, 1, 1, 1]
1308
- ];
1309
- var AuditImage$ = [3, n0, _AI,
1310
- 0,
1311
- [_B, _SO, _BB],
1312
- [[() => LivenessImageBlob, 0], () => S3Object$, () => BoundingBox$]
1313
- ];
1314
- var Beard$ = [3, n0, _Be,
1315
- 0,
1316
- [_V, _Con],
1317
- [2, 1]
1318
- ];
1319
- var BlackFrame$ = [3, n0, _BF,
1320
- 0,
1321
- [_MPT, _MCP],
1322
- [1, 1]
1323
- ];
1324
- var BoundingBox$ = [3, n0, _BB,
1325
- 0,
1326
- [_W, _He, _Le, _T],
1327
- [1, 1, 1, 1]
1328
- ];
1329
- var Celebrity$ = [3, n0, _Ce,
1330
- 0,
1331
- [_U, _N, _I, _F, _MC, _KG],
1332
- [64 | 0, 0, 0, () => ComparedFace$, 1, () => KnownGender$]
1333
- ];
1334
- var CelebrityDetail$ = [3, n0, _CD,
1335
- 0,
1336
- [_U, _N, _I, _Con, _BB, _F, _KG],
1337
- [64 | 0, 0, 0, 1, () => BoundingBox$, () => FaceDetail$, () => KnownGender$]
1338
- ];
1339
- var CelebrityRecognition$ = [3, n0, _CR,
1340
- 0,
1341
- [_Ti, _Ce],
1342
- [1, () => CelebrityDetail$]
1343
- ];
1344
- var Challenge$ = [3, n0, _Ch,
1345
- 0,
1346
- [_Ty, _Ve],
1347
- [0, 0], 2
1348
- ];
1349
- var ChallengePreference$ = [3, n0, _CP,
1350
- 0,
1351
- [_Ty, _Ver],
1352
- [0, () => Versions$], 1
1353
- ];
1354
- var ComparedFace$ = [3, n0, _CF,
1355
- 0,
1356
- [_BB, _Con, _La, _P, _Q, _E, _S],
1357
- [() => BoundingBox$, 1, () => Landmarks, () => Pose$, () => ImageQuality$, () => Emotions, () => Smile$]
1358
- ];
1359
- var ComparedSourceImageFace$ = [3, n0, _CSIF,
1360
- 0,
1361
- [_BB, _Con],
1362
- [() => BoundingBox$, 1]
1363
- ];
1364
- var CompareFacesMatch$ = [3, n0, _CFM,
1365
- 0,
1366
- [_Si, _F],
1367
- [1, () => ComparedFace$]
1368
- ];
1369
- var CompareFacesRequest$ = [3, n0, _CFR,
1370
- 0,
1371
- [_SI, _TI, _ST, _QF],
1372
- [() => Image$, () => Image$, 1, 0], 2
1373
- ];
1374
- var CompareFacesResponse$ = [3, n0, _CFRo,
1375
- 0,
1376
- [_SIF, _FM, _UF, _SIOC, _TIOC],
1377
- [() => ComparedSourceImageFace$, () => CompareFacesMatchList, () => CompareFacesUnmatchList, 0, 0]
1378
- ];
1379
- var ConflictException$ = [-3, n0, _CE,
1380
- { [_e]: _c },
1381
- [_M, _C, _L],
1382
- [0, 0, 0]
1383
- ];
1384
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1385
- var ConnectedHomeSettings$ = [3, n0, _CHS,
1386
- 0,
1387
- [_Lab, _MCi],
1388
- [64 | 0, 1], 1
1389
- ];
1390
- var ConnectedHomeSettingsForUpdate$ = [3, n0, _CHSFU,
1391
- 0,
1392
- [_Lab, _MCi],
1393
- [64 | 0, 1]
1394
- ];
1395
- var ContentModerationDetection$ = [3, n0, _CMD,
1396
- 0,
1397
- [_Ti, _ML, _STM, _ETM, _DM, _CT],
1398
- [1, () => ModerationLabel$, 1, 1, 1, () => ContentTypes]
1399
- ];
1400
- var ContentType$ = [3, n0, _CTo,
1401
- 0,
1402
- [_Con, _N],
1403
- [1, 0]
1404
- ];
1405
- var CopyProjectVersionRequest$ = [3, n0, _CPVR,
1406
- 0,
1407
- [_SPA, _SPVA, _DPA, _VN, _OC, _Ta, _KKI],
1408
- [0, 0, 0, 0, () => OutputConfig$, 128 | 0, 0], 5
1409
- ];
1410
- var CopyProjectVersionResponse$ = [3, n0, _CPVRo,
1411
- 0,
1412
- [_PVA],
1413
- [0]
1414
- ];
1415
- var CoversBodyPart$ = [3, n0, _CBP,
1416
- 0,
1417
- [_Con, _V],
1418
- [1, 2]
1419
- ];
1420
- var CreateCollectionRequest$ = [3, n0, _CCR,
1421
- 0,
1422
- [_CI, _Ta],
1423
- [0, 128 | 0], 1
1424
- ];
1425
- var CreateCollectionResponse$ = [3, n0, _CCRr,
1426
- 0,
1427
- [_SC, _CA, _FMV],
1428
- [1, 0, 0]
1429
- ];
1430
- var CreateDatasetRequest$ = [3, n0, _CDR,
1431
- 0,
1432
- [_DT, _PA, _DS, _Ta],
1433
- [0, 0, () => DatasetSource$, 128 | 0], 2
1434
- ];
1435
- var CreateDatasetResponse$ = [3, n0, _CDRr,
1436
- 0,
1437
- [_DA],
1438
- [0]
1439
- ];
1440
- var CreateFaceLivenessSessionRequest$ = [3, n0, _CFLSR,
1441
- 0,
1442
- [_KKI, _Se, _CRT],
1443
- [0, () => CreateFaceLivenessSessionRequestSettings$, 0]
1444
- ];
1445
- var CreateFaceLivenessSessionRequestSettings$ = [3, n0, _CFLSRS,
1446
- 0,
1447
- [_OC, _AIL, _CPh],
1448
- [() => LivenessOutputConfig$, 1, () => ChallengePreferences]
1449
- ];
1450
- var CreateFaceLivenessSessionResponse$ = [3, n0, _CFLSRr,
1451
- 0,
1452
- [_SIe],
1453
- [0], 1
1454
- ];
1455
- var CreateProjectRequest$ = [3, n0, _CPR,
1456
- 0,
1457
- [_PN, _Fe, _AU, _Ta],
1458
- [0, 0, 0, 128 | 0], 1
1459
- ];
1460
- var CreateProjectResponse$ = [3, n0, _CPRr,
1461
- 0,
1462
- [_PA],
1463
- [0]
1464
- ];
1465
- var CreateProjectVersionRequest$ = [3, n0, _CPVRr,
1466
- 0,
1467
- [_PA, _VN, _OC, _TD, _TDe, _Ta, _KKI, _VD, _FC],
1468
- [0, 0, () => OutputConfig$, () => TrainingData$, () => TestingData$, 128 | 0, 0, 0, () => CustomizationFeatureConfig$], 3
1469
- ];
1470
- var CreateProjectVersionResponse$ = [3, n0, _CPVRre,
1471
- 0,
1472
- [_PVA],
1473
- [0]
1474
- ];
1475
- var CreateStreamProcessorRequest$ = [3, n0, _CSPR,
1476
- 0,
1477
- [_In, _O, _N, _Se, _RA, _Ta, _NC, _KKI, _ROI, _DSP],
1478
- [() => StreamProcessorInput$, () => StreamProcessorOutput$, 0, () => StreamProcessorSettings$, 0, 128 | 0, () => StreamProcessorNotificationChannel$, 0, () => RegionsOfInterest, () => StreamProcessorDataSharingPreference$], 5
1479
- ];
1480
- var CreateStreamProcessorResponse$ = [3, n0, _CSPRr,
1481
- 0,
1482
- [_SPAt],
1483
- [0]
1484
- ];
1485
- var CreateUserRequest$ = [3, n0, _CUR,
1486
- 0,
1487
- [_CI, _UI, _CRT],
1488
- [0, 0, [0, 4]], 2
1489
- ];
1490
- var CreateUserResponse$ = [3, n0, _CURr,
1491
- 0,
1492
- [],
1493
- []
1494
- ];
1495
- var CustomizationFeatureConfig$ = [3, n0, _CFC,
1496
- 0,
1497
- [_CM],
1498
- [() => CustomizationFeatureContentModerationConfig$]
1499
- ];
1500
- var CustomizationFeatureContentModerationConfig$ = [3, n0, _CFCMC,
1501
- 0,
1502
- [_CTon],
1503
- [1]
1504
- ];
1505
- var CustomLabel$ = [3, n0, _CL,
1506
- 0,
1507
- [_N, _Con, _G],
1508
- [0, 1, () => Geometry$]
1509
- ];
1510
- var DatasetChanges$ = [3, n0, _DC,
1511
- 0,
1512
- [_GT],
1513
- [21], 1
1514
- ];
1515
- var DatasetDescription$ = [3, n0, _DD,
1516
- 0,
1517
- [_CTr, _LUT, _St, _SM, _SMC, _DSa],
1518
- [4, 4, 0, 0, 0, () => DatasetStats$]
1519
- ];
1520
- var DatasetLabelDescription$ = [3, n0, _DLD,
1521
- 0,
1522
- [_LN, _LS],
1523
- [0, () => DatasetLabelStats$]
1524
- ];
1525
- var DatasetLabelStats$ = [3, n0, _DLS,
1526
- 0,
1527
- [_EC, _BBC],
1528
- [1, 1]
1529
- ];
1530
- var DatasetMetadata$ = [3, n0, _DMa,
1531
- 0,
1532
- [_CTr, _DT, _DA, _St, _SM, _SMC],
1533
- [4, 0, 0, 0, 0, 0]
1534
- ];
1535
- var DatasetSource$ = [3, n0, _DS,
1536
- 0,
1537
- [_GTM, _DA],
1538
- [() => GroundTruthManifest$, 0]
1539
- ];
1540
- var DatasetStats$ = [3, n0, _DSa,
1541
- 0,
1542
- [_LE, _TE, _TL, _EE],
1543
- [1, 1, 1, 1]
1544
- ];
1545
- var DeleteCollectionRequest$ = [3, n0, _DCR,
1546
- 0,
1547
- [_CI],
1548
- [0], 1
1549
- ];
1550
- var DeleteCollectionResponse$ = [3, n0, _DCRe,
1551
- 0,
1552
- [_SC],
1553
- [1]
1554
- ];
1555
- var DeleteDatasetRequest$ = [3, n0, _DDR,
1556
- 0,
1557
- [_DA],
1558
- [0], 1
1559
- ];
1560
- var DeleteDatasetResponse$ = [3, n0, _DDRe,
1561
- 0,
1562
- [],
1563
- []
1564
- ];
1565
- var DeleteFacesRequest$ = [3, n0, _DFR,
1566
- 0,
1567
- [_CI, _FIa],
1568
- [0, 64 | 0], 2
1569
- ];
1570
- var DeleteFacesResponse$ = [3, n0, _DFRe,
1571
- 0,
1572
- [_DF, _UFD],
1573
- [64 | 0, () => UnsuccessfulFaceDeletionsList]
1574
- ];
1575
- var DeleteProjectPolicyRequest$ = [3, n0, _DPPR,
1576
- 0,
1577
- [_PA, _PNo, _PRI],
1578
- [0, 0, 0], 2
1579
- ];
1580
- var DeleteProjectPolicyResponse$ = [3, n0, _DPPRe,
1581
- 0,
1582
- [],
1583
- []
1584
- ];
1585
- var DeleteProjectRequest$ = [3, n0, _DPR,
1586
- 0,
1587
- [_PA],
1588
- [0], 1
1589
- ];
1590
- var DeleteProjectResponse$ = [3, n0, _DPRe,
1591
- 0,
1592
- [_St],
1593
- [0]
1594
- ];
1595
- var DeleteProjectVersionRequest$ = [3, n0, _DPVR,
1596
- 0,
1597
- [_PVA],
1598
- [0], 1
1599
- ];
1600
- var DeleteProjectVersionResponse$ = [3, n0, _DPVRe,
1601
- 0,
1602
- [_St],
1603
- [0]
1604
- ];
1605
- var DeleteStreamProcessorRequest$ = [3, n0, _DSPR,
1606
- 0,
1607
- [_N],
1608
- [0], 1
1609
- ];
1610
- var DeleteStreamProcessorResponse$ = [3, n0, _DSPRe,
1611
- 0,
1612
- [],
1613
- []
1614
- ];
1615
- var DeleteUserRequest$ = [3, n0, _DUR,
1616
- 0,
1617
- [_CI, _UI, _CRT],
1618
- [0, 0, [0, 4]], 2
1619
- ];
1620
- var DeleteUserResponse$ = [3, n0, _DURe,
1621
- 0,
1622
- [],
1623
- []
1624
- ];
1625
- var DescribeCollectionRequest$ = [3, n0, _DCRes,
1626
- 0,
1627
- [_CI],
1628
- [0], 1
1629
- ];
1630
- var DescribeCollectionResponse$ = [3, n0, _DCResc,
1631
- 0,
1632
- [_FCa, _FMV, _CARN, _CTr, _UC],
1633
- [1, 0, 0, 4, 1]
1634
- ];
1635
- var DescribeDatasetRequest$ = [3, n0, _DDRes,
1636
- 0,
1637
- [_DA],
1638
- [0], 1
1639
- ];
1640
- var DescribeDatasetResponse$ = [3, n0, _DDResc,
1641
- 0,
1642
- [_DD],
1643
- [() => DatasetDescription$]
1644
- ];
1645
- var DescribeProjectsRequest$ = [3, n0, _DPRes,
1646
- 0,
1647
- [_NT, _MR, _PNr, _Fea],
1648
- [0, 1, 64 | 0, 64 | 0]
1649
- ];
1650
- var DescribeProjectsResponse$ = [3, n0, _DPResc,
1651
- 0,
1652
- [_PD, _NT],
1653
- [() => ProjectDescriptions, 0]
1654
- ];
1655
- var DescribeProjectVersionsRequest$ = [3, n0, _DPVRes,
1656
- 0,
1657
- [_PA, _VNe, _NT, _MR],
1658
- [0, 64 | 0, 0, 1], 1
1659
- ];
1660
- var DescribeProjectVersionsResponse$ = [3, n0, _DPVResc,
1661
- 0,
1662
- [_PVD, _NT],
1663
- [() => ProjectVersionDescriptions, 0]
1664
- ];
1665
- var DescribeStreamProcessorRequest$ = [3, n0, _DSPRes,
1666
- 0,
1667
- [_N],
1668
- [0], 1
1669
- ];
1670
- var DescribeStreamProcessorResponse$ = [3, n0, _DSPResc,
1671
- 0,
1672
- [_N, _SPAt, _St, _SM, _CTr, _LUTa, _In, _O, _RA, _Se, _NC, _KKI, _ROI, _DSP],
1673
- [0, 0, 0, 0, 4, 4, () => StreamProcessorInput$, () => StreamProcessorOutput$, 0, () => StreamProcessorSettings$, () => StreamProcessorNotificationChannel$, 0, () => RegionsOfInterest, () => StreamProcessorDataSharingPreference$]
1674
- ];
1675
- var DetectCustomLabelsRequest$ = [3, n0, _DCLR,
1676
- 0,
1677
- [_PVA, _Im, _MR, _MCi],
1678
- [0, () => Image$, 1, 1], 2
1679
- ];
1680
- var DetectCustomLabelsResponse$ = [3, n0, _DCLRe,
1681
- 0,
1682
- [_CLu],
1683
- [() => CustomLabels]
1684
- ];
1685
- var DetectFacesRequest$ = [3, n0, _DFRet,
1686
- 0,
1687
- [_Im, _At],
1688
- [() => Image$, 64 | 0], 1
1689
- ];
1690
- var DetectFacesResponse$ = [3, n0, _DFRete,
1691
- 0,
1692
- [_FD, _OCr],
1693
- [() => FaceDetailList, 0]
1694
- ];
1695
- var DetectionFilter$ = [3, n0, _DFe,
1696
- 0,
1697
- [_MCi, _MBBH, _MBBW],
1698
- [1, 1, 1]
1699
- ];
1700
- var DetectLabelsImageBackground$ = [3, n0, _DLIB,
1701
- 0,
1702
- [_Q, _DCo],
1703
- [() => DetectLabelsImageQuality$, () => DominantColors]
1704
- ];
1705
- var DetectLabelsImageForeground$ = [3, n0, _DLIF,
1706
- 0,
1707
- [_Q, _DCo],
1708
- [() => DetectLabelsImageQuality$, () => DominantColors]
1709
- ];
1710
- var DetectLabelsImageProperties$ = [3, n0, _DLIP,
1711
- 0,
1712
- [_Q, _DCo, _Fo, _Ba],
1713
- [() => DetectLabelsImageQuality$, () => DominantColors, () => DetectLabelsImageForeground$, () => DetectLabelsImageBackground$]
1714
- ];
1715
- var DetectLabelsImagePropertiesSettings$ = [3, n0, _DLIPS,
1716
- 0,
1717
- [_MDC],
1718
- [1]
1719
- ];
1720
- var DetectLabelsImageQuality$ = [3, n0, _DLIQ,
1721
- 0,
1722
- [_Br, _Sh, _Cont],
1723
- [1, 1, 1]
1724
- ];
1725
- var DetectLabelsRequest$ = [3, n0, _DLR,
1726
- 0,
1727
- [_Im, _MLa, _MCi, _Fea, _Se],
1728
- [() => Image$, 1, 1, 64 | 0, () => DetectLabelsSettings$], 1
1729
- ];
1730
- var DetectLabelsResponse$ = [3, n0, _DLRe,
1731
- 0,
1732
- [_Lab, _OCr, _LMV, _IP],
1733
- [() => Labels, 0, 0, () => DetectLabelsImageProperties$]
1734
- ];
1735
- var DetectLabelsSettings$ = [3, n0, _DLSe,
1736
- 0,
1737
- [_GL, _IP],
1738
- [() => GeneralLabelsSettings$, () => DetectLabelsImagePropertiesSettings$]
1739
- ];
1740
- var DetectModerationLabelsRequest$ = [3, n0, _DMLR,
1741
- 0,
1742
- [_Im, _MCi, _HLC, _PV],
1743
- [() => Image$, 1, () => HumanLoopConfig$, 0], 1
1744
- ];
1745
- var DetectModerationLabelsResponse$ = [3, n0, _DMLRe,
1746
- 0,
1747
- [_MLo, _MMV, _HLAO, _PV, _CT],
1748
- [() => ModerationLabels, 0, [() => HumanLoopActivationOutput$, 0], 0, () => ContentTypes]
1749
- ];
1750
- var DetectProtectiveEquipmentRequest$ = [3, n0, _DPER,
1751
- 0,
1752
- [_Im, _SA],
1753
- [() => Image$, () => ProtectiveEquipmentSummarizationAttributes$], 1
1754
- ];
1755
- var DetectProtectiveEquipmentResponse$ = [3, n0, _DPERe,
1756
- 0,
1757
- [_PEMV, _Pe, _Su],
1758
- [0, () => ProtectiveEquipmentPersons, () => ProtectiveEquipmentSummary$]
1759
- ];
1760
- var DetectTextFilters$ = [3, n0, _DTF,
1761
- 0,
1762
- [_WF, _ROI],
1763
- [() => DetectionFilter$, () => RegionsOfInterest]
1764
- ];
1765
- var DetectTextRequest$ = [3, n0, _DTR,
1766
- 0,
1767
- [_Im, _Fi],
1768
- [() => Image$, () => DetectTextFilters$], 1
1769
- ];
1770
- var DetectTextResponse$ = [3, n0, _DTRe,
1771
- 0,
1772
- [_TDex, _TMV],
1773
- [() => TextDetectionList, 0]
1774
- ];
1775
- var DisassociatedFace$ = [3, n0, _DFi,
1776
- 0,
1777
- [_FI],
1778
- [0]
1779
- ];
1780
- var DisassociateFacesRequest$ = [3, n0, _DFRi,
1781
- 0,
1782
- [_CI, _UI, _FIa, _CRT],
1783
- [0, 0, 64 | 0, [0, 4]], 3
1784
- ];
1785
- var DisassociateFacesResponse$ = [3, n0, _DFRis,
1786
- 0,
1787
- [_DFis, _UFDn, _US],
1788
- [() => DisassociatedFacesList, () => UnsuccessfulFaceDisassociationList, 0]
1789
- ];
1790
- var DistributeDataset$ = [3, n0, _DDi,
1791
- 0,
1792
- [_Ar],
1793
- [0], 1
1794
- ];
1795
- var DistributeDatasetEntriesRequest$ = [3, n0, _DDER,
1796
- 0,
1797
- [_D],
1798
- [() => DistributeDatasetMetadataList], 1
1799
- ];
1800
- var DistributeDatasetEntriesResponse$ = [3, n0, _DDERi,
1801
- 0,
1802
- [],
1803
- []
1804
- ];
1805
- var DominantColor$ = [3, n0, _DCom,
1806
- 0,
1807
- [_R, _Bl, _Gr, _HC, _CSSC, _SCi, _PP],
1808
- [1, 1, 1, 0, 0, 0, 1]
1809
- ];
1810
- var Emotion$ = [3, n0, _Em,
1811
- 0,
1812
- [_Ty, _Con],
1813
- [0, 1]
1814
- ];
1815
- var EquipmentDetection$ = [3, n0, _ED,
1816
- 0,
1817
- [_BB, _Con, _Ty, _CBP],
1818
- [() => BoundingBox$, 1, 0, () => CoversBodyPart$]
1819
- ];
1820
- var EvaluationResult$ = [3, n0, _ER,
1821
- 0,
1822
- [_FS, _Su],
1823
- [1, () => Summary$]
1824
- ];
1825
- var EyeDirection$ = [3, n0, _EDy,
1826
- 0,
1827
- [_Y, _Pi, _Con],
1828
- [1, 1, 1]
1829
- ];
1830
- var Eyeglasses$ = [3, n0, _Ey,
1831
- 0,
1832
- [_V, _Con],
1833
- [2, 1]
1834
- ];
1835
- var EyeOpen$ = [3, n0, _EO,
1836
- 0,
1837
- [_V, _Con],
1838
- [2, 1]
1839
- ];
1840
- var Face$ = [3, n0, _F,
1841
- 0,
1842
- [_FI, _BB, _II, _EII, _Con, _IFMV, _UI],
1843
- [0, () => BoundingBox$, 0, 0, 1, 0, 0]
1844
- ];
1845
- var FaceDetail$ = [3, n0, _FDa,
1846
- 0,
1847
- [_BB, _AR, _S, _Ey, _Sun, _Ge, _Be, _Mu, _EOy, _MO, _E, _La, _P, _Q, _Con, _FO, _EDy],
1848
- [() => BoundingBox$, () => AgeRange$, () => Smile$, () => Eyeglasses$, () => Sunglasses$, () => Gender$, () => Beard$, () => Mustache$, () => EyeOpen$, () => MouthOpen$, () => Emotions, () => Landmarks, () => Pose$, () => ImageQuality$, 1, () => FaceOccluded$, () => EyeDirection$]
1849
- ];
1850
- var FaceDetection$ = [3, n0, _FDac,
1851
- 0,
1852
- [_Ti, _F],
1853
- [1, () => FaceDetail$]
1854
- ];
1855
- var FaceMatch$ = [3, n0, _FMa,
1856
- 0,
1857
- [_Si, _F],
1858
- [1, () => Face$]
1859
- ];
1860
- var FaceOccluded$ = [3, n0, _FO,
1861
- 0,
1862
- [_V, _Con],
1863
- [2, 1]
1864
- ];
1865
- var FaceRecord$ = [3, n0, _FR,
1866
- 0,
1867
- [_F, _FDa],
1868
- [() => Face$, () => FaceDetail$]
1869
- ];
1870
- var FaceSearchSettings$ = [3, n0, _FSS,
1871
- 0,
1872
- [_CI, _FMT],
1873
- [0, 1]
1874
- ];
1875
- var Gender$ = [3, n0, _Ge,
1876
- 0,
1877
- [_V, _Con],
1878
- [0, 1]
1879
- ];
1880
- var GeneralLabelsSettings$ = [3, n0, _GLS,
1881
- 0,
1882
- [_LIF, _LEF, _LCIF, _LCEF],
1883
- [64 | 0, 64 | 0, 64 | 0, 64 | 0]
1884
- ];
1885
- var Geometry$ = [3, n0, _G,
1886
- 0,
1887
- [_BB, _Po],
1888
- [() => BoundingBox$, () => Polygon]
1889
- ];
1890
- var GetCelebrityInfoRequest$ = [3, n0, _GCIR,
1891
- 0,
1892
- [_I],
1893
- [0], 1
1894
- ];
1895
- var GetCelebrityInfoResponse$ = [3, n0, _GCIRe,
1896
- 0,
1897
- [_U, _N, _KG],
1898
- [64 | 0, 0, () => KnownGender$]
1899
- ];
1900
- var GetCelebrityRecognitionRequest$ = [3, n0, _GCRR,
1901
- 0,
1902
- [_JI, _MR, _NT, _SB],
1903
- [0, 1, 0, 0], 1
1904
- ];
1905
- var GetCelebrityRecognitionResponse$ = [3, n0, _GCRRe,
1906
- 0,
1907
- [_JS, _SM, _VM, _NT, _Cel, _JI, _Vi, _JT],
1908
- [0, 0, () => VideoMetadata$, 0, () => CelebrityRecognitions, 0, () => Video$, 0]
1909
- ];
1910
- var GetContentModerationRequest$ = [3, n0, _GCMR,
1911
- 0,
1912
- [_JI, _MR, _NT, _SB, _AB],
1913
- [0, 1, 0, 0, 0], 1
1914
- ];
1915
- var GetContentModerationRequestMetadata$ = [3, n0, _GCMRM,
1916
- 0,
1917
- [_SB, _AB],
1918
- [0, 0]
1919
- ];
1920
- var GetContentModerationResponse$ = [3, n0, _GCMRe,
1921
- 0,
1922
- [_JS, _SM, _VM, _MLo, _NT, _MMV, _JI, _Vi, _JT, _GRM],
1923
- [0, 0, () => VideoMetadata$, () => ContentModerationDetections, 0, 0, 0, () => Video$, 0, () => GetContentModerationRequestMetadata$]
1924
- ];
1925
- var GetFaceDetectionRequest$ = [3, n0, _GFDR,
1926
- 0,
1927
- [_JI, _MR, _NT],
1928
- [0, 1, 0], 1
1929
- ];
1930
- var GetFaceDetectionResponse$ = [3, n0, _GFDRe,
1931
- 0,
1932
- [_JS, _SM, _VM, _NT, _Fa, _JI, _Vi, _JT],
1933
- [0, 0, () => VideoMetadata$, 0, () => FaceDetections, 0, () => Video$, 0]
1934
- ];
1935
- var GetFaceLivenessSessionResultsRequest$ = [3, n0, _GFLSRR,
1936
- 0,
1937
- [_SIe],
1938
- [0], 1
1939
- ];
1940
- var GetFaceLivenessSessionResultsResponse$ = [3, n0, _GFLSRRe,
1941
- 0,
1942
- [_SIe, _St, _Con, _RI, _AIu, _Ch],
1943
- [0, 0, 1, [() => AuditImage$, 0], [() => AuditImages, 0], () => Challenge$], 2
1944
- ];
1945
- var GetFaceSearchRequest$ = [3, n0, _GFSR,
1946
- 0,
1947
- [_JI, _MR, _NT, _SB],
1948
- [0, 1, 0, 0], 1
1949
- ];
1950
- var GetFaceSearchResponse$ = [3, n0, _GFSRe,
1951
- 0,
1952
- [_JS, _SM, _NT, _VM, _Pe, _JI, _Vi, _JT],
1953
- [0, 0, 0, () => VideoMetadata$, () => PersonMatches, 0, () => Video$, 0]
1954
- ];
1955
- var GetLabelDetectionRequest$ = [3, n0, _GLDR,
1956
- 0,
1957
- [_JI, _MR, _NT, _SB, _AB],
1958
- [0, 1, 0, 0, 0], 1
1959
- ];
1960
- var GetLabelDetectionRequestMetadata$ = [3, n0, _GLDRM,
1961
- 0,
1962
- [_SB, _AB],
1963
- [0, 0]
1964
- ];
1965
- var GetLabelDetectionResponse$ = [3, n0, _GLDRe,
1966
- 0,
1967
- [_JS, _SM, _VM, _NT, _Lab, _LMV, _JI, _Vi, _JT, _GRM],
1968
- [0, 0, () => VideoMetadata$, 0, () => LabelDetections, 0, 0, () => Video$, 0, () => GetLabelDetectionRequestMetadata$]
1969
- ];
1970
- var GetMediaAnalysisJobRequest$ = [3, n0, _GMAJR,
1971
- 0,
1972
- [_JI],
1973
- [0], 1
1974
- ];
1975
- var GetMediaAnalysisJobResponse$ = [3, n0, _GMAJRe,
1976
- 0,
1977
- [_JI, _OCp, _St, _CTr, _In, _OC, _JN, _FDai, _CTom, _KKI, _Re, _MS],
1978
- [0, () => MediaAnalysisOperationsConfig$, 0, 4, () => MediaAnalysisInput$, () => MediaAnalysisOutputConfig$, 0, () => MediaAnalysisJobFailureDetails$, 4, 0, () => MediaAnalysisResults$, () => MediaAnalysisManifestSummary$], 6
1979
- ];
1980
- var GetPersonTrackingRequest$ = [3, n0, _GPTR,
1981
- 0,
1982
- [_JI, _MR, _NT, _SB],
1983
- [0, 1, 0, 0], 1
1984
- ];
1985
- var GetPersonTrackingResponse$ = [3, n0, _GPTRe,
1986
- 0,
1987
- [_JS, _SM, _VM, _NT, _Pe, _JI, _Vi, _JT],
1988
- [0, 0, () => VideoMetadata$, 0, () => PersonDetections, 0, () => Video$, 0]
1989
- ];
1990
- var GetSegmentDetectionRequest$ = [3, n0, _GSDR,
1991
- 0,
1992
- [_JI, _MR, _NT],
1993
- [0, 1, 0], 1
1994
- ];
1995
- var GetSegmentDetectionResponse$ = [3, n0, _GSDRe,
1996
- 0,
1997
- [_JS, _SM, _VM, _AM, _NT, _Seg, _SST, _JI, _Vi, _JT],
1998
- [0, 0, () => VideoMetadataList, () => AudioMetadataList, 0, () => SegmentDetections, () => SegmentTypesInfo, 0, () => Video$, 0]
1999
- ];
2000
- var GetTextDetectionRequest$ = [3, n0, _GTDR,
2001
- 0,
2002
- [_JI, _MR, _NT],
2003
- [0, 1, 0], 1
2004
- ];
2005
- var GetTextDetectionResponse$ = [3, n0, _GTDRe,
2006
- 0,
2007
- [_JS, _SM, _VM, _TDex, _NT, _TMV, _JI, _Vi, _JT],
2008
- [0, 0, () => VideoMetadata$, () => TextDetectionResults, 0, 0, 0, () => Video$, 0]
2009
- ];
2010
- var GroundTruthManifest$ = [3, n0, _GTM,
2011
- 0,
2012
- [_SO],
2013
- [() => S3Object$]
2014
- ];
2015
- var HumanLoopActivationOutput$ = [3, n0, _HLAO,
2016
- 0,
2017
- [_HLA, _HLAR, _HLACER],
2018
- [0, 64 | 0, [() => SynthesizedJsonHumanLoopActivationConditionsEvaluationResults, 0]]
2019
- ];
2020
- var HumanLoopConfig$ = [3, n0, _HLC,
2021
- 0,
2022
- [_HLN, _FDA, _DAa],
2023
- [0, 0, () => HumanLoopDataAttributes$], 2
2024
- ];
2025
- var HumanLoopDataAttributes$ = [3, n0, _HLDA,
2026
- 0,
2027
- [_CC],
2028
- [64 | 0]
2029
- ];
2030
- var HumanLoopQuotaExceededException$ = [-3, n0, _HLQEE,
2031
- { [_e]: _c, [_hE]: 402 },
2032
- [_RT, _QC, _SCe, _M, _C, _L],
2033
- [0, 0, 0, 0, 0, 0]
2034
- ];
2035
- schema.TypeRegistry.for(n0).registerError(HumanLoopQuotaExceededException$, HumanLoopQuotaExceededException);
2036
- var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
2037
- { [_e]: _c },
2038
- [_M, _C, _L],
2039
- [0, 0, 0]
2040
- ];
2041
- schema.TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
2042
- var Image$ = [3, n0, _Im,
2043
- 0,
2044
- [_B, _SO],
2045
- [21, () => S3Object$]
2046
- ];
2047
- var ImageQuality$ = [3, n0, _IQ,
2048
- 0,
2049
- [_Br, _Sh],
2050
- [1, 1]
2051
- ];
2052
- var ImageTooLargeException$ = [-3, n0, _ITLE,
2053
- { [_e]: _c },
2054
- [_M, _C, _L],
2055
- [0, 0, 0]
2056
- ];
2057
- schema.TypeRegistry.for(n0).registerError(ImageTooLargeException$, ImageTooLargeException);
2058
- var IndexFacesRequest$ = [3, n0, _IFR,
2059
- 0,
2060
- [_CI, _Im, _EII, _DAe, _MF, _QF],
2061
- [0, () => Image$, 0, 64 | 0, 1, 0], 2
2062
- ];
2063
- var IndexFacesResponse$ = [3, n0, _IFRn,
2064
- 0,
2065
- [_FRa, _OCr, _FMV, _UFn],
2066
- [() => FaceRecordList, 0, 0, () => UnindexedFaces]
2067
- ];
2068
- var Instance$ = [3, n0, _Ins,
2069
- 0,
2070
- [_BB, _Con, _DCo],
2071
- [() => BoundingBox$, 1, () => DominantColors]
2072
- ];
2073
- var InternalServerError$ = [-3, n0, _ISE,
2074
- { [_e]: _s },
2075
- [_M, _C, _L],
2076
- [0, 0, 0]
2077
- ];
2078
- schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
2079
- var InvalidImageFormatException$ = [-3, n0, _IIFE,
2080
- { [_e]: _c },
2081
- [_M, _C, _L],
2082
- [0, 0, 0]
2083
- ];
2084
- schema.TypeRegistry.for(n0).registerError(InvalidImageFormatException$, InvalidImageFormatException);
2085
- var InvalidManifestException$ = [-3, n0, _IME,
2086
- { [_e]: _c },
2087
- [_M, _C, _L],
2088
- [0, 0, 0]
2089
- ];
2090
- schema.TypeRegistry.for(n0).registerError(InvalidManifestException$, InvalidManifestException);
2091
- var InvalidPaginationTokenException$ = [-3, n0, _IPTE,
2092
- { [_e]: _c },
2093
- [_M, _C, _L],
2094
- [0, 0, 0]
2095
- ];
2096
- schema.TypeRegistry.for(n0).registerError(InvalidPaginationTokenException$, InvalidPaginationTokenException);
2097
- var InvalidParameterException$ = [-3, n0, _IPE,
2098
- { [_e]: _c },
2099
- [_M, _C, _L],
2100
- [0, 0, 0]
2101
- ];
2102
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
2103
- var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
2104
- { [_e]: _c },
2105
- [_M, _C, _L],
2106
- [0, 0, 0]
2107
- ];
2108
- schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
2109
- var InvalidS3ObjectException$ = [-3, n0, _ISOE,
2110
- { [_e]: _c },
2111
- [_M, _C, _L],
2112
- [0, 0, 0]
2113
- ];
2114
- schema.TypeRegistry.for(n0).registerError(InvalidS3ObjectException$, InvalidS3ObjectException);
2115
- var KinesisDataStream$ = [3, n0, _KDS,
2116
- 0,
2117
- [_Ar],
2118
- [0]
2119
- ];
2120
- var KinesisVideoStream$ = [3, n0, _KVS,
2121
- 0,
2122
- [_Ar],
2123
- [0]
2124
- ];
2125
- var KinesisVideoStreamStartSelector$ = [3, n0, _KVSSS,
2126
- 0,
2127
- [_PT, _FN],
2128
- [1, 0]
2129
- ];
2130
- var KnownGender$ = [3, n0, _KG,
2131
- 0,
2132
- [_Ty],
2133
- [0]
2134
- ];
2135
- var Label$ = [3, n0, _Labe,
2136
- 0,
2137
- [_N, _Con, _Inst, _Pa, _Al, _Ca],
2138
- [0, 1, () => Instances, () => Parents, () => LabelAliases, () => LabelCategories]
2139
- ];
2140
- var LabelAlias$ = [3, n0, _LA,
2141
- 0,
2142
- [_N],
2143
- [0]
2144
- ];
2145
- var LabelCategory$ = [3, n0, _LC,
2146
- 0,
2147
- [_N],
2148
- [0]
2149
- ];
2150
- var LabelDetection$ = [3, n0, _LD,
2151
- 0,
2152
- [_Ti, _Labe, _STM, _ETM, _DM],
2153
- [1, () => Label$, 1, 1, 1]
2154
- ];
2155
- var LabelDetectionSettings$ = [3, n0, _LDS,
2156
- 0,
2157
- [_GL],
2158
- [() => GeneralLabelsSettings$]
2159
- ];
2160
- var Landmark$ = [3, n0, _Lan,
2161
- 0,
2162
- [_Ty, _X, _Y_],
2163
- [0, 1, 1]
2164
- ];
2165
- var LimitExceededException$ = [-3, n0, _LEE,
2166
- { [_e]: _c },
2167
- [_M, _C, _L],
2168
- [0, 0, 0]
2169
- ];
2170
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
2171
- var ListCollectionsRequest$ = [3, n0, _LCR,
2172
- 0,
2173
- [_NT, _MR],
2174
- [0, 1]
2175
- ];
2176
- var ListCollectionsResponse$ = [3, n0, _LCRi,
2177
- 0,
2178
- [_CIo, _NT, _FMVa],
2179
- [64 | 0, 0, 64 | 0]
2180
- ];
2181
- var ListDatasetEntriesRequest$ = [3, n0, _LDER,
2182
- 0,
2183
- [_DA, _CLo, _Label, _SRC, _HE, _NT, _MR],
2184
- [0, 64 | 0, 2, 0, 2, 0, 1], 1
2185
- ];
2186
- var ListDatasetEntriesResponse$ = [3, n0, _LDERi,
2187
- 0,
2188
- [_DE, _NT],
2189
- [64 | 0, 0]
2190
- ];
2191
- var ListDatasetLabelsRequest$ = [3, n0, _LDLR,
2192
- 0,
2193
- [_DA, _NT, _MR],
2194
- [0, 0, 1], 1
2195
- ];
2196
- var ListDatasetLabelsResponse$ = [3, n0, _LDLRi,
2197
- 0,
2198
- [_DLDa, _NT],
2199
- [() => DatasetLabelDescriptions, 0]
2200
- ];
2201
- var ListFacesRequest$ = [3, n0, _LFR,
2202
- 0,
2203
- [_CI, _NT, _MR, _UI, _FIa],
2204
- [0, 0, 1, 0, 64 | 0], 1
2205
- ];
2206
- var ListFacesResponse$ = [3, n0, _LFRi,
2207
- 0,
2208
- [_Fa, _NT, _FMV],
2209
- [() => FaceList, 0, 0]
2210
- ];
2211
- var ListMediaAnalysisJobsRequest$ = [3, n0, _LMAJR,
2212
- 0,
2213
- [_NT, _MR],
2214
- [0, 1]
2215
- ];
2216
- var ListMediaAnalysisJobsResponse$ = [3, n0, _LMAJRi,
2217
- 0,
2218
- [_MAJ, _NT],
2219
- [() => MediaAnalysisJobDescriptions, 0], 1
2220
- ];
2221
- var ListProjectPoliciesRequest$ = [3, n0, _LPPR,
2222
- 0,
2223
- [_PA, _NT, _MR],
2224
- [0, 0, 1], 1
2225
- ];
2226
- var ListProjectPoliciesResponse$ = [3, n0, _LPPRi,
2227
- 0,
2228
- [_PPr, _NT],
2229
- [() => ProjectPolicies, 0]
2230
- ];
2231
- var ListStreamProcessorsRequest$ = [3, n0, _LSPR,
2232
- 0,
2233
- [_NT, _MR],
2234
- [0, 1]
2235
- ];
2236
- var ListStreamProcessorsResponse$ = [3, n0, _LSPRi,
2237
- 0,
2238
- [_NT, _SP],
2239
- [0, () => StreamProcessorList]
2240
- ];
2241
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2242
- 0,
2243
- [_RAe],
2244
- [0], 1
2245
- ];
2246
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
2247
- 0,
2248
- [_Ta],
2249
- [128 | 0]
2250
- ];
2251
- var ListUsersRequest$ = [3, n0, _LUR,
2252
- 0,
2253
- [_CI, _MR, _NT],
2254
- [0, 1, 0], 1
2255
- ];
2256
- var ListUsersResponse$ = [3, n0, _LURi,
2257
- 0,
2258
- [_Us, _NT],
2259
- [() => UserList, 0]
2260
- ];
2261
- var LivenessOutputConfig$ = [3, n0, _LOC,
2262
- 0,
2263
- [_SBu, _SKP],
2264
- [0, 0], 1
2265
- ];
2266
- var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
2267
- { [_e]: _c },
2268
- [_M, _C, _L],
2269
- [0, 0, 0]
2270
- ];
2271
- schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
2272
- var MatchedUser$ = [3, n0, _MU,
2273
- 0,
2274
- [_UI, _US],
2275
- [0, 0]
2276
- ];
2277
- var MediaAnalysisDetectModerationLabelsConfig$ = [3, n0, _MADMLC,
2278
- 0,
2279
- [_MCi, _PV],
2280
- [1, 0]
2281
- ];
2282
- var MediaAnalysisInput$ = [3, n0, _MAI,
2283
- 0,
2284
- [_SO],
2285
- [() => S3Object$], 1
2286
- ];
2287
- var MediaAnalysisJobDescription$ = [3, n0, _MAJD,
2288
- 0,
2289
- [_JI, _OCp, _St, _CTr, _In, _OC, _JN, _FDai, _CTom, _KKI, _Re, _MS],
2290
- [0, () => MediaAnalysisOperationsConfig$, 0, 4, () => MediaAnalysisInput$, () => MediaAnalysisOutputConfig$, 0, () => MediaAnalysisJobFailureDetails$, 4, 0, () => MediaAnalysisResults$, () => MediaAnalysisManifestSummary$], 6
2291
- ];
2292
- var MediaAnalysisJobFailureDetails$ = [3, n0, _MAJFD,
2293
- 0,
2294
- [_C, _M],
2295
- [0, 0]
2296
- ];
2297
- var MediaAnalysisManifestSummary$ = [3, n0, _MAMS,
2298
- 0,
2299
- [_SO],
2300
- [() => S3Object$]
2301
- ];
2302
- var MediaAnalysisModelVersions$ = [3, n0, _MAMV,
2303
- 0,
2304
- [_Mo],
2305
- [0]
2306
- ];
2307
- var MediaAnalysisOperationsConfig$ = [3, n0, _MAOC,
2308
- 0,
2309
- [_DML],
2310
- [() => MediaAnalysisDetectModerationLabelsConfig$]
2311
- ];
2312
- var MediaAnalysisOutputConfig$ = [3, n0, _MAOCe,
2313
- 0,
2314
- [_SBu, _SKP],
2315
- [0, 0], 1
2316
- ];
2317
- var MediaAnalysisResults$ = [3, n0, _MAR,
2318
- 0,
2319
- [_SO, _MV],
2320
- [() => S3Object$, () => MediaAnalysisModelVersions$]
2321
- ];
2322
- var ModerationLabel$ = [3, n0, _ML,
2323
- 0,
2324
- [_Con, _N, _PNa, _TLa],
2325
- [1, 0, 0, 1]
2326
- ];
2327
- var MouthOpen$ = [3, n0, _MO,
2328
- 0,
2329
- [_V, _Con],
2330
- [2, 1]
2331
- ];
2332
- var Mustache$ = [3, n0, _Mu,
2333
- 0,
2334
- [_V, _Con],
2335
- [2, 1]
2336
- ];
2337
- var NotificationChannel$ = [3, n0, _NC,
2338
- 0,
2339
- [_SNSTA, _RA],
2340
- [0, 0], 2
2341
- ];
2342
- var OutputConfig$ = [3, n0, _OC,
2343
- 0,
2344
- [_SBu, _SKP],
2345
- [0, 0]
2346
- ];
2347
- var Parent$ = [3, n0, _Par,
2348
- 0,
2349
- [_N],
2350
- [0]
2351
- ];
2352
- var PersonDetail$ = [3, n0, _PDe,
2353
- 0,
2354
- [_Ind, _BB, _F],
2355
- [1, () => BoundingBox$, () => FaceDetail$]
2356
- ];
2357
- var PersonDetection$ = [3, n0, _PDer,
2358
- 0,
2359
- [_Ti, _Per],
2360
- [1, () => PersonDetail$]
2361
- ];
2362
- var PersonMatch$ = [3, n0, _PM,
2363
- 0,
2364
- [_Ti, _Per, _FM],
2365
- [1, () => PersonDetail$, () => FaceMatchList]
2366
- ];
2367
- var Point$ = [3, n0, _Poi,
2368
- 0,
2369
- [_X, _Y_],
2370
- [1, 1]
2371
- ];
2372
- var Pose$ = [3, n0, _P,
2373
- 0,
2374
- [_Ro, _Y, _Pi],
2375
- [1, 1, 1]
2376
- ];
2377
- var ProjectDescription$ = [3, n0, _PDr,
2378
- 0,
2379
- [_PA, _CTr, _St, _D, _Fe, _AU],
2380
- [0, 4, 0, () => DatasetMetadataList, 0, 0]
2381
- ];
2382
- var ProjectPolicy$ = [3, n0, _PPro,
2383
- 0,
2384
- [_PA, _PNo, _PRI, _PDo, _CTr, _LUT],
2385
- [0, 0, 0, 0, 4, 4]
2386
- ];
2387
- var ProjectVersionDescription$ = [3, n0, _PVDr,
2388
- 0,
2389
- [_PVA, _CTr, _MIU, _St, _SM, _BTTIS, _TET, _OC, _TDR, _TDRe, _ER, _MS, _KKI, _MIUa, _SPVA, _VD, _Fe, _BMV, _FC],
2390
- [0, 4, 1, 0, 0, 1, 4, () => OutputConfig$, () => TrainingDataResult$, () => TestingDataResult$, () => EvaluationResult$, () => GroundTruthManifest$, 0, 1, 0, 0, 0, 0, () => CustomizationFeatureConfig$]
2391
- ];
2392
- var ProtectiveEquipmentBodyPart$ = [3, n0, _PEBP,
2393
- 0,
2394
- [_N, _Con, _EDq],
2395
- [0, 1, () => EquipmentDetections]
2396
- ];
2397
- var ProtectiveEquipmentPerson$ = [3, n0, _PEP,
2398
- 0,
2399
- [_BP, _BB, _Con, _I],
2400
- [() => BodyParts, () => BoundingBox$, 1, 1]
2401
- ];
2402
- var ProtectiveEquipmentSummarizationAttributes$ = [3, n0, _PESA,
2403
- 0,
2404
- [_MCi, _RET],
2405
- [1, 64 | 0], 2
2406
- ];
2407
- var ProtectiveEquipmentSummary$ = [3, n0, _PES,
2408
- 0,
2409
- [_PWRE, _PWREe, _PI],
2410
- [64 | 1, 64 | 1, 64 | 1]
2411
- ];
2412
- var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
2413
- { [_e]: _c },
2414
- [_M, _C, _L],
2415
- [0, 0, 0]
2416
- ];
2417
- schema.TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
2418
- var PutProjectPolicyRequest$ = [3, n0, _PPPR,
2419
- 0,
2420
- [_PA, _PNo, _PDo, _PRI],
2421
- [0, 0, 0, 0], 3
2422
- ];
2423
- var PutProjectPolicyResponse$ = [3, n0, _PPPRu,
2424
- 0,
2425
- [_PRI],
2426
- [0]
2427
- ];
2428
- var RecognizeCelebritiesRequest$ = [3, n0, _RCR,
2429
- 0,
2430
- [_Im],
2431
- [() => Image$], 1
2432
- ];
2433
- var RecognizeCelebritiesResponse$ = [3, n0, _RCRe,
2434
- 0,
2435
- [_CFe, _UFnr, _OCr],
2436
- [() => CelebrityList, () => ComparedFaceList, 0]
2437
- ];
2438
- var RegionOfInterest$ = [3, n0, _ROIe,
2439
- 0,
2440
- [_BB, _Po],
2441
- [() => BoundingBox$, () => Polygon]
2442
- ];
2443
- var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
2444
- { [_e]: _c },
2445
- [_M, _C, _L],
2446
- [0, 0, 0]
2447
- ];
2448
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
2449
- var ResourceInUseException$ = [-3, n0, _RIUE,
2450
- { [_e]: _c },
2451
- [_M, _C, _L],
2452
- [0, 0, 0]
2453
- ];
2454
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2455
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
2456
- { [_e]: _c },
2457
- [_M, _C, _L],
2458
- [0, 0, 0]
2459
- ];
2460
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2461
- var ResourceNotReadyException$ = [-3, n0, _RNRE,
2462
- { [_e]: _c },
2463
- [_M, _C, _L],
2464
- [0, 0, 0]
2465
- ];
2466
- schema.TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
2467
- var S3Destination$ = [3, n0, _SD,
2468
- 0,
2469
- [_Bu, _KP],
2470
- [0, 0]
2471
- ];
2472
- var S3Object$ = [3, n0, _SO,
2473
- 0,
2474
- [_Bu, _N, _Ve],
2475
- [0, 0, 0]
2476
- ];
2477
- var SearchedFace$ = [3, n0, _SF,
2478
- 0,
2479
- [_FI],
2480
- [0]
2481
- ];
2482
- var SearchedFaceDetails$ = [3, n0, _SFD,
2483
- 0,
2484
- [_FDa],
2485
- [() => FaceDetail$]
2486
- ];
2487
- var SearchedUser$ = [3, n0, _SU,
2488
- 0,
2489
- [_UI],
2490
- [0]
2491
- ];
2492
- var SearchFacesByImageRequest$ = [3, n0, _SFBIR,
2493
- 0,
2494
- [_CI, _Im, _MF, _FMT, _QF],
2495
- [0, () => Image$, 1, 1, 0], 2
2496
- ];
2497
- var SearchFacesByImageResponse$ = [3, n0, _SFBIRe,
2498
- 0,
2499
- [_SFBB, _SFC, _FM, _FMV],
2500
- [() => BoundingBox$, 1, () => FaceMatchList, 0]
2501
- ];
2502
- var SearchFacesRequest$ = [3, n0, _SFR,
2503
- 0,
2504
- [_CI, _FI, _MF, _FMT],
2505
- [0, 0, 1, 1], 2
2506
- ];
2507
- var SearchFacesResponse$ = [3, n0, _SFRe,
2508
- 0,
2509
- [_SFI, _FM, _FMV],
2510
- [0, () => FaceMatchList, 0]
2511
- ];
2512
- var SearchUsersByImageRequest$ = [3, n0, _SUBIR,
2513
- 0,
2514
- [_CI, _Im, _UMT, _MUa, _QF],
2515
- [0, () => Image$, 1, 1, 0], 2
2516
- ];
2517
- var SearchUsersByImageResponse$ = [3, n0, _SUBIRe,
2518
- 0,
2519
- [_UM, _FMV, _SF, _UFns],
2520
- [() => UserMatchList, 0, () => SearchedFaceDetails$, () => UnsearchedFacesList]
2521
- ];
2522
- var SearchUsersRequest$ = [3, n0, _SUR,
2523
- 0,
2524
- [_CI, _UI, _FI, _UMT, _MUa],
2525
- [0, 0, 0, 1, 1], 1
2526
- ];
2527
- var SearchUsersResponse$ = [3, n0, _SURe,
2528
- 0,
2529
- [_UM, _FMV, _SF, _SU],
2530
- [() => UserMatchList, 0, () => SearchedFace$, () => SearchedUser$]
2531
- ];
2532
- var SegmentDetection$ = [3, n0, _SDe,
2533
- 0,
2534
- [_Ty, _STM, _ETM, _DM, _STSMPTE, _ETSMPTE, _DSMPTE, _TCS, _SS, _SFN, _EFN, _DFu],
2535
- [0, 1, 1, 1, 0, 0, 0, () => TechnicalCueSegment$, () => ShotSegment$, 1, 1, 1]
2536
- ];
2537
- var SegmentTypeInfo$ = [3, n0, _STI,
2538
- 0,
2539
- [_Ty, _MVo],
2540
- [0, 0]
2541
- ];
2542
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2543
- { [_e]: _c },
2544
- [_M, _C, _L],
2545
- [0, 0, 0]
2546
- ];
2547
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2548
- var SessionNotFoundException$ = [-3, n0, _SNFE,
2549
- { [_e]: _c },
2550
- [_M, _C, _L],
2551
- [0, 0, 0]
2552
- ];
2553
- schema.TypeRegistry.for(n0).registerError(SessionNotFoundException$, SessionNotFoundException);
2554
- var ShotSegment$ = [3, n0, _SS,
2555
- 0,
2556
- [_Ind, _Con],
2557
- [1, 1]
2558
- ];
2559
- var Smile$ = [3, n0, _S,
2560
- 0,
2561
- [_V, _Con],
2562
- [2, 1]
2563
- ];
2564
- var StartCelebrityRecognitionRequest$ = [3, n0, _SCRR,
2565
- 0,
2566
- [_Vi, _CRT, _NC, _JT],
2567
- [() => Video$, 0, () => NotificationChannel$, 0], 1
2568
- ];
2569
- var StartCelebrityRecognitionResponse$ = [3, n0, _SCRRt,
2570
- 0,
2571
- [_JI],
2572
- [0]
2573
- ];
2574
- var StartContentModerationRequest$ = [3, n0, _SCMR,
2575
- 0,
2576
- [_Vi, _MCi, _CRT, _NC, _JT],
2577
- [() => Video$, 1, 0, () => NotificationChannel$, 0], 1
2578
- ];
2579
- var StartContentModerationResponse$ = [3, n0, _SCMRt,
2580
- 0,
2581
- [_JI],
2582
- [0]
2583
- ];
2584
- var StartFaceDetectionRequest$ = [3, n0, _SFDR,
2585
- 0,
2586
- [_Vi, _CRT, _NC, _FA, _JT],
2587
- [() => Video$, 0, () => NotificationChannel$, 0, 0], 1
2588
- ];
2589
- var StartFaceDetectionResponse$ = [3, n0, _SFDRt,
2590
- 0,
2591
- [_JI],
2592
- [0]
2593
- ];
2594
- var StartFaceSearchRequest$ = [3, n0, _SFSR,
2595
- 0,
2596
- [_Vi, _CI, _CRT, _FMT, _NC, _JT],
2597
- [() => Video$, 0, 0, 1, () => NotificationChannel$, 0], 2
2598
- ];
2599
- var StartFaceSearchResponse$ = [3, n0, _SFSRt,
2600
- 0,
2601
- [_JI],
2602
- [0]
2603
- ];
2604
- var StartLabelDetectionRequest$ = [3, n0, _SLDR,
2605
- 0,
2606
- [_Vi, _CRT, _MCi, _NC, _JT, _Fea, _Se],
2607
- [() => Video$, 0, 1, () => NotificationChannel$, 0, 64 | 0, () => LabelDetectionSettings$], 1
2608
- ];
2609
- var StartLabelDetectionResponse$ = [3, n0, _SLDRt,
2610
- 0,
2611
- [_JI],
2612
- [0]
2613
- ];
2614
- var StartMediaAnalysisJobRequest$ = [3, n0, _SMAJR,
2615
- 0,
2616
- [_OCp, _In, _OC, _CRT, _JN, _KKI],
2617
- [() => MediaAnalysisOperationsConfig$, () => MediaAnalysisInput$, () => MediaAnalysisOutputConfig$, [0, 4], 0, 0], 3
2618
- ];
2619
- var StartMediaAnalysisJobResponse$ = [3, n0, _SMAJRt,
2620
- 0,
2621
- [_JI],
2622
- [0], 1
2623
- ];
2624
- var StartPersonTrackingRequest$ = [3, n0, _SPTR,
2625
- 0,
2626
- [_Vi, _CRT, _NC, _JT],
2627
- [() => Video$, 0, () => NotificationChannel$, 0], 1
2628
- ];
2629
- var StartPersonTrackingResponse$ = [3, n0, _SPTRt,
2630
- 0,
2631
- [_JI],
2632
- [0]
2633
- ];
2634
- var StartProjectVersionRequest$ = [3, n0, _SPVR,
2635
- 0,
2636
- [_PVA, _MIU, _MIUa],
2637
- [0, 1, 1], 2
2638
- ];
2639
- var StartProjectVersionResponse$ = [3, n0, _SPVRt,
2640
- 0,
2641
- [_St],
2642
- [0]
2643
- ];
2644
- var StartSegmentDetectionFilters$ = [3, n0, _SSDF,
2645
- 0,
2646
- [_TCF, _SFh],
2647
- [() => StartTechnicalCueDetectionFilter$, () => StartShotDetectionFilter$]
2648
- ];
2649
- var StartSegmentDetectionRequest$ = [3, n0, _SSDR,
2650
- 0,
2651
- [_Vi, _STe, _CRT, _NC, _JT, _Fi],
2652
- [() => Video$, 64 | 0, 0, () => NotificationChannel$, 0, () => StartSegmentDetectionFilters$], 2
2653
- ];
2654
- var StartSegmentDetectionResponse$ = [3, n0, _SSDRt,
2655
- 0,
2656
- [_JI],
2657
- [0]
2658
- ];
2659
- var StartShotDetectionFilter$ = [3, n0, _SSDFt,
2660
- 0,
2661
- [_MSC],
2662
- [1]
2663
- ];
2664
- var StartStreamProcessorRequest$ = [3, n0, _SSPR,
2665
- 0,
2666
- [_N, _SSt, _SSto],
2667
- [0, () => StreamProcessingStartSelector$, () => StreamProcessingStopSelector$], 1
2668
- ];
2669
- var StartStreamProcessorResponse$ = [3, n0, _SSPRt,
2670
- 0,
2671
- [_SIe],
2672
- [0]
2673
- ];
2674
- var StartTechnicalCueDetectionFilter$ = [3, n0, _STCDF,
2675
- 0,
2676
- [_MSC, _BF],
2677
- [1, () => BlackFrame$]
2678
- ];
2679
- var StartTextDetectionFilters$ = [3, n0, _STDF,
2680
- 0,
2681
- [_WF, _ROI],
2682
- [() => DetectionFilter$, () => RegionsOfInterest]
2683
- ];
2684
- var StartTextDetectionRequest$ = [3, n0, _STDR,
2685
- 0,
2686
- [_Vi, _CRT, _NC, _JT, _Fi],
2687
- [() => Video$, 0, () => NotificationChannel$, 0, () => StartTextDetectionFilters$], 1
2688
- ];
2689
- var StartTextDetectionResponse$ = [3, n0, _STDRt,
2690
- 0,
2691
- [_JI],
2692
- [0]
2693
- ];
2694
- var StopProjectVersionRequest$ = [3, n0, _SPVRto,
2695
- 0,
2696
- [_PVA],
2697
- [0], 1
2698
- ];
2699
- var StopProjectVersionResponse$ = [3, n0, _SPVRtop,
2700
- 0,
2701
- [_St],
2702
- [0]
2703
- ];
2704
- var StopStreamProcessorRequest$ = [3, n0, _SSPRto,
2705
- 0,
2706
- [_N],
2707
- [0], 1
2708
- ];
2709
- var StopStreamProcessorResponse$ = [3, n0, _SSPRtop,
2710
- 0,
2711
- [],
2712
- []
2713
- ];
2714
- var StreamProcessingStartSelector$ = [3, n0, _SPSS,
2715
- 0,
2716
- [_KVSSSS],
2717
- [() => KinesisVideoStreamStartSelector$]
2718
- ];
2719
- var StreamProcessingStopSelector$ = [3, n0, _SPSSt,
2720
- 0,
2721
- [_MDIS],
2722
- [1]
2723
- ];
2724
- var StreamProcessor$ = [3, n0, _SPt,
2725
- 0,
2726
- [_N, _St],
2727
- [0, 0]
2728
- ];
2729
- var StreamProcessorDataSharingPreference$ = [3, n0, _SPDSP,
2730
- 0,
2731
- [_OI],
2732
- [2], 1
2733
- ];
2734
- var StreamProcessorInput$ = [3, n0, _SPI,
2735
- 0,
2736
- [_KVS],
2737
- [() => KinesisVideoStream$]
2738
- ];
2739
- var StreamProcessorNotificationChannel$ = [3, n0, _SPNC,
2740
- 0,
2741
- [_SNSTA],
2742
- [0], 1
2743
- ];
2744
- var StreamProcessorOutput$ = [3, n0, _SPO,
2745
- 0,
2746
- [_KDS, _SD],
2747
- [() => KinesisDataStream$, () => S3Destination$]
2748
- ];
2749
- var StreamProcessorSettings$ = [3, n0, _SPS,
2750
- 0,
2751
- [_FSa, _CH],
2752
- [() => FaceSearchSettings$, () => ConnectedHomeSettings$]
2753
- ];
2754
- var StreamProcessorSettingsForUpdate$ = [3, n0, _SPSFU,
2755
- 0,
2756
- [_CHFU],
2757
- [() => ConnectedHomeSettingsForUpdate$]
2758
- ];
2759
- var Summary$ = [3, n0, _Su,
2760
- 0,
2761
- [_SO],
2762
- [() => S3Object$]
2763
- ];
2764
- var Sunglasses$ = [3, n0, _Sun,
2765
- 0,
2766
- [_V, _Con],
2767
- [2, 1]
2768
- ];
2769
- var TagResourceRequest$ = [3, n0, _TRR,
2770
- 0,
2771
- [_RAe, _Ta],
2772
- [0, 128 | 0], 2
2773
- ];
2774
- var TagResourceResponse$ = [3, n0, _TRRa,
2775
- 0,
2776
- [],
2777
- []
2778
- ];
2779
- var TechnicalCueSegment$ = [3, n0, _TCS,
2780
- 0,
2781
- [_Ty, _Con],
2782
- [0, 1]
2783
- ];
2784
- var TestingData$ = [3, n0, _TDe,
2785
- 0,
2786
- [_As, _AC],
2787
- [() => Assets, 2]
2788
- ];
2789
- var TestingDataResult$ = [3, n0, _TDRe,
2790
- 0,
2791
- [_In, _O, _Va],
2792
- [() => TestingData$, () => TestingData$, () => ValidationData$]
2793
- ];
2794
- var TextDetection$ = [3, n0, _TDext,
2795
- 0,
2796
- [_DTe, _Ty, _I, _PIa, _Con, _G],
2797
- [0, 0, 1, 1, 1, () => Geometry$]
2798
- ];
2799
- var TextDetectionResult$ = [3, n0, _TDRex,
2800
- 0,
2801
- [_Ti, _TDext],
2802
- [1, () => TextDetection$]
2803
- ];
2804
- var ThrottlingException$ = [-3, n0, _TEh,
2805
- { [_e]: _s },
2806
- [_M, _C, _L],
2807
- [0, 0, 0]
2808
- ];
2809
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2810
- var TrainingData$ = [3, n0, _TD,
2811
- 0,
2812
- [_As],
2813
- [() => Assets]
2814
- ];
2815
- var TrainingDataResult$ = [3, n0, _TDR,
2816
- 0,
2817
- [_In, _O, _Va],
2818
- [() => TrainingData$, () => TrainingData$, () => ValidationData$]
2819
- ];
2820
- var UnindexedFace$ = [3, n0, _UFni,
2821
- 0,
2822
- [_Rea, _FDa],
2823
- [64 | 0, () => FaceDetail$]
2824
- ];
2825
- var UnsearchedFace$ = [3, n0, _UFnse,
2826
- 0,
2827
- [_FD, _Rea],
2828
- [() => FaceDetail$, 64 | 0]
2829
- ];
2830
- var UnsuccessfulFaceAssociation$ = [3, n0, _UFAn,
2831
- 0,
2832
- [_FI, _UI, _Con, _Rea],
2833
- [0, 0, 1, 64 | 0]
2834
- ];
2835
- var UnsuccessfulFaceDeletion$ = [3, n0, _UFDns,
2836
- 0,
2837
- [_FI, _UI, _Rea],
2838
- [0, 0, 64 | 0]
2839
- ];
2840
- var UnsuccessfulFaceDisassociation$ = [3, n0, _UFDnsu,
2841
- 0,
2842
- [_FI, _UI, _Rea],
2843
- [0, 0, 64 | 0]
2844
- ];
2845
- var UntagResourceRequest$ = [3, n0, _URR,
2846
- 0,
2847
- [_RAe, _TK],
2848
- [0, 64 | 0], 2
2849
- ];
2850
- var UntagResourceResponse$ = [3, n0, _URRn,
2851
- 0,
2852
- [],
2853
- []
2854
- ];
2855
- var UpdateDatasetEntriesRequest$ = [3, n0, _UDER,
2856
- 0,
2857
- [_DA, _Cha],
2858
- [0, () => DatasetChanges$], 2
2859
- ];
2860
- var UpdateDatasetEntriesResponse$ = [3, n0, _UDERp,
2861
- 0,
2862
- [],
2863
- []
2864
- ];
2865
- var UpdateStreamProcessorRequest$ = [3, n0, _USPR,
2866
- 0,
2867
- [_N, _SFU, _ROIFU, _DSPFU, _PTD],
2868
- [0, () => StreamProcessorSettingsForUpdate$, () => RegionsOfInterest, () => StreamProcessorDataSharingPreference$, 64 | 0], 1
2869
- ];
2870
- var UpdateStreamProcessorResponse$ = [3, n0, _USPRp,
2871
- 0,
2872
- [],
2873
- []
2874
- ];
2875
- var User$ = [3, n0, _Use,
2876
- 0,
2877
- [_UI, _US],
2878
- [0, 0]
2879
- ];
2880
- var UserMatch$ = [3, n0, _UMs,
2881
- 0,
2882
- [_Si, _Use],
2883
- [1, () => MatchedUser$]
2884
- ];
2885
- var ValidationData$ = [3, n0, _VDa,
2886
- 0,
2887
- [_As],
2888
- [() => Assets]
2889
- ];
2890
- var Versions$ = [3, n0, _Ver,
2891
- 0,
2892
- [_Mi, _Ma],
2893
- [0, 0]
2894
- ];
2895
- var Video$ = [3, n0, _Vi,
2896
- 0,
2897
- [_SO],
2898
- [() => S3Object$]
2899
- ];
2900
- var VideoMetadata$ = [3, n0, _VM,
2901
- 0,
2902
- [_Co, _DM, _For, _FRr, _FH, _FW, _CRo],
2903
- [0, 1, 0, 1, 1, 1, 0]
2904
- ];
2905
- var VideoTooLargeException$ = [-3, n0, _VTLE,
2906
- { [_e]: _c },
2907
- [_M, _C, _L],
2908
- [0, 0, 0]
2909
- ];
2910
- schema.TypeRegistry.for(n0).registerError(VideoTooLargeException$, VideoTooLargeException);
2911
- var RekognitionServiceException$ = [-3, _sm, "RekognitionServiceException", 0, [], []];
2912
- schema.TypeRegistry.for(_sm).registerError(RekognitionServiceException$, RekognitionServiceException);
2913
- var Assets = [1, n0, _As,
2914
- 0, () => Asset$
2915
- ];
2916
- var AssociatedFacesList = [1, n0, _AFL,
2917
- 0, () => AssociatedFace$
2918
- ];
2919
- var AudioMetadataList = [1, n0, _AML,
2920
- 0, () => AudioMetadata$
2921
- ];
2922
- var AuditImages = [1, n0, _AIu,
2923
- 0, [() => AuditImage$,
2924
- 0]
2925
- ];
2926
- var BodyParts = [1, n0, _BP,
2927
- 0, () => ProtectiveEquipmentBodyPart$
2928
- ];
2929
- var CelebrityList = [1, n0, _CLe,
2930
- 0, () => Celebrity$
2931
- ];
2932
- var CelebrityRecognitions = [1, n0, _CRe,
2933
- 0, () => CelebrityRecognition$
2934
- ];
2935
- var ChallengePreferences = [1, n0, _CPh,
2936
- 0, () => ChallengePreference$
2937
- ];
2938
- var ComparedFaceList = [1, n0, _CFL,
2939
- 0, () => ComparedFace$
2940
- ];
2941
- var CompareFacesMatchList = [1, n0, _CFML,
2942
- 0, () => CompareFacesMatch$
2943
- ];
2944
- var CompareFacesUnmatchList = [1, n0, _CFUL,
2945
- 0, () => ComparedFace$
2946
- ];
2947
- var ContentModerationDetections = [1, n0, _CMDo,
2948
- 0, () => ContentModerationDetection$
2949
- ];
2950
- var ContentTypes = [1, n0, _CT,
2951
- 0, () => ContentType$
2952
- ];
2953
- var CustomLabels = [1, n0, _CLu,
2954
- 0, () => CustomLabel$
2955
- ];
2956
- var DatasetLabelDescriptions = [1, n0, _DLDa,
2957
- 0, () => DatasetLabelDescription$
2958
- ];
2959
- var DatasetMetadataList = [1, n0, _DMLa,
2960
- 0, () => DatasetMetadata$
2961
- ];
2962
- var DisassociatedFacesList = [1, n0, _DFL,
2963
- 0, () => DisassociatedFace$
2964
- ];
2965
- var DistributeDatasetMetadataList = [1, n0, _DDML,
2966
- 0, () => DistributeDataset$
2967
- ];
2968
- var DominantColors = [1, n0, _DCo,
2969
- 0, () => DominantColor$
2970
- ];
2971
- var Emotions = [1, n0, _E,
2972
- 0, () => Emotion$
2973
- ];
2974
- var EquipmentDetections = [1, n0, _EDq,
2975
- 0, () => EquipmentDetection$
2976
- ];
2977
- var FaceDetailList = [1, n0, _FDL,
2978
- 0, () => FaceDetail$
2979
- ];
2980
- var FaceDetections = [1, n0, _FDace,
2981
- 0, () => FaceDetection$
2982
- ];
2983
- var FaceList = [1, n0, _FL,
2984
- 0, () => Face$
2985
- ];
2986
- var FaceMatchList = [1, n0, _FML,
2987
- 0, () => FaceMatch$
2988
- ];
2989
- var FaceRecordList = [1, n0, _FRL,
2990
- 0, () => FaceRecord$
2991
- ];
2992
- var Instances = [1, n0, _Inst,
2993
- 0, () => Instance$
2994
- ];
2995
- var LabelAliases = [1, n0, _LAa,
2996
- 0, () => LabelAlias$
2997
- ];
2998
- var LabelCategories = [1, n0, _LCa,
2999
- 0, () => LabelCategory$
3000
- ];
3001
- var LabelDetections = [1, n0, _LDa,
3002
- 0, () => LabelDetection$
3003
- ];
3004
- var Labels = [1, n0, _Lab,
3005
- 0, () => Label$
3006
- ];
3007
- var Landmarks = [1, n0, _La,
3008
- 0, () => Landmark$
3009
- ];
3010
- var MediaAnalysisJobDescriptions = [1, n0, _MAJDe,
3011
- 0, () => MediaAnalysisJobDescription$
3012
- ];
3013
- var ModerationLabels = [1, n0, _MLo,
3014
- 0, () => ModerationLabel$
3015
- ];
3016
- var Parents = [1, n0, _Pa,
3017
- 0, () => Parent$
3018
- ];
3019
- var PersonDetections = [1, n0, _PDers,
3020
- 0, () => PersonDetection$
3021
- ];
3022
- var PersonMatches = [1, n0, _PMe,
3023
- 0, () => PersonMatch$
3024
- ];
3025
- var Polygon = [1, n0, _Po,
3026
- 0, () => Point$
3027
- ];
3028
- var ProjectDescriptions = [1, n0, _PD,
3029
- 0, () => ProjectDescription$
3030
- ];
3031
- var ProjectPolicies = [1, n0, _PPr,
3032
- 0, () => ProjectPolicy$
3033
- ];
3034
- var ProjectVersionDescriptions = [1, n0, _PVD,
3035
- 0, () => ProjectVersionDescription$
3036
- ];
3037
- var ProtectiveEquipmentPersons = [1, n0, _PEPr,
3038
- 0, () => ProtectiveEquipmentPerson$
3039
- ];
3040
- var RegionsOfInterest = [1, n0, _ROI,
3041
- 0, () => RegionOfInterest$
3042
- ];
3043
- var SegmentDetections = [1, n0, _SDeg,
3044
- 0, () => SegmentDetection$
3045
- ];
3046
- var SegmentTypesInfo = [1, n0, _STIe,
3047
- 0, () => SegmentTypeInfo$
3048
- ];
3049
- var StreamProcessorList = [1, n0, _SPL,
3050
- 0, () => StreamProcessor$
3051
- ];
3052
- var TextDetectionList = [1, n0, _TDL,
3053
- 0, () => TextDetection$
3054
- ];
3055
- var TextDetectionResults = [1, n0, _TDRext,
3056
- 0, () => TextDetectionResult$
3057
- ];
3058
- var UnindexedFaces = [1, n0, _UFn,
3059
- 0, () => UnindexedFace$
3060
- ];
3061
- var UnsearchedFacesList = [1, n0, _UFL,
3062
- 0, () => UnsearchedFace$
3063
- ];
3064
- var UnsuccessfulFaceAssociationList = [1, n0, _UFAL,
3065
- 0, () => UnsuccessfulFaceAssociation$
3066
- ];
3067
- var UnsuccessfulFaceDeletionsList = [1, n0, _UFDL,
3068
- 0, () => UnsuccessfulFaceDeletion$
3069
- ];
3070
- var UnsuccessfulFaceDisassociationList = [1, n0, _UFDLn,
3071
- 0, () => UnsuccessfulFaceDisassociation$
3072
- ];
3073
- var UserList = [1, n0, _UL,
3074
- 0, () => User$
3075
- ];
3076
- var UserMatchList = [1, n0, _UML,
3077
- 0, () => UserMatch$
3078
- ];
3079
- var VideoMetadataList = [1, n0, _VML,
3080
- 0, () => VideoMetadata$
3081
- ];
3082
- var AssociateFaces$ = [9, n0, _AFss,
3083
- 0, () => AssociateFacesRequest$, () => AssociateFacesResponse$
3084
- ];
3085
- var CompareFaces$ = [9, n0, _CFo,
3086
- 0, () => CompareFacesRequest$, () => CompareFacesResponse$
3087
- ];
3088
- var CopyProjectVersion$ = [9, n0, _CPV,
3089
- 0, () => CopyProjectVersionRequest$, () => CopyProjectVersionResponse$
3090
- ];
3091
- var CreateCollection$ = [9, n0, _CCr,
3092
- 0, () => CreateCollectionRequest$, () => CreateCollectionResponse$
3093
- ];
3094
- var CreateDataset$ = [9, n0, _CDr,
3095
- 0, () => CreateDatasetRequest$, () => CreateDatasetResponse$
3096
- ];
3097
- var CreateFaceLivenessSession$ = [9, n0, _CFLS,
3098
- 2, () => CreateFaceLivenessSessionRequest$, () => CreateFaceLivenessSessionResponse$
3099
- ];
3100
- var CreateProject$ = [9, n0, _CPr,
3101
- 0, () => CreateProjectRequest$, () => CreateProjectResponse$
3102
- ];
3103
- var CreateProjectVersion$ = [9, n0, _CPVr,
3104
- 0, () => CreateProjectVersionRequest$, () => CreateProjectVersionResponse$
3105
- ];
3106
- var CreateStreamProcessor$ = [9, n0, _CSP,
3107
- 0, () => CreateStreamProcessorRequest$, () => CreateStreamProcessorResponse$
3108
- ];
3109
- var CreateUser$ = [9, n0, _CU,
3110
- 0, () => CreateUserRequest$, () => CreateUserResponse$
3111
- ];
3112
- var DeleteCollection$ = [9, n0, _DCe,
3113
- 0, () => DeleteCollectionRequest$, () => DeleteCollectionResponse$
3114
- ];
3115
- var DeleteDataset$ = [9, n0, _DDe,
3116
- 0, () => DeleteDatasetRequest$, () => DeleteDatasetResponse$
3117
- ];
3118
- var DeleteFaces$ = [9, n0, _DFel,
3119
- 0, () => DeleteFacesRequest$, () => DeleteFacesResponse$
3120
- ];
3121
- var DeleteProject$ = [9, n0, _DP,
3122
- 0, () => DeleteProjectRequest$, () => DeleteProjectResponse$
3123
- ];
3124
- var DeleteProjectPolicy$ = [9, n0, _DPP,
3125
- 0, () => DeleteProjectPolicyRequest$, () => DeleteProjectPolicyResponse$
3126
- ];
3127
- var DeleteProjectVersion$ = [9, n0, _DPV,
3128
- 0, () => DeleteProjectVersionRequest$, () => DeleteProjectVersionResponse$
3129
- ];
3130
- var DeleteStreamProcessor$ = [9, n0, _DSPe,
3131
- 0, () => DeleteStreamProcessorRequest$, () => DeleteStreamProcessorResponse$
3132
- ];
3133
- var DeleteUser$ = [9, n0, _DU,
3134
- 0, () => DeleteUserRequest$, () => DeleteUserResponse$
3135
- ];
3136
- var DescribeCollection$ = [9, n0, _DCes,
3137
- 0, () => DescribeCollectionRequest$, () => DescribeCollectionResponse$
3138
- ];
3139
- var DescribeDataset$ = [9, n0, _DDes,
3140
- 0, () => DescribeDatasetRequest$, () => DescribeDatasetResponse$
3141
- ];
3142
- var DescribeProjects$ = [9, n0, _DPe,
3143
- 0, () => DescribeProjectsRequest$, () => DescribeProjectsResponse$
3144
- ];
3145
- var DescribeProjectVersions$ = [9, n0, _DPVe,
3146
- 0, () => DescribeProjectVersionsRequest$, () => DescribeProjectVersionsResponse$
3147
- ];
3148
- var DescribeStreamProcessor$ = [9, n0, _DSPes,
3149
- 0, () => DescribeStreamProcessorRequest$, () => DescribeStreamProcessorResponse$
3150
- ];
3151
- var DetectCustomLabels$ = [9, n0, _DCL,
3152
- 0, () => DetectCustomLabelsRequest$, () => DetectCustomLabelsResponse$
3153
- ];
3154
- var DetectFaces$ = [9, n0, _DFet,
3155
- 0, () => DetectFacesRequest$, () => DetectFacesResponse$
3156
- ];
3157
- var DetectLabels$ = [9, n0, _DL,
3158
- 0, () => DetectLabelsRequest$, () => DetectLabelsResponse$
3159
- ];
3160
- var DetectModerationLabels$ = [9, n0, _DML,
3161
- 0, () => DetectModerationLabelsRequest$, () => DetectModerationLabelsResponse$
3162
- ];
3163
- var DetectProtectiveEquipment$ = [9, n0, _DPE,
3164
- 0, () => DetectProtectiveEquipmentRequest$, () => DetectProtectiveEquipmentResponse$
3165
- ];
3166
- var DetectText$ = [9, n0, _DTet,
3167
- 0, () => DetectTextRequest$, () => DetectTextResponse$
3168
- ];
3169
- var DisassociateFaces$ = [9, n0, _DFisa,
3170
- 0, () => DisassociateFacesRequest$, () => DisassociateFacesResponse$
3171
- ];
3172
- var DistributeDatasetEntries$ = [9, n0, _DDE,
3173
- 0, () => DistributeDatasetEntriesRequest$, () => DistributeDatasetEntriesResponse$
3174
- ];
3175
- var GetCelebrityInfo$ = [9, n0, _GCI,
3176
- 0, () => GetCelebrityInfoRequest$, () => GetCelebrityInfoResponse$
3177
- ];
3178
- var GetCelebrityRecognition$ = [9, n0, _GCR,
3179
- 0, () => GetCelebrityRecognitionRequest$, () => GetCelebrityRecognitionResponse$
3180
- ];
3181
- var GetContentModeration$ = [9, n0, _GCM,
3182
- 0, () => GetContentModerationRequest$, () => GetContentModerationResponse$
3183
- ];
3184
- var GetFaceDetection$ = [9, n0, _GFD,
3185
- 0, () => GetFaceDetectionRequest$, () => GetFaceDetectionResponse$
3186
- ];
3187
- var GetFaceLivenessSessionResults$ = [9, n0, _GFLSR,
3188
- 0, () => GetFaceLivenessSessionResultsRequest$, () => GetFaceLivenessSessionResultsResponse$
3189
- ];
3190
- var GetFaceSearch$ = [9, n0, _GFS,
3191
- 0, () => GetFaceSearchRequest$, () => GetFaceSearchResponse$
3192
- ];
3193
- var GetLabelDetection$ = [9, n0, _GLD,
3194
- 0, () => GetLabelDetectionRequest$, () => GetLabelDetectionResponse$
3195
- ];
3196
- var GetMediaAnalysisJob$ = [9, n0, _GMAJ,
3197
- 0, () => GetMediaAnalysisJobRequest$, () => GetMediaAnalysisJobResponse$
3198
- ];
3199
- var GetPersonTracking$ = [9, n0, _GPT,
3200
- 0, () => GetPersonTrackingRequest$, () => GetPersonTrackingResponse$
3201
- ];
3202
- var GetSegmentDetection$ = [9, n0, _GSD,
3203
- 0, () => GetSegmentDetectionRequest$, () => GetSegmentDetectionResponse$
3204
- ];
3205
- var GetTextDetection$ = [9, n0, _GTD,
3206
- 0, () => GetTextDetectionRequest$, () => GetTextDetectionResponse$
3207
- ];
3208
- var IndexFaces$ = [9, n0, _IF,
3209
- 0, () => IndexFacesRequest$, () => IndexFacesResponse$
3210
- ];
3211
- var ListCollections$ = [9, n0, _LCi,
3212
- 0, () => ListCollectionsRequest$, () => ListCollectionsResponse$
3213
- ];
3214
- var ListDatasetEntries$ = [9, n0, _LDE,
3215
- 0, () => ListDatasetEntriesRequest$, () => ListDatasetEntriesResponse$
3216
- ];
3217
- var ListDatasetLabels$ = [9, n0, _LDL,
3218
- 0, () => ListDatasetLabelsRequest$, () => ListDatasetLabelsResponse$
3219
- ];
3220
- var ListFaces$ = [9, n0, _LF,
3221
- 0, () => ListFacesRequest$, () => ListFacesResponse$
3222
- ];
3223
- var ListMediaAnalysisJobs$ = [9, n0, _LMAJ,
3224
- 0, () => ListMediaAnalysisJobsRequest$, () => ListMediaAnalysisJobsResponse$
3225
- ];
3226
- var ListProjectPolicies$ = [9, n0, _LPP,
3227
- 0, () => ListProjectPoliciesRequest$, () => ListProjectPoliciesResponse$
3228
- ];
3229
- var ListStreamProcessors$ = [9, n0, _LSP,
3230
- 0, () => ListStreamProcessorsRequest$, () => ListStreamProcessorsResponse$
3231
- ];
3232
- var ListTagsForResource$ = [9, n0, _LTFR,
3233
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
3234
- ];
3235
- var ListUsers$ = [9, n0, _LU,
3236
- 0, () => ListUsersRequest$, () => ListUsersResponse$
3237
- ];
3238
- var PutProjectPolicy$ = [9, n0, _PPP,
3239
- 0, () => PutProjectPolicyRequest$, () => PutProjectPolicyResponse$
3240
- ];
3241
- var RecognizeCelebrities$ = [9, n0, _RC,
3242
- 0, () => RecognizeCelebritiesRequest$, () => RecognizeCelebritiesResponse$
3243
- ];
3244
- var SearchFaces$ = [9, n0, _SFe,
3245
- 0, () => SearchFacesRequest$, () => SearchFacesResponse$
3246
- ];
3247
- var SearchFacesByImage$ = [9, n0, _SFBI,
3248
- 0, () => SearchFacesByImageRequest$, () => SearchFacesByImageResponse$
3249
- ];
3250
- var SearchUsers$ = [9, n0, _SUe,
3251
- 0, () => SearchUsersRequest$, () => SearchUsersResponse$
3252
- ];
3253
- var SearchUsersByImage$ = [9, n0, _SUBI,
3254
- 0, () => SearchUsersByImageRequest$, () => SearchUsersByImageResponse$
3255
- ];
3256
- var StartCelebrityRecognition$ = [9, n0, _SCR,
3257
- 2, () => StartCelebrityRecognitionRequest$, () => StartCelebrityRecognitionResponse$
3258
- ];
3259
- var StartContentModeration$ = [9, n0, _SCM,
3260
- 2, () => StartContentModerationRequest$, () => StartContentModerationResponse$
3261
- ];
3262
- var StartFaceDetection$ = [9, n0, _SFDt,
3263
- 2, () => StartFaceDetectionRequest$, () => StartFaceDetectionResponse$
3264
- ];
3265
- var StartFaceSearch$ = [9, n0, _SFS,
3266
- 2, () => StartFaceSearchRequest$, () => StartFaceSearchResponse$
3267
- ];
3268
- var StartLabelDetection$ = [9, n0, _SLD,
3269
- 2, () => StartLabelDetectionRequest$, () => StartLabelDetectionResponse$
3270
- ];
3271
- var StartMediaAnalysisJob$ = [9, n0, _SMAJ,
3272
- 2, () => StartMediaAnalysisJobRequest$, () => StartMediaAnalysisJobResponse$
3273
- ];
3274
- var StartPersonTracking$ = [9, n0, _SPT,
3275
- 2, () => StartPersonTrackingRequest$, () => StartPersonTrackingResponse$
3276
- ];
3277
- var StartProjectVersion$ = [9, n0, _SPV,
3278
- 0, () => StartProjectVersionRequest$, () => StartProjectVersionResponse$
3279
- ];
3280
- var StartSegmentDetection$ = [9, n0, _SSD,
3281
- 2, () => StartSegmentDetectionRequest$, () => StartSegmentDetectionResponse$
3282
- ];
3283
- var StartStreamProcessor$ = [9, n0, _SSP,
3284
- 0, () => StartStreamProcessorRequest$, () => StartStreamProcessorResponse$
3285
- ];
3286
- var StartTextDetection$ = [9, n0, _STD,
3287
- 2, () => StartTextDetectionRequest$, () => StartTextDetectionResponse$
3288
- ];
3289
- var StopProjectVersion$ = [9, n0, _SPVt,
3290
- 0, () => StopProjectVersionRequest$, () => StopProjectVersionResponse$
3291
- ];
3292
- var StopStreamProcessor$ = [9, n0, _SSPt,
3293
- 0, () => StopStreamProcessorRequest$, () => StopStreamProcessorResponse$
3294
- ];
3295
- var TagResource$ = [9, n0, _TR,
3296
- 0, () => TagResourceRequest$, () => TagResourceResponse$
3297
- ];
3298
- var UntagResource$ = [9, n0, _UR,
3299
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
3300
- ];
3301
- var UpdateDatasetEntries$ = [9, n0, _UDE,
3302
- 0, () => UpdateDatasetEntriesRequest$, () => UpdateDatasetEntriesResponse$
3303
- ];
3304
- var UpdateStreamProcessor$ = [9, n0, _USP,
3305
- 0, () => UpdateStreamProcessorRequest$, () => UpdateStreamProcessorResponse$
3306
- ];
3307
-
3308
117
  class AssociateFacesCommand extends smithyClient.Command
3309
118
  .classBuilder()
3310
119
  .ep(commonParams)
@@ -3313,7 +122,7 @@ class AssociateFacesCommand extends smithyClient.Command
3313
122
  })
3314
123
  .s("RekognitionService", "AssociateFaces", {})
3315
124
  .n("RekognitionClient", "AssociateFacesCommand")
3316
- .sc(AssociateFaces$)
125
+ .sc(schemas_0.AssociateFaces$)
3317
126
  .build() {
3318
127
  }
3319
128
 
@@ -3325,7 +134,7 @@ class CompareFacesCommand extends smithyClient.Command
3325
134
  })
3326
135
  .s("RekognitionService", "CompareFaces", {})
3327
136
  .n("RekognitionClient", "CompareFacesCommand")
3328
- .sc(CompareFaces$)
137
+ .sc(schemas_0.CompareFaces$)
3329
138
  .build() {
3330
139
  }
3331
140
 
@@ -3337,7 +146,7 @@ class CopyProjectVersionCommand extends smithyClient.Command
3337
146
  })
3338
147
  .s("RekognitionService", "CopyProjectVersion", {})
3339
148
  .n("RekognitionClient", "CopyProjectVersionCommand")
3340
- .sc(CopyProjectVersion$)
149
+ .sc(schemas_0.CopyProjectVersion$)
3341
150
  .build() {
3342
151
  }
3343
152
 
@@ -3349,7 +158,7 @@ class CreateCollectionCommand extends smithyClient.Command
3349
158
  })
3350
159
  .s("RekognitionService", "CreateCollection", {})
3351
160
  .n("RekognitionClient", "CreateCollectionCommand")
3352
- .sc(CreateCollection$)
161
+ .sc(schemas_0.CreateCollection$)
3353
162
  .build() {
3354
163
  }
3355
164
 
@@ -3361,7 +170,7 @@ class CreateDatasetCommand extends smithyClient.Command
3361
170
  })
3362
171
  .s("RekognitionService", "CreateDataset", {})
3363
172
  .n("RekognitionClient", "CreateDatasetCommand")
3364
- .sc(CreateDataset$)
173
+ .sc(schemas_0.CreateDataset$)
3365
174
  .build() {
3366
175
  }
3367
176
 
@@ -3373,7 +182,7 @@ class CreateFaceLivenessSessionCommand extends smithyClient.Command
3373
182
  })
3374
183
  .s("RekognitionService", "CreateFaceLivenessSession", {})
3375
184
  .n("RekognitionClient", "CreateFaceLivenessSessionCommand")
3376
- .sc(CreateFaceLivenessSession$)
185
+ .sc(schemas_0.CreateFaceLivenessSession$)
3377
186
  .build() {
3378
187
  }
3379
188
 
@@ -3385,7 +194,7 @@ class CreateProjectCommand extends smithyClient.Command
3385
194
  })
3386
195
  .s("RekognitionService", "CreateProject", {})
3387
196
  .n("RekognitionClient", "CreateProjectCommand")
3388
- .sc(CreateProject$)
197
+ .sc(schemas_0.CreateProject$)
3389
198
  .build() {
3390
199
  }
3391
200
 
@@ -3397,7 +206,7 @@ class CreateProjectVersionCommand extends smithyClient.Command
3397
206
  })
3398
207
  .s("RekognitionService", "CreateProjectVersion", {})
3399
208
  .n("RekognitionClient", "CreateProjectVersionCommand")
3400
- .sc(CreateProjectVersion$)
209
+ .sc(schemas_0.CreateProjectVersion$)
3401
210
  .build() {
3402
211
  }
3403
212
 
@@ -3409,7 +218,7 @@ class CreateStreamProcessorCommand extends smithyClient.Command
3409
218
  })
3410
219
  .s("RekognitionService", "CreateStreamProcessor", {})
3411
220
  .n("RekognitionClient", "CreateStreamProcessorCommand")
3412
- .sc(CreateStreamProcessor$)
221
+ .sc(schemas_0.CreateStreamProcessor$)
3413
222
  .build() {
3414
223
  }
3415
224
 
@@ -3421,7 +230,7 @@ class CreateUserCommand extends smithyClient.Command
3421
230
  })
3422
231
  .s("RekognitionService", "CreateUser", {})
3423
232
  .n("RekognitionClient", "CreateUserCommand")
3424
- .sc(CreateUser$)
233
+ .sc(schemas_0.CreateUser$)
3425
234
  .build() {
3426
235
  }
3427
236
 
@@ -3433,7 +242,7 @@ class DeleteCollectionCommand extends smithyClient.Command
3433
242
  })
3434
243
  .s("RekognitionService", "DeleteCollection", {})
3435
244
  .n("RekognitionClient", "DeleteCollectionCommand")
3436
- .sc(DeleteCollection$)
245
+ .sc(schemas_0.DeleteCollection$)
3437
246
  .build() {
3438
247
  }
3439
248
 
@@ -3445,7 +254,7 @@ class DeleteDatasetCommand extends smithyClient.Command
3445
254
  })
3446
255
  .s("RekognitionService", "DeleteDataset", {})
3447
256
  .n("RekognitionClient", "DeleteDatasetCommand")
3448
- .sc(DeleteDataset$)
257
+ .sc(schemas_0.DeleteDataset$)
3449
258
  .build() {
3450
259
  }
3451
260
 
@@ -3457,7 +266,7 @@ class DeleteFacesCommand extends smithyClient.Command
3457
266
  })
3458
267
  .s("RekognitionService", "DeleteFaces", {})
3459
268
  .n("RekognitionClient", "DeleteFacesCommand")
3460
- .sc(DeleteFaces$)
269
+ .sc(schemas_0.DeleteFaces$)
3461
270
  .build() {
3462
271
  }
3463
272
 
@@ -3469,7 +278,7 @@ class DeleteProjectCommand extends smithyClient.Command
3469
278
  })
3470
279
  .s("RekognitionService", "DeleteProject", {})
3471
280
  .n("RekognitionClient", "DeleteProjectCommand")
3472
- .sc(DeleteProject$)
281
+ .sc(schemas_0.DeleteProject$)
3473
282
  .build() {
3474
283
  }
3475
284
 
@@ -3481,7 +290,7 @@ class DeleteProjectPolicyCommand extends smithyClient.Command
3481
290
  })
3482
291
  .s("RekognitionService", "DeleteProjectPolicy", {})
3483
292
  .n("RekognitionClient", "DeleteProjectPolicyCommand")
3484
- .sc(DeleteProjectPolicy$)
293
+ .sc(schemas_0.DeleteProjectPolicy$)
3485
294
  .build() {
3486
295
  }
3487
296
 
@@ -3493,7 +302,7 @@ class DeleteProjectVersionCommand extends smithyClient.Command
3493
302
  })
3494
303
  .s("RekognitionService", "DeleteProjectVersion", {})
3495
304
  .n("RekognitionClient", "DeleteProjectVersionCommand")
3496
- .sc(DeleteProjectVersion$)
305
+ .sc(schemas_0.DeleteProjectVersion$)
3497
306
  .build() {
3498
307
  }
3499
308
 
@@ -3505,7 +314,7 @@ class DeleteStreamProcessorCommand extends smithyClient.Command
3505
314
  })
3506
315
  .s("RekognitionService", "DeleteStreamProcessor", {})
3507
316
  .n("RekognitionClient", "DeleteStreamProcessorCommand")
3508
- .sc(DeleteStreamProcessor$)
317
+ .sc(schemas_0.DeleteStreamProcessor$)
3509
318
  .build() {
3510
319
  }
3511
320
 
@@ -3517,7 +326,7 @@ class DeleteUserCommand extends smithyClient.Command
3517
326
  })
3518
327
  .s("RekognitionService", "DeleteUser", {})
3519
328
  .n("RekognitionClient", "DeleteUserCommand")
3520
- .sc(DeleteUser$)
329
+ .sc(schemas_0.DeleteUser$)
3521
330
  .build() {
3522
331
  }
3523
332
 
@@ -3529,7 +338,7 @@ class DescribeCollectionCommand extends smithyClient.Command
3529
338
  })
3530
339
  .s("RekognitionService", "DescribeCollection", {})
3531
340
  .n("RekognitionClient", "DescribeCollectionCommand")
3532
- .sc(DescribeCollection$)
341
+ .sc(schemas_0.DescribeCollection$)
3533
342
  .build() {
3534
343
  }
3535
344
 
@@ -3541,7 +350,7 @@ class DescribeDatasetCommand extends smithyClient.Command
3541
350
  })
3542
351
  .s("RekognitionService", "DescribeDataset", {})
3543
352
  .n("RekognitionClient", "DescribeDatasetCommand")
3544
- .sc(DescribeDataset$)
353
+ .sc(schemas_0.DescribeDataset$)
3545
354
  .build() {
3546
355
  }
3547
356
 
@@ -3553,7 +362,7 @@ class DescribeProjectsCommand extends smithyClient.Command
3553
362
  })
3554
363
  .s("RekognitionService", "DescribeProjects", {})
3555
364
  .n("RekognitionClient", "DescribeProjectsCommand")
3556
- .sc(DescribeProjects$)
365
+ .sc(schemas_0.DescribeProjects$)
3557
366
  .build() {
3558
367
  }
3559
368
 
@@ -3565,7 +374,7 @@ class DescribeProjectVersionsCommand extends smithyClient.Command
3565
374
  })
3566
375
  .s("RekognitionService", "DescribeProjectVersions", {})
3567
376
  .n("RekognitionClient", "DescribeProjectVersionsCommand")
3568
- .sc(DescribeProjectVersions$)
377
+ .sc(schemas_0.DescribeProjectVersions$)
3569
378
  .build() {
3570
379
  }
3571
380
 
@@ -3577,7 +386,7 @@ class DescribeStreamProcessorCommand extends smithyClient.Command
3577
386
  })
3578
387
  .s("RekognitionService", "DescribeStreamProcessor", {})
3579
388
  .n("RekognitionClient", "DescribeStreamProcessorCommand")
3580
- .sc(DescribeStreamProcessor$)
389
+ .sc(schemas_0.DescribeStreamProcessor$)
3581
390
  .build() {
3582
391
  }
3583
392
 
@@ -3589,7 +398,7 @@ class DetectCustomLabelsCommand extends smithyClient.Command
3589
398
  })
3590
399
  .s("RekognitionService", "DetectCustomLabels", {})
3591
400
  .n("RekognitionClient", "DetectCustomLabelsCommand")
3592
- .sc(DetectCustomLabels$)
401
+ .sc(schemas_0.DetectCustomLabels$)
3593
402
  .build() {
3594
403
  }
3595
404
 
@@ -3601,7 +410,7 @@ class DetectFacesCommand extends smithyClient.Command
3601
410
  })
3602
411
  .s("RekognitionService", "DetectFaces", {})
3603
412
  .n("RekognitionClient", "DetectFacesCommand")
3604
- .sc(DetectFaces$)
413
+ .sc(schemas_0.DetectFaces$)
3605
414
  .build() {
3606
415
  }
3607
416
 
@@ -3613,7 +422,7 @@ class DetectLabelsCommand extends smithyClient.Command
3613
422
  })
3614
423
  .s("RekognitionService", "DetectLabels", {})
3615
424
  .n("RekognitionClient", "DetectLabelsCommand")
3616
- .sc(DetectLabels$)
425
+ .sc(schemas_0.DetectLabels$)
3617
426
  .build() {
3618
427
  }
3619
428
 
@@ -3625,7 +434,7 @@ class DetectModerationLabelsCommand extends smithyClient.Command
3625
434
  })
3626
435
  .s("RekognitionService", "DetectModerationLabels", {})
3627
436
  .n("RekognitionClient", "DetectModerationLabelsCommand")
3628
- .sc(DetectModerationLabels$)
437
+ .sc(schemas_0.DetectModerationLabels$)
3629
438
  .build() {
3630
439
  }
3631
440
 
@@ -3637,7 +446,7 @@ class DetectProtectiveEquipmentCommand extends smithyClient.Command
3637
446
  })
3638
447
  .s("RekognitionService", "DetectProtectiveEquipment", {})
3639
448
  .n("RekognitionClient", "DetectProtectiveEquipmentCommand")
3640
- .sc(DetectProtectiveEquipment$)
449
+ .sc(schemas_0.DetectProtectiveEquipment$)
3641
450
  .build() {
3642
451
  }
3643
452
 
@@ -3649,7 +458,7 @@ class DetectTextCommand extends smithyClient.Command
3649
458
  })
3650
459
  .s("RekognitionService", "DetectText", {})
3651
460
  .n("RekognitionClient", "DetectTextCommand")
3652
- .sc(DetectText$)
461
+ .sc(schemas_0.DetectText$)
3653
462
  .build() {
3654
463
  }
3655
464
 
@@ -3661,7 +470,7 @@ class DisassociateFacesCommand extends smithyClient.Command
3661
470
  })
3662
471
  .s("RekognitionService", "DisassociateFaces", {})
3663
472
  .n("RekognitionClient", "DisassociateFacesCommand")
3664
- .sc(DisassociateFaces$)
473
+ .sc(schemas_0.DisassociateFaces$)
3665
474
  .build() {
3666
475
  }
3667
476
 
@@ -3673,7 +482,7 @@ class DistributeDatasetEntriesCommand extends smithyClient.Command
3673
482
  })
3674
483
  .s("RekognitionService", "DistributeDatasetEntries", {})
3675
484
  .n("RekognitionClient", "DistributeDatasetEntriesCommand")
3676
- .sc(DistributeDatasetEntries$)
485
+ .sc(schemas_0.DistributeDatasetEntries$)
3677
486
  .build() {
3678
487
  }
3679
488
 
@@ -3685,7 +494,7 @@ class GetCelebrityInfoCommand extends smithyClient.Command
3685
494
  })
3686
495
  .s("RekognitionService", "GetCelebrityInfo", {})
3687
496
  .n("RekognitionClient", "GetCelebrityInfoCommand")
3688
- .sc(GetCelebrityInfo$)
497
+ .sc(schemas_0.GetCelebrityInfo$)
3689
498
  .build() {
3690
499
  }
3691
500
 
@@ -3697,7 +506,7 @@ class GetCelebrityRecognitionCommand extends smithyClient.Command
3697
506
  })
3698
507
  .s("RekognitionService", "GetCelebrityRecognition", {})
3699
508
  .n("RekognitionClient", "GetCelebrityRecognitionCommand")
3700
- .sc(GetCelebrityRecognition$)
509
+ .sc(schemas_0.GetCelebrityRecognition$)
3701
510
  .build() {
3702
511
  }
3703
512
 
@@ -3709,7 +518,7 @@ class GetContentModerationCommand extends smithyClient.Command
3709
518
  })
3710
519
  .s("RekognitionService", "GetContentModeration", {})
3711
520
  .n("RekognitionClient", "GetContentModerationCommand")
3712
- .sc(GetContentModeration$)
521
+ .sc(schemas_0.GetContentModeration$)
3713
522
  .build() {
3714
523
  }
3715
524
 
@@ -3721,7 +530,7 @@ class GetFaceDetectionCommand extends smithyClient.Command
3721
530
  })
3722
531
  .s("RekognitionService", "GetFaceDetection", {})
3723
532
  .n("RekognitionClient", "GetFaceDetectionCommand")
3724
- .sc(GetFaceDetection$)
533
+ .sc(schemas_0.GetFaceDetection$)
3725
534
  .build() {
3726
535
  }
3727
536
 
@@ -3733,7 +542,7 @@ class GetFaceLivenessSessionResultsCommand extends smithyClient.Command
3733
542
  })
3734
543
  .s("RekognitionService", "GetFaceLivenessSessionResults", {})
3735
544
  .n("RekognitionClient", "GetFaceLivenessSessionResultsCommand")
3736
- .sc(GetFaceLivenessSessionResults$)
545
+ .sc(schemas_0.GetFaceLivenessSessionResults$)
3737
546
  .build() {
3738
547
  }
3739
548
 
@@ -3745,7 +554,7 @@ class GetFaceSearchCommand extends smithyClient.Command
3745
554
  })
3746
555
  .s("RekognitionService", "GetFaceSearch", {})
3747
556
  .n("RekognitionClient", "GetFaceSearchCommand")
3748
- .sc(GetFaceSearch$)
557
+ .sc(schemas_0.GetFaceSearch$)
3749
558
  .build() {
3750
559
  }
3751
560
 
@@ -3757,7 +566,7 @@ class GetLabelDetectionCommand extends smithyClient.Command
3757
566
  })
3758
567
  .s("RekognitionService", "GetLabelDetection", {})
3759
568
  .n("RekognitionClient", "GetLabelDetectionCommand")
3760
- .sc(GetLabelDetection$)
569
+ .sc(schemas_0.GetLabelDetection$)
3761
570
  .build() {
3762
571
  }
3763
572
 
@@ -3769,7 +578,7 @@ class GetMediaAnalysisJobCommand extends smithyClient.Command
3769
578
  })
3770
579
  .s("RekognitionService", "GetMediaAnalysisJob", {})
3771
580
  .n("RekognitionClient", "GetMediaAnalysisJobCommand")
3772
- .sc(GetMediaAnalysisJob$)
581
+ .sc(schemas_0.GetMediaAnalysisJob$)
3773
582
  .build() {
3774
583
  }
3775
584
 
@@ -3781,7 +590,7 @@ class GetPersonTrackingCommand extends smithyClient.Command
3781
590
  })
3782
591
  .s("RekognitionService", "GetPersonTracking", {})
3783
592
  .n("RekognitionClient", "GetPersonTrackingCommand")
3784
- .sc(GetPersonTracking$)
593
+ .sc(schemas_0.GetPersonTracking$)
3785
594
  .build() {
3786
595
  }
3787
596
 
@@ -3793,7 +602,7 @@ class GetSegmentDetectionCommand extends smithyClient.Command
3793
602
  })
3794
603
  .s("RekognitionService", "GetSegmentDetection", {})
3795
604
  .n("RekognitionClient", "GetSegmentDetectionCommand")
3796
- .sc(GetSegmentDetection$)
605
+ .sc(schemas_0.GetSegmentDetection$)
3797
606
  .build() {
3798
607
  }
3799
608
 
@@ -3805,7 +614,7 @@ class GetTextDetectionCommand extends smithyClient.Command
3805
614
  })
3806
615
  .s("RekognitionService", "GetTextDetection", {})
3807
616
  .n("RekognitionClient", "GetTextDetectionCommand")
3808
- .sc(GetTextDetection$)
617
+ .sc(schemas_0.GetTextDetection$)
3809
618
  .build() {
3810
619
  }
3811
620
 
@@ -3817,7 +626,7 @@ class IndexFacesCommand extends smithyClient.Command
3817
626
  })
3818
627
  .s("RekognitionService", "IndexFaces", {})
3819
628
  .n("RekognitionClient", "IndexFacesCommand")
3820
- .sc(IndexFaces$)
629
+ .sc(schemas_0.IndexFaces$)
3821
630
  .build() {
3822
631
  }
3823
632
 
@@ -3829,7 +638,7 @@ class ListCollectionsCommand extends smithyClient.Command
3829
638
  })
3830
639
  .s("RekognitionService", "ListCollections", {})
3831
640
  .n("RekognitionClient", "ListCollectionsCommand")
3832
- .sc(ListCollections$)
641
+ .sc(schemas_0.ListCollections$)
3833
642
  .build() {
3834
643
  }
3835
644
 
@@ -3841,7 +650,7 @@ class ListDatasetEntriesCommand extends smithyClient.Command
3841
650
  })
3842
651
  .s("RekognitionService", "ListDatasetEntries", {})
3843
652
  .n("RekognitionClient", "ListDatasetEntriesCommand")
3844
- .sc(ListDatasetEntries$)
653
+ .sc(schemas_0.ListDatasetEntries$)
3845
654
  .build() {
3846
655
  }
3847
656
 
@@ -3853,7 +662,7 @@ class ListDatasetLabelsCommand extends smithyClient.Command
3853
662
  })
3854
663
  .s("RekognitionService", "ListDatasetLabels", {})
3855
664
  .n("RekognitionClient", "ListDatasetLabelsCommand")
3856
- .sc(ListDatasetLabels$)
665
+ .sc(schemas_0.ListDatasetLabels$)
3857
666
  .build() {
3858
667
  }
3859
668
 
@@ -3865,7 +674,7 @@ class ListFacesCommand extends smithyClient.Command
3865
674
  })
3866
675
  .s("RekognitionService", "ListFaces", {})
3867
676
  .n("RekognitionClient", "ListFacesCommand")
3868
- .sc(ListFaces$)
677
+ .sc(schemas_0.ListFaces$)
3869
678
  .build() {
3870
679
  }
3871
680
 
@@ -3877,7 +686,7 @@ class ListMediaAnalysisJobsCommand extends smithyClient.Command
3877
686
  })
3878
687
  .s("RekognitionService", "ListMediaAnalysisJobs", {})
3879
688
  .n("RekognitionClient", "ListMediaAnalysisJobsCommand")
3880
- .sc(ListMediaAnalysisJobs$)
689
+ .sc(schemas_0.ListMediaAnalysisJobs$)
3881
690
  .build() {
3882
691
  }
3883
692
 
@@ -3889,7 +698,7 @@ class ListProjectPoliciesCommand extends smithyClient.Command
3889
698
  })
3890
699
  .s("RekognitionService", "ListProjectPolicies", {})
3891
700
  .n("RekognitionClient", "ListProjectPoliciesCommand")
3892
- .sc(ListProjectPolicies$)
701
+ .sc(schemas_0.ListProjectPolicies$)
3893
702
  .build() {
3894
703
  }
3895
704
 
@@ -3901,7 +710,7 @@ class ListStreamProcessorsCommand extends smithyClient.Command
3901
710
  })
3902
711
  .s("RekognitionService", "ListStreamProcessors", {})
3903
712
  .n("RekognitionClient", "ListStreamProcessorsCommand")
3904
- .sc(ListStreamProcessors$)
713
+ .sc(schemas_0.ListStreamProcessors$)
3905
714
  .build() {
3906
715
  }
3907
716
 
@@ -3913,7 +722,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3913
722
  })
3914
723
  .s("RekognitionService", "ListTagsForResource", {})
3915
724
  .n("RekognitionClient", "ListTagsForResourceCommand")
3916
- .sc(ListTagsForResource$)
725
+ .sc(schemas_0.ListTagsForResource$)
3917
726
  .build() {
3918
727
  }
3919
728
 
@@ -3925,7 +734,7 @@ class ListUsersCommand extends smithyClient.Command
3925
734
  })
3926
735
  .s("RekognitionService", "ListUsers", {})
3927
736
  .n("RekognitionClient", "ListUsersCommand")
3928
- .sc(ListUsers$)
737
+ .sc(schemas_0.ListUsers$)
3929
738
  .build() {
3930
739
  }
3931
740
 
@@ -3937,7 +746,7 @@ class PutProjectPolicyCommand extends smithyClient.Command
3937
746
  })
3938
747
  .s("RekognitionService", "PutProjectPolicy", {})
3939
748
  .n("RekognitionClient", "PutProjectPolicyCommand")
3940
- .sc(PutProjectPolicy$)
749
+ .sc(schemas_0.PutProjectPolicy$)
3941
750
  .build() {
3942
751
  }
3943
752
 
@@ -3949,7 +758,7 @@ class RecognizeCelebritiesCommand extends smithyClient.Command
3949
758
  })
3950
759
  .s("RekognitionService", "RecognizeCelebrities", {})
3951
760
  .n("RekognitionClient", "RecognizeCelebritiesCommand")
3952
- .sc(RecognizeCelebrities$)
761
+ .sc(schemas_0.RecognizeCelebrities$)
3953
762
  .build() {
3954
763
  }
3955
764
 
@@ -3961,7 +770,7 @@ class SearchFacesByImageCommand extends smithyClient.Command
3961
770
  })
3962
771
  .s("RekognitionService", "SearchFacesByImage", {})
3963
772
  .n("RekognitionClient", "SearchFacesByImageCommand")
3964
- .sc(SearchFacesByImage$)
773
+ .sc(schemas_0.SearchFacesByImage$)
3965
774
  .build() {
3966
775
  }
3967
776
 
@@ -3973,7 +782,7 @@ class SearchFacesCommand extends smithyClient.Command
3973
782
  })
3974
783
  .s("RekognitionService", "SearchFaces", {})
3975
784
  .n("RekognitionClient", "SearchFacesCommand")
3976
- .sc(SearchFaces$)
785
+ .sc(schemas_0.SearchFaces$)
3977
786
  .build() {
3978
787
  }
3979
788
 
@@ -3985,7 +794,7 @@ class SearchUsersByImageCommand extends smithyClient.Command
3985
794
  })
3986
795
  .s("RekognitionService", "SearchUsersByImage", {})
3987
796
  .n("RekognitionClient", "SearchUsersByImageCommand")
3988
- .sc(SearchUsersByImage$)
797
+ .sc(schemas_0.SearchUsersByImage$)
3989
798
  .build() {
3990
799
  }
3991
800
 
@@ -3997,7 +806,7 @@ class SearchUsersCommand extends smithyClient.Command
3997
806
  })
3998
807
  .s("RekognitionService", "SearchUsers", {})
3999
808
  .n("RekognitionClient", "SearchUsersCommand")
4000
- .sc(SearchUsers$)
809
+ .sc(schemas_0.SearchUsers$)
4001
810
  .build() {
4002
811
  }
4003
812
 
@@ -4009,7 +818,7 @@ class StartCelebrityRecognitionCommand extends smithyClient.Command
4009
818
  })
4010
819
  .s("RekognitionService", "StartCelebrityRecognition", {})
4011
820
  .n("RekognitionClient", "StartCelebrityRecognitionCommand")
4012
- .sc(StartCelebrityRecognition$)
821
+ .sc(schemas_0.StartCelebrityRecognition$)
4013
822
  .build() {
4014
823
  }
4015
824
 
@@ -4021,7 +830,7 @@ class StartContentModerationCommand extends smithyClient.Command
4021
830
  })
4022
831
  .s("RekognitionService", "StartContentModeration", {})
4023
832
  .n("RekognitionClient", "StartContentModerationCommand")
4024
- .sc(StartContentModeration$)
833
+ .sc(schemas_0.StartContentModeration$)
4025
834
  .build() {
4026
835
  }
4027
836
 
@@ -4033,7 +842,7 @@ class StartFaceDetectionCommand extends smithyClient.Command
4033
842
  })
4034
843
  .s("RekognitionService", "StartFaceDetection", {})
4035
844
  .n("RekognitionClient", "StartFaceDetectionCommand")
4036
- .sc(StartFaceDetection$)
845
+ .sc(schemas_0.StartFaceDetection$)
4037
846
  .build() {
4038
847
  }
4039
848
 
@@ -4045,7 +854,7 @@ class StartFaceSearchCommand extends smithyClient.Command
4045
854
  })
4046
855
  .s("RekognitionService", "StartFaceSearch", {})
4047
856
  .n("RekognitionClient", "StartFaceSearchCommand")
4048
- .sc(StartFaceSearch$)
857
+ .sc(schemas_0.StartFaceSearch$)
4049
858
  .build() {
4050
859
  }
4051
860
 
@@ -4057,7 +866,7 @@ class StartLabelDetectionCommand extends smithyClient.Command
4057
866
  })
4058
867
  .s("RekognitionService", "StartLabelDetection", {})
4059
868
  .n("RekognitionClient", "StartLabelDetectionCommand")
4060
- .sc(StartLabelDetection$)
869
+ .sc(schemas_0.StartLabelDetection$)
4061
870
  .build() {
4062
871
  }
4063
872
 
@@ -4069,7 +878,7 @@ class StartMediaAnalysisJobCommand extends smithyClient.Command
4069
878
  })
4070
879
  .s("RekognitionService", "StartMediaAnalysisJob", {})
4071
880
  .n("RekognitionClient", "StartMediaAnalysisJobCommand")
4072
- .sc(StartMediaAnalysisJob$)
881
+ .sc(schemas_0.StartMediaAnalysisJob$)
4073
882
  .build() {
4074
883
  }
4075
884
 
@@ -4081,7 +890,7 @@ class StartPersonTrackingCommand extends smithyClient.Command
4081
890
  })
4082
891
  .s("RekognitionService", "StartPersonTracking", {})
4083
892
  .n("RekognitionClient", "StartPersonTrackingCommand")
4084
- .sc(StartPersonTracking$)
893
+ .sc(schemas_0.StartPersonTracking$)
4085
894
  .build() {
4086
895
  }
4087
896
 
@@ -4093,7 +902,7 @@ class StartProjectVersionCommand extends smithyClient.Command
4093
902
  })
4094
903
  .s("RekognitionService", "StartProjectVersion", {})
4095
904
  .n("RekognitionClient", "StartProjectVersionCommand")
4096
- .sc(StartProjectVersion$)
905
+ .sc(schemas_0.StartProjectVersion$)
4097
906
  .build() {
4098
907
  }
4099
908
 
@@ -4105,7 +914,7 @@ class StartSegmentDetectionCommand extends smithyClient.Command
4105
914
  })
4106
915
  .s("RekognitionService", "StartSegmentDetection", {})
4107
916
  .n("RekognitionClient", "StartSegmentDetectionCommand")
4108
- .sc(StartSegmentDetection$)
917
+ .sc(schemas_0.StartSegmentDetection$)
4109
918
  .build() {
4110
919
  }
4111
920
 
@@ -4117,7 +926,7 @@ class StartStreamProcessorCommand extends smithyClient.Command
4117
926
  })
4118
927
  .s("RekognitionService", "StartStreamProcessor", {})
4119
928
  .n("RekognitionClient", "StartStreamProcessorCommand")
4120
- .sc(StartStreamProcessor$)
929
+ .sc(schemas_0.StartStreamProcessor$)
4121
930
  .build() {
4122
931
  }
4123
932
 
@@ -4129,7 +938,7 @@ class StartTextDetectionCommand extends smithyClient.Command
4129
938
  })
4130
939
  .s("RekognitionService", "StartTextDetection", {})
4131
940
  .n("RekognitionClient", "StartTextDetectionCommand")
4132
- .sc(StartTextDetection$)
941
+ .sc(schemas_0.StartTextDetection$)
4133
942
  .build() {
4134
943
  }
4135
944
 
@@ -4141,7 +950,7 @@ class StopProjectVersionCommand extends smithyClient.Command
4141
950
  })
4142
951
  .s("RekognitionService", "StopProjectVersion", {})
4143
952
  .n("RekognitionClient", "StopProjectVersionCommand")
4144
- .sc(StopProjectVersion$)
953
+ .sc(schemas_0.StopProjectVersion$)
4145
954
  .build() {
4146
955
  }
4147
956
 
@@ -4153,7 +962,7 @@ class StopStreamProcessorCommand extends smithyClient.Command
4153
962
  })
4154
963
  .s("RekognitionService", "StopStreamProcessor", {})
4155
964
  .n("RekognitionClient", "StopStreamProcessorCommand")
4156
- .sc(StopStreamProcessor$)
965
+ .sc(schemas_0.StopStreamProcessor$)
4157
966
  .build() {
4158
967
  }
4159
968
 
@@ -4165,7 +974,7 @@ class TagResourceCommand extends smithyClient.Command
4165
974
  })
4166
975
  .s("RekognitionService", "TagResource", {})
4167
976
  .n("RekognitionClient", "TagResourceCommand")
4168
- .sc(TagResource$)
977
+ .sc(schemas_0.TagResource$)
4169
978
  .build() {
4170
979
  }
4171
980
 
@@ -4177,7 +986,7 @@ class UntagResourceCommand extends smithyClient.Command
4177
986
  })
4178
987
  .s("RekognitionService", "UntagResource", {})
4179
988
  .n("RekognitionClient", "UntagResourceCommand")
4180
- .sc(UntagResource$)
989
+ .sc(schemas_0.UntagResource$)
4181
990
  .build() {
4182
991
  }
4183
992
 
@@ -4189,7 +998,7 @@ class UpdateDatasetEntriesCommand extends smithyClient.Command
4189
998
  })
4190
999
  .s("RekognitionService", "UpdateDatasetEntries", {})
4191
1000
  .n("RekognitionClient", "UpdateDatasetEntriesCommand")
4192
- .sc(UpdateDatasetEntries$)
1001
+ .sc(schemas_0.UpdateDatasetEntries$)
4193
1002
  .build() {
4194
1003
  }
4195
1004
 
@@ -4201,7 +1010,7 @@ class UpdateStreamProcessorCommand extends smithyClient.Command
4201
1010
  })
4202
1011
  .s("RekognitionService", "UpdateStreamProcessor", {})
4203
1012
  .n("RekognitionClient", "UpdateStreamProcessorCommand")
4204
- .sc(UpdateStreamProcessor$)
1013
+ .sc(schemas_0.UpdateStreamProcessor$)
4205
1014
  .build() {
4206
1015
  }
4207
1016
 
@@ -4749,550 +1558,131 @@ Object.defineProperty(exports, "__Client", {
4749
1558
  enumerable: true,
4750
1559
  get: function () { return smithyClient.Client; }
4751
1560
  });
4752
- exports.AccessDeniedException = AccessDeniedException;
4753
- exports.AccessDeniedException$ = AccessDeniedException$;
4754
- exports.AgeRange$ = AgeRange$;
4755
- exports.Asset$ = Asset$;
4756
- exports.AssociateFaces$ = AssociateFaces$;
1561
+ Object.defineProperty(exports, "RekognitionServiceException", {
1562
+ enumerable: true,
1563
+ get: function () { return RekognitionServiceException.RekognitionServiceException; }
1564
+ });
4757
1565
  exports.AssociateFacesCommand = AssociateFacesCommand;
4758
- exports.AssociateFacesRequest$ = AssociateFacesRequest$;
4759
- exports.AssociateFacesResponse$ = AssociateFacesResponse$;
4760
- exports.AssociatedFace$ = AssociatedFace$;
4761
1566
  exports.Attribute = Attribute;
4762
- exports.AudioMetadata$ = AudioMetadata$;
4763
- exports.AuditImage$ = AuditImage$;
4764
- exports.Beard$ = Beard$;
4765
- exports.BlackFrame$ = BlackFrame$;
4766
1567
  exports.BodyPart = BodyPart;
4767
- exports.BoundingBox$ = BoundingBox$;
4768
- exports.Celebrity$ = Celebrity$;
4769
- exports.CelebrityDetail$ = CelebrityDetail$;
4770
- exports.CelebrityRecognition$ = CelebrityRecognition$;
4771
1568
  exports.CelebrityRecognitionSortBy = CelebrityRecognitionSortBy;
4772
- exports.Challenge$ = Challenge$;
4773
- exports.ChallengePreference$ = ChallengePreference$;
4774
1569
  exports.ChallengeType = ChallengeType;
4775
- exports.CompareFaces$ = CompareFaces$;
4776
1570
  exports.CompareFacesCommand = CompareFacesCommand;
4777
- exports.CompareFacesMatch$ = CompareFacesMatch$;
4778
- exports.CompareFacesRequest$ = CompareFacesRequest$;
4779
- exports.CompareFacesResponse$ = CompareFacesResponse$;
4780
- exports.ComparedFace$ = ComparedFace$;
4781
- exports.ComparedSourceImageFace$ = ComparedSourceImageFace$;
4782
- exports.ConflictException = ConflictException;
4783
- exports.ConflictException$ = ConflictException$;
4784
- exports.ConnectedHomeSettings$ = ConnectedHomeSettings$;
4785
- exports.ConnectedHomeSettingsForUpdate$ = ConnectedHomeSettingsForUpdate$;
4786
1571
  exports.ContentClassifier = ContentClassifier;
4787
1572
  exports.ContentModerationAggregateBy = ContentModerationAggregateBy;
4788
- exports.ContentModerationDetection$ = ContentModerationDetection$;
4789
1573
  exports.ContentModerationSortBy = ContentModerationSortBy;
4790
- exports.ContentType$ = ContentType$;
4791
- exports.CopyProjectVersion$ = CopyProjectVersion$;
4792
1574
  exports.CopyProjectVersionCommand = CopyProjectVersionCommand;
4793
- exports.CopyProjectVersionRequest$ = CopyProjectVersionRequest$;
4794
- exports.CopyProjectVersionResponse$ = CopyProjectVersionResponse$;
4795
- exports.CoversBodyPart$ = CoversBodyPart$;
4796
- exports.CreateCollection$ = CreateCollection$;
4797
1575
  exports.CreateCollectionCommand = CreateCollectionCommand;
4798
- exports.CreateCollectionRequest$ = CreateCollectionRequest$;
4799
- exports.CreateCollectionResponse$ = CreateCollectionResponse$;
4800
- exports.CreateDataset$ = CreateDataset$;
4801
1576
  exports.CreateDatasetCommand = CreateDatasetCommand;
4802
- exports.CreateDatasetRequest$ = CreateDatasetRequest$;
4803
- exports.CreateDatasetResponse$ = CreateDatasetResponse$;
4804
- exports.CreateFaceLivenessSession$ = CreateFaceLivenessSession$;
4805
1577
  exports.CreateFaceLivenessSessionCommand = CreateFaceLivenessSessionCommand;
4806
- exports.CreateFaceLivenessSessionRequest$ = CreateFaceLivenessSessionRequest$;
4807
- exports.CreateFaceLivenessSessionRequestSettings$ = CreateFaceLivenessSessionRequestSettings$;
4808
- exports.CreateFaceLivenessSessionResponse$ = CreateFaceLivenessSessionResponse$;
4809
- exports.CreateProject$ = CreateProject$;
4810
1578
  exports.CreateProjectCommand = CreateProjectCommand;
4811
- exports.CreateProjectRequest$ = CreateProjectRequest$;
4812
- exports.CreateProjectResponse$ = CreateProjectResponse$;
4813
- exports.CreateProjectVersion$ = CreateProjectVersion$;
4814
1579
  exports.CreateProjectVersionCommand = CreateProjectVersionCommand;
4815
- exports.CreateProjectVersionRequest$ = CreateProjectVersionRequest$;
4816
- exports.CreateProjectVersionResponse$ = CreateProjectVersionResponse$;
4817
- exports.CreateStreamProcessor$ = CreateStreamProcessor$;
4818
1580
  exports.CreateStreamProcessorCommand = CreateStreamProcessorCommand;
4819
- exports.CreateStreamProcessorRequest$ = CreateStreamProcessorRequest$;
4820
- exports.CreateStreamProcessorResponse$ = CreateStreamProcessorResponse$;
4821
- exports.CreateUser$ = CreateUser$;
4822
1581
  exports.CreateUserCommand = CreateUserCommand;
4823
- exports.CreateUserRequest$ = CreateUserRequest$;
4824
- exports.CreateUserResponse$ = CreateUserResponse$;
4825
- exports.CustomLabel$ = CustomLabel$;
4826
1582
  exports.CustomizationFeature = CustomizationFeature;
4827
- exports.CustomizationFeatureConfig$ = CustomizationFeatureConfig$;
4828
- exports.CustomizationFeatureContentModerationConfig$ = CustomizationFeatureContentModerationConfig$;
4829
- exports.DatasetChanges$ = DatasetChanges$;
4830
- exports.DatasetDescription$ = DatasetDescription$;
4831
- exports.DatasetLabelDescription$ = DatasetLabelDescription$;
4832
- exports.DatasetLabelStats$ = DatasetLabelStats$;
4833
- exports.DatasetMetadata$ = DatasetMetadata$;
4834
- exports.DatasetSource$ = DatasetSource$;
4835
- exports.DatasetStats$ = DatasetStats$;
4836
1583
  exports.DatasetStatus = DatasetStatus;
4837
1584
  exports.DatasetStatusMessageCode = DatasetStatusMessageCode;
4838
1585
  exports.DatasetType = DatasetType;
4839
- exports.DeleteCollection$ = DeleteCollection$;
4840
1586
  exports.DeleteCollectionCommand = DeleteCollectionCommand;
4841
- exports.DeleteCollectionRequest$ = DeleteCollectionRequest$;
4842
- exports.DeleteCollectionResponse$ = DeleteCollectionResponse$;
4843
- exports.DeleteDataset$ = DeleteDataset$;
4844
1587
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
4845
- exports.DeleteDatasetRequest$ = DeleteDatasetRequest$;
4846
- exports.DeleteDatasetResponse$ = DeleteDatasetResponse$;
4847
- exports.DeleteFaces$ = DeleteFaces$;
4848
1588
  exports.DeleteFacesCommand = DeleteFacesCommand;
4849
- exports.DeleteFacesRequest$ = DeleteFacesRequest$;
4850
- exports.DeleteFacesResponse$ = DeleteFacesResponse$;
4851
- exports.DeleteProject$ = DeleteProject$;
4852
1589
  exports.DeleteProjectCommand = DeleteProjectCommand;
4853
- exports.DeleteProjectPolicy$ = DeleteProjectPolicy$;
4854
1590
  exports.DeleteProjectPolicyCommand = DeleteProjectPolicyCommand;
4855
- exports.DeleteProjectPolicyRequest$ = DeleteProjectPolicyRequest$;
4856
- exports.DeleteProjectPolicyResponse$ = DeleteProjectPolicyResponse$;
4857
- exports.DeleteProjectRequest$ = DeleteProjectRequest$;
4858
- exports.DeleteProjectResponse$ = DeleteProjectResponse$;
4859
- exports.DeleteProjectVersion$ = DeleteProjectVersion$;
4860
1591
  exports.DeleteProjectVersionCommand = DeleteProjectVersionCommand;
4861
- exports.DeleteProjectVersionRequest$ = DeleteProjectVersionRequest$;
4862
- exports.DeleteProjectVersionResponse$ = DeleteProjectVersionResponse$;
4863
- exports.DeleteStreamProcessor$ = DeleteStreamProcessor$;
4864
1592
  exports.DeleteStreamProcessorCommand = DeleteStreamProcessorCommand;
4865
- exports.DeleteStreamProcessorRequest$ = DeleteStreamProcessorRequest$;
4866
- exports.DeleteStreamProcessorResponse$ = DeleteStreamProcessorResponse$;
4867
- exports.DeleteUser$ = DeleteUser$;
4868
1593
  exports.DeleteUserCommand = DeleteUserCommand;
4869
- exports.DeleteUserRequest$ = DeleteUserRequest$;
4870
- exports.DeleteUserResponse$ = DeleteUserResponse$;
4871
- exports.DescribeCollection$ = DescribeCollection$;
4872
1594
  exports.DescribeCollectionCommand = DescribeCollectionCommand;
4873
- exports.DescribeCollectionRequest$ = DescribeCollectionRequest$;
4874
- exports.DescribeCollectionResponse$ = DescribeCollectionResponse$;
4875
- exports.DescribeDataset$ = DescribeDataset$;
4876
1595
  exports.DescribeDatasetCommand = DescribeDatasetCommand;
4877
- exports.DescribeDatasetRequest$ = DescribeDatasetRequest$;
4878
- exports.DescribeDatasetResponse$ = DescribeDatasetResponse$;
4879
- exports.DescribeProjectVersions$ = DescribeProjectVersions$;
4880
1596
  exports.DescribeProjectVersionsCommand = DescribeProjectVersionsCommand;
4881
- exports.DescribeProjectVersionsRequest$ = DescribeProjectVersionsRequest$;
4882
- exports.DescribeProjectVersionsResponse$ = DescribeProjectVersionsResponse$;
4883
- exports.DescribeProjects$ = DescribeProjects$;
4884
1597
  exports.DescribeProjectsCommand = DescribeProjectsCommand;
4885
- exports.DescribeProjectsRequest$ = DescribeProjectsRequest$;
4886
- exports.DescribeProjectsResponse$ = DescribeProjectsResponse$;
4887
- exports.DescribeStreamProcessor$ = DescribeStreamProcessor$;
4888
1598
  exports.DescribeStreamProcessorCommand = DescribeStreamProcessorCommand;
4889
- exports.DescribeStreamProcessorRequest$ = DescribeStreamProcessorRequest$;
4890
- exports.DescribeStreamProcessorResponse$ = DescribeStreamProcessorResponse$;
4891
- exports.DetectCustomLabels$ = DetectCustomLabels$;
4892
1599
  exports.DetectCustomLabelsCommand = DetectCustomLabelsCommand;
4893
- exports.DetectCustomLabelsRequest$ = DetectCustomLabelsRequest$;
4894
- exports.DetectCustomLabelsResponse$ = DetectCustomLabelsResponse$;
4895
- exports.DetectFaces$ = DetectFaces$;
4896
1600
  exports.DetectFacesCommand = DetectFacesCommand;
4897
- exports.DetectFacesRequest$ = DetectFacesRequest$;
4898
- exports.DetectFacesResponse$ = DetectFacesResponse$;
4899
- exports.DetectLabels$ = DetectLabels$;
4900
1601
  exports.DetectLabelsCommand = DetectLabelsCommand;
4901
1602
  exports.DetectLabelsFeatureName = DetectLabelsFeatureName;
4902
- exports.DetectLabelsImageBackground$ = DetectLabelsImageBackground$;
4903
- exports.DetectLabelsImageForeground$ = DetectLabelsImageForeground$;
4904
- exports.DetectLabelsImageProperties$ = DetectLabelsImageProperties$;
4905
- exports.DetectLabelsImagePropertiesSettings$ = DetectLabelsImagePropertiesSettings$;
4906
- exports.DetectLabelsImageQuality$ = DetectLabelsImageQuality$;
4907
- exports.DetectLabelsRequest$ = DetectLabelsRequest$;
4908
- exports.DetectLabelsResponse$ = DetectLabelsResponse$;
4909
- exports.DetectLabelsSettings$ = DetectLabelsSettings$;
4910
- exports.DetectModerationLabels$ = DetectModerationLabels$;
4911
1603
  exports.DetectModerationLabelsCommand = DetectModerationLabelsCommand;
4912
- exports.DetectModerationLabelsRequest$ = DetectModerationLabelsRequest$;
4913
- exports.DetectModerationLabelsResponse$ = DetectModerationLabelsResponse$;
4914
- exports.DetectProtectiveEquipment$ = DetectProtectiveEquipment$;
4915
1604
  exports.DetectProtectiveEquipmentCommand = DetectProtectiveEquipmentCommand;
4916
- exports.DetectProtectiveEquipmentRequest$ = DetectProtectiveEquipmentRequest$;
4917
- exports.DetectProtectiveEquipmentResponse$ = DetectProtectiveEquipmentResponse$;
4918
- exports.DetectText$ = DetectText$;
4919
1605
  exports.DetectTextCommand = DetectTextCommand;
4920
- exports.DetectTextFilters$ = DetectTextFilters$;
4921
- exports.DetectTextRequest$ = DetectTextRequest$;
4922
- exports.DetectTextResponse$ = DetectTextResponse$;
4923
- exports.DetectionFilter$ = DetectionFilter$;
4924
- exports.DisassociateFaces$ = DisassociateFaces$;
4925
1606
  exports.DisassociateFacesCommand = DisassociateFacesCommand;
4926
- exports.DisassociateFacesRequest$ = DisassociateFacesRequest$;
4927
- exports.DisassociateFacesResponse$ = DisassociateFacesResponse$;
4928
- exports.DisassociatedFace$ = DisassociatedFace$;
4929
- exports.DistributeDataset$ = DistributeDataset$;
4930
- exports.DistributeDatasetEntries$ = DistributeDatasetEntries$;
4931
1607
  exports.DistributeDatasetEntriesCommand = DistributeDatasetEntriesCommand;
4932
- exports.DistributeDatasetEntriesRequest$ = DistributeDatasetEntriesRequest$;
4933
- exports.DistributeDatasetEntriesResponse$ = DistributeDatasetEntriesResponse$;
4934
- exports.DominantColor$ = DominantColor$;
4935
- exports.Emotion$ = Emotion$;
4936
1608
  exports.EmotionName = EmotionName;
4937
- exports.EquipmentDetection$ = EquipmentDetection$;
4938
- exports.EvaluationResult$ = EvaluationResult$;
4939
- exports.EyeDirection$ = EyeDirection$;
4940
- exports.EyeOpen$ = EyeOpen$;
4941
- exports.Eyeglasses$ = Eyeglasses$;
4942
- exports.Face$ = Face$;
4943
1609
  exports.FaceAttributes = FaceAttributes;
4944
- exports.FaceDetail$ = FaceDetail$;
4945
- exports.FaceDetection$ = FaceDetection$;
4946
- exports.FaceMatch$ = FaceMatch$;
4947
- exports.FaceOccluded$ = FaceOccluded$;
4948
- exports.FaceRecord$ = FaceRecord$;
4949
- exports.FaceSearchSettings$ = FaceSearchSettings$;
4950
1610
  exports.FaceSearchSortBy = FaceSearchSortBy;
4951
- exports.Gender$ = Gender$;
4952
1611
  exports.GenderType = GenderType;
4953
- exports.GeneralLabelsSettings$ = GeneralLabelsSettings$;
4954
- exports.Geometry$ = Geometry$;
4955
- exports.GetCelebrityInfo$ = GetCelebrityInfo$;
4956
1612
  exports.GetCelebrityInfoCommand = GetCelebrityInfoCommand;
4957
- exports.GetCelebrityInfoRequest$ = GetCelebrityInfoRequest$;
4958
- exports.GetCelebrityInfoResponse$ = GetCelebrityInfoResponse$;
4959
- exports.GetCelebrityRecognition$ = GetCelebrityRecognition$;
4960
1613
  exports.GetCelebrityRecognitionCommand = GetCelebrityRecognitionCommand;
4961
- exports.GetCelebrityRecognitionRequest$ = GetCelebrityRecognitionRequest$;
4962
- exports.GetCelebrityRecognitionResponse$ = GetCelebrityRecognitionResponse$;
4963
- exports.GetContentModeration$ = GetContentModeration$;
4964
1614
  exports.GetContentModerationCommand = GetContentModerationCommand;
4965
- exports.GetContentModerationRequest$ = GetContentModerationRequest$;
4966
- exports.GetContentModerationRequestMetadata$ = GetContentModerationRequestMetadata$;
4967
- exports.GetContentModerationResponse$ = GetContentModerationResponse$;
4968
- exports.GetFaceDetection$ = GetFaceDetection$;
4969
1615
  exports.GetFaceDetectionCommand = GetFaceDetectionCommand;
4970
- exports.GetFaceDetectionRequest$ = GetFaceDetectionRequest$;
4971
- exports.GetFaceDetectionResponse$ = GetFaceDetectionResponse$;
4972
- exports.GetFaceLivenessSessionResults$ = GetFaceLivenessSessionResults$;
4973
1616
  exports.GetFaceLivenessSessionResultsCommand = GetFaceLivenessSessionResultsCommand;
4974
- exports.GetFaceLivenessSessionResultsRequest$ = GetFaceLivenessSessionResultsRequest$;
4975
- exports.GetFaceLivenessSessionResultsResponse$ = GetFaceLivenessSessionResultsResponse$;
4976
- exports.GetFaceSearch$ = GetFaceSearch$;
4977
1617
  exports.GetFaceSearchCommand = GetFaceSearchCommand;
4978
- exports.GetFaceSearchRequest$ = GetFaceSearchRequest$;
4979
- exports.GetFaceSearchResponse$ = GetFaceSearchResponse$;
4980
- exports.GetLabelDetection$ = GetLabelDetection$;
4981
1618
  exports.GetLabelDetectionCommand = GetLabelDetectionCommand;
4982
- exports.GetLabelDetectionRequest$ = GetLabelDetectionRequest$;
4983
- exports.GetLabelDetectionRequestMetadata$ = GetLabelDetectionRequestMetadata$;
4984
- exports.GetLabelDetectionResponse$ = GetLabelDetectionResponse$;
4985
- exports.GetMediaAnalysisJob$ = GetMediaAnalysisJob$;
4986
1619
  exports.GetMediaAnalysisJobCommand = GetMediaAnalysisJobCommand;
4987
- exports.GetMediaAnalysisJobRequest$ = GetMediaAnalysisJobRequest$;
4988
- exports.GetMediaAnalysisJobResponse$ = GetMediaAnalysisJobResponse$;
4989
- exports.GetPersonTracking$ = GetPersonTracking$;
4990
1620
  exports.GetPersonTrackingCommand = GetPersonTrackingCommand;
4991
- exports.GetPersonTrackingRequest$ = GetPersonTrackingRequest$;
4992
- exports.GetPersonTrackingResponse$ = GetPersonTrackingResponse$;
4993
- exports.GetSegmentDetection$ = GetSegmentDetection$;
4994
1621
  exports.GetSegmentDetectionCommand = GetSegmentDetectionCommand;
4995
- exports.GetSegmentDetectionRequest$ = GetSegmentDetectionRequest$;
4996
- exports.GetSegmentDetectionResponse$ = GetSegmentDetectionResponse$;
4997
- exports.GetTextDetection$ = GetTextDetection$;
4998
1622
  exports.GetTextDetectionCommand = GetTextDetectionCommand;
4999
- exports.GetTextDetectionRequest$ = GetTextDetectionRequest$;
5000
- exports.GetTextDetectionResponse$ = GetTextDetectionResponse$;
5001
- exports.GroundTruthManifest$ = GroundTruthManifest$;
5002
- exports.HumanLoopActivationOutput$ = HumanLoopActivationOutput$;
5003
- exports.HumanLoopConfig$ = HumanLoopConfig$;
5004
- exports.HumanLoopDataAttributes$ = HumanLoopDataAttributes$;
5005
- exports.HumanLoopQuotaExceededException = HumanLoopQuotaExceededException;
5006
- exports.HumanLoopQuotaExceededException$ = HumanLoopQuotaExceededException$;
5007
- exports.IdempotentParameterMismatchException = IdempotentParameterMismatchException;
5008
- exports.IdempotentParameterMismatchException$ = IdempotentParameterMismatchException$;
5009
- exports.Image$ = Image$;
5010
- exports.ImageQuality$ = ImageQuality$;
5011
- exports.ImageTooLargeException = ImageTooLargeException;
5012
- exports.ImageTooLargeException$ = ImageTooLargeException$;
5013
- exports.IndexFaces$ = IndexFaces$;
5014
1623
  exports.IndexFacesCommand = IndexFacesCommand;
5015
- exports.IndexFacesRequest$ = IndexFacesRequest$;
5016
- exports.IndexFacesResponse$ = IndexFacesResponse$;
5017
- exports.Instance$ = Instance$;
5018
- exports.InternalServerError = InternalServerError;
5019
- exports.InternalServerError$ = InternalServerError$;
5020
- exports.InvalidImageFormatException = InvalidImageFormatException;
5021
- exports.InvalidImageFormatException$ = InvalidImageFormatException$;
5022
- exports.InvalidManifestException = InvalidManifestException;
5023
- exports.InvalidManifestException$ = InvalidManifestException$;
5024
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
5025
- exports.InvalidPaginationTokenException$ = InvalidPaginationTokenException$;
5026
- exports.InvalidParameterException = InvalidParameterException;
5027
- exports.InvalidParameterException$ = InvalidParameterException$;
5028
- exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
5029
- exports.InvalidPolicyRevisionIdException$ = InvalidPolicyRevisionIdException$;
5030
- exports.InvalidS3ObjectException = InvalidS3ObjectException;
5031
- exports.InvalidS3ObjectException$ = InvalidS3ObjectException$;
5032
- exports.KinesisDataStream$ = KinesisDataStream$;
5033
- exports.KinesisVideoStream$ = KinesisVideoStream$;
5034
- exports.KinesisVideoStreamStartSelector$ = KinesisVideoStreamStartSelector$;
5035
- exports.KnownGender$ = KnownGender$;
5036
1624
  exports.KnownGenderType = KnownGenderType;
5037
- exports.Label$ = Label$;
5038
- exports.LabelAlias$ = LabelAlias$;
5039
- exports.LabelCategory$ = LabelCategory$;
5040
- exports.LabelDetection$ = LabelDetection$;
5041
1625
  exports.LabelDetectionAggregateBy = LabelDetectionAggregateBy;
5042
1626
  exports.LabelDetectionFeatureName = LabelDetectionFeatureName;
5043
- exports.LabelDetectionSettings$ = LabelDetectionSettings$;
5044
1627
  exports.LabelDetectionSortBy = LabelDetectionSortBy;
5045
- exports.Landmark$ = Landmark$;
5046
1628
  exports.LandmarkType = LandmarkType;
5047
- exports.LimitExceededException = LimitExceededException;
5048
- exports.LimitExceededException$ = LimitExceededException$;
5049
- exports.ListCollections$ = ListCollections$;
5050
1629
  exports.ListCollectionsCommand = ListCollectionsCommand;
5051
- exports.ListCollectionsRequest$ = ListCollectionsRequest$;
5052
- exports.ListCollectionsResponse$ = ListCollectionsResponse$;
5053
- exports.ListDatasetEntries$ = ListDatasetEntries$;
5054
1630
  exports.ListDatasetEntriesCommand = ListDatasetEntriesCommand;
5055
- exports.ListDatasetEntriesRequest$ = ListDatasetEntriesRequest$;
5056
- exports.ListDatasetEntriesResponse$ = ListDatasetEntriesResponse$;
5057
- exports.ListDatasetLabels$ = ListDatasetLabels$;
5058
1631
  exports.ListDatasetLabelsCommand = ListDatasetLabelsCommand;
5059
- exports.ListDatasetLabelsRequest$ = ListDatasetLabelsRequest$;
5060
- exports.ListDatasetLabelsResponse$ = ListDatasetLabelsResponse$;
5061
- exports.ListFaces$ = ListFaces$;
5062
1632
  exports.ListFacesCommand = ListFacesCommand;
5063
- exports.ListFacesRequest$ = ListFacesRequest$;
5064
- exports.ListFacesResponse$ = ListFacesResponse$;
5065
- exports.ListMediaAnalysisJobs$ = ListMediaAnalysisJobs$;
5066
1633
  exports.ListMediaAnalysisJobsCommand = ListMediaAnalysisJobsCommand;
5067
- exports.ListMediaAnalysisJobsRequest$ = ListMediaAnalysisJobsRequest$;
5068
- exports.ListMediaAnalysisJobsResponse$ = ListMediaAnalysisJobsResponse$;
5069
- exports.ListProjectPolicies$ = ListProjectPolicies$;
5070
1634
  exports.ListProjectPoliciesCommand = ListProjectPoliciesCommand;
5071
- exports.ListProjectPoliciesRequest$ = ListProjectPoliciesRequest$;
5072
- exports.ListProjectPoliciesResponse$ = ListProjectPoliciesResponse$;
5073
- exports.ListStreamProcessors$ = ListStreamProcessors$;
5074
1635
  exports.ListStreamProcessorsCommand = ListStreamProcessorsCommand;
5075
- exports.ListStreamProcessorsRequest$ = ListStreamProcessorsRequest$;
5076
- exports.ListStreamProcessorsResponse$ = ListStreamProcessorsResponse$;
5077
- exports.ListTagsForResource$ = ListTagsForResource$;
5078
1636
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
5079
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
5080
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
5081
- exports.ListUsers$ = ListUsers$;
5082
1637
  exports.ListUsersCommand = ListUsersCommand;
5083
- exports.ListUsersRequest$ = ListUsersRequest$;
5084
- exports.ListUsersResponse$ = ListUsersResponse$;
5085
- exports.LivenessOutputConfig$ = LivenessOutputConfig$;
5086
1638
  exports.LivenessSessionStatus = LivenessSessionStatus;
5087
- exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
5088
- exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
5089
- exports.MatchedUser$ = MatchedUser$;
5090
- exports.MediaAnalysisDetectModerationLabelsConfig$ = MediaAnalysisDetectModerationLabelsConfig$;
5091
- exports.MediaAnalysisInput$ = MediaAnalysisInput$;
5092
- exports.MediaAnalysisJobDescription$ = MediaAnalysisJobDescription$;
5093
1639
  exports.MediaAnalysisJobFailureCode = MediaAnalysisJobFailureCode;
5094
- exports.MediaAnalysisJobFailureDetails$ = MediaAnalysisJobFailureDetails$;
5095
1640
  exports.MediaAnalysisJobStatus = MediaAnalysisJobStatus;
5096
- exports.MediaAnalysisManifestSummary$ = MediaAnalysisManifestSummary$;
5097
- exports.MediaAnalysisModelVersions$ = MediaAnalysisModelVersions$;
5098
- exports.MediaAnalysisOperationsConfig$ = MediaAnalysisOperationsConfig$;
5099
- exports.MediaAnalysisOutputConfig$ = MediaAnalysisOutputConfig$;
5100
- exports.MediaAnalysisResults$ = MediaAnalysisResults$;
5101
- exports.ModerationLabel$ = ModerationLabel$;
5102
- exports.MouthOpen$ = MouthOpen$;
5103
- exports.Mustache$ = Mustache$;
5104
- exports.NotificationChannel$ = NotificationChannel$;
5105
1641
  exports.OrientationCorrection = OrientationCorrection;
5106
- exports.OutputConfig$ = OutputConfig$;
5107
- exports.Parent$ = Parent$;
5108
- exports.PersonDetail$ = PersonDetail$;
5109
- exports.PersonDetection$ = PersonDetection$;
5110
- exports.PersonMatch$ = PersonMatch$;
5111
1642
  exports.PersonTrackingSortBy = PersonTrackingSortBy;
5112
- exports.Point$ = Point$;
5113
- exports.Pose$ = Pose$;
5114
1643
  exports.ProjectAutoUpdate = ProjectAutoUpdate;
5115
- exports.ProjectDescription$ = ProjectDescription$;
5116
- exports.ProjectPolicy$ = ProjectPolicy$;
5117
1644
  exports.ProjectStatus = ProjectStatus;
5118
- exports.ProjectVersionDescription$ = ProjectVersionDescription$;
5119
1645
  exports.ProjectVersionStatus = ProjectVersionStatus;
5120
- exports.ProtectiveEquipmentBodyPart$ = ProtectiveEquipmentBodyPart$;
5121
- exports.ProtectiveEquipmentPerson$ = ProtectiveEquipmentPerson$;
5122
- exports.ProtectiveEquipmentSummarizationAttributes$ = ProtectiveEquipmentSummarizationAttributes$;
5123
- exports.ProtectiveEquipmentSummary$ = ProtectiveEquipmentSummary$;
5124
1646
  exports.ProtectiveEquipmentType = ProtectiveEquipmentType;
5125
- exports.ProvisionedThroughputExceededException = ProvisionedThroughputExceededException;
5126
- exports.ProvisionedThroughputExceededException$ = ProvisionedThroughputExceededException$;
5127
- exports.PutProjectPolicy$ = PutProjectPolicy$;
5128
1647
  exports.PutProjectPolicyCommand = PutProjectPolicyCommand;
5129
- exports.PutProjectPolicyRequest$ = PutProjectPolicyRequest$;
5130
- exports.PutProjectPolicyResponse$ = PutProjectPolicyResponse$;
5131
1648
  exports.QualityFilter = QualityFilter;
5132
1649
  exports.Reason = Reason;
5133
- exports.RecognizeCelebrities$ = RecognizeCelebrities$;
5134
1650
  exports.RecognizeCelebritiesCommand = RecognizeCelebritiesCommand;
5135
- exports.RecognizeCelebritiesRequest$ = RecognizeCelebritiesRequest$;
5136
- exports.RecognizeCelebritiesResponse$ = RecognizeCelebritiesResponse$;
5137
- exports.RegionOfInterest$ = RegionOfInterest$;
5138
1651
  exports.Rekognition = Rekognition;
5139
1652
  exports.RekognitionClient = RekognitionClient;
5140
- exports.RekognitionServiceException = RekognitionServiceException;
5141
- exports.RekognitionServiceException$ = RekognitionServiceException$;
5142
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
5143
- exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
5144
- exports.ResourceInUseException = ResourceInUseException;
5145
- exports.ResourceInUseException$ = ResourceInUseException$;
5146
- exports.ResourceNotFoundException = ResourceNotFoundException;
5147
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5148
- exports.ResourceNotReadyException = ResourceNotReadyException;
5149
- exports.ResourceNotReadyException$ = ResourceNotReadyException$;
5150
- exports.S3Destination$ = S3Destination$;
5151
- exports.S3Object$ = S3Object$;
5152
- exports.SearchFaces$ = SearchFaces$;
5153
- exports.SearchFacesByImage$ = SearchFacesByImage$;
5154
1653
  exports.SearchFacesByImageCommand = SearchFacesByImageCommand;
5155
- exports.SearchFacesByImageRequest$ = SearchFacesByImageRequest$;
5156
- exports.SearchFacesByImageResponse$ = SearchFacesByImageResponse$;
5157
1654
  exports.SearchFacesCommand = SearchFacesCommand;
5158
- exports.SearchFacesRequest$ = SearchFacesRequest$;
5159
- exports.SearchFacesResponse$ = SearchFacesResponse$;
5160
- exports.SearchUsers$ = SearchUsers$;
5161
- exports.SearchUsersByImage$ = SearchUsersByImage$;
5162
1655
  exports.SearchUsersByImageCommand = SearchUsersByImageCommand;
5163
- exports.SearchUsersByImageRequest$ = SearchUsersByImageRequest$;
5164
- exports.SearchUsersByImageResponse$ = SearchUsersByImageResponse$;
5165
1656
  exports.SearchUsersCommand = SearchUsersCommand;
5166
- exports.SearchUsersRequest$ = SearchUsersRequest$;
5167
- exports.SearchUsersResponse$ = SearchUsersResponse$;
5168
- exports.SearchedFace$ = SearchedFace$;
5169
- exports.SearchedFaceDetails$ = SearchedFaceDetails$;
5170
- exports.SearchedUser$ = SearchedUser$;
5171
- exports.SegmentDetection$ = SegmentDetection$;
5172
1657
  exports.SegmentType = SegmentType;
5173
- exports.SegmentTypeInfo$ = SegmentTypeInfo$;
5174
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5175
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5176
- exports.SessionNotFoundException = SessionNotFoundException;
5177
- exports.SessionNotFoundException$ = SessionNotFoundException$;
5178
- exports.ShotSegment$ = ShotSegment$;
5179
- exports.Smile$ = Smile$;
5180
- exports.StartCelebrityRecognition$ = StartCelebrityRecognition$;
5181
1658
  exports.StartCelebrityRecognitionCommand = StartCelebrityRecognitionCommand;
5182
- exports.StartCelebrityRecognitionRequest$ = StartCelebrityRecognitionRequest$;
5183
- exports.StartCelebrityRecognitionResponse$ = StartCelebrityRecognitionResponse$;
5184
- exports.StartContentModeration$ = StartContentModeration$;
5185
1659
  exports.StartContentModerationCommand = StartContentModerationCommand;
5186
- exports.StartContentModerationRequest$ = StartContentModerationRequest$;
5187
- exports.StartContentModerationResponse$ = StartContentModerationResponse$;
5188
- exports.StartFaceDetection$ = StartFaceDetection$;
5189
1660
  exports.StartFaceDetectionCommand = StartFaceDetectionCommand;
5190
- exports.StartFaceDetectionRequest$ = StartFaceDetectionRequest$;
5191
- exports.StartFaceDetectionResponse$ = StartFaceDetectionResponse$;
5192
- exports.StartFaceSearch$ = StartFaceSearch$;
5193
1661
  exports.StartFaceSearchCommand = StartFaceSearchCommand;
5194
- exports.StartFaceSearchRequest$ = StartFaceSearchRequest$;
5195
- exports.StartFaceSearchResponse$ = StartFaceSearchResponse$;
5196
- exports.StartLabelDetection$ = StartLabelDetection$;
5197
1662
  exports.StartLabelDetectionCommand = StartLabelDetectionCommand;
5198
- exports.StartLabelDetectionRequest$ = StartLabelDetectionRequest$;
5199
- exports.StartLabelDetectionResponse$ = StartLabelDetectionResponse$;
5200
- exports.StartMediaAnalysisJob$ = StartMediaAnalysisJob$;
5201
1663
  exports.StartMediaAnalysisJobCommand = StartMediaAnalysisJobCommand;
5202
- exports.StartMediaAnalysisJobRequest$ = StartMediaAnalysisJobRequest$;
5203
- exports.StartMediaAnalysisJobResponse$ = StartMediaAnalysisJobResponse$;
5204
- exports.StartPersonTracking$ = StartPersonTracking$;
5205
1664
  exports.StartPersonTrackingCommand = StartPersonTrackingCommand;
5206
- exports.StartPersonTrackingRequest$ = StartPersonTrackingRequest$;
5207
- exports.StartPersonTrackingResponse$ = StartPersonTrackingResponse$;
5208
- exports.StartProjectVersion$ = StartProjectVersion$;
5209
1665
  exports.StartProjectVersionCommand = StartProjectVersionCommand;
5210
- exports.StartProjectVersionRequest$ = StartProjectVersionRequest$;
5211
- exports.StartProjectVersionResponse$ = StartProjectVersionResponse$;
5212
- exports.StartSegmentDetection$ = StartSegmentDetection$;
5213
1666
  exports.StartSegmentDetectionCommand = StartSegmentDetectionCommand;
5214
- exports.StartSegmentDetectionFilters$ = StartSegmentDetectionFilters$;
5215
- exports.StartSegmentDetectionRequest$ = StartSegmentDetectionRequest$;
5216
- exports.StartSegmentDetectionResponse$ = StartSegmentDetectionResponse$;
5217
- exports.StartShotDetectionFilter$ = StartShotDetectionFilter$;
5218
- exports.StartStreamProcessor$ = StartStreamProcessor$;
5219
1667
  exports.StartStreamProcessorCommand = StartStreamProcessorCommand;
5220
- exports.StartStreamProcessorRequest$ = StartStreamProcessorRequest$;
5221
- exports.StartStreamProcessorResponse$ = StartStreamProcessorResponse$;
5222
- exports.StartTechnicalCueDetectionFilter$ = StartTechnicalCueDetectionFilter$;
5223
- exports.StartTextDetection$ = StartTextDetection$;
5224
1668
  exports.StartTextDetectionCommand = StartTextDetectionCommand;
5225
- exports.StartTextDetectionFilters$ = StartTextDetectionFilters$;
5226
- exports.StartTextDetectionRequest$ = StartTextDetectionRequest$;
5227
- exports.StartTextDetectionResponse$ = StartTextDetectionResponse$;
5228
- exports.StopProjectVersion$ = StopProjectVersion$;
5229
1669
  exports.StopProjectVersionCommand = StopProjectVersionCommand;
5230
- exports.StopProjectVersionRequest$ = StopProjectVersionRequest$;
5231
- exports.StopProjectVersionResponse$ = StopProjectVersionResponse$;
5232
- exports.StopStreamProcessor$ = StopStreamProcessor$;
5233
1670
  exports.StopStreamProcessorCommand = StopStreamProcessorCommand;
5234
- exports.StopStreamProcessorRequest$ = StopStreamProcessorRequest$;
5235
- exports.StopStreamProcessorResponse$ = StopStreamProcessorResponse$;
5236
- exports.StreamProcessingStartSelector$ = StreamProcessingStartSelector$;
5237
- exports.StreamProcessingStopSelector$ = StreamProcessingStopSelector$;
5238
- exports.StreamProcessor$ = StreamProcessor$;
5239
- exports.StreamProcessorDataSharingPreference$ = StreamProcessorDataSharingPreference$;
5240
- exports.StreamProcessorInput$ = StreamProcessorInput$;
5241
- exports.StreamProcessorNotificationChannel$ = StreamProcessorNotificationChannel$;
5242
- exports.StreamProcessorOutput$ = StreamProcessorOutput$;
5243
1671
  exports.StreamProcessorParameterToDelete = StreamProcessorParameterToDelete;
5244
- exports.StreamProcessorSettings$ = StreamProcessorSettings$;
5245
- exports.StreamProcessorSettingsForUpdate$ = StreamProcessorSettingsForUpdate$;
5246
1672
  exports.StreamProcessorStatus = StreamProcessorStatus;
5247
- exports.Summary$ = Summary$;
5248
- exports.Sunglasses$ = Sunglasses$;
5249
- exports.TagResource$ = TagResource$;
5250
1673
  exports.TagResourceCommand = TagResourceCommand;
5251
- exports.TagResourceRequest$ = TagResourceRequest$;
5252
- exports.TagResourceResponse$ = TagResourceResponse$;
5253
- exports.TechnicalCueSegment$ = TechnicalCueSegment$;
5254
1674
  exports.TechnicalCueType = TechnicalCueType;
5255
- exports.TestingData$ = TestingData$;
5256
- exports.TestingDataResult$ = TestingDataResult$;
5257
- exports.TextDetection$ = TextDetection$;
5258
- exports.TextDetectionResult$ = TextDetectionResult$;
5259
1675
  exports.TextTypes = TextTypes;
5260
- exports.ThrottlingException = ThrottlingException;
5261
- exports.ThrottlingException$ = ThrottlingException$;
5262
- exports.TrainingData$ = TrainingData$;
5263
- exports.TrainingDataResult$ = TrainingDataResult$;
5264
- exports.UnindexedFace$ = UnindexedFace$;
5265
- exports.UnsearchedFace$ = UnsearchedFace$;
5266
1676
  exports.UnsearchedFaceReason = UnsearchedFaceReason;
5267
- exports.UnsuccessfulFaceAssociation$ = UnsuccessfulFaceAssociation$;
5268
1677
  exports.UnsuccessfulFaceAssociationReason = UnsuccessfulFaceAssociationReason;
5269
- exports.UnsuccessfulFaceDeletion$ = UnsuccessfulFaceDeletion$;
5270
1678
  exports.UnsuccessfulFaceDeletionReason = UnsuccessfulFaceDeletionReason;
5271
- exports.UnsuccessfulFaceDisassociation$ = UnsuccessfulFaceDisassociation$;
5272
1679
  exports.UnsuccessfulFaceDisassociationReason = UnsuccessfulFaceDisassociationReason;
5273
- exports.UntagResource$ = UntagResource$;
5274
1680
  exports.UntagResourceCommand = UntagResourceCommand;
5275
- exports.UntagResourceRequest$ = UntagResourceRequest$;
5276
- exports.UntagResourceResponse$ = UntagResourceResponse$;
5277
- exports.UpdateDatasetEntries$ = UpdateDatasetEntries$;
5278
1681
  exports.UpdateDatasetEntriesCommand = UpdateDatasetEntriesCommand;
5279
- exports.UpdateDatasetEntriesRequest$ = UpdateDatasetEntriesRequest$;
5280
- exports.UpdateDatasetEntriesResponse$ = UpdateDatasetEntriesResponse$;
5281
- exports.UpdateStreamProcessor$ = UpdateStreamProcessor$;
5282
1682
  exports.UpdateStreamProcessorCommand = UpdateStreamProcessorCommand;
5283
- exports.UpdateStreamProcessorRequest$ = UpdateStreamProcessorRequest$;
5284
- exports.UpdateStreamProcessorResponse$ = UpdateStreamProcessorResponse$;
5285
- exports.User$ = User$;
5286
- exports.UserMatch$ = UserMatch$;
5287
1683
  exports.UserStatus = UserStatus;
5288
- exports.ValidationData$ = ValidationData$;
5289
- exports.Versions$ = Versions$;
5290
- exports.Video$ = Video$;
5291
1684
  exports.VideoColorRange = VideoColorRange;
5292
1685
  exports.VideoJobStatus = VideoJobStatus;
5293
- exports.VideoMetadata$ = VideoMetadata$;
5294
- exports.VideoTooLargeException = VideoTooLargeException;
5295
- exports.VideoTooLargeException$ = VideoTooLargeException$;
5296
1686
  exports.paginateDescribeProjectVersions = paginateDescribeProjectVersions;
5297
1687
  exports.paginateDescribeProjects = paginateDescribeProjects;
5298
1688
  exports.paginateGetCelebrityRecognition = paginateGetCelebrityRecognition;
@@ -5315,3 +1705,15 @@ exports.waitForProjectVersionRunning = waitForProjectVersionRunning;
5315
1705
  exports.waitForProjectVersionTrainingCompleted = waitForProjectVersionTrainingCompleted;
5316
1706
  exports.waitUntilProjectVersionRunning = waitUntilProjectVersionRunning;
5317
1707
  exports.waitUntilProjectVersionTrainingCompleted = waitUntilProjectVersionTrainingCompleted;
1708
+ Object.keys(schemas_0).forEach(function (k) {
1709
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1710
+ enumerable: true,
1711
+ get: function () { return schemas_0[k]; }
1712
+ });
1713
+ });
1714
+ Object.keys(errors).forEach(function (k) {
1715
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1716
+ enumerable: true,
1717
+ get: function () { return errors[k]; }
1718
+ });
1719
+ });