Package-level declarations

Types

Link copied to clipboard

Limits that are related to concurrency and storage. All file and storage sizes are in bytes.

Link copied to clipboard

The number of functions and amount of storage in use.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Provides configuration information about a Lambda function alias.

Link copied to clipboard

The traffic-shifting configuration of a Lambda function alias.

Link copied to clipboard

List of signing profiles that can sign a code package.

Link copied to clipboard

Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.

Link copied to clipboard
sealed class ApplicationLogLevel
Link copied to clipboard
sealed class Architecture
Link copied to clipboard

Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.

Link copied to clipboard

Contains details about a failed callback operation, including error information and the reason for failure.

Link copied to clipboard

Configuration options for callback operations in durable executions, including timeout settings and retry behavior.

Link copied to clipboard

Contains details about a callback operation that has started, including timing information and callback metadata.

Link copied to clipboard

Contains details about a successfully completed callback operation, including the result data and completion timestamp.

Link copied to clipboard

Contains details about a callback operation that timed out, including timeout duration and any partial results.

Link copied to clipboard

The callback ID token has either expired or the callback associated with the token has already been closed.

Link copied to clipboard

A capacity provider manages compute resources for Lambda functions.

Link copied to clipboard

Configuration for the capacity provider that manages compute resources for Lambda functions.

Link copied to clipboard

The maximum number of capacity providers for your account has been exceeded. For more information, see Lambda quotas

Link copied to clipboard

Configuration that specifies the permissions required for the capacity provider to manage compute resources.

Link copied to clipboard

Configuration that defines how the capacity provider scales compute instances based on demand and policies.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

VPC configuration that specifies the network settings for compute instances managed by the capacity provider.

Link copied to clipboard

Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.

Link copied to clipboard

Contains details about a failed chained function invocation, including error information and failure reason.

Link copied to clipboard

Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.

Link copied to clipboard

Contains details about a chained function invocation that has started execution, including start time and execution context.

Link copied to clipboard

Details about a chained invocation that was stopped.

Link copied to clipboard

Details about a chained invocation that succeeded.

Link copied to clipboard

Details about a chained invocation that timed out.

Link copied to clipboard

The response from the CheckpointDurableExecution operation.

Link copied to clipboard

Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.

Link copied to clipboard
Link copied to clipboard

The specified code signing configuration does not exist.

Link copied to clipboard

Code signing configuration policies specify the validation failure action for signature mismatch or expiry.

Link copied to clipboard
sealed class CodeSigningPolicy
Link copied to clipboard

Your Amazon Web Services account has exceeded its maximum total code size. For more information, see Lambda quotas.

Link copied to clipboard

The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy is set to ENFORCE. Lambda blocks the deployment.

Link copied to clipboard
Link copied to clipboard

Details about a durable execution context.

Link copied to clipboard

Details about a context that failed.

Link copied to clipboard

Configuration options for a durable execution context.

Link copied to clipboard

Details about a context that has started.

Link copied to clipboard

Details about a context that succeeded.

Link copied to clipboard
class Cors

The cross-origin resource sharing (CORS) settings for your Lambda function URL. Use CORS to grant access to your function URL from any origin. You can also use CORS to control access for specific HTTP headers and methods in requests to your function URL.

Link copied to clipboard
Link copied to clipboard

Provides configuration information about a Lambda function alias.

Link copied to clipboard

A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.

Link copied to clipboard
Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard

The dead-letter queue for failed asynchronous invocations.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A configuration object that specifies the destination of an event after Lambda processes it. For more information, see Adding a destination.

Link copied to clipboard

Specific configuration settings for a DocumentDB event source.

Link copied to clipboard

Configuration settings for durable functions, including execution timeout and retention period for execution history.

Link copied to clipboard

The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.

Link copied to clipboard

Need additional permissions to configure VPC settings.

Link copied to clipboard

Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.

Link copied to clipboard

Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.

Link copied to clipboard

An error occurred when reading from or writing to a connected file system.

Link copied to clipboard

The Lambda function couldn't make a network connection to the configured file system.

Link copied to clipboard

The Lambda function couldn't mount the configured file system due to a permission or configuration issue.

Link copied to clipboard

The Lambda function made a network connection to the configured file system, but the mount operation timed out.

Link copied to clipboard
sealed class EndPointType
Link copied to clipboard

Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached. For more information, see Lambda quotas.

Link copied to clipboard

A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.

Link copied to clipboard

Error messages for environment variables that couldn't be applied.

Link copied to clipboard

The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.

Link copied to clipboard

The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).

Link copied to clipboard

An object that contains error information.

Link copied to clipboard
class Event

An event that occurred during the execution of a durable function.

Link copied to clipboard

Error information for an event.

Link copied to clipboard

