cdk-lambda-subminute 2.0.325 → 2.0.327

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 (45) hide show
  1. package/.jsii +16 -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/b2bi-2022-06-23.examples.json +0 -709
  5. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +84 -20
  6. package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -1
  7. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +457 -269
  8. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +85 -65
  9. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +4 -1
  10. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +479 -317
  11. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  12. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +1286 -0
  14. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +28 -0
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +548 -466
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1284 -1266
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/appstream.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/b2bi.d.ts +45 -45
  21. package/node_modules/aws-sdk/clients/billingconductor.d.ts +98 -3
  22. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/connect.d.ts +250 -42
  24. package/node_modules/aws-sdk/clients/controltower.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/firehose.d.ts +24 -0
  26. package/node_modules/aws-sdk/clients/gamelift.d.ts +14 -10
  27. package/node_modules/aws-sdk/clients/iot.d.ts +173 -1
  28. package/node_modules/aws-sdk/clients/kms.d.ts +101 -101
  29. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +1394 -0
  30. package/node_modules/aws-sdk/clients/neptunegraph.js +19 -0
  31. package/node_modules/aws-sdk/clients/opensearch.d.ts +23 -23
  32. package/node_modules/aws-sdk/clients/quicksight.d.ts +75 -3
  33. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/sagemaker.d.ts +234 -212
  35. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +69 -11
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +1032 -655
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  40. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  41. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/lib/services/neptunegraph.js +14 -0
  44. package/node_modules/aws-sdk/package.json +1 -1
  45. package/package.json +3 -3
@@ -219,6 +219,9 @@
219
219
  },
220
220
  "CloudWatchLoggingOptions": {
221
221
  "shape": "Sl"
222
+ },
223
+ "BufferingHints": {
224
+ "shape": "S33"
222
225
  }
223
226
  }
224
227
  },
@@ -230,23 +233,23 @@
230
233
  ],
231
234
  "members": {
232
235
  "EndpointConfiguration": {
233
- "shape": "S34"
236
+ "shape": "S37"
234
237
  },
235
238
  "BufferingHints": {
236
- "shape": "S38"
239
+ "shape": "S3b"
237
240
  },
238
241
  "CloudWatchLoggingOptions": {
239
242
  "shape": "Sl"
240
243
  },
241
244
  "RequestConfiguration": {
242
- "shape": "S3b"
245
+ "shape": "S3e"
243
246
  },
244
247
  "ProcessingConfiguration": {
245
248
  "shape": "Sq"
246
249
  },
247
250
  "RoleARN": {},
248
251
  "RetryOptions": {
249
- "shape": "S3h"
252
+ "shape": "S3k"
250
253
  },
251
254
  "S3BackupMode": {},
252
255
  "S3Configuration": {
@@ -255,7 +258,7 @@
255
258
  }
256
259
  },
257
260
  "Tags": {
258
- "shape": "S3k"
261
+ "shape": "S3n"
259
262
  },
260
263
  "AmazonOpenSearchServerlessDestinationConfiguration": {
261
264
  "type": "structure",
@@ -269,10 +272,10 @@
269
272
  "CollectionEndpoint": {},
270
273
  "IndexName": {},
271
274
  "BufferingHints": {
272
- "shape": "S3r"
275
+ "shape": "S3u"
273
276
  },
274
277
  "RetryOptions": {
275
- "shape": "S3u"
278
+ "shape": "S3x"
276
279
  },
277
280
  "S3BackupMode": {},
278
281
  "S3Configuration": {
@@ -300,7 +303,7 @@
300
303
  "MSKClusterARN": {},
301
304
  "TopicName": {},
302
305
  "AuthenticationConfiguration": {
303
- "shape": "S40"
306
+ "shape": "S43"
304
307
  }
305
308
  }
306
309
  }
@@ -367,7 +370,7 @@
367
370
  "DeliveryStreamARN": {},
368
371
  "DeliveryStreamStatus": {},
369
372
  "FailureDescription": {
370
- "shape": "S4c"
373
+ "shape": "S4f"
371
374
  },
