cdk-lambda-subminute 2.0.354 → 2.0.356

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 (41) 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/b2bi-2022-06-23.examples.json +709 -0
  5. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +53 -0
  6. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  7. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +258 -30
  8. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +159 -16
  9. package/node_modules/aws-sdk/apis/metadata.json +0 -8
  10. package/node_modules/aws-sdk/clients/all.d.ts +0 -2
  11. package/node_modules/aws-sdk/clients/all.js +0 -2
  12. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  13. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +101 -11
  14. package/node_modules/aws-sdk/clients/connect.d.ts +5 -5
  15. package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/firehose.d.ts +231 -0
  17. package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
  18. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +2 -2
  19. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  20. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +112 -214
  21. package/node_modules/aws-sdk/dist/aws-sdk.js +319 -41
  22. package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -91
  23. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  24. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/node_modules/aws-sdk/scripts/console +3 -3
  29. package/package.json +3 -3
  30. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
  31. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
  32. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
  33. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
  34. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
  35. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
  36. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
  37. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
  38. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
  39. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
  40. package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
  41. package/node_modules/aws-sdk/lib/services/neptunegraph.js +0 -14
@@ -899,6 +899,59 @@
899
899
  },
900
900
  "idempotent": true
901
901
  },
902
+ "ListInsightsMetricData": {
903
+ "input": {
904
+ "type": "structure",
905
+ "required": [
906
+ "EventSource",
907
+ "EventName",
908
+ "InsightType"
909
+ ],
910
+ "members": {
911
+ "EventSource": {},
912
+ "EventName": {},
913
+ "InsightType": {},
914
+ "ErrorCode": {},
915
+ "StartTime": {
916
+ "type": "timestamp"
917
+ },
918
+ "EndTime": {
919
+ "type": "timestamp"
920
+ },
921
+ "Period": {
922
+ "type": "integer"
923
+ },
924
+ "DataType": {},
925
+ "MaxResults": {
926
+ "type": "integer"
927
+ },
928
+ "NextToken": {}
929
+ }
930
+ },
931
+ "output": {
932
+ "type": "structure",
933
+ "members": {
934
+ "EventSource": {},
935
+ "EventName": {},
936
+ "InsightType": {},
937
+ "ErrorCode": {},
938
+ "Timestamps": {
939
+ "type": "list",
940
+ "member": {
941
+ "type": "timestamp"
942
+ }
943
+ },
944
+ "Values": {
945
+ "type": "list",
946
+ "member": {
947
+ "type": "double"
948
+ }
949
+ },
950
+ "NextToken": {}
951
+ }
952
+ },
953
+ "idempotent": true
954
+ },
902
955
  "ListPublicKeys": {
903
956
  "input": {
904
957
  "type": "structure",
@@ -29,6 +29,11 @@
29
29
  "output_token": "NextToken",
30
30
  "result_key": "Imports"
31
31
  },
32
+ "ListInsightsMetricData": {
33
+ "input_token": "NextToken",
34
+ "limit_key": "MaxResults",
35
+ "output_token": "NextToken"
36
+ },
32
37
  "ListPublicKeys": {
33
38
  "input_token": "NextToken",
34
39
  "output_token": "NextToken",
@@ -306,6 +306,69 @@
306
306
  "shape": "S43"
307
307
  }
308
308
  }
