Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.waiters |
Class and Description |
---|
AccountLimit
Limits that are related to concurrency and storage.
|
AccountUsage
The number of functions and amount of storage in use.
|
AddLayerVersionPermissionRequest |
AddLayerVersionPermissionResult |
AddPermissionRequest |
AddPermissionResult |
AliasConfiguration
Provides configuration information about a Lambda function alias.
|
AliasRoutingConfiguration
The traffic-shifting
configuration of a Lambda function alias.
|
AllowedPublishers
List of signing profiles that can sign a code package.
|
AWSLambdaException
Base exception for all service exceptions thrown by AWS Lambda
|
CodeSigningConfig
Details about a Code signing configuration.
|
CodeSigningConfigNotFoundException
The specified code signing configuration does not exist.
|
CodeSigningPolicies
Code signing configuration policies specifies the validation failure action for signature mismatch or expiry.
|
CodeSigningPolicy |
CodeStorageExceededException
You have exceeded your maximum total code size per account.
|
CodeVerificationFailedException
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.
|
Concurrency |
CreateAliasRequest |
CreateAliasResult
Provides configuration information about a Lambda function alias.
|
CreateCodeSigningConfigRequest |
CreateCodeSigningConfigResult |
CreateEventSourceMappingRequest |
CreateEventSourceMappingResult
A mapping between an AWS resource and an AWS Lambda function.
|
CreateFunctionRequest |
CreateFunctionResult
Details about a function's configuration.
|
DeadLetterConfig
The dead-letter queue for failed
asynchronous invocations.
|
DeleteAliasRequest |
DeleteAliasResult |
DeleteCodeSigningConfigRequest |
DeleteCodeSigningConfigResult |
DeleteEventSourceMappingRequest |
DeleteEventSourceMappingResult
A mapping between an AWS resource and an AWS Lambda function.
|
DeleteFunctionCodeSigningConfigRequest |
DeleteFunctionCodeSigningConfigResult |
DeleteFunctionConcurrencyRequest |
DeleteFunctionConcurrencyResult |
DeleteFunctionEventInvokeConfigRequest |
DeleteFunctionEventInvokeConfigResult |
DeleteFunctionRequest |
DeleteFunctionResult |
DeleteLayerVersionRequest |
DeleteLayerVersionResult |
DeleteProvisionedConcurrencyConfigRequest |
DeleteProvisionedConcurrencyConfigResult |
DestinationConfig
A configuration object that specifies the destination of an event after Lambda processes it.
|
EC2AccessDeniedException
Need additional permissions to configure VPC settings.
|
EC2ThrottledException
AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for
the Lambda function.
|
EC2UnexpectedException
AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.
|
EFSIOException
An error occured when reading from or writing to a connected file system.
|
EFSMountConnectivityException
The function couldn't make a network connection to the configured file system.
|
EFSMountFailureException
The function couldn't mount the configured file system due to a permission or configuration issue.
|
EFSMountTimeoutException
The function was able to make a network connection to the configured file system, but the mount operation timed out.
|
EndPointType |
ENILimitReachedException
AWS Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda function
configuration, because the limit for network interfaces has been reached.
|
Environment
A function's environment variable settings.
|
EnvironmentError
Error messages for environment variables that couldn't be applied.
|
EnvironmentResponse
The results of an operation to update or read environment variables.
|
EventSourceMappingConfiguration
A mapping between an AWS resource and an AWS Lambda function.
|
EventSourcePosition |
FileSystemConfig
Details about the connection between a Lambda function and an Amazon EFS file system.
|
FunctionCode
The code for the Lambda function.
|
FunctionCodeLocation
Details about a function's deployment package.
|
FunctionConfiguration
Details about a function's configuration.
|
FunctionEventInvokeConfig |
FunctionResponseType |
FunctionVersion |
GetAccountSettingsRequest |
GetAccountSettingsResult |
GetAliasRequest |
GetAliasResult
Provides configuration information about a Lambda function alias.
|
GetCodeSigningConfigRequest |
GetCodeSigningConfigResult |
GetEventSourceMappingRequest |
GetEventSourceMappingResult
A mapping between an AWS resource and an AWS Lambda function.
|
GetFunctionCodeSigningConfigRequest |
GetFunctionCodeSigningConfigResult |
GetFunctionConcurrencyRequest |
GetFunctionConcurrencyResult |
GetFunctionConfigurationRequest |
GetFunctionConfigurationResult
Details about a function's configuration.
|
GetFunctionEventInvokeConfigRequest |
GetFunctionEventInvokeConfigResult |
GetFunctionRequest |
GetFunctionResult |
GetLayerVersionByArnRequest |
GetLayerVersionByArnResult |
GetLayerVersionPolicyRequest |
GetLayerVersionPolicyResult |
GetLayerVersionRequest |
GetLayerVersionResult |
GetPolicyRequest |
GetPolicyResult |
GetProvisionedConcurrencyConfigRequest |
GetProvisionedConcurrencyConfigResult |
ImageConfig
Configuration values that override the container image Dockerfile settings.
|
ImageConfigError
Error response to GetFunctionConfiguration.
|
ImageConfigResponse
Response to GetFunctionConfiguration request.
|
InvalidCodeSignatureException
The code signature failed the integrity check.
|
InvalidParameterValueException
One of the parameters in the request is invalid.
|
InvalidRequestContentException
The request body could not be parsed as JSON.
|
InvalidRuntimeException
The runtime or runtime version specified is not supported.
|
InvalidSecurityGroupIDException
The Security Group ID provided in the Lambda function VPC configuration is invalid.
|
InvalidSubnetIDException
The Subnet ID provided in the Lambda function VPC configuration is invalid.
|
InvalidZipFileException
AWS Lambda could not unzip the deployment package.
|
InvocationType |
InvokeAsyncRequest |
InvokeAsyncResult
Deprecated.
|
InvokeRequest |
InvokeResult |
KMSAccessDeniedException
Lambda was unable to decrypt the environment variables because KMS access was denied.
|
KMSDisabledException
Lambda was unable to decrypt the environment variables because the KMS key used is disabled.
|
KMSInvalidStateException
Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt.
|
KMSNotFoundException
Lambda was unable to decrypt the environment variables because the KMS key was not found.
|
LastUpdateStatus |
LastUpdateStatusReasonCode |
Layer
An AWS Lambda layer.
|
LayersListItem
Details about an AWS Lambda
layer.
|
LayerVersionContentInput
A ZIP archive that contains the contents of an AWS Lambda layer.
|
LayerVersionContentOutput
Details about a version of an AWS
Lambda layer.
|
LayerVersionsListItem
Details about a version of an AWS
Lambda layer.
|
ListAliasesRequest |
ListAliasesResult |
ListCodeSigningConfigsRequest |
ListCodeSigningConfigsResult |
ListEventSourceMappingsRequest |
ListEventSourceMappingsResult |
ListFunctionEventInvokeConfigsRequest |
ListFunctionEventInvokeConfigsResult |
ListFunctionsByCodeSigningConfigRequest |
ListFunctionsByCodeSigningConfigResult |
ListFunctionsRequest |
ListFunctionsResult
A list of Lambda functions.
|
ListLayersRequest |
ListLayersResult |
ListLayerVersionsRequest |
ListLayerVersionsResult |
ListProvisionedConcurrencyConfigsRequest |
ListProvisionedConcurrencyConfigsResult |
ListTagsRequest |
ListTagsResult |
ListVersionsByFunctionRequest |
ListVersionsByFunctionResult |
LogType |
OnFailure
A destination for events that failed processing.
|
OnSuccess
A destination for events that were processed successfully.
|
PackageType |
PolicyLengthExceededException
The permissions policy for the resource is too large.
|
PreconditionFailedException
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
|
ProvisionedConcurrencyConfigListItem
Details about the provisioned concurrency configuration for a function alias or version.
|
ProvisionedConcurrencyConfigNotFoundException
The specified configuration does not exist.
|
ProvisionedConcurrencyStatusEnum |
PublishLayerVersionRequest |
PublishLayerVersionResult |
PublishVersionRequest |
PublishVersionResult
Details about a function's configuration.
|
PutFunctionCodeSigningConfigRequest |
PutFunctionCodeSigningConfigResult |
PutFunctionConcurrencyRequest |
PutFunctionConcurrencyResult |
PutFunctionEventInvokeConfigRequest |
PutFunctionEventInvokeConfigResult |
PutProvisionedConcurrencyConfigRequest |
PutProvisionedConcurrencyConfigResult |
RemoveLayerVersionPermissionRequest |
RemoveLayerVersionPermissionResult |
RemovePermissionRequest |
RemovePermissionResult |
RequestTooLargeException
The request payload exceeded the
Invoke request body JSON input limit. |
ResourceConflictException
The resource already exists, or another operation is in progress.
|
ResourceInUseException
The operation conflicts with the resource's availability.
|
ResourceNotFoundException
The resource specified in the request does not exist.
|
ResourceNotReadyException
The function is inactive and its VPC connection is no longer available.
|
Runtime |
SelfManagedEventSource
The Self-Managed Apache Kafka cluster for your event source.
|
ServiceException
The AWS Lambda service encountered an internal error.
|
SourceAccessConfiguration
You can specify the authentication protocol, or the VPC components to secure access to your event source.
|
SourceAccessType |
State |
StateReasonCode |
SubnetIPAddressLimitReachedException
AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no
available IP addresses.
|
TagResourceRequest |
TagResourceResult |
ThrottleReason |
TooManyRequestsException
The request throughput limit was exceeded.
|
TracingConfig
The function's AWS X-Ray tracing configuration.
|
TracingConfigResponse
The function's AWS X-Ray tracing configuration.
|
TracingMode |
UnsupportedMediaTypeException
The content type of the
Invoke request body is not JSON. |
UntagResourceRequest |
UntagResourceResult |
UpdateAliasRequest |
UpdateAliasResult
Provides configuration information about a Lambda function alias.
|
UpdateCodeSigningConfigRequest |
UpdateCodeSigningConfigResult |
UpdateEventSourceMappingRequest |
UpdateEventSourceMappingResult
A mapping between an AWS resource and an AWS Lambda function.
|
UpdateFunctionCodeRequest |
UpdateFunctionCodeResult
Details about a function's configuration.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationResult
Details about a function's configuration.
|
UpdateFunctionEventInvokeConfigRequest |
UpdateFunctionEventInvokeConfigResult |
VpcConfig
The VPC security groups and subnets that are attached to a Lambda function.
|
VpcConfigResponse
The VPC security groups and subnets that are attached to a Lambda function.
|
Class and Description |
---|
GetFunctionConfigurationRequest |
GetFunctionConfigurationResult
Details about a function's configuration.
|
GetFunctionRequest |
GetFunctionResult |
Copyright © 2021. All rights reserved.