cdk-docker-image-deployment 0.0.89 → 0.0.91
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"type": "integer"
|
|
126
126
|
},
|
|
127
127
|
"KeyPhrases": {
|
|
128
|
-
"shape": "
|
|
128
|
+
"shape": "Su"
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
},
|
|
169
169
|
"Sentiment": {},
|
|
170
170
|
"SentimentScore": {
|
|
171
|
-
"shape": "
|
|
171
|
+
"shape": "S11"
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
}
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"type": "integer"
|
|
211
211
|
},
|
|
212
212
|
"SyntaxTokens": {
|
|
213
|
-
"shape": "
|
|
213
|
+
"shape": "S17"
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"type": "integer"
|
|
253
253
|
},
|
|
254
254
|
"Entities": {
|
|
255
|
-
"shape": "
|
|
255
|
+
"shape": "S1f"
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
}
|
|
@@ -268,14 +268,19 @@
|
|
|
268
268
|
"input": {
|
|
269
269
|
"type": "structure",
|
|
270
270
|
"required": [
|
|
271
|
-
"Text",
|
|
272
271
|
"EndpointArn"
|
|
273
272
|
],
|
|
274
273
|
"members": {
|
|
275
274
|
"Text": {
|
|
276
275
|
"shape": "S3"
|
|
277
276
|
},
|
|
278
|
-
"EndpointArn": {}
|
|
277
|
+
"EndpointArn": {},
|
|
278
|
+
"Bytes": {
|
|
279
|
+
"type": "blob"
|
|
280
|
+
},
|
|
281
|
+
"DocumentReaderConfig": {
|
|
282
|
+
"shape": "S1p"
|
|
283
|
+
}
|
|
279
284
|
}
|
|
280
285
|
},
|
|
281
286
|
"output": {
|
|
@@ -289,6 +294,9 @@
|
|
|
289
294
|
"Name": {},
|
|
290
295
|
"Score": {
|
|
291
296
|
"type": "float"
|
|
297
|
+
},
|
|
298
|
+
"Page": {
|
|
299
|
+
"type": "integer"
|
|
292
300
|
}
|
|
293
301
|
}
|
|
294
302
|
}
|
|
@@ -301,9 +309,21 @@
|
|
|
301
309
|
"Name": {},
|
|
302
310
|
"Score": {
|
|
303
311
|
"type": "float"
|
|
312
|
+
},
|
|
313
|
+
"Page": {
|
|
314
|
+
"type": "integer"
|
|
304
315
|
}
|
|
305
316
|
}
|
|
306
317
|
}
|
|
318
|
+
},
|
|
319
|
+
"DocumentMetadata": {
|
|
320
|
+
"shape": "S1z"
|
|
321
|
+
},
|
|
322
|
+
"DocumentType": {
|
|
323
|
+
"shape": "S22"
|
|
324
|
+
},
|
|
325
|
+
"Errors": {
|
|
326
|
+
"shape": "S25"
|
|
307
327
|
}
|
|
308
328
|
},
|
|
309
329
|
"sensitive": true
|
|
@@ -353,13 +373,13 @@
|
|
|
353
373
|
"VersionName": {},
|
|
354
374
|
"DataAccessRoleArn": {},
|
|
355
375
|
"Tags": {
|
|
356
|
-
"shape": "
|
|
376
|
+
"shape": "S2h"
|
|
357
377
|
},
|
|
358
378
|
"InputDataConfig": {
|
|
359
|
-
"shape": "
|
|
379
|
+
"shape": "S2l"
|
|
360
380
|
},
|
|
361
381
|
"OutputDataConfig": {
|
|
362
|
-
"shape": "
|
|
382
|
+
"shape": "S2v"
|
|
363
383
|
},
|
|
364
384
|
"ClientRequestToken": {
|
|
365
385
|
"idempotencyToken": true
|
|
@@ -367,7 +387,7 @@
|
|
|
367
387
|
"LanguageCode": {},
|
|
368
388
|
"VolumeKmsKeyId": {},
|
|
369
389
|
"VpcConfig": {
|
|
370
|
-
"shape": "
|
|
390
|
+
"shape": "S2y"
|
|
371
391
|
},
|
|
372
392
|
"Mode": {},
|
|
373
393
|
"ModelKmsKeyId": {},
|
|
@@ -399,7 +419,7 @@
|
|
|
399
419
|
"idempotencyToken": true
|
|
400
420
|
},
|
|
401
421
|
"Tags": {
|
|
402
|
-
"shape": "
|
|
422
|
+
"shape": "S2h"
|
|
403
423
|
},
|
|
404
424
|
"DataAccessRoleArn": {}
|
|
405
425
|
}
|
|
@@ -425,10 +445,10 @@
|
|
|
425
445
|
"VersionName": {},
|
|
426
446
|
"DataAccessRoleArn": {},
|
|
427
447
|
"Tags": {
|
|
428
|
-
"shape": "
|
|
448
|
+
"shape": "S2h"
|
|
429
449
|
},
|
|
430
450
|
"InputDataConfig": {
|
|
431
|
-
"shape": "
|
|
451
|
+
"shape": "S3e"
|
|
432
452
|
},
|
|
433
453
|
"ClientRequestToken": {
|
|
434
454
|
"idempotencyToken": true
|
|
@@ -436,7 +456,7 @@
|
|
|
436
456
|
"LanguageCode": {},
|
|
437
457
|
"VolumeKmsKeyId": {},
|
|
438
458
|
"VpcConfig": {
|
|
439
|
-
"shape": "
|
|
459
|
+
"shape": "S2y"
|
|
440
460
|
},
|
|
441
461
|
"ModelKmsKeyId": {},
|
|
442
462
|
"ModelPolicy": {}
|
|
@@ -524,7 +544,7 @@
|
|
|
524
544
|
"type": "structure",
|
|
525
545
|
"members": {
|
|
526
546
|
"DocumentClassificationJobProperties": {
|
|
527
|
-
"shape": "
|
|
547
|
+
"shape": "S42"
|
|
528
548
|
}
|
|
529
549
|
}
|
|
530
550
|
}
|
|
@@ -543,7 +563,7 @@
|
|
|
543
563
|
"type": "structure",
|
|
544
564
|
"members": {
|
|
545
565
|
"DocumentClassifierProperties": {
|
|
546
|
-
"shape": "
|
|
566
|
+
"shape": "S4c"
|
|
547
567
|
}
|
|
548
568
|
}
|
|
549
569
|
}
|
|
@@ -562,7 +582,7 @@
|
|
|
562
582
|
"type": "structure",
|
|
563
583
|
"members": {
|
|
564
584
|
"DominantLanguageDetectionJobProperties": {
|
|
565
|
-
"shape": "
|
|
585
|
+
"shape": "S4j"
|
|
566
586
|
}
|
|
567
587
|
}
|
|
568
588
|
}
|
|
@@ -581,7 +601,7 @@
|
|
|
581
601
|
"type": "structure",
|
|
582
602
|
"members": {
|
|
583
603
|
"EndpointProperties": {
|
|
584
|
-
"shape": "
|
|
604
|
+
"shape": "S4m"
|
|
585
605
|
}
|
|
586
606
|
}
|
|
587
607
|
}
|
|
@@ -600,7 +620,7 @@
|
|
|
600
620
|
"type": "structure",
|
|
601
621
|
"members": {
|
|
602
622
|
"EntitiesDetectionJobProperties": {
|
|
603
|
-
"shape": "
|
|
623
|
+
"shape": "S4q"
|
|
604
624
|
}
|
|
605
625
|
}
|
|
606
626
|
}
|
|
@@ -619,7 +639,7 @@
|
|
|
619
639
|
"type": "structure",
|
|
620
640
|
"members": {
|
|
621
641
|
"EntityRecognizerProperties": {
|
|
622
|
-
"shape": "
|
|
642
|
+
"shape": "S4t"
|
|
623
643
|
}
|
|
624
644
|
}
|
|
625
645
|
}
|
|
@@ -638,7 +658,7 @@
|
|
|
638
658
|
"type": "structure",
|
|
639
659
|
"members": {
|
|
640
660
|
"EventsDetectionJobProperties": {
|
|
641
|
-
"shape": "
|
|
661
|
+
"shape": "S51"
|
|
642
662
|
}
|
|
643
663
|
}
|
|
644
664
|
}
|
|
@@ -657,7 +677,7 @@
|
|
|
657
677
|
"type": "structure",
|
|
658
678
|
"members": {
|
|
659
679
|
"KeyPhrasesDetectionJobProperties": {
|
|
660
|
-
"shape": "
|
|
680
|
+
"shape": "S56"
|
|
661
681
|
}
|
|
662
682
|
}
|
|
663
683
|
}
|
|
@@ -676,7 +696,7 @@
|
|
|
676
696
|
"type": "structure",
|
|
677
697
|
"members": {
|
|
678
698
|
"PiiEntitiesDetectionJobProperties": {
|
|
679
|
-
"shape": "
|
|
699
|
+
"shape": "S59"
|
|
680
700
|
}
|
|
681
701
|
}
|
|
682
702
|
}
|
|
@@ -719,7 +739,7 @@
|
|
|
719
739
|
"type": "structure",
|
|
720
740
|
"members": {
|
|
721
741
|
"SentimentDetectionJobProperties": {
|
|
722
|
-
"shape": "
|
|
742
|
+
"shape": "S5k"
|
|
723
743
|
}
|
|
724
744
|
}
|
|
725
745
|
}
|
|
@@ -738,7 +758,7 @@
|
|
|
738
758
|
"type": "structure",
|
|
739
759
|
"members": {
|
|
740
760
|
"TargetedSentimentDetectionJobProperties": {
|
|
741
|
-
"shape": "
|
|
761
|
+
"shape": "S5n"
|
|
742
762
|
}
|
|
743
763
|
}
|
|
744
764
|
}
|
|
@@ -757,7 +777,7 @@
|
|
|
757
777
|
"type": "structure",
|
|
758
778
|
"members": {
|
|
759
779
|
"TopicsDetectionJobProperties": {
|
|
760
|
-
"shape": "
|
|
780
|
+
"shape": "S5q"
|
|
761
781
|
}
|
|
762
782
|
}
|
|
763
783
|
}
|
|
@@ -787,15 +807,18 @@
|
|
|
787
807
|
"DetectEntities": {
|
|
788
808
|
"input": {
|
|
789
809
|
"type": "structure",
|
|
790
|
-
"required": [
|
|
791
|
-
"Text"
|
|
792
|
-
],
|
|
793
810
|
"members": {
|
|
794
811
|
"Text": {
|
|
795
812
|
"shape": "S3"
|
|
796
813
|
},
|
|
797
814
|
"LanguageCode": {},
|
|
798
|
-
"EndpointArn": {}
|
|
815
|
+
"EndpointArn": {},
|
|
816
|
+
"Bytes": {
|
|
817
|
+
"type": "blob"
|
|
818
|
+
},
|
|
819
|
+
"DocumentReaderConfig": {
|
|
820
|
+
"shape": "S1p"
|
|
821
|
+
}
|
|
799
822
|
}
|
|
800
823
|
},
|
|
801
824
|
"output": {
|
|
@@ -803,6 +826,78 @@
|
|
|
803
826
|
"members": {
|
|
804
827
|
"Entities": {
|
|
805
828
|
"shape": "Sj"
|
|
829
|
+
},
|
|
830
|
+
"DocumentMetadata": {
|
|
831
|
+
"shape": "S1z"
|
|
832
|
+
},
|
|
833
|
+
"DocumentType": {
|
|
834
|
+
"shape": "S22"
|
|
835
|
+
},
|
|
836
|
+
"Blocks": {
|
|
837
|
+
"type": "list",
|
|
838
|
+
"member": {
|
|
839
|
+
"type": "structure",
|
|
840
|
+
"members": {
|
|
841
|
+
"Id": {},
|
|
842
|
+
"BlockType": {},
|
|
843
|
+
"Text": {},
|
|
844
|
+
"Page": {
|
|
845
|
+
"type": "integer"
|
|
846
|
+
},
|
|
847
|
+
"Geometry": {
|
|
848
|
+
"type": "structure",
|
|
849
|
+
"members": {
|
|
850
|
+
"BoundingBox": {
|
|
851
|
+
"type": "structure",
|
|
852
|
+
"members": {
|
|
853
|
+
"Height": {
|
|
854
|
+
"type": "float"
|
|
855
|
+
},
|
|
856
|
+
"Left": {
|
|
857
|
+
"type": "float"
|
|
858
|
+
},
|
|
859
|
+
"Top": {
|
|
860
|
+
"type": "float"
|
|
861
|
+
},
|
|
862
|
+
"Width": {
|
|
863
|
+
"type": "float"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"Polygon": {
|
|
868
|
+
"type": "list",
|
|
869
|
+
"member": {
|
|
870
|
+
"type": "structure",
|
|
871
|
+
"members": {
|
|
872
|
+
"X": {
|
|
873
|
+
"type": "float"
|
|
874
|
+
},
|
|
875
|
+
"Y": {
|
|
876
|
+
"type": "float"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
"Relationships": {
|
|
884
|
+
"type": "list",
|
|
885
|
+
"member": {
|
|
886
|
+
"type": "structure",
|
|
887
|
+
"members": {
|
|
888
|
+
"Ids": {
|
|
889
|
+
"type": "list",
|
|
890
|
+
"member": {}
|
|
891
|
+
},
|
|
892
|
+
"Type": {}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"Errors": {
|
|
900
|
+
"shape": "S25"
|
|
806
901
|
}
|
|
807
902
|
},
|
|
808
903
|
"sensitive": true
|
|
@@ -826,7 +921,7 @@
|
|
|
826
921
|
"type": "structure",
|
|
827
922
|
"members": {
|
|
828
923
|
"KeyPhrases": {
|
|
829
|
-
"shape": "
|
|
924
|
+
"shape": "Su"
|
|
830
925
|
}
|
|
831
926
|
},
|
|
832
927
|
"sensitive": true
|
|
@@ -887,7 +982,7 @@
|
|
|
887
982
|
"members": {
|
|
888
983
|
"Sentiment": {},
|
|
889
984
|
"SentimentScore": {
|
|
890
|
-
"shape": "
|
|
985
|
+
"shape": "S11"
|
|
891
986
|
}
|
|
892
987
|
},
|
|
893
988
|
"sensitive": true
|
|
@@ -911,7 +1006,7 @@
|
|
|
911
1006
|
"type": "structure",
|
|
912
1007
|
"members": {
|
|
913
1008
|
"SyntaxTokens": {
|
|
914
|
-
"shape": "
|
|
1009
|
+
"shape": "S17"
|
|
915
1010
|
}
|
|
916
1011
|
},
|
|
917
1012
|
"sensitive": true
|
|
@@ -935,7 +1030,7 @@
|
|
|
935
1030
|
"type": "structure",
|
|
936
1031
|
"members": {
|
|
937
1032
|
"Entities": {
|
|
938
|
-
"shape": "
|
|
1033
|
+
"shape": "S1f"
|
|
939
1034
|
}
|
|
940
1035
|
},
|
|
941
1036
|
"sensitive": true
|
|
@@ -954,7 +1049,7 @@
|
|
|
954
1049
|
"ModelKmsKeyId": {},
|
|
955
1050
|
"DataAccessRoleArn": {},
|
|
956
1051
|
"Tags": {
|
|
957
|
-
"shape": "
|
|
1052
|
+
"shape": "S2h"
|
|
958
1053
|
}
|
|
959
1054
|
}
|
|
960
1055
|
},
|
|
@@ -994,7 +1089,7 @@
|
|
|
994
1089
|
"DocumentClassificationJobPropertiesList": {
|
|
995
1090
|
"type": "list",
|
|
996
1091
|
"member": {
|
|
997
|
-
"shape": "
|
|
1092
|
+
"shape": "S42"
|
|
998
1093
|
}
|
|
999
1094
|
},
|
|
1000
1095
|
"NextToken": {}
|
|
@@ -1064,7 +1159,7 @@
|
|
|
1064
1159
|
"DocumentClassifierPropertiesList": {
|
|
1065
1160
|
"type": "list",
|
|
1066
1161
|
"member": {
|
|
1067
|
-
"shape": "
|
|
1162
|
+
"shape": "S4c"
|
|
1068
1163
|
}
|
|
1069
1164
|
},
|
|
1070
1165
|
"NextToken": {}
|
|
@@ -1100,7 +1195,7 @@
|
|
|
1100
1195
|
"DominantLanguageDetectionJobPropertiesList": {
|
|
1101
1196
|
"type": "list",
|
|
1102
1197
|
"member": {
|
|
1103
|
-
"shape": "
|
|
1198
|
+
"shape": "S4j"
|
|
1104
1199
|
}
|
|
1105
1200
|
},
|
|
1106
1201
|
"NextToken": {}
|
|
@@ -1136,7 +1231,7 @@
|
|
|
1136
1231
|
"EndpointPropertiesList": {
|
|
1137
1232
|
"type": "list",
|
|
1138
1233
|
"member": {
|
|
1139
|
-
"shape": "
|
|
1234
|
+
"shape": "S4m"
|
|
1140
1235
|
}
|
|
1141
1236
|
},
|
|
1142
1237
|
"NextToken": {}
|
|
@@ -1172,7 +1267,7 @@
|
|
|
1172
1267
|
"EntitiesDetectionJobPropertiesList": {
|
|
1173
1268
|
"type": "list",
|
|
1174
1269
|
"member": {
|
|
1175
|
-
"shape": "
|
|
1270
|
+
"shape": "S4q"
|
|
1176
1271
|
}
|
|
1177
1272
|
},
|
|
1178
1273
|
"NextToken": {}
|
|
@@ -1242,7 +1337,7 @@
|
|
|
1242
1337
|
"EntityRecognizerPropertiesList": {
|
|
1243
1338
|
"type": "list",
|
|
1244
1339
|
"member": {
|
|
1245
|
-
"shape": "
|
|
1340
|
+
"shape": "S4t"
|
|
1246
1341
|
}
|
|
1247
1342
|
},
|
|
1248
1343
|
"NextToken": {}
|
|
@@ -1278,7 +1373,7 @@
|
|
|
1278
1373
|
"EventsDetectionJobPropertiesList": {
|
|
1279
1374
|
"type": "list",
|
|
1280
1375
|
"member": {
|
|
1281
|
-
"shape": "
|
|
1376
|
+
"shape": "S51"
|
|
1282
1377
|
}
|
|
1283
1378
|
},
|
|
1284
1379
|
"NextToken": {}
|
|
@@ -1314,7 +1409,7 @@
|
|
|
1314
1409
|
"KeyPhrasesDetectionJobPropertiesList": {
|
|
1315
1410
|
"type": "list",
|
|
1316
1411
|
"member": {
|
|
1317
|
-
"shape": "
|
|
1412
|
+
"shape": "S56"
|
|
1318
1413
|
}
|
|
1319
1414
|
},
|
|
1320
1415
|
"NextToken": {}
|
|
@@ -1350,7 +1445,7 @@
|
|
|
1350
1445
|
"PiiEntitiesDetectionJobPropertiesList": {
|
|
1351
1446
|
"type": "list",
|
|
1352
1447
|
"member": {
|
|
1353
|
-
"shape": "
|
|
1448
|
+
"shape": "S59"
|
|
1354
1449
|
}
|
|
1355
1450
|
},
|
|
1356
1451
|
"NextToken": {}
|
|
@@ -1386,7 +1481,7 @@
|
|
|
1386
1481
|
"SentimentDetectionJobPropertiesList": {
|
|
1387
1482
|
"type": "list",
|
|
1388
1483
|
"member": {
|
|
1389
|
-
"shape": "
|
|
1484
|
+
"shape": "S5k"
|
|
1390
1485
|
}
|
|
1391
1486
|
},
|
|
1392
1487
|
"NextToken": {}
|
|
@@ -1408,7 +1503,7 @@
|
|
|
1408
1503
|
"members": {
|
|
1409
1504
|
"ResourceArn": {},
|
|
1410
1505
|
"Tags": {
|
|
1411
|
-
"shape": "
|
|
1506
|
+
"shape": "S2h"
|
|
1412
1507
|
}
|
|
1413
1508
|
}
|
|
1414
1509
|
}
|
|
@@ -1442,7 +1537,7 @@
|
|
|
1442
1537
|
"TargetedSentimentDetectionJobPropertiesList": {
|
|
1443
1538
|
"type": "list",
|
|
1444
1539
|
"member": {
|
|
1445
|
-
"shape": "
|
|
1540
|
+
"shape": "S5n"
|
|
1446
1541
|
}
|
|
1447
1542
|
},
|
|
1448
1543
|
"NextToken": {}
|
|
@@ -1478,7 +1573,7 @@
|
|
|
1478
1573
|
"TopicsDetectionJobPropertiesList": {
|
|
1479
1574
|
"type": "list",
|
|
1480
1575
|
"member": {
|
|
1481
|
-
"shape": "
|
|
1576
|
+
"shape": "S5q"
|
|
1482
1577
|
}
|
|
1483
1578
|
},
|
|
1484
1579
|
"NextToken": {}
|
|
@@ -1518,10 +1613,10 @@
|
|
|
1518
1613
|
"JobName": {},
|
|
1519
1614
|
"DocumentClassifierArn": {},
|
|
1520
1615
|
"InputDataConfig": {
|
|
1521
|
-
"shape": "
|
|
1616
|
+
"shape": "S48"
|
|
1522
1617
|
},
|
|
1523
1618
|
"OutputDataConfig": {
|
|
1524
|
-
"shape": "
|
|
1619
|
+
"shape": "S49"
|
|
1525
1620
|
},
|
|
1526
1621
|
"DataAccessRoleArn": {},
|
|
1527
1622
|
"ClientRequestToken": {
|
|
@@ -1529,10 +1624,10 @@
|
|
|
1529
1624
|
},
|
|
1530
1625
|
"VolumeKmsKeyId": {},
|
|
1531
1626
|
"VpcConfig": {
|
|
1532
|
-
"shape": "
|
|
1627
|
+
"shape": "S2y"
|
|
1533
1628
|
},
|
|
1534
1629
|
"Tags": {
|
|
1535
|
-
"shape": "
|
|
1630
|
+
"shape": "S2h"
|
|
1536
1631
|
}
|
|
1537
1632
|
}
|
|
1538
1633
|
},
|
|
@@ -1555,10 +1650,10 @@
|
|
|
1555
1650
|
],
|
|
1556
1651
|
"members": {
|
|
1557
1652
|
"InputDataConfig": {
|
|
1558
|
-
"shape": "
|
|
1653
|
+
"shape": "S48"
|
|
1559
1654
|
},
|
|
1560
1655
|
"OutputDataConfig": {
|
|
1561
|
-
"shape": "
|
|
1656
|
+
"shape": "S49"
|
|
1562
1657
|
},
|
|
1563
1658
|
"DataAccessRoleArn": {},
|
|
1564
1659
|
"JobName": {},
|
|
@@ -1567,10 +1662,10 @@
|
|
|
1567
1662
|
},
|
|
1568
1663
|
"VolumeKmsKeyId": {},
|
|
1569
1664
|
"VpcConfig": {
|
|
1570
|
-
"shape": "
|
|
1665
|
+
"shape": "S2y"
|
|
1571
1666
|
},
|
|
1572
1667
|
"Tags": {
|
|
1573
|
-
"shape": "
|
|
1668
|
+
"shape": "S2h"
|
|
1574
1669
|
}
|
|
1575
1670
|
}
|
|
1576
1671
|
},
|
|
@@ -1594,10 +1689,10 @@
|
|
|
1594
1689
|
],
|
|
1595
1690
|
"members": {
|
|
1596
1691
|
"InputDataConfig": {
|
|
1597
|
-
"shape": "
|
|
1692
|
+
"shape": "S48"
|
|
1598
1693
|
},
|
|
1599
1694
|
"OutputDataConfig": {
|
|
1600
|
-
"shape": "
|
|
1695
|
+
"shape": "S49"
|
|
1601
1696
|
},
|
|
1602
1697
|
"DataAccessRoleArn": {},
|
|
1603
1698
|
"JobName": {},
|
|
@@ -1608,10 +1703,10 @@
|
|
|
1608
1703
|
},
|
|
1609
1704
|
"VolumeKmsKeyId": {},
|
|
1610
1705
|
"VpcConfig": {
|
|
1611
|
-
"shape": "
|
|
1706
|
+
"shape": "S2y"
|
|
1612
1707
|
},
|
|
1613
1708
|
"Tags": {
|
|
1614
|
-
"shape": "
|
|
1709
|
+
"shape": "S2h"
|
|
1615
1710
|
}
|
|
1616
1711
|
}
|
|
1617
1712
|
},
|
|
@@ -1636,10 +1731,10 @@
|
|
|
1636
1731
|
],
|
|
1637
1732
|
"members": {
|
|
1638
1733
|
"InputDataConfig": {
|
|
1639
|
-
"shape": "
|
|
1734
|
+
"shape": "S48"
|
|
1640
1735
|
},
|
|
1641
1736
|
"OutputDataConfig": {
|
|
1642
|
-
"shape": "
|
|
1737
|
+
"shape": "S49"
|
|
1643
1738
|
},
|
|
1644
1739
|
"DataAccessRoleArn": {},
|
|
1645
1740
|
"JobName": {},
|
|
@@ -1648,10 +1743,10 @@
|
|
|
1648
1743
|
"idempotencyToken": true
|
|
1649
1744
|
},
|
|
1650
1745
|
"TargetEventTypes": {
|
|
1651
|
-
"shape": "
|
|
1746
|
+
"shape": "S52"
|
|
1652
1747
|
},
|
|
1653
1748
|
"Tags": {
|
|
1654
|
-
"shape": "
|
|
1749
|
+
"shape": "S2h"
|
|
1655
1750
|
}
|
|
1656
1751
|
}
|
|
1657
1752
|
},
|
|
@@ -1675,10 +1770,10 @@
|
|
|
1675
1770
|
],
|
|
1676
1771
|
"members": {
|
|
1677
1772
|
"InputDataConfig": {
|
|
1678
|
-
"shape": "
|
|
1773
|
+
"shape": "S48"
|
|
1679
1774
|
},
|
|
1680
1775
|
"OutputDataConfig": {
|
|
1681
|
-
"shape": "
|
|
1776
|
+
"shape": "S49"
|
|
1682
1777
|
},
|
|
1683
1778
|
"DataAccessRoleArn": {},
|
|
1684
1779
|
"JobName": {},
|
|
@@ -1688,10 +1783,10 @@
|
|
|
1688
1783
|
},
|
|
1689
1784
|
"VolumeKmsKeyId": {},
|
|
1690
1785
|
"VpcConfig": {
|
|
1691
|
-
"shape": "
|
|
1786
|
+
"shape": "S2y"
|
|
1692
1787
|
},
|
|
1693
1788
|
"Tags": {
|
|
1694
|
-
"shape": "
|
|
1789
|
+
"shape": "S2h"
|
|
1695
1790
|
}
|
|
1696
1791
|
}
|
|
1697
1792
|
},
|
|
@@ -1716,14 +1811,14 @@
|
|
|
1716
1811
|
],
|
|
1717
1812
|
"members": {
|
|
1718
1813
|
"InputDataConfig": {
|
|
1719
|
-
"shape": "
|
|
1814
|
+
"shape": "S48"
|
|
1720
1815
|
},
|
|
1721
1816
|
"OutputDataConfig": {
|
|
1722
|
-
"shape": "
|
|
1817
|
+
"shape": "S49"
|
|
1723
1818
|
},
|
|
1724
1819
|
"Mode": {},
|
|
1725
1820
|
"RedactionConfig": {
|
|
1726
|
-
"shape": "
|
|
1821
|
+
"shape": "S5b"
|
|
1727
1822
|
},
|
|
1728
1823
|
"DataAccessRoleArn": {},
|
|
1729
1824
|
"JobName": {},
|
|
@@ -1732,7 +1827,7 @@
|
|
|
1732
1827
|
"idempotencyToken": true
|
|
1733
1828
|
},
|
|
1734
1829
|
"Tags": {
|
|
1735
|
-
"shape": "
|
|
1830
|
+
"shape": "S2h"
|
|
1736
1831
|
}
|
|
1737
1832
|
}
|
|
1738
1833
|
},
|
|
@@ -1756,10 +1851,10 @@
|
|
|
1756
1851
|
],
|
|
1757
1852
|
"members": {
|
|
1758
1853
|
"InputDataConfig": {
|
|
1759
|
-
"shape": "
|
|
1854
|
+
"shape": "S48"
|
|
1760
1855
|
},
|
|
1761
1856
|
"OutputDataConfig": {
|
|
1762
|
-
"shape": "
|
|
1857
|
+
"shape": "S49"
|
|
1763
1858
|
},
|
|
1764
1859
|
"DataAccessRoleArn": {},
|
|
1765
1860
|
"JobName": {},
|
|
@@ -1769,10 +1864,10 @@
|
|
|
1769
1864
|
},
|
|
1770
1865
|
"VolumeKmsKeyId": {},
|
|
1771
1866
|
"VpcConfig": {
|
|
1772
|
-
"shape": "
|
|
1867
|
+
"shape": "S2y"
|
|
1773
1868
|
},
|
|
1774
1869
|
"Tags": {
|
|
1775
|
-
"shape": "
|
|
1870
|
+
"shape": "S2h"
|
|
1776
1871
|
}
|
|
1777
1872
|
}
|
|
1778
1873
|
},
|
|
@@ -1796,10 +1891,10 @@
|
|
|
1796
1891
|
],
|
|
1797
1892
|
"members": {
|
|
1798
1893
|
"InputDataConfig": {
|
|
1799
|
-
"shape": "
|
|
1894
|
+
"shape": "S48"
|
|
1800
1895
|
},
|
|
1801
1896
|
"OutputDataConfig": {
|
|
1802
|
-
"shape": "
|
|
1897
|
+
"shape": "S49"
|
|
1803
1898
|
},
|
|
1804
1899
|
"DataAccessRoleArn": {},
|
|
1805
1900
|
"JobName": {},
|
|
@@ -1809,10 +1904,10 @@
|
|
|
1809
1904
|
},
|
|
1810
1905
|
"VolumeKmsKeyId": {},
|
|
1811
1906
|
"VpcConfig": {
|
|
1812
|
-
"shape": "
|
|
1907
|
+
"shape": "S2y"
|
|
1813
1908
|
},
|
|
1814
1909
|
"Tags": {
|
|
1815
|
-
"shape": "
|
|
1910
|
+
"shape": "S2h"
|
|
1816
1911
|
}
|
|
1817
1912
|
}
|
|
1818
1913
|
},
|
|
@@ -1835,10 +1930,10 @@
|
|
|
1835
1930
|
],
|
|
1836
1931
|
"members": {
|
|
1837
1932
|
"InputDataConfig": {
|
|
1838
|
-
"shape": "
|
|
1933
|
+
"shape": "S48"
|
|
1839
1934
|
},
|
|
1840
1935
|
"OutputDataConfig": {
|
|
1841
|
-
"shape": "
|
|
1936
|
+
"shape": "S49"
|
|
1842
1937
|
},
|
|
1843
1938
|
"DataAccessRoleArn": {},
|
|
1844
1939
|
"JobName": {},
|
|
@@ -1850,10 +1945,10 @@
|
|
|
1850
1945
|
},
|
|
1851
1946
|
"VolumeKmsKeyId": {},
|
|
1852
1947
|
"VpcConfig": {
|
|
1853
|
-
"shape": "
|
|
1948
|
+
"shape": "S2y"
|
|
1854
1949
|
},
|
|
1855
1950
|
"Tags": {
|
|
1856
|
-
"shape": "
|
|
1951
|
+
"shape": "S2h"
|
|
1857
1952
|
}
|
|
1858
1953
|
}
|
|
1859
1954
|
},
|
|
@@ -2032,7 +2127,7 @@
|
|
|
2032
2127
|
"members": {
|
|
2033
2128
|
"ResourceArn": {},
|
|
2034
2129
|
"Tags": {
|
|
2035
|
-
"shape": "
|
|
2130
|
+
"shape": "S2h"
|
|
2036
2131
|
}
|
|
2037
2132
|
}
|
|
2038
2133
|
},
|
|
@@ -2134,11 +2229,41 @@
|
|
|
2134
2229
|
},
|
|
2135
2230
|
"EndOffset": {
|
|
2136
2231
|
"type": "integer"
|
|
2232
|
+
},
|
|
2233
|
+
"BlockReferences": {
|
|
2234
|
+
"type": "list",
|
|
2235
|
+
"member": {
|
|
2236
|
+
"type": "structure",
|
|
2237
|
+
"members": {
|
|
2238
|
+
"BlockId": {},
|
|
2239
|
+
"BeginOffset": {
|
|
2240
|
+
"type": "integer"
|
|
2241
|
+
},
|
|
2242
|
+
"EndOffset": {
|
|
2243
|
+
"type": "integer"
|
|
2244
|
+
},
|
|
2245
|
+
"ChildBlocks": {
|
|
2246
|
+
"type": "list",
|
|
2247
|
+
"member": {
|
|
2248
|
+
"type": "structure",
|
|
2249
|
+
"members": {
|
|
2250
|
+
"ChildBlockId": {},
|
|
2251
|
+
"BeginOffset": {
|
|
2252
|
+
"type": "integer"
|
|
2253
|
+
},
|
|
2254
|
+
"EndOffset": {
|
|
2255
|
+
"type": "integer"
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
}
|
|
2137
2262
|
}
|
|
2138
2263
|
}
|
|
2139
2264
|
}
|
|
2140
2265
|
},
|
|
2141
|
-
"
|
|
2266
|
+
"Su": {
|
|
2142
2267
|
"type": "list",
|
|
2143
2268
|
"member": {
|
|
2144
2269
|
"type": "structure",
|
|
@@ -2156,7 +2281,7 @@
|
|
|
2156
2281
|
}
|
|
2157
2282
|
}
|
|
2158
2283
|
},
|
|
2159
|
-
"
|
|
2284
|
+
"S11": {
|
|
2160
2285
|
"type": "structure",
|
|
2161
2286
|
"members": {
|
|
2162
2287
|
"Positive": {
|
|
@@ -2173,7 +2298,7 @@
|
|
|
2173
2298
|
}
|
|
2174
2299
|
}
|
|
2175
2300
|
},
|
|
2176
|
-
"
|
|
2301
|
+
"S17": {
|
|
2177
2302
|
"type": "list",
|
|
2178
2303
|
"member": {
|
|
2179
2304
|
"type": "structure",
|
|
@@ -2200,7 +2325,7 @@
|
|
|
2200
2325
|
}
|
|
2201
2326
|
}
|
|
2202
2327
|
},
|
|
2203
|
-
"
|
|
2328
|
+
"S1f": {
|
|
2204
2329
|
"type": "list",
|
|
2205
2330
|
"member": {
|
|
2206
2331
|
"type": "structure",
|
|
@@ -2229,7 +2354,7 @@
|
|
|
2229
2354
|
"members": {
|
|
2230
2355
|
"Sentiment": {},
|
|
2231
2356
|
"SentimentScore": {
|
|
2232
|
-
"shape": "
|
|
2357
|
+
"shape": "S11"
|
|
2233
2358
|
}
|
|
2234
2359
|
}
|
|
2235
2360
|
},
|
|
@@ -2245,7 +2370,68 @@
|
|
|
2245
2370
|
}
|
|
2246
2371
|
}
|
|
2247
2372
|
},
|
|
2248
|
-
"
|
|
2373
|
+
"S1p": {
|
|
2374
|
+
"type": "structure",
|
|
2375
|
+
"required": [
|
|
2376
|
+
"DocumentReadAction"
|
|
2377
|
+
],
|
|
2378
|
+
"members": {
|
|
2379
|
+
"DocumentReadAction": {},
|
|
2380
|
+
"DocumentReadMode": {},
|
|
2381
|
+
"FeatureTypes": {
|
|
2382
|
+
"type": "list",
|
|
2383
|
+
"member": {}
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"S1z": {
|
|
2388
|
+
"type": "structure",
|
|
2389
|
+
"members": {
|
|
2390
|
+
"Pages": {
|
|
2391
|
+
"type": "integer"
|
|
2392
|
+
},
|
|
2393
|
+
"ExtractedCharacters": {
|
|
2394
|
+
"type": "list",
|
|
2395
|
+
"member": {
|
|
2396
|
+
"type": "structure",
|
|
2397
|
+
"members": {
|
|
2398
|
+
"Page": {
|
|
2399
|
+
"type": "integer"
|
|
2400
|
+
},
|
|
2401
|
+
"Count": {
|
|
2402
|
+
"type": "integer"
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
"S22": {
|
|
2410
|
+
"type": "list",
|
|
2411
|
+
"member": {
|
|
2412
|
+
"type": "structure",
|
|
2413
|
+
"members": {
|
|
2414
|
+
"Page": {
|
|
2415
|
+
"type": "integer"
|
|
2416
|
+
},
|
|
2417
|
+
"Type": {}
|
|
2418
|
+
}
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"S25": {
|
|
2422
|
+
"type": "list",
|
|
2423
|
+
"member": {
|
|
2424
|
+
"type": "structure",
|
|
2425
|
+
"members": {
|
|
2426
|
+
"Page": {
|
|
2427
|
+
"type": "integer"
|
|
2428
|
+
},
|
|
2429
|
+
"ErrorCode": {},
|
|
2430
|
+
"ErrorMessage": {}
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
"S2h": {
|
|
2249
2435
|
"type": "list",
|
|
2250
2436
|
"member": {
|
|
2251
2437
|
"type": "structure",
|
|
@@ -2258,7 +2444,7 @@
|
|
|
2258
2444
|
}
|
|
2259
2445
|
}
|
|
2260
2446
|
},
|
|
2261
|
-
"
|
|
2447
|
+
"S2l": {
|
|
2262
2448
|
"type": "structure",
|
|
2263
2449
|
"members": {
|
|
2264
2450
|
"DataFormat": {},
|
|
@@ -2268,12 +2454,12 @@
|
|
|
2268
2454
|
"AugmentedManifests": {
|
|
2269
2455
|
"type": "list",
|
|
2270
2456
|
"member": {
|
|
2271
|
-
"shape": "
|
|
2457
|
+
"shape": "S2q"
|
|
2272
2458
|
}
|
|
2273
2459
|
}
|
|
2274
2460
|
}
|
|
2275
2461
|
},
|
|
2276
|
-
"
|
|
2462
|
+
"S2q": {
|
|
2277
2463
|
"type": "structure",
|
|
2278
2464
|
"required": [
|
|
2279
2465
|
"S3Uri",
|
|
@@ -2291,14 +2477,14 @@
|
|
|
2291
2477
|
"DocumentType": {}
|
|
2292
2478
|
}
|
|
2293
2479
|
},
|
|
2294
|
-
"
|
|
2480
|
+
"S2v": {
|
|
2295
2481
|
"type": "structure",
|
|
2296
2482
|
"members": {
|
|
2297
2483
|
"S3Uri": {},
|
|
2298
2484
|
"KmsKeyId": {}
|
|
2299
2485
|
}
|
|
2300
2486
|
},
|
|
2301
|
-
"
|
|
2487
|
+
"S2y": {
|
|
2302
2488
|
"type": "structure",
|
|
2303
2489
|
"required": [
|
|
2304
2490
|
"SecurityGroupIds",
|
|
@@ -2315,7 +2501,7 @@
|
|
|
2315
2501
|
}
|
|
2316
2502
|
}
|
|
2317
2503
|
},
|
|
2318
|
-
"
|
|
2504
|
+
"S3e": {
|
|
2319
2505
|
"type": "structure",
|
|
2320
2506
|
"required": [
|
|
2321
2507
|
"EntityTypes"
|
|
@@ -2367,12 +2553,12 @@
|
|
|
2367
2553
|
"AugmentedManifests": {
|
|
2368
2554
|
"type": "list",
|
|
2369
2555
|
"member": {
|
|
2370
|
-
"shape": "
|
|
2556
|
+
"shape": "S2q"
|
|
2371
2557
|
}
|
|
2372
2558
|
}
|
|
2373
2559
|
}
|
|
2374
2560
|
},
|
|
2375
|
-
"
|
|
2561
|
+
"S42": {
|
|
2376
2562
|
"type": "structure",
|
|
2377
2563
|
"members": {
|
|
2378
2564
|
"JobId": {},
|
|
@@ -2388,19 +2574,19 @@
|
|
|
2388
2574
|
},
|
|
2389
2575
|
"DocumentClassifierArn": {},
|
|
2390
2576
|
"InputDataConfig": {
|
|
2391
|
-
"shape": "
|
|
2577
|
+
"shape": "S48"
|
|
2392
2578
|
},
|
|
2393
2579
|
"OutputDataConfig": {
|
|
2394
|
-
"shape": "
|
|
2580
|
+
"shape": "S49"
|
|
2395
2581
|
},
|
|
2396
2582
|
"DataAccessRoleArn": {},
|
|
2397
2583
|
"VolumeKmsKeyId": {},
|
|
2398
2584
|
"VpcConfig": {
|
|
2399
|
-
"shape": "
|
|
2585
|
+
"shape": "S2y"
|
|
2400
2586
|
}
|
|
2401
2587
|
}
|
|
2402
2588
|
},
|
|
2403
|
-
"
|
|
2589
|
+
"S48": {
|
|
2404
2590
|
"type": "structure",
|
|
2405
2591
|
"required": [
|
|
2406
2592
|
"S3Uri"
|
|
@@ -2409,22 +2595,11 @@
|
|
|
2409
2595
|
"S3Uri": {},
|
|
2410
2596
|
"InputFormat": {},
|
|
2411
2597
|
"DocumentReaderConfig": {
|
|
2412
|
-
"
|
|
2413
|
-
"required": [
|
|
2414
|
-
"DocumentReadAction"
|
|
2415
|
-
],
|
|
2416
|
-
"members": {
|
|
2417
|
-
"DocumentReadAction": {},
|
|
2418
|
-
"DocumentReadMode": {},
|
|
2419
|
-
"FeatureTypes": {
|
|
2420
|
-
"type": "list",
|
|
2421
|
-
"member": {}
|
|
2422
|
-
}
|
|
2423
|
-
}
|
|
2598
|
+
"shape": "S1p"
|
|
2424
2599
|
}
|
|
2425
2600
|
}
|
|
2426
2601
|
},
|
|
2427
|
-
"
|
|
2602
|
+
"S49": {
|
|
2428
2603
|
"type": "structure",
|
|
2429
2604
|
"required": [
|
|
2430
2605
|
"S3Uri"
|
|
@@ -2434,7 +2609,7 @@
|
|
|
2434
2609
|
"KmsKeyId": {}
|
|
2435
2610
|
}
|
|
2436
2611
|
},
|
|
2437
|
-
"
|
|
2612
|
+
"S4c": {
|
|
2438
2613
|
"type": "structure",
|
|
2439
2614
|
"members": {
|
|
2440
2615
|
"DocumentClassifierArn": {},
|
|
@@ -2454,10 +2629,10 @@
|
|
|
2454
2629
|
"type": "timestamp"
|
|
2455
2630
|
},
|
|
2456
2631
|
"InputDataConfig": {
|
|
2457
|
-
"shape": "
|
|
2632
|
+
"shape": "S2l"
|
|
2458
2633
|
},
|
|
2459
2634
|
"OutputDataConfig": {
|
|
2460
|
-
"shape": "
|
|
2635
|
+
"shape": "S2v"
|
|
2461
2636
|
},
|
|
2462
2637
|
"ClassifierMetadata": {
|
|
2463
2638
|
"type": "structure",
|
|
@@ -2506,7 +2681,7 @@
|
|
|
2506
2681
|
"DataAccessRoleArn": {},
|
|
2507
2682
|
"VolumeKmsKeyId": {},
|
|
2508
2683
|
"VpcConfig": {
|
|
2509
|
-
"shape": "
|
|
2684
|
+
"shape": "S2y"
|
|
2510
2685
|
},
|
|
2511
2686
|
"Mode": {},
|
|
2512
2687
|
"ModelKmsKeyId": {},
|
|
@@ -2514,7 +2689,7 @@
|
|
|
2514
2689
|
"SourceModelArn": {}
|
|
2515
2690
|
}
|
|
2516
2691
|
},
|
|
2517
|
-
"
|
|
2692
|
+
"S4j": {
|
|
2518
2693
|
"type": "structure",
|
|
2519
2694
|
"members": {
|
|
2520
2695
|
"JobId": {},
|
|
@@ -2529,19 +2704,19 @@
|
|
|
2529
2704
|
"type": "timestamp"
|
|
2530
2705
|
},
|
|
2531
2706
|
"InputDataConfig": {
|
|
2532
|
-
"shape": "
|
|
2707
|
+
"shape": "S48"
|
|
2533
2708
|
},
|
|
2534
2709
|
"OutputDataConfig": {
|
|
2535
|
-
"shape": "
|
|
2710
|
+
"shape": "S49"
|
|
2536
2711
|
},
|
|
2537
2712
|
"DataAccessRoleArn": {},
|
|
2538
2713
|
"VolumeKmsKeyId": {},
|
|
2539
2714
|
"VpcConfig": {
|
|
2540
|
-
"shape": "
|
|
2715
|
+
"shape": "S2y"
|
|
2541
2716
|
}
|
|
2542
2717
|
}
|
|
2543
2718
|
},
|
|
2544
|
-
"
|
|
2719
|
+
"S4m": {
|
|
2545
2720
|
"type": "structure",
|
|
2546
2721
|
"members": {
|
|
2547
2722
|
"EndpointArn": {},
|
|
@@ -2565,7 +2740,7 @@
|
|
|
2565
2740
|
"DesiredDataAccessRoleArn": {}
|
|
2566
2741
|
}
|
|
2567
2742
|
},
|
|
2568
|
-
"
|
|
2743
|
+
"S4q": {
|
|
2569
2744
|
"type": "structure",
|
|
2570
2745
|
"members": {
|
|
2571
2746
|
"JobId": {},
|
|
@@ -2581,20 +2756,20 @@
|
|
|
2581
2756
|
},
|
|
2582
2757
|
"EntityRecognizerArn": {},
|
|
2583
2758
|
"InputDataConfig": {
|
|
2584
|
-
"shape": "
|
|
2759
|
+
"shape": "S48"
|
|
2585
2760
|
},
|
|
2586
2761
|
"OutputDataConfig": {
|
|
2587
|
-
"shape": "
|
|
2762
|
+
"shape": "S49"
|
|
2588
2763
|
},
|
|
2589
2764
|
"LanguageCode": {},
|
|
2590
2765
|
"DataAccessRoleArn": {},
|
|
2591
2766
|
"VolumeKmsKeyId": {},
|
|
2592
2767
|
"VpcConfig": {
|
|
2593
|
-
"shape": "
|
|
2768
|
+
"shape": "S2y"
|
|
2594
2769
|
}
|
|
2595
2770
|
}
|
|
2596
2771
|
},
|
|
2597
|
-
"
|
|
2772
|
+
"S4t": {
|
|
2598
2773
|
"type": "structure",
|
|
2599
2774
|
"members": {
|
|
2600
2775
|
"EntityRecognizerArn": {},
|
|
@@ -2614,7 +2789,7 @@
|
|
|
2614
2789
|
"type": "timestamp"
|
|
2615
2790
|
},
|
|
2616
2791
|
"InputDataConfig": {
|
|
2617
|
-
"shape": "
|
|
2792
|
+
"shape": "S3e"
|
|
2618
2793
|
},
|
|
2619
2794
|
"RecognizerMetadata": {
|
|
2620
2795
|
"type": "structure",
|
|
@@ -2671,14 +2846,14 @@
|
|
|
2671
2846
|
"DataAccessRoleArn": {},
|
|
2672
2847
|
"VolumeKmsKeyId": {},
|
|
2673
2848
|
"VpcConfig": {
|
|
2674
|
-
"shape": "
|
|
2849
|
+
"shape": "S2y"
|
|
2675
2850
|
},
|
|
2676
2851
|
"ModelKmsKeyId": {},
|
|
2677
2852
|
"VersionName": {},
|
|
2678
2853
|
"SourceModelArn": {}
|
|
2679
2854
|
}
|
|
2680
2855
|
},
|
|
2681
|
-
"
|
|
2856
|
+
"S51": {
|
|
2682
2857
|
"type": "structure",
|
|
2683
2858
|
"members": {
|
|
2684
2859
|
"JobId": {},
|
|
@@ -2693,23 +2868,23 @@
|
|
|
2693
2868
|
"type": "timestamp"
|
|
2694
2869
|
},
|
|
2695
2870
|
"InputDataConfig": {
|
|
2696
|
-
"shape": "
|
|
2871
|
+
"shape": "S48"
|
|
2697
2872
|
},
|
|
2698
2873
|
"OutputDataConfig": {
|
|
2699
|
-
"shape": "
|
|
2874
|
+
"shape": "S49"
|
|
2700
2875
|
},
|
|
2701
2876
|
"LanguageCode": {},
|
|
2702
2877
|
"DataAccessRoleArn": {},
|
|
2703
2878
|
"TargetEventTypes": {
|
|
2704
|
-
"shape": "
|
|
2879
|
+
"shape": "S52"
|
|
2705
2880
|
}
|
|
2706
2881
|
}
|
|
2707
2882
|
},
|
|
2708
|
-
"
|
|
2883
|
+
"S52": {
|
|
2709
2884
|
"type": "list",
|
|
2710
2885
|
"member": {}
|
|
2711
2886
|
},
|
|
2712
|
-
"
|
|
2887
|
+
"S56": {
|
|
2713
2888
|
"type": "structure",
|
|
2714
2889
|
"members": {
|
|
2715
2890
|
"JobId": {},
|
|
@@ -2724,20 +2899,20 @@
|
|
|
2724
2899
|
"type": "timestamp"
|
|
2725
2900
|
},
|
|
2726
2901
|
"InputDataConfig": {
|
|
2727
|
-
"shape": "
|
|
2902
|
+
"shape": "S48"
|
|
2728
2903
|
},
|
|
2729
2904
|
"OutputDataConfig": {
|
|
2730
|
-
"shape": "
|
|
2905
|
+
"shape": "S49"
|
|
2731
2906
|
},
|
|
2732
2907
|
"LanguageCode": {},
|
|
2733
2908
|
"DataAccessRoleArn": {},
|
|
2734
2909
|
"VolumeKmsKeyId": {},
|
|
2735
2910
|
"VpcConfig": {
|
|
2736
|
-
"shape": "
|
|
2911
|
+
"shape": "S2y"
|
|
2737
2912
|
}
|
|
2738
2913
|
}
|
|
2739
2914
|
},
|
|
2740
|
-
"
|
|
2915
|
+
"S59": {
|
|
2741
2916
|
"type": "structure",
|
|
2742
2917
|
"members": {
|
|
2743
2918
|
"JobId": {},
|
|
@@ -2752,7 +2927,7 @@
|
|
|
2752
2927
|
"type": "timestamp"
|
|
2753
2928
|
},
|
|
2754
2929
|
"InputDataConfig": {
|
|
2755
|
-
"shape": "
|
|
2930
|
+
"shape": "S48"
|
|
2756
2931
|
},
|
|
2757
2932
|
"OutputDataConfig": {
|
|
2758
2933
|
"type": "structure",
|
|
@@ -2765,14 +2940,14 @@
|
|
|
2765
2940
|
}
|
|
2766
2941
|
},
|
|
2767
2942
|
"RedactionConfig": {
|
|
2768
|
-
"shape": "
|
|
2943
|
+
"shape": "S5b"
|
|
2769
2944
|
},
|
|
2770
2945
|
"LanguageCode": {},
|
|
2771
2946
|
"DataAccessRoleArn": {},
|
|
2772
2947
|
"Mode": {}
|
|
2773
2948
|
}
|
|
2774
2949
|
},
|
|
2775
|
-
"
|
|
2950
|
+
"S5b": {
|
|
2776
2951
|
"type": "structure",
|
|
2777
2952
|
"members": {
|
|
2778
2953
|
"PiiEntityTypes": {
|
|
@@ -2783,7 +2958,7 @@
|
|
|
2783
2958
|
"MaskCharacter": {}
|
|
2784
2959
|
}
|
|
2785
2960
|
},
|
|
2786
|
-
"
|
|
2961
|
+
"S5k": {
|
|
2787
2962
|
"type": "structure",
|
|
2788
2963
|
"members": {
|
|
2789
2964
|
"JobId": {},
|
|
@@ -2798,20 +2973,20 @@
|
|
|
2798
2973
|
"type": "timestamp"
|
|
2799
2974
|
},
|
|
2800
2975
|
"InputDataConfig": {
|
|
2801
|
-
"shape": "
|
|
2976
|
+
"shape": "S48"
|
|
2802
2977
|
},
|
|
2803
2978
|
"OutputDataConfig": {
|
|
2804
|
-
"shape": "
|
|
2979
|
+
"shape": "S49"
|
|
2805
2980
|
},
|
|
2806
2981
|
"LanguageCode": {},
|
|
2807
2982
|
"DataAccessRoleArn": {},
|
|
2808
2983
|
"VolumeKmsKeyId": {},
|
|
2809
2984
|
"VpcConfig": {
|
|
2810
|
-
"shape": "
|
|
2985
|
+
"shape": "S2y"
|
|
2811
2986
|
}
|
|
2812
2987
|
}
|
|
2813
2988
|
},
|
|
2814
|
-
"
|
|
2989
|
+
"S5n": {
|
|
2815
2990
|
"type": "structure",
|
|
2816
2991
|
"members": {
|
|
2817
2992
|
"JobId": {},
|
|
@@ -2826,20 +3001,20 @@
|
|
|
2826
3001
|
"type": "timestamp"
|
|
2827
3002
|
},
|
|
2828
3003
|
"InputDataConfig": {
|
|
2829
|
-
"shape": "
|
|
3004
|
+
"shape": "S48"
|
|
2830
3005
|
},
|
|
2831
3006
|
"OutputDataConfig": {
|
|
2832
|
-
"shape": "
|
|
3007
|
+
"shape": "S49"
|
|
2833
3008
|
},
|
|
2834
3009
|
"LanguageCode": {},
|
|
2835
3010
|
"DataAccessRoleArn": {},
|
|
2836
3011
|
"VolumeKmsKeyId": {},
|
|
2837
3012
|
"VpcConfig": {
|
|
2838
|
-
"shape": "
|
|
3013
|
+
"shape": "S2y"
|
|
2839
3014
|
}
|
|
2840
3015
|
}
|
|
2841
3016
|
},
|
|
2842
|
-
"
|
|
3017
|
+
"S5q": {
|
|
2843
3018
|
"type": "structure",
|
|
2844
3019
|
"members": {
|
|
2845
3020
|
"JobId": {},
|
|
@@ -2854,10 +3029,10 @@
|
|
|
2854
3029
|
"type": "timestamp"
|
|
2855
3030
|
},
|
|
2856
3031
|
"InputDataConfig": {
|
|
2857
|
-
"shape": "
|
|
3032
|
+
"shape": "S48"
|
|
2858
3033
|
},
|
|
2859
3034
|
"OutputDataConfig": {
|
|
2860
|
-
"shape": "
|
|
3035
|
+
"shape": "S49"
|
|
2861
3036
|
},
|
|
2862
3037
|
"NumberOfTopics": {
|
|
2863
3038
|
"type": "integer"
|
|
@@ -2865,7 +3040,7 @@
|
|
|
2865
3040
|
"DataAccessRoleArn": {},
|
|
2866
3041
|
"VolumeKmsKeyId": {},
|
|
2867
3042
|
"VpcConfig": {
|
|
2868
|
-
"shape": "
|
|
3043
|
+
"shape": "S2y"
|
|
2869
3044
|
}
|
|
2870
3045
|
}
|
|
2871
3046
|
}
|