Skip to content

Commit c327404

Browse files
committed
Periodic update
1 parent e2beb0a commit c327404

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+403
-151
lines changed

doc_source/API_CreateFunction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Required: Yes
150150
** [Runtime](#API_CreateFunction_RequestSyntax) ** <a name="SSS-CreateFunction-request-Runtime"></a>
151151
The identifier of the function's [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\.
152152
Type: String
153-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
153+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
154154
Required: Yes
155155

156156
** [Tags](#API_CreateFunction_RequestSyntax) ** <a name="SSS-CreateFunction-request-Tags"></a>
@@ -335,7 +335,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
335335
** [Runtime](#API_CreateFunction_ResponseSyntax) ** <a name="SSS-CreateFunction-response-Runtime"></a>
336336
The runtime environment for the Lambda function\.
337337
Type: String
338-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
338+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
339339

340340
** [State](#API_CreateFunction_ResponseSyntax) ** <a name="SSS-CreateFunction-response-State"></a>
341341
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_FunctionConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Required: No
115115
**Runtime** <a name="SSS-Type-FunctionConfiguration-Runtime"></a>
116116
The runtime environment for the Lambda function\.
117117
Type: String
118-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
118+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
119119
Required: No
120120

121121
**State** <a name="SSS-Type-FunctionConfiguration-State"></a>

doc_source/API_GetFunctionConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
196196
** [Runtime](#API_GetFunctionConfiguration_ResponseSyntax) ** <a name="SSS-GetFunctionConfiguration-response-Runtime"></a>
197197
The runtime environment for the Lambda function\.
198198
Type: String
199-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
199+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
200200

201201
** [State](#API_GetFunctionConfiguration_ResponseSyntax) ** <a name="SSS-GetFunctionConfiguration-response-State"></a>
202202
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_GetLayerVersion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The following data is returned in JSON format by the service\.
5757
** [CompatibleRuntimes](#API_GetLayerVersion_ResponseSyntax) ** <a name="SSS-GetLayerVersion-response-CompatibleRuntimes"></a>
5858
The layer's compatible runtimes\.
5959
Type: Array of strings
60-
Array Members: Maximum number of 5 items\.
61-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
60+
Array Members: Maximum number of 15 items\.
61+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
6262

6363
** [Content](#API_GetLayerVersion_ResponseSyntax) ** <a name="SSS-GetLayerVersion-response-Content"></a>
6464
Details about the layer version\.

doc_source/API_GetLayerVersionByArn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The following data is returned in JSON format by the service\.
5353
** [CompatibleRuntimes](#API_GetLayerVersionByArn_ResponseSyntax) ** <a name="SSS-GetLayerVersionByArn-response-CompatibleRuntimes"></a>
5454
The layer's compatible runtimes\.
5555
Type: Array of strings
56-
Array Members: Maximum number of 5 items\.
57-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
56+
Array Members: Maximum number of 15 items\.
57+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
5858

5959
** [Content](#API_GetLayerVersionByArn_ResponseSyntax) ** <a name="SSS-GetLayerVersionByArn-response-Content"></a>
6060
Details about the layer version\.

doc_source/API_LayerVersionsListItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Details about a version of an [AWS Lambda layer](https://docs.aws.amazon.com/lam
77
**CompatibleRuntimes** <a name="SSS-Type-LayerVersionsListItem-CompatibleRuntimes"></a>
88
The layer's compatible runtimes\.
99
Type: Array of strings
10-
Array Members: Maximum number of 5 items\.
11-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
10+
Array Members: Maximum number of 15 items\.
11+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1212
Required: No
1313

1414
**CreatedDate** <a name="SSS-Type-LayerVersionsListItem-CreatedDate"></a>

doc_source/API_ListLayerVersions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The request uses the following URI parameters\.
1414

1515
** [CompatibleRuntime](#API_ListLayerVersions_RequestSyntax) ** <a name="SSS-ListLayerVersions-request-CompatibleRuntime"></a>
1616
A runtime identifier\. For example, `go1.x`\.
17-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
17+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1818

1919
** [LayerName](#API_ListLayerVersions_RequestSyntax) ** <a name="SSS-ListLayerVersions-request-LayerName"></a>
2020
The name or Amazon Resource Name \(ARN\) of the layer\.

doc_source/API_ListLayers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The request uses the following URI parameters\.
1414

1515
** [CompatibleRuntime](#API_ListLayers_RequestSyntax) ** <a name="SSS-ListLayers-request-CompatibleRuntime"></a>
1616
A runtime identifier\. For example, `go1.x`\.
17-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
17+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
1818

1919
** [Marker](#API_ListLayers_RequestSyntax) ** <a name="SSS-ListLayers-request-Marker"></a>
2020
A pagination token returned by a previous call\.

doc_source/API_PublishLayerVersion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ The request accepts the following data in JSON format\.
4040
** [CompatibleRuntimes](#API_PublishLayerVersion_RequestSyntax) ** <a name="SSS-PublishLayerVersion-request-CompatibleRuntimes"></a>
4141
A list of compatible [function runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\. Used for filtering with [ListLayers](API_ListLayers.md) and [ListLayerVersions](API_ListLayerVersions.md)\.
4242
Type: Array of strings
43-
Array Members: Maximum number of 5 items\.
44-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
43+
Array Members: Maximum number of 15 items\.
44+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
4545
Required: No
4646

4747
** [Content](#API_PublishLayerVersion_RequestSyntax) ** <a name="SSS-PublishLayerVersion-request-Content"></a>
@@ -95,8 +95,8 @@ The following data is returned in JSON format by the service\.
9595
** [CompatibleRuntimes](#API_PublishLayerVersion_ResponseSyntax) ** <a name="SSS-PublishLayerVersion-response-CompatibleRuntimes"></a>
9696
The layer's compatible runtimes\.
9797
Type: Array of strings
98-
Array Members: Maximum number of 5 items\.
99-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
98+
Array Members: Maximum number of 15 items\.
99+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
100100

101101
** [Content](#API_PublishLayerVersion_ResponseSyntax) ** <a name="SSS-PublishLayerVersion-response-Content"></a>
102102
Details about the layer version\.

doc_source/API_PublishVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
216216
** [Runtime](#API_PublishVersion_ResponseSyntax) ** <a name="SSS-PublishVersion-response-Runtime"></a>
217217
The runtime environment for the Lambda function\.
218218
Type: String
219-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
219+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
220220

221221
** [State](#API_PublishVersion_ResponseSyntax) ** <a name="SSS-PublishVersion-response-State"></a>
222222
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_UpdateFunctionCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
241241
** [Runtime](#API_UpdateFunctionCode_ResponseSyntax) ** <a name="SSS-UpdateFunctionCode-response-Runtime"></a>
242242
The runtime environment for the Lambda function\.
243243
Type: String
244-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
244+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
245245

246246
** [State](#API_UpdateFunctionCode_ResponseSyntax) ** <a name="SSS-UpdateFunctionCode-response-State"></a>
247247
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

doc_source/API_UpdateFunctionConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Required: No
130130
** [Runtime](#API_UpdateFunctionConfiguration_RequestSyntax) ** <a name="SSS-UpdateFunctionConfiguration-request-Runtime"></a>
131131
The identifier of the function's [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)\.
132132
Type: String
133-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
133+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
134134
Required: No
135135

136136
** [Timeout](#API_UpdateFunctionConfiguration_RequestSyntax) ** <a name="SSS-UpdateFunctionConfiguration-request-Timeout"></a>
@@ -310,7 +310,7 @@ Pattern: `arn:(aws[a-zA-Z-]*)?:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
310310
** [Runtime](#API_UpdateFunctionConfiguration_ResponseSyntax) ** <a name="SSS-UpdateFunctionConfiguration-response-Runtime"></a>
311311
The runtime environment for the Lambda function\.
312312
Type: String
313-
Valid Values:` nodejs | nodejs4.3 | nodejs6.10 | nodejs8.10 | nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.0 | dotnetcore2.1 | dotnetcore3.1 | nodejs4.3-edge | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
313+
Valid Values:` nodejs10.x | nodejs12.x | java8 | java8.al2 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore2.1 | dotnetcore3.1 | go1.x | ruby2.5 | ruby2.7 | provided | provided.al2`
314314

315315
** [State](#API_UpdateFunctionConfiguration_ResponseSyntax) ** <a name="SSS-UpdateFunctionConfiguration-response-State"></a>
316316
The current state of the function\. When the state is `Inactive`, you can reactivate the function by invoking it\.

0 commit comments

Comments
 (0)