You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-lambda/src/models/models_0.ts
+25-15
Original file line number
Diff line number
Diff line change
@@ -741,6 +741,15 @@ export interface OnFailure {
741
741
/**
742
742
* @public
743
743
* <p>The Amazon Resource Name (ARN) of the destination resource.</p>
744
+
* <p>To retain records of <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations">asynchronous invocations</a>,
745
+
* you can configure an Amazon SNS topic, Amazon SQS queue, Lambda function,
746
+
* or Amazon EventBridge event bus as the destination.</p>
747
+
* <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
748
+
* DynamoDB event sources</a>, you can configure an Amazon SNS topic or
749
+
* Amazon SQS queue as the destination.</p>
750
+
* <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
* <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster.</p>
1048
+
* <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>
* <p>(Kinesis and DynamoDB Streamsonly) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.</p>
1176
+
* <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>
* <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but it can be any
1581
-
* whole number between 512 and 10,240 MB.</p>
1589
+
* <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole
1590
+
* 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>
* <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole
2013
-
* number between 512 and 10,240 MB.</p>
2022
+
* 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>
* <p>The size of the function’s <code>/tmp</code> directory in MB. The default value is 512, but it can be any
2551
-
* whole number between 512 and 10,240 MB.</p>
2559
+
* <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole
2560
+
* 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>
* <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster.</p>
5207
+
* <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>
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
5575
+
* <p>A runtime identifier. For example, <code>java21</code>.</p>
5566
5576
* <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>
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
5699
+
* <p>A runtime identifier. For example, <code>java21</code>.</p>
5690
5700
* <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>
* <p>(Kinesis and DynamoDB Streamsonly) A standard Amazon SQS queue or standard Amazon SNS topic destination for discarded records.</p>
6818
+
* <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>
* <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole
7099
-
* number between 512 and 10,240 MB.</p>
7109
+
* 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>
0 commit comments