aws-sdk 2.1394.0 → 2.1396.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/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1394.0
1
+ // AWS SDK for JavaScript v2.1396.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -66304,20 +66304,7 @@ module.exports={
66304
66304
  "type": "structure",
66305
66305
  "members": {
66306
66306
  "HoursOfOperation": {
66307
- "type": "structure",
66308
- "members": {
66309
- "HoursOfOperationId": {},
66310
- "HoursOfOperationArn": {},
66311
- "Name": {},
66312
- "Description": {},
66313
- "TimeZone": {},
66314
- "Config": {
66315
- "shape": "S3h"
66316
- },
66317
- "Tags": {
66318
- "shape": "S1n"
66319
- }
66320
- }
66307
+ "shape": "Sa4"
66321
66308
  }
66322
66309
  }
66323
66310
  }
@@ -66511,16 +66498,7 @@ module.exports={
66511
66498
  "type": "structure",
66512
66499
  "members": {
66513
66500
  "Prompt": {
66514
- "type": "structure",
66515
- "members": {
66516
- "PromptARN": {},
66517
- "PromptId": {},
66518
- "Name": {},
66519
- "Description": {},
66520
- "Tags": {
66521
- "shape": "S1n"
66522
- }
66523
- }
66501
+ "shape": "Sar"
66524
66502
  }
66525
66503
  }
66526
66504
  }
@@ -66582,19 +66560,7 @@ module.exports={
66582
66560
  "type": "structure",
66583
66561
  "members": {
66584
66562
  "QuickConnect": {
66585
- "type": "structure",
66586
- "members": {
66587
- "QuickConnectARN": {},
66588
- "QuickConnectId": {},
66589
- "Name": {},
66590
- "Description": {},
66591
- "QuickConnectConfig": {
66592
- "shape": "S4r"
66593
- },
66594
- "Tags": {
66595
- "shape": "S1n"
66596
- }
66597
- }
66563
+ "shape": "Say"
66598
66564
  }
66599
66565
  }
66600
66566
  }
@@ -69769,6 +69735,94 @@ module.exports={
69769
69735
  }
69770
69736
  }
69771
69737
  },
69738
+ "SearchHoursOfOperations": {
69739
+ "http": {
69740
+ "requestUri": "/search-hours-of-operations"
69741
+ },
69742
+ "input": {
69743
+ "type": "structure",
69744
+ "required": [
69745
+ "InstanceId"
69746
+ ],
69747
+ "members": {
69748
+ "InstanceId": {},
69749
+ "NextToken": {},
69750
+ "MaxResults": {
69751
+ "type": "integer"
69752
+ },
69753
+ "SearchFilter": {
69754
+ "type": "structure",
69755
+ "members": {
69756
+ "TagFilter": {
69757
+ "shape": "Sk1"
69758
+ }
69759
+ }
69760
+ },
69761
+ "SearchCriteria": {
69762
+ "shape": "Sk5"
69763
+ }
69764
+ }
69765
+ },
69766
+ "output": {
69767
+ "type": "structure",
69768
+ "members": {
69769
+ "HoursOfOperations": {
69770
+ "type": "list",
69771
+ "member": {
69772
+ "shape": "Sa4"
69773
+ }
69774
+ },
69775
+ "NextToken": {},
69776
+ "ApproximateTotalCount": {
69777
+ "type": "long"
69778
+ }
69779
+ }
69780
+ }
69781
+ },
69782
+ "SearchPrompts": {
69783
+ "http": {
69784
+ "requestUri": "/search-prompts"
69785
+ },
69786
+ "input": {
69787
+ "type": "structure",
69788
+ "required": [
69789
+ "InstanceId"
69790
+ ],
69791
+ "members": {
69792
+ "InstanceId": {},
69793
+ "NextToken": {},
69794
+ "MaxResults": {
69795
+ "type": "integer"
69796
+ },
69797
+ "SearchFilter": {
69798
+ "type": "structure",
69799
+ "members": {
69800
+ "TagFilter": {
69801
+ "shape": "Sk1"
69802
+ }
69803
+ }
69804
+ },
69805
+ "SearchCriteria": {
69806
+ "shape": "Skd"
69807
+ }
69808
+ }
69809
+ },
69810
+ "output": {
69811
+ "type": "structure",
69812
+ "members": {
69813
+ "Prompts": {
69814
+ "type": "list",
69815
+ "member": {
69816
+ "shape": "Sar"
69817
+ }
69818
+ },
69819
+ "NextToken": {},
69820
+ "ApproximateTotalCount": {
69821
+ "type": "long"
69822
+ }
69823
+ }
69824
+ }
69825
+ },
69772
69826
  "SearchQueues": {
69773
69827
  "http": {
69774
69828
  "requestUri": "/search-queues"
@@ -69793,7 +69847,7 @@ module.exports={
69793
69847
  }
69794
69848
  },
69795
69849
  "SearchCriteria": {
69796
- "shape": "Sk5"
69850
+ "shape": "Skj"
69797
69851
  }
69798
69852
  }
69799
69853
  },
@@ -69813,6 +69867,50 @@ module.exports={
69813
69867
  }
69814
69868
  }
69815
69869
  },
69870
+ "SearchQuickConnects": {
69871
+ "http": {
69872
+ "requestUri": "/search-quick-connects"
69873
+ },
69874
+ "input": {
69875
+ "type": "structure",
69876
+ "required": [
69877
+ "InstanceId"
69878
+ ],
69879
+ "members": {
69880
+ "InstanceId": {},
69881
+ "NextToken": {},
69882
+ "MaxResults": {
69883
+ "type": "integer"
69884
+ },
69885
+ "SearchFilter": {
69886
+ "type": "structure",
69887
+ "members": {
69888
+ "TagFilter": {
69889
+ "shape": "Sk1"
69890
+ }
69891
+ }
69892
+ },
69893
+ "SearchCriteria": {
69894
+ "shape": "Skq"
69895
+ }
69896
+ }
69897
+ },
69898
+ "output": {
69899
+ "type": "structure",
69900
+ "members": {
69901
+ "QuickConnects": {
69902
+ "type": "list",
69903
+ "member": {
69904
+ "shape": "Say"
69905
+ }
69906
+ },
69907
+ "NextToken": {},
69908
+ "ApproximateTotalCount": {
69909
+ "type": "long"
69910
+ }
69911
+ }
69912
+ }
69913
+ },
69816
69914
  "SearchRoutingProfiles": {
69817
69915
  "http": {
69818
69916
  "requestUri": "/search-routing-profiles"
@@ -69837,7 +69935,7 @@ module.exports={
69837
69935
  }
69838
69936
  },
69839
69937
  "SearchCriteria": {
69840
- "shape": "Ske"
69938
+ "shape": "Skw"
69841
69939
  }
69842
69940
  }
69843
69941
  },
@@ -69873,7 +69971,7 @@ module.exports={
69873
69971
  "type": "integer"
69874
69972
  },
69875
69973
  "SearchCriteria": {
69876
- "shape": "Skj"
69974
+ "shape": "Sl1"
69877
69975
  },
69878
69976
  "SearchFilter": {
69879
69977
  "type": "structure",
@@ -69932,7 +70030,7 @@ module.exports={
69932
70030
  }
69933
70031
  },
69934
70032
  "SearchCriteria": {
69935
- "shape": "Skr"
70033
+ "shape": "Sl9"
69936
70034
  }
69937
70035
  }
69938
70036
  },
@@ -70375,7 +70473,7 @@ module.exports={
70375
70473
  "locationName": "EvaluationId"
70376
70474
  },
70377
70475
  "Answers": {
70378
- "shape": "Sm3"
70476
+ "shape": "Sml"
70379
70477
  },
70380
70478
  "Notes": {
70381
70479
  "shape": "S9h"
@@ -70598,7 +70696,7 @@ module.exports={
70598
70696
  "locationName": "EvaluationId"
70599
70697
  },
70600
70698
  "Answers": {
70601
- "shape": "Sm3"
70699
+ "shape": "Sml"
70602
70700
  },
70603
70701
  "Notes": {
70604
70702
  "shape": "S9h"
@@ -71541,19 +71639,19 @@ module.exports={
71541
71639
  "type": "structure",
71542
71640
  "members": {
71543
71641
  "LevelOne": {
71544
- "shape": "So5"
71642
+ "shape": "Son"
71545
71643
  },
71546
71644
  "LevelTwo": {
71547
- "shape": "So5"
71645
+ "shape": "Son"
71548
71646
  },
71549
71647
  "LevelThree": {
71550
- "shape": "So5"
71648
+ "shape": "Son"
71551
71649
  },
71552
71650
  "LevelFour": {
71553
- "shape": "So5"
71651
+ "shape": "Son"
71554
71652
  },
71555
71653
  "LevelFive": {
71556
- "shape": "So5"
71654
+ "shape": "Son"
71557
71655
  }
71558
71656
  }
71559
71657
  },
@@ -72343,6 +72441,22 @@ module.exports={
72343
72441
  }
72344
72442
  }
72345
72443
  },
72444
+ "Sa4": {
72445
+ "type": "structure",
72446
+ "members": {
72447
+ "HoursOfOperationId": {},
72448
+ "HoursOfOperationArn": {},
72449
+ "Name": {},
72450
+ "Description": {},
72451
+ "TimeZone": {},
72452
+ "Config": {
72453
+ "shape": "S3h"
72454
+ },
72455
+ "Tags": {
72456
+ "shape": "S1n"
72457
+ }
72458
+ }
72459
+ },
72346
72460
  "Sad": {
72347
72461
  "type": "structure",
72348
72462
  "members": {
@@ -72350,6 +72464,18 @@ module.exports={
72350
72464
  "Value": {}
72351
72465
  }
72352
72466
  },
72467
+ "Sar": {
72468
+ "type": "structure",
72469
+ "members": {
72470
+ "PromptARN": {},
72471
+ "PromptId": {},
72472
+ "Name": {},
72473
+ "Description": {},
72474
+ "Tags": {
72475
+ "shape": "S1n"
72476
+ }
72477
+ }
72478
+ },
72353
72479
  "Sau": {
72354
72480
  "type": "structure",
72355
72481
  "members": {
@@ -72370,6 +72496,21 @@ module.exports={
72370
72496
  }
72371
72497
  }
72372
72498
  },
72499
+ "Say": {
72500
+ "type": "structure",
72501
+ "members": {
72502
+ "QuickConnectARN": {},
72503
+ "QuickConnectId": {},
72504
+ "Name": {},
72505
+ "Description": {},
72506
+ "QuickConnectConfig": {
72507
+ "shape": "S4r"
72508
+ },
72509
+ "Tags": {
72510
+ "shape": "S1n"
72511
+ }
72512
+ }
72513
+ },
72373
72514
  "Sb1": {
72374
72515
  "type": "structure",
72375
72516
  "members": {
@@ -72625,8 +72766,7 @@ module.exports={
72625
72766
  },
72626
72767
  "StringCondition": {
72627
72768
  "shape": "Sk7"
72628
- },
72629
- "QueueTypeCondition": {}
72769
+ }
72630
72770
  }
72631
72771
  },