309
+ },
310
+ "SnowflakeDestinationConfiguration": {
311
+ "type": "structure",
312
+ "required": [
313
+ "AccountUrl",
314
+ "PrivateKey",
315
+ "User",
316
+ "Database",
317
+ "Schema",
318
+ "Table",
319
+ "RoleARN",
320
+ "S3Configuration"
321
+ ],
322
+ "members": {
323
+ "AccountUrl": {
324
+ "shape": "S46"
325
+ },
326
+ "PrivateKey": {
327
+ "shape": "S47"
328
+ },
329
+ "KeyPassphrase": {
330
+ "shape": "S48"
331
+ },
332
+ "User": {
333
+ "shape": "S49"
334
+ },
335
+ "Database": {
336
+ "shape": "S4a"
337
+ },
338
+ "Schema": {
339
+ "shape": "S4b"
340
+ },
341
+ "Table": {
342
+ "shape": "S4c"
343
+ },
344
+ "SnowflakeRoleConfiguration": {
345
+ "shape": "S4d"
346
+ },
347
+ "DataLoadingOption": {},
348
+ "MetaDataColumnName": {
349
+ "shape": "S4g"
350
+ },
351
+ "ContentColumnName": {
352
+ "shape": "S4h"
353
+ },
354
+ "SnowflakeVpcConfiguration": {
355
+ "shape": "S4i"
356
+ },
357
+ "CloudWatchLoggingOptions": {
358
+ "shape": "Sl"
359
+ },
360
+ "ProcessingConfiguration": {
361
+ "shape": "Sq"
362
+ },
363
+ "RoleARN": {},
364
+ "RetryOptions": {
365
+ "shape": "S4k"
366
+ },
367
+ "S3BackupMode": {},
368
+ "S3Configuration": {
369
+ "shape": "Sa"
370
+ }
371
+ }
309
372
  }
310
373
  }
311
374
  },
@@ -370,7 +433,7 @@
370
433
  "DeliveryStreamARN": {},
371
434
  "DeliveryStreamStatus": {},
372
435
  "FailureDescription": {
373
- "shape": "S4f"
436
+ "shape": "S4x"
374
437
  },
375
438
  "DeliveryStreamEncryptionConfiguration": {
376
439
  "type": "structure",
@@ -379,7 +442,7 @@
379
442
  "KeyType": {},
380
443
  "Status": {},
381
444
  "FailureDescription": {
382
- "shape": "S4f"
445
+ "shape": "S4x"
383
446
  }
384
447
  }
385
448
  },
