cdk-lambda-subminute 2.0.237 → 2.0.239
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +451 -448
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/datasync.d.ts +3 -3
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +38 -25
- 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 +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -200,6 +200,37 @@
|
|
200
200
|
}
|
201
201
|
}
|
202
202
|
},
|
203
|
+
"CreateRetrainingScheduler": {
|
204
|
+
"input": {
|
205
|
+
"type": "structure",
|
206
|
+
"required": [
|
207
|
+
"ModelName",
|
208
|
+
"RetrainingFrequency",
|
209
|
+
"LookbackWindow",
|
210
|
+
"ClientToken"
|
211
|
+
],
|
212
|
+
"members": {
|
213
|
+
"ModelName": {},
|
214
|
+
"RetrainingStartDate": {
|
215
|
+
"type": "timestamp"
|
216
|
+
},
|
217
|
+
"RetrainingFrequency": {},
|
218
|
+
"LookbackWindow": {},
|
219
|
+
"PromoteMode": {},
|
220
|
+
"ClientToken": {
|
221
|
+
"idempotencyToken": true
|
222
|
+
}
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"output": {
|
226
|
+
"type": "structure",
|
227
|
+
"members": {
|
228
|
+
"ModelName": {},
|
229
|
+
"ModelArn": {},
|
230
|
+
"Status": {}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
},
|
203
234
|
"DeleteDataset": {
|
204
235
|
"input": {
|
205
236
|
"type": "structure",
|
@@ -268,6 +299,17 @@
|
|
268
299
|
}
|
269
300
|
}
|
270
301
|
},
|
302
|
+
"DeleteRetrainingScheduler": {
|
303
|
+
"input": {
|
304
|
+
"type": "structure",
|
305
|
+
"required": [
|
306
|
+
"ModelName"
|
307
|
+
],
|
308
|
+
"members": {
|
309
|
+
"ModelName": {}
|
310
|
+
}
|
311
|
+
}
|
312
|
+
},
|
271
313
|
"DescribeDataIngestionJob": {
|
272
314
|
"input": {
|
273
315
|
"type": "structure",
|
@@ -284,7 +326,7 @@
|
|
284
326
|
"JobId": {},
|
285
327
|
"DatasetArn": {},
|
286
328
|
"IngestionInputConfiguration": {
|
287
|
-
"shape": "
|
329
|
+
"shape": "S22"
|
288
330
|
},
|
289
331
|
"RoleArn": {},
|
290
332
|
"CreatedAt": {
|
@@ -293,10 +335,10 @@
|
|
293
335
|
"Status": {},
|
294
336
|
"FailedReason": {},
|
295
337
|
"DataQualitySummary": {
|
296
|
-
"shape": "
|
338
|
+
"shape": "S27"
|
297
339
|
},
|
298
340
|
"IngestedFilesSummary": {
|
299
|
-
"shape": "
|
341
|
+
"shape": "S2g"
|
300
342
|
},
|
301
343
|
"StatusDetail": {},
|
302
344
|
"IngestedDataSize": {
|
@@ -339,13 +381,13 @@
|
|
339
381
|
},
|
340
382
|
"ServerSideKmsKeyId": {},
|
341
383
|
"IngestionInputConfiguration": {
|
342
|
-
"shape": "
|
384
|
+
"shape": "S22"
|
343
385
|
},
|
344
386
|
"DataQualitySummary": {
|
345
|
-
"shape": "
|
387
|
+
"shape": "S27"
|
346
388
|
},
|
347
389
|
"IngestedFilesSummary": {
|
348
|
-
"shape": "
|
390
|
+
"shape": "S2g"
|
349
391
|
},
|
350
392
|
"RoleArn": {},
|
351
393
|
"DataStartTime": {
|
@@ -537,7 +579,31 @@
|
|
537
579
|
"PreviousActiveModelVersionArn": {},
|
538
580
|
"PreviousModelVersionActivatedAt": {
|
539
581
|
"type": "timestamp"
|
540
|
-
}
|
582
|
+
},
|
583
|
+
"PriorModelMetrics": {
|
584
|
+
"jsonvalue": true
|
585
|
+
},
|
586
|
+
"LatestScheduledRetrainingFailedReason": {},
|
587
|
+
"LatestScheduledRetrainingStatus": {},
|
588
|
+
"LatestScheduledRetrainingModelVersion": {
|
589
|
+
"type": "long"
|
590
|
+
},
|
591
|
+
"LatestScheduledRetrainingStartTime": {
|
592
|
+
"type": "timestamp"
|
593
|
+
},
|
594
|
+
"LatestScheduledRetrainingAvailableDataInDays": {
|
595
|
+
"type": "integer"
|
596
|
+
},
|
597
|
+
"NextScheduledRetrainingStartDate": {
|
598
|
+
"type": "timestamp"
|
599
|
+
},
|
600
|
+
"AccumulatedInferenceDataStartTime": {
|
601
|
+
"type": "timestamp"
|
602
|
+
},
|
603
|
+
"AccumulatedInferenceDataEndTime": {
|
604
|
+
"type": "timestamp"
|
605
|
+
},
|
606
|
+
"RetrainingSchedulerStatus": {}
|
541
607
|
}
|
542
608
|
}
|
543
609
|
},
|
@@ -613,7 +679,13 @@
|
|
613
679
|
},
|
614
680
|
"ImportedDataSizeInBytes": {
|
615
681
|
"type": "long"
|
616
|
-
}
|
682
|
+
},
|
683
|
+
"PriorModelMetrics": {},
|
684
|
+
"RetrainingAvailableDataInDays": {
|
685
|
+
"type": "integer"
|
686
|
+
},
|
687
|
+
"AutoPromotionResult": {},
|
688
|
+
"AutoPromotionResultReason": {}
|
617
689
|
}
|
618
690
|
}
|
619
691
|
},
|
@@ -641,6 +713,37 @@
|
|
641
713
|
}
|
642
714
|
}
|
643
715
|
},
|
716
|
+
"DescribeRetrainingScheduler": {
|
717
|
+
"input": {
|
718
|
+
"type": "structure",
|
719
|
+
"required": [
|
720
|
+
"ModelName"
|
721
|
+
],
|
722
|
+
"members": {
|
723
|
+
"ModelName": {}
|
724
|
+
}
|
725
|
+
},
|
726
|
+
"output": {
|
727
|
+
"type": "structure",
|
728
|
+
"members": {
|
729
|
+
"ModelName": {},
|
730
|
+
"ModelArn": {},
|
731
|
+
"RetrainingStartDate": {
|
732
|
+
"type": "timestamp"
|
733
|
+
},
|
734
|
+
"RetrainingFrequency": {},
|
735
|
+
"LookbackWindow": {},
|
736
|
+
"Status": {},
|
737
|
+
"PromoteMode": {},
|
738
|
+
"CreatedAt": {
|
739
|
+
"type": "timestamp"
|
740
|
+
},
|
741
|
+
"UpdatedAt": {
|
742
|
+
"type": "timestamp"
|
743
|
+
}
|
744
|
+
}
|
745
|
+
}
|
746
|
+
},
|
644
747
|
"ImportDataset": {
|
645
748
|
"input": {
|
646
749
|
"type": "structure",
|
@@ -692,7 +795,8 @@
|
|
692
795
|
"ServerSideKmsKeyId": {},
|
693
796
|
"Tags": {
|
694
797
|
"shape": "S7"
|
695
|
-
}
|
798
|
+
},
|
799
|
+
"InferenceDataImportStrategy": {}
|
696
800
|
}
|
697
801
|
},
|
698
802
|
"output": {
|
@@ -733,7 +837,7 @@
|
|
733
837
|
"DatasetName": {},
|
734
838
|
"DatasetArn": {},
|
735
839
|
"IngestionInputConfiguration": {
|
736
|
-
"shape": "
|
840
|
+
"shape": "S22"
|
737
841
|
},
|
738
842
|
"Status": {}
|
739
843
|
}
|
@@ -873,10 +977,14 @@
|
|
873
977
|
"shape": "Sr"
|
874
978
|
},
|
875
979
|
"CustomerResultObject": {
|
876
|
-
"shape": "
|
980
|
+
"shape": "S2i"
|
877
981
|
},
|
878
982
|
"Status": {},
|
879
|
-
"FailedReason": {}
|
983
|
+
"FailedReason": {},
|
984
|
+
"ModelVersion": {
|
985
|
+
"type": "long"
|
986
|
+
},
|
987
|
+
"ModelVersionArn": {}
|
880
988
|
}
|
881
989
|
}
|
882
990
|
}
|
@@ -1094,13 +1202,59 @@
|
|
1094
1202
|
"ActiveModelVersion": {
|
1095
1203
|
"type": "long"
|
1096
1204
|
},
|
1097
|
-
"ActiveModelVersionArn": {}
|
1205
|
+
"ActiveModelVersionArn": {},
|
1206
|
+
"LatestScheduledRetrainingStatus": {},
|
1207
|
+
"LatestScheduledRetrainingModelVersion": {
|
1208
|
+
"type": "long"
|
1209
|
+
},
|
1210
|
+
"LatestScheduledRetrainingStartTime": {
|
1211
|
+
"type": "timestamp"
|
1212
|
+
},
|
1213
|
+
"NextScheduledRetrainingStartDate": {
|
1214
|
+
"type": "timestamp"
|
1215
|
+
},
|
1216
|
+
"RetrainingSchedulerStatus": {}
|
1098
1217
|
}
|
1099
1218
|
}
|
1100
1219
|
}
|
1101
1220
|
}
|
1102
1221
|
}
|
1103
1222
|
},
|
1223
|
+
"ListRetrainingSchedulers": {
|
1224
|
+
"input": {
|
1225
|
+
"type": "structure",
|
1226
|
+
"members": {
|
1227
|
+
"ModelNameBeginsWith": {},
|
1228
|
+
"Status": {},
|
1229
|
+
"NextToken": {},
|
1230
|
+
"MaxResults": {
|
1231
|
+
"type": "integer"
|
1232
|
+
}
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"output": {
|
1236
|
+
"type": "structure",
|
1237
|
+
"members": {
|
1238
|
+
"RetrainingSchedulerSummaries": {
|
1239
|
+
"type": "list",
|
1240
|
+
"member": {
|
1241
|
+
"type": "structure",
|
1242
|
+
"members": {
|
1243
|
+
"ModelName": {},
|
1244
|
+
"ModelArn": {},
|
1245
|
+
"Status": {},
|
1246
|
+
"RetrainingStartDate": {
|
1247
|
+
"type": "timestamp"
|
1248
|
+
},
|
1249
|
+
"RetrainingFrequency": {},
|
1250
|
+
"LookbackWindow": {}
|
1251
|
+
}
|
1252
|
+
}
|
1253
|
+
},
|
1254
|
+
"NextToken": {}
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1104
1258
|
"ListSensorStatistics": {
|
1105
1259
|
"input": {
|
1106
1260
|
"type": "structure",
|
@@ -1130,16 +1284,16 @@
|
|
1130
1284
|
"type": "boolean"
|
1131
1285
|
},
|
1132
1286
|
"MissingValues": {
|
1133
|
-
"shape": "
|
1287
|
+
"shape": "S4w"
|
1134
1288
|
},
|
1135
1289
|
"InvalidValues": {
|
1136
|
-
"shape": "
|
1290
|
+
"shape": "S4w"
|
1137
1291
|
},
|
1138
1292
|
"InvalidDateEntries": {
|
1139
|
-
"shape": "
|
1293
|
+
"shape": "S4w"
|
1140
1294
|
},
|
1141
1295
|
"DuplicateTimestamps": {
|
1142
|
-
"shape": "
|
1296
|
+
"shape": "S4w"
|
1143
1297
|
},
|
1144
1298
|
"CategoricalValues": {
|
1145
1299
|
"type": "structure",
|
@@ -1256,7 +1410,7 @@
|
|
1256
1410
|
"members": {
|
1257
1411
|
"DatasetName": {},
|
1258
1412
|
"IngestionInputConfiguration": {
|
1259
|
-
"shape": "
|
1413
|
+
"shape": "S22"
|
1260
1414
|
},
|
1261
1415
|
"RoleArn": {},
|
1262
1416
|
"ClientToken": {
|
@@ -1293,6 +1447,25 @@
|
|
1293
1447
|
}
|
1294
1448
|
}
|
1295
1449
|
},
|
1450
|
+
"StartRetrainingScheduler": {
|
1451
|
+
"input": {
|
1452
|
+
"type": "structure",
|
1453
|
+
"required": [
|
1454
|
+
"ModelName"
|
1455
|
+
],
|
1456
|
+
"members": {
|
1457
|
+
"ModelName": {}
|
1458
|
+
}
|
1459
|
+
},
|
1460
|
+
"output": {
|
1461
|
+
"type": "structure",
|
1462
|
+
"members": {
|
1463
|
+
"ModelName": {},
|
1464
|
+
"ModelArn": {},
|
1465
|
+
"Status": {}
|
1466
|
+
}
|
1467
|
+
}
|
1468
|
+
},
|
1296
1469
|
"StopInferenceScheduler": {
|
1297
1470
|
"input": {
|
1298
1471
|
"type": "structure",
|
@@ -1314,6 +1487,25 @@
|
|
1314
1487
|
}
|
1315
1488
|
}
|
1316
1489
|
},
|
1490
|
+
"StopRetrainingScheduler": {
|
1491
|
+
"input": {
|
1492
|
+
"type": "structure",
|
1493
|
+
"required": [
|
1494
|
+
"ModelName"
|
1495
|
+
],
|
1496
|
+
"members": {
|
1497
|
+
"ModelName": {}
|
1498
|
+
}
|
1499
|
+
},
|
1500
|
+
"output": {
|
1501
|
+
"type": "structure",
|
1502
|
+
"members": {
|
1503
|
+
"ModelName": {},
|
1504
|
+
"ModelArn": {},
|
1505
|
+
"Status": {}
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
},
|
1317
1509
|
"TagResource": {
|
1318
1510
|
"input": {
|
1319
1511
|
"type": "structure",
|
@@ -1418,6 +1610,38 @@
|
|
1418
1610
|
}
|
1419
1611
|
}
|
1420
1612
|
}
|
1613
|
+
},
|
1614
|
+
"UpdateModel": {
|
1615
|
+
"input": {
|
1616
|
+
"type": "structure",
|
1617
|
+
"required": [
|
1618
|
+
"ModelName"
|
1619
|
+
],
|
1620
|
+
"members": {
|
1621
|
+
"ModelName": {},
|
1622
|
+
"LabelsInputConfiguration": {
|
1623
|
+
"shape": "S1c"
|
1624
|
+
},
|
1625
|
+
"RoleArn": {}
|
1626
|
+
}
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
"UpdateRetrainingScheduler": {
|
1630
|
+
"input": {
|
1631
|
+
"type": "structure",
|
1632
|
+
"required": [
|
1633
|
+
"ModelName"
|
1634
|
+
],
|
1635
|
+
"members": {
|
1636
|
+
"ModelName": {},
|
1637
|
+
"RetrainingStartDate": {
|
1638
|
+
"type": "timestamp"
|
1639
|
+
},
|
1640
|
+
"RetrainingFrequency": {},
|
1641
|
+
"LookbackWindow": {},
|
1642
|
+
"PromoteMode": {}
|
1643
|
+
}
|
1644
|
+
}
|
1421
1645
|
}
|
1422
1646
|
},
|
1423
1647
|
"shapes": {
|
@@ -1511,7 +1735,7 @@
|
|
1511
1735
|
"TargetSamplingRate": {}
|
1512
1736
|
}
|
1513
1737
|
},
|
1514
|
-
"
|
1738
|
+
"S22": {
|
1515
1739
|
"type": "structure",
|
1516
1740
|
"required": [
|
1517
1741
|
"S3InputConfiguration"
|
@@ -1530,7 +1754,7 @@
|
|
1530
1754
|
}
|
1531
1755
|
}
|
1532
1756
|
},
|
1533
|
-
"
|
1757
|
+
"S27": {
|
1534
1758
|
"type": "structure",
|
1535
1759
|
"required": [
|
1536
1760
|
"InsufficientSensorData",
|
@@ -1625,7 +1849,7 @@
|
|
1625
1849
|
}
|
1626
1850
|
}
|
1627
1851
|
},
|
1628
|
-
"
|
1852
|
+
"S2g": {
|
1629
1853
|
"type": "structure",
|
1630
1854
|
"required": [
|
1631
1855
|
"TotalNumberOfFiles",
|
@@ -1641,12 +1865,12 @@
|
|
1641
1865
|
"DiscardedFiles": {
|
1642
1866
|
"type": "list",
|
1643
1867
|
"member": {
|
1644
|
-
"shape": "
|
1868
|
+
"shape": "S2i"
|
1645
1869
|
}
|
1646
1870
|
}
|
1647
1871
|
}
|
1648
1872
|
},
|
1649
|
-
"
|
1873
|
+
"S2i": {
|
1650
1874
|
"type": "structure",
|
1651
1875
|
"required": [
|
1652
1876
|
"Bucket",
|
@@ -1657,7 +1881,7 @@
|
|
1657
1881
|
"Key": {}
|
1658
1882
|
}
|
1659
1883
|
},
|
1660
|
-
"
|
1884
|
+
"S4w": {
|
1661
1885
|
"type": "structure",
|
1662
1886
|
"required": [
|
1663
1887
|
"Count",
|
@@ -45,6 +45,11 @@
|
|
45
45
|
"output_token": "NextToken",
|
46
46
|
"limit_key": "MaxResults"
|
47
47
|
},
|
48
|
+
"ListRetrainingSchedulers": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
52
|
+
},
|
48
53
|
"ListSensorStatistics": {
|
49
54
|
"input_token": "NextToken",
|
50
55
|
"output_token": "NextToken",
|