Input information for an event.

Link copied to clipboard

Result information for an event.

Link copied to clipboard

A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.

Link copied to clipboard
Link copied to clipboard

The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.

Link copied to clipboard
sealed class EventSourcePosition
Link copied to clipboard
sealed class EventType
Link copied to clipboard
class Execution

Information about a durable execution.

Link copied to clipboard

Details about a durable execution.

Link copied to clipboard

Details about a failed durable execution.

Link copied to clipboard

Details about a durable execution that started.

Link copied to clipboard
sealed class ExecutionStatus
Link copied to clipboard

Details about a durable execution that stopped.

Link copied to clipboard

Details about a durable execution that succeeded.

Link copied to clipboard

Details about a durable execution that timed out.

Link copied to clipboard

Details about the connection between a Lambda function and an Amazon EFS file system.

Link copied to clipboard
class Filter

A structure within a FilterCriteria object that defines an event filtering pattern.

Link copied to clipboard

An object that contains the filters for an event source.

Link copied to clipboard

An object that contains details about an error related to filter criteria encryption.

Link copied to clipboard
sealed class FullDocument
Link copied to clipboard

The code for the Lambda function. You can either specify an object in Amazon S3, upload a .zip file archive deployment package directly, or specify the URI of a container image.

Link copied to clipboard

Details about a function's deployment package.

Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and maximum number of execution environments that can be provisioned.

Link copied to clipboard
sealed class FunctionUrlAuthType
Link copied to clipboard

Details about a Lambda function URL.

Link copied to clipboard
sealed class FunctionVersion
Link copied to clipboard

Information about a function version that uses a specific capacity provider, including its ARN and current state.

The maximum number of function versions that can be associated with a single capacity provider has been exceeded. For more information, see Lambda quotas.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Provides configuration information about a Lambda function alias.

Link copied to clipboard

The response from the GetDurableExecutionHistory operation, containing the execution history and events.

Link copied to clipboard

The response from the GetDurableExecution operation, containing detailed information about the durable execution.

Link copied to clipboard

The response from the GetDurableExecutionState operation, containing the current execution state for replay.

Link copied to clipboard

A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.

Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.

Link copied to clipboard

Error response to GetFunctionConfiguration.

Link copied to clipboard

Response to a GetFunctionConfiguration request.

Link copied to clipboard

Specifications that define the characteristics and constraints for compute instances used by the capacity provider.

Link copied to clipboard

The code signature failed the integrity check. If the integrity check fails, then Lambda blocks deployment, even if the code signing policy is set to WARN.

Link copied to clipboard

One of the parameters in the request is not valid.

Link copied to clipboard

The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.

Link copied to clipboard

The runtime or runtime version specified is not supported.

Link copied to clipboard

The security group ID provided in the Lambda function VPC configuration is not valid.

Link copied to clipboard

The subnet ID provided in the Lambda function VPC configuration is not valid.

Link copied to clipboard

Lambda could not unzip the deployment package.

Link copied to clipboard

Details about a function invocation that completed.

Link copied to clipboard
sealed class InvocationType
Link copied to clipboard
Link copied to clipboard

A success response (202 Accepted) indicates that the request is queued for invocation.

Link copied to clipboard
sealed class InvokeMode
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A chunk of the streamed response payload.

Link copied to clipboard

A response confirming that the event stream is complete.

Link copied to clipboard

An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a InvokeComplete object.

Link copied to clipboard

Specific access configuration settings that tell Lambda how to authenticate with your schema registry.

Link copied to clipboard
Link copied to clipboard

Specific configuration settings for a Kafka schema registry.

Link copied to clipboard
Link copied to clipboard

Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.

Link copied to clipboard

Lambda couldn't decrypt the environment variables because KMS access was denied. Check the Lambda function's KMS permissions.

Link copied to clipboard

Lambda couldn't decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.

Link copied to clipboard

Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function's KMS key settings.

Link copied to clipboard

Lambda couldn't decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.

Link copied to clipboard

Base class for all service related exceptions thrown by the Lambda client

Configuration for Lambda-managed instances used by the capacity provider.

Link copied to clipboard
sealed class LastUpdateStatus
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Details about an Lambda layer.

Link copied to clipboard

A ZIP archive that contains the contents of an Lambda layer. You can specify either an Amazon S3 location, or upload a layer archive directly.

Link copied to clipboard

Details about a version of an Lambda layer.

Link copied to clipboard

Details about a version of an Lambda layer.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.

Link copied to clipboard
Link copied to clipboard

A list of Lambda functions.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed class LogFormat
Link copied to clipboard

The function's Amazon CloudWatch Logs configuration settings.

Link copied to clipboard
sealed class LogType
Link copied to clipboard

