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
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
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.

Link copied to clipboard

Specific configuration settings for a DocumentDB event source.

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

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

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
sealed class FunctionUrlAuthType
Link copied to clipboard

Details about a Lambda function URL.

Link copied to clipboard
sealed class FunctionVersion
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

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

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
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

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

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
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
class OnFailure

A destination for events that failed processing.

Link copied to clipboard
class OnSuccess

A destination for events that were processed successfully.

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. An event poller is a compute unit that provides approximately 5 MBps of throughput.

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
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 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

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
sealed class ThrottleReason
Link copied to clipboard

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

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.