File tree Expand file tree Collapse file tree 3 files changed +550
-2
lines changed Expand file tree Collapse file tree 3 files changed +550
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,26 @@ export abstract class LambdaInsightsVersion {
65
65
*/
66
66
public static readonly VERSION_1_0_229_0 = LambdaInsightsVersion . fromInsightsVersion ( '1.0.229.0' ) ;
67
67
68
+ /**
69
+ * Version 1.0.273.0
70
+ */
71
+ public static readonly VERSION_1_0_273_0 = LambdaInsightsVersion . fromInsightsVersion ( '1.0.273.0' ) ;
72
+
73
+ /**
74
+ * Version 1.0.275.0
75
+ */
76
+ public static readonly VERSION_1_0_275_0 = LambdaInsightsVersion . fromInsightsVersion ( '1.0.275.0' ) ;
77
+
78
+ /**
79
+ * Version 1.0.295.0
80
+ */
81
+ public static readonly VERSION_1_0_295_0 = LambdaInsightsVersion . fromInsightsVersion ( '1.0.295.0' ) ;
82
+
83
+ /**
84
+ * Version 1.0.317.0
85
+ */
86
+ public static readonly VERSION_1_0_317_0 = LambdaInsightsVersion . fromInsightsVersion ( '1.0.317.0' ) ;
87
+
68
88
/**
69
89
* Use the insights extension associated with the provided ARN. Make sure the ARN is associated
70
90
* with same region as your function
You can’t perform that action at this time.
0 commit comments