Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model |
Class and Description |
---|
AccountLimit
Provides limits of code size and concurrency associated with the current account and region.
|
AccountUsage
Provides code size usage and function count associated with the current account and region.
|
AddPermissionRequest
|
AddPermissionResult
|
AliasConfiguration
Provides configuration information about a Lambda function version alias.
|
AliasRoutingConfiguration
The parent object that implements what percentage of traffic will invoke each function version.
|
AWSLambdaException
Base exception for all service exceptions thrown by AWS Lambda
|
CodeStorageExceededException
You have exceeded your maximum total code size per account.
|
Concurrency |
CreateAliasRequest |
CreateAliasResult
Provides configuration information about a Lambda function version alias.
|
CreateEventSourceMappingRequest
|
CreateEventSourceMappingResult
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
|
CreateFunctionRequest
|
CreateFunctionResult
A complex type that describes function metadata.
|
DeadLetterConfig
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue
(DLQ).
|
DeleteAliasRequest |
DeleteAliasResult |
DeleteEventSourceMappingRequest
|
DeleteEventSourceMappingResult
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
|
DeleteFunctionConcurrencyRequest |
DeleteFunctionConcurrencyResult |
DeleteFunctionRequest |
DeleteFunctionResult |
EC2AccessDeniedException
|
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.
|
ENILimitReachedException
AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function
configuration, because the limit for network interfaces has been reached.
|
Environment
The parent object that contains your environment's configuration settings.
|
EnvironmentError
The parent object that contains error information associated with your configuration settings.
|
EnvironmentResponse
The parent object returned that contains your environment's configuration settings or any error information
associated with your configuration settings.
|
EventSourceMappingConfiguration
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
|
EventSourcePosition |
FunctionCode
The code for the Lambda function.
|
FunctionCodeLocation
The object for the Lambda function location.
|
FunctionConfiguration
A complex type that describes function metadata.
|
FunctionVersion |
GetAccountSettingsRequest |
GetAccountSettingsResult |
GetAliasRequest |
GetAliasResult
Provides configuration information about a Lambda function version alias.
|
GetEventSourceMappingRequest
|
GetEventSourceMappingResult
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
|
GetFunctionConfigurationRequest
|
GetFunctionConfigurationResult
A complex type that describes function metadata.
|
GetFunctionRequest
|
GetFunctionResult
This response contains the object for the Lambda function location (see FunctionCodeLocation.
|
GetPolicyRequest
|
GetPolicyResult
|
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 function zip file.
|
InvocationType |
InvokeAsyncRequest
|
InvokeAsyncResult
Deprecated.
|
InvokeRequest
|
InvokeResult
Upon success, returns an empty response.
|
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.
|
ListAliasesRequest |
ListAliasesResult |
ListEventSourceMappingsRequest
|
ListEventSourceMappingsResult
Contains a list of event sources (see EventSourceMappingConfiguration)
|
ListFunctionsRequest
|
ListFunctionsResult
Contains a list of AWS Lambda function configurations (see FunctionConfiguration.
|
ListTagsRequest |
ListTagsResult |
ListVersionsByFunctionRequest
|
ListVersionsByFunctionResult
|
LogType |
PolicyLengthExceededException
Lambda function access policy is limited to 20 KB.
|
PreconditionFailedException
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
|
PublishVersionRequest
|
PublishVersionResult
A complex type that describes function metadata.
|
PutFunctionConcurrencyRequest |
PutFunctionConcurrencyResult |
RemovePermissionRequest
|
RemovePermissionResult |
RequestTooLargeException
The request payload exceeded the
Invoke request body JSON input limit. |
ResourceConflictException
The resource already exists.
|
ResourceInUseException
The operation conflicts with the resource's availability.
|
ResourceNotFoundException
The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.
|
Runtime |
ServiceException
The AWS Lambda service encountered an internal error.
|
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 |
TracingConfig
The parent object that contains your function's tracing settings.
|
TracingConfigResponse
Parent object of the tracing information associated with your Lambda function.
|
TracingMode |
UnsupportedMediaTypeException
The content type of the
Invoke request body is not JSON. |
UntagResourceRequest |
UntagResourceResult |
UpdateAliasRequest |
UpdateAliasResult
Provides configuration information about a Lambda function version alias.
|
UpdateEventSourceMappingRequest
|
UpdateEventSourceMappingResult
Describes mapping between an Amazon Kinesis or DynamoDB stream or an Amazon SQS queue and a Lambda function.
|
UpdateFunctionCodeRequest
|
UpdateFunctionCodeResult
A complex type that describes function metadata.
|
UpdateFunctionConfigurationRequest
|
UpdateFunctionConfigurationResult
A complex type that describes function metadata.
|
VpcConfig
If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security
group IDs and subnet IDs.
|
VpcConfigResponse
VPC configuration associated with your Lambda function.
|
Copyright © 2018. All rights reserved.