cdk-comprehend-s3olap 2.0.83 → 2.0.84

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.
@@ -87,6 +87,68 @@
87
87
  }
88
88
  }
89
89
  },
90
+ "CreateLabel": {
91
+ "input": {
92
+ "type": "structure",
93
+ "required": [
94
+ "LabelGroupName",
95
+ "StartTime",
96
+ "EndTime",
97
+ "Rating",
98
+ "ClientToken"
99
+ ],
100
+ "members": {
101
+ "LabelGroupName": {},
102
+ "StartTime": {
103
+ "type": "timestamp"
104
+ },
105
+ "EndTime": {
106
+ "type": "timestamp"
107
+ },
108
+ "Rating": {},
109
+ "FaultCode": {},
110
+ "Notes": {},
111
+ "Equipment": {},
112
+ "ClientToken": {
113
+ "idempotencyToken": true
114
+ }
115
+ }
116
+ },
117
+ "output": {
118
+ "type": "structure",
119
+ "members": {
120
+ "LabelId": {}
121
+ }
122
+ }
123
+ },
124
+ "CreateLabelGroup": {
125
+ "input": {
126
+ "type": "structure",
127
+ "required": [
128
+ "LabelGroupName",
129
+ "ClientToken"
130
+ ],
131
+ "members": {
132
+ "LabelGroupName": {},
133
+ "FaultCodes": {
134
+ "shape": "S17"
135
+ },
136
+ "ClientToken": {
137
+ "idempotencyToken": true
138
+ },
139
+ "Tags": {
140
+ "shape": "S7"
141
+ }
142
+ }
143
+ },
144
+ "output": {
145
+ "type": "structure",
146
+ "members": {
147
+ "LabelGroupName": {},
148
+ "LabelGroupArn": {}
149
+ }
150
+ }
151
+ },
90
152
  "CreateModel": {
91
153
  "input": {
92
154
  "type": "structure",
@@ -102,7 +164,7 @@
102
164
  "shape": "S3"
103
165
  },
104
166
  "LabelsInputConfiguration": {
105
- "shape": "Sz"
167
+ "shape": "S1c"
106
168
  },
107
169
  "ClientToken": {
108
170
  "idempotencyToken": true
@@ -121,7 +183,7 @@
121
183
  },
122
184
  "RoleArn": {},
123
185
  "DataPreProcessingConfiguration": {
124
- "shape": "S12"
186
+ "shape": "S1e"
125
187
  },
126
188
  "ServerSideKmsKeyId": {},
127
189
  "Tags": {
@@ -160,6 +222,30 @@
160
222
  }
161
223
  }
162
224
  },
225
+ "DeleteLabel": {
226
+ "input": {
227
+ "type": "structure",
228
+ "required": [
229
+ "LabelGroupName",
230
+ "LabelId"
231
+ ],
232
+ "members": {
233
+ "LabelGroupName": {},
234
+ "LabelId": {}
235
+ }
236
+ }
237
+ },
238
+ "DeleteLabelGroup": {
239
+ "input": {
240
+ "type": "structure",
241
+ "required": [
242
+ "LabelGroupName"
243
+ ],
244
+ "members": {
245
+ "LabelGroupName": {}
246
+ }
247
+ }
248
+ },
163
249
  "DeleteModel": {
164
250
  "input": {
165
251
  "type": "structure",
@@ -187,7 +273,7 @@
187
273
  "JobId": {},
188
274
  "DatasetArn": {},
189
275
  "IngestionInputConfiguration": {
190
- "shape": "S1f"
276
+ "shape": "S1t"
191
277
  },
192
278
  "RoleArn": {},
193
279
  "CreatedAt": {
@@ -196,10 +282,10 @@
196
282
  "Status": {},
197
283
  "FailedReason": {},
198
284
  "DataQualitySummary": {
199
- "shape": "S1k"
285
+ "shape": "S1y"
200
286
  },
201
287
  "IngestedFilesSummary": {
202
- "shape": "S1t"
288
+ "shape": "S27"
203
289
  },
204
290
  "StatusDetail": {},
205
291
  "IngestedDataSize": {
@@ -241,13 +327,13 @@
241
327
  },
242
328
  "ServerSideKmsKeyId": {},
243
329
  "IngestionInputConfiguration": {
244
- "shape": "S1f"
330
+ "shape": "S1t"
245
331
  },
246
332
  "DataQualitySummary": {
247
- "shape": "S1k"
333
+ "shape": "S1y"
248
334
  },
249
335
  "IngestedFilesSummary": {
250
- "shape": "S1t"
336
+ "shape": "S27"
251
337
  },
252
338
  "RoleArn": {},
253
339
  "DataStartTime": {
@@ -294,7 +380,69 @@
294
380
  "shape": "Sr"
295
381
  },
296
382
  "RoleArn": {},
297
- "ServerSideKmsKeyId": {}
383
+ "ServerSideKmsKeyId": {},
384
+ "LatestInferenceResult": {}
385
+ }
386
+ }
387
+ },
388
+ "DescribeLabel": {
389
+ "input": {
390
+ "type": "structure",
391
+ "required": [
392
+ "LabelGroupName",
393
+ "LabelId"
394
+ ],
395
+ "members": {
396
+ "LabelGroupName": {},
397
+ "LabelId": {}
398
+ }
399
+ },
400
+ "output": {
401
+ "type": "structure",
402
+ "members": {
403
+ "LabelGroupName": {},
404
+ "LabelGroupArn": {},
405
+ "LabelId": {},
406
+ "StartTime": {
407
+ "type": "timestamp"
408
+ },
409
+ "EndTime": {
410
+ "type": "timestamp"
411
+ },
412
+ "Rating": {},
413
+ "FaultCode": {},
414
+ "Notes": {},
415
+ "Equipment": {},
416
+ "CreatedAt": {
417
+ "type": "timestamp"
418
+ }
419
+ }
420
+ }
421
+ },
422
+ "DescribeLabelGroup": {
423
+ "input": {
424
+ "type": "structure",
425
+ "required": [
426
+ "LabelGroupName"
427
+ ],
428
+ "members": {
429
+ "LabelGroupName": {}
430
+ }
431
+ },
432
+ "output": {
433
+ "type": "structure",
434
+ "members": {
435
+ "LabelGroupName": {},
436
+ "LabelGroupArn": {},
437
+ "FaultCodes": {
438
+ "shape": "S17"
439
+ },
440
+ "CreatedAt": {
441
+ "type": "timestamp"
442
+ },
443
+ "UpdatedAt": {
444
+ "type": "timestamp"
445
+ }
298
446
  }
299
447
  }
300
448
  },