@@ -429,7 +492,7 @@
429
492
  "members": {
430
493
  "DestinationId": {},
431
494
  "S3DestinationDescription": {
432
- "shape": "S4r"
495
+ "shape": "S59"
433
496
  },
434
497
  "ExtendedS3DestinationDescription": {
435
498
  "type": "structure",
@@ -460,7 +523,7 @@
460
523
  },
461
524
  "S3BackupMode": {},
462
525
  "S3BackupDescription": {
463
- "shape": "S4r"
526
+ "shape": "S59"
464
527
  },
465
528
  "DataFormatConversionConfiguration": {
466
529
  "shape": "Sz"
@@ -492,14 +555,14 @@
492
555
  "shape": "S1z"
493
556
  },
494
557
  "S3DestinationDescription": {
495
- "shape": "S4r"
558
+ "shape": "S59"
496
559
  },
497
560
  "ProcessingConfiguration": {
498
561
  "shape": "Sq"
499
562
  },
500
563
  "S3BackupMode": {},
501
564
  "S3BackupDescription": {
502
- "shape": "S4r"
565
+ "shape": "S59"
503
566
  },
504
567
  "CloudWatchLoggingOptions": {
505
568
  "shape": "Sl"
@@ -523,7 +586,7 @@
523
586
  },
524
587
  "S3BackupMode": {},
525
588
  "S3DestinationDescription": {
526
- "shape": "S4r"
589
+ "shape": "S59"
527
590
  },
528
591
  "ProcessingConfiguration": {
529
592
  "shape": "Sq"
@@ -532,7 +595,7 @@
532
595
  "shape": "Sl"
533
596
  },
534
597
  "VpcConfigurationDescription": {
535
- "shape": "S4v"
598
+ "shape": "S5d"
536
599
  },
537
600
  "DocumentIdOptions": {
538
601
  "shape": "S2h"
@@ -556,7 +619,7 @@
556
619
  },
557
620
  "S3BackupMode": {},
558
621
  "S3DestinationDescription": {
559
- "shape": "S4r"
622
+ "shape": "S59"
560
623
  },
561
624
  "ProcessingConfiguration": {
562
625
  "shape": "Sq"
@@ -565,7 +628,7 @@
565
628
  "shape": "Sl"
566
629
  },
567
630
  "VpcConfigurationDescription": {
568
- "shape": "S4v"
631
+ "shape": "S5d"
569
632
  },
570
633
  "DocumentIdOptions": {
571
634
  "shape": "S2h"
@@ -586,7 +649,7 @@
586
649
  },
587
650
  "S3BackupMode": {},
588
651
  "S3DestinationDescription": {
589
- "shape": "S4r"
652
+ "shape": "S59"
590
653
  },
591
654
  "ProcessingConfiguration": {
592
655
  "shape": "Sq"
@@ -629,7 +692,54 @@
629
692
  },
630
693
  "S3BackupMode": {},
631
694
  "S3DestinationDescription": {
632
- "shape": "S4r"
695
+ "shape": "S59"
696
+ }
697
+ }
698
+ },
699
+ "SnowflakeDestinationDescription": {
700
+ "type": "structure",
701
+ "members": {
702
+ "AccountUrl": {
703
+ "shape": "S46"
704
+ },
705
+ "User": {
706
+ "shape": "S49"
707
+ },
708
+ "Database": {
709
+ "shape": "S4a"
710
+ },
711
+ "Schema": {
712
+ "shape": "S4b"
713
+ },
714
+ "Table": {
715
+ "shape": "S4c"
716
+ },
717
+ "SnowflakeRoleConfiguration": {
718
+ "shape": "S4d"
719
+ },
720
+ "DataLoadingOption": {},
721
+ "MetaDataColumnName": {
722
+ "shape": "S4g"
723
+ },
724
+ "ContentColumnName": {
725
+ "shape": "S4h"
726
+ },
727
+ "SnowflakeVpcConfiguration": {
728
+ "shape": "S4i"
729
+ },
730
+ "CloudWatchLoggingOptions": {
731
+ "shape": "Sl"
732
+ },
733
+ "ProcessingConfiguration": {
734
+ "shape": "Sq"
735
+ },
736
+ "RoleARN": {},
737
+ "RetryOptions": {
738
+ "shape": "S4k"
739
+ },
740
+ "S3BackupMode": {},
741
+ "S3DestinationDescription": {
742
+ "shape": "S59"
633
743
  }
634
744
  }
635
745
  },
@@ -647,7 +757,7 @@
647
757
  },
648
758
  "S3BackupMode": {},
649
759
  "S3DestinationDescription": {
650
- "shape": "S4r"
760
+ "shape": "S59"
651
761
  },
652
762
  "ProcessingConfiguration": {
653
763
  "shape": "Sq"
@@ -656,7 +766,7 @@
656
766
  "shape": "Sl"
657
767
  },
658
768
  "VpcConfigurationDescription": {
659
- "shape": "S4v"
769
+ "shape": "S5d"
660
770
  }
661
771
  }
662
772
  }
@@ -742,7 +852,7 @@
742
852
  "members": {
743
853
  "DeliveryStreamName": {},
744
854
  "Record": {
745
- "shape": "S5a"
855
+ "shape": "S5t"
746
856
  }
747
857
  }
748
858
  },
@@ -771,7 +881,7 @@
771
881
  "Records": {
772
882
  "type": "list",
773
883
  "member": {
774
- "shape": "S5a"
884
+ "shape": "S5t"
775
885
  }
776
886
  }
777
887
  }
@@ -888,7 +998,7 @@
888
998
  "CurrentDeliveryStreamVersionId": {},
889
999
  "DestinationId": {},
890
1000
  "S3DestinationUpdate": {
891
- "shape": "S5v",
1001
+ "shape": "S6e",
892
1002
  "deprecated": true
893
1003
  },
