See: Description
Class | Description |
---|---|
AddPermissionRequest |
Container for the parameters to the
AddPermission operation . |
AddPermissionResult | |
CreateEventSourceMappingRequest |
Container for the parameters to the
CreateEventSourceMapping operation . |
CreateEventSourceMappingResult |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
CreateFunctionRequest |
Container for the parameters to the
CreateFunction operation . |
CreateFunctionResult |
A complex type that describes function metadata.
|
DeleteEventSourceMappingRequest |
Container for the parameters to the
DeleteEventSourceMapping operation . |
DeleteEventSourceMappingResult |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
DeleteFunctionRequest |
Container for the parameters to the
DeleteFunction operation . |
EventSourceMappingConfiguration |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
FunctionCode |
The code for the Lambda function.
|
FunctionCodeLocation |
The object for the Lambda function location.
|
FunctionConfiguration |
A complex type that describes function metadata.
|
GetEventSourceMappingRequest |
Container for the parameters to the
GetEventSourceMapping operation . |
GetEventSourceMappingResult |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
GetFunctionConfigurationRequest |
Container for the parameters to the
GetFunctionConfiguration operation . |
GetFunctionConfigurationResult |
A complex type that describes function metadata.
|
GetFunctionRequest |
Container for the parameters to the
GetFunction operation . |
GetFunctionResult |
This response contains the object for the Lambda function location
(see API_FunctionCodeLocation
|
GetPolicyRequest |
Container for the parameters to the
GetPolicy operation . |
GetPolicyResult | |
InvokeAsyncRequest | Deprecated |
InvokeAsyncResult | Deprecated |
InvokeRequest |
Container for the parameters to the
Invoke operation . |
InvokeResult |
Upon success, returns an empty response.
|
ListEventSourceMappingsRequest |
Container for the parameters to the
ListEventSourceMappings operation . |
ListEventSourceMappingsResult |
Contains a list of event sources (see
API_EventSourceMappingConfiguration)
|
ListFunctionsRequest |
Container for the parameters to the
ListFunctions operation . |
ListFunctionsResult |
Contains a list of AWS Lambda function configurations (see
FunctionConfiguration.
|
RemovePermissionRequest |
Container for the parameters to the
RemovePermission operation . |
UpdateEventSourceMappingRequest |
Container for the parameters to the
UpdateEventSourceMapping operation . |
UpdateEventSourceMappingResult |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
UpdateFunctionCodeRequest |
Container for the parameters to the
UpdateFunctionCode operation . |
UpdateFunctionCodeResult |
A complex type that describes function metadata.
|
UpdateFunctionConfigurationRequest |
Container for the parameters to the
UpdateFunctionConfiguration operation . |
UpdateFunctionConfigurationResult |
A complex type that describes function metadata.
|
Enum | Description |
---|---|
EventSourcePosition |
Event Source Position
|
InvocationType |
Invocation Type
|
LogType |
Log Type
|
Runtime |
Runtime
|
Exception | Description |
---|---|
CodeStorageExceededException |
AWSLambda exception
|
InvalidParameterValueException |
One of the parameters in the request is invalid.
|
InvalidRequestContentException |
The request body could not be parsed as JSON.
|
PolicyLengthExceededException |
Lambda function access policy is limited to 20 KB.
|
RequestTooLargeException |
AWSLambda exception
|
ResourceConflictException |
The resource already exists.
|
ResourceNotFoundException |
The resource (for example, a Lambda function or access policy
statement) specified in the request does not exist.
|
ServiceException |
The AWS Lambda service encountered an internal error.
|
TooManyRequestsException | |
UnsupportedMediaTypeException |
AWSLambda exception
|
Copyright © 2015. All rights reserved.