cdk-lambda-subminute 2.0.427 → 2.0.429

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 (40) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +47 -19
  5. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +155 -123
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +330 -321
  7. package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +1 -2
  8. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +1992 -3
  9. package/node_modules/aws-sdk/apis/medialive-2017-10-14.paginators.json +30 -0
  10. package/node_modules/aws-sdk/apis/medialive-2017-10-14.waiters2.json +128 -0
  11. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +36 -22
  12. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +238 -221
  13. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +140 -56
  14. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +16 -10
  15. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.examples.json +261 -0
  16. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +44 -0
  17. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +15 -26
  18. package/node_modules/aws-sdk/clients/batch.d.ts +50 -4
  19. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +32 -0
  20. package/node_modules/aws-sdk/clients/cloudfront.d.ts +60 -60
  21. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +16 -1
  22. package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/connect.d.ts +15 -4
  24. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  25. package/node_modules/aws-sdk/clients/medialive.d.ts +1419 -0
  26. package/node_modules/aws-sdk/clients/networkmonitor.d.ts +26 -26
  27. package/node_modules/aws-sdk/clients/omics.d.ts +137 -94
  28. package/node_modules/aws-sdk/clients/qconnect.d.ts +169 -96
  29. package/node_modules/aws-sdk/clients/rds.d.ts +10 -10
  30. package/node_modules/aws-sdk/clients/rekognition.d.ts +5 -1
  31. package/node_modules/aws-sdk/clients/s3control.d.ts +36 -36
  32. package/node_modules/aws-sdk/clients/supplychain.d.ts +44 -0
  33. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +6 -20
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +386 -358
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +3 -3
@@ -248,6 +248,9 @@
248
248
  },
249
249
  "description": {},
250
250
  "name": {},
251
+ "tagFilter": {
252
+ "shape": "S1x"
253
+ },
251
254
  "tags": {
252
255
  "shape": "S7"
253
256
  }
@@ -257,7 +260,7 @@
257
260
  "type": "structure",
258
261
  "members": {
259
262
  "session": {
260
- "shape": "S1y"
263
+ "shape": "S23"
261
264
  }
262
265
  }
263
266
  },
@@ -545,7 +548,7 @@
545
548
  "type": "structure",
546
549
  "members": {
547
550
  "contentSummary": {
548
- "shape": "S2k"
551
+ "shape": "S2p"
549
552
  }
550
553
  }
551
554
  }
@@ -577,7 +580,7 @@
577
580
  "type": "structure",
578
581
  "members": {
579
582
  "importJob": {
580
- "shape": "S2n"
583
+ "shape": "S2s"
581
584
  }
582
585
  }
583
586
  }
@@ -689,10 +692,10 @@
689
692
  ],
690
693
  "members": {
691
694
  "data": {
692
- "shape": "S34"
695
+ "shape": "S39"
693
696
  },
694
697
  "document": {
695
- "shape": "S3o"
698
+ "shape": "S3t"
696
699
  },
697
700
  "recommendationId": {},
698
701
  "relevanceLevel": {},
@@ -722,7 +725,7 @@
722
725
  "type": "structure",
723
726
  "members": {
724
727
  "text": {
725
- "shape": "S3v"
728
+ "shape": "S40"
726
729
  }
727
730
  }
728
731
  }
@@ -731,7 +734,7 @@
731
734
  },
732
735
  "id": {},
733
736
  "recommendationIds": {
734
- "shape": "S3w"
737
+ "shape": "S41"
735
738
  },
736
739
  "source": {},
737
740
  "type": {}
@@ -770,7 +773,7 @@
770
773
  "type": "structure",
771
774
  "members": {
772
775
  "session": {
773
- "shape": "S1y"
776
+ "shape": "S23"
774
777
  }
775
778
  }
776
779
  }
@@ -936,7 +939,7 @@
936
939
  ],
