Package-level declarations
Types
Limits that are related to concurrency and storage. All file and storage sizes are in bytes.
The number of functions and amount of storage in use.
Provides configuration information about a Lambda function alias.
The traffic-shifting configuration of a Lambda function alias.
List of signing profiles that can sign a code package.
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.
Contains details about a failed callback operation, including error information and the reason for failure.
Configuration options for callback operations in durable executions, including timeout settings and retry behavior.
Contains details about a callback operation that has started, including timing information and callback metadata.
Contains details about a successfully completed callback operation, including the result data and completion timestamp.
Contains details about a callback operation that timed out, including timeout duration and any partial results.
The callback ID token has either expired or the callback associated with the token has already been closed.
A capacity provider manages compute resources for Lambda functions.
Configuration for the capacity provider that manages compute resources for Lambda functions.
The maximum number of capacity providers for your account has been exceeded. For more information, see Lambda quotas
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
Configuration that defines how the capacity provider scales compute instances based on demand and policies.
VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.
Contains details about a failed chained function invocation, including error information and failure reason.
Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.
Contains details about a chained function invocation that has started execution, including start time and execution context.
Details about a chained invocation that was stopped.
Details about a chained invocation that succeeded.
Details about a chained invocation that timed out.
The response from the CheckpointDurableExecution operation.
Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.
Details about a Code signing configuration.
The specified code signing configuration does not exist.
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
Your Amazon Web Services account has exceeded its maximum total code size. For more information, see Lambda quotas.
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.
Details about a durable execution context.
Details about a context that failed.
Configuration options for a durable execution context.
Details about a context that has started.
Details about a context that succeeded.
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.
Provides configuration information about a Lambda function alias.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.
Details about a function's configuration.
The dead-letter queue for failed asynchronous invocations.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.
A configuration object that specifies the destination of an event after Lambda processes it. For more information, see Adding a destination.
Specific configuration settings for a DocumentDB event source.
Configuration settings for durable functions, including execution timeout and retention period for execution history.
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.
Need additional permissions to configure VPC settings.
Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.
Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.
An error occurred when reading from or writing to a connected file system.
The Lambda function couldn't make a network connection to the configured file system.
The Lambda function couldn't mount the configured file system due to a permission or configuration issue.
The Lambda function made a network connection to the configured file system, but the mount operation timed out.
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.
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.
Error messages for environment variables that couldn't be applied.
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.
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).
An object that contains error information.
Error information for an event.
Input information for an event.
Result information for an event.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.
The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.
Information about a durable execution.
Details about a durable execution.
Details about a failed durable execution.
Details about a durable execution that started.
Details about a durable execution that stopped.
Details about a durable execution that succeeded.
Details about a durable execution that timed out.
Details about the connection between a Lambda function and an Amazon EFS file system.
An object that contains the filters for an event source.
An object that contains details about an error related to filter criteria encryption.
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.
Details about a function's deployment package.
Details about a function's configuration.
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.
Details about a Lambda function URL.
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.
Provides configuration information about a Lambda function alias.
The response from the GetDurableExecutionHistory operation, containing the execution history and events.
The response from the GetDurableExecution operation, containing detailed information about the durable execution.
The response from the GetDurableExecutionState operation, containing the current execution state for replay.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.
Details about a function's configuration.
Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.
Error response to GetFunctionConfiguration.
Response to a GetFunctionConfiguration request.
Specifications that define the characteristics and constraints for compute instances used by the capacity provider.
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.
One of the parameters in the request is not valid.
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.
The runtime or runtime version specified is not supported.
The security group ID provided in the Lambda function VPC configuration is not valid.
The subnet ID provided in the Lambda function VPC configuration is not valid.
Lambda could not unzip the deployment package.
Details about a function invocation that completed.
A success response (202 Accepted) indicates that the request is queued for invocation.
A chunk of the streamed response payload.
A response confirming that the event stream is complete.
An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a InvokeComplete object.
Specific access configuration settings that tell Lambda how to authenticate with your schema registry.
Specific configuration settings for a Kafka schema registry.
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
Lambda couldn't decrypt the environment variables because KMS access was denied. Check the Lambda function's KMS permissions.
Lambda couldn't decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.
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.
Lambda couldn't decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.
Base class for all service related exceptions thrown by the Lambda client
Configuration for Lambda-managed instances used by the capacity provider.
An Lambda layer.
Details about an Lambda layer.
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.
Details about a version of an Lambda layer.
Details about a version of an Lambda layer.
The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.
A list of Lambda functions.
The function's Amazon CloudWatch Logs configuration settings.
The function has no published versions available.
A destination for events that failed processing. For more information, see Adding a destination.
An update to be applied to an operation during checkpointing.
The permissions policy for the resource is too large. For more information, see Lambda quotas.
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
Details about the provisioned concurrency configuration for a function alias or version.
The specified configuration does not exist.
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.
Details about a function's configuration.
Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function's invocation.
The request payload exceeded the Invoke request body JSON input quota. For more information, see Lambda quotas.
The resource already exists, or another operation is in progress.
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.
The resource specified in the request does not exist.
The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.
Information about retry attempts for an operation.
The ARN of the runtime and any errors that occured.
Any error returned when the runtime version information for the function could not be retrieved.
(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
The self-managed Apache Kafka cluster for your event source.
Specific configuration settings for a self-managed Apache Kafka event source.
The request payload exceeded the maximum allowed size for serialized request entities.
The Lambda service encountered an internal error.
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.
The afterRestore()runtime hook encountered an error. For more information, check the Amazon CloudWatch logs.
Lambda is initializing your function. You can invoke the function when the function state becomes Active.
The function's SnapStart setting.
Lambda couldn't restore the snapshot within the timeout limit.
To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.
Details about a step operation.
Details about a step that failed.
Configuration options for a step operation.
Details about a step that has started.
Details about a step that succeeded.
Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.
A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.
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.
The request throughput limit was exceeded. For more information, see Lambda quotas.
Contains trace headers for the Lambda durable execution.
The function's X-Ray tracing configuration. To sample and record incoming requests, set Mode to Active.
The function's X-Ray tracing configuration.
The content type of the Invoke request body is not JSON.
Provides configuration information about a Lambda function alias.
A mapping between an Amazon Web Services resource and a Lambda function. For details, see CreateEventSourceMapping.
Details about a function's configuration.
Details about a function's configuration.
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.
The VPC security groups and subnets that are attached to a Lambda function.
Details about a wait operation that was cancelled.
Details about a wait operation.
Specifies how long to pause the durable execution.
Details about a wait operation that has started.
Details about a wait operation that succeeded.