cdk-comprehend-s3olap 2.0.237 → 2.0.238
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +0 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +501 -1
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +16 -16
- package/node_modules/aws-sdk/clients/rekognition.d.ts +19 -19
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.d.ts +21 -18
- package/node_modules/esbuild/lib/main.js +10 -9
- package/node_modules/esbuild/package.json +23 -23
- package/package.json +5 -5
@@ -127,7 +127,7 @@
|
|
127
127
|
"output": {
|
128
128
|
}
|
129
129
|
},
|
130
|
-
"description": "
|
130
|
+
"description": "Copies a version of an Amazon Rekognition Custom Labels model from a source project to a destination project.",
|
131
131
|
"id": "copyprojectversion-1658203943815",
|
132
132
|
"title": "CopyProjectVersion"
|
133
133
|
}
|
@@ -152,6 +152,75 @@
|
|
152
152
|
"title": "To create a collection"
|
153
153
|
}
|
154
154
|
],
|
155
|
+
"CreateDataset": [
|
156
|
+
{
|
157
|
+
"input": {
|
158
|
+
"DatasetSource": {
|
159
|
+
"GroundTruthManifest": {
|
160
|
+
"S3Object": {
|
161
|
+
"Bucket": "my-bucket",
|
162
|
+
"Name": "datasets/flowers_training/manifests/output/output.manifest"
|
163
|
+
}
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"DatasetType": "TRAIN",
|
167
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815"
|
168
|
+
},
|
169
|
+
"output": {
|
170
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1690476084535"
|
171
|
+
},
|
172
|
+
"comments": {
|
173
|
+
"input": {
|
174
|
+
},
|
175
|
+
"output": {
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"description": "Creates an Amazon Rekognition Custom Labels dataset with a manifest file stored in an Amazon S3 bucket.",
|
179
|
+
"id": "to-create-an-amazon-rekognition-custom-labels-dataset-1690476237145",
|
180
|
+
"title": "To create an Amazon Rekognition Custom Labels dataset"
|
181
|
+
}
|
182
|
+
],
|
183
|
+
"CreateProject": [
|
184
|
+
{
|
185
|
+
"input": {
|
186
|
+
"ProjectName": "my-project"
|
187
|
+
},
|
188
|
+
"output": {
|
189
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690405809285"
|
190
|
+
},
|
191
|
+
"comments": {
|
192
|
+
"input": {
|
193
|
+
},
|
194
|
+
"output": {
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"description": "Creates an Amazon Rekognition Custom Labels project.",
|
198
|
+
"id": "to-create-an-amazon-rekognition-custom-labels-project-1690405898597",
|
199
|
+
"title": "To create an Amazon Rekognition Custom Labels project"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"CreateProjectVersion": [
|
203
|
+
{
|
204
|
+
"input": {
|
205
|
+
"OutputConfig": {
|
206
|
+
"S3Bucket": "output_bucket",
|
207
|
+
"S3KeyPrefix": "output_folder"
|
208
|
+
},
|
209
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815",
|
210
|
+
"VersionName": "1"
|
211
|
+
},
|
212
|
+
"output": {
|
213
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
214
|
+
},
|
215
|
+
"comments": {
|
216
|
+
"input": {
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"description": "Trains a version of an Amazon Rekognition Custom Labels model.",
|
220
|
+
"id": "to-train-an-amazon-rekognition-custom-labels-model-1690555832843",
|
221
|
+
"title": "To train an Amazon Rekognition Custom Labels model"
|
222
|
+
}
|
223
|
+
],
|
155
224
|
"CreateUser": [
|
156
225
|
{
|
157
226
|
"input": {
|
@@ -188,6 +257,24 @@
|
|
188
257
|
"title": "To delete a collection"
|
189
258
|
}
|
190
259
|
],
|
260
|
+
"DeleteDataset": [
|
261
|
+
{
|
262
|
+
"input": {
|
263
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/test/1690556733321"
|
264
|
+
},
|
265
|
+
"output": {
|
266
|
+
},
|
267
|
+
"comments": {
|
268
|
+
"input": {
|
269
|
+
},
|
270
|
+
"output": {
|
271
|
+
}
|
272
|
+
},
|
273
|
+
"description": "Deletes an Amazon Rekognition Custom Labels dataset.",
|
274
|
+
"id": "to-delete-an-amazon-rekognition-custom-labels-dataset-1690826556349",
|
275
|
+
"title": "To delete an Amazon Rekognition Custom Labels dataset"
|
276
|
+
}
|
277
|
+
],
|
191
278
|
"DeleteFaces": [
|
192
279
|
{
|
193
280
|
"input": {
|
@@ -212,6 +299,25 @@
|
|
212
299
|
"title": "To delete a face"
|
213
300
|
}
|
214
301
|
],
|
302
|
+
"DeleteProject": [
|
303
|
+
{
|
304
|
+
"input": {
|
305
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690405809285"
|
306
|
+
},
|
307
|
+
"output": {
|
308
|
+
"Status": "DELETING"
|
309
|
+
},
|
310
|
+
"comments": {
|
311
|
+
"input": {
|
312
|
+
},
|
313
|
+
"output": {
|
314
|
+
}
|
315
|
+
},
|
316
|
+
"description": "Deletes an Amazon Rekognition Custom Labels projects.",
|
317
|
+
"id": "to-delete-an-amazon-rekognition-custom-labels-project-1690409093478",
|
318
|
+
"title": "To delete an Amazon Rekognition Custom Labels project"
|
319
|
+
}
|
320
|
+
],
|
215
321
|
"DeleteProjectPolicy": [
|
216
322
|
{
|
217
323
|
"input": {
|
@@ -232,6 +338,25 @@
|
|
232
338
|
"title": "DeleteProjectPolicy"
|
233
339
|
}
|
234
340
|
],
|
341
|
+
"DeleteProjectVersion": [
|
342
|
+
{
|
343
|
+
"input": {
|
344
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
345
|
+
},
|
346
|
+
"output": {
|
347
|
+
"Status": "DELETING"
|
348
|
+
},
|
349
|
+
"comments": {
|
350
|
+
"input": {
|
351
|
+
},
|
352
|
+
"output": {
|
353
|
+
}
|
354
|
+
},
|
355
|
+
"description": "Deletes a version of an Amazon Rekognition Custom Labels model.",
|
356
|
+
"id": "to-delete-an-amazon-rekognition-custom-labels-model-1690827562055",
|
357
|
+
"title": "To delete an Amazon Rekognition Custom Labels model"
|
358
|
+
}
|
359
|
+
],
|
235
360
|
"DeleteUser": [
|
236
361
|
{
|
237
362
|
"input": {
|
@@ -250,6 +375,225 @@
|
|
250
375
|
"title": "DeleteUser"
|
251
376
|
}
|
252
377
|
],
|
378
|
+
"DescribeDataset": [
|
379
|
+
{
|
380
|
+
"input": {
|
381
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1690476084535"
|
382
|
+
},
|
383
|
+
"output": {
|
384
|
+
"DatasetDescription": {
|
385
|
+
"CreationTimestamp": "2023-07-27T09:41:24.738000-07:00",
|
386
|
+
"DatasetStats": {
|
387
|
+
"ErrorEntries": 0,
|
388
|
+
"LabeledEntries": 15,
|
389
|
+
"TotalEntries": 15,
|
390
|
+
"TotalLabels": 9
|
391
|
+
},
|
392
|
+
"LastUpdatedTimestamp": "2023-07-28T09:46:45.406000-07:00",
|
393
|
+
"Status": "UPDATE_FAILED",
|
394
|
+
"StatusMessage": "The manifest file contains images from multiple S3 buckets.",
|
395
|
+
"StatusMessageCode": "CLIENT_ERROR"
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"comments": {
|
399
|
+
"input": {
|
400
|
+
},
|
401
|
+
"output": {
|
402
|
+
}
|
403
|
+
},
|
404
|
+
"description": "Describes an Amazon Rekognition Custom Labels dataset.",
|
405
|
+
"id": "to-describe-an-amazon-rekognition-custom-labels-dataset-1690827075604",
|
406
|
+
"title": "To describe an Amazon Rekognition Custom Labels dataset"
|
407
|
+
}
|
408
|
+
],
|
409
|
+
"DescribeProjectVersions": [
|
410
|
+
{
|
411
|
+
"input": {
|
412
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1690474772815",
|
413
|
+
"VersionNames": [
|
414
|
+
"1"
|
415
|
+
]
|
416
|
+
},
|
417
|
+
"output": {
|
418
|
+
"NextToken": "",
|
419
|
+
"ProjectVersionDescriptions": [
|
420
|
+
{
|
421
|
+
"BillableTrainingTimeInSeconds": 1899,
|
422
|
+
"CreationTimestamp": "2023-07-28T08:05:51.958000-07:00",
|
423
|
+
"EvaluationResult": {
|
424
|
+
"F1Score": 1,
|
425
|
+
"Summary": {
|
426
|
+
"S3Object": {
|
427
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
428
|
+
"Name": "my-model-output/EvaluationResultSummary-my-project-1.json"
|
429
|
+
}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"ManifestSummary": {
|
433
|
+
"S3Object": {
|
434
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
435
|
+
"Name": "my-model-output/ManifestSummary-my-project-1.json"
|
436
|
+
}
|
437
|
+
},
|
438
|
+
"OutputConfig": {
|
439
|
+
"S3Bucket": "custom-labels-console-us-east-1-111111111",
|
440
|
+
"S3KeyPrefix": "my-model-output"
|
441
|
+
},
|
442
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958",
|
443
|
+
"Status": "TRAINING_COMPLETED",
|
444
|
+
"StatusMessage": "The model is ready to run.",
|
445
|
+
"TestingDataResult": {
|
446
|
+
"Input": {
|
447
|
+
"AutoCreate": false
|
448
|
+
},
|
449
|
+
"Output": {
|
450
|
+
"Assets": [
|
451
|
+
{
|
452
|
+
"GroundTruthManifest": {
|
453
|
+
"S3Object": {
|
454
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
455
|
+
"Name": "my-model-output/TestingGroundTruth-my-project-1.json"
|
456
|
+
}
|
457
|
+
}
|
458
|
+
}
|
459
|
+
],
|
460
|
+
"AutoCreate": false
|
461
|
+
},
|
462
|
+
"Validation": {
|
463
|
+
"Assets": [
|
464
|
+
{
|
465
|
+
"GroundTruthManifest": {
|
466
|
+
"S3Object": {
|
467
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
468
|
+
"Name": "my-model-output/TestingManifestWithValidation-my-project-1.json"
|
469
|
+
}
|
470
|
+
}
|
471
|
+
}
|
472
|
+
]
|
473
|
+
}
|
474
|
+
},
|
475
|
+
"TrainingDataResult": {
|
476
|
+
"Input": {
|
477
|
+
},
|
478
|
+
"Output": {
|
479
|
+
"Assets": [
|
480
|
+
{
|
481
|
+
"GroundTruthManifest": {
|
482
|
+
"S3Object": {
|
483
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
484
|
+
"Name": "my-model-output/TrainingGroundTruth-my-project-1.json"
|
485
|
+
}
|
486
|
+
}
|
487
|
+
}
|
488
|
+
]
|
489
|
+
},
|
490
|
+
"Validation": {
|
491
|
+
"Assets": [
|
492
|
+
{
|
493
|
+
"GroundTruthManifest": {
|
494
|
+
"S3Object": {
|
495
|
+
"Bucket": "custom-labels-console-us-east-1-111111111",
|
496
|
+
"Name": "my-model-output/TrainingManifestWithValidation-my-project-1.json"
|
497
|
+
}
|
498
|
+
}
|
499
|
+
}
|
500
|
+
]
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"TrainingEndTimestamp": "2023-07-28T08:33:10.827000-07:00"
|
504
|
+
}
|
505
|
+
]
|
506
|
+
},
|
507
|
+
"comments": {
|
508
|
+
"input": {
|
509
|
+
}
|
510
|
+
},
|
511
|
+
"description": "Describes a version of an Amazon Rekognition Custom Labels model.",
|
512
|
+
"id": "to-describes-an-amazon-rekognition-custom-labels-model-1690558265950",
|
513
|
+
"title": "To describe an Amazon Rekognition Custom Labels model"
|
514
|
+
}
|
515
|
+
],
|
516
|
+
"DescribeProjects": [
|
517
|
+
{
|
518
|
+
"input": {
|
519
|
+
"ProjectNames": [
|
520
|
+
"my-project"
|
521
|
+
]
|
522
|
+
},
|
523
|
+
"output": {
|
524
|
+
"ProjectDescriptions": [
|
525
|
+
{
|
526
|
+
"CreationTimestamp": "2022-06-13T15:16:00.634000-07:00",
|
527
|
+
"Datasets": [
|
528
|
+
{
|
529
|
+
"CreationTimestamp": "2022-06-13T15:17:34.620000-07:00",
|
530
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/test/1655158654491",
|
531
|
+
"DatasetType": "TEST",
|
532
|
+
"Status": "CREATE_COMPLETE",
|
533
|
+
"StatusMessage": "The dataset was successfully created from the manifest file.",
|
534
|
+
"StatusMessageCode": "SUCCESS"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"CreationTimestamp": "2022-06-13T15:17:50.118000-07:00",
|
538
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/dataset/train/1655158669954",
|
539
|
+
"DatasetType": "TRAIN",
|
540
|
+
"Status": "CREATE_COMPLETE",
|
541
|
+
"StatusMessage": "The dataset was successfully created from the manifest file.",
|
542
|
+
"StatusMessageCode": "SUCCESS"
|
543
|
+
}
|
544
|
+
],
|
545
|
+
"ProjectArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/1655158560634",
|
546
|
+
"Status": "CREATED"
|
547
|
+
}
|
548
|
+
]
|
549
|
+
},
|
550
|
+
"comments": {
|
551
|
+
"input": {
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
}
|
555
|
+
},
|
556
|
+
"description": "Describes an Amazon Rekognition Custom Labels projects.",
|
557
|
+
"id": "to-describe-an-amazon-rekognition-custom-labels-project-1690400952376",
|
558
|
+
"title": "To describe an Amazon Rekognition Custom Labels project."
|
559
|
+
}
|
560
|
+
],
|
561
|
+
"DetectCustomLabels": [
|
562
|
+
{
|
563
|
+
"input": {
|
564
|
+
"Image": {
|
565
|
+
"S3Object": {
|
566
|
+
"Bucket": "custom-labels-console-us-east-1-1111111111",
|
567
|
+
"Name": "assets/flowers_1_test_dataset/camellia4.jpg"
|
568
|
+
}
|
569
|
+
},
|
570
|
+
"MaxResults": 100,
|
571
|
+
"MinConfidence": 50,
|
572
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/my-project.2023-07-31T11.49.37/1690829378219"
|
573
|
+
},
|
574
|
+
"output": {
|
575
|
+
"CustomLabels": [
|
576
|
+
{
|
577
|
+
"Confidence": 67.56399536132812,
|
578
|
+
"Name": "with_leaves"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"Confidence": 50.65699768066406,
|
582
|
+
"Name": "without_leaves"
|
583
|
+
}
|
584
|
+
]
|
585
|
+
},
|
586
|
+
"comments": {
|
587
|
+
"input": {
|
588
|
+
},
|
589
|
+
"output": {
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"description": "Detects custom labels in an image with an Amazon Rekognition Custom Labels model",
|
593
|
+
"id": "to-detect-custom-labels-in-images-with-an-amazon-rekognition-custom-labels-model-1690832037913",
|
594
|
+
"title": "To detect custom labels in an image with an Amazon Rekognition Custom Labels model"
|
595
|
+
}
|
596
|
+
],
|
253
597
|
"DetectFaces": [
|
254
598
|
{
|
255
599
|
"input": {
|
@@ -395,6 +739,31 @@
|
|
395
739
|
"title": "DisassociateFaces"
|
396
740
|
}
|
397
741
|
],
|
742
|
+
"DistributeDatasetEntries": [
|
743
|
+
{
|
744
|
+
"input": {
|
745
|
+
"Datasets": [
|
746
|
+
{
|
747
|
+
"Arn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106"
|
748
|
+
},
|
749
|
+
{
|
750
|
+
"Arn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/test/1690564858106"
|
751
|
+
}
|
752
|
+
]
|
753
|
+
},
|
754
|
+
"output": {
|
755
|
+
},
|
756
|
+
"comments": {
|
757
|
+
"input": {
|
758
|
+
},
|
759
|
+
"output": {
|
760
|
+
}
|
761
|
+
},
|
762
|
+
"description": "Distributes an Amazon Rekognition Custom Labels training dataset to a test dataset.",
|
763
|
+
"id": "to-distribute-to-an-amazon-rekognition-custom-labels-dataset-1690816977073",
|
764
|
+
"title": "To distribute an Amazon Rekognition Custom Labels dataset"
|
765
|
+
}
|
766
|
+
],
|
398
767
|
"IndexFaces": [
|
399
768
|
{
|
400
769
|
"input": {
|
@@ -562,6 +931,76 @@
|
|
562
931
|
"title": "To list the collections"
|
563
932
|
}
|
564
933
|
],
|
934
|
+
"ListDatasetEntries": [
|
935
|
+
{
|
936
|
+
"input": {
|
937
|
+
"ContainsLabels": [
|
938
|
+
"camellia"
|
939
|
+
],
|
940
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106",
|
941
|
+
"HasErrors": true,
|
942
|
+
"Labeled": true,
|
943
|
+
"MaxResults": 100,
|
944
|
+
"NextToken": "",
|
945
|
+
"SourceRefContains": "camellia4.jpg"
|
946
|
+
},
|
947
|
+
"output": {
|
948
|
+
"DatasetEntries": [
|
949
|
+
"{\"source-ref\":\"s3://custom-labels-console-us-east-1-1111111111/assets/flowers_1_train_dataset/camellia4.jpg\",\"camellia\":1,\"camellia-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/camellia\",\"class-name\":\"camellia\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:32:13.456Z\",\"type\":\"groundtruth/image-classification\"},\"with_leaves\":1,\"with_leaves-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/with_leaves\",\"class-name\":\"with_leaves\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:32:13.456Z\",\"type\":\"groundtruth/image-classification\"},\"cl-metadata\":{\"is_labeled\":true}}"
|
950
|
+
],
|
951
|
+
"NextToken": ""
|
952
|
+
},
|
953
|
+
"comments": {
|
954
|
+
"input": {
|
955
|
+
},
|
956
|
+
"output": {
|
957
|
+
}
|
958
|
+
},
|
959
|
+
"description": "Lists the JSON line entries in an Amazon Rekognition Custom Labels dataset.",
|
960
|
+
"id": "to-list-the-entries-in-an-amazon-rekognition-custom-labels-dataset-1690823292345",
|
961
|
+
"title": "To list the entries in an Amazon Rekognition Custom Labels dataset"
|
962
|
+
}
|
963
|
+
],
|
964
|
+
"ListDatasetLabels": [
|
965
|
+
{
|
966
|
+
"input": {
|
967
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106",
|
968
|
+
"MaxResults": 100,
|
969
|
+
"NextToken": ""
|
970
|
+
},
|
971
|
+
"output": {
|
972
|
+
"DatasetLabelDescriptions": [
|
973
|
+
{
|
974
|
+
"LabelName": "camellia",
|
975
|
+
"LabelStats": {
|
976
|
+
"EntryCount": 1
|
977
|
+
}
|
978
|
+
},
|
979
|
+
{
|
980
|
+
"LabelName": "with_leaves",
|
981
|
+
"LabelStats": {
|
982
|
+
"EntryCount": 2
|
983
|
+
}
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"LabelName": "mediterranean_spurge",
|
987
|
+
"LabelStats": {
|
988
|
+
"EntryCount": 1
|
989
|
+
}
|
990
|
+
}
|
991
|
+
]
|
992
|
+
},
|
993
|
+
"comments": {
|
994
|
+
"input": {
|
995
|
+
},
|
996
|
+
"output": {
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"description": "Lists the JSON line entries in an Amazon Rekognition Custom Labels dataset.",
|
1000
|
+
"id": "to-list-the-entries-in-an-amazon-rekognition-custom-labels-dataset-1690823292345",
|
1001
|
+
"title": "To list the entries in an Amazon Rekognition Custom Labels dataset"
|
1002
|
+
}
|
1003
|
+
],
|
565
1004
|
"ListFaces": [
|
566
1005
|
{
|
567
1006
|
"input": {
|
@@ -926,6 +1365,67 @@
|
|
926
1365
|
"id": "searchusersbyimage-1686183178610",
|
927
1366
|
"title": "SearchUsersByImage"
|
928
1367
|
}
|
1368
|
+
],
|
1369
|
+
"StartProjectVersion": [
|
1370
|
+
{
|
1371
|
+
"input": {
|
1372
|
+
"MaxInferenceUnits": 1,
|
1373
|
+
"MinInferenceUnits": 1,
|
1374
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
1375
|
+
},
|
1376
|
+
"output": {
|
1377
|
+
"Status": "STARTING"
|
1378
|
+
},
|
1379
|
+
"comments": {
|
1380
|
+
"input": {
|
1381
|
+
},
|
1382
|
+
"output": {
|
1383
|
+
}
|
1384
|
+
},
|
1385
|
+
"description": "Starts a version of an Amazon Rekognition Custom Labels model.",
|
1386
|
+
"id": "to-start-an-amazon-rekognition-custom-labels-model-1690559168398",
|
1387
|
+
"title": "To start an Amazon Rekognition Custom Labels model"
|
1388
|
+
}
|
1389
|
+
],
|
1390
|
+
"StopProjectVersion": [
|
1391
|
+
{
|
1392
|
+
"input": {
|
1393
|
+
"ProjectVersionArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-project/version/1/1690556751958"
|
1394
|
+
},
|
1395
|
+
"output": {
|
1396
|
+
"Status": "STOPPING"
|
1397
|
+
},
|
1398
|
+
"comments": {
|
1399
|
+
"input": {
|
1400
|
+
},
|
1401
|
+
"output": {
|
1402
|
+
}
|
1403
|
+
},
|
1404
|
+
"description": "Stops a version of an Amazon Rekognition Custom Labels model.",
|
1405
|
+
"id": "to-stop-an-amazon-rekognition-custom-labels-model-1690561110698",
|
1406
|
+
"title": "To stop an Amazon Rekognition Custom Labels model."
|
1407
|
+
}
|
1408
|
+
],
|
1409
|
+
"UpdateDatasetEntries": [
|
1410
|
+
{
|
1411
|
+
"input": {
|
1412
|
+
"Changes": {
|
1413
|
+
"GroundTruth": "{\"source-ref\":\"s3://custom-labels-console-us-east-1-111111111/assets/flowers_1_test_dataset/mediterranean_spurge4.jpg\",\"mediterranean_spurge\":1,\"mediterranean_spurge-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/mediterranean_spurge\",\"class-name\":\"mediterranean_spurge\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:33:42.025Z\",\"type\":\"groundtruth/image-classification\"},\"with_leaves\":1,\"with_leaves-metadata\":{\"confidence\":1,\"job-name\":\"labeling-job/with_leaves\",\"class-name\":\"with_leaves\",\"human-annotated\":\"yes\",\"creation-date\":\"2021-07-11T03:33:42.025Z\",\"type\":\"groundtruth/image-classification\"}}"
|
1414
|
+
},
|
1415
|
+
"DatasetArn": "arn:aws:rekognition:us-east-1:111122223333:project/my-proj-2/dataset/train/1690564858106"
|
1416
|
+
},
|
1417
|
+
"output": {
|
1418
|
+
},
|
1419
|
+
"comments": {
|
1420
|
+
"input": {
|
1421
|
+
},
|
1422
|
+
"output": {
|
1423
|
+
}
|
1424
|
+
},
|
1425
|
+
"description": "Adds dataset entries to an Amazon Rekognition Custom Labels dataset.",
|
1426
|
+
"id": "to-add-dataset-entries-to-an-amazon-rekognition-custom-labels-dataset-1690816977073",
|
1427
|
+
"title": "To-add dataset entries to an Amazon Rekognition Custom Labels dataset"
|
1428
|
+
}
|
929
1429
|
]
|
930
1430
|
}
|
931
1431
|
}
|
@@ -212,7 +212,7 @@ declare namespace IVSRealTime {
|
|
212
212
|
}
|
213
213
|
export interface Event {
|
214
214
|
/**
|
215
|
-
* If the event is an error event, the error code is provided to give insight into the specific error that occurred. If the event is not an error event, this field is null. INSUFFICIENT_CAPABILITIES indicates that the participant tried to take an action that the participant’s token is not allowed to do. For more information about participant capabilities, see the capabilities field in CreateParticipantToken.
|
215
|
+
* If the event is an error event, the error code is provided to give insight into the specific error that occurred. If the event is not an error event, this field is null. INSUFFICIENT_CAPABILITIES indicates that the participant tried to take an action that the participant’s token is not allowed to do. For more information about participant capabilities, see the capabilities field in CreateParticipantToken. QUOTA_EXCEEDED indicates that the number of participants who want to publish/subscribe to a stage exceeds the quota; for more information, see Service Quotas. PUBLISHER_NOT_FOUND indicates that the participant tried to subscribe to a publisher that doesn’t exist.
|
216
216
|
*/
|
217
217
|
errorCode?: EventErrorCode;
|
218
218
|
/**
|
@@ -232,7 +232,7 @@ declare namespace IVSRealTime {
|
|
232
232
|
*/
|
233
233
|
remoteParticipantId?: ParticipantId;
|
234
234
|
}
|
235
|
-
export type EventErrorCode = "INSUFFICIENT_CAPABILITIES"|string;
|
235
|
+
export type EventErrorCode = "INSUFFICIENT_CAPABILITIES"|"QUOTA_EXCEEDED"|"PUBLISHER_NOT_FOUND"|string;
|
236
236
|
export type EventList = Event[];
|
237
237
|
export type EventName = "JOINED"|"LEFT"|"PUBLISH_STARTED"|"PUBLISH_STOPPED"|"SUBSCRIBE_STARTED"|"SUBSCRIBE_STOPPED"|"PUBLISH_ERROR"|"SUBSCRIBE_ERROR"|"JOIN_ERROR"|string;
|
238
238
|
export interface GetParticipantRequest {
|
@@ -220,11 +220,11 @@ declare class KinesisVideo extends Service {
|
|
220
220
|
*/
|
221
221
|
updateImageGenerationConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateImageGenerationConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateImageGenerationConfigurationOutput, AWSError>;
|
222
222
|
/**
|
223
|
-
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided.
|
223
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
|
224
224
|
*/
|
225
225
|
updateMediaStorageConfiguration(params: KinesisVideo.Types.UpdateMediaStorageConfigurationInput, callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
226
226
|
/**
|
227
|
-
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided.
|
227
|
+
* Associates a SignalingChannel to a stream to store the media. There are two signaling modes that can specified : If the StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed. If the StorageStatus is enabled, the data will be stored in the StreamARN provided. If StorageStatus is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers connect directly to the storage session. You must call the JoinStorageSession API to trigger an SDP offer send and establish a connection between a peer and the storage session.
|
228
228
|
*/
|
229
229
|
updateMediaStorageConfiguration(callback?: (err: AWSError, data: KinesisVideo.Types.UpdateMediaStorageConfigurationOutput) => void): Request<KinesisVideo.Types.UpdateMediaStorageConfigurationOutput, AWSError>;
|
230
230
|
/**
|