372
375
  "DeliveryStreamEncryptionConfiguration": {
373
376
  "type": "structure",
@@ -376,7 +379,7 @@
376
379
  "KeyType": {},
377
380
  "Status": {},
378
381
  "FailureDescription": {
379
- "shape": "S4c"
382
+ "shape": "S4f"
380
383
  }
381
384
  }
382
385
  },
@@ -407,7 +410,7 @@
407
410
  "MSKClusterARN": {},
408
411
  "TopicName": {},
409
412
  "AuthenticationConfiguration": {
410
- "shape": "S40"
413
+ "shape": "S43"
411
414
  },
412
415
  "DeliveryStartTimestamp": {
413
416
  "type": "timestamp"
@@ -426,7 +429,7 @@
426
429
  "members": {
427
430
  "DestinationId": {},
428
431
  "S3DestinationDescription": {
429
- "shape": "S4o"
432
+ "shape": "S4r"
430
433
  },
431
434
  "ExtendedS3DestinationDescription": {
432
435
  "type": "structure",
@@ -457,7 +460,7 @@
457
460
  },
458
461
  "S3BackupMode": {},
459
462
  "S3BackupDescription": {
460
- "shape": "S4o"
463
+ "shape": "S4r"
461
464
  },
462
465
  "DataFormatConversionConfiguration": {
463
466
  "shape": "Sz"
@@ -489,14 +492,14 @@
489
492
  "shape": "S1z"
490
493
  },
491
494
  "S3DestinationDescription": {
492
- "shape": "S4o"
495
+ "shape": "S4r"
493
496
  },
494
497
  "ProcessingConfiguration": {
495
498
  "shape": "Sq"
496
499
  },
497
500
  "S3BackupMode": {},
498
501
  "S3BackupDescription": {
499
- "shape": "S4o"
502
+ "shape": "S4r"
500
503
  },
501
504
  "CloudWatchLoggingOptions": {
502
505
  "shape": "Sl"
@@ -520,7 +523,7 @@
520
523
  },
521
524
  "S3BackupMode": {},
522
525
  "S3DestinationDescription": {
523
- "shape": "S4o"
526
+ "shape": "S4r"
524
527
  },
525
528
  "ProcessingConfiguration": {
526
529
  "shape": "Sq"
@@ -529,7 +532,7 @@
529
532
  "shape": "Sl"
530
533
  },
531
534
  "VpcConfigurationDescription": {
532
- "shape": "S4s"
535
+ "shape": "S4v"
533
536
  },
534
537
  "DocumentIdOptions": {
535
538
  "shape": "S2h"
@@ -553,7 +556,7 @@
553
556
  },
554
557
  "S3BackupMode": {},
555
558
  "S3DestinationDescription": {
556
- "shape": "S4o"
559
+ "shape": "S4r"
557
560
  },
558
561
  "ProcessingConfiguration": {
559
562
  "shape": "Sq"
@@ -562,7 +565,7 @@
562
565
  "shape": "Sl"
563
566
  },
564
567
  "VpcConfigurationDescription": {
565
- "shape": "S4s"
568
+ "shape": "S4v"
566
569
  },
567
570
  "DocumentIdOptions": {
568
571
  "shape": "S2h"
@@ -583,13 +586,16 @@
583
586
  },
584
587
  "S3BackupMode": {},
585
588
  "S3DestinationDescription": {
586
- "shape": "S4o"
589
+ "shape": "S4r"
587
590
  },
588
591
  "ProcessingConfiguration": {
589
592
  "shape": "Sq"
590
593
  },
591
594
  "CloudWatchLoggingOptions": {
592
595
  "shape": "Sl"
596
+ },
597
+ "BufferingHints": {
598
+ "shape": "S33"
593
599
  }
594
600
  }
595
601
  },
@@ -600,30 +606,30 @@
600
606
  "type": "structure",
601
607
  "members": {
602
608
  "Url": {
603
- "shape": "S35"
609
+ "shape": "S38"
604
610
  },
605
611
  "Name": {}
606
612
  }
607
613
  },