894
1004
  "ExtendedS3DestinationUpdate": {
@@ -913,7 +1023,7 @@
913
1023
  },
914
1024
  "S3BackupMode": {},
915
1025
  "S3BackupUpdate": {
916
- "shape": "S5v"
1026
+ "shape": "S6e"
917
1027
  },
918
1028
  "DataFormatConversionConfiguration": {
919
1029
  "shape": "Sz"
@@ -941,14 +1051,14 @@
941
1051
  "shape": "S1z"
942
1052
  },
943
1053
  "S3Update": {
944
- "shape": "S5v"
1054
+ "shape": "S6e"
945
1055
  },
946
1056
  "ProcessingConfiguration": {
947
1057
  "shape": "Sq"
948
1058
  },
949
1059
  "S3BackupMode": {},
950
1060
  "S3BackupUpdate": {
951
- "shape": "S5v"
1061
+ "shape": "S6e"
952
1062
  },
953
1063
  "CloudWatchLoggingOptions": {
954
1064
  "shape": "Sl"
@@ -971,7 +1081,7 @@
971
1081
  "shape": "S2b"
972
1082
  },
973
1083
  "S3Update": {
974
- "shape": "S5v"
1084
+ "shape": "S6e"
975
1085
  },
976
1086
  "ProcessingConfiguration": {
977
1087
  "shape": "Sq"
@@ -1000,7 +1110,7 @@
1000
1110
  "shape": "S2s"
1001
1111
  },
1002
1112
  "S3Update": {
1003
- "shape": "S5v"
1113
+ "shape": "S6e"
1004
1114
  },
1005
1115
  "ProcessingConfiguration": {
1006
1116
  "shape": "Sq"
@@ -1027,7 +1137,7 @@
1027
1137
  },
1028
1138
  "S3BackupMode": {},
1029
1139
  "S3Update": {
1030
- "shape": "S5v"
1140
+ "shape": "S6e"
1031
1141
  },
1032
1142
  "ProcessingConfiguration": {
1033
1143
  "shape": "Sq"
@@ -1064,7 +1174,7 @@
1064
1174
  },
1065
1175
  "S3BackupMode": {},
1066
1176
  "S3Update": {
1067
- "shape": "S5v"
1177
+ "shape": "S6e"
1068
1178
  }
1069
1179
  }
1070
1180
  },
@@ -1081,7 +1191,7 @@
1081
1191
  "shape": "S3x"
1082
1192
  },
1083
1193
  "S3Update": {
1084
- "shape": "S5v"
1194
+ "shape": "S6e"
1085
1195
  },
1086
1196
  "ProcessingConfiguration": {
1087
1197
  "shape": "Sq"
@@ -1090,6 +1200,56 @@
1090
1200
  "shape": "Sl"
1091
1201
  }
1092
1202
  }
1203
+ },
1204
+ "SnowflakeDestinationUpdate": {
1205
+ "type": "structure",
1206
+ "members": {
1207
+ "AccountUrl": {
1208
+ "shape": "S46"
1209
+ },
1210
+ "PrivateKey": {
1211
+ "shape": "S47"
1212
+ },
1213
+ "KeyPassphrase": {
1214
+ "shape": "S48"
1215
+ },
1216
+ "User": {
1217
+ "shape": "S49"
1218
+ },
1219
+ "Database": {
1220
+ "shape": "S4a"
1221
+ },
1222
+ "Schema": {
1223
+ "shape": "S4b"
1224
+ },
1225
+ "Table": {
1226
+ "shape": "S4c"
1227
+ },
1228
+ "SnowflakeRoleConfiguration": {
1229
+ "shape": "S4d"
1230
+ },
1231
+ "DataLoadingOption": {},
1232
+ "MetaDataColumnName": {
1233
+ "shape": "S4g"
1234
+ },
1235
+ "ContentColumnName": {
1236
+ "shape": "S4h"
1237
+ },
1238
+ "CloudWatchLoggingOptions": {
1239
+ "shape": "Sl"
1240
+ },
1241
+ "ProcessingConfiguration": {
1242
+ "shape": "Sq"
1243
+ },
1244
+ "RoleARN": {},
1245
+ "RetryOptions": {
1246
+ "shape": "S4k"
1247
+ },
1248
+ "S3BackupMode": {},
1249
+ "S3Update": {
1250
+ "shape": "S6e"
1251
+ }
1252
+ }
1093
1253
  }
