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.
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.
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.
Specific configuration settings for a DocumentDB event source.
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).
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.
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.
Details about a Lambda 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.
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.
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.
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.
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
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.
A list of Lambda functions.
The function's Amazon CloudWatch Logs configuration settings.
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. An event poller is a compute unit that provides approximately 5 MBps of throughput.
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.
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 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.
Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.
The request throughput limit was exceeded. For more information, see Lambda quotas.
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.