|
637 | 637 | {"shape":"InvalidRuntimeException"},
|
638 | 638 | {"shape":"ResourceConflictException"}
|
639 | 639 | ],
|
640 |
| - "documentation":"<important> <p>For asynchronous function invocation, use <a>Invoke</a>.</p> </important> <p>Invokes a function asynchronously.</p>", |
| 640 | + "documentation":"<important> <p>For asynchronous function invocation, use <a>Invoke</a>.</p> </important> <p>Invokes a function asynchronously.</p> <note> <p>If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not propagated to the function, even if X-Ray active tracing is turned on.</p> </note>", |
641 | 641 | "deprecated":true
|
642 | 642 | },
|
643 | 643 | "InvokeWithResponseStream":{
|
|
1742 | 1742 | "members":{
|
1743 | 1743 | "EventSourceArn":{
|
1744 | 1744 | "shape":"Arn",
|
1745 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster.</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>" |
| 1745 | + "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster or the ARN of the VPC connection (for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#msk-multi-vpc\">cross-account event source mappings</a>).</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>" |
1746 | 1746 | },
|
1747 | 1747 | "FunctionName":{
|
1748 | 1748 | "shape":"FunctionName",
|
|
1778 | 1778 | },
|
1779 | 1779 | "DestinationConfig":{
|
1780 | 1780 | "shape":"DestinationConfig",
|
1781 |
| - "documentation":"<p>(Kinesis and DynamoDB Streams only) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.</p>" |
| 1781 | + "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies the destination of an event after Lambda processes it.</p>" |
1782 | 1782 | },
|
1783 | 1783 | "MaximumRecordAgeInSeconds":{
|
1784 | 1784 | "shape":"MaximumRecordAgeInSeconds",
|
|
1928 | 1928 | },
|
1929 | 1929 | "EphemeralStorage":{
|
1930 | 1930 | "shape":"EphemeralStorage",
|
1931 |
| - "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.</p>" |
| 1931 | + "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" |
1932 | 1932 | },
|
1933 | 1933 | "SnapStart":{
|
1934 | 1934 | "shape":"SnapStart",
|
|
2405 | 2405 | "documentation":"<p>The size of the function's <code>/tmp</code> directory.</p>"
|
2406 | 2406 | }
|
2407 | 2407 | },
|
2408 |
| - "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB.</p>" |
| 2408 | + "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" |
2409 | 2409 | },
|
2410 | 2410 | "EphemeralStorageSize":{
|
2411 | 2411 | "type":"integer",
|
|
2792 | 2792 | },
|
2793 | 2793 | "EphemeralStorage":{
|
2794 | 2794 | "shape":"EphemeralStorage",
|
2795 |
| - "documentation":"<p>The size of the function’s <code>/tmp</code> directory in MB. The default value is 512, but it can be any whole number between 512 and 10,240 MB.</p>" |
| 2795 | + "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" |
2796 | 2796 | },
|
2797 | 2797 | "SnapStart":{
|
2798 | 2798 | "shape":"SnapStartResponse",
|
|
3574 | 3574 | },
|
3575 | 3575 | "ClientContext":{
|
3576 | 3576 | "shape":"String",
|
3577 |
| - "documentation":"<p>Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.</p>", |
| 3577 | + "documentation":"<p>Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object. Lambda passes the <code>ClientContext</code> object to your function for synchronous invocations only.</p>", |
3578 | 3578 | "location":"header",
|
3579 | 3579 | "locationName":"X-Amz-Client-Context"
|
3580 | 3580 | },
|
|
4113 | 4113 | "members":{
|
4114 | 4114 | "EventSourceArn":{
|
4115 | 4115 | "shape":"Arn",
|
4116 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster.</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>", |
| 4116 | + "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster or the ARN of the VPC connection (for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#msk-multi-vpc\">cross-account event source mappings</a>).</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>", |
4117 | 4117 | "location":"querystring",
|
4118 | 4118 | "locationName":"EventSourceArn"
|
4119 | 4119 | },
|
|
4311 | 4311 | "members":{
|
4312 | 4312 | "CompatibleRuntime":{
|
4313 | 4313 | "shape":"Runtime",
|
4314 |
| - "documentation":"<p>A runtime identifier. For example, <code>go1.x</code>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>", |
| 4314 | + "documentation":"<p>A runtime identifier. For example, <code>java21</code>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>", |
4315 | 4315 | "location":"querystring",
|
4316 | 4316 | "locationName":"CompatibleRuntime"
|
4317 | 4317 | },
|
|
4359 | 4359 | "members":{
|
4360 | 4360 | "CompatibleRuntime":{
|
4361 | 4361 | "shape":"Runtime",
|
4362 |
| - "documentation":"<p>A runtime identifier. For example, <code>go1.x</code>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>", |
| 4362 | + "documentation":"<p>A runtime identifier. For example, <code>java21</code>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>", |
4363 | 4363 | "location":"querystring",
|
4364 | 4364 | "locationName":"CompatibleRuntime"
|
4365 | 4365 | },
|
|
4525 | 4525 | },
|
4526 | 4526 | "ApplicationLogLevel":{
|
4527 | 4527 | "shape":"ApplicationLogLevel",
|
4528 |
| - "documentation":"<p>Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level and lower.</p>" |
| 4528 | + "documentation":"<p>Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where <code>TRACE</code> is the highest level and <code>FATAL</code> is the lowest.</p>" |
4529 | 4529 | },
|
4530 | 4530 | "SystemLogLevel":{
|
4531 | 4531 | "shape":"SystemLogLevel",
|
4532 |
| - "documentation":"<p>Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level and lower.</p>" |
| 4532 | + "documentation":"<p>Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest.</p>" |
4533 | 4533 | },
|
4534 | 4534 | "LogGroup":{
|
4535 | 4535 | "shape":"LogGroup",
|
|
4639 | 4639 | "members":{
|
4640 | 4640 | "Destination":{
|
4641 | 4641 | "shape":"DestinationArn",
|
4642 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the destination resource.</p>" |
| 4642 | + "documentation":"<p>The Amazon Resource Name (ARN) of the destination resource.</p> <p>To retain records of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations\">asynchronous invocations</a>, you can configure an Amazon SNS topic, Amazon SQS queue, Lambda function, or Amazon EventBridge event bus as the destination.</p> <p>To retain records of failed invocations from <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#event-source-mapping-destinations\">Kinesis and DynamoDB event sources</a>, you can configure an Amazon SNS topic or Amazon SQS queue as the destination.</p> <p>To retain records of failed invocations from <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination\">self-managed Kafka</a> or <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination\">Amazon MSK</a>, you can configure an Amazon SNS topic or Amazon SQS queue as the destination.</p>" |
4643 | 4643 | }
|
4644 | 4644 | },
|
4645 | 4645 | "documentation":"<p>A destination for events that failed processing.</p>"
|
|
5830 | 5830 | },
|
5831 | 5831 | "DestinationConfig":{
|
5832 | 5832 | "shape":"DestinationConfig",
|
5833 |
| - "documentation":"<p>(Kinesis and DynamoDB Streams only) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.</p>" |
| 5833 | + "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A configuration object that specifies the destination of an event after Lambda processes it.</p>" |
5834 | 5834 | },
|
5835 | 5835 | "MaximumRecordAgeInSeconds":{
|
5836 | 5836 | "shape":"MaximumRecordAgeInSeconds",
|
|
5990 | 5990 | },
|
5991 | 5991 | "EphemeralStorage":{
|
5992 | 5992 | "shape":"EphemeralStorage",
|
5993 |
| - "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB.</p>" |
| 5993 | + "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" |
5994 | 5994 | },
|
5995 | 5995 | "SnapStart":{
|
5996 | 5996 | "shape":"SnapStart",
|
|
0 commit comments