937
940
  "members": {
938
941
  "contentSummaries": {
939
- "shape": "S4c"
942
+ "shape": "S4h"
940
943
  },
941
944
  "nextToken": {}
942
945
  }
@@ -994,7 +997,7 @@
994
997
  "shape": "S12"
995
998
  },
996
999
  "externalSourceConfiguration": {
997
- "shape": "S2o"
1000
+ "shape": "S2t"
998
1001
  },
999
1002
  "importJobId": {},
1000
1003
  "importJobType": {},
@@ -1203,7 +1206,7 @@
1203
1206
  "locationName": "assistantId"
1204
1207
  },
1205
1208
  "recommendationIds": {
1206
- "shape": "S3w"
1209
+ "shape": "S41"
1207
1210
  },
1208
1211
  "sessionId": {
1209
1212
  "location": "uri",
@@ -1225,7 +1228,7 @@
1225
1228
  }
1226
1229
  },
1227
1230
  "recommendationIds": {
1228
- "shape": "S3w"
1231
+ "shape": "S41"
1229
1232
  }
1230
1233
  }
1231
1234
  },
@@ -1251,7 +1254,7 @@
1251
1254
  "locationName": "assistantId"
1252
1255
  },
1253
1256
  "contentFeedback": {
1254
- "shape": "S4x"
1257
+ "shape": "S52"
1255
1258
  },
1256
1259
  "targetId": {},
1257
1260
  "targetType": {}
@@ -1270,7 +1273,7 @@
1270
1273
  "assistantArn": {},
1271
1274
  "assistantId": {},
1272
1275
  "contentFeedback": {
1273
- "shape": "S4x"
1276
+ "shape": "S52"
1274
1277
  },
1275
1278
  "targetId": {},
1276
1279
  "targetType": {}
@@ -1321,7 +1324,7 @@
1321
1324
  }
1322
1325
  },
1323
1326
  "queryText": {
1324
- "shape": "S3v"
1327
+ "shape": "S40"
1325
1328
  },
1326
1329
  "sessionId": {}
1327
1330
  }
@@ -1342,10 +1345,10 @@
1342
1345
  ],
1343
1346
  "members": {
1344
1347
  "data": {
1345
- "shape": "S34"
1348
+ "shape": "S39"
1346
1349
  },
1347
1350
  "document": {
1348
- "shape": "S3o"
1351
+ "shape": "S3t"
1349
1352
  },
1350
1353
  "relevanceScore": {
1351
1354
  "type": "double"
@@ -1409,7 +1412,7 @@
1409
1412
  "locationName": "nextToken"
1410
1413
  },
1411
1414
  "searchExpression": {
1412
- "shape": "S5f"
1415
+ "shape": "S5k"
1413
1416
  }
1414
1417
  }
1415
1418
  },
@@ -1420,7 +1423,7 @@
1420
1423
  ],
1421
1424
  "members": {
1422
1425
  "contentSummaries": {
1423
- "shape": "S4c"
1426
+ "shape": "S4h"
1424
1427
  },
1425
1428
  "nextToken": {}
1426
1429
  }
@@ -1544,10 +1547,10 @@
1544
1547
  ],
1545
1548
  "members": {
1546
1549
  "attributesInterpolated": {
1547
- "shape": "S66"
1550
+ "shape": "S6b"
1548
1551
  },
1549
1552
  "attributesNotInterpolated": {
1550
- "shape": "S66"
1553
+ "shape": "S6b"
1551
1554
  },
1552
1555
  "channels": {
1553
1556
  "shape": "S1d"
@@ -1613,7 +1616,7 @@
1613
1616
  "locationName": "nextToken"
1614
1617
  },
1615
1618
  "searchExpression": {
1616
- "shape": "S5f"
1619
+ "shape": "S5k"
1617
1620
  }
1618
1621
  }
1619
1622
  },
@@ -1708,7 +1711,7 @@
1708
1711
  "idempotencyToken": true