72632
72772
  "Sk6": {
@@ -72643,24 +72783,24 @@ module.exports={
72643
72783
  "ComparisonType": {}
72644
72784
  }
72645
72785
  },
72646
- "Ske": {
72786
+ "Skd": {
72647
72787
  "type": "structure",
72648
72788
  "members": {
72649
72789
  "OrConditions": {
72650
- "shape": "Skf"
72790
+ "shape": "Ske"
72651
72791
  },
72652
72792
  "AndConditions": {
72653
- "shape": "Skf"
72793
+ "shape": "Ske"
72654
72794
  },
72655
72795
  "StringCondition": {
72656
72796
  "shape": "Sk7"
72657
72797
  }
72658
72798
  }
72659
72799
  },
72660
- "Skf": {
72800
+ "Ske": {
72661
72801
  "type": "list",
72662
72802
  "member": {
72663
- "shape": "Ske"
72803
+ "shape": "Skd"
72664
72804
  }
72665
72805
  },
72666
72806
  "Skj": {
@@ -72674,7 +72814,8 @@ module.exports={
72674
72814
  },
72675
72815
  "StringCondition": {
72676
72816
  "shape": "Sk7"
72677
- }
72817
+ },
72818
+ "QueueTypeCondition": {}
72678
72819
  }
72679
72820
  },
72680
72821
  "Skk": {
@@ -72683,14 +72824,74 @@ module.exports={
72683
72824
  "shape": "Skj"
72684
72825
  }
72685
72826
  },