608
614
  "BufferingHints": {
609
- "shape": "S38"
615
+ "shape": "S3b"
610
616
  },
611
617
  "CloudWatchLoggingOptions": {
612
618
  "shape": "Sl"
613
619
  },
614
620
  "RequestConfiguration": {
615
- "shape": "S3b"
621
+ "shape": "S3e"
616
622
  },
617
623
  "ProcessingConfiguration": {
618
624
  "shape": "Sq"
619
625
  },
620
626
  "RoleARN": {},
621
627
  "RetryOptions": {
622
- "shape": "S3h"
628
+ "shape": "S3k"
623
629
  },
624
630
  "S3BackupMode": {},
625
631
  "S3DestinationDescription": {
626
- "shape": "S4o"
632
+ "shape": "S4r"
627
633
  }
628
634
  }
629
635
  },
@@ -634,14 +640,14 @@
634
640
  "CollectionEndpoint": {},
635
641
  "IndexName": {},
636
642
  "BufferingHints": {
637
- "shape": "S3r"
643
+ "shape": "S3u"
638
644
  },
639
645
  "RetryOptions": {
640
- "shape": "S3u"
646
+ "shape": "S3x"
641
647
  },
642
648
  "S3BackupMode": {},
643
649
  "S3DestinationDescription": {
644
- "shape": "S4o"
650
+ "shape": "S4r"
645
651
  },
646
652
  "ProcessingConfiguration": {
647
653
  "shape": "Sq"
@@ -650,7 +656,7 @@
650
656
  "shape": "Sl"
651
657
  },
652
658
  "VpcConfigurationDescription": {
653
- "shape": "S4s"
659
+ "shape": "S4v"
654
660
  }
655
661
  }
656
662
  }
@@ -717,7 +723,7 @@
717
723
  "Tags": {
718
724
  "type": "list",
719
725
  "member": {
720
- "shape": "S3l"
726
+ "shape": "S3o"
721
727
  }
722
728
  },
723
729
  "HasMoreTags": {
@@ -736,7 +742,7 @@
736
742
  "members": {
737
743
  "DeliveryStreamName": {},
738
744
  "Record": {
739
- "shape": "S57"
745
+ "shape": "S5a"
740
746
  }
741
747
  }
742
748
  },
@@ -765,7 +771,7 @@
765
771
  "Records": {
766
772
  "type": "list",
767
773
  "member": {
768
- "shape": "S57"
774
+ "shape": "S5a"
769
775
  }
770
776
  }
771
777
  }
@@ -840,7 +846,7 @@
840
846
  "members": {
841
847
  "DeliveryStreamName": {},
842
848
  "Tags": {
843
- "shape": "S3k"
849
+ "shape": "S3n"
844
850
  }
845
851
  }
846
852
  },
@@ -882,7 +888,7 @@
882
888
  "CurrentDeliveryStreamVersionId": {},
883
889
  "DestinationId": {},
884
890
  "S3DestinationUpdate": {
885
- "shape": "S5s",
891
+ "shape": "S5v",
886
892
  "deprecated": true
887
893
  },
888
894
  "ExtendedS3DestinationUpdate": {
@@ -907,7 +913,7 @@
907
913
  },
908
914
  "S3BackupMode": {},
909
915
  "S3BackupUpdate": {
910
- "shape": "S5s"
916
+ "shape": "S5v"
911
917
  },
912
918
  "DataFormatConversionConfiguration": {
913
919
  "shape": "Sz"
@@ -935,14 +941,14 @@
935
941
  "shape": "S1z"
936
942
  },
937
943
  "S3Update": {
938
- "shape": "S5s"
944
+ "shape": "S5v"
939
945
  },
940
946
  "ProcessingConfiguration": {
941
947
  "shape": "Sq"
942
948
  },
943
949
  "S3BackupMode": {},
944
950
  "S3BackupUpdate": {
945
- "shape": "S5s"
951
+ "shape": "S5v"
946
952
  },
947
953
  "CloudWatchLoggingOptions": {
948
954
  "shape": "Sl"
@@ -965,7 +971,7 @@
965
971
  "shape": "S2b"
966
972
  },