@@ -319,7 +467,7 @@
319
467
  "jsonvalue": true
320
468
  },
321
469
  "LabelsInputConfiguration": {
322
- "shape": "Sz"
470
+ "shape": "S1c"
323
471
  },
324
472
  "TrainingDataStartTime": {
325
473
  "type": "timestamp"
@@ -335,7 +483,7 @@
335
483
  },
336
484
  "RoleArn": {},
337
485
  "DataPreProcessingConfiguration": {
338
- "shape": "S12"
486
+ "shape": "S1e"
339
487
  },
340
488
  "Status": {},
341
489
  "TrainingExecutionStartTime": {
@@ -384,7 +532,7 @@
384
532
  "DatasetName": {},
385
533
  "DatasetArn": {},
386
534
  "IngestionInputConfiguration": {
387
- "shape": "S1f"
535
+ "shape": "S1t"
388
536
  },
389
537
  "Status": {}
390
538
  }
@@ -524,7 +672,7 @@
524
672
  "shape": "Sr"
525
673
  },
526
674
  "CustomerResultObject": {
527
- "shape": "S1v"
675
+ "shape": "S29"
528
676
  },
529
677
  "Status": {},
530
678
  "FailedReason": {}
@@ -563,7 +711,94 @@
563
711
  "DataDelayOffsetInMinutes": {
564
712
  "type": "long"
565
713
  },