1709
1712
  },
1710
1713
  "externalSourceConfiguration": {
1711
- "shape": "S2o"
1714
+ "shape": "S2t"
1712
1715
  },
1713
1716
  "importJobType": {},
1714
1717
  "knowledgeBaseId": {
@@ -1725,7 +1728,7 @@
1725
1728
  "type": "structure",
1726
1729
  "members": {
1727
1730
  "importJob": {
1728
- "shape": "S2n"
1731
+ "shape": "S2s"
1729
1732
  }
1730
1733
  }
1731
1734
  },
@@ -1914,6 +1917,41 @@
1914
1917
  }
1915
1918
  }
1916
1919
  }
1920
+ },
1921
+ "UpdateSession": {
1922
+ "http": {
1923
+ "requestUri": "/assistants/{assistantId}/sessions/{sessionId}",
1924
+ "responseCode": 200
1925
+ },
1926
+ "input": {
1927
+ "type": "structure",
1928
+ "required": [
1929
+ "assistantId",
1930
+ "sessionId"
1931
+ ],
1932
+ "members": {
1933
+ "assistantId": {
1934
+ "location": "uri",
1935
+ "locationName": "assistantId"
1936
+ },
1937
+ "description": {},
1938
+ "sessionId": {
1939
+ "location": "uri",
1940
+ "locationName": "sessionId"
1941
+ },
1942
+ "tagFilter": {
1943
+ "shape": "S1x"
1944
+ }
1945
+ }
1946
+ },
1947
+ "output": {
1948
+ "type": "structure",
1949
+ "members": {
1950
+ "session": {
1951
+ "shape": "S23"
1952
+ }
1953
+ }
1954
+ }
1917
1955
  }
1918
1956
  },
1919
1957
  "shapes": {
@@ -2223,7 +2261,50 @@
2223
2261
  },
2224
2262
  "union": true
2225
2263
  },
2264
+ "S1x": {
2265
+ "type": "structure",
2266
+ "members": {
2267
+ "andConditions": {
2268
+ "shape": "S1y"
2269
+ },
2270
+ "orConditions": {
2271
+ "type": "list",
2272
+ "member": {
2273
+ "type": "structure",
2274
+ "members": {
2275
+ "andConditions": {
2276
+ "shape": "S1y"
2277
+ },
2278
+ "tagCondition": {
2279
+ "shape": "S1z"
2280
+ }
2281
+ },
2282
+ "union": true
2283
+ }
2284
+ },
2285
+ "tagCondition": {
2286
+ "shape": "S1z"
2287
+ }
2288
+ },
2289
+ "union": true
2290
+ },
2226
2291
  "S1y": {
2292
+ "type": "list",
2293
+ "member": {
2294
+ "shape": "S1z"
2295
+ }
2296
+ },
2297
+ "S1z": {
2298
+ "type": "structure",
2299
+ "required": [
2300
+ "key"
2301
+ ],
2302
+ "members": {
2303
+ "key": {},
2304
+ "value": {}
2305
+ }
2306
+ },
2307
+ "S23": {
2227
2308
  "type": "structure",
2228
2309
  "required": [
2229
2310
  "name",
@@ -2241,12 +2322,15 @@
2241
2322
  "name": {},
2242
2323
  "sessionArn": {},
2243
2324
  "sessionId": {},
2325
+ "tagFilter": {
2326
+ "shape": "S1x"
2327
+ },
2244
2328
  "tags": {
2245
2329
  "shape": "S7"
2246
2330
  }
2247
2331
  }
2248
2332
  },
