cdk-lambda-subminute 2.0.292 → 2.0.294
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 +27 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -47
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +11 -8
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +55 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +7 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +29 -16
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +140 -82
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +242 -39
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +217 -52
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +372 -26
- package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +82 -76
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +26 -24
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +9 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +48 -24
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +46 -117
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +15 -10
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +50 -22
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +422 -2
- package/node_modules/aws-sdk/clients/comprehend.d.ts +73 -19
- package/node_modules/aws-sdk/clients/connect.d.ts +6 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +17 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +65 -0
- package/node_modules/aws-sdk/clients/eks.d.ts +221 -9
- package/node_modules/aws-sdk/clients/guardduty.d.ts +168 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +22 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +12 -0
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +40 -2
- package/node_modules/aws-sdk/clients/sqs.d.ts +13 -12
- 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 +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +703 -285
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -372,7 +372,6 @@
|
|
372
372
|
"sourceFileType",
|
373
373
|
"subjectId",
|
374
374
|
"sampleId",
|
375
|
-
"referenceArn",
|
376
375
|
"name"
|
377
376
|
],
|
378
377
|
"members": {
|
@@ -1857,7 +1856,9 @@
|
|
1857
1856
|
"engineLogStream": {},
|
1858
1857
|
"runLogStream": {}
|
1859
1858
|
}
|
1860
|
-
}
|
1859
|
+
},
|
1860
|
+
"uuid": {},
|
1861
|
+
"runOutputUri": {}
|
1861
1862
|
}
|
1862
1863
|
},
|
1863
1864
|
"endpoint": {
|
@@ -1898,7 +1899,7 @@
|
|
1898
1899
|
"type": "integer"
|
1899
1900
|
},
|
1900
1901
|
"creationTime": {
|
1901
|
-
"shape": "
|
1902
|
+
"shape": "S7g"
|
1902
1903
|
},
|
1903
1904
|
"tags": {
|
1904
1905
|
"shape": "Sx"
|
@@ -1948,13 +1949,13 @@
|
|
1948
1949
|
"type": "integer"
|
1949
1950
|
},
|
1950
1951
|
"creationTime": {
|
1951
|
-
"shape": "
|
1952
|
+
"shape": "S7p"
|
1952
1953
|
},
|
1953
1954
|
"startTime": {
|
1954
|
-
"shape": "
|
1955
|
+
"shape": "S7p"
|
1955
1956
|
},
|
1956
1957
|
"stopTime": {
|
1957
|
-
"shape": "
|
1958
|
+
"shape": "S7p"
|
1958
1959
|
},
|
1959
1960
|
"statusMessage": {},
|
1960
1961
|
"logStream": {},
|
@@ -2034,7 +2035,7 @@
|
|
2034
2035
|
"type": "structure",
|
2035
2036
|
"members": {
|
2036
2037
|
"share": {
|
2037
|
-
"shape": "
|
2038
|
+
"shape": "S7z"
|
2038
2039
|
}
|
2039
2040
|
}
|
2040
2041
|
},
|
@@ -2228,14 +2229,14 @@
|
|
2228
2229
|
"type": "integer"
|
2229
2230
|
},
|
2230
2231
|
"creationTime": {
|
2231
|
-
"shape": "
|
2232
|
+
"shape": "S8b"
|
2232
2233
|
},
|
2233
2234
|
"statusMessage": {},
|
2234
2235
|
"tags": {
|
2235
2236
|
"shape": "Sx"
|
2236
2237
|
},
|
2237
2238
|
"metadata": {
|
2238
|
-
"shape": "
|
2239
|
+
"shape": "S8d"
|
2239
2240
|
},
|
2240
2241
|
"accelerators": {}
|
2241
2242
|
}
|
@@ -3212,7 +3213,7 @@
|
|
3212
3213
|
"type": "integer"
|
3213
3214
|
},
|
3214
3215
|
"creationTime": {
|
3215
|
-
"shape": "
|
3216
|
+
"shape": "S7g"
|
3216
3217
|
},
|
3217
3218
|
"maxGpus": {
|
3218
3219
|
"type": "integer"
|
@@ -3276,13 +3277,13 @@
|
|
3276
3277
|
"type": "integer"
|
3277
3278
|
},
|
3278
3279
|
"creationTime": {
|
3279
|
-
"shape": "
|
3280
|
+
"shape": "S7p"
|
3280
3281
|
},
|
3281
3282
|
"startTime": {
|
3282
|
-
"shape": "
|
3283
|
+
"shape": "S7p"
|
3283
3284
|
},
|
3284
3285
|
"stopTime": {
|
3285
|
-
"shape": "
|
3286
|
+
"shape": "S7p"
|
3286
3287
|
},
|
3287
3288
|
"gpus": {
|
3288
3289
|
"type": "integer"
|
@@ -3481,7 +3482,7 @@
|
|
3481
3482
|
"shares": {
|
3482
3483
|
"type": "list",
|
3483
3484
|
"member": {
|
3484
|
-
"shape": "
|
3485
|
+
"shape": "S7z"
|
3485
3486
|
}
|
3486
3487
|
},
|
3487
3488
|
"nextToken": {}
|
@@ -3723,10 +3724,10 @@
|
|
3723
3724
|
"type": {},
|
3724
3725
|
"digest": {},
|
3725
3726
|
"creationTime": {
|
3726
|
-
"shape": "
|
3727
|
+
"shape": "S8b"
|
3727
3728
|
},
|
3728
3729
|
"metadata": {
|
3729
|
-
"shape": "
|
3730
|
+
"shape": "S8d"
|
3730
3731
|
}
|
3731
3732
|
}
|
3732
3733
|
}
|
@@ -3927,8 +3928,7 @@
|
|
3927
3928
|
"sourceFiles",
|
3928
3929
|
"sourceFileType",
|
3929
3930
|
"subjectId",
|
3930
|
-
"sampleId"
|
3931
|
-
"referenceArn"
|
3931
|
+
"sampleId"
|
3932
3932
|
],
|
3933
3933
|
"members": {
|
3934
3934
|
"sourceFiles": {
|
@@ -4080,7 +4080,9 @@
|
|
4080
4080
|
"status": {},
|
4081
4081
|
"tags": {
|
4082
4082
|
"shape": "Sx"
|
4083
|
-
}
|
4083
|
+
},
|
4084
|
+
"uuid": {},
|
4085
|
+
"runOutputUri": {}
|
4084
4086
|
}
|
4085
4087
|
},
|
4086
4088
|
"endpoint": {
|
@@ -4674,15 +4676,15 @@
|
|
4674
4676
|
"type": "timestamp",
|
4675
4677
|
"timestampFormat": "iso8601"
|
4676
4678
|
},
|
4677
|
-
"
|
4679
|
+
"S7g": {
|
4678
4680
|
"type": "timestamp",
|
4679
4681
|
"timestampFormat": "iso8601"
|
4680
4682
|
},
|
4681
|
-
"
|
4683
|
+
"S7p": {
|
4682
4684
|
"type": "timestamp",
|
4683
4685
|
"timestampFormat": "iso8601"
|
4684
4686
|
},
|
4685
|
-
"
|
4687
|
+
"S7z": {
|
4686
4688
|
"type": "structure",
|
4687
4689
|
"members": {
|
4688
4690
|
"shareId": {},
|
@@ -4700,11 +4702,11 @@
|
|
4700
4702
|
}
|
4701
4703
|
}
|
4702
4704
|
},
|
4703
|
-
"
|
4705
|
+
"S8b": {
|
4704
4706
|
"type": "timestamp",
|
4705
4707
|
"timestampFormat": "iso8601"
|
4706
4708
|
},
|
4707
|
-
"
|
4709
|
+
"S8d": {
|
4708
4710
|
"type": "map",
|
4709
4711
|
"key": {},
|
4710
4712
|
"value": {}
|
@@ -210,6 +210,9 @@
|
|
210
210
|
"enhancedVpcRouting": {
|
211
211
|
"type": "boolean"
|
212
212
|
},
|
213
|
+
"maxCapacity": {
|
214
|
+
"type": "integer"
|
215
|
+
},
|
213
216
|
"namespaceName": {},
|
214
217
|
"port": {
|
215
218
|
"type": "integer"
|
@@ -1136,6 +1139,9 @@
|
|
1136
1139
|
"enhancedVpcRouting": {
|
1137
1140
|
"type": "boolean"
|
1138
1141
|
},
|
1142
|
+
"maxCapacity": {
|
1143
|
+
"type": "integer"
|
1144
|
+
},
|
1139
1145
|
"port": {
|
1140
1146
|
"type": "integer"
|
1141
1147
|
},
|
@@ -1402,6 +1408,9 @@
|
|
1402
1408
|
"enhancedVpcRouting": {
|
1403
1409
|
"type": "boolean"
|
1404
1410
|
},
|
1411
|
+
"maxCapacity": {
|
1412
|
+
"type": "integer"
|
1413
|
+
},
|
1405
1414
|
"namespaceName": {},
|
1406
1415
|
"patchVersion": {},
|
1407
1416
|
"port": {
|
@@ -855,14 +855,14 @@
|
|
855
855
|
"members": {
|
856
856
|
"appArn": {},
|
857
857
|
"eksSources": {
|
858
|
-
"shape": "
|
858
|
+
"shape": "S43"
|
859
859
|
},
|
860
860
|
"importStrategy": {},
|
861
861
|
"sourceArns": {
|
862
|
-
"shape": "
|
862
|
+
"shape": "S47"
|
863
863
|
},
|
864
864
|
"terraformSources": {
|
865
|
-
"shape": "
|
865
|
+
"shape": "S48"
|
866
866
|
}
|
867
867
|
}
|
868
868
|
},
|
@@ -877,14 +877,14 @@
|
|
877
877
|
"appArn": {},
|
878
878
|
"appVersion": {},
|
879
879
|
"eksSources": {
|
880
|
-
"shape": "
|
880
|
+
"shape": "S43"
|
881
881
|
},
|
882
882
|
"sourceArns": {
|
883
|
-
"shape": "
|
883
|
+
"shape": "S47"
|
884
884
|
},
|
885
885
|
"status": {},
|
886
886
|
"terraformSources": {
|
887
|
-
"shape": "
|
887
|
+
"shape": "S48"
|
888
888
|
}
|
889
889
|
}
|
890
890
|
}
|
@@ -933,11 +933,12 @@
|
|
933
933
|
},
|
934
934
|
"description": {},
|
935
935
|
"items": {
|
936
|
-
"shape": "
|
936
|
+
"shape": "S4h"
|
937
937
|
},
|
938
938
|
"name": {},
|
939
939
|
"prerequisite": {},
|
940
940
|
"recommendationId": {},
|
941
|
+
"recommendationStatus": {},
|
941
942
|
"referenceId": {},
|
942
943
|
"type": {}
|
943
944
|
}
|
@@ -1605,7 +1606,7 @@
|
|
1605
1606
|
"members": {
|
1606
1607
|
"nextToken": {},
|
1607
1608
|
"resiliencyPolicies": {
|
1608
|
-
"shape": "
|
1609
|
+
"shape": "S61"
|
1609
1610
|
}
|
1610
1611
|
}
|
1611
1612
|
}
|
@@ -1648,11 +1649,12 @@
|
|
1648
1649
|
"appComponentName": {},
|
1649
1650
|
"description": {},
|
1650
1651
|
"items": {
|
1651
|
-
"shape": "
|
1652
|
+
"shape": "S4h"
|
1652
1653
|
},
|
1653
1654
|
"name": {},
|
1654
1655
|
"prerequisite": {},
|
1655
1656
|
"recommendationId": {},
|
1657
|
+
"recommendationStatus": {},
|
1656
1658
|
"referenceId": {},
|
1657
1659
|
"serviceType": {}
|
1658
1660
|
}
|
@@ -1689,7 +1691,7 @@
|
|
1689
1691
|
"members": {
|
1690
1692
|
"nextToken": {},
|
1691
1693
|
"resiliencyPolicies": {
|
1692
|
-
"shape": "
|
1694
|
+
"shape": "S61"
|
1693
1695
|
}
|
1694
1696
|
}
|
1695
1697
|
}
|
@@ -1762,11 +1764,12 @@
|
|
1762
1764
|
"description": {},
|
1763
1765
|
"intent": {},
|
1764
1766
|
"items": {
|
1765
|
-
"shape": "
|
1767
|
+
"shape": "S4h"
|
1766
1768
|
},
|
1767
1769
|
"name": {},
|
1768
1770
|
"prerequisite": {},
|
1769
1771
|
"recommendationId": {},
|
1772
|
+
"recommendationStatus": {},
|
1770
1773
|
"referenceId": {},
|
1771
1774
|
"risk": {},
|
1772
1775
|
"type": {}
|
@@ -1897,22 +1900,22 @@
|
|
1897
1900
|
"members": {
|
1898
1901
|
"appArn": {},
|
1899
1902
|
"appRegistryAppNames": {
|
1900
|
-
"shape": "
|
1903
|
+
"shape": "S6s"
|
1901
1904
|
},
|
1902
1905
|
"eksSourceNames": {
|
1903
|
-
"shape": "
|
1906
|
+
"shape": "S6t"
|
1904
1907
|
},
|
1905
1908
|
"logicalStackNames": {
|
1906
|
-
"shape": "
|
1909
|
+
"shape": "S6t"
|
1907
1910
|
},
|
1908
1911
|
"resourceGroupNames": {
|
1909
|
-
"shape": "
|
1912
|
+
"shape": "S6s"
|
1910
1913
|
},
|
1911
1914
|
"resourceNames": {
|
1912
|
-
"shape": "
|
1915
|
+
"shape": "S6s"
|
1913
1916
|
},
|
1914
1917
|
"terraformSourceNames": {
|
1915
|
-
"shape": "
|
1918
|
+
"shape": "S6t"
|
1916
1919
|
}
|
1917
1920
|
}
|
1918
1921
|
},
|
@@ -2681,6 +2684,27 @@
|
|
2681
2684
|
"score"
|
2682
2685
|
],
|
2683
2686
|
"members": {
|
2687
|
+
"componentScore": {
|
2688
|
+
"type": "map",
|
2689
|
+
"key": {},
|
2690
|
+
"value": {
|
2691
|
+
"type": "structure",
|
2692
|
+
"members": {
|
2693
|
+
"excludedCount": {
|
2694
|
+
"type": "long"
|
2695
|
+
},
|
2696
|
+
"outstandingCount": {
|
2697
|
+
"type": "long"
|
2698
|
+
},
|
2699
|
+
"possibleScore": {
|
2700
|
+
"type": "double"
|
2701
|
+
},
|
2702
|
+
"score": {
|
2703
|
+
"type": "double"
|
2704
|
+
}
|
2705
|
+
}
|
2706
|
+
}
|
2707
|
+
},
|
2684
2708
|
"disruptionScore": {
|
2685
2709
|
"type": "map",
|
2686
2710
|
"key": {},
|
@@ -2693,7 +2717,7 @@
|
|
2693
2717
|
}
|
2694
2718
|
}
|
2695
2719
|
},
|
2696
|
-
"
|
2720
|
+
"S43": {
|
2697
2721
|
"type": "list",
|
2698
2722
|
"member": {
|
2699
2723
|
"type": "structure",
|
@@ -2710,17 +2734,17 @@
|
|
2710
2734
|
}
|
2711
2735
|
}
|
2712
2736
|
},
|
2713
|
-
"
|
2737
|
+
"S47": {
|
2714
2738
|
"type": "list",
|
2715
2739
|
"member": {}
|
2716
2740
|
},
|
2717
|
-
"
|
2741
|
+
"S48": {
|
2718
2742
|
"type": "list",
|
2719
2743
|
"member": {
|
2720
2744
|
"shape": "S2m"
|
2721
2745
|
}
|
2722
2746
|
},
|
2723
|
-
"
|
2747
|
+
"S4h": {
|
2724
2748
|
"type": "list",
|
2725
2749
|
"member": {
|
2726
2750
|
"type": "structure",
|
@@ -2738,17 +2762,17 @@
|
|
2738
2762
|
}
|
2739
2763
|
}
|
2740
2764
|
},
|
2741
|
-
"
|
2765
|
+
"S61": {
|
2742
2766
|
"type": "list",
|
2743
2767
|
"member": {
|
2744
2768
|
"shape": "S2c"
|
2745
2769
|
}
|
2746
2770
|
},
|
2747
|
-
"
|
2771
|
+
"S6s": {
|
2748
2772
|
"type": "list",
|
2749
2773
|
"member": {}
|
2750
2774
|
},
|
2751
|
-
"
|
2775
|
+
"S6t": {
|
2752
2776
|
"type": "list",
|
2753
2777
|
"member": {}
|
2754
2778
|
}
|