566
- "DataUploadFrequency": {}
714
+ "DataUploadFrequency": {},
715
+ "LatestInferenceResult": {}
716
+ }
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "ListLabelGroups": {
723
+ "input": {
724
+ "type": "structure",
725
+ "members": {
726
+ "LabelGroupNameBeginsWith": {},
727
+ "NextToken": {},
728
+ "MaxResults": {
729
+ "type": "integer"
730
+ }
731
+ }
732
+ },
733
+ "output": {
734
+ "type": "structure",
735
+ "members": {
736
+ "NextToken": {},
737
+ "LabelGroupSummaries": {
738
+ "type": "list",
739
+ "member": {
740
+ "type": "structure",
741
+ "members": {
742
+ "LabelGroupName": {},
743
+ "LabelGroupArn": {},
744
+ "CreatedAt": {
745
+ "type": "timestamp"
746
+ },
747
+ "UpdatedAt": {
748
+ "type": "timestamp"
749
+ }
750
+ }
751
+ }
752
+ }
753
+ }
754
+ }
755
+ },
756
+ "ListLabels": {
757
+ "input": {
758
+ "type": "structure",
759
+ "required": [
760
+ "LabelGroupName"
761
+ ],
762
+ "members": {
763
+ "LabelGroupName": {},
764
+ "IntervalStartTime": {
765
+ "type": "timestamp"
766
+ },
767
+ "IntervalEndTime": {
768
+ "type": "timestamp"
769
+ },
770
+ "FaultCode": {},
771
+ "Equipment": {},
772
+ "NextToken": {},
773
+ "MaxResults": {
774
+ "type": "integer"
775
+ }
776
+ }
777
+ },
778
+ "output": {
779
+ "type": "structure",
780
+ "members": {
781
+ "NextToken": {},
782
+ "LabelSummaries": {
783
+ "type": "list",
784
+ "member": {
785
+ "type": "structure",
786
+ "members": {
787
+ "LabelGroupName": {},
788
+ "LabelId": {},
789
+ "LabelGroupArn": {},
790
+ "StartTime": {
791
+ "type": "timestamp"
792
+ },
793
+ "EndTime": {
794
+ "type": "timestamp"
795
+ },
796
+ "Rating": {},
797
+ "FaultCode": {},
798
+ "Equipment": {},
799
+ "CreatedAt": {
800
+ "type": "timestamp"
801
+ }
567
802
  }
568
803
  }
569
804
  }
@@ -635,16 +870,16 @@
635
870
  "type": "boolean"
636
871
  },
637
872
  "MissingValues": {
638
- "shape": "S35"
873
+ "shape": "S3w"
639
874
  },
640
875
  "InvalidValues": {
641
- "shape": "S35"
876
+ "shape": "S3w"
642
877
  },
643
878
  "InvalidDateEntries": {
644
- "shape": "S35"
879
+ "shape": "S3w"
645
880
  },
646
881
  "DuplicateTimestamps": {
647
- "shape": "S35"
882
+ "shape": "S3w"
648
883
  },
649
884
  "CategoricalValues": {
650
885
  "type": "structure",
@@ -736,7 +971,7 @@
736
971
  "members": {
737
972
  "DatasetName": {},
738
973
  "IngestionInputConfiguration": {
739
- "shape": "S1f"
974
+ "shape": "S1t"
740
975
  },
741
976
  "RoleArn": {},
742
977
  "ClientToken": {
@@ -854,6 +1089,20 @@
854
1089
  "RoleArn": {}
855
1090
  }
856
1091
  }
1092
+ },
1093
+ "UpdateLabelGroup": {
1094
+ "input": {
1095
+ "type": "structure",
1096
+ "required": [
1097
+ "LabelGroupName"
1098
+ ],
1099
+ "members": {
1100
+ "LabelGroupName": {},
1101
+ "FaultCodes": {
1102
+ "shape": "S17"
1103
+ }
1104
+ }
1105
+ }
857
1106
  }
858
1107
  },
859
1108
  "shapes": {
@@ -921,11 +1170,12 @@
921
1170
  "KmsKeyId": {}
922
1171
  }
923
1172
  },
924
- "Sz": {
1173
+ "S17": {
1174
+ "type": "list",
1175
+ "member": {}
1176
+ },
1177
+ "S1c": {
925
1178
  "type": "structure",
926
- "required": [
927
- "S3InputConfiguration"
928
- ],
929
1179
  "members": {
930
1180
  "S3InputConfiguration": {
931
1181
  "type": "structure",
@@ -936,16 +1186,17 @@
936
1186
  "Bucket": {},
937
1187
  "Prefix": {}
938
1188
  }
939
- }
1189
+ },
1190
+ "LabelGroupName": {}
940
1191
  }
941
1192
  },
942
- "S12": {
1193
+ "S1e": {
943
1194
  "type": "structure",
944
1195
  "members": {
945
1196
  "TargetSamplingRate": {}
946
1197
  }
947
1198
  },
948
- "S1f": {
1199
+ "S1t": {
949
1200
  "type": "structure",
950
1201
  "required": [
951
1202
  "S3InputConfiguration"
@@ -964,7 +1215,7 @@
964
1215
  }
965
1216
  }
966
1217
  },
967
- "S1k": {
1218
+ "S1y": {
968
1219
  "type": "structure",
969
1220
  "required": [
970
1221
  "InsufficientSensorData",
@@ -1059,7 +1310,7 @@
1059
1310
  }
1060
1311
  }
1061
1312
  },
1062
- "S1t": {
1313
+ "S27": {
1063
1314
  "type": "structure",
1064
1315
  "required": [
1065
1316
  "TotalNumberOfFiles",
@@ -1075,12 +1326,12 @@
1075
1326
  "DiscardedFiles": {
1076
1327
  "type": "list",
1077
1328
  "member": {
1078
- "shape": "S1v"
1329
+ "shape": "S29"
1079
1330
  }
1080
1331
  }
1081
1332
  }
1082
1333
  },
1083
- "S1v": {
1334
+ "S29": {
1084
1335
  "type": "structure",
1085
1336
  "required": [
1086
1337
  "Bucket",
@@ -1091,7 +1342,7 @@
1091
1342
  "Key": {}
1092
1343
  }
1093
1344
  },
1094
- "S35": {
1345
+ "S3w": {
1095
1346
  "type": "structure",
1096
1347
  "required": [
1097
1348
  "Count",
@@ -25,6 +25,16 @@
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
27
  },
28
+ "ListLabelGroups": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListLabels": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
28
38
  "ListModels": {
29
39
  "input_token": "NextToken",
30
40
  "output_token": "NextToken",