cdk-lambda-subminute 2.0.375 → 2.0.376
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +375 -24
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +61 -24
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +85 -30
- package/node_modules/aws-sdk/clients/controltower.d.ts +374 -11
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +48 -7
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +67 -3
- 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 +2 -2
@@ -189,7 +189,10 @@
|
|
189
189
|
"Tags": {
|
190
190
|
"shape": "S7"
|
191
191
|
},
|
192
|
-
"OffCondition": {}
|
192
|
+
"OffCondition": {},
|
193
|
+
"ModelDiagnosticsOutputConfiguration": {
|
194
|
+
"shape": "S1h"
|
195
|
+
}
|
193
196
|
}
|
194
197
|
},
|
195
198
|
"output": {
|
@@ -326,7 +329,7 @@
|
|
326
329
|
"JobId": {},
|
327
330
|
"DatasetArn": {},
|
328
331
|
"IngestionInputConfiguration": {
|
329
|
-
"shape": "
|
332
|
+
"shape": "S24"
|
330
333
|
},
|
331
334
|
"RoleArn": {},
|
332
335
|
"CreatedAt": {
|
@@ -335,10 +338,10 @@
|
|
335
338
|
"Status": {},
|
336
339
|
"FailedReason": {},
|
337
340
|
"DataQualitySummary": {
|
338
|
-
"shape": "
|
341
|
+
"shape": "S29"
|
339
342
|
},
|
340
343
|
"IngestedFilesSummary": {
|
341
|
-
"shape": "
|
344
|
+
"shape": "S2i"
|
342
345
|
},
|
343
346
|
"StatusDetail": {},
|
344
347
|
"IngestedDataSize": {
|
@@ -381,13 +384,13 @@
|
|
381
384
|
},
|
382
385
|
"ServerSideKmsKeyId": {},
|
383
386
|
"IngestionInputConfiguration": {
|
384
|
-
"shape": "
|
387
|
+
"shape": "S24"
|
385
388
|
},
|
386
389
|
"DataQualitySummary": {
|
387
|
-
"shape": "
|
390
|
+
"shape": "S29"
|
388
391
|
},
|
389
392
|
"IngestedFilesSummary": {
|
390
|
-
"shape": "
|
393
|
+
"shape": "S2i"
|
391
394
|
},
|
392
395
|
"RoleArn": {},
|
393
396
|
"DataStartTime": {
|
@@ -603,7 +606,10 @@
|
|
603
606
|
"AccumulatedInferenceDataEndTime": {
|
604
607
|
"type": "timestamp"
|
605
608
|
},
|
606
|
-
"RetrainingSchedulerStatus": {}
|
609
|
+
"RetrainingSchedulerStatus": {},
|
610
|
+
"ModelDiagnosticsOutputConfiguration": {
|
611
|
+
"shape": "S1h"
|
612
|
+
}
|
607
613
|
}
|
608
614
|
}
|
609
615
|
},
|
@@ -685,7 +691,13 @@
|
|
685
691
|
"type": "integer"
|
686
692
|
},
|
687
693
|
"AutoPromotionResult": {},
|
688
|
-
"AutoPromotionResultReason": {}
|
694
|
+
"AutoPromotionResultReason": {},
|
695
|
+
"ModelDiagnosticsOutputConfiguration": {
|
696
|
+
"shape": "S1h"
|
697
|
+
},
|
698
|
+
"ModelDiagnosticsResultsObject": {
|
699
|
+
"shape": "S2k"
|
700
|
+
}
|
689
701
|
}
|
690
702
|
}
|
691
703
|
},
|
@@ -837,7 +849,7 @@
|
|
837
849
|
"DatasetName": {},
|
838
850
|
"DatasetArn": {},
|
839
851
|
"IngestionInputConfiguration": {
|
840
|
-
"shape": "
|
852
|
+
"shape": "S24"
|
841
853
|
},
|
842
854
|
"Status": {}
|
843
855
|
}
|
@@ -977,7 +989,7 @@
|
|
977
989
|
"shape": "Sr"
|
978
990
|
},
|
979
991
|
"CustomerResultObject": {
|
980
|
-
"shape": "
|
992
|
+
"shape": "S2k"
|
981
993
|
},
|
982
994
|
"Status": {},
|
983
995
|
"FailedReason": {},
|
@@ -1213,7 +1225,10 @@
|
|
1213
1225
|
"NextScheduledRetrainingStartDate": {
|
1214
1226
|
"type": "timestamp"
|
1215
1227
|
},
|
1216
|
-
"RetrainingSchedulerStatus": {}
|
1228
|
+
"RetrainingSchedulerStatus": {},
|
1229
|
+
"ModelDiagnosticsOutputConfiguration": {
|
1230
|
+
"shape": "S1h"
|
1231
|
+
}
|
1217
1232
|
}
|
1218
1233
|
}
|
1219
1234
|
}
|
@@ -1284,16 +1299,16 @@
|
|
1284
1299
|
"type": "boolean"
|
1285
1300
|
},
|
1286
1301
|
"MissingValues": {
|
1287
|
-
"shape": "
|
1302
|
+
"shape": "S4y"
|
1288
1303
|
},
|
1289
1304
|
"InvalidValues": {
|
1290
|
-
"shape": "
|
1305
|
+
"shape": "S4y"
|
1291
1306
|
},
|
1292
1307
|
"InvalidDateEntries": {
|
1293
|
-
"shape": "
|
1308
|
+
"shape": "S4y"
|
1294
1309
|
},
|
1295
1310
|
"DuplicateTimestamps": {
|
1296
|
-
"shape": "
|
1311
|
+
"shape": "S4y"
|
1297
1312
|
},
|
1298
1313
|
"CategoricalValues": {
|
1299
1314
|
"type": "structure",
|
@@ -1410,7 +1425,7 @@
|
|
1410
1425
|
"members": {
|
1411
1426
|
"DatasetName": {},
|
1412
1427
|
"IngestionInputConfiguration": {
|
1413
|
-
"shape": "
|
1428
|
+
"shape": "S24"
|
1414
1429
|
},
|
1415
1430
|
"RoleArn": {},
|
1416
1431
|
"ClientToken": {
|
@@ -1622,7 +1637,10 @@
|
|
1622
1637
|
"LabelsInputConfiguration": {
|
1623
1638
|
"shape": "S1c"
|
1624
1639
|
},
|
1625
|
-
"RoleArn": {}
|
1640
|
+
"RoleArn": {},
|
1641
|
+
"ModelDiagnosticsOutputConfiguration": {
|
1642
|
+
"shape": "S1h"
|
1643
|
+
}
|
1626
1644
|
}
|
1627
1645
|
}
|
1628
1646
|
},
|
@@ -1735,7 +1753,26 @@
|
|
1735
1753
|
"TargetSamplingRate": {}
|
1736
1754
|
}
|
1737
1755
|
},
|
1738
|
-
"
|
1756
|
+
"S1h": {
|
1757
|
+
"type": "structure",
|
1758
|
+
"required": [
|
1759
|
+
"S3OutputConfiguration"
|
1760
|
+
],
|
1761
|
+
"members": {
|
1762
|
+
"S3OutputConfiguration": {
|
1763
|
+
"type": "structure",
|
1764
|
+
"required": [
|
1765
|
+
"Bucket"
|
1766
|
+
],
|
1767
|
+
"members": {
|
1768
|
+
"Bucket": {},
|
1769
|
+
"Prefix": {}
|
1770
|
+
}
|
1771
|
+
},
|
1772
|
+
"KmsKeyId": {}
|
1773
|
+
}
|
1774
|
+
},
|
1775
|
+
"S24": {
|
1739
1776
|
"type": "structure",
|
1740
1777
|
"required": [
|
1741
1778
|
"S3InputConfiguration"
|
@@ -1754,7 +1791,7 @@
|
|
1754
1791
|
}
|
1755
1792
|
}
|
1756
1793
|
},
|
1757
|
-
"
|
1794
|
+
"S29": {
|
1758
1795
|
"type": "structure",
|
1759
1796
|
"required": [
|
1760
1797
|
"InsufficientSensorData",
|
@@ -1849,7 +1886,7 @@
|
|
1849
1886
|
}
|
1850
1887
|
}
|
1851
1888
|
},
|
1852
|
-
"
|
1889
|
+
"S2i": {
|
1853
1890
|
"type": "structure",
|
1854
1891
|
"required": [
|
1855
1892
|
"TotalNumberOfFiles",
|
@@ -1865,12 +1902,12 @@
|
|
1865
1902
|
"DiscardedFiles": {
|
1866
1903
|
"type": "list",
|
1867
1904
|
"member": {
|
1868
|
-
"shape": "
|
1905
|
+
"shape": "S2k"
|
1869
1906
|
}
|
1870
1907
|
}
|
1871
1908
|
}
|
1872
1909
|
},
|
1873
|
-
"
|
1910
|
+
"S2k": {
|
1874
1911
|
"type": "structure",
|
1875
1912
|
"required": [
|
1876
1913
|
"Bucket",
|
@@ -1881,7 +1918,7 @@
|
|
1881
1918
|
"Key": {}
|
1882
1919
|
}
|
1883
1920
|
},
|
1884
|
-
"
|
1921
|
+
"S4y": {
|
1885
1922
|
"type": "structure",
|
1886
1923
|
"required": [
|
1887
1924
|
"Count",
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"userAliases": {
|
492
492
|
"type": "list",
|
493
493
|
"member": {
|
494
|
-
"shape": "
|
494
|
+
"shape": "S4b"
|
495
495
|
}
|
496
496
|
},
|
497
497
|
"userId": {}
|
@@ -919,7 +919,7 @@
|
|
919
919
|
"type": "structure",
|
920
920
|
"members": {
|
921
921
|
"blockedPhrases": {
|
922
|
-
"shape": "
|
922
|
+
"shape": "S5e"
|
923
923
|
},
|
924
924
|
"systemMessageOverride": {}
|
925
925
|
}
|
@@ -927,7 +927,7 @@
|
|
927
927
|
"nextToken": {},
|
928
928
|
"responseScope": {},
|
929
929
|
"topicConfigurations": {
|
930
|
-
"shape": "
|
930
|
+
"shape": "S5i"
|
931
931
|
}
|
932
932
|
}
|
933
933
|
}
|
@@ -1030,12 +1030,12 @@
|
|
1030
1030
|
"type": "structure",
|
1031
1031
|
"members": {
|
1032
1032
|
"status": {
|
1033
|
-
"shape": "
|
1033
|
+
"shape": "S63"
|
1034
1034
|
},
|
1035
1035
|
"statusHistory": {
|
1036
1036
|
"type": "list",
|
1037
1037
|
"member": {
|
1038
|
-
"shape": "
|
1038
|
+
"shape": "S63"
|
1039
1039
|
}
|
1040
1040
|
}
|
1041
1041
|
}
|
@@ -1077,7 +1077,7 @@
|
|
1077
1077
|
"description": {},
|
1078
1078
|
"displayName": {},
|
1079
1079
|
"documentAttributeConfigurations": {
|
1080
|
-
"shape": "
|
1080
|
+
"shape": "S68"
|
1081
1081
|
},
|
1082
1082
|
"error": {
|
1083
1083
|
"shape": "Sc"
|
@@ -1224,7 +1224,7 @@
|
|
1224
1224
|
"type": "structure",
|
1225
1225
|
"members": {
|
1226
1226
|
"userAliases": {
|
1227
|
-
"shape": "
|
1227
|
+
"shape": "S6p"
|
1228
1228
|
}
|
1229
1229
|
}
|
1230
1230
|
}
|
@@ -1257,7 +1257,7 @@
|
|
1257
1257
|
"members": {
|
1258
1258
|
"applicationId": {},
|
1259
1259
|
"authenticationConfiguration": {
|
1260
|
-
"shape": "
|
1260
|
+
"shape": "S6s"
|
1261
1261
|
},
|
1262
1262
|
"createdAt": {
|
1263
1263
|
"type": "timestamp"
|
@@ -2232,10 +2232,10 @@
|
|
2232
2232
|
"type": "structure",
|
2233
2233
|
"members": {
|
2234
2234
|
"blockedPhrasesToCreateOrUpdate": {
|
2235
|
-
"shape": "
|
2235
|
+
"shape": "S5e"
|
2236
2236
|
},
|
2237
2237
|
"blockedPhrasesToDelete": {
|
2238
|
-
"shape": "
|
2238
|
+
"shape": "S5e"
|
2239
2239
|
},
|
2240
2240
|
"systemMessageOverride": {}
|
2241
2241
|
}
|
@@ -2245,10 +2245,10 @@
|
|
2245
2245
|
},
|
2246
2246
|
"responseScope": {},
|
2247
2247
|
"topicConfigurationsToCreateOrUpdate": {
|
2248
|
-
"shape": "
|
2248
|
+
"shape": "S5i"
|
2249
2249
|
},
|
2250
2250
|
"topicConfigurationsToDelete": {
|
2251
|
-
"shape": "
|
2251
|
+
"shape": "S5i"
|
2252
2252
|
}
|
2253
2253
|
}
|
2254
2254
|
},
|
@@ -2328,7 +2328,7 @@
|
|
2328
2328
|
"description": {},
|
2329
2329
|
"displayName": {},
|
2330
2330
|
"documentAttributeConfigurations": {
|
2331
|
-
"shape": "
|
2331
|
+
"shape": "S68"
|
2332
2332
|
},
|
2333
2333
|
"indexId": {
|
2334
2334
|
"location": "uri",
|
@@ -2429,10 +2429,10 @@
|
|
2429
2429
|
"locationName": "applicationId"
|
2430
2430
|
},
|
2431
2431
|
"userAliasesToDelete": {
|
2432
|
-
"shape": "
|
2432
|
+
"shape": "S6p"
|
2433
2433
|
},
|
2434
2434
|
"userAliasesToUpdate": {
|
2435
|
-
"shape": "
|
2435
|
+
"shape": "S6p"
|
2436
2436
|
},
|
2437
2437
|
"userId": {
|
2438
2438
|
"location": "uri",
|
@@ -2444,13 +2444,13 @@
|
|
2444
2444
|
"type": "structure",
|
2445
2445
|
"members": {
|
2446
2446
|
"userAliasesAdded": {
|
2447
|
-
"shape": "
|
2447
|
+
"shape": "S6p"
|
2448
2448
|
},
|
2449
2449
|
"userAliasesDeleted": {
|
2450
|
-
"shape": "
|
2450
|
+
"shape": "S6p"
|
2451
2451
|
},
|
2452
2452
|
"userAliasesUpdated": {
|
2453
|
-
"shape": "
|
2453
|
+
"shape": "S6p"
|
2454
2454
|
}
|
2455
2455
|
}
|
2456
2456
|
},
|
@@ -2474,7 +2474,7 @@
|
|
2474
2474
|
"locationName": "applicationId"
|
2475
2475
|
},
|
2476
2476
|
"authenticationConfiguration": {
|
2477
|
-
"shape": "
|
2477
|
+
"shape": "S6s"
|
2478
2478
|
},
|
2479
2479
|
"samplePromptsControlMode": {},
|
2480
2480
|
"subtitle": {},
|
@@ -2876,13 +2876,68 @@
|
|
2876
2876
|
"indexId"
|
2877
2877
|
],
|
2878
2878
|
"members": {
|
2879
|
+
"boostingOverride": {
|
2880
|
+
"type": "map",
|
2881
|
+
"key": {},
|
2882
|
+
"value": {
|
2883
|
+
"type": "structure",
|
2884
|
+
"members": {
|
2885
|
+
"dateConfiguration": {
|
2886
|
+
"type": "structure",
|
2887
|
+
"required": [
|
2888
|
+
"boostingLevel"
|
2889
|
+
],
|
2890
|
+
"members": {
|
2891
|
+
"boostingDurationInSeconds": {
|
2892
|
+
"type": "long"
|
2893
|
+
},
|
2894
|
+
"boostingLevel": {}
|
2895
|
+
}
|
2896
|
+
},
|
2897
|
+
"numberConfiguration": {
|
2898
|
+
"type": "structure",
|
2899
|
+
"required": [
|
2900
|
+
"boostingLevel"
|
2901
|
+
],
|
2902
|
+
"members": {
|
2903
|
+
"boostingLevel": {},
|
2904
|
+
"boostingType": {}
|
2905
|
+
}
|
2906
|
+
},
|
2907
|
+
"stringConfiguration": {
|
2908
|
+
"type": "structure",
|
2909
|
+
"required": [
|
2910
|
+
"boostingLevel"
|
2911
|
+
],
|
2912
|
+
"members": {
|
2913
|
+
"attributeValueBoosting": {
|
2914
|
+
"type": "map",
|
2915
|
+
"key": {},
|
2916
|
+
"value": {}
|
2917
|
+
},
|
2918
|
+
"boostingLevel": {}
|
2919
|
+
}
|
2920
|
+
},
|
2921
|
+
"stringListConfiguration": {
|
2922
|
+
"type": "structure",
|
2923
|
+
"required": [
|
2924
|
+
"boostingLevel"
|
2925
|
+
],
|
2926
|
+
"members": {
|
2927
|
+
"boostingLevel": {}
|
2928
|
+
}
|
2929
|
+
}
|
2930
|
+
},
|
2931
|
+
"union": true
|
2932
|
+
}
|
2933
|
+
},
|
2879
2934
|
"indexId": {}
|
2880
2935
|
}
|
2881
2936
|
}
|
2882
2937
|
},
|
2883
2938
|
"union": true
|
2884
2939
|
},
|
2885
|
-
"
|
2940
|
+
"S4b": {
|
2886
2941
|
"type": "structure",
|
2887
2942
|
"required": [
|
2888
2943
|
"userId"
|
@@ -2893,11 +2948,11 @@
|
|
2893
2948
|
"userId": {}
|
2894
2949
|
}
|
2895
2950
|
},
|
2896
|
-
"
|
2951
|
+
"S5e": {
|
2897
2952
|
"type": "list",
|
2898
2953
|
"member": {}
|
2899
2954
|
},
|
2900
|
-
"
|
2955
|
+
"S5i": {
|
2901
2956
|
"type": "list",
|
2902
2957
|
"member": {
|
2903
2958
|
"type": "structure",
|
@@ -2921,10 +2976,10 @@
|
|
2921
2976
|
],
|
2922
2977
|
"members": {
|
2923
2978
|
"excludedUsersAndGroups": {
|
2924
|
-
"shape": "
|
2979
|
+
"shape": "S5q"
|
2925
2980
|
},
|
2926
2981
|
"includedUsersAndGroups": {
|
2927
|
-
"shape": "
|
2982
|
+
"shape": "S5q"
|
2928
2983
|
},
|
2929
2984
|
"ruleConfiguration": {
|
2930
2985
|
"type": "structure",
|
@@ -2960,7 +3015,7 @@
|
|
2960
3015
|
}
|
2961
3016
|
}
|
2962
3017
|
},
|
2963
|
-
"
|
3018
|
+
"S5q": {
|
2964
3019
|
"type": "structure",
|
2965
3020
|
"members": {
|
2966
3021
|
"userGroups": {
|
@@ -2972,7 +3027,7 @@
|
|
2972
3027
|
}
|
2973
3028
|
}
|
2974
3029
|
},
|
2975
|
-
"
|
3030
|
+
"S63": {
|
2976
3031
|
"type": "structure",
|
2977
3032
|
"members": {
|
2978
3033
|
"errorDetail": {
|
@@ -2984,7 +3039,7 @@
|
|
2984
3039
|
"status": {}
|
2985
3040
|
}
|
2986
3041
|
},
|
2987
|
-
"
|
3042
|
+
"S68": {
|
2988
3043
|
"type": "list",
|
2989
3044
|
"member": {
|
2990
3045
|
"type": "structure",
|
@@ -2995,13 +3050,13 @@
|
|
2995
3050
|
}
|
2996
3051
|
}
|
2997
3052
|
},
|
2998
|
-
"
|
3053
|
+
"S6p": {
|
2999
3054
|
"type": "list",
|
3000
3055
|
"member": {
|
3001
|
-
"shape": "
|
3056
|
+
"shape": "S4b"
|
3002
3057
|
}
|
3003
3058
|
},
|
3004
|
-
"
|
3059
|
+
"S6s": {
|
3005
3060
|
"type": "structure",
|
3006
3061
|
"members": {
|
3007
3062
|
"samlConfiguration": {
|