The function has no published versions available.

Link copied to clipboard
class OnFailure

A destination for events that failed processing. For more information, see Adding a destination.

Link copied to clipboard
class OnSuccess

A destination for events that were processed successfully.

Link copied to clipboard
class Operation

Information about an operation within a durable execution.

Link copied to clipboard
sealed class OperationAction
Link copied to clipboard
sealed class OperationStatus
Link copied to clipboard
sealed class OperationType
Link copied to clipboard

An update to be applied to an operation during checkpointing.

Link copied to clipboard
sealed class PackageType
Link copied to clipboard

The permissions policy for the resource is too large. For more information, see Lambda quotas.

Link copied to clipboard

The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.

Link copied to clipboard

Details about the provisioned concurrency configuration for a function alias or version.

The specified configuration does not exist.

Link copied to clipboard

The provisioned mode configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.

Link copied to clipboard
Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard

Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function's invocation.

Link copied to clipboard
sealed class RecursiveLoop
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The request payload exceeded the Invoke request body JSON input quota. For more information, see Lambda quotas.

Link copied to clipboard

The resource already exists, or another operation is in progress.

Link copied to clipboard

The operation conflicts with the resource's availability. For example, you tried to update an event source mapping in the CREATING state, or you tried to delete an event source mapping currently UPDATING.

Link copied to clipboard

The resource specified in the request does not exist.

Link copied to clipboard

The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.

Link copied to clipboard

Information about retry attempts for an operation.

Link copied to clipboard
sealed class Runtime
Link copied to clipboard

The ARN of the runtime and any errors that occured.

Link copied to clipboard

Any error returned when the runtime version information for the function could not be retrieved.

Link copied to clipboard

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

Link copied to clipboard

The self-managed Apache Kafka cluster for your event source.

Link copied to clipboard

Specific configuration settings for a self-managed Apache Kafka event source.

Link copied to clipboard

The request payload exceeded the maximum allowed size for serialized request entities.

Link copied to clipboard

The Lambda service encountered an internal error.

Link copied to clipboard
class SnapStart

The function's Lambda SnapStart setting. Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version.

Link copied to clipboard
sealed class SnapStartApplyOn
Link copied to clipboard

The afterRestore()runtime hook encountered an error. For more information, check the Amazon CloudWatch logs.

Link copied to clipboard

Lambda is initializing your function. You can invoke the function when the function state becomes Active.

Link copied to clipboard
Link copied to clipboard

The function's SnapStart setting.

Link copied to clipboard

Lambda couldn't restore the snapshot within the timeout limit.

Link copied to clipboard

To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.

Link copied to clipboard
sealed class SourceAccessType
Link copied to clipboard
sealed class State
Link copied to clipboard
sealed class StateReasonCode
Link copied to clipboard

Details about a step operation.

Link copied to clipboard

Details about a step that failed.

Link copied to clipboard

Configuration options for a step operation.

Link copied to clipboard

Details about a step that has started.

Link copied to clipboard

Details about a step that succeeded.

Link copied to clipboard

Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.

Link copied to clipboard
sealed class SystemLogLevel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TagsError

An object that contains details about an error related to retrieving tags.

Link copied to clipboard

A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.

Link copied to clipboard

Specifies the tenant isolation mode configuration for a Lambda function. This allows you to configure specific tenant isolation strategies for your function invocations. Tenant isolation configuration cannot be modified after function creation.

Link copied to clipboard
sealed class TenantIsolationMode
Link copied to clipboard
sealed class ThrottleReason
Link copied to clipboard

The request throughput limit was exceeded. For more information, see Lambda quotas.

Link copied to clipboard

Contains trace headers for the Lambda durable execution.

Link copied to clipboard

The function's X-Ray tracing configuration. To sample and record incoming requests, set Mode to Active.

Link copied to clipboard

The function's X-Ray tracing configuration.

Link copied to clipboard
sealed class TracingMode
Link copied to clipboard

The content type of the Invoke request body is not JSON.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Provides configuration information about a Lambda function alias.

Link copied to clipboard

A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.

Link copied to clipboard
Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard

Details about a function's configuration.

Link copied to clipboard
sealed class UpdateRuntimeOn
Link copied to clipboard
class VpcConfig

The VPC security groups and subnets that are attached to a Lambda function. For more information, see Configuring a Lambda function to access resources in a VPC.

Link copied to clipboard

The VPC security groups and subnets that are attached to a Lambda function.

Link copied to clipboard

Details about a wait operation that was cancelled.

Link copied to clipboard

Details about a wait operation.

Link copied to clipboard

Specifies how long to pause the durable execution.

Link copied to clipboard

Details about a wait operation that has started.

Link copied to clipboard

Details about a wait operation that succeeded.