cdk-docker-image-deployment 0.0.178 → 0.0.180

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.
Files changed (44) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +64 -7
  8. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +692 -153
  9. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +15 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1275 -1272
  11. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +249 -215
  12. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +62 -2
  13. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +282 -110
  14. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +35 -29
  15. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +142 -141
  16. package/node_modules/aws-sdk/apis/pi-2018-02-27.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +42 -42
  18. package/node_modules/aws-sdk/apis/pricing-2017-10-15.min.json +62 -0
  19. package/node_modules/aws-sdk/apis/pricing-2017-10-15.paginators.json +12 -3
  20. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +40 -0
  21. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +20 -14
  23. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +59 -9
  24. package/node_modules/aws-sdk/clients/comprehend.d.ts +851 -52
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +82 -77
  26. package/node_modules/aws-sdk/clients/iot.d.ts +40 -4
  27. package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
  28. package/node_modules/aws-sdk/clients/lightsail.d.ts +241 -2
  29. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +21 -13
  30. package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/omics.d.ts +33 -28
  32. package/node_modules/aws-sdk/clients/organizations.d.ts +10 -10
  33. package/node_modules/aws-sdk/clients/pi.d.ts +5 -0
  34. package/node_modules/aws-sdk/clients/pipes.d.ts +4 -5
  35. package/node_modules/aws-sdk/clients/pricing.d.ts +96 -1
  36. package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -0
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +15 -14
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +2321 -1659
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +4 -4
@@ -359,6 +359,105 @@
359
359
  }
360
360
  }
361
361
  },
362
+ "CreateDataset": {
363
+ "input": {
364
+ "type": "structure",
365
+ "required": [
366
+ "FlywheelArn",
367
+ "DatasetName",
368
+ "InputDataConfig"
369
+ ],
370
+ "members": {
371
+ "FlywheelArn": {},
372
+ "DatasetName": {},
373
+ "DatasetType": {},
374
+ "Description": {},
375
+ "InputDataConfig": {
376
+ "type": "structure",
377
+ "members": {
378
+ "AugmentedManifests": {
379
+ "type": "list",
380
+ "member": {
381
+ "type": "structure",
382
+ "required": [
383
+ "AttributeNames",
384
+ "S3Uri"
385
+ ],
386
+ "members": {
387
+ "AttributeNames": {
388
+ "shape": "S2l"
389
+ },
390
+ "S3Uri": {},
391
+ "AnnotationDataS3Uri": {},
392
+ "SourceDocumentsS3Uri": {},
393
+ "DocumentType": {}
394
+ }
395
+ }
396
+ },
397
+ "DataFormat": {},
398
+ "DocumentClassifierInputDataConfig": {
399
+ "type": "structure",
400
+ "required": [
401
+ "S3Uri"
402
+ ],
403
+ "members": {
404
+ "S3Uri": {},
405
+ "LabelDelimiter": {}
406
+ }
407
+ },
408
+ "EntityRecognizerInputDataConfig": {
409
+ "type": "structure",
410
+ "required": [
411
+ "Documents"
412
+ ],
413
+ "members": {
414
+ "Annotations": {
415
+ "type": "structure",
416
+ "required": [
417
+ "S3Uri"
418
+ ],
419
+ "members": {
420
+ "S3Uri": {}
421
+ }
422
+ },
423
+ "Documents": {
424
+ "type": "structure",
425
+ "required": [
426
+ "S3Uri"
427
+ ],
428
+ "members": {
429
+ "S3Uri": {},
430
+ "InputFormat": {}
431
+ }
432
+ },
433
+ "EntityList": {
434
+ "type": "structure",
435
+ "required": [
436
+ "S3Uri"
437
+ ],
438
+ "members": {
439
+ "S3Uri": {}
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+ },
446
+ "ClientRequestToken": {
447
+ "idempotencyToken": true
448
+ },
449
+ "Tags": {
450
+ "shape": "S2y"
451
+ }
452
+ }
453
+ },
454
+ "output": {
455
+ "type": "structure",
456
+ "members": {
457
+ "DatasetArn": {}
458
+ }
459
+ }
460
+ },
362
461
  "CreateDocumentClassifier": {
363
462
  "input": {
364
463
  "type": "structure",
@@ -373,13 +472,13 @@
373
472
  "VersionName": {},
374
473
  "DataAccessRoleArn": {},
375
474
  "Tags": {
376
- "shape": "S2h"
475
+ "shape": "S2y"
377
476
  },
378
477
  "InputDataConfig": {
379
- "shape": "S2l"
478
+ "shape": "S37"
380
479
  },
381
480
  "OutputDataConfig": {
382
- "shape": "S2v"
481
+ "shape": "S3c"
383
482
  },
384
483
  "ClientRequestToken": {
385
484
  "idempotencyToken": true
@@ -387,7 +486,7 @@
387
486
  "LanguageCode": {},
388
487
  "VolumeKmsKeyId": {},
389
488
  "VpcConfig": {
390
- "shape": "S2y"
489
+ "shape": "S3e"
391
490
  },
392
491
  "Mode": {},
393
492
  "ModelKmsKeyId": {},
@@ -406,7 +505,6 @@
406
505
  "type": "structure",
407
506
  "required": [
408
507
  "EndpointName",
409
- "ModelArn",
410
508
  "DesiredInferenceUnits"
411
509
  ],
412
510
  "members": {
@@ -419,15 +517,17 @@
419
517
  "idempotencyToken": true
420
518
  },
421
519
  "Tags": {
422
- "shape": "S2h"
520
+ "shape": "S2y"
423
521
  },
424
- "DataAccessRoleArn": {}
522
+ "DataAccessRoleArn": {},
523
+ "FlywheelArn": {}
425
524
  }
426
525
  },
427
526
  "output": {
428
527
  "type": "structure",
429
528
  "members": {
430
- "EndpointArn": {}
529
+ "EndpointArn": {},
530
+ "ModelArn": {}
431
531
  }
432
532
  }
433
533
  },
@@ -445,10 +545,10 @@
445
545
  "VersionName": {},
446
546
  "DataAccessRoleArn": {},
447
547
  "Tags": {
448
- "shape": "S2h"
548
+ "shape": "S2y"
449
549
  },
450
550
  "InputDataConfig": {
451
- "shape": "S3e"
551
+ "shape": "S3u"
452
552
  },
453
553
  "ClientRequestToken": {
454
554
  "idempotencyToken": true
@@ -456,7 +556,7 @@
456
556
  "LanguageCode": {},
457
557
  "VolumeKmsKeyId": {},
458
558
  "VpcConfig": {
459
- "shape": "S2y"
559
+ "shape": "S3e"
460
560
  },
461
561
  "ModelKmsKeyId": {},
462
562
  "ModelPolicy": {}
@@ -469,6 +569,42 @@
469
569
  }
470
570
  }
471
571
  },
572
+ "CreateFlywheel": {
573
+ "input": {
574
+ "type": "structure",
575
+ "required": [
576
+ "FlywheelName",
577
+ "DataAccessRoleArn",
578
+ "DataLakeS3Uri"
579
+ ],
580
+ "members": {
581
+ "FlywheelName": {},
582
+ "ActiveModelArn": {},
583
+ "DataAccessRoleArn": {},
584
+ "TaskConfig": {
585
+ "shape": "S46"
586
+ },
587
+ "ModelType": {},
588
+ "DataLakeS3Uri": {},
589
+ "DataSecurityConfig": {
590
+ "shape": "S4d"
591
+ },
592
+ "ClientRequestToken": {
593
+ "idempotencyToken": true
594
+ },
595
+ "Tags": {
596
+ "shape": "S2y"
597
+ }
598
+ }
599
+ },
600
+ "output": {
601
+ "type": "structure",
602
+ "members": {
603
+ "FlywheelArn": {},
604
+ "ActiveModelArn": {}
605
+ }
606
+ }
607
+ },
472
608
  "DeleteDocumentClassifier": {
473
609
  "input": {
474
610
  "type": "structure",
@@ -514,6 +650,21 @@
514
650
  "members": {}
515
651
  }
516
652
  },
653
+ "DeleteFlywheel": {
654
+ "input": {
655
+ "type": "structure",
656
+ "required": [
657
+ "FlywheelArn"
658
+ ],
659
+ "members": {
660
+ "FlywheelArn": {}
661
+ }
662
+ },
663
+ "output": {
664
+ "type": "structure",
665
+ "members": {}
666
+ }
667
+ },
517
668
  "DeleteResourcePolicy": {
518
669
  "input": {
519
670
  "type": "structure",
@@ -530,6 +681,25 @@
530
681
  "members": {}
531
682
  }
532
683
  },
684
+ "DescribeDataset": {
685
+ "input": {
686
+ "type": "structure",
687
+ "required": [
688
+ "DatasetArn"
689
+ ],
690
+ "members": {
691
+ "DatasetArn": {}
692
+ }
693
+ },
694
+ "output": {
695
+ "type": "structure",
696
+ "members": {
697
+ "DatasetProperties": {
698
+ "shape": "S4s"
699
+ }
700
+ }
701
+ }
702
+ },
533
703
  "DescribeDocumentClassificationJob": {
534
704
  "input": {
535
705
  "type": "structure",
@@ -544,7 +714,7 @@
544
714
  "type": "structure",
545
715
  "members": {
546
716
  "DocumentClassificationJobProperties": {
547
- "shape": "S42"
717
+ "shape": "S50"
548
718
  }
549
719
  }
550
720
  }
@@ -563,7 +733,7 @@
563
733
  "type": "structure",
564
734
  "members": {
565
735
  "DocumentClassifierProperties": {
566
- "shape": "S4c"
736
+ "shape": "S58"
567
737
  }
568
738
  }
569
739
  }
@@ -582,7 +752,7 @@
582
752
  "type": "structure",
583
753
  "members": {
584
754
  "DominantLanguageDetectionJobProperties": {
585
- "shape": "S4j"
755
+ "shape": "S5f"
586
756
  }
587
757
  }
588
758
  }
@@ -601,7 +771,7 @@
601
771
  "type": "structure",
602
772
  "members": {
603
773
  "EndpointProperties": {
604
- "shape": "S4m"
774
+ "shape": "S5i"
605
775
  }
606
776
  }
607
777
  }
@@ -620,7 +790,7 @@
620
790
  "type": "structure",
621
791
  "members": {
622
792
  "EntitiesDetectionJobProperties": {
623
- "shape": "S4q"
793
+ "shape": "S5m"
624
794
  }
625
795
  }
626
796
  }