2249
- "S2k": {
2333
+ "S2p": {
2250
2334
  "type": "structure",
2251
2335
  "required": [
2252
2336
  "contentArn",
@@ -2278,7 +2362,7 @@
2278
2362
  "title": {}
2279
2363
  }
2280
2364
  },
2281
- "S2n": {
2365
+ "S2s": {
2282
2366
  "type": "structure",
2283
2367
  "required": [
2284
2368
  "createdTime",
@@ -2297,7 +2381,7 @@
2297
2381
  "shape": "S12"
2298
2382
  },
2299
2383
  "externalSourceConfiguration": {
2300
- "shape": "S2o"
2384
+ "shape": "S2t"
2301
2385
  },
2302
2386
  "failedRecordReport": {
2303
2387
  "shape": "S11"
@@ -2322,7 +2406,7 @@
2322
2406
  }
2323
2407
  }
2324
2408
  },
2325
- "S2o": {
2409
+ "S2t": {
2326
2410
  "type": "structure",
2327
2411
  "required": [
2328
2412
  "configuration",
@@ -2344,7 +2428,7 @@
2344
2428
  "source": {}
2345
2429
  }
2346
2430
  },
2347
- "S34": {
2431
+ "S39": {
2348
2432
  "type": "structure",
2349
2433
  "required": [
2350
2434
  "details",
@@ -2362,10 +2446,10 @@
2362
2446
  ],
2363
2447
  "members": {
2364
2448
  "rankingData": {
2365
- "shape": "S37"
2449
+ "shape": "S3c"
2366
2450
  },
2367
2451
  "textData": {
2368
- "shape": "S3a"
2452
+ "shape": "S3f"
2369
2453
  }
2370
2454
  }
2371
2455
  },
@@ -2378,15 +2462,15 @@
2378
2462
  ],
2379
2463
  "members": {
2380
2464
  "completion": {
2381
- "shape": "S3f"
2465
+ "shape": "S3k"
2382
2466
  },
2383
2467
  "rankingData": {
2384
- "shape": "S37"
2468
+ "shape": "S3c"
2385
2469
  },
2386
2470
  "references": {
2387
2471
  "type": "list",
2388
2472
  "member": {
2389
- "shape": "S34"
2473
+ "shape": "S39"
2390
2474
  }
2391
2475
  }
2392
2476
  }
@@ -2402,10 +2486,10 @@
2402
2486
  "members": {
2403
2487
  "id": {},
2404
2488
  "rankingData": {
2405
- "shape": "S37"
2489
+ "shape": "S3c"
2406
2490
  },
2407
2491
  "textData": {
2408
- "shape": "S3a"
2492
+ "shape": "S3f"
2409
2493
  },
2410
2494
  "type": {}
2411
2495
  }
@@ -2417,7 +2501,7 @@
2417
2501
  "type": "structure",
2418
2502
  "members": {
2419
2503
  "contentReference": {
2420
- "shape": "S3l"
2504
+ "shape": "S3q"
2421
2505
  },
2422
2506
  "generativeReference": {
2423
2507
  "type": "structure",
@@ -2431,7 +2515,7 @@
2431
2515
  }
2432
2516
  }
2433
2517
  },
2434
- "S37": {
2518
+ "S3c": {
2435
2519
  "type": "structure",
2436
2520
  "members": {
2437
2521
  "relevanceLevel": {},
@@ -2440,18 +2524,18 @@
2440
2524
  }
2441
2525
  }
2442
2526
  },
2443
- "S3a": {
2527
+ "S3f": {
2444
2528
  "type": "structure",
2445
2529
  "members": {
2446
2530
  "excerpt": {
2447
- "shape": "S3b"
2531
+ "shape": "S3g"
2448
2532
  },
2449
2533
  "title": {
2450
- "shape": "S3b"
2534
+ "shape": "S3g"
2451
2535
  }
2452
2536
  }
2453
2537
  },
2454
- "S3b": {
2538
+ "S3g": {
2455
2539
  "type": "structure",
2456
2540
  "members": {
2457
2541
  "highlights": {
@@ -2469,15 +2553,15 @@
2469
2553
  }
2470
2554
  },
2471
2555
  "text": {
2472
- "shape": "S3f"
2556
+ "shape": "S3k"
2473
2557
  }
2474
2558
  }
2475
2559
  },
2476
- "S3f": {
2560
+ "S3k": {
2477
2561
  "type": "string",
2478
2562
  "sensitive": true
2479
2563
  },
2480
- "S3l": {
2564
+ "S3q": {
2481
2565
  "type": "structure",
2482
2566
  "members": {
2483
2567
  "contentArn": {},
@@ -2486,38 +2570,38 @@
2486
2570
  "knowledgeBaseId": {}
2487
2571
  }
2488
2572
  },
2489
- "S3o": {
2573
+ "S3t": {
2490
2574
  "type": "structure",
2491
2575
  "required": [
2492
2576
  "contentReference"
2493
2577
  ],
2494
2578
  "members": {
2495
2579
  "contentReference": {
2496
- "shape": "S3l"
2580
+ "shape": "S3q"
2497
2581
  },
2498
2582
  "excerpt": {
2499
- "shape": "S3b"
2583
+ "shape": "S3g"
2500
2584
  },
2501
2585
  "title": {
2502
- "shape": "S3b"
2586
+ "shape": "S3g"
2503
2587
  }
2504
2588
  }
2505
2589
  },
2506
- "S3v": {
2590
+ "S40": {
2507
2591
  "type": "string",
2508
2592
  "sensitive": true
2509
2593
  },
2510
- "S3w": {
2594
+ "S41": {
2511
2595
  "type": "list",
2512
2596
  "member": {}
2513
2597
  },
2514
- "S4c": {
2598
+ "S4h": {
2515
2599
  "type": "list",
2516
2600
  "member": {
2517
- "shape": "S2k"
2601
+ "shape": "S2p"
2518
2602
  }
2519
2603
  },
2520
- "S4x": {
2604
+ "S52": {
2521
2605
  "type": "structure",
2522
2606
  "members": {
2523
2607
  "generativeContentFeedbackData": {
@@ -2532,7 +2616,7 @@
2532
2616
  },
2533
2617
  "union": true
2534
2618
  },
2535
- "S5f": {
2619
+ "S5k": {
2536
2620
  "type": "structure",
2537
2621
  "required": [
2538
2622
  "filters"
@@ -2556,7 +2640,7 @@
2556
2640
  }
2557
2641
  }
2558
2642
  },
2559
- "S66": {
2643
+ "S6b": {
2560
2644
  "type": "list",
2561
2645
  "member": {},
2562
2646
  "sensitive": true
@@ -1024,16 +1024,7 @@
1024
1024
  },
1025
1025
  "ProjectVersion": {},
1026
1026
  "ContentTypes": {
1027
- "type": "list",
1028
- "member": {
1029
- "type": "structure",
1030
- "members": {
1031
- "Confidence": {
1032
- "type": "float"
1033
- },
1034
- "Name": {}
1035
- }
1036
- }
1027
+ "shape": "S6l"
1037
1028
  }
1038
1029
  }
1039
1030
  }
@@ -1384,6 +1375,9 @@
1384
1375
  },
1385
1376
  "DurationMillis": {
1386
1377
  "type": "long"
1378
+ },
1379
+ "ContentTypes": {
1380
+ "shape": "S6l"
1387
1381
  }
1388
1382
  }
1389
1383
  }
@@ -3556,6 +3550,18 @@
3556
3550
  }
3557
3551
  }
3558
3552
  },
3553
+ "S6l": {
3554
+ "type": "list",
3555
+ "member": {
3556
+ "type": "structure",
3557
+ "members": {
3558
+ "Confidence": {
3559
+ "type": "float"
3560
+ },
3561
+ "Name": {}
3562
+ }
3563
+ }
3564
+ },
3559
3565
  "S71": {
3560
3566
  "type": "list",
3561
3567
  "member": {