|
1669 | 1669 | "Architectures":{
|
1670 | 1670 | "shape":"ArchitecturesList",
|
1671 | 1671 | "documentation":"<p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is <code>x86_64</code>.</p>"
|
| 1672 | + }, |
| 1673 | + "EphemeralStorage":{ |
| 1674 | + "shape":"EphemeralStorage", |
| 1675 | + "documentation":"<p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>" |
1672 | 1676 | }
|
1673 | 1677 | }
|
1674 | 1678 | },
|
|
2018 | 2022 | "value":{"shape":"EnvironmentVariableValue"},
|
2019 | 2023 | "sensitive":true
|
2020 | 2024 | },
|
| 2025 | + "EphemeralStorage":{ |
| 2026 | + "type":"structure", |
| 2027 | + "required":["Size"], |
| 2028 | + "members":{ |
| 2029 | + "Size":{ |
| 2030 | + "shape":"EphemeralStorageSize", |
| 2031 | + "documentation":"<p>The size of the function’s /tmp directory.</p>" |
| 2032 | + } |
| 2033 | + }, |
| 2034 | + "documentation":"<p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>" |
| 2035 | + }, |
| 2036 | + "EphemeralStorageSize":{ |
| 2037 | + "type":"integer", |
| 2038 | + "max":10240, |
| 2039 | + "min":512 |
| 2040 | + }, |
2021 | 2041 | "EventSourceMappingConfiguration":{
|
2022 | 2042 | "type":"structure",
|
2023 | 2043 | "members":{
|
|
2372 | 2392 | "Architectures":{
|
2373 | 2393 | "shape":"ArchitecturesList",
|
2374 | 2394 | "documentation":"<p>The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is <code>x86_64</code>.</p>"
|
| 2395 | + }, |
| 2396 | + "EphemeralStorage":{ |
| 2397 | + "shape":"EphemeralStorage", |
| 2398 | + "documentation":"<p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>" |
2375 | 2399 | }
|
2376 | 2400 | },
|
2377 | 2401 | "documentation":"<p>Details about a function's configuration.</p>"
|
|
4923 | 4947 | "ImageConfig":{
|
4924 | 4948 | "shape":"ImageConfig",
|
4925 | 4949 | "documentation":"<p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-parms.html\">Container image configuration values</a> that override the values in the container image Docker file.</p>"
|
| 4950 | + }, |
| 4951 | + "EphemeralStorage":{ |
| 4952 | + "shape":"EphemeralStorage", |
| 4953 | + "documentation":"<p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>" |
4926 | 4954 | }
|
4927 | 4955 | }
|
4928 | 4956 | },
|
|
0 commit comments