@@ -639,7 +809,7 @@
639
809
  "type": "structure",
640
810
  "members": {
641
811
  "EntityRecognizerProperties": {
642
- "shape": "S4t"
812
+ "shape": "S5p"
643
813
  }
644
814
  }
645
815
  }
@@ -658,7 +828,47 @@
658
828
  "type": "structure",
659
829
  "members": {
660
830
  "EventsDetectionJobProperties": {
661
- "shape": "S51"
831
+ "shape": "S5y"
832
+ }
833
+ }
834
+ }
835
+ },
836
+ "DescribeFlywheel": {
837
+ "input": {
838
+ "type": "structure",
839
+ "required": [
840
+ "FlywheelArn"
841
+ ],
842
+ "members": {
843
+ "FlywheelArn": {}
844
+ }
845
+ },
846
+ "output": {
847
+ "type": "structure",
848
+ "members": {
849
+ "FlywheelProperties": {
850
+ "shape": "S63"
851
+ }
852
+ }
853
+ }
854
+ },
855
+ "DescribeFlywheelIteration": {
856
+ "input": {
857
+ "type": "structure",
858
+ "required": [
859
+ "FlywheelArn",
860
+ "FlywheelIterationId"
861
+ ],
862
+ "members": {
863
+ "FlywheelArn": {},
864
+ "FlywheelIterationId": {}
865
+ }
866
+ },
867
+ "output": {
868
+ "type": "structure",
869
+ "members": {
870
+ "FlywheelIterationProperties": {
871
+ "shape": "S68"
662
872
  }
663
873
  }
664
874
  }
@@ -677,7 +887,7 @@
677
887
  "type": "structure",
678
888
  "members": {
679
889
  "KeyPhrasesDetectionJobProperties": {
680
- "shape": "S56"
890
+ "shape": "S6d"
681
891
  }
682
892
  }
683
893
  }
@@ -696,7 +906,7 @@
696
906
  "type": "structure",
697
907
  "members": {
698
908
  "PiiEntitiesDetectionJobProperties": {
699
- "shape": "S59"
909
+ "shape": "S6g"
700
910
  }
701
911
  }
702
912
  }
@@ -739,7 +949,7 @@
739
949
  "type": "structure",
740
950
  "members": {
741
951
  "SentimentDetectionJobProperties": {
742
- "shape": "S5k"
952
+ "shape": "S6r"
743
953
  }
744
954
  }
745
955
  }
@@ -758,7 +968,7 @@
758
968
  "type": "structure",
759
969
  "members": {
760
970
  "TargetedSentimentDetectionJobProperties": {
761
- "shape": "S5n"
971
+ "shape": "S6u"
762
972
  }
763
973
  }
764
974
  }
@@ -777,7 +987,7 @@
777
987
  "type": "structure",