967
973
  "S3Update": {
968
- "shape": "S5s"
974
+ "shape": "S5v"
969
975
  },
970
976
  "ProcessingConfiguration": {
971
977
  "shape": "Sq"
@@ -994,7 +1000,7 @@
994
1000
  "shape": "S2s"
995
1001
  },
996
1002
  "S3Update": {
997
- "shape": "S5s"
1003
+ "shape": "S5v"
998
1004
  },
999
1005
  "ProcessingConfiguration": {
1000
1006
  "shape": "Sq"
@@ -1021,13 +1027,16 @@
1021
1027
  },
1022
1028
  "S3BackupMode": {},
1023
1029
  "S3Update": {
1024
- "shape": "S5s"
1030
+ "shape": "S5v"
1025
1031
  },
1026
1032
  "ProcessingConfiguration": {
1027
1033
  "shape": "Sq"
1028
1034
  },
1029
1035
  "CloudWatchLoggingOptions": {
1030
1036
  "shape": "Sl"
1037
+ },
1038
+ "BufferingHints": {
1039
+ "shape": "S33"
1031
1040
  }
1032
1041
  }
1033
1042
  },
@@ -1035,27 +1044,27 @@
1035
1044
  "type": "structure",
1036
1045
  "members": {
1037
1046
  "EndpointConfiguration": {
1038
- "shape": "S34"
1047
+ "shape": "S37"
1039
1048
  },
1040
1049
  "BufferingHints": {
1041
- "shape": "S38"
1050
+ "shape": "S3b"
1042
1051
  },
1043
1052
  "CloudWatchLoggingOptions": {
1044
1053
  "shape": "Sl"
1045
1054
  },
1046
1055
  "RequestConfiguration": {
1047
- "shape": "S3b"
1056
+ "shape": "S3e"
1048
1057
  },
1049
1058
  "ProcessingConfiguration": {
1050
1059
  "shape": "Sq"
1051
1060
  },
1052
1061
  "RoleARN": {},
1053
1062
  "RetryOptions": {
1054
- "shape": "S3h"
1063
+ "shape": "S3k"
1055
1064
  },
1056
1065
  "S3BackupMode": {},
1057
1066
  "S3Update": {
1058
- "shape": "S5s"
1067
+ "shape": "S5v"
1059
1068
  }
1060
1069
  }
1061
1070
  },
@@ -1066,13 +1075,13 @@
1066
1075
  "CollectionEndpoint": {},
1067
1076
  "IndexName": {},
1068
1077
  "BufferingHints": {
1069
- "shape": "S3r"
1078
+ "shape": "S3u"
1070
1079
  },
1071
1080
  "RetryOptions": {
1072
- "shape": "S3u"
1081
+ "shape": "S3x"
1073
1082
  },
1074
1083
  "S3Update": {
1075
- "shape": "S5s"
1084
+ "shape": "S5v"
1076
1085
  },
1077
1086
  "ProcessingConfiguration": {
1078
1087
  "shape": "Sq"
@@ -1432,14 +1441,25 @@
1432
1441
  }
1433
1442
  }
1434
1443
  },