72827
+ "Skq": {
72828
+ "type": "structure",
72829
+ "members": {
72830
+ "OrConditions": {
72831
+ "shape": "Skr"
72832
+ },
72833
+ "AndConditions": {
72834
+ "shape": "Skr"
72835
+ },
72836
+ "StringCondition": {
72837
+ "shape": "Sk7"
72838
+ }
72839
+ }
72840
+ },
72686
72841
  "Skr": {
72842
+ "type": "list",
72843
+ "member": {
72844
+ "shape": "Skq"
72845
+ }
72846
+ },
72847
+ "Skw": {
72848
+ "type": "structure",
72849
+ "members": {
72850
+ "OrConditions": {
72851
+ "shape": "Skx"
72852
+ },
72853
+ "AndConditions": {
72854
+ "shape": "Skx"
72855
+ },
72856
+ "StringCondition": {
72857
+ "shape": "Sk7"
72858
+ }
72859
+ }
72860
+ },
72861
+ "Skx": {
72862
+ "type": "list",
72863
+ "member": {
72864
+ "shape": "Skw"
72865
+ }
72866
+ },
72867
+ "Sl1": {
72868
+ "type": "structure",
72869
+ "members": {
72870
+ "OrConditions": {
72871
+ "shape": "Sl2"
72872
+ },
72873
+ "AndConditions": {
72874
+ "shape": "Sl2"
72875
+ },
72876
+ "StringCondition": {
72877
+ "shape": "Sk7"
72878
+ }
72879
+ }
72880
+ },
72881
+ "Sl2": {
72882
+ "type": "list",
72883
+ "member": {
72884
+ "shape": "Sl1"
72885
+ }
72886
+ },
72887
+ "Sl9": {
72687
72888
  "type": "structure",
72688
72889
  "members": {
72689
72890
  "OrConditions": {
72690
- "shape": "Sks"
72891
+ "shape": "Sla"
72691
72892
  },
72692
72893
  "AndConditions": {
72693
- "shape": "Sks"
72894
+ "shape": "Sla"
72694
72895
  },
72695
72896
  "StringCondition": {
72696
72897
  "shape": "Sk7"
@@ -72704,13 +72905,13 @@ module.exports={
72704
72905
  }
72705
72906
  }
72706
72907
  },
72707
- "Sks": {
72908
+ "Sla": {
72708
72909
  "type": "list",
72709
72910
  "member": {
72710
- "shape": "Skr"
72911
+ "shape": "Sl9"
72711
72912
  }
72712
72913
  },
72713
- "Sm3": {
72914
+ "Sml": {
72714
72915
  "type": "map",
72715
72916
  "key": {},
72716
72917
  "value": {
@@ -72722,7 +72923,7 @@ module.exports={
72722
72923
  }
72723
72924
  }
72724
72925
  },
72725
- "So5": {
72926
+ "Son": {
72726
72927
  "type": "structure",
72727
72928
  "required": [
72728
72929
  "Name"
@@ -72964,6 +73165,24 @@ module.exports={
72964
73165
  "output_token": "NextToken",
72965
73166
  "result_key": "AvailableNumbersList"
72966
73167
  },
73168
+ "SearchHoursOfOperations": {
73169
+ "input_token": "NextToken",
73170
+ "limit_key": "MaxResults",
73171
+ "non_aggregate_keys": [
73172
+ "ApproximateTotalCount"
73173
+ ],
73174
+ "output_token": "NextToken",
73175
+ "result_key": "HoursOfOperations"
73176
+ },
73177
+ "SearchPrompts": {
73178
+ "input_token": "NextToken",
73179
+ "limit_key": "MaxResults",
73180
+ "non_aggregate_keys": [
73181
+ "ApproximateTotalCount"
73182
+ ],
73183
+ "output_token": "NextToken",
73184
+ "result_key": "Prompts"
73185
+ },
72967
73186
  "SearchQueues": {
72968
73187
  "input_token": "NextToken",
72969
73188
  "limit_key": "MaxResults",
@@ -72973,6 +73192,15 @@ module.exports={
72973
73192
  "output_token": "NextToken",
72974
73193
  "result_key": "Queues"
72975
73194
  },
73195
+ "SearchQuickConnects": {
73196
+ "input_token": "NextToken",
73197
+ "limit_key": "MaxResults",
73198
+ "non_aggregate_keys": [
73199
+ "ApproximateTotalCount"
73200
+ ],
73201
+ "output_token": "NextToken",
73202
+ "result_key": "QuickConnects"
73203
+ },
72976
73204
  "SearchRoutingProfiles": {
72977
73205
  "input_token": "NextToken",
72978
73206
  "limit_key": "MaxResults",
@@ -214137,6 +214365,61 @@ module.exports={
214137
214365
  "uid": "rekognition-2016-06-27"
214138
214366
  },
214139
214367
  "operations": {
214368
+ "AssociateFaces": {
214369
+ "input": {
214370
+ "type": "structure",
214371
+ "required": [
214372
+ "CollectionId",
214373
+ "UserId",
214374
+ "FaceIds"
214375
+ ],
214376
+ "members": {
214377
+ "CollectionId": {},
214378
+ "UserId": {},
214379
+ "FaceIds": {
214380
+ "shape": "S4"
214381
+ },
214382
+ "UserMatchThreshold": {
214383
+ "type": "float"
214384
+ },
214385
+ "ClientRequestToken": {
214386
+ "idempotencyToken": true
214387
+ }
214388
+ }
214389
+ },
214390
+ "output": {
214391
+ "type": "structure",
214392
+ "members": {
214393
+ "AssociatedFaces": {
214394
+ "type": "list",
214395
+ "member": {
214396
+ "type": "structure",
214397
+ "members": {
214398
+ "FaceId": {}
214399
+ }
214400
+ }
214401
+ },
214402
+ "UnsuccessfulFaceAssociations": {
214403
+ "type": "list",
214404
+ "member": {
214405
+ "type": "structure",
214406
+ "members": {
214407
+ "FaceId": {},
214408
+ "UserId": {},
214409
+ "Confidence": {
214410
+ "type": "float"
214411
+ },
214412
+ "Reasons": {
214413
+ "type": "list",
214414
+ "member": {}
214415
+ }
214416
+ }
214417
+ }
214418
+ },
214419
+ "UserStatus": {}
214420
+ }
214421
+ }
214422
+ },
214140
214423
  "CompareFaces": {
214141
214424
  "input": {
214142
214425
  "type": "structure",
@@ -214146,10 +214429,10 @@ module.exports={
214146
214429
  ],
214147
214430
  "members": {
214148
214431
  "SourceImage": {
214149
- "shape": "S2"
214432
+ "shape": "Sh"
214150
214433
  },
214151
214434
  "TargetImage": {
214152
- "shape": "S2"
214435
+ "shape": "Sh"
214153
214436
  },
214154
214437
  "SimilarityThreshold": {
214155
214438
  "type": "float"
@@ -214164,7 +214447,7 @@ module.exports={
214164
214447
  "type": "structure",
214165
214448
  "members": {
214166
214449
  "BoundingBox": {
214167
- "shape": "Sc"
214450
+ "shape": "Sq"
214168
214451
  },
214169
214452
  "Confidence": {
214170
214453
  "type": "float"
@@ -214180,7 +214463,7 @@ module.exports={
214180
214463
  "type": "float"
214181
214464
  },
214182
214465
  "Face": {
214183
- "shape": "Sg"
214466
+ "shape": "Su"
214184
214467
  }
214185
214468
  }
214186
214469
  }
@@ -214188,7 +214471,7 @@ module.exports={
214188
214471
  "UnmatchedFaces": {
214189
214472
  "type": "list",
214190
214473
  "member": {
214191
- "shape": "Sg"
214474
+ "shape": "Su"
214192
214475
  }
214193
214476
  },
214194
214477
  "SourceImageOrientationCorrection": {},
@@ -214212,10 +214495,10 @@ module.exports={
214212
214495
  "DestinationProjectArn": {},
214213
214496
  "VersionName": {},
214214
214497
  "OutputConfig": {
214215
- "shape": "Sy"
214498
+ "shape": "S1c"
214216
214499
  },
214217
214500
  "Tags": {
214218
- "shape": "S10"
214501
+ "shape": "S1e"
214219
214502
  },
214220
214503
  "KmsKeyId": {}
214221
214504
  }
@@ -214236,7 +214519,7 @@ module.exports={
214236
214519
  "members": {
214237
214520
  "CollectionId": {},
214238
214521
  "Tags": {
214239
- "shape": "S10"
214522
+ "shape": "S1e"
214240
214523
  }
214241
214524
  }
214242
214525
  },
@@ -214263,7 +214546,7 @@ module.exports={
214263
214546
  "type": "structure",
214264
214547
  "members": {
214265
214548
  "GroundTruthManifest": {
214266
- "shape": "S1c"
214549
+ "shape": "S1p"
214267
214550
  },
214268
214551
  "DatasetArn": {}
214269
214552
  }
@@ -214345,16 +214628,16 @@ module.exports={
214345
214628
  "ProjectArn": {},
214346
214629
  "VersionName": {},
214347
214630
  "OutputConfig": {
214348
- "shape": "Sy"
214631
+ "shape": "S1c"
214349
214632
  },
214350
214633
  "TrainingData": {
214351
- "shape": "S1s"
214634
+ "shape": "S24"
214352
214635
  },
214353
214636
  "TestingData": {
214354
- "shape": "S1v"
214637
+ "shape": "S27"
214355
214638
  },
214356
214639
  "Tags": {
214357
- "shape": "S10"
214640
+ "shape": "S1e"
214358
214641
  },
214359
214642
  "KmsKeyId": {}
214360
214643
  }
@@ -214378,28 +214661,28 @@ module.exports={
214378
214661
  ],
214379
214662
  "members": {
214380
214663
  "Input": {
214381
- "shape": "S1y"
214664
+ "shape": "S2a"
214382
214665
  },
214383
214666
  "Output": {
214384
- "shape": "S21"
214667
+ "shape": "S2d"
214385
214668
  },
214386
214669
  "Name": {},
214387
214670
  "Settings": {
214388
- "shape": "S26"
214671
+ "shape": "S2i"
214389
214672
  },
214390
214673
  "RoleArn": {},
214391
214674
  "Tags": {
214392
- "shape": "S10"
214675
+ "shape": "S1e"
214393
214676
  },
214394
214677
  "NotificationChannel": {
214395
- "shape": "S2c"
214678
+ "shape": "S2o"
214396
214679
  },
214397
214680
  "KmsKeyId": {},
214398
214681
  "RegionsOfInterest": {
214399
- "shape": "S2e"
214682
+ "shape": "S2q"
214400
214683
  },
214401
214684
  "DataSharingPreference": {
214402
- "shape": "S2i"
214685
+ "shape": "S2u"
214403
214686
  }
214404
214687
  }
214405
214688
  },
@@ -214410,6 +214693,26 @@ module.exports={
214410
214693
  }
214411
214694
  }
214412
214695
  },
214696
+ "CreateUser": {
214697
+ "input": {
214698
+ "type": "structure",
214699
+ "required": [
214700
+ "CollectionId",
214701
+ "UserId"
214702
+ ],
214703
+ "members": {
214704
+ "CollectionId": {},
214705
+ "UserId": {},
214706
+ "ClientRequestToken": {
214707
+ "idempotencyToken": true
214708
+ }
214709
+ }
214710
+ },
214711
+ "output": {
214712
+ "type": "structure",
214713
+ "members": {}
214714
+ }
214715
+ },
214413
214716
  "DeleteCollection": {
214414
214717
  "input": {
214415
214718
  "type": "structure",
@@ -214454,7 +214757,7 @@ module.exports={
214454
214757
  "members": {
214455
214758
  "CollectionId": {},
214456
214759
  "FaceIds": {
214457
- "shape": "S2q"
214760
+ "shape": "S34"
214458
214761
  }
214459
214762
  }
214460
214763
  },
@@ -214462,7 +214765,21 @@ module.exports={
214462
214765
  "type": "structure",
214463
214766
  "members": {
214464
214767
  "DeletedFaces": {
214465
- "shape": "S2q"
214768
+ "shape": "S34"
214769
+ },
214770
+ "UnsuccessfulFaceDeletions": {
214771
+ "type": "list",
214772
+ "member": {
214773
+ "type": "structure",
214774
+ "members": {
214775
+ "FaceId": {},
214776
+ "UserId": {},
214777
+ "Reasons": {
214778
+ "type": "list",
214779
+ "member": {}
214780
+ }
214781
+ }
214782
+ }
214466
214783
  }
214467
214784
  }
214468
214785
  }
@@ -214534,6 +214851,26 @@ module.exports={
214534
214851
  "members": {}
214535
214852
  }
214536
214853
  },
214854
+ "DeleteUser": {
214855
+ "input": {
214856
+ "type": "structure",
214857
+ "required": [
214858
+ "CollectionId",
214859
+ "UserId"
214860
+ ],
214861
+ "members": {
214862
+ "CollectionId": {},
214863
+ "UserId": {},
214864
+ "ClientRequestToken": {
214865
+ "idempotencyToken": true
214866
+ }
214867
+ }
214868
+ },
214869
+ "output": {
214870
+ "type": "structure",
214871
+ "members": {}
214872
+ }
214873
+ },
214537
214874
  "DescribeCollection": {
214538
214875
  "input": {
214539
214876
  "type": "structure",
@@ -214554,6 +214891,9 @@ module.exports={
214554
214891
  "CollectionARN": {},
214555
214892
  "CreationTimestamp": {
214556
214893
  "type": "timestamp"
214894
+ },
214895
+ "UserCount": {
214896
+ "type": "long"
214557
214897
  }
214558
214898
  }
214559
214899
  }
@@ -214647,19 +214987,19 @@ module.exports={
214647
214987
  "type": "timestamp"
214648
214988
  },
214649
214989
  "OutputConfig": {
214650
- "shape": "Sy"
214990
+ "shape": "S1c"
214651
214991
  },
214652
214992
  "TrainingDataResult": {
214653
214993
  "type": "structure",
214654
214994
  "members": {
214655
214995
  "Input": {
214656
- "shape": "S1s"
214996
+ "shape": "S24"
214657
214997
  },
214658
214998
  "Output": {
214659
- "shape": "S1s"
214999
+ "shape": "S24"
214660
215000
  },
214661
215001
  "Validation": {
214662
- "shape": "S3p"
215002
+ "shape": "S48"
214663
215003
  }
214664
215004
  }
214665
215005
  },
@@ -214667,13 +215007,13 @@ module.exports={
214667
215007
  "type": "structure",
214668
215008
  "members": {
214669
215009
  "Input": {
214670
- "shape": "S1v"
215010
+ "shape": "S27"
214671
215011
  },
214672
215012
  "Output": {
214673
- "shape": "S1v"
215013
+ "shape": "S27"
214674
215014
  },
214675
215015
  "Validation": {
214676
- "shape": "S3p"
215016
+ "shape": "S48"
214677
215017
  }
214678
215018
  }
214679
215019
  },
@@ -214687,14 +215027,14 @@ module.exports={
214687
215027
  "type": "structure",
214688
215028
  "members": {
214689
215029
  "S3Object": {
214690
- "shape": "S4"
215030
+ "shape": "Sj"
214691
215031
  }
214692
215032
  }
214693
215033
  }
214694
215034
  }
214695
215035
  },
214696
215036
  "ManifestSummary": {
214697
- "shape": "S1c"
215037
+ "shape": "S1p"
214698
215038
  },
214699
215039
  "KmsKeyId": {},
214700
215040
  "MaxInferenceUnits": {
@@ -214782,24 +215122,24 @@ module.exports={
214782
215122
  "type": "timestamp"
214783
215123
  },
214784
215124
  "Input": {
214785
- "shape": "S1y"
215125
+ "shape": "S2a"
214786
215126
  },
214787
215127
  "Output": {
214788
- "shape": "S21"
215128
+ "shape": "S2d"
214789
215129
  },
214790
215130
  "RoleArn": {},
214791
215131
  "Settings": {
214792
- "shape": "S26"
215132
+ "shape": "S2i"
214793
215133
  },
214794
215134
  "NotificationChannel": {
214795
- "shape": "S2c"
215135
+ "shape": "S2o"
214796
215136
  },
214797
215137
  "KmsKeyId": {},
214798
215138
  "RegionsOfInterest": {
214799
- "shape": "S2e"
215139
+ "shape": "S2q"
214800
215140
  },
214801
215141
  "DataSharingPreference": {
214802
- "shape": "S2i"
215142
+ "shape": "S2u"
214803
215143
  }
214804
215144
  }
214805
215145
  }
@@ -214814,7 +215154,7 @@ module.exports={
214814
215154
  "members": {
214815
215155
  "ProjectVersionArn": {},
214816
215156
  "Image": {
214817
- "shape": "S2"
215157
+ "shape": "Sh"
214818
215158
  },
214819
215159
  "MaxResults": {
214820
215160
  "type": "integer"
@@ -214837,7 +215177,7 @@ module.exports={
214837
215177
  "type": "float"
214838
215178
  },
214839
215179
  "Geometry": {
214840
- "shape": "S48"
215180
+ "shape": "S4r"
214841
215181
  }
214842
215182
  }
214843
215183
  }
@@ -214853,10 +215193,10 @@ module.exports={
214853
215193
  ],
214854
215194
  "members": {
214855
215195
  "Image": {
214856
- "shape": "S2"
215196
+ "shape": "Sh"
214857
215197
  },
214858
215198
  "Attributes": {
214859
- "shape": "S4a"
215199
+ "shape": "S4t"
214860
215200
  }
214861
215201
  }
214862
215202
  },
@@ -214866,7 +215206,7 @@ module.exports={
214866
215206
  "FaceDetails": {
214867
215207
  "type": "list",
214868
215208
  "member": {
214869
- "shape": "S4e"
215209
+ "shape": "S4x"
214870
215210
  }
214871
215211
  },
214872
215212
  "OrientationCorrection": {}
@@ -214881,7 +215221,7 @@ module.exports={
214881
215221
  ],
214882
215222
  "members": {
214883
215223
  "Image": {
214884
- "shape": "S2"
215224
+ "shape": "Sh"
214885
215225
  },
214886
215226
  "MaxLabels": {
214887
215227
  "type": "integer"
@@ -214897,7 +215237,7 @@ module.exports={
214897
215237
  "type": "structure",
214898
215238
  "members": {
214899
215239
  "GeneralLabels": {
214900
- "shape": "S4u"
215240
+ "shape": "S5d"
214901
215241
  },
214902
215242
  "ImageProperties": {
214903
215243
  "type": "structure",
@@ -214917,7 +215257,7 @@ module.exports={
214917
215257
  "Labels": {
214918
215258
  "type": "list",
214919
215259
  "member": {
214920
- "shape": "S51"
215260
+ "shape": "S5k"
214921
215261
  }
214922
215262
  },
214923
215263
  "OrientationCorrection": {},
@@ -214926,19 +215266,19 @@ module.exports={
214926
215266
  "type": "structure",
214927
215267
  "members": {
214928
215268
  "Quality": {
214929
- "shape": "S5d"
215269
+ "shape": "S5w"
214930
215270
  },
214931
215271
  "DominantColors": {
214932
- "shape": "S54"
215272
+ "shape": "S5n"
214933
215273
  },
214934
215274
  "Foreground": {
214935
215275
  "type": "structure",
214936
215276
  "members": {
214937
215277
  "Quality": {
214938
- "shape": "S5d"
215278
+ "shape": "S5w"
214939
215279
  },
214940
215280
  "DominantColors": {
214941
- "shape": "S54"
215281
+ "shape": "S5n"
214942
215282
  }
214943
215283
  }
214944
215284
  },
@@ -214946,10 +215286,10 @@ module.exports={
214946
215286
  "type": "structure",
214947
215287
  "members": {
214948
215288
  "Quality": {
214949
- "shape": "S5d"
215289
+ "shape": "S5w"
214950
215290
  },
214951
215291
  "DominantColors": {
214952
- "shape": "S54"
215292
+ "shape": "S5n"
214953
215293
  }
214954
215294
  }
214955
215295
  }
@@ -214966,7 +215306,7 @@ module.exports={
214966
215306
  ],
214967
215307
  "members": {
214968
215308
  "Image": {
214969
- "shape": "S2"
215309
+ "shape": "Sh"
214970
215310
  },
214971
215311
  "MinConfidence": {
214972
215312
  "type": "float"
@@ -214999,7 +215339,7 @@ module.exports={
214999
215339
  "ModerationLabels": {
215000
215340
  "type": "list",
215001
215341
  "member": {
215002
- "shape": "S5p"
215342
+ "shape": "S68"
215003
215343
  }
215004
215344
  },
215005
215345
  "ModerationModelVersion": {},
@@ -215027,7 +215367,7 @@ module.exports={
215027
215367
  ],
215028
215368
  "members": {
215029
215369
  "Image": {
215030
- "shape": "S2"
215370
+ "shape": "Sh"
215031
215371
  },
215032
215372
  "SummarizationAttributes": {
215033
215373
  "type": "structure",
@@ -215071,7 +215411,7 @@ module.exports={
215071
215411
  "type": "structure",
215072
215412
  "members": {
215073
215413
  "BoundingBox": {
215074
- "shape": "Sc"
215414
+ "shape": "Sq"
215075
215415
  },
215076
215416
  "Confidence": {
215077
215417
  "type": "float"
@@ -215095,7 +215435,7 @@ module.exports={
215095
215435
  }
215096
215436
  },
215097
215437
  "BoundingBox": {
215098
- "shape": "Sc"
215438
+ "shape": "Sq"
215099
215439
  },
215100
215440
  "Confidence": {
215101
215441
  "type": "float"
@@ -215110,13 +215450,13 @@ module.exports={
215110
215450
  "type": "structure",
215111
215451
  "members": {
215112
215452
  "PersonsWithRequiredEquipment": {
215113
- "shape": "S69"
215453
+ "shape": "S6s"
215114
215454
  },
215115
215455
  "PersonsWithoutRequiredEquipment": {
215116
- "shape": "S69"
215456
+ "shape": "S6s"
215117
215457
  },
215118
215458
  "PersonsIndeterminate": {
215119
- "shape": "S69"
215459
+ "shape": "S6s"
215120
215460
  }
215121
215461
  }
215122
215462
  }
@@ -215131,16 +215471,16 @@ module.exports={
215131
215471
  ],
215132
215472
  "members": {
215133
215473
  "Image": {
215134
- "shape": "S2"
215474
+ "shape": "Sh"
215135
215475
  },
215136
215476
  "Filters": {
215137
215477
  "type": "structure",
215138
215478
  "members": {
215139
215479
  "WordFilter": {
215140
- "shape": "S6c"
215480
+ "shape": "S6v"
215141
215481
  },
215142
215482
  "RegionsOfInterest": {
215143
- "shape": "S2e"
215483
+ "shape": "S2q"
215144
215484
  }
215145
215485
  }
215146
215486
  }
@@ -215152,13 +215492,62 @@ module.exports={
215152
215492
  "TextDetections": {
215153
215493
  "type": "list",
215154
215494
  "member": {
215155
- "shape": "S6h"
215495
+ "shape": "S70"
215156
215496
  }
215157
215497
  },
215158
215498
  "TextModelVersion": {}
215159
215499
  }
215160
215500
  }
215161
215501
  },
215502
+ "DisassociateFaces": {
215503
+ "input": {
215504
+ "type": "structure",
215505
+ "required": [
215506
+ "CollectionId",
215507
+ "UserId",
215508
+ "FaceIds"
215509
+ ],
215510
+ "members": {
215511
+ "CollectionId": {},
215512
+ "UserId": {},
215513
+ "ClientRequestToken": {
215514
+ "idempotencyToken": true
215515
+ },
215516
+ "FaceIds": {
215517
+ "shape": "S4"
215518
+ }
215519
+ }
215520
+ },
215521
+ "output": {
215522
+ "type": "structure",
215523
+ "members": {
215524
+ "DisassociatedFaces": {
215525
+ "type": "list",
215526
+ "member": {
215527
+ "type": "structure",
215528
+ "members": {
215529
+ "FaceId": {}
215530
+ }
215531
+ }
215532
+ },
215533
+ "UnsuccessfulFaceDisassociations": {
215534
+ "type": "list",
215535
+ "member": {
215536
+ "type": "structure",
215537
+ "members": {
215538
+ "FaceId": {},
215539
+ "UserId": {},
215540
+ "Reasons": {
215541
+ "type": "list",
215542
+ "member": {}
215543
+ }
215544
+ }
215545
+ }
215546
+ },
215547
+ "UserStatus": {}
215548
+ }
215549
+ }
215550
+ },
215162
215551
  "DistributeDatasetEntries": {
215163
215552
  "input": {
215164
215553
  "type": "structure",
@@ -215199,11 +215588,11 @@ module.exports={
215199
215588
  "type": "structure",
215200
215589
  "members": {
215201
215590
  "Urls": {
215202
- "shape": "S6q"
215591
+ "shape": "S7h"
215203
215592
  },
215204
215593
  "Name": {},
215205
215594
  "KnownGender": {
215206
- "shape": "S6s"
215595
+ "shape": "S7j"
215207
215596
  }
215208
215597
  }
215209
215598
  }
@@ -215229,7 +215618,7 @@ module.exports={
215229
215618
  "JobStatus": {},
215230
215619
  "StatusMessage": {},
215231
215620
  "VideoMetadata": {
215232
- "shape": "S71"
215621
+ "shape": "S7s"
215233
215622
  },
215234
215623
  "NextToken": {},
215235
215624
  "Celebrities": {
@@ -215244,7 +215633,7 @@ module.exports={
215244
215633
  "type": "structure",
215245
215634
  "members": {
215246
215635
  "Urls": {
215247
- "shape": "S6q"
215636
+ "shape": "S7h"
215248
215637
  },
215249
215638
  "Name": {},
215250
215639
  "Id": {},
@@ -215252,13 +215641,13 @@ module.exports={
215252
215641
  "type": "float"
215253
215642
  },
215254
215643
  "BoundingBox": {
215255
- "shape": "Sc"
215644
+ "shape": "Sq"
215256
215645
  },
215257
215646
  "Face": {
215258
- "shape": "S4e"
215647
+ "shape": "S4x"
215259
215648
  },
215260
215649
  "KnownGender": {
215261
- "shape": "S6s"
215650
+ "shape": "S7j"
215262
215651
  }
215263
215652
  }
215264
215653
  }
@@ -215267,7 +215656,7 @@ module.exports={
215267
215656
  },
215268
215657
  "JobId": {},
215269
215658
  "Video": {
215270
- "shape": "S77"
215659
+ "shape": "S7y"
215271
215660
  },
215272
215661
  "JobTag": {}
215273
215662
  }
@@ -215295,7 +215684,7 @@ module.exports={
215295
215684
  "JobStatus": {},
215296
215685
  "StatusMessage": {},
215297
215686
  "VideoMetadata": {
215298
- "shape": "S71"
215687
+ "shape": "S7s"
215299
215688
  },
215300
215689
  "ModerationLabels": {
215301
215690
  "type": "list",
@@ -215306,7 +215695,7 @@ module.exports={
215306
215695
  "type": "long"
215307
215696
  },
215308
215697
  "ModerationLabel": {
215309
- "shape": "S5p"
215698
+ "shape": "S68"
215310
215699
  },
215311
215700
  "StartTimestampMillis": {
215312
215701
  "type": "long"
@@ -215324,7 +215713,7 @@ module.exports={
215324
215713
  "ModerationModelVersion": {},
215325
215714
  "JobId": {},
215326
215715
  "Video": {
215327
- "shape": "S77"
215716
+ "shape": "S7y"
215328
215717
  },
215329
215718
  "JobTag": {},
215330
215719
  "GetRequestMetadata": {
@@ -215357,7 +215746,7 @@ module.exports={
215357
215746
  "JobStatus": {},
215358
215747
  "StatusMessage": {},
215359
215748
  "VideoMetadata": {
215360
- "shape": "S71"
215749
+ "shape": "S7s"
215361
215750
  },
215362
215751
  "NextToken": {},
215363
215752
  "Faces": {
@@ -215369,14 +215758,14 @@ module.exports={
215369
215758
  "type": "long"
215370
215759
  },
215371
215760
  "Face": {
215372
- "shape": "S4e"
215761
+ "shape": "S4x"
215373
215762
  }
215374
215763
  }
215375
215764
  }
215376
215765
  },
215377
215766
  "JobId": {},
215378
215767
  "Video": {
215379
- "shape": "S77"
215768
+ "shape": "S7y"
215380
215769
  },
215381
215770
  "JobTag": {}
215382
215771
  }
@@ -215405,12 +215794,12 @@ module.exports={
215405
215794
  "type": "float"
215406
215795
  },
215407
215796
  "ReferenceImage": {
215408
- "shape": "S7n"
215797
+ "shape": "S8e"
215409
215798
  },
215410
215799
  "AuditImages": {
215411
215800
  "type": "list",
215412
215801
  "member": {
215413
- "shape": "S7n"
215802
+ "shape": "S8e"
215414
215803
  }
215415
215804
  }
215416
215805
  }
@@ -215438,7 +215827,7 @@ module.exports={
215438
215827
  "StatusMessage": {},
215439
215828
  "NextToken": {},
215440
215829
  "VideoMetadata": {
215441
- "shape": "S71"
215830
+ "shape": "S7s"
215442
215831
  },
215443
215832
  "Persons": {
215444
215833
  "type": "list",
@@ -215449,17 +215838,17 @@ module.exports={
215449
215838
  "type": "long"
215450
215839
  },
215451
215840
  "Person": {
215452
- "shape": "S7v"
215841
+ "shape": "S8m"
215453
215842
  },
215454
215843
  "FaceMatches": {
215455
- "shape": "S7x"
215844
+ "shape": "S8o"
215456
215845
  }
215457
215846
  }
215458
215847
  }
215459
215848
  },
215460
215849
  "JobId": {},
215461
215850
  "Video": {
215462
- "shape": "S77"
215851
+ "shape": "S7y"
215463
215852
  },
215464
215853
  "JobTag": {}
215465
215854
  }
@@ -215487,7 +215876,7 @@ module.exports={
215487
215876
  "JobStatus": {},
215488
215877
  "StatusMessage": {},
215489
215878
  "VideoMetadata": {
215490
- "shape": "S71"
215879
+ "shape": "S7s"
215491
215880
  },
215492
215881
  "NextToken": {},
215493
215882
  "Labels": {
@@ -215499,7 +215888,7 @@ module.exports={
215499
215888
  "type": "long"
215500
215889
  },
215501
215890
  "Label": {
215502
- "shape": "S51"
215891
+ "shape": "S5k"
215503
215892
  },
215504
215893
  "StartTimestampMillis": {
215505
215894
  "type": "long"
@@ -215516,7 +215905,7 @@ module.exports={
215516
215905
  "LabelModelVersion": {},
215517
215906
  "JobId": {},
215518
215907
  "Video": {
215519
- "shape": "S77"
215908
+ "shape": "S7y"
215520
215909
  },
215521
215910
  "JobTag": {},
215522
215911
  "GetRequestMetadata": {
@@ -215550,7 +215939,7 @@ module.exports={
215550
215939
  "JobStatus": {},
215551
215940
  "StatusMessage": {},
215552
215941
  "VideoMetadata": {
215553
- "shape": "S71"
215942
+ "shape": "S7s"
215554
215943
  },
215555
215944
  "NextToken": {},
215556
215945
  "Persons": {
@@ -215562,14 +215951,14 @@ module.exports={
215562
215951
  "type": "long"
215563
215952
  },
215564
215953
  "Person": {
215565
- "shape": "S7v"
215954
+ "shape": "S8m"
215566
215955
  }
215567
215956
  }
215568
215957
  }
215569
215958
  },
215570
215959
  "JobId": {},
215571
215960
  "Video": {
215572
- "shape": "S77"
215961
+ "shape": "S7y"
215573
215962
  },
215574
215963
  "JobTag": {}
215575
215964
  }
@@ -215597,7 +215986,7 @@ module.exports={
215597
215986
  "VideoMetadata": {
215598
215987
  "type": "list",
215599
215988
  "member": {
215600
- "shape": "S71"
215989
+ "shape": "S7s"
215601
215990
  }
215602
215991
  },
215603
215992
  "AudioMetadata": {
@@ -215681,7 +216070,7 @@ module.exports={
215681
216070
  },
215682
216071
  "JobId": {},
215683
216072
  "Video": {
215684
- "shape": "S77"
216073
+ "shape": "S7y"
215685
216074
  },
215686
216075
  "JobTag": {}
215687
216076
  }
@@ -215707,7 +216096,7 @@ module.exports={
215707
216096
  "JobStatus": {},
215708
216097
  "StatusMessage": {},
215709
216098
  "VideoMetadata": {
215710
- "shape": "S71"
216099
+ "shape": "S7s"
215711
216100
  },
215712
216101
  "TextDetections": {
215713
216102
  "type": "list",
@@ -215718,7 +216107,7 @@ module.exports={
215718
216107
  "type": "long"
215719
216108
  },
215720
216109
  "TextDetection": {
215721
- "shape": "S6h"
216110
+ "shape": "S70"
215722
216111
  }
215723
216112
  }
215724
216113
  }
@@ -215727,7 +216116,7 @@ module.exports={
215727
216116
  "TextModelVersion": {},
215728
216117
  "JobId": {},
215729
216118
  "Video": {
215730
- "shape": "S77"
216119
+ "shape": "S7y"
215731
216120
  },
215732
216121
  "JobTag": {}
215733
216122
  }
@@ -215743,11 +216132,11 @@ module.exports={
215743
216132
  "members": {
215744
216133
  "CollectionId": {},
215745
216134
  "Image": {
215746
- "shape": "S2"
216135
+ "shape": "Sh"
215747
216136
  },
215748
216137
  "ExternalImageId": {},
215749
216138
  "DetectionAttributes": {
215750
- "shape": "S4a"
216139
+ "shape": "S4t"
215751
216140
  },
215752
216141
  "MaxFaces": {
215753
216142
  "type": "integer"
@@ -215764,10 +216153,10 @@ module.exports={
215764
216153
  "type": "structure",
215765
216154
  "members": {
215766
216155
  "Face": {
215767
- "shape": "S7z"
216156
+ "shape": "S8q"
215768
216157
  },
215769
216158
  "FaceDetail": {
215770
- "shape": "S4e"
216159
+ "shape": "S4x"
215771
216160
  }
215772
216161
  }
215773
216162
  }
@@ -215784,7 +216173,7 @@ module.exports={
215784
216173
  "member": {}
215785
216174
  },
215786
216175
  "FaceDetail": {
215787
- "shape": "S4e"
216176
+ "shape": "S4x"
215788
216177
  }
215789
216178
  }
215790
216179
  }
@@ -215905,6 +216294,10 @@ module.exports={
215905
216294
  "NextToken": {},
215906
216295
  "MaxResults": {
215907
216296
  "type": "integer"
216297
+ },
216298
+ "UserId": {},
216299
+ "FaceIds": {
216300
+ "shape": "S34"
215908
216301
  }
215909
216302
  }
215910
216303
  },
@@ -215914,7 +216307,7 @@ module.exports={
215914
216307
  "Faces": {
215915
216308
  "type": "list",
215916
216309
  "member": {
215917
- "shape": "S7z"
216310
+ "shape": "S8q"
215918
216311
  }
215919
216312
  },
215920
216313
  "NextToken": {},
@@ -216002,11 +216395,42 @@ module.exports={
216002
216395
  "type": "structure",
216003
216396
  "members": {
216004
216397
  "Tags": {
216005
- "shape": "S10"
216398
+ "shape": "S1e"
216006
216399
  }
216007
216400
  }
216008
216401
  }
216009
216402
  },
216403
+ "ListUsers": {
216404
+ "input": {
216405
+ "type": "structure",
216406
+ "required": [
216407
+ "CollectionId"
216408
+ ],
216409
+ "members": {
216410
+ "CollectionId": {},
216411
+ "MaxResults": {
216412
+ "type": "integer"
216413
+ },
216414
+ "NextToken": {}
216415
+ }
216416
+ },
216417
+ "output": {
216418
+ "type": "structure",
216419
+ "members": {
216420
+ "Users": {
216421
+ "type": "list",
216422
+ "member": {
216423
+ "type": "structure",
216424
+ "members": {
216425
+ "UserId": {},
216426
+ "UserStatus": {}
216427
+ }
216428
+ }
216429
+ },
216430
+ "NextToken": {}
216431
+ }
216432
+ }
216433
+ },
216010
216434
  "PutProjectPolicy": {
216011
216435
  "input": {
216012
216436
  "type": "structure",
@@ -216037,7 +216461,7 @@ module.exports={
216037
216461
  ],
216038
216462
  "members": {
216039
216463
  "Image": {
216040
- "shape": "S2"
216464
+ "shape": "Sh"
216041
216465
  }
216042
216466
  }
216043
216467
  },
@@ -216050,18 +216474,18 @@ module.exports={
216050
216474
  "type": "structure",
216051
216475
  "members": {
216052
216476
  "Urls": {
216053
- "shape": "S6q"
216477
+ "shape": "S7h"
216054
216478
  },
216055
216479
  "Name": {},
216056
216480
  "Id": {},
216057
216481
  "Face": {
216058
- "shape": "Sg"
216482
+ "shape": "Su"
216059
216483
  },
216060
216484
  "MatchConfidence": {
216061
216485
  "type": "float"
216062
216486
  },
216063
216487
  "KnownGender": {
216064
- "shape": "S6s"
216488
+ "shape": "S7j"
216065
216489
  }
216066
216490
  }
216067
216491
  }
@@ -216069,7 +216493,7 @@ module.exports={
216069
216493
  "UnrecognizedFaces": {
216070
216494
  "type": "list",
216071
216495
  "member": {
216072
- "shape": "Sg"
216496
+ "shape": "Su"
216073
216497
  }
216074
216498
  },
216075
216499
  "OrientationCorrection": {}
@@ -216099,7 +216523,7 @@ module.exports={
216099
216523
  "members": {
216100
216524
  "SearchedFaceId": {},
216101
216525
  "FaceMatches": {
216102
- "shape": "S7x"
216526
+ "shape": "S8o"
216103
216527
  },
216104
216528
  "FaceModelVersion": {}
216105
216529
  }
@@ -216115,7 +216539,7 @@ module.exports={
216115
216539
  "members": {
216116
216540
  "CollectionId": {},
216117
216541
  "Image": {
216118
- "shape": "S2"
216542
+ "shape": "Sh"
216119
216543
  },
216120
216544
  "MaxFaces": {
216121
216545
  "type": "integer"
@@ -216130,18 +216554,112 @@ module.exports={
216130
216554
  "type": "structure",
216131
216555
  "members": {
216132
216556
  "SearchedFaceBoundingBox": {
216133
- "shape": "Sc"
216557
+ "shape": "Sq"
216134
216558
  },
216135
216559
  "SearchedFaceConfidence": {
216136
216560
  "type": "float"
216137
216561
  },
216138
216562
  "FaceMatches": {
216139
- "shape": "S7x"
216563
+ "shape": "S8o"
216140
216564
  },
216141
216565
  "FaceModelVersion": {}
216142
216566
  }
216143
216567
  }
216144
216568
  },
216569
+ "SearchUsers": {
216570
+ "input": {
216571
+ "type": "structure",
216572
+ "required": [
216573
+ "CollectionId"
216574
+ ],
216575
+ "members": {
216576
+ "CollectionId": {},
216577
+ "UserId": {},
216578
+ "FaceId": {},
216579
+ "UserMatchThreshold": {
216580
+ "type": "float"
216581
+ },
216582
+ "MaxUsers": {
216583
+ "type": "integer"
216584
+ }
216585
+ }
216586
+ },
216587
+ "output": {
216588
+ "type": "structure",
216589
+ "members": {
216590
+ "UserMatches": {
216591
+ "shape": "Sbi"
216592
+ },
216593
+ "FaceModelVersion": {},
216594
+ "SearchedFace": {
216595
+ "type": "structure",
216596
+ "members": {
216597
+ "FaceId": {}
216598
+ }
216599
+ },
216600
+ "SearchedUser": {
216601
+ "type": "structure",
216602
+ "members": {
216603
+ "UserId": {}
216604
+ }
216605
+ }
216606
+ }
216607
+ }
216608
+ },
216609
+ "SearchUsersByImage": {
216610
+ "input": {
216611
+ "type": "structure",
216612
+ "required": [
216613
+ "CollectionId",
216614
+ "Image"
216615
+ ],
216616
+ "members": {
216617
+ "CollectionId": {},
216618
+ "Image": {
216619
+ "shape": "Sh"
216620
+ },
216621
+ "UserMatchThreshold": {
216622
+ "type": "float"
216623
+ },
216624
+ "MaxUsers": {
216625
+ "type": "integer"
216626
+ },
216627
+ "QualityFilter": {}
216628
+ }
216629
+ },
216630
+ "output": {
216631
+ "type": "structure",
216632
+ "members": {
216633
+ "UserMatches": {
216634
+ "shape": "Sbi"
216635
+ },
216636
+ "FaceModelVersion": {},
216637
+ "SearchedFace": {
216638
+ "type": "structure",
216639
+ "members": {
216640
+ "FaceDetail": {
216641
+ "shape": "S4x"
216642
+ }
216643
+ }
216644
+ },
216645
+ "UnsearchedFaces": {
216646
+ "type": "list",
216647
+ "member": {
216648
+ "type": "structure",
216649
+ "members": {
216650
+ "FaceDetails": {
216651
+ "shape": "S4x"
216652
+ },
216653
+ "Reasons": {
216654
+ "type": "list",
216655
+ "member": {}
216656
+ }
216657
+ }
216658
+ }
216659
+ }
216660
+ }
216661
+ }
216662
+ },
216145
216663
  "StartCelebrityRecognition": {
216146
216664
  "input": {
216147
216665
  "type": "structure",
@@ -216150,11 +216668,11 @@ module.exports={
216150
216668
  ],
216151
216669
  "members": {
216152
216670
  "Video": {
216153
- "shape": "S77"
216671
+ "shape": "S7y"
216154
216672
  },
216155
216673
  "ClientRequestToken": {},
216156
216674
  "NotificationChannel": {
216157
- "shape": "Sal"
216675
+ "shape": "Sbv"
216158
216676
  },
216159
216677
  "JobTag": {}
216160
216678
  }
@@ -216175,14 +216693,14 @@ module.exports={
216175
216693
  ],
216176
216694
  "members": {
216177
216695
  "Video": {
216178
- "shape": "S77"
216696
+ "shape": "S7y"
216179
216697
  },
216180
216698
  "MinConfidence": {
216181
216699
  "type": "float"
216182
216700
  },
216183
216701
  "ClientRequestToken": {},
216184
216702
  "NotificationChannel": {
216185
- "shape": "Sal"
216703
+ "shape": "Sbv"
216186
216704
  },
216187
216705
  "JobTag": {}
216188
216706
  }
@@ -216203,11 +216721,11 @@ module.exports={
216203
216721
  ],
216204
216722
  "members": {
216205
216723
  "Video": {
216206
- "shape": "S77"
216724
+ "shape": "S7y"
216207
216725
  },
216208
216726
  "ClientRequestToken": {},
216209
216727
  "NotificationChannel": {
216210
- "shape": "Sal"
216728
+ "shape": "Sbv"
216211
216729
  },
216212
216730
  "FaceAttributes": {},
216213
216731
  "JobTag": {}
@@ -216230,7 +216748,7 @@ module.exports={
216230
216748
  ],
216231
216749
  "members": {
216232
216750
  "Video": {
216233
- "shape": "S77"
216751
+ "shape": "S7y"
216234
216752
  },
216235
216753
  "ClientRequestToken": {},
216236
216754
  "FaceMatchThreshold": {
@@ -216238,7 +216756,7 @@ module.exports={
216238
216756
  },
216239
216757
  "CollectionId": {},
216240
216758
  "NotificationChannel": {
216241
- "shape": "Sal"
216759
+ "shape": "Sbv"
216242
216760
  },
216243
216761
  "JobTag": {}
216244
216762
  }
@@ -216259,14 +216777,14 @@ module.exports={
216259
216777
  ],
216260
216778
  "members": {
216261
216779
  "Video": {
216262
- "shape": "S77"
216780
+ "shape": "S7y"
216263
216781
  },
216264
216782
  "ClientRequestToken": {},
216265
216783
  "MinConfidence": {
216266
216784
  "type": "float"
216267
216785
  },
216268
216786
  "NotificationChannel": {
216269
- "shape": "Sal"
216787
+ "shape": "Sbv"
216270
216788
  },
216271
216789
  "JobTag": {},
216272
216790
  "Features": {
@@ -216277,7 +216795,7 @@ module.exports={
216277
216795
  "type": "structure",
216278
216796
  "members": {
216279
216797
  "GeneralLabels": {
216280
- "shape": "S4u"
216798
+ "shape": "S5d"
216281
216799
  }
216282
216800
  }
216283
216801
  }
@@ -216299,11 +216817,11 @@ module.exports={
216299
216817
  ],
216300
216818
  "members": {
216301
216819
  "Video": {
216302
- "shape": "S77"
216820
+ "shape": "S7y"
216303
216821
  },
216304
216822
  "ClientRequestToken": {},
216305
216823
  "NotificationChannel": {
216306
- "shape": "Sal"
216824
+ "shape": "Sbv"
216307
216825
  },
216308
216826
  "JobTag": {}
216309
216827
  }
@@ -216349,11 +216867,11 @@ module.exports={
216349
216867
  ],
216350
216868
  "members": {
216351
216869
  "Video": {
216352
- "shape": "S77"
216870
+ "shape": "S7y"
216353
216871
  },
216354
216872
  "ClientRequestToken": {},
216355
216873
  "NotificationChannel": {
216356
- "shape": "Sal"
216874
+ "shape": "Sbv"
216357
216875
  },
216358
216876
  "JobTag": {},
216359
216877
  "Filters": {
@@ -216449,21 +216967,21 @@ module.exports={
216449
216967
  ],
216450
216968
  "members": {
216451
216969
  "Video": {
216452
- "shape": "S77"
216970
+ "shape": "S7y"
216453
216971
  },
216454
216972
  "ClientRequestToken": {},
216455
216973
  "NotificationChannel": {
216456
- "shape": "Sal"
216974
+ "shape": "Sbv"
216457
216975
  },
216458
216976
  "JobTag": {},
216459
216977
  "Filters": {
216460
216978
  "type": "structure",
216461
216979
  "members": {
216462
216980
  "WordFilter": {
216463
- "shape": "S6c"
216981
+ "shape": "S6v"
216464
216982
  },
216465
216983
  "RegionsOfInterest": {
216466
- "shape": "S2e"
216984
+ "shape": "S2q"
216467
216985
  }
216468
216986
  }
216469
216987
  }
@@ -216519,7 +217037,7 @@ module.exports={
216519
217037
  "members": {
216520
217038
  "ResourceArn": {},
216521
217039
  "Tags": {
216522
- "shape": "S10"
217040
+ "shape": "S1e"
216523
217041
  }
216524
217042
  }
216525
217043
  },
@@ -216590,7 +217108,7 @@ module.exports={
216590
217108
  "type": "structure",
216591
217109
  "members": {
216592
217110
  "Labels": {
216593
- "shape": "S29"
217111
+ "shape": "S2l"
216594
217112
  },
216595
217113
  "MinConfidence": {
216596
217114
  "type": "float"
@@ -216600,10 +217118,10 @@ module.exports={
216600
217118
  }
216601
217119
  },
216602
217120
  "RegionsOfInterestForUpdate": {
216603
- "shape": "S2e"
217121
+ "shape": "S2q"
216604
217122
  },
216605
217123
  "DataSharingPreferenceForUpdate": {
216606
- "shape": "S2i"
217124
+ "shape": "S2u"
216607
217125
  },
216608
217126
  "ParametersToDelete": {
216609
217127
  "type": "list",
@@ -216618,18 +217136,22 @@ module.exports={
216618
217136
  }
216619
217137
  },
216620
217138
  "shapes": {
216621
- "S2": {
217139
+ "S4": {
217140
+ "type": "list",
217141
+ "member": {}
217142
+ },
217143
+ "Sh": {
216622
217144
  "type": "structure",
216623
217145
  "members": {
216624
217146
  "Bytes": {
216625
217147
  "type": "blob"
216626
217148
  },
216627
217149
  "S3Object": {
216628
- "shape": "S4"
217150
+ "shape": "Sj"
216629
217151
  }
216630
217152
  }
216631
217153
  },
216632
- "S4": {
217154
+ "Sj": {
216633
217155
  "type": "structure",
216634
217156
  "members": {
216635
217157
  "Bucket": {},
@@ -216637,7 +217159,7 @@ module.exports={
216637
217159
  "Version": {}
216638
217160
  }
216639
217161
  },
216640
- "Sc": {
217162
+ "Sq": {
216641
217163
  "type": "structure",
216642
217164
  "members": {
216643
217165
  "Width": {
@@ -216654,33 +217176,33 @@ module.exports={
216654
217176
  }
216655
217177
  }
216656
217178
  },
216657
- "Sg": {
217179
+ "Su": {
216658
217180
  "type": "structure",
216659
217181
  "members": {
216660
217182
  "BoundingBox": {
216661
- "shape": "Sc"
217183
+ "shape": "Sq"
216662
217184
  },
216663
217185
  "Confidence": {
216664
217186
  "type": "float"
216665
217187
  },
216666
217188
  "Landmarks": {
216667
- "shape": "Sh"
217189
+ "shape": "Sv"
216668
217190
  },
216669
217191
  "Pose": {
216670
- "shape": "Sk"
217192
+ "shape": "Sy"
216671
217193
  },
216672
217194
  "Quality": {
216673
- "shape": "Sm"
217195
+ "shape": "S10"
216674
217196
  },
216675
217197
  "Emotions": {
216676
- "shape": "Sn"
217198
+ "shape": "S11"
216677
217199
  },
216678
217200
  "Smile": {
216679
- "shape": "Sq"
217201
+ "shape": "S14"
216680
217202
  }
216681
217203
  }
216682
217204
  },
216683
- "Sh": {
217205
+ "Sv": {
216684
217206
  "type": "list",
216685
217207
  "member": {
216686
217208
  "type": "structure",
@@ -216695,7 +217217,7 @@ module.exports={
216695
217217
  }
216696
217218
  }
216697
217219
  },
216698
- "Sk": {
217220
+ "Sy": {
216699
217221
  "type": "structure",
216700
217222
  "members": {
216701
217223
  "Roll": {
@@ -216709,7 +217231,7 @@ module.exports={
216709
217231
  }
216710
217232
  }
216711
217233
  },
216712
- "Sm": {
217234
+ "S10": {
216713
217235
  "type": "structure",
216714
217236
  "members": {
216715
217237
  "Brightness": {
@@ -216720,7 +217242,7 @@ module.exports={
216720
217242
  }
216721
217243
  }
216722
217244
  },
216723
- "Sn": {
217245
+ "S11": {
216724
217246
  "type": "list",
216725
217247
  "member": {
216726
217248
  "type": "structure",
@@ -216732,7 +217254,7 @@ module.exports={
216732
217254
  }
216733
217255
  }
216734
217256
  },
216735
- "Sq": {
217257
+ "S14": {
216736
217258
  "type": "structure",
216737
217259
  "members": {
216738
217260
  "Value": {
@@ -216743,57 +217265,57 @@ module.exports={
216743
217265
  }
216744
217266
  }
216745
217267
  },
216746
- "Sy": {
217268
+ "S1c": {
216747
217269
  "type": "structure",
216748
217270
  "members": {
216749
217271
  "S3Bucket": {},
216750
217272
  "S3KeyPrefix": {}
216751
217273
  }
216752
217274
  },
216753
- "S10": {
217275
+ "S1e": {
216754
217276
  "type": "map",
216755
217277
  "key": {},
216756
217278
  "value": {}
216757
217279
  },
216758
- "S1c": {
217280
+ "S1p": {
216759
217281
  "type": "structure",
216760
217282
  "members": {
216761
217283
  "S3Object": {
216762
- "shape": "S4"
217284
+ "shape": "Sj"
216763
217285
  }
216764
217286
  }
216765
217287
  },
216766
- "S1s": {
217288
+ "S24": {
216767
217289
  "type": "structure",
216768
217290
  "members": {
216769
217291
  "Assets": {
216770
- "shape": "S1t"
217292
+ "shape": "S25"
216771
217293
  }
216772
217294
  }
216773
217295
  },
216774
- "S1t": {
217296
+ "S25": {
216775
217297
  "type": "list",
216776
217298
  "member": {
216777
217299
  "type": "structure",
216778
217300
  "members": {
216779
217301
  "GroundTruthManifest": {
216780
- "shape": "S1c"
217302
+ "shape": "S1p"
216781
217303
  }
216782
217304
  }
216783
217305
  }
216784
217306
  },
216785
- "S1v": {
217307
+ "S27": {
216786
217308
  "type": "structure",
216787
217309
  "members": {
216788
217310
  "Assets": {
216789
- "shape": "S1t"
217311
+ "shape": "S25"
216790
217312
  },
216791
217313
  "AutoCreate": {
216792
217314
  "type": "boolean"
216793
217315
  }
216794
217316
  }
216795
217317
  },
216796
- "S1y": {
217318
+ "S2a": {
216797
217319
  "type": "structure",
216798
217320
  "members": {
216799
217321
  "KinesisVideoStream": {
@@ -216804,7 +217326,7 @@ module.exports={
216804
217326
  }
216805
217327
  }
216806
217328
  },
216807
- "S21": {
217329
+ "S2d": {
216808
217330
  "type": "structure",
216809
217331
  "members": {
216810
217332
  "KinesisDataStream": {
@@ -216822,7 +217344,7 @@ module.exports={
216822
217344
  }
216823
217345
  }
216824
217346
  },
216825
- "S26": {
217347
+ "S2i": {
216826
217348
  "type": "structure",
216827
217349
  "members": {
216828
217350
  "FaceSearch": {
@@ -216841,7 +217363,7 @@ module.exports={
216841
217363
  ],
216842
217364
  "members": {
216843
217365
  "Labels": {
216844
- "shape": "S29"
217366
+ "shape": "S2l"
216845
217367
  },
216846
217368
  "MinConfidence": {
216847
217369
  "type": "float"
@@ -216850,11 +217372,11 @@ module.exports={
216850
217372
  }
216851
217373
  }
216852
217374
  },
216853
- "S29": {
217375
+ "S2l": {
216854
217376
  "type": "list",
216855
217377
  "member": {}
216856
217378
  },
216857
- "S2c": {
217379
+ "S2o": {
216858
217380
  "type": "structure",
216859
217381
  "required": [
216860
217382
  "SNSTopicArn"
@@ -216863,21 +217385,21 @@ module.exports={
216863
217385
  "SNSTopicArn": {}
216864
217386
  }
216865
217387
  },
216866
- "S2e": {
217388
+ "S2q": {
216867
217389
  "type": "list",
216868
217390
  "member": {
216869
217391
  "type": "structure",
216870
217392
  "members": {
216871
217393
  "BoundingBox": {
216872
- "shape": "Sc"
217394
+ "shape": "Sq"
216873
217395
  },
216874
217396
  "Polygon": {
216875
- "shape": "S2g"
217397
+ "shape": "S2s"
216876
217398
  }
216877
217399
  }
216878
217400
  }
216879
217401
  },
216880
- "S2g": {
217402
+ "S2s": {
216881
217403
  "type": "list",
216882
217404
  "member": {
216883
217405
  "type": "structure",
@@ -216891,7 +217413,7 @@ module.exports={
216891
217413
  }
216892
217414
  }
216893
217415
  },
216894
- "S2i": {
217416
+ "S2u": {
216895
217417
  "type": "structure",
216896
217418
  "required": [
216897
217419
  "OptIn"
@@ -216902,38 +217424,38 @@ module.exports={
216902
217424
  }
216903
217425
  }
216904
217426
  },
216905
- "S2q": {
217427
+ "S34": {
216906
217428
  "type": "list",
216907
217429
  "member": {}
216908
217430
  },
216909
- "S3p": {
217431
+ "S48": {
216910
217432
  "type": "structure",
216911
217433
  "members": {
216912
217434
  "Assets": {
216913
- "shape": "S1t"
217435
+ "shape": "S25"
216914
217436
  }
216915
217437
  }
216916
217438
  },
216917
- "S48": {
217439
+ "S4r": {
216918
217440
  "type": "structure",
216919
217441
  "members": {
216920
217442
  "BoundingBox": {
216921
- "shape": "Sc"
217443
+ "shape": "Sq"
216922
217444
  },
216923
217445
  "Polygon": {
216924
- "shape": "S2g"
217446
+ "shape": "S2s"
216925
217447
  }
216926
217448
  }
216927
217449
  },
216928
- "S4a": {
217450
+ "S4t": {
216929
217451
  "type": "list",
216930
217452
  "member": {}
216931
217453
  },
216932
- "S4e": {
217454
+ "S4x": {
216933
217455
  "type": "structure",
216934
217456
  "members": {
216935
217457
  "BoundingBox": {
216936
- "shape": "Sc"
217458
+ "shape": "Sq"
216937
217459
  },
216938
217460
  "AgeRange": {
216939
217461
  "type": "structure",
@@ -216947,7 +217469,7 @@ module.exports={
216947
217469
  }
216948
217470
  },
216949
217471
  "Smile": {
216950
- "shape": "Sq"
217472
+ "shape": "S14"
216951
217473
  },
216952
217474
  "Eyeglasses": {
216953
217475
  "type": "structure",
@@ -217025,16 +217547,16 @@ module.exports={
217025
217547
  }
217026
217548
  },
217027
217549
  "Emotions": {
217028
- "shape": "Sn"
217550
+ "shape": "S11"
217029
217551
  },
217030
217552
  "Landmarks": {
217031
- "shape": "Sh"
217553
+ "shape": "Sv"
217032
217554
  },
217033
217555
  "Pose": {
217034
- "shape": "Sk"
217556
+ "shape": "Sy"
217035
217557
  },
217036
217558
  "Quality": {
217037
- "shape": "Sm"
217559
+ "shape": "S10"
217038
217560
  },
217039
217561
  "Confidence": {
217040
217562
  "type": "float"
@@ -217066,28 +217588,28 @@ module.exports={
217066
217588
  }
217067
217589
  }
217068
217590
  },
217069
- "S4u": {
217591
+ "S5d": {
217070
217592
  "type": "structure",
217071
217593
  "members": {
217072
217594
  "LabelInclusionFilters": {
217073
- "shape": "S4v"
217595
+ "shape": "S5e"
217074
217596
  },
217075
217597
  "LabelExclusionFilters": {
217076
- "shape": "S4v"
217598
+ "shape": "S5e"
217077
217599
  },
217078
217600
  "LabelCategoryInclusionFilters": {
217079
- "shape": "S4v"
217601
+ "shape": "S5e"
217080
217602
  },
217081
217603
  "LabelCategoryExclusionFilters": {
217082
- "shape": "S4v"
217604
+ "shape": "S5e"
217083
217605
  }
217084
217606
  }
217085
217607
  },
217086
- "S4v": {
217608
+ "S5e": {
217087
217609
  "type": "list",
217088
217610
  "member": {}
217089
217611
  },
217090
- "S51": {
217612
+ "S5k": {
217091
217613
  "type": "structure",
217092
217614
  "members": {
217093
217615
  "Name": {},
@@ -217100,13 +217622,13 @@ module.exports={
217100
217622
  "type": "structure",
217101
217623
  "members": {
217102
217624
  "BoundingBox": {
217103
- "shape": "Sc"
217625
+ "shape": "Sq"
217104
217626
  },
217105
217627
  "Confidence": {
217106
217628
  "type": "float"
217107
217629
  },
217108
217630
  "DominantColors": {
217109
- "shape": "S54"
217631
+ "shape": "S5n"
217110
217632
  }
217111
217633
  }
217112
217634
  }
@@ -217140,7 +217662,7 @@ module.exports={
217140
217662
  }
217141
217663
  }
217142
217664
  },
217143
- "S54": {
217665
+ "S5n": {
217144
217666
  "type": "list",
217145
217667
  "member": {
217146
217668
  "type": "structure",
@@ -217163,7 +217685,7 @@ module.exports={
217163
217685
  }
217164
217686
  }
217165
217687
  },
217166
- "S5d": {
217688
+ "S5w": {
217167
217689
  "type": "structure",
217168
217690
  "members": {
217169
217691
  "Brightness": {
@@ -217177,7 +217699,7 @@ module.exports={
217177
217699
  }
217178
217700
  }
217179
217701
  },
217180
- "S5p": {
217702
+ "S68": {
217181
217703
  "type": "structure",
217182
217704
  "members": {
217183
217705
  "Confidence": {
@@ -217187,13 +217709,13 @@ module.exports={
217187
217709
  "ParentName": {}
217188
217710
  }
217189
217711
  },
217190
- "S69": {
217712
+ "S6s": {
217191
217713
  "type": "list",
217192
217714
  "member": {
217193
217715
  "type": "integer"
217194
217716
  }
217195
217717
  },
217196
- "S6c": {
217718
+ "S6v": {
217197
217719
  "type": "structure",
217198
217720
  "members": {
217199
217721
  "MinConfidence": {
@@ -217207,7 +217729,7 @@ module.exports={
217207
217729
  }
217208
217730
  }
217209
217731
  },
217210
- "S6h": {
217732
+ "S70": {
217211
217733
  "type": "structure",
217212
217734
  "members": {
217213
217735
  "DetectedText": {},
@@ -217222,21 +217744,21 @@ module.exports={
217222
217744
  "type": "float"
217223
217745
  },
217224
217746
  "Geometry": {
217225
- "shape": "S48"
217747
+ "shape": "S4r"
217226
217748
  }
217227
217749
  }
217228
217750
  },
217229
- "S6q": {
217751
+ "S7h": {
217230
217752
  "type": "list",
217231
217753
  "member": {}
217232
217754
  },
217233
- "S6s": {
217755
+ "S7j": {
217234
217756
  "type": "structure",
217235
217757
  "members": {
217236
217758
  "Type": {}
217237
217759
  }
217238
217760
  },
217239
- "S71": {
217761
+ "S7s": {
217240
217762
  "type": "structure",
217241
217763
  "members": {
217242
217764
  "Codec": {},
@@ -217256,15 +217778,15 @@ module.exports={
217256
217778
  "ColorRange": {}
217257
217779
  }
217258
217780
  },
217259
- "S77": {
217781
+ "S7y": {
217260
217782
  "type": "structure",
217261
217783
  "members": {
217262
217784
  "S3Object": {
217263
- "shape": "S4"
217785
+ "shape": "Sj"
217264
217786
  }
217265
217787
  }
217266
217788
  },
217267
- "S7n": {
217789
+ "S8e": {
217268
217790
  "type": "structure",
217269
217791
  "members": {
217270
217792
  "Bytes": {
@@ -217272,28 +217794,28 @@ module.exports={
217272
217794
  "sensitive": true
217273
217795
  },
217274
217796
  "S3Object": {
217275
- "shape": "S4"
217797
+ "shape": "Sj"
217276
217798
  },
217277
217799
  "BoundingBox": {
217278
- "shape": "Sc"
217800
+ "shape": "Sq"
217279
217801
  }
217280
217802
  }
217281
217803
  },
217282
- "S7v": {
217804
+ "S8m": {
217283
217805
  "type": "structure",
217284
217806
  "members": {
217285
217807
  "Index": {
217286
217808
  "type": "long"
217287
217809
  },
217288
217810
  "BoundingBox": {
217289
- "shape": "Sc"
217811
+ "shape": "Sq"
217290
217812
  },
217291
217813
  "Face": {
217292
- "shape": "S4e"
217814
+ "shape": "S4x"
217293
217815
  }
217294
217816
  }
217295
217817
  },
217296
- "S7x": {
217818
+ "S8o": {
217297
217819
  "type": "list",
217298
217820
  "member": {
217299
217821
  "type": "structure",
@@ -217302,27 +217824,46 @@ module.exports={
217302
217824
  "type": "float"
217303
217825
  },
217304
217826
  "Face": {
217305
- "shape": "S7z"
217827
+ "shape": "S8q"
217306
217828
  }
217307
217829
  }
217308
217830
  }
217309
217831
  },
217310
- "S7z": {
217832
+ "S8q": {
217311
217833
  "type": "structure",
217312
217834
  "members": {
217313
217835
  "FaceId": {},
217314
217836
  "BoundingBox": {
217315
- "shape": "Sc"
217837
+ "shape": "Sq"
217316
217838
  },
217317
217839
  "ImageId": {},
217318
217840
  "ExternalImageId": {},
217319
217841
  "Confidence": {
217320
217842
  "type": "float"
217321
217843
  },
217322
- "IndexFacesModelVersion": {}
217844
+ "IndexFacesModelVersion": {},
217845
+ "UserId": {}
217323
217846
  }
217324
217847
  },
217325
- "Sal": {
217848
+ "Sbi": {
217849
+ "type": "list",
217850
+ "member": {
217851
+ "type": "structure",
217852
+ "members": {
217853
+ "Similarity": {
217854
+ "type": "float"
217855
+ },
217856
+ "User": {
217857
+ "type": "structure",
217858
+ "members": {
217859
+ "UserId": {},
217860
+ "UserStatus": {}
217861
+ }
217862
+ }
217863
+ }
217864
+ }
217865
+ },
217866
+ "Sbv": {
217326
217867
  "type": "structure",
217327
217868
  "required": [
217328
217869
  "SNSTopicArn",
@@ -217424,6 +217965,12 @@ module.exports={
217424
217965
  "input_token": "NextToken",
217425
217966
  "limit_key": "MaxResults",
217426
217967
  "output_token": "NextToken"
217968
+ },
217969
+ "ListUsers": {
217970
+ "input_token": "NextToken",
217971
+ "limit_key": "MaxResults",
217972
+ "output_token": "NextToken",
217973
+ "result_key": "Users"
217427
217974
  }
217428
217975
  }
217429
217976
  }
@@ -258781,7 +259328,7 @@ AWS.util.update(AWS, {
258781
259328
  /**
258782
259329
  * @constant
258783
259330
  */
258784
- VERSION: '2.1394.0',
259331
+ VERSION: '2.1396.0',
258785
259332
 
258786
259333
  /**
258787
259334
  * @api private
@@ -280950,7 +281497,7 @@ var LRUCache = /** @class */ (function () {
280950
281497
  }());
280951
281498
  exports.LRUCache = LRUCache;
280952
281499
  },{}],466:[function(require,module,exports){
280953
- // AWS SDK for JavaScript v2.1394.0
281500
+ // AWS SDK for JavaScript v2.1396.0
280954
281501
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280955
281502
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280956
281503
  require('./browser_loader');