778
988
  "members": {
779
989
  "TopicsDetectionJobProperties": {
780
- "shape": "S5q"
990
+ "shape": "S6x"
781
991
  }
782
992
  }
783
993
  }
@@ -1049,7 +1259,7 @@
1049
1259
  "ModelKmsKeyId": {},
1050
1260
  "DataAccessRoleArn": {},
1051
1261
  "Tags": {
1052
- "shape": "S2h"
1262
+ "shape": "S2y"
1053
1263
  }
1054
1264
  }
1055
1265
  },
@@ -1060,6 +1270,43 @@
1060
1270
  }
1061
1271
  }
1062
1272
  },
1273
+ "ListDatasets": {
1274
+ "input": {
1275
+ "type": "structure",
1276
+ "members": {
1277
+ "FlywheelArn": {},
1278
+ "Filter": {
1279
+ "type": "structure",
1280
+ "members": {
1281
+ "Status": {},
1282
+ "DatasetType": {},
1283
+ "CreationTimeAfter": {
1284
+ "type": "timestamp"
1285
+ },
1286
+ "CreationTimeBefore": {
1287
+ "type": "timestamp"
1288
+ }
1289
+ }
1290
+ },
1291
+ "NextToken": {},
1292
+ "MaxResults": {
1293
+ "type": "integer"
1294
+ }
1295
+ }
1296
+ },
1297
+ "output": {
1298
+ "type": "structure",
1299
+ "members": {
1300
+ "DatasetPropertiesList": {
1301
+ "type": "list",
1302
+ "member": {
1303
+ "shape": "S4s"
1304
+ }
1305
+ },
1306
+ "NextToken": {}
1307
+ }
1308
+ }
1309
+ },
1063
1310
  "ListDocumentClassificationJobs": {
1064
1311
  "input": {
1065
1312
  "type": "structure",
@@ -1089,7 +1336,7 @@
1089
1336
  "DocumentClassificationJobPropertiesList": {
1090
1337
  "type": "list",
1091
1338
  "member": {
1092
- "shape": "S42"
1339
+ "shape": "S50"
1093
1340
  }
1094
1341
  },
1095
1342
  "NextToken": {}
@@ -1159,7 +1406,7 @@
1159
1406
  "DocumentClassifierPropertiesList": {
1160
1407
  "type": "list",
1161
1408
  "member": {
1162
- "shape": "S4c"
1409
+ "shape": "S58"
1163
1410
  }
1164
1411
  },
1165
1412
  "NextToken": {}
@@ -1195,7 +1442,7 @@
1195
1442
  "DominantLanguageDetectionJobPropertiesList": {
1196
1443
  "type": "list",
1197
1444
  "member": {
1198
- "shape": "S4j"
1445
+ "shape": "S5f"
1199
1446
  }
1200
1447
  },
1201
1448
  "NextToken": {}
@@ -1231,7 +1478,7 @@
1231
1478
  "EndpointPropertiesList": {
1232
1479
  "type": "list",
1233
1480
  "member": {
1234
- "shape": "S4m"
1481
+ "shape": "S5i"
1235
1482
  }
1236
1483
  },
1237
1484
  "NextToken": {}
@@ -1267,7 +1514,7 @@
1267
1514
  "EntitiesDetectionJobPropertiesList": {
1268
1515
  "type": "list",
1269
1516
  "member": {
1270
- "shape": "S4q"
1517
+ "shape": "S5m"
1271
1518
  }
1272
1519
  },
1273
1520
  "NextToken": {}
@@ -1337,7 +1584,7 @@
1337
1584
  "EntityRecognizerPropertiesList": {
1338
1585
  "type": "list",
1339
1586
  "member": {
1340
- "shape": "S4t"
1587
+ "shape": "S5p"
1341
1588
  }
1342
1589
  },
1343
1590
  "NextToken": {}
@@ -1373,7 +1620,95 @@
1373
1620
  "EventsDetectionJobPropertiesList": {
1374
1621
  "type": "list",
1375
1622
  "member": {
1376
- "shape": "S51"
1623
+ "shape": "S5y"
1624
+ }
1625
+ },
1626
+ "NextToken": {}
1627
+ }
1628
+ }
1629
+ },
1630
+ "ListFlywheelIterationHistory": {
1631
+ "input": {
1632
+ "type": "structure",
1633
+ "required": [
1634
+ "FlywheelArn"
1635
+ ],
1636
+ "members": {
1637
+ "FlywheelArn": {},
1638
+ "Filter": {
1639
+ "type": "structure",
1640
+ "members": {
1641
+ "CreationTimeAfter": {
1642
+ "type": "timestamp"
1643
+ },
1644
+ "CreationTimeBefore": {
1645
+ "type": "timestamp"
1646
+ }
1647
+ }
1648
+ },
1649
+ "NextToken": {},
1650
+ "MaxResults": {
1651
+ "type": "integer"
1652
+ }
1653
+ }
1654
+ },
1655
+ "output": {
1656
+ "type": "structure",
1657
+ "members": {
1658
+ "FlywheelIterationPropertiesList": {
1659
+ "type": "list",
1660
+ "member": {
1661
+ "shape": "S68"
1662
+ }
1663
+ },
1664
+ "NextToken": {}
1665
+ }
1666
+ }
1667
+ },
1668
+ "ListFlywheels": {
1669
+ "input": {
1670
+ "type": "structure",
1671
+ "members": {
1672
+ "Filter": {
1673
+ "type": "structure",
1674
+ "members": {
1675
+ "Status": {},
1676
+ "CreationTimeAfter": {
1677
+ "type": "timestamp"
1678
+ },
1679
+ "CreationTimeBefore": {
1680
+ "type": "timestamp"
1681
+ }
1682
+ }
1683
+ },
1684
+ "NextToken": {},
1685
+ "MaxResults": {
1686
+ "type": "integer"
1687
+ }
1688
+ }
1689
+ },
1690
+ "output": {
1691
+ "type": "structure",
1692
+ "members": {
1693
+ "FlywheelSummaryList": {
1694
+ "type": "list",
1695
+ "member": {
1696
+ "type": "structure",
1697
+ "members": {
1698
+ "FlywheelArn": {},
1699
+ "ActiveModelArn": {},
1700
+ "DataLakeS3Uri": {},
1701
+ "Status": {},
1702
+ "ModelType": {},
1703
+ "Message": {},
1704
+ "CreationTime": {
1705
+ "type": "timestamp"
1706
+ },
1707
+ "LastModifiedTime": {
1708
+ "type": "timestamp"
1709
+ },
1710
+ "LatestFlywheelIteration": {}
1711
+ }
1377
1712
  }
1378
1713
  },
1379
1714
  "NextToken": {}
@@ -1409,7 +1744,7 @@
1409
1744
  "KeyPhrasesDetectionJobPropertiesList": {
1410
1745
  "type": "list",
1411
1746
  "member": {
1412
- "shape": "S56"
1747
+ "shape": "S6d"
1413
1748
  }
1414
1749
  },
1415
1750
  "NextToken": {}
@@ -1445,7 +1780,7 @@
1445
1780
  "PiiEntitiesDetectionJobPropertiesList": {
1446
1781
  "type": "list",
1447
1782
  "member": {
1448
- "shape": "S59"
1783
+ "shape": "S6g"
1449
1784
  }
1450
1785
  },
1451
1786
  "NextToken": {}
@@ -1481,7 +1816,7 @@
1481
1816
  "SentimentDetectionJobPropertiesList": {
1482
1817
  "type": "list",
1483
1818
  "member": {
1484
- "shape": "S5k"
1819
+ "shape": "S6r"
1485
1820
  }
1486
1821
  },
1487
1822
  "NextToken": {}
@@ -1503,7 +1838,7 @@
1503
1838
  "members": {
1504
1839
  "ResourceArn": {},
1505
1840
  "Tags": {
1506
- "shape": "S2h"
1841
+ "shape": "S2y"
1507
1842
  }
1508
1843
  }
1509
1844
  }
@@ -1537,7 +1872,7 @@
1537
1872
  "TargetedSentimentDetectionJobPropertiesList": {
1538
1873
  "type": "list",
1539
1874
  "member": {
1540
- "shape": "S5n"
1875
+ "shape": "S6u"
1541
1876
  }
1542
1877
  },
1543
1878
  "NextToken": {}
@@ -1573,7 +1908,7 @@
1573
1908
  "TopicsDetectionJobPropertiesList": {
1574
1909
  "type": "list",
1575
1910
  "member": {
1576
- "shape": "S5q"
1911
+ "shape": "S6x"
1577
1912
  }
1578
1913
  },
1579
1914
  "NextToken": {}
@@ -1604,7 +1939,6 @@
1604
1939
  "input": {
1605
1940
  "type": "structure",
1606
1941
  "required": [
1607
- "DocumentClassifierArn",
1608
1942
  "InputDataConfig",
1609
1943
  "OutputDataConfig",
1610
1944
  "DataAccessRoleArn"
@@ -1613,10 +1947,10 @@
1613
1947
  "JobName": {},
1614
1948
  "DocumentClassifierArn": {},
1615
1949
  "InputDataConfig": {
1616
- "shape": "S48"
1950
+ "shape": "S54"
1617
1951
  },
1618
1952
  "OutputDataConfig": {
1619
- "shape": "S49"
1953
+ "shape": "S55"
1620
1954
  },
1621
1955
  "DataAccessRoleArn": {},
1622
1956
  "ClientRequestToken": {
@@ -1624,11 +1958,12 @@
1624
1958
  },
1625
1959
  "VolumeKmsKeyId": {},
1626
1960
  "VpcConfig": {
1627
- "shape": "S2y"
1961
+ "shape": "S3e"
1628
1962
  },
1629
1963
  "Tags": {
1630
- "shape": "S2h"
1631
- }
1964
+ "shape": "S2y"
1965
+ },
1966
+ "FlywheelArn": {}
1632
1967
  }
1633
1968
  },
1634
1969
  "output": {
@@ -1636,7 +1971,8 @@
1636
1971
  "members": {
1637
1972
  "JobId": {},
1638
1973
  "JobArn": {},
1639
- "JobStatus": {}
1974
+ "JobStatus": {},
1975
+ "DocumentClassifierArn": {}
1640
1976
  }
1641
1977
  }
1642
1978
  },