1435
- "S34": {
1444
+ "S33": {
1445
+ "type": "structure",
1446
+ "members": {
1447
+ "IntervalInSeconds": {
1448
+ "type": "integer"
1449
+ },
1450
+ "SizeInMBs": {
1451
+ "type": "integer"
1452
+ }
1453
+ }
1454
+ },
1455
+ "S37": {
1436
1456
  "type": "structure",
1437
1457
  "required": [
1438
1458
  "Url"
1439
1459
  ],
1440
1460
  "members": {
1441
1461
  "Url": {
1442
- "shape": "S35"
1462
+ "shape": "S38"
1443
1463
  },
1444
1464
  "Name": {},
1445
1465
  "AccessKey": {
@@ -1448,11 +1468,11 @@
1448
1468
  }
1449
1469
  }
1450
1470
  },
1451
- "S35": {
1471
+ "S38": {
1452
1472
  "type": "string",
1453
1473
  "sensitive": true
1454
1474
  },
1455
- "S38": {
1475
+ "S3b": {
1456
1476
  "type": "structure",
1457
1477
  "members": {
1458
1478
  "SizeInMBs": {
@@ -1463,7 +1483,7 @@
1463
1483
  }
1464
1484
  }
1465
1485
  },
1466
- "S3b": {
1486
+ "S3e": {
1467
1487
  "type": "structure",
1468
1488
  "members": {
1469
1489
  "ContentEncoding": {},
@@ -1489,7 +1509,7 @@
1489
1509
  }
1490
1510
  }
1491
1511
  },
1492
- "S3h": {
1512
+ "S3k": {
1493
1513
  "type": "structure",
1494
1514
  "members": {
1495
1515
  "DurationInSeconds": {
@@ -1497,13 +1517,13 @@
1497
1517
  }
1498
1518
  }
1499
1519
  },
1500
- "S3k": {
1520
+ "S3n": {
1501
1521
  "type": "list",
1502
1522
  "member": {
1503
- "shape": "S3l"
1523
+ "shape": "S3o"
1504
1524
  }
1505
1525
  },
1506
- "S3l": {
1526
+ "S3o": {
1507
1527
  "type": "structure",
1508
1528
  "required": [
1509
1529
  "Key"
@@ -1513,7 +1533,7 @@
1513
1533
  "Value": {}
1514
1534
  }
1515
1535
  },
1516
- "S3r": {
1536
+ "S3u": {
1517
1537
  "type": "structure",
1518
1538
  "members": {
1519
1539
  "IntervalInSeconds": {
@@ -1524,7 +1544,7 @@
1524
1544
  }
1525
1545
  }
1526
1546
  },
1527
- "S3u": {
1547
+ "S3x": {
1528
1548
  "type": "structure",
1529
1549
  "members": {
1530
1550
  "DurationInSeconds": {
@@ -1532,7 +1552,7 @@
1532
1552
  }
1533
1553
  }
1534
1554
  },
1535
- "S40": {
1555
+ "S43": {
1536
1556
  "type": "structure",
1537
1557
  "required": [
1538
1558
  "RoleARN",
@@ -1543,7 +1563,7 @@
1543
1563
  "Connectivity": {}
1544
1564
  }
1545
1565
  },
1546
- "S4c": {
1566
+ "S4f": {
1547
1567
  "type": "structure",
1548
1568
  "required": [
1549
1569
  "Type",
@@ -1554,7 +1574,7 @@
1554
1574
  "Details": {}
1555
1575
  }
1556
1576
  },
1557
- "S4o": {
1577
+ "S4r": {
1558
1578
  "type": "structure",
1559
1579
  "required": [
1560
1580
  "RoleARN",
@@ -1580,7 +1600,7 @@
1580
1600
  }
1581
1601
  }
1582
1602
  },
1583
- "S4s": {
1603
+ "S4v": {
1584
1604
  "type": "structure",
1585
1605
  "required": [
1586
1606
  "SubnetIds",
@@ -1599,7 +1619,7 @@
1599
1619
  "VpcId": {}
1600
1620
  }
1601
1621
  },
1602
- "S57": {
1622
+ "S5a": {
1603
1623
  "type": "structure",
1604
1624
  "required": [
1605
1625
  "Data"
@@ -1610,7 +1630,7 @@
1610
1630
  }
1611
1631
  }
1612
1632
  },
1613
- "S5s": {
1633
+ "S5v": {
1614
1634
  "type": "structure",
1615
1635
  "members": {
1616
1636
  "RoleARN": {},
@@ -2525,7 +2525,10 @@
2525
2525
  },
2526
2526
  "Name": {},
2527
2527
  "PlayerSessionCreationPolicy": {},
2528
- "ProtectionPolicy": {}
2528
+ "ProtectionPolicy": {},
2529
+ "GameProperties": {
2530
+ "shape": "S3d"
2531
+ }
2529
2532
  }
2530
2533
  },
2531
2534
  "output": {