1094
1254
  }
1095
1255
  },
@@ -1563,7 +1723,75 @@
1563
1723
  "Connectivity": {}
1564
1724
  }
1565
1725
  },
1566
- "S4f": {
1726
+ "S46": {
1727
+ "type": "string",
1728
+ "sensitive": true
1729
+ },
1730
+ "S47": {
1731
+ "type": "string",
1732
+ "sensitive": true
1733
+ },
1734
+ "S48": {
1735
+ "type": "string",
1736
+ "sensitive": true
1737
+ },
1738
+ "S49": {
1739
+ "type": "string",
1740
+ "sensitive": true
1741
+ },
1742
+ "S4a": {
1743
+ "type": "string",
1744
+ "sensitive": true
1745
+ },
1746
+ "S4b": {
1747
+ "type": "string",
1748
+ "sensitive": true
1749
+ },
1750
+ "S4c": {
1751
+ "type": "string",
1752
+ "sensitive": true
1753
+ },
1754
+ "S4d": {
1755
+ "type": "structure",
1756
+ "members": {
1757
+ "Enabled": {
1758
+ "type": "boolean"
1759
+ },
1760
+ "SnowflakeRole": {
1761
+ "type": "string",
1762
+ "sensitive": true
1763
+ }
1764
+ }
1765
+ },
1766
+ "S4g": {
1767
+ "type": "string",
1768
+ "sensitive": true
1769
+ },
1770
+ "S4h": {
1771
+ "type": "string",
1772
+ "sensitive": true
1773
+ },
1774
+ "S4i": {
1775
+ "type": "structure",
1776
+ "required": [
1777
+ "PrivateLinkVpceId"
1778
+ ],
1779
+ "members": {
1780
+ "PrivateLinkVpceId": {
1781
+ "type": "string",
1782
+ "sensitive": true
1783
+ }
1784
+ }
1785
+ },
1786
+ "S4k": {
1787
+ "type": "structure",
1788
+ "members": {
1789
+ "DurationInSeconds": {
1790
+ "type": "integer"
1791
+ }
1792
+ }
1793
+ },
1794
+ "S4x": {
1567
1795
  "type": "structure",
1568
1796
  "required": [
1569
1797
  "Type",
@@ -1574,7 +1802,7 @@
1574
1802
  "Details": {}
1575
1803
  }
1576
1804
  },
1577
- "S4r": {
1805
+ "S59": {
1578
1806
  "type": "structure",
1579
1807
  "required": [
1580
1808
  "RoleARN",
@@ -1600,7 +1828,7 @@
1600
1828
  }
1601
1829
  }
1602
1830
  },
1603
- "S4v": {
1831
+ "S5d": {
1604
1832
  "type": "structure",
1605
1833
  "required": [
1606
1834
  "SubnetIds",
@@ -1619,7 +1847,7 @@
1619
1847
  "VpcId": {}
1620
1848
  }
1621
1849
  },
1622
- "S5a": {
1850
+ "S5t": {
1623
1851
  "type": "structure",
1624
1852
  "required": [
1625
1853
  "Data"
@@ -1630,7 +1858,7 @@
1630
1858
  }
1631
1859
  }
1632
1860
  },
1633
- "S5v": {
1861
+ "S6e": {
1634
1862
  "type": "structure",
1635
1863
  "members": {
1636
1864
  "RoleARN": {},