File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- AWS api-change: Added ` us-iso-west-1 ` region
8
8
- AWS api-change: Use specific configuration for ` us ` regions
9
+ - AWS enhancement: Documentation updates.
9
10
10
11
## 1.5.0
11
12
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ final class FunctionConfiguration
96
96
97
97
/**
98
98
* The KMS key that's used to encrypt the function's environment variables. This key is only returned if you've
99
- * configured a customer managed CMK .
99
+ * configured a customer managed key .
100
100
*/
101
101
private $ kmsKeyArn ;
102
102
@@ -106,7 +106,7 @@ final class FunctionConfiguration
106
106
private $ tracingConfig ;
107
107
108
108
/**
109
- * For Lambda@Edge functions, the ARN of the master function.
109
+ * For Lambda@Edge functions, the ARN of the main function.
110
110
*/
111
111
private $ masterArn ;
112
112
You can’t perform that action at this time.
0 commit comments