@@ -1650,10 +1986,10 @@
1650
1986
  ],
1651
1987
  "members": {
1652
1988
  "InputDataConfig": {
1653
- "shape": "S48"
1989
+ "shape": "S54"
1654
1990
  },
1655
1991
  "OutputDataConfig": {
1656
- "shape": "S49"
1992
+ "shape": "S55"
1657
1993
  },
1658
1994
  "DataAccessRoleArn": {},
1659
1995
  "JobName": {},
@@ -1662,10 +1998,10 @@
1662
1998
  },
1663
1999
  "VolumeKmsKeyId": {},
1664
2000
  "VpcConfig": {
1665
- "shape": "S2y"
2001
+ "shape": "S3e"
1666
2002
  },
1667
2003
  "Tags": {
1668
- "shape": "S2h"
2004
+ "shape": "S2y"
1669
2005
  }
1670
2006
  }
1671
2007
  },
@@ -1689,10 +2025,10 @@
1689
2025
  ],
1690
2026
  "members": {
1691
2027
  "InputDataConfig": {
1692
- "shape": "S48"
2028
+ "shape": "S54"
1693
2029
  },
1694
2030
  "OutputDataConfig": {
1695
- "shape": "S49"
2031
+ "shape": "S55"
1696
2032
  },
1697
2033
  "DataAccessRoleArn": {},
1698
2034
  "JobName": {},
@@ -1703,11 +2039,12 @@
1703
2039
  },
1704
2040
  "VolumeKmsKeyId": {},
1705
2041
  "VpcConfig": {
1706
- "shape": "S2y"
2042
+ "shape": "S3e"
1707
2043
  },
1708
2044
  "Tags": {
1709
- "shape": "S2h"
1710
- }
2045
+ "shape": "S2y"
2046
+ },
2047
+ "FlywheelArn": {}
1711
2048
  }
1712
2049
  },
1713
2050
  "output": {
@@ -1715,7 +2052,8 @@
1715
2052
  "members": {
1716
2053
  "JobId": {},
1717
2054
  "JobArn": {},
1718
- "JobStatus": {}
2055
+ "JobStatus": {},
2056
+ "EntityRecognizerArn": {}
1719
2057
  }
1720
2058
  }
1721
2059
  },
@@ -1731,10 +2069,10 @@
1731
2069
  ],
1732
2070
  "members": {
1733
2071
  "InputDataConfig": {
1734
- "shape": "S48"
2072
+ "shape": "S54"
1735
2073
  },
1736
2074
  "OutputDataConfig": {
1737
- "shape": "S49"
2075
+ "shape": "S55"
1738
2076
  },
1739
2077
  "DataAccessRoleArn": {},
1740
2078
  "JobName": {},
@@ -1743,10 +2081,10 @@
1743
2081
  "idempotencyToken": true
1744
2082
  },
1745
2083
  "TargetEventTypes": {
1746
- "shape": "S52"
2084
+ "shape": "S5z"
1747
2085
  },
1748
2086
  "Tags": {
1749
- "shape": "S2h"
2087
+ "shape": "S2y"
1750
2088
  }
1751
2089
  }
1752
2090
  },
@@ -1759,6 +2097,25 @@
1759
2097
  }
1760
2098
  }
1761
2099
  },
2100
+ "StartFlywheelIteration": {
2101
+ "input": {
2102
+ "type": "structure",
2103
+ "required": [
2104
+ "FlywheelArn"
2105
+ ],
2106
+ "members": {
2107
+ "FlywheelArn": {},
2108
+ "ClientRequestToken": {}
2109
+ }
2110
+ },
2111
+ "output": {
2112
+ "type": "structure",
2113
+ "members": {
2114
+ "FlywheelArn": {},
2115
+ "FlywheelIterationId": {}
2116
+ }
2117
+ }
2118
+ },
1762
2119
  "StartKeyPhrasesDetectionJob": {
1763
2120
  "input": {
1764
2121
  "type": "structure",
@@ -1770,10 +2127,10 @@
1770
2127
  ],
1771
2128
  "members": {
1772
2129
  "InputDataConfig": {
1773
- "shape": "S48"
2130
+ "shape": "S54"
1774
2131
  },
1775
2132
  "OutputDataConfig": {
1776
- "shape": "S49"
2133
+ "shape": "S55"
1777
2134
  },
1778
2135
  "DataAccessRoleArn": {},
1779
2136
  "JobName": {},
@@ -1783,10 +2140,10 @@
1783
2140
  },
1784
2141
  "VolumeKmsKeyId": {},
1785
2142
  "VpcConfig": {
1786
- "shape": "S2y"
2143
+ "shape": "S3e"
1787
2144
  },
1788
2145
  "Tags": {
1789
- "shape": "S2h"
2146
+ "shape": "S2y"
1790
2147
  }
1791
2148
  }
1792
2149
  },
@@ -1811,14 +2168,14 @@
1811
2168
  ],
1812
2169
  "members": {
1813
2170
  "InputDataConfig": {
1814
- "shape": "S48"
2171
+ "shape": "S54"
1815
2172
  },
1816
2173
  "OutputDataConfig": {
1817
- "shape": "S49"
2174
+ "shape": "S55"
1818
2175
  },
1819
2176
  "Mode": {},
1820
2177
  "RedactionConfig": {
1821
- "shape": "S5b"
2178
+ "shape": "S6i"
1822
2179
  },
1823
2180
  "DataAccessRoleArn": {},
1824
2181
  "JobName": {},
@@ -1827,7 +2184,7 @@
1827
2184
  "idempotencyToken": true
1828
2185
  },
1829
2186
  "Tags": {
1830
- "shape": "S2h"
2187
+ "shape": "S2y"
1831
2188
  }
1832
2189
  }
1833
2190
  },
@@ -1851,10 +2208,10 @@
1851
2208
  ],
1852
2209
  "members": {
1853
2210
  "InputDataConfig": {
1854
- "shape": "S48"
2211
+ "shape": "S54"
1855
2212
  },
1856
2213
  "OutputDataConfig": {
1857
- "shape": "S49"
2214
+ "shape": "S55"
1858
2215
  },
1859
2216
  "DataAccessRoleArn": {},
1860
2217
  "JobName": {},
@@ -1864,10 +2221,10 @@
1864
2221
  },
1865
2222
  "VolumeKmsKeyId": {},
1866
2223
  "VpcConfig": {
1867
- "shape": "S2y"
2224
+ "shape": "S3e"
1868
2225
  },
1869
2226
  "Tags": {
1870
- "shape": "S2h"
2227
+ "shape": "S2y"
1871
2228
  }
1872
2229
  }
1873
2230
  },
@@ -1891,10 +2248,10 @@
1891
2248
  ],
1892
2249
  "members": {
1893
2250
  "InputDataConfig": {
1894
- "shape": "S48"
2251
+ "shape": "S54"
1895
2252
  },
1896
2253
  "OutputDataConfig": {
1897
- "shape": "S49"
2254
+ "shape": "S55"
1898
2255
  },
1899
2256
  "DataAccessRoleArn": {},
1900
2257
  "JobName": {},
@@ -1904,10 +2261,10 @@
1904
2261
  },
1905
2262
  "VolumeKmsKeyId": {},
1906
2263
  "VpcConfig": {
1907
- "shape": "S2y"
2264
+ "shape": "S3e"
1908
2265
  },
1909
2266
  "Tags": {
1910
- "shape": "S2h"
2267
+ "shape": "S2y"
1911
2268
  }
1912
2269
  }
1913
2270
  },
@@ -1930,10 +2287,10 @@
1930
2287
  ],
1931
2288
  "members": {
1932
2289
  "InputDataConfig": {
1933
- "shape": "S48"
2290
+ "shape": "S54"
1934
2291
  },
1935
2292
  "OutputDataConfig": {
1936
- "shape": "S49"
2293
+ "shape": "S55"
1937
2294
  },
1938
2295
  "DataAccessRoleArn": {},
1939
2296
  "JobName": {},
@@ -1945,10 +2302,10 @@
1945
2302
  },
1946
2303
  "VolumeKmsKeyId": {},
1947
2304
  "VpcConfig": {
1948
- "shape": "S2y"
2305
+ "shape": "S3e"
1949
2306
  },
1950
2307
  "Tags": {
1951
- "shape": "S2h"
2308
+ "shape": "S2y"
1952
2309
  }
1953
2310
  }
1954
2311
  },
@@ -2127,7 +2484,7 @@
2127
2484
  "members": {
2128
2485
  "ResourceArn": {},
2129
2486
  "Tags": {
2130
- "shape": "S2h"
2487
+ "shape": "S2y"
2131
2488
  }
2132
2489
  }
2133
2490
  },
@@ -2168,12 +2525,46 @@
2168
2525
  "DesiredInferenceUnits": {
2169
2526
  "type": "integer"
2170
2527
  },
2171
- "DesiredDataAccessRoleArn": {}
2528
+ "DesiredDataAccessRoleArn": {},
2529
+ "FlywheelArn": {}
2172
2530
  }
2173
2531
  },
2174
2532
  "output": {
2175
2533
  "type": "structure",
2176
- "members": {}
2534
+ "members": {
2535
+ "DesiredModelArn": {}
2536
+ }
2537
+ }
2538
+ },
2539
+ "UpdateFlywheel": {
2540
+ "input": {
2541
+ "type": "structure",
2542
+ "required": [
2543
+ "FlywheelArn"
2544
+ ],
2545
+ "members": {
2546
+ "FlywheelArn": {},
2547
+ "ActiveModelArn": {},
2548
+ "DataAccessRoleArn": {},
2549
+ "DataSecurityConfig": {
2550
+ "type": "structure",
2551
+ "members": {
2552
+ "ModelKmsKeyId": {},
2553
+ "VolumeKmsKeyId": {},
2554
+ "VpcConfig": {
2555
+ "shape": "S3e"
2556
+ }
2557
+ }
2558
+ }
2559
+ }
2560
+ },
2561
+ "output": {
2562
+ "type": "structure",
2563
+ "members": {
2564
+ "FlywheelProperties": {
2565
+ "shape": "S63"
2566
+ }
2567
+ }
2177
2568
  }
2178
2569
  }
2179
2570
  },
@@ -2431,7 +2822,11 @@
2431
2822
  }
2432
2823
  }
2433
2824
  },
2434
- "S2h": {
2825
+ "S2l": {
2826
+ "type": "list",
2827
+ "member": {}
2828
+ },
2829
+ "S2y": {
2435
2830
  "type": "list",
2436
2831
  "member": {
2437
2832
  "type": "structure",
@@ -2444,7 +2839,7 @@
2444
2839
  }
2445
2840
  }
2446
2841
  },
2447
- "S2l": {
2842
+ "S37": {
2448
2843
  "type": "structure",
2449
2844
  "members": {
2450
2845
  "DataFormat": {},
@@ -2454,12 +2849,12 @@
2454
2849
  "AugmentedManifests": {
2455
2850
  "type": "list",
2456
2851
  "member": {
2457
- "shape": "S2q"
2852
+ "shape": "S3a"
2458
2853
  }
2459
2854
  }
2460
2855
  }
2461
2856
  },
2462
- "S2q": {
2857
+ "S3a": {
2463
2858
  "type": "structure",
2464
2859
  "required": [
2465
2860
  "S3Uri",
@@ -2469,22 +2864,22 @@
2469
2864
  "S3Uri": {},
2470
2865
  "Split": {},
2471
2866
  "AttributeNames": {
2472
- "type": "list",
2473
- "member": {}
2867
+ "shape": "S2l"
2474
2868
  },
2475
2869
  "AnnotationDataS3Uri": {},
2476
2870
  "SourceDocumentsS3Uri": {},
2477
2871
  "DocumentType": {}
2478
2872
  }
2479
2873
  },
2480
- "S2v": {
2874
+ "S3c": {
2481
2875
  "type": "structure",
2482
2876
  "members": {
2483
2877
  "S3Uri": {},
2484
- "KmsKeyId": {}
2878
+ "KmsKeyId": {},
2879
+ "FlywheelStatsS3Prefix": {}
2485
2880
  }
2486
2881
  },
2487
- "S2y": {
2882
+ "S3e": {
2488
2883
  "type": "structure",
2489
2884
  "required": [
2490
2885
  "SecurityGroupIds",
@@ -2501,7 +2896,7 @@
2501
2896
  }
2502
2897
  }
2503
2898
  },
2504
- "S3e": {
2899
+ "S3u": {
2505
2900
  "type": "structure",
2506
2901
  "required": [
2507
2902
  "EntityTypes"
@@ -2509,16 +2904,7 @@
2509
2904
  "members": {
2510
2905
  "DataFormat": {},
2511
2906
  "EntityTypes": {
2512
- "type": "list",
2513
- "member": {
2514
- "type": "structure",
2515
- "required": [
2516
- "Type"
2517
- ],
2518
- "members": {
2519
- "Type": {}
2520
- }
2521
- }
2907
+ "shape": "S3w"
2522
2908
  },
2523
2909
  "Documents": {
2524
2910
  "type": "structure",
@@ -2553,12 +2939,89 @@
2553
2939
  "AugmentedManifests": {
2554
2940
  "type": "list",
2555
2941
  "member": {
2556
- "shape": "S2q"
2942
+ "shape": "S3a"
2557
2943
  }
2558
2944
  }
2559
2945
  }
2560
2946
  },
2561
- "S42": {
2947
+ "S3w": {
2948
+ "type": "list",
2949
+ "member": {
2950
+ "type": "structure",
2951
+ "required": [
2952
+ "Type"
2953
+ ],
2954
+ "members": {
2955
+ "Type": {}
2956
+ }
2957
+ }
2958
+ },
2959
+ "S46": {
2960
+ "type": "structure",
2961
+ "required": [
2962
+ "LanguageCode"
2963
+ ],
2964
+ "members": {
2965
+ "LanguageCode": {},
2966
+ "DocumentClassificationConfig": {
2967
+ "type": "structure",
2968
+ "required": [
2969
+ "Mode"
2970
+ ],
2971
+ "members": {
2972
+ "Mode": {},
2973
+ "Labels": {
2974
+ "type": "list",
2975
+ "member": {}
2976
+ }
2977
+ }
2978
+ },
2979
+ "EntityRecognitionConfig": {
2980
+ "type": "structure",
2981
+ "required": [
2982
+ "EntityTypes"
2983
+ ],
2984
+ "members": {
2985
+ "EntityTypes": {
2986
+ "shape": "S3w"
2987
+ }
2988
+ }
2989
+ }
2990
+ }
2991
+ },
2992
+ "S4d": {
2993
+ "type": "structure",
2994
+ "members": {
2995
+ "ModelKmsKeyId": {},
2996
+ "VolumeKmsKeyId": {},
2997
+ "DataLakeKmsKeyId": {},
2998
+ "VpcConfig": {
2999
+ "shape": "S3e"
3000
+ }
3001
+ }
3002
+ },
3003
+ "S4s": {
3004
+ "type": "structure",
3005
+ "members": {
3006
+ "DatasetArn": {},
3007
+ "DatasetName": {},
3008
+ "DatasetType": {},
3009
+ "DatasetS3Uri": {},
3010
+ "Description": {},
3011
+ "Status": {},
3012
+ "Message": {},
3013
+ "NumberOfDocuments": {
3014
+ "type": "long"
3015
+ },
3016
+ "CreationTime": {
3017
+ "type": "timestamp"
3018
+ },
3019
+ "EndTime": {
3020
+ "type": "timestamp"
3021
+ }
3022
+ }
3023
+ },
3024
+ "S50": {
2562
3025
  "type": "structure",
2563
3026
  "members": {
2564
3027
  "JobId": {},
@@ -2574,19 +3037,20 @@
2574
3037
  },
2575
3038
  "DocumentClassifierArn": {},
2576
3039
  "InputDataConfig": {
2577
- "shape": "S48"
3040
+ "shape": "S54"
2578
3041
  },
2579
3042
  "OutputDataConfig": {
2580
- "shape": "S49"
3043
+ "shape": "S55"
2581
3044
  },
2582
3045
  "DataAccessRoleArn": {},
2583
3046
  "VolumeKmsKeyId": {},
2584
3047
  "VpcConfig": {
2585
- "shape": "S2y"
2586
- }
3048
+ "shape": "S3e"
3049
+ },
3050
+ "FlywheelArn": {}
2587
3051
  }
2588
3052
  },
2589
- "S48": {
3053
+ "S54": {
2590
3054
  "type": "structure",
2591
3055
  "required": [
2592
3056
  "S3Uri"
@@ -2599,7 +3063,7 @@
2599
3063
  }
2600
3064
  }
2601
3065
  },
2602
- "S49": {
3066
+ "S55": {
2603
3067
  "type": "structure",
2604
3068
  "required": [
2605
3069
  "S3Uri"
@@ -2609,7 +3073,7 @@
2609
3073
  "KmsKeyId": {}
2610
3074
  }
2611
3075
  },
2612
- "S4c": {
3076
+ "S58": {
2613
3077
  "type": "structure",
2614
3078
  "members": {
2615
3079
  "DocumentClassifierArn": {},
@@ -2629,10 +3093,10 @@
2629
3093
  "type": "timestamp"
2630
3094
  },
2631
3095
  "InputDataConfig": {
2632
- "shape": "S2l"
3096
+ "shape": "S37"
2633
3097
  },
2634
3098
  "OutputDataConfig": {
2635
- "shape": "S2v"
3099
+ "shape": "S3c"
2636
3100
  },
2637
3101
  "ClassifierMetadata": {
2638
3102
  "type": "structure",
@@ -2681,15 +3145,16 @@
2681
3145
  "DataAccessRoleArn": {},
2682
3146
  "VolumeKmsKeyId": {},
2683
3147
  "VpcConfig": {
2684
- "shape": "S2y"
3148
+ "shape": "S3e"
2685
3149
  },
2686
3150
  "Mode": {},
2687
3151
  "ModelKmsKeyId": {},
2688
3152
  "VersionName": {},
2689
- "SourceModelArn": {}
3153
+ "SourceModelArn": {},
3154
+ "FlywheelArn": {}
2690
3155
  }
2691
3156
  },
2692
- "S4j": {
3157
+ "S5f": {
2693
3158
  "type": "structure",
2694
3159
  "members": {
2695
3160
  "JobId": {},
@@ -2704,19 +3169,19 @@
2704
3169
  "type": "timestamp"
2705
3170
  },
2706
3171
  "InputDataConfig": {
2707
- "shape": "S48"
3172
+ "shape": "S54"
2708
3173
  },
2709
3174
  "OutputDataConfig": {
2710
- "shape": "S49"
3175
+ "shape": "S55"
2711
3176
  },
2712
3177
  "DataAccessRoleArn": {},
2713
3178
  "VolumeKmsKeyId": {},
2714
3179
  "VpcConfig": {
2715
- "shape": "S2y"
3180
+ "shape": "S3e"
2716
3181
  }
2717
3182
  }
2718
3183
  },
2719
- "S4m": {
3184
+ "S5i": {
2720
3185
  "type": "structure",
2721
3186
  "members": {
2722
3187
  "EndpointArn": {},
@@ -2737,10 +3202,11 @@
2737
3202
  "type": "timestamp"
2738
3203
  },
2739
3204
  "DataAccessRoleArn": {},
2740
- "DesiredDataAccessRoleArn": {}
3205
+ "DesiredDataAccessRoleArn": {},
3206
+ "FlywheelArn": {}
2741
3207
  }
2742
3208
  },
2743
- "S4q": {
3209
+ "S5m": {
2744
3210
  "type": "structure",
2745
3211
  "members": {
2746
3212
  "JobId": {},
@@ -2756,20 +3222,20 @@
2756
3222
  },
2757
3223
  "EntityRecognizerArn": {},
2758
3224
  "InputDataConfig": {
2759
- "shape": "S48"
3225
+ "shape": "S54"
2760
3226
  },
2761
3227
  "OutputDataConfig": {
2762
- "shape": "S49"
3228
+ "shape": "S55"
2763
3229
  },
2764
3230
  "LanguageCode": {},
2765
3231
  "DataAccessRoleArn": {},
2766
3232
  "VolumeKmsKeyId": {},
2767
3233
  "VpcConfig": {
2768
- "shape": "S2y"
3234
+ "shape": "S3e"
2769
3235
  }
2770
3236
  }
2771
3237
  },
2772
- "S4t": {
3238
+ "S5p": {
2773
3239
  "type": "structure",
2774
3240
  "members": {
2775
3241
  "EntityRecognizerArn": {},
@@ -2789,7 +3255,7 @@
2789
3255
  "type": "timestamp"
2790
3256
  },
2791
3257
  "InputDataConfig": {
2792
- "shape": "S3e"
3258
+ "shape": "S3u"
2793
3259
  },
2794
3260
  "RecognizerMetadata": {
2795
3261
  "type": "structure",
@@ -2846,14 +3312,21 @@
2846
3312
  "DataAccessRoleArn": {},
2847
3313
  "VolumeKmsKeyId": {},
2848
3314
  "VpcConfig": {
2849
- "shape": "S2y"
3315
+ "shape": "S3e"
2850
3316
  },
2851
3317
  "ModelKmsKeyId": {},
2852
3318
  "VersionName": {},
2853
- "SourceModelArn": {}
3319
+ "SourceModelArn": {},
3320
+ "FlywheelArn": {},
3321
+ "OutputDataConfig": {
3322
+ "type": "structure",
3323
+ "members": {
3324
+ "FlywheelStatsS3Prefix": {}
3325
+ }
3326
+ }
2854
3327
  }
2855
3328
  },
2856
- "S51": {
3329
+ "S5y": {
2857
3330
  "type": "structure",
2858
3331
  "members": {
2859
3332
  "JobId": {},
@@ -2868,23 +3341,89 @@
2868
3341
  "type": "timestamp"
2869
3342
  },
2870
3343
  "InputDataConfig": {
2871
- "shape": "S48"
3344
+ "shape": "S54"
2872
3345
  },
2873
3346
  "OutputDataConfig": {
2874
- "shape": "S49"
3347
+ "shape": "S55"
2875
3348
  },
2876
3349
  "LanguageCode": {},
2877
3350
  "DataAccessRoleArn": {},
2878
3351
  "TargetEventTypes": {
2879
- "shape": "S52"
3352
+ "shape": "S5z"
2880
3353
  }
2881
3354
  }
2882
3355
  },
2883
- "S52": {
3356
+ "S5z": {
2884
3357
  "type": "list",
2885
3358
  "member": {}
2886
3359
  },
2887
- "S56": {
3360
+ "S63": {
3361
+ "type": "structure",
3362
+ "members": {
3363
+ "FlywheelArn": {},
3364
+ "ActiveModelArn": {},
3365
+ "DataAccessRoleArn": {},
3366
+ "TaskConfig": {
3367
+ "shape": "S46"
3368
+ },
3369
+ "DataLakeS3Uri": {},
3370
+ "DataSecurityConfig": {
3371
+ "shape": "S4d"
3372
+ },
3373
+ "Status": {},
3374
+ "ModelType": {},
3375
+ "Message": {},
3376
+ "CreationTime": {
3377
+ "type": "timestamp"
3378
+ },
3379
+ "LastModifiedTime": {
3380
+ "type": "timestamp"
3381
+ },
3382
+ "LatestFlywheelIteration": {}
3383
+ }
3384
+ },
3385
+ "S68": {
3386
+ "type": "structure",
3387
+ "members": {
3388
+ "FlywheelArn": {},
3389
+ "FlywheelIterationId": {},
3390
+ "CreationTime": {
3391
+ "type": "timestamp"
3392
+ },
3393
+ "EndTime": {
3394
+ "type": "timestamp"
3395
+ },
3396
+ "Status": {},
3397
+ "Message": {},
3398
+ "EvaluatedModelArn": {},
3399
+ "EvaluatedModelMetrics": {
3400
+ "shape": "S6a"
3401
+ },
3402
+ "TrainedModelArn": {},
3403
+ "TrainedModelMetrics": {
3404
+ "shape": "S6a"
3405
+ },
3406
+ "EvaluationManifestS3Prefix": {}
3407
+ }
3408
+ },
3409
+ "S6a": {
3410
+ "type": "structure",
3411
+ "members": {
3412
+ "AverageF1Score": {
3413
+ "type": "double"
3414
+ },
3415
+ "AveragePrecision": {
3416
+ "type": "double"
3417
+ },
3418
+ "AverageRecall": {
3419
+ "type": "double"
3420
+ },
3421
+ "AverageAccuracy": {
3422
+ "type": "double"
3423
+ }
3424
+ }
3425
+ },
3426
+ "S6d": {
2888
3427
  "type": "structure",
2889
3428
  "members": {
2890
3429
  "JobId": {},
@@ -2899,20 +3438,20 @@
2899
3438
  "type": "timestamp"
2900
3439
  },
2901
3440
  "InputDataConfig": {
2902
- "shape": "S48"
3441
+ "shape": "S54"
2903
3442
  },
2904
3443
  "OutputDataConfig": {
2905
- "shape": "S49"
3444
+ "shape": "S55"
2906
3445
  },
2907
3446
  "LanguageCode": {},
2908
3447
  "DataAccessRoleArn": {},
2909
3448
  "VolumeKmsKeyId": {},
2910
3449
  "VpcConfig": {
2911
- "shape": "S2y"
3450
+ "shape": "S3e"
2912
3451
  }
2913
3452
  }
2914
3453
  },
2915
- "S59": {
3454
+ "S6g": {
2916
3455
  "type": "structure",
2917
3456
  "members": {
2918
3457
  "JobId": {},
@@ -2927,7 +3466,7 @@
2927
3466
  "type": "timestamp"
2928
3467
  },
2929
3468
  "InputDataConfig": {
2930
- "shape": "S48"
3469
+ "shape": "S54"
2931
3470
  },
2932
3471
  "OutputDataConfig": {
2933
3472
  "type": "structure",
@@ -2940,14 +3479,14 @@
2940
3479
  }
2941
3480
  },
2942
3481
  "RedactionConfig": {
2943
- "shape": "S5b"
3482
+ "shape": "S6i"
2944
3483
  },
2945
3484
  "LanguageCode": {},
2946
3485
  "DataAccessRoleArn": {},
2947
3486
  "Mode": {}
2948
3487
  }
2949
3488
  },
2950
- "S5b": {
3489
+ "S6i": {
2951
3490
  "type": "structure",
2952
3491
  "members": {
2953
3492
  "PiiEntityTypes": {
@@ -2958,7 +3497,7 @@
2958
3497
  "MaskCharacter": {}
2959
3498
  }
2960
3499
  },
2961
- "S5k": {
3500
+ "S6r": {
2962
3501
  "type": "structure",
2963
3502
  "members": {
2964
3503
  "JobId": {},
@@ -2973,20 +3512,20 @@
2973
3512
  "type": "timestamp"
2974
3513
  },
2975
3514
  "InputDataConfig": {
2976
- "shape": "S48"
3515
+ "shape": "S54"
2977
3516
  },
2978
3517
  "OutputDataConfig": {
2979
- "shape": "S49"
3518
+ "shape": "S55"
2980
3519
  },
2981
3520
  "LanguageCode": {},
2982
3521
  "DataAccessRoleArn": {},
2983
3522
  "VolumeKmsKeyId": {},
2984
3523
  "VpcConfig": {
2985
- "shape": "S2y"
3524
+ "shape": "S3e"
2986
3525
  }
2987
3526
  }
2988
3527
  },
2989
- "S5n": {
3528
+ "S6u": {
2990
3529
  "type": "structure",
2991
3530
  "members": {
2992
3531
  "JobId": {},
@@ -3001,20 +3540,20 @@
3001
3540
  "type": "timestamp"
3002
3541
  },
3003
3542
  "InputDataConfig": {
3004
- "shape": "S48"
3543
+ "shape": "S54"
3005
3544
  },
3006
3545
  "OutputDataConfig": {
3007
- "shape": "S49"
3546
+ "shape": "S55"
3008
3547
  },
3009
3548
  "LanguageCode": {},
3010
3549
  "DataAccessRoleArn": {},
3011
3550
  "VolumeKmsKeyId": {},
3012
3551
  "VpcConfig": {
3013
- "shape": "S2y"
3552
+ "shape": "S3e"
3014
3553
  }
3015
3554
  }
3016
3555
  },
3017
- "S5q": {
3556
+ "S6x": {
3018
3557
  "type": "structure",
3019
3558
  "members": {
3020
3559
  "JobId": {},
@@ -3029,10 +3568,10 @@
3029
3568
  "type": "timestamp"
3030
3569
  },
3031
3570
  "InputDataConfig": {
3032
- "shape": "S48"
3571
+ "shape": "S54"
3033
3572
  },
3034
3573
  "OutputDataConfig": {
3035
- "shape": "S49"
3574
+ "shape": "S55"
3036
3575
  },
3037
3576
  "NumberOfTopics": {
3038
3577
  "type": "integer"
@@ -3040,7 +3579,7 @@
3040
3579
  "DataAccessRoleArn": {},
3041
3580
  "VolumeKmsKeyId": {},
3042
3581
  "VpcConfig": {
3043
- "shape": "S2y"
3582
+ "shape": "S3e"
3044
3583
  }
3045
3584
  }
3046
3585
  }