aws-sdk 2.1395.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/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +362 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +6 -0
- package/apis/fsx-2018-03-01.min.json +82 -75
- package/apis/opensearch-2021-01-01.min.json +86 -77
- package/apis/rekognition-2016-06-27.examples.json +286 -109
- package/apis/rekognition-2016-06-27.min.json +530 -217
- package/apis/rekognition-2016-06-27.paginators.json +6 -0
- package/clients/amplifyuibuilder.d.ts +358 -2
- package/clients/dynamodb.d.ts +2 -2
- package/clients/dynamodbstreams.d.ts +4 -4
- package/clients/fsx.d.ts +44 -24
- package/clients/opensearch.d.ts +16 -1
- package/clients/rekognition.d.ts +407 -0
- package/clients/sagemaker.d.ts +13 -13
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +539 -220
- package/dist/aws-sdk.min.js +27 -27
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
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){
|
@@ -214365,6 +214365,61 @@ module.exports={
|
|
214365
214365
|
"uid": "rekognition-2016-06-27"
|
214366
214366
|
},
|
214367
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
|
+
},
|
214368
214423
|
"CompareFaces": {
|
214369
214424
|
"input": {
|
214370
214425
|
"type": "structure",
|
@@ -214374,10 +214429,10 @@ module.exports={
|
|
214374
214429
|
],
|
214375
214430
|
"members": {
|
214376
214431
|
"SourceImage": {
|
214377
|
-
"shape": "
|
214432
|
+
"shape": "Sh"
|
214378
214433
|
},
|
214379
214434
|
"TargetImage": {
|
214380
|
-
"shape": "
|
214435
|
+
"shape": "Sh"
|
214381
214436
|
},
|
214382
214437
|
"SimilarityThreshold": {
|
214383
214438
|
"type": "float"
|
@@ -214392,7 +214447,7 @@ module.exports={
|
|
214392
214447
|
"type": "structure",
|
214393
214448
|
"members": {
|
214394
214449
|
"BoundingBox": {
|
214395
|
-
"shape": "
|
214450
|
+
"shape": "Sq"
|
214396
214451
|
},
|
214397
214452
|
"Confidence": {
|
214398
214453
|
"type": "float"
|
@@ -214408,7 +214463,7 @@ module.exports={
|
|
214408
214463
|
"type": "float"
|
214409
214464
|
},
|
214410
214465
|
"Face": {
|
214411
|
-
"shape": "
|
214466
|
+
"shape": "Su"
|
214412
214467
|
}
|
214413
214468
|
}
|
214414
214469
|
}
|
@@ -214416,7 +214471,7 @@ module.exports={
|
|
214416
214471
|
"UnmatchedFaces": {
|
214417
214472
|
"type": "list",
|
214418
214473
|
"member": {
|
214419
|
-
"shape": "
|
214474
|
+
"shape": "Su"
|
214420
214475
|
}
|
214421
214476
|
},
|
214422
214477
|
"SourceImageOrientationCorrection": {},
|
@@ -214440,10 +214495,10 @@ module.exports={
|
|
214440
214495
|
"DestinationProjectArn": {},
|
214441
214496
|
"VersionName": {},
|
214442
214497
|
"OutputConfig": {
|
214443
|
-
"shape": "
|
214498
|
+
"shape": "S1c"
|
214444
214499
|
},
|
214445
214500
|
"Tags": {
|
214446
|
-
"shape": "
|
214501
|
+
"shape": "S1e"
|
214447
214502
|
},
|
214448
214503
|
"KmsKeyId": {}
|
214449
214504
|
}
|
@@ -214464,7 +214519,7 @@ module.exports={
|
|
214464
214519
|
"members": {
|
214465
214520
|
"CollectionId": {},
|
214466
214521
|
"Tags": {
|
214467
|
-
"shape": "
|
214522
|
+
"shape": "S1e"
|
214468
214523
|
}
|
214469
214524
|
}
|
214470
214525
|
},
|
@@ -214491,7 +214546,7 @@ module.exports={
|
|
214491
214546
|
"type": "structure",
|
214492
214547
|
"members": {
|
214493
214548
|
"GroundTruthManifest": {
|
214494
|
-
"shape": "
|
214549
|
+
"shape": "S1p"
|
214495
214550
|
},
|
214496
214551
|
"DatasetArn": {}
|
214497
214552
|
}
|
@@ -214573,16 +214628,16 @@ module.exports={
|
|
214573
214628
|
"ProjectArn": {},
|
214574
214629
|
"VersionName": {},
|
214575
214630
|
"OutputConfig": {
|
214576
|
-
"shape": "
|
214631
|
+
"shape": "S1c"
|
214577
214632
|
},
|
214578
214633
|
"TrainingData": {
|
214579
|
-
"shape": "
|
214634
|
+
"shape": "S24"
|
214580
214635
|
},
|
214581
214636
|
"TestingData": {
|
214582
|
-
"shape": "
|
214637
|
+
"shape": "S27"
|
214583
214638
|
},
|
214584
214639
|
"Tags": {
|
214585
|
-
"shape": "
|
214640
|
+
"shape": "S1e"
|
214586
214641
|
},
|
214587
214642
|
"KmsKeyId": {}
|
214588
214643
|
}
|
@@ -214606,28 +214661,28 @@ module.exports={
|
|
214606
214661
|
],
|
214607
214662
|
"members": {
|
214608
214663
|
"Input": {
|
214609
|
-
"shape": "
|
214664
|
+
"shape": "S2a"
|
214610
214665
|
},
|
214611
214666
|
"Output": {
|
214612
|
-
"shape": "
|
214667
|
+
"shape": "S2d"
|
214613
214668
|
},
|
214614
214669
|
"Name": {},
|
214615
214670
|
"Settings": {
|
214616
|
-
"shape": "
|
214671
|
+
"shape": "S2i"
|
214617
214672
|
},
|
214618
214673
|
"RoleArn": {},
|
214619
214674
|
"Tags": {
|
214620
|
-
"shape": "
|
214675
|
+
"shape": "S1e"
|
214621
214676
|
},
|
214622
214677
|
"NotificationChannel": {
|
214623
|
-
"shape": "
|
214678
|
+
"shape": "S2o"
|
214624
214679
|
},
|
214625
214680
|
"KmsKeyId": {},
|
214626
214681
|
"RegionsOfInterest": {
|
214627
|
-
"shape": "
|
214682
|
+
"shape": "S2q"
|
214628
214683
|
},
|
214629
214684
|
"DataSharingPreference": {
|
214630
|
-
"shape": "
|
214685
|
+
"shape": "S2u"
|
214631
214686
|
}
|
214632
214687
|
}
|
214633
214688
|
},
|
@@ -214638,6 +214693,26 @@ module.exports={
|
|
214638
214693
|
}
|
214639
214694
|
}
|
214640
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
|
+
},
|
214641
214716
|
"DeleteCollection": {
|
214642
214717
|
"input": {
|
214643
214718
|
"type": "structure",
|
@@ -214682,7 +214757,7 @@ module.exports={
|
|
214682
214757
|
"members": {
|
214683
214758
|
"CollectionId": {},
|
214684
214759
|
"FaceIds": {
|
214685
|
-
"shape": "
|
214760
|
+
"shape": "S34"
|
214686
214761
|
}
|
214687
214762
|
}
|
214688
214763
|
},
|
@@ -214690,7 +214765,21 @@ module.exports={
|
|
214690
214765
|
"type": "structure",
|
214691
214766
|
"members": {
|
214692
214767
|
"DeletedFaces": {
|
214693
|
-
"shape": "
|
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
|
+
}
|
214694
214783
|
}
|
214695
214784
|
}
|
214696
214785
|
}
|
@@ -214762,6 +214851,26 @@ module.exports={
|
|
214762
214851
|
"members": {}
|
214763
214852
|
}
|
214764
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
|
+
},
|
214765
214874
|
"DescribeCollection": {
|
214766
214875
|
"input": {
|
214767
214876
|
"type": "structure",
|
@@ -214782,6 +214891,9 @@ module.exports={
|
|
214782
214891
|
"CollectionARN": {},
|
214783
214892
|
"CreationTimestamp": {
|
214784
214893
|
"type": "timestamp"
|
214894
|
+
},
|
214895
|
+
"UserCount": {
|
214896
|
+
"type": "long"
|
214785
214897
|
}
|
214786
214898
|
}
|
214787
214899
|
}
|
@@ -214875,19 +214987,19 @@ module.exports={
|
|
214875
214987
|
"type": "timestamp"
|
214876
214988
|
},
|
214877
214989
|
"OutputConfig": {
|
214878
|
-
"shape": "
|
214990
|
+
"shape": "S1c"
|
214879
214991
|
},
|
214880
214992
|
"TrainingDataResult": {
|
214881
214993
|
"type": "structure",
|
214882
214994
|
"members": {
|
214883
214995
|
"Input": {
|
214884
|
-
"shape": "
|
214996
|
+
"shape": "S24"
|
214885
214997
|
},
|
214886
214998
|
"Output": {
|
214887
|
-
"shape": "
|
214999
|
+
"shape": "S24"
|
214888
215000
|
},
|
214889
215001
|
"Validation": {
|
214890
|
-
"shape": "
|
215002
|
+
"shape": "S48"
|
214891
215003
|
}
|
214892
215004
|
}
|
214893
215005
|
},
|
@@ -214895,13 +215007,13 @@ module.exports={
|
|
214895
215007
|
"type": "structure",
|
214896
215008
|
"members": {
|
214897
215009
|
"Input": {
|
214898
|
-
"shape": "
|
215010
|
+
"shape": "S27"
|
214899
215011
|
},
|
214900
215012
|
"Output": {
|
214901
|
-
"shape": "
|
215013
|
+
"shape": "S27"
|
214902
215014
|
},
|
214903
215015
|
"Validation": {
|
214904
|
-
"shape": "
|
215016
|
+
"shape": "S48"
|
214905
215017
|
}
|
214906
215018
|
}
|
214907
215019
|
},
|
@@ -214915,14 +215027,14 @@ module.exports={
|
|
214915
215027
|
"type": "structure",
|
214916
215028
|
"members": {
|
214917
215029
|
"S3Object": {
|
214918
|
-
"shape": "
|
215030
|
+
"shape": "Sj"
|
214919
215031
|
}
|
214920
215032
|
}
|
214921
215033
|
}
|
214922
215034
|
}
|
214923
215035
|
},
|
214924
215036
|
"ManifestSummary": {
|
214925
|
-
"shape": "
|
215037
|
+
"shape": "S1p"
|
214926
215038
|
},
|
214927
215039
|
"KmsKeyId": {},
|
214928
215040
|
"MaxInferenceUnits": {
|
@@ -215010,24 +215122,24 @@ module.exports={
|
|
215010
215122
|
"type": "timestamp"
|
215011
215123
|
},
|
215012
215124
|
"Input": {
|
215013
|
-
"shape": "
|
215125
|
+
"shape": "S2a"
|
215014
215126
|
},
|
215015
215127
|
"Output": {
|
215016
|
-
"shape": "
|
215128
|
+
"shape": "S2d"
|
215017
215129
|
},
|
215018
215130
|
"RoleArn": {},
|
215019
215131
|
"Settings": {
|
215020
|
-
"shape": "
|
215132
|
+
"shape": "S2i"
|
215021
215133
|
},
|
215022
215134
|
"NotificationChannel": {
|
215023
|
-
"shape": "
|
215135
|
+
"shape": "S2o"
|
215024
215136
|
},
|
215025
215137
|
"KmsKeyId": {},
|
215026
215138
|
"RegionsOfInterest": {
|
215027
|
-
"shape": "
|
215139
|
+
"shape": "S2q"
|
215028
215140
|
},
|
215029
215141
|
"DataSharingPreference": {
|
215030
|
-
"shape": "
|
215142
|
+
"shape": "S2u"
|
215031
215143
|
}
|
215032
215144
|
}
|
215033
215145
|
}
|
@@ -215042,7 +215154,7 @@ module.exports={
|
|
215042
215154
|
"members": {
|
215043
215155
|
"ProjectVersionArn": {},
|
215044
215156
|
"Image": {
|
215045
|
-
"shape": "
|
215157
|
+
"shape": "Sh"
|
215046
215158
|
},
|
215047
215159
|
"MaxResults": {
|
215048
215160
|
"type": "integer"
|
@@ -215065,7 +215177,7 @@ module.exports={
|
|
215065
215177
|
"type": "float"
|
215066
215178
|
},
|
215067
215179
|
"Geometry": {
|
215068
|
-
"shape": "
|
215180
|
+
"shape": "S4r"
|
215069
215181
|
}
|
215070
215182
|
}
|
215071
215183
|
}
|
@@ -215081,10 +215193,10 @@ module.exports={
|
|
215081
215193
|
],
|
215082
215194
|
"members": {
|
215083
215195
|
"Image": {
|
215084
|
-
"shape": "
|
215196
|
+
"shape": "Sh"
|
215085
215197
|
},
|
215086
215198
|
"Attributes": {
|
215087
|
-
"shape": "
|
215199
|
+
"shape": "S4t"
|
215088
215200
|
}
|
215089
215201
|
}
|
215090
215202
|
},
|
@@ -215094,7 +215206,7 @@ module.exports={
|
|
215094
215206
|
"FaceDetails": {
|
215095
215207
|
"type": "list",
|
215096
215208
|
"member": {
|
215097
|
-
"shape": "
|
215209
|
+
"shape": "S4x"
|
215098
215210
|
}
|
215099
215211
|
},
|
215100
215212
|
"OrientationCorrection": {}
|
@@ -215109,7 +215221,7 @@ module.exports={
|
|
215109
215221
|
],
|
215110
215222
|
"members": {
|
215111
215223
|
"Image": {
|
215112
|
-
"shape": "
|
215224
|
+
"shape": "Sh"
|
215113
215225
|
},
|
215114
215226
|
"MaxLabels": {
|
215115
215227
|
"type": "integer"
|
@@ -215125,7 +215237,7 @@ module.exports={
|
|
215125
215237
|
"type": "structure",
|
215126
215238
|
"members": {
|
215127
215239
|
"GeneralLabels": {
|
215128
|
-
"shape": "
|
215240
|
+
"shape": "S5d"
|
215129
215241
|
},
|
215130
215242
|
"ImageProperties": {
|
215131
215243
|
"type": "structure",
|
@@ -215145,7 +215257,7 @@ module.exports={
|
|
215145
215257
|
"Labels": {
|
215146
215258
|
"type": "list",
|
215147
215259
|
"member": {
|
215148
|
-
"shape": "
|
215260
|
+
"shape": "S5k"
|
215149
215261
|
}
|
215150
215262
|
},
|
215151
215263
|
"OrientationCorrection": {},
|
@@ -215154,19 +215266,19 @@ module.exports={
|
|
215154
215266
|
"type": "structure",
|
215155
215267
|
"members": {
|
215156
215268
|
"Quality": {
|
215157
|
-
"shape": "
|
215269
|
+
"shape": "S5w"
|
215158
215270
|
},
|
215159
215271
|
"DominantColors": {
|
215160
|
-
"shape": "
|
215272
|
+
"shape": "S5n"
|
215161
215273
|
},
|
215162
215274
|
"Foreground": {
|
215163
215275
|
"type": "structure",
|
215164
215276
|
"members": {
|
215165
215277
|
"Quality": {
|
215166
|
-
"shape": "
|
215278
|
+
"shape": "S5w"
|
215167
215279
|
},
|
215168
215280
|
"DominantColors": {
|
215169
|
-
"shape": "
|
215281
|
+
"shape": "S5n"
|
215170
215282
|
}
|
215171
215283
|
}
|
215172
215284
|
},
|
@@ -215174,10 +215286,10 @@ module.exports={
|
|
215174
215286
|
"type": "structure",
|
215175
215287
|
"members": {
|
215176
215288
|
"Quality": {
|
215177
|
-
"shape": "
|
215289
|
+
"shape": "S5w"
|
215178
215290
|
},
|
215179
215291
|
"DominantColors": {
|
215180
|
-
"shape": "
|
215292
|
+
"shape": "S5n"
|
215181
215293
|
}
|
215182
215294
|
}
|
215183
215295
|
}
|
@@ -215194,7 +215306,7 @@ module.exports={
|
|
215194
215306
|
],
|
215195
215307
|
"members": {
|
215196
215308
|
"Image": {
|
215197
|
-
"shape": "
|
215309
|
+
"shape": "Sh"
|
215198
215310
|
},
|
215199
215311
|
"MinConfidence": {
|
215200
215312
|
"type": "float"
|
@@ -215227,7 +215339,7 @@ module.exports={
|
|
215227
215339
|
"ModerationLabels": {
|
215228
215340
|
"type": "list",
|
215229
215341
|
"member": {
|
215230
|
-
"shape": "
|
215342
|
+
"shape": "S68"
|
215231
215343
|
}
|
215232
215344
|
},
|
215233
215345
|
"ModerationModelVersion": {},
|
@@ -215255,7 +215367,7 @@ module.exports={
|
|
215255
215367
|
],
|
215256
215368
|
"members": {
|
215257
215369
|
"Image": {
|
215258
|
-
"shape": "
|
215370
|
+
"shape": "Sh"
|
215259
215371
|
},
|
215260
215372
|
"SummarizationAttributes": {
|
215261
215373
|
"type": "structure",
|
@@ -215299,7 +215411,7 @@ module.exports={
|
|
215299
215411
|
"type": "structure",
|
215300
215412
|
"members": {
|
215301
215413
|
"BoundingBox": {
|
215302
|
-
"shape": "
|
215414
|
+
"shape": "Sq"
|
215303
215415
|
},
|
215304
215416
|
"Confidence": {
|
215305
215417
|
"type": "float"
|
@@ -215323,7 +215435,7 @@ module.exports={
|
|
215323
215435
|
}
|
215324
215436
|
},
|
215325
215437
|
"BoundingBox": {
|
215326
|
-
"shape": "
|
215438
|
+
"shape": "Sq"
|
215327
215439
|
},
|
215328
215440
|
"Confidence": {
|
215329
215441
|
"type": "float"
|
@@ -215338,13 +215450,13 @@ module.exports={
|
|
215338
215450
|
"type": "structure",
|
215339
215451
|
"members": {
|
215340
215452
|
"PersonsWithRequiredEquipment": {
|
215341
|
-
"shape": "
|
215453
|
+
"shape": "S6s"
|
215342
215454
|
},
|
215343
215455
|
"PersonsWithoutRequiredEquipment": {
|
215344
|
-
"shape": "
|
215456
|
+
"shape": "S6s"
|
215345
215457
|
},
|
215346
215458
|
"PersonsIndeterminate": {
|
215347
|
-
"shape": "
|
215459
|
+
"shape": "S6s"
|
215348
215460
|
}
|
215349
215461
|
}
|
215350
215462
|
}
|
@@ -215359,16 +215471,16 @@ module.exports={
|
|
215359
215471
|
],
|
215360
215472
|
"members": {
|
215361
215473
|
"Image": {
|
215362
|
-
"shape": "
|
215474
|
+
"shape": "Sh"
|
215363
215475
|
},
|
215364
215476
|
"Filters": {
|
215365
215477
|
"type": "structure",
|
215366
215478
|
"members": {
|
215367
215479
|
"WordFilter": {
|
215368
|
-
"shape": "
|
215480
|
+
"shape": "S6v"
|
215369
215481
|
},
|
215370
215482
|
"RegionsOfInterest": {
|
215371
|
-
"shape": "
|
215483
|
+
"shape": "S2q"
|
215372
215484
|
}
|
215373
215485
|
}
|
215374
215486
|
}
|
@@ -215380,13 +215492,62 @@ module.exports={
|
|
215380
215492
|
"TextDetections": {
|
215381
215493
|
"type": "list",
|
215382
215494
|
"member": {
|
215383
|
-
"shape": "
|
215495
|
+
"shape": "S70"
|
215384
215496
|
}
|
215385
215497
|
},
|
215386
215498
|
"TextModelVersion": {}
|
215387
215499
|
}
|
215388
215500
|
}
|
215389
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
|
+
},
|
215390
215551
|
"DistributeDatasetEntries": {
|
215391
215552
|
"input": {
|
215392
215553
|
"type": "structure",
|
@@ -215427,11 +215588,11 @@ module.exports={
|
|
215427
215588
|
"type": "structure",
|
215428
215589
|
"members": {
|
215429
215590
|
"Urls": {
|
215430
|
-
"shape": "
|
215591
|
+
"shape": "S7h"
|
215431
215592
|
},
|
215432
215593
|
"Name": {},
|
215433
215594
|
"KnownGender": {
|
215434
|
-
"shape": "
|
215595
|
+
"shape": "S7j"
|
215435
215596
|
}
|
215436
215597
|
}
|
215437
215598
|
}
|
@@ -215457,7 +215618,7 @@ module.exports={
|
|
215457
215618
|
"JobStatus": {},
|
215458
215619
|
"StatusMessage": {},
|
215459
215620
|
"VideoMetadata": {
|
215460
|
-
"shape": "
|
215621
|
+
"shape": "S7s"
|
215461
215622
|
},
|
215462
215623
|
"NextToken": {},
|
215463
215624
|
"Celebrities": {
|
@@ -215472,7 +215633,7 @@ module.exports={
|
|
215472
215633
|
"type": "structure",
|
215473
215634
|
"members": {
|
215474
215635
|
"Urls": {
|
215475
|
-
"shape": "
|
215636
|
+
"shape": "S7h"
|
215476
215637
|
},
|
215477
215638
|
"Name": {},
|
215478
215639
|
"Id": {},
|
@@ -215480,13 +215641,13 @@ module.exports={
|
|
215480
215641
|
"type": "float"
|
215481
215642
|
},
|
215482
215643
|
"BoundingBox": {
|
215483
|
-
"shape": "
|
215644
|
+
"shape": "Sq"
|
215484
215645
|
},
|
215485
215646
|
"Face": {
|
215486
|
-
"shape": "
|
215647
|
+
"shape": "S4x"
|
215487
215648
|
},
|
215488
215649
|
"KnownGender": {
|
215489
|
-
"shape": "
|
215650
|
+
"shape": "S7j"
|
215490
215651
|
}
|
215491
215652
|
}
|
215492
215653
|
}
|
@@ -215495,7 +215656,7 @@ module.exports={
|
|
215495
215656
|
},
|
215496
215657
|
"JobId": {},
|
215497
215658
|
"Video": {
|
215498
|
-
"shape": "
|
215659
|
+
"shape": "S7y"
|
215499
215660
|
},
|
215500
215661
|
"JobTag": {}
|
215501
215662
|
}
|
@@ -215523,7 +215684,7 @@ module.exports={
|
|
215523
215684
|
"JobStatus": {},
|
215524
215685
|
"StatusMessage": {},
|
215525
215686
|
"VideoMetadata": {
|
215526
|
-
"shape": "
|
215687
|
+
"shape": "S7s"
|
215527
215688
|
},
|
215528
215689
|
"ModerationLabels": {
|
215529
215690
|
"type": "list",
|
@@ -215534,7 +215695,7 @@ module.exports={
|
|
215534
215695
|
"type": "long"
|
215535
215696
|
},
|
215536
215697
|
"ModerationLabel": {
|
215537
|
-
"shape": "
|
215698
|
+
"shape": "S68"
|
215538
215699
|
},
|
215539
215700
|
"StartTimestampMillis": {
|
215540
215701
|
"type": "long"
|
@@ -215552,7 +215713,7 @@ module.exports={
|
|
215552
215713
|
"ModerationModelVersion": {},
|
215553
215714
|
"JobId": {},
|
215554
215715
|
"Video": {
|
215555
|
-
"shape": "
|
215716
|
+
"shape": "S7y"
|
215556
215717
|
},
|
215557
215718
|
"JobTag": {},
|
215558
215719
|
"GetRequestMetadata": {
|
@@ -215585,7 +215746,7 @@ module.exports={
|
|
215585
215746
|
"JobStatus": {},
|
215586
215747
|
"StatusMessage": {},
|
215587
215748
|
"VideoMetadata": {
|
215588
|
-
"shape": "
|
215749
|
+
"shape": "S7s"
|
215589
215750
|
},
|
215590
215751
|
"NextToken": {},
|
215591
215752
|
"Faces": {
|
@@ -215597,14 +215758,14 @@ module.exports={
|
|
215597
215758
|
"type": "long"
|
215598
215759
|
},
|
215599
215760
|
"Face": {
|
215600
|
-
"shape": "
|
215761
|
+
"shape": "S4x"
|
215601
215762
|
}
|
215602
215763
|
}
|
215603
215764
|
}
|
215604
215765
|
},
|
215605
215766
|
"JobId": {},
|
215606
215767
|
"Video": {
|
215607
|
-
"shape": "
|
215768
|
+
"shape": "S7y"
|
215608
215769
|
},
|
215609
215770
|
"JobTag": {}
|
215610
215771
|
}
|
@@ -215633,12 +215794,12 @@ module.exports={
|
|
215633
215794
|
"type": "float"
|
215634
215795
|
},
|
215635
215796
|
"ReferenceImage": {
|
215636
|
-
"shape": "
|
215797
|
+
"shape": "S8e"
|
215637
215798
|
},
|
215638
215799
|
"AuditImages": {
|
215639
215800
|
"type": "list",
|
215640
215801
|
"member": {
|
215641
|
-
"shape": "
|
215802
|
+
"shape": "S8e"
|
215642
215803
|
}
|
215643
215804
|
}
|
215644
215805
|
}
|
@@ -215666,7 +215827,7 @@ module.exports={
|
|
215666
215827
|
"StatusMessage": {},
|
215667
215828
|
"NextToken": {},
|
215668
215829
|
"VideoMetadata": {
|
215669
|
-
"shape": "
|
215830
|
+
"shape": "S7s"
|
215670
215831
|
},
|
215671
215832
|
"Persons": {
|
215672
215833
|
"type": "list",
|
@@ -215677,17 +215838,17 @@ module.exports={
|
|
215677
215838
|
"type": "long"
|
215678
215839
|
},
|
215679
215840
|
"Person": {
|
215680
|
-
"shape": "
|
215841
|
+
"shape": "S8m"
|
215681
215842
|
},
|
215682
215843
|
"FaceMatches": {
|
215683
|
-
"shape": "
|
215844
|
+
"shape": "S8o"
|
215684
215845
|
}
|
215685
215846
|
}
|
215686
215847
|
}
|
215687
215848
|
},
|
215688
215849
|
"JobId": {},
|
215689
215850
|
"Video": {
|
215690
|
-
"shape": "
|
215851
|
+
"shape": "S7y"
|
215691
215852
|
},
|
215692
215853
|
"JobTag": {}
|
215693
215854
|
}
|
@@ -215715,7 +215876,7 @@ module.exports={
|
|
215715
215876
|
"JobStatus": {},
|
215716
215877
|
"StatusMessage": {},
|
215717
215878
|
"VideoMetadata": {
|
215718
|
-
"shape": "
|
215879
|
+
"shape": "S7s"
|
215719
215880
|
},
|
215720
215881
|
"NextToken": {},
|
215721
215882
|
"Labels": {
|
@@ -215727,7 +215888,7 @@ module.exports={
|
|
215727
215888
|
"type": "long"
|
215728
215889
|
},
|
215729
215890
|
"Label": {
|
215730
|
-
"shape": "
|
215891
|
+
"shape": "S5k"
|
215731
215892
|
},
|
215732
215893
|
"StartTimestampMillis": {
|
215733
215894
|
"type": "long"
|
@@ -215744,7 +215905,7 @@ module.exports={
|
|
215744
215905
|
"LabelModelVersion": {},
|
215745
215906
|
"JobId": {},
|
215746
215907
|
"Video": {
|
215747
|
-
"shape": "
|
215908
|
+
"shape": "S7y"
|
215748
215909
|
},
|
215749
215910
|
"JobTag": {},
|
215750
215911
|
"GetRequestMetadata": {
|
@@ -215778,7 +215939,7 @@ module.exports={
|
|
215778
215939
|
"JobStatus": {},
|
215779
215940
|
"StatusMessage": {},
|
215780
215941
|
"VideoMetadata": {
|
215781
|
-
"shape": "
|
215942
|
+
"shape": "S7s"
|
215782
215943
|
},
|
215783
215944
|
"NextToken": {},
|
215784
215945
|
"Persons": {
|
@@ -215790,14 +215951,14 @@ module.exports={
|
|
215790
215951
|
"type": "long"
|
215791
215952
|
},
|
215792
215953
|
"Person": {
|
215793
|
-
"shape": "
|
215954
|
+
"shape": "S8m"
|
215794
215955
|
}
|
215795
215956
|
}
|
215796
215957
|
}
|
215797
215958
|
},
|
215798
215959
|
"JobId": {},
|
215799
215960
|
"Video": {
|
215800
|
-
"shape": "
|
215961
|
+
"shape": "S7y"
|
215801
215962
|
},
|
215802
215963
|
"JobTag": {}
|
215803
215964
|
}
|
@@ -215825,7 +215986,7 @@ module.exports={
|
|
215825
215986
|
"VideoMetadata": {
|
215826
215987
|
"type": "list",
|
215827
215988
|
"member": {
|
215828
|
-
"shape": "
|
215989
|
+
"shape": "S7s"
|
215829
215990
|
}
|
215830
215991
|
},
|
215831
215992
|
"AudioMetadata": {
|
@@ -215909,7 +216070,7 @@ module.exports={
|
|
215909
216070
|
},
|
215910
216071
|
"JobId": {},
|
215911
216072
|
"Video": {
|
215912
|
-
"shape": "
|
216073
|
+
"shape": "S7y"
|
215913
216074
|
},
|
215914
216075
|
"JobTag": {}
|
215915
216076
|
}
|
@@ -215935,7 +216096,7 @@ module.exports={
|
|
215935
216096
|
"JobStatus": {},
|
215936
216097
|
"StatusMessage": {},
|
215937
216098
|
"VideoMetadata": {
|
215938
|
-
"shape": "
|
216099
|
+
"shape": "S7s"
|
215939
216100
|
},
|
215940
216101
|
"TextDetections": {
|
215941
216102
|
"type": "list",
|
@@ -215946,7 +216107,7 @@ module.exports={
|
|
215946
216107
|
"type": "long"
|
215947
216108
|
},
|
215948
216109
|
"TextDetection": {
|
215949
|
-
"shape": "
|
216110
|
+
"shape": "S70"
|
215950
216111
|
}
|
215951
216112
|
}
|
215952
216113
|
}
|
@@ -215955,7 +216116,7 @@ module.exports={
|
|
215955
216116
|
"TextModelVersion": {},
|
215956
216117
|
"JobId": {},
|
215957
216118
|
"Video": {
|
215958
|
-
"shape": "
|
216119
|
+
"shape": "S7y"
|
215959
216120
|
},
|
215960
216121
|
"JobTag": {}
|
215961
216122
|
}
|
@@ -215971,11 +216132,11 @@ module.exports={
|
|
215971
216132
|
"members": {
|
215972
216133
|
"CollectionId": {},
|
215973
216134
|
"Image": {
|
215974
|
-
"shape": "
|
216135
|
+
"shape": "Sh"
|
215975
216136
|
},
|
215976
216137
|
"ExternalImageId": {},
|
215977
216138
|
"DetectionAttributes": {
|
215978
|
-
"shape": "
|
216139
|
+
"shape": "S4t"
|
215979
216140
|
},
|
215980
216141
|
"MaxFaces": {
|
215981
216142
|
"type": "integer"
|
@@ -215992,10 +216153,10 @@ module.exports={
|
|
215992
216153
|
"type": "structure",
|
215993
216154
|
"members": {
|
215994
216155
|
"Face": {
|
215995
|
-
"shape": "
|
216156
|
+
"shape": "S8q"
|
215996
216157
|
},
|
215997
216158
|
"FaceDetail": {
|
215998
|
-
"shape": "
|
216159
|
+
"shape": "S4x"
|
215999
216160
|
}
|
216000
216161
|
}
|
216001
216162
|
}
|
@@ -216012,7 +216173,7 @@ module.exports={
|
|
216012
216173
|
"member": {}
|
216013
216174
|
},
|
216014
216175
|
"FaceDetail": {
|
216015
|
-
"shape": "
|
216176
|
+
"shape": "S4x"
|
216016
216177
|
}
|
216017
216178
|
}
|
216018
216179
|
}
|
@@ -216133,6 +216294,10 @@ module.exports={
|
|
216133
216294
|
"NextToken": {},
|
216134
216295
|
"MaxResults": {
|
216135
216296
|
"type": "integer"
|
216297
|
+
},
|
216298
|
+
"UserId": {},
|
216299
|
+
"FaceIds": {
|
216300
|
+
"shape": "S34"
|
216136
216301
|
}
|
216137
216302
|
}
|
216138
216303
|
},
|
@@ -216142,7 +216307,7 @@ module.exports={
|
|
216142
216307
|
"Faces": {
|
216143
216308
|
"type": "list",
|
216144
216309
|
"member": {
|
216145
|
-
"shape": "
|
216310
|
+
"shape": "S8q"
|
216146
216311
|
}
|
216147
216312
|
},
|
216148
216313
|
"NextToken": {},
|
@@ -216230,11 +216395,42 @@ module.exports={
|
|
216230
216395
|
"type": "structure",
|
216231
216396
|
"members": {
|
216232
216397
|
"Tags": {
|
216233
|
-
"shape": "
|
216398
|
+
"shape": "S1e"
|
216234
216399
|
}
|
216235
216400
|
}
|
216236
216401
|
}
|
216237
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
|
+
},
|
216238
216434
|
"PutProjectPolicy": {
|
216239
216435
|
"input": {
|
216240
216436
|
"type": "structure",
|
@@ -216265,7 +216461,7 @@ module.exports={
|
|
216265
216461
|
],
|
216266
216462
|
"members": {
|
216267
216463
|
"Image": {
|
216268
|
-
"shape": "
|
216464
|
+
"shape": "Sh"
|
216269
216465
|
}
|
216270
216466
|
}
|
216271
216467
|
},
|
@@ -216278,18 +216474,18 @@ module.exports={
|
|
216278
216474
|
"type": "structure",
|
216279
216475
|
"members": {
|
216280
216476
|
"Urls": {
|
216281
|
-
"shape": "
|
216477
|
+
"shape": "S7h"
|
216282
216478
|
},
|
216283
216479
|
"Name": {},
|
216284
216480
|
"Id": {},
|
216285
216481
|
"Face": {
|
216286
|
-
"shape": "
|
216482
|
+
"shape": "Su"
|
216287
216483
|
},
|
216288
216484
|
"MatchConfidence": {
|
216289
216485
|
"type": "float"
|
216290
216486
|
},
|
216291
216487
|
"KnownGender": {
|
216292
|
-
"shape": "
|
216488
|
+
"shape": "S7j"
|
216293
216489
|
}
|
216294
216490
|
}
|
216295
216491
|
}
|
@@ -216297,7 +216493,7 @@ module.exports={
|
|
216297
216493
|
"UnrecognizedFaces": {
|
216298
216494
|
"type": "list",
|
216299
216495
|
"member": {
|
216300
|
-
"shape": "
|
216496
|
+
"shape": "Su"
|
216301
216497
|
}
|
216302
216498
|
},
|
216303
216499
|
"OrientationCorrection": {}
|
@@ -216327,7 +216523,7 @@ module.exports={
|
|
216327
216523
|
"members": {
|
216328
216524
|
"SearchedFaceId": {},
|
216329
216525
|
"FaceMatches": {
|
216330
|
-
"shape": "
|
216526
|
+
"shape": "S8o"
|
216331
216527
|
},
|
216332
216528
|
"FaceModelVersion": {}
|
216333
216529
|
}
|
@@ -216343,7 +216539,7 @@ module.exports={
|
|
216343
216539
|
"members": {
|
216344
216540
|
"CollectionId": {},
|
216345
216541
|
"Image": {
|
216346
|
-
"shape": "
|
216542
|
+
"shape": "Sh"
|
216347
216543
|
},
|
216348
216544
|
"MaxFaces": {
|
216349
216545
|
"type": "integer"
|
@@ -216358,18 +216554,112 @@ module.exports={
|
|
216358
216554
|
"type": "structure",
|
216359
216555
|
"members": {
|
216360
216556
|
"SearchedFaceBoundingBox": {
|
216361
|
-
"shape": "
|
216557
|
+
"shape": "Sq"
|
216362
216558
|
},
|
216363
216559
|
"SearchedFaceConfidence": {
|
216364
216560
|
"type": "float"
|
216365
216561
|
},
|
216366
216562
|
"FaceMatches": {
|
216367
|
-
"shape": "
|
216563
|
+
"shape": "S8o"
|
216368
216564
|
},
|
216369
216565
|
"FaceModelVersion": {}
|
216370
216566
|
}
|
216371
216567
|
}
|
216372
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
|
+
},
|
216373
216663
|
"StartCelebrityRecognition": {
|
216374
216664
|
"input": {
|
216375
216665
|
"type": "structure",
|
@@ -216378,11 +216668,11 @@ module.exports={
|
|
216378
216668
|
],
|
216379
216669
|
"members": {
|
216380
216670
|
"Video": {
|
216381
|
-
"shape": "
|
216671
|
+
"shape": "S7y"
|
216382
216672
|
},
|
216383
216673
|
"ClientRequestToken": {},
|
216384
216674
|
"NotificationChannel": {
|
216385
|
-
"shape": "
|
216675
|
+
"shape": "Sbv"
|
216386
216676
|
},
|
216387
216677
|
"JobTag": {}
|
216388
216678
|
}
|
@@ -216403,14 +216693,14 @@ module.exports={
|
|
216403
216693
|
],
|
216404
216694
|
"members": {
|
216405
216695
|
"Video": {
|
216406
|
-
"shape": "
|
216696
|
+
"shape": "S7y"
|
216407
216697
|
},
|
216408
216698
|
"MinConfidence": {
|
216409
216699
|
"type": "float"
|
216410
216700
|
},
|
216411
216701
|
"ClientRequestToken": {},
|
216412
216702
|
"NotificationChannel": {
|
216413
|
-
"shape": "
|
216703
|
+
"shape": "Sbv"
|
216414
216704
|
},
|
216415
216705
|
"JobTag": {}
|
216416
216706
|
}
|
@@ -216431,11 +216721,11 @@ module.exports={
|
|
216431
216721
|
],
|
216432
216722
|
"members": {
|
216433
216723
|
"Video": {
|
216434
|
-
"shape": "
|
216724
|
+
"shape": "S7y"
|
216435
216725
|
},
|
216436
216726
|
"ClientRequestToken": {},
|
216437
216727
|
"NotificationChannel": {
|
216438
|
-
"shape": "
|
216728
|
+
"shape": "Sbv"
|
216439
216729
|
},
|
216440
216730
|
"FaceAttributes": {},
|
216441
216731
|
"JobTag": {}
|
@@ -216458,7 +216748,7 @@ module.exports={
|
|
216458
216748
|
],
|
216459
216749
|
"members": {
|
216460
216750
|
"Video": {
|
216461
|
-
"shape": "
|
216751
|
+
"shape": "S7y"
|
216462
216752
|
},
|
216463
216753
|
"ClientRequestToken": {},
|
216464
216754
|
"FaceMatchThreshold": {
|
@@ -216466,7 +216756,7 @@ module.exports={
|
|
216466
216756
|
},
|
216467
216757
|
"CollectionId": {},
|
216468
216758
|
"NotificationChannel": {
|
216469
|
-
"shape": "
|
216759
|
+
"shape": "Sbv"
|
216470
216760
|
},
|
216471
216761
|
"JobTag": {}
|
216472
216762
|
}
|
@@ -216487,14 +216777,14 @@ module.exports={
|
|
216487
216777
|
],
|
216488
216778
|
"members": {
|
216489
216779
|
"Video": {
|
216490
|
-
"shape": "
|
216780
|
+
"shape": "S7y"
|
216491
216781
|
},
|
216492
216782
|
"ClientRequestToken": {},
|
216493
216783
|
"MinConfidence": {
|
216494
216784
|
"type": "float"
|
216495
216785
|
},
|
216496
216786
|
"NotificationChannel": {
|
216497
|
-
"shape": "
|
216787
|
+
"shape": "Sbv"
|
216498
216788
|
},
|
216499
216789
|
"JobTag": {},
|
216500
216790
|
"Features": {
|
@@ -216505,7 +216795,7 @@ module.exports={
|
|
216505
216795
|
"type": "structure",
|
216506
216796
|
"members": {
|
216507
216797
|
"GeneralLabels": {
|
216508
|
-
"shape": "
|
216798
|
+
"shape": "S5d"
|
216509
216799
|
}
|
216510
216800
|
}
|
216511
216801
|
}
|
@@ -216527,11 +216817,11 @@ module.exports={
|
|
216527
216817
|
],
|
216528
216818
|
"members": {
|
216529
216819
|
"Video": {
|
216530
|
-
"shape": "
|
216820
|
+
"shape": "S7y"
|
216531
216821
|
},
|
216532
216822
|
"ClientRequestToken": {},
|
216533
216823
|
"NotificationChannel": {
|
216534
|
-
"shape": "
|
216824
|
+
"shape": "Sbv"
|
216535
216825
|
},
|
216536
216826
|
"JobTag": {}
|
216537
216827
|
}
|
@@ -216577,11 +216867,11 @@ module.exports={
|
|
216577
216867
|
],
|
216578
216868
|
"members": {
|
216579
216869
|
"Video": {
|
216580
|
-
"shape": "
|
216870
|
+
"shape": "S7y"
|
216581
216871
|
},
|
216582
216872
|
"ClientRequestToken": {},
|
216583
216873
|
"NotificationChannel": {
|
216584
|
-
"shape": "
|
216874
|
+
"shape": "Sbv"
|
216585
216875
|
},
|
216586
216876
|
"JobTag": {},
|
216587
216877
|
"Filters": {
|
@@ -216677,21 +216967,21 @@ module.exports={
|
|
216677
216967
|
],
|
216678
216968
|
"members": {
|
216679
216969
|
"Video": {
|
216680
|
-
"shape": "
|
216970
|
+
"shape": "S7y"
|
216681
216971
|
},
|
216682
216972
|
"ClientRequestToken": {},
|
216683
216973
|
"NotificationChannel": {
|
216684
|
-
"shape": "
|
216974
|
+
"shape": "Sbv"
|
216685
216975
|
},
|
216686
216976
|
"JobTag": {},
|
216687
216977
|
"Filters": {
|
216688
216978
|
"type": "structure",
|
216689
216979
|
"members": {
|
216690
216980
|
"WordFilter": {
|
216691
|
-
"shape": "
|
216981
|
+
"shape": "S6v"
|
216692
216982
|
},
|
216693
216983
|
"RegionsOfInterest": {
|
216694
|
-
"shape": "
|
216984
|
+
"shape": "S2q"
|
216695
216985
|
}
|
216696
216986
|
}
|
216697
216987
|
}
|
@@ -216747,7 +217037,7 @@ module.exports={
|
|
216747
217037
|
"members": {
|
216748
217038
|
"ResourceArn": {},
|
216749
217039
|
"Tags": {
|
216750
|
-
"shape": "
|
217040
|
+
"shape": "S1e"
|
216751
217041
|
}
|
216752
217042
|
}
|
216753
217043
|
},
|
@@ -216818,7 +217108,7 @@ module.exports={
|
|
216818
217108
|
"type": "structure",
|
216819
217109
|
"members": {
|
216820
217110
|
"Labels": {
|
216821
|
-
"shape": "
|
217111
|
+
"shape": "S2l"
|
216822
217112
|
},
|
216823
217113
|
"MinConfidence": {
|
216824
217114
|
"type": "float"
|
@@ -216828,10 +217118,10 @@ module.exports={
|
|
216828
217118
|
}
|
216829
217119
|
},
|
216830
217120
|
"RegionsOfInterestForUpdate": {
|
216831
|
-
"shape": "
|
217121
|
+
"shape": "S2q"
|
216832
217122
|
},
|
216833
217123
|
"DataSharingPreferenceForUpdate": {
|
216834
|
-
"shape": "
|
217124
|
+
"shape": "S2u"
|
216835
217125
|
},
|
216836
217126
|
"ParametersToDelete": {
|
216837
217127
|
"type": "list",
|
@@ -216846,18 +217136,22 @@ module.exports={
|
|
216846
217136
|
}
|
216847
217137
|
},
|
216848
217138
|
"shapes": {
|
216849
|
-
"
|
217139
|
+
"S4": {
|
217140
|
+
"type": "list",
|
217141
|
+
"member": {}
|
217142
|
+
},
|
217143
|
+
"Sh": {
|
216850
217144
|
"type": "structure",
|
216851
217145
|
"members": {
|
216852
217146
|
"Bytes": {
|
216853
217147
|
"type": "blob"
|
216854
217148
|
},
|
216855
217149
|
"S3Object": {
|
216856
|
-
"shape": "
|
217150
|
+
"shape": "Sj"
|
216857
217151
|
}
|
216858
217152
|
}
|
216859
217153
|
},
|
216860
|
-
"
|
217154
|
+
"Sj": {
|
216861
217155
|
"type": "structure",
|
216862
217156
|
"members": {
|
216863
217157
|
"Bucket": {},
|
@@ -216865,7 +217159,7 @@ module.exports={
|
|
216865
217159
|
"Version": {}
|
216866
217160
|
}
|
216867
217161
|
},
|
216868
|
-
"
|
217162
|
+
"Sq": {
|
216869
217163
|
"type": "structure",
|
216870
217164
|
"members": {
|
216871
217165
|
"Width": {
|
@@ -216882,33 +217176,33 @@ module.exports={
|
|
216882
217176
|
}
|
216883
217177
|
}
|
216884
217178
|
},
|
216885
|
-
"
|
217179
|
+
"Su": {
|
216886
217180
|
"type": "structure",
|
216887
217181
|
"members": {
|
216888
217182
|
"BoundingBox": {
|
216889
|
-
"shape": "
|
217183
|
+
"shape": "Sq"
|
216890
217184
|
},
|
216891
217185
|
"Confidence": {
|
216892
217186
|
"type": "float"
|
216893
217187
|
},
|
216894
217188
|
"Landmarks": {
|
216895
|
-
"shape": "
|
217189
|
+
"shape": "Sv"
|
216896
217190
|
},
|
216897
217191
|
"Pose": {
|
216898
|
-
"shape": "
|
217192
|
+
"shape": "Sy"
|
216899
217193
|
},
|
216900
217194
|
"Quality": {
|
216901
|
-
"shape": "
|
217195
|
+
"shape": "S10"
|
216902
217196
|
},
|
216903
217197
|
"Emotions": {
|
216904
|
-
"shape": "
|
217198
|
+
"shape": "S11"
|
216905
217199
|
},
|
216906
217200
|
"Smile": {
|
216907
|
-
"shape": "
|
217201
|
+
"shape": "S14"
|
216908
217202
|
}
|
216909
217203
|
}
|
216910
217204
|
},
|
216911
|
-
"
|
217205
|
+
"Sv": {
|
216912
217206
|
"type": "list",
|
216913
217207
|
"member": {
|
216914
217208
|
"type": "structure",
|
@@ -216923,7 +217217,7 @@ module.exports={
|
|
216923
217217
|
}
|
216924
217218
|
}
|
216925
217219
|
},
|
216926
|
-
"
|
217220
|
+
"Sy": {
|
216927
217221
|
"type": "structure",
|
216928
217222
|
"members": {
|
216929
217223
|
"Roll": {
|
@@ -216937,7 +217231,7 @@ module.exports={
|
|
216937
217231
|
}
|
216938
217232
|
}
|
216939
217233
|
},
|
216940
|
-
"
|
217234
|
+
"S10": {
|
216941
217235
|
"type": "structure",
|
216942
217236
|
"members": {
|
216943
217237
|
"Brightness": {
|
@@ -216948,7 +217242,7 @@ module.exports={
|
|
216948
217242
|
}
|
216949
217243
|
}
|
216950
217244
|
},
|
216951
|
-
"
|
217245
|
+
"S11": {
|
216952
217246
|
"type": "list",
|
216953
217247
|
"member": {
|
216954
217248
|
"type": "structure",
|
@@ -216960,7 +217254,7 @@ module.exports={
|
|
216960
217254
|
}
|
216961
217255
|
}
|
216962
217256
|
},
|
216963
|
-
"
|
217257
|
+
"S14": {
|
216964
217258
|
"type": "structure",
|
216965
217259
|
"members": {
|
216966
217260
|
"Value": {
|
@@ -216971,57 +217265,57 @@ module.exports={
|
|
216971
217265
|
}
|
216972
217266
|
}
|
216973
217267
|
},
|
216974
|
-
"
|
217268
|
+
"S1c": {
|
216975
217269
|
"type": "structure",
|
216976
217270
|
"members": {
|
216977
217271
|
"S3Bucket": {},
|
216978
217272
|
"S3KeyPrefix": {}
|
216979
217273
|
}
|
216980
217274
|
},
|
216981
|
-
"
|
217275
|
+
"S1e": {
|
216982
217276
|
"type": "map",
|
216983
217277
|
"key": {},
|
216984
217278
|
"value": {}
|
216985
217279
|
},
|
216986
|
-
"
|
217280
|
+
"S1p": {
|
216987
217281
|
"type": "structure",
|
216988
217282
|
"members": {
|
216989
217283
|
"S3Object": {
|
216990
|
-
"shape": "
|
217284
|
+
"shape": "Sj"
|
216991
217285
|
}
|
216992
217286
|
}
|
216993
217287
|
},
|
216994
|
-
"
|
217288
|
+
"S24": {
|
216995
217289
|
"type": "structure",
|
216996
217290
|
"members": {
|
216997
217291
|
"Assets": {
|
216998
|
-
"shape": "
|
217292
|
+
"shape": "S25"
|
216999
217293
|
}
|
217000
217294
|
}
|
217001
217295
|
},
|
217002
|
-
"
|
217296
|
+
"S25": {
|
217003
217297
|
"type": "list",
|
217004
217298
|
"member": {
|
217005
217299
|
"type": "structure",
|
217006
217300
|
"members": {
|
217007
217301
|
"GroundTruthManifest": {
|
217008
|
-
"shape": "
|
217302
|
+
"shape": "S1p"
|
217009
217303
|
}
|
217010
217304
|
}
|
217011
217305
|
}
|
217012
217306
|
},
|
217013
|
-
"
|
217307
|
+
"S27": {
|
217014
217308
|
"type": "structure",
|
217015
217309
|
"members": {
|
217016
217310
|
"Assets": {
|
217017
|
-
"shape": "
|
217311
|
+
"shape": "S25"
|
217018
217312
|
},
|
217019
217313
|
"AutoCreate": {
|
217020
217314
|
"type": "boolean"
|
217021
217315
|
}
|
217022
217316
|
}
|
217023
217317
|
},
|
217024
|
-
"
|
217318
|
+
"S2a": {
|
217025
217319
|
"type": "structure",
|
217026
217320
|
"members": {
|
217027
217321
|
"KinesisVideoStream": {
|
@@ -217032,7 +217326,7 @@ module.exports={
|
|
217032
217326
|
}
|
217033
217327
|
}
|
217034
217328
|
},
|
217035
|
-
"
|
217329
|
+
"S2d": {
|
217036
217330
|
"type": "structure",
|
217037
217331
|
"members": {
|
217038
217332
|
"KinesisDataStream": {
|
@@ -217050,7 +217344,7 @@ module.exports={
|
|
217050
217344
|
}
|
217051
217345
|
}
|
217052
217346
|
},
|
217053
|
-
"
|
217347
|
+
"S2i": {
|
217054
217348
|
"type": "structure",
|
217055
217349
|
"members": {
|
217056
217350
|
"FaceSearch": {
|
@@ -217069,7 +217363,7 @@ module.exports={
|
|
217069
217363
|
],
|
217070
217364
|
"members": {
|
217071
217365
|
"Labels": {
|
217072
|
-
"shape": "
|
217366
|
+
"shape": "S2l"
|
217073
217367
|
},
|
217074
217368
|
"MinConfidence": {
|
217075
217369
|
"type": "float"
|
@@ -217078,11 +217372,11 @@ module.exports={
|
|
217078
217372
|
}
|
217079
217373
|
}
|
217080
217374
|
},
|
217081
|
-
"
|
217375
|
+
"S2l": {
|
217082
217376
|
"type": "list",
|
217083
217377
|
"member": {}
|
217084
217378
|
},
|
217085
|
-
"
|
217379
|
+
"S2o": {
|
217086
217380
|
"type": "structure",
|
217087
217381
|
"required": [
|
217088
217382
|
"SNSTopicArn"
|
@@ -217091,21 +217385,21 @@ module.exports={
|
|
217091
217385
|
"SNSTopicArn": {}
|
217092
217386
|
}
|
217093
217387
|
},
|
217094
|
-
"
|
217388
|
+
"S2q": {
|
217095
217389
|
"type": "list",
|
217096
217390
|
"member": {
|
217097
217391
|
"type": "structure",
|
217098
217392
|
"members": {
|
217099
217393
|
"BoundingBox": {
|
217100
|
-
"shape": "
|
217394
|
+
"shape": "Sq"
|
217101
217395
|
},
|
217102
217396
|
"Polygon": {
|
217103
|
-
"shape": "
|
217397
|
+
"shape": "S2s"
|
217104
217398
|
}
|
217105
217399
|
}
|
217106
217400
|
}
|
217107
217401
|
},
|
217108
|
-
"
|
217402
|
+
"S2s": {
|
217109
217403
|
"type": "list",
|
217110
217404
|
"member": {
|
217111
217405
|
"type": "structure",
|
@@ -217119,7 +217413,7 @@ module.exports={
|
|
217119
217413
|
}
|
217120
217414
|
}
|
217121
217415
|
},
|
217122
|
-
"
|
217416
|
+
"S2u": {
|
217123
217417
|
"type": "structure",
|
217124
217418
|
"required": [
|
217125
217419
|
"OptIn"
|
@@ -217130,38 +217424,38 @@ module.exports={
|
|
217130
217424
|
}
|
217131
217425
|
}
|
217132
217426
|
},
|
217133
|
-
"
|
217427
|
+
"S34": {
|
217134
217428
|
"type": "list",
|
217135
217429
|
"member": {}
|
217136
217430
|
},
|
217137
|
-
"
|
217431
|
+
"S48": {
|
217138
217432
|
"type": "structure",
|
217139
217433
|
"members": {
|
217140
217434
|
"Assets": {
|
217141
|
-
"shape": "
|
217435
|
+
"shape": "S25"
|
217142
217436
|
}
|
217143
217437
|
}
|
217144
217438
|
},
|
217145
|
-
"
|
217439
|
+
"S4r": {
|
217146
217440
|
"type": "structure",
|
217147
217441
|
"members": {
|
217148
217442
|
"BoundingBox": {
|
217149
|
-
"shape": "
|
217443
|
+
"shape": "Sq"
|
217150
217444
|
},
|
217151
217445
|
"Polygon": {
|
217152
|
-
"shape": "
|
217446
|
+
"shape": "S2s"
|
217153
217447
|
}
|
217154
217448
|
}
|
217155
217449
|
},
|
217156
|
-
"
|
217450
|
+
"S4t": {
|
217157
217451
|
"type": "list",
|
217158
217452
|
"member": {}
|
217159
217453
|
},
|
217160
|
-
"
|
217454
|
+
"S4x": {
|
217161
217455
|
"type": "structure",
|
217162
217456
|
"members": {
|
217163
217457
|
"BoundingBox": {
|
217164
|
-
"shape": "
|
217458
|
+
"shape": "Sq"
|
217165
217459
|
},
|
217166
217460
|
"AgeRange": {
|
217167
217461
|
"type": "structure",
|
@@ -217175,7 +217469,7 @@ module.exports={
|
|
217175
217469
|
}
|
217176
217470
|
},
|
217177
217471
|
"Smile": {
|
217178
|
-
"shape": "
|
217472
|
+
"shape": "S14"
|
217179
217473
|
},
|
217180
217474
|
"Eyeglasses": {
|
217181
217475
|
"type": "structure",
|
@@ -217253,16 +217547,16 @@ module.exports={
|
|
217253
217547
|
}
|
217254
217548
|
},
|
217255
217549
|
"Emotions": {
|
217256
|
-
"shape": "
|
217550
|
+
"shape": "S11"
|
217257
217551
|
},
|
217258
217552
|
"Landmarks": {
|
217259
|
-
"shape": "
|
217553
|
+
"shape": "Sv"
|
217260
217554
|
},
|
217261
217555
|
"Pose": {
|
217262
|
-
"shape": "
|
217556
|
+
"shape": "Sy"
|
217263
217557
|
},
|
217264
217558
|
"Quality": {
|
217265
|
-
"shape": "
|
217559
|
+
"shape": "S10"
|
217266
217560
|
},
|
217267
217561
|
"Confidence": {
|
217268
217562
|
"type": "float"
|
@@ -217294,28 +217588,28 @@ module.exports={
|
|
217294
217588
|
}
|
217295
217589
|
}
|
217296
217590
|
},
|
217297
|
-
"
|
217591
|
+
"S5d": {
|
217298
217592
|
"type": "structure",
|
217299
217593
|
"members": {
|
217300
217594
|
"LabelInclusionFilters": {
|
217301
|
-
"shape": "
|
217595
|
+
"shape": "S5e"
|
217302
217596
|
},
|
217303
217597
|
"LabelExclusionFilters": {
|
217304
|
-
"shape": "
|
217598
|
+
"shape": "S5e"
|
217305
217599
|
},
|
217306
217600
|
"LabelCategoryInclusionFilters": {
|
217307
|
-
"shape": "
|
217601
|
+
"shape": "S5e"
|
217308
217602
|
},
|
217309
217603
|
"LabelCategoryExclusionFilters": {
|
217310
|
-
"shape": "
|
217604
|
+
"shape": "S5e"
|
217311
217605
|
}
|
217312
217606
|
}
|
217313
217607
|
},
|
217314
|
-
"
|
217608
|
+
"S5e": {
|
217315
217609
|
"type": "list",
|
217316
217610
|
"member": {}
|
217317
217611
|
},
|
217318
|
-
"
|
217612
|
+
"S5k": {
|
217319
217613
|
"type": "structure",
|
217320
217614
|
"members": {
|
217321
217615
|
"Name": {},
|
@@ -217328,13 +217622,13 @@ module.exports={
|
|
217328
217622
|
"type": "structure",
|
217329
217623
|
"members": {
|
217330
217624
|
"BoundingBox": {
|
217331
|
-
"shape": "
|
217625
|
+
"shape": "Sq"
|
217332
217626
|
},
|
217333
217627
|
"Confidence": {
|
217334
217628
|
"type": "float"
|
217335
217629
|
},
|
217336
217630
|
"DominantColors": {
|
217337
|
-
"shape": "
|
217631
|
+
"shape": "S5n"
|
217338
217632
|
}
|
217339
217633
|
}
|
217340
217634
|
}
|
@@ -217368,7 +217662,7 @@ module.exports={
|
|
217368
217662
|
}
|
217369
217663
|
}
|
217370
217664
|
},
|
217371
|
-
"
|
217665
|
+
"S5n": {
|
217372
217666
|
"type": "list",
|
217373
217667
|
"member": {
|
217374
217668
|
"type": "structure",
|
@@ -217391,7 +217685,7 @@ module.exports={
|
|
217391
217685
|
}
|
217392
217686
|
}
|
217393
217687
|
},
|
217394
|
-
"
|
217688
|
+
"S5w": {
|
217395
217689
|
"type": "structure",
|
217396
217690
|
"members": {
|
217397
217691
|
"Brightness": {
|
@@ -217405,7 +217699,7 @@ module.exports={
|
|
217405
217699
|
}
|
217406
217700
|
}
|
217407
217701
|
},
|
217408
|
-
"
|
217702
|
+
"S68": {
|
217409
217703
|
"type": "structure",
|
217410
217704
|
"members": {
|
217411
217705
|
"Confidence": {
|
@@ -217415,13 +217709,13 @@ module.exports={
|
|
217415
217709
|
"ParentName": {}
|
217416
217710
|
}
|
217417
217711
|
},
|
217418
|
-
"
|
217712
|
+
"S6s": {
|
217419
217713
|
"type": "list",
|
217420
217714
|
"member": {
|
217421
217715
|
"type": "integer"
|
217422
217716
|
}
|
217423
217717
|
},
|
217424
|
-
"
|
217718
|
+
"S6v": {
|
217425
217719
|
"type": "structure",
|
217426
217720
|
"members": {
|
217427
217721
|
"MinConfidence": {
|
@@ -217435,7 +217729,7 @@ module.exports={
|
|
217435
217729
|
}
|
217436
217730
|
}
|
217437
217731
|
},
|
217438
|
-
"
|
217732
|
+
"S70": {
|
217439
217733
|
"type": "structure",
|
217440
217734
|
"members": {
|
217441
217735
|
"DetectedText": {},
|
@@ -217450,21 +217744,21 @@ module.exports={
|
|
217450
217744
|
"type": "float"
|
217451
217745
|
},
|
217452
217746
|
"Geometry": {
|
217453
|
-
"shape": "
|
217747
|
+
"shape": "S4r"
|
217454
217748
|
}
|
217455
217749
|
}
|
217456
217750
|
},
|
217457
|
-
"
|
217751
|
+
"S7h": {
|
217458
217752
|
"type": "list",
|
217459
217753
|
"member": {}
|
217460
217754
|
},
|
217461
|
-
"
|
217755
|
+
"S7j": {
|
217462
217756
|
"type": "structure",
|
217463
217757
|
"members": {
|
217464
217758
|
"Type": {}
|
217465
217759
|
}
|
217466
217760
|
},
|
217467
|
-
"
|
217761
|
+
"S7s": {
|
217468
217762
|
"type": "structure",
|
217469
217763
|
"members": {
|
217470
217764
|
"Codec": {},
|
@@ -217484,15 +217778,15 @@ module.exports={
|
|
217484
217778
|
"ColorRange": {}
|
217485
217779
|
}
|
217486
217780
|
},
|
217487
|
-
"
|
217781
|
+
"S7y": {
|
217488
217782
|
"type": "structure",
|
217489
217783
|
"members": {
|
217490
217784
|
"S3Object": {
|
217491
|
-
"shape": "
|
217785
|
+
"shape": "Sj"
|
217492
217786
|
}
|
217493
217787
|
}
|
217494
217788
|
},
|
217495
|
-
"
|
217789
|
+
"S8e": {
|
217496
217790
|
"type": "structure",
|
217497
217791
|
"members": {
|
217498
217792
|
"Bytes": {
|
@@ -217500,28 +217794,28 @@ module.exports={
|
|
217500
217794
|
"sensitive": true
|
217501
217795
|
},
|
217502
217796
|
"S3Object": {
|
217503
|
-
"shape": "
|
217797
|
+
"shape": "Sj"
|
217504
217798
|
},
|
217505
217799
|
"BoundingBox": {
|
217506
|
-
"shape": "
|
217800
|
+
"shape": "Sq"
|
217507
217801
|
}
|
217508
217802
|
}
|
217509
217803
|
},
|
217510
|
-
"
|
217804
|
+
"S8m": {
|
217511
217805
|
"type": "structure",
|
217512
217806
|
"members": {
|
217513
217807
|
"Index": {
|
217514
217808
|
"type": "long"
|
217515
217809
|
},
|
217516
217810
|
"BoundingBox": {
|
217517
|
-
"shape": "
|
217811
|
+
"shape": "Sq"
|
217518
217812
|
},
|
217519
217813
|
"Face": {
|
217520
|
-
"shape": "
|
217814
|
+
"shape": "S4x"
|
217521
217815
|
}
|
217522
217816
|
}
|
217523
217817
|
},
|
217524
|
-
"
|
217818
|
+
"S8o": {
|
217525
217819
|
"type": "list",
|
217526
217820
|
"member": {
|
217527
217821
|
"type": "structure",
|
@@ -217530,27 +217824,46 @@ module.exports={
|
|
217530
217824
|
"type": "float"
|
217531
217825
|
},
|
217532
217826
|
"Face": {
|
217533
|
-
"shape": "
|
217827
|
+
"shape": "S8q"
|
217534
217828
|
}
|
217535
217829
|
}
|
217536
217830
|
}
|
217537
217831
|
},
|
217538
|
-
"
|
217832
|
+
"S8q": {
|
217539
217833
|
"type": "structure",
|
217540
217834
|
"members": {
|
217541
217835
|
"FaceId": {},
|
217542
217836
|
"BoundingBox": {
|
217543
|
-
"shape": "
|
217837
|
+
"shape": "Sq"
|
217544
217838
|
},
|
217545
217839
|
"ImageId": {},
|
217546
217840
|
"ExternalImageId": {},
|
217547
217841
|
"Confidence": {
|
217548
217842
|
"type": "float"
|
217549
217843
|
},
|
217550
|
-
"IndexFacesModelVersion": {}
|
217844
|
+
"IndexFacesModelVersion": {},
|
217845
|
+
"UserId": {}
|
217551
217846
|
}
|
217552
217847
|
},
|
217553
|
-
"
|
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": {
|
217554
217867
|
"type": "structure",
|
217555
217868
|
"required": [
|
217556
217869
|
"SNSTopicArn",
|
@@ -217652,6 +217965,12 @@ module.exports={
|
|
217652
217965
|
"input_token": "NextToken",
|
217653
217966
|
"limit_key": "MaxResults",
|
217654
217967
|
"output_token": "NextToken"
|
217968
|
+
},
|
217969
|
+
"ListUsers": {
|
217970
|
+
"input_token": "NextToken",
|
217971
|
+
"limit_key": "MaxResults",
|
217972
|
+
"output_token": "NextToken",
|
217973
|
+
"result_key": "Users"
|
217655
217974
|
}
|
217656
217975
|
}
|
217657
217976
|
}
|
@@ -259009,7 +259328,7 @@ AWS.util.update(AWS, {
|
|
259009
259328
|
/**
|
259010
259329
|
* @constant
|
259011
259330
|
*/
|
259012
|
-
VERSION: '2.
|
259331
|
+
VERSION: '2.1396.0',
|
259013
259332
|
|
259014
259333
|
/**
|
259015
259334
|
* @api private
|
@@ -281178,7 +281497,7 @@ var LRUCache = /** @class */ (function () {
|
|
281178
281497
|
}());
|
281179
281498
|
exports.LRUCache = LRUCache;
|
281180
281499
|
},{}],466:[function(require,module,exports){
|
281181
|
-
// AWS SDK for JavaScript v2.
|
281500
|
+
// AWS SDK for JavaScript v2.1396.0
|
281182
281501
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
281183
281502
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
281184
281503
|
require('./browser_loader');
|