See: Description
Class | Description |
---|---|
AddEventSourceRequest |
Container for the parameters to the
AddEventSource operation . |
AddEventSourceResult |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
DeleteFunctionRequest |
Container for the parameters to the
DeleteFunction operation . |
EventSourceConfiguration |
Describes mapping between an Amazon Kinesis stream and a Lambda
function.
|
FunctionCodeLocation |
The object for the Lambda function location.
|
FunctionConfiguration |
A complex type that describes function metadata.
|
GetEventSourceRequest |
Container for the parameters to the
GetEventSource operation . |
GetEventSourceResult |
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 AWS Lambda function location
(see API_FunctionCodeLocation
|
InvokeAsyncRequest |
Container for the parameters to the
InvokeAsync operation . |
InvokeAsyncResult |
Upon success, it returns empty response.
|
ListEventSourcesRequest |
Container for the parameters to the
ListEventSources operation . |
ListEventSourcesResult |
Contains a list of event sources (see API_EventSourceConfiguration)
|
ListFunctionsRequest |
Container for the parameters to the
ListFunctions operation . |
ListFunctionsResult |
Contains a list of AWS Lambda function configurations (see
API_FunctionConfiguration.
|
RemoveEventSourceRequest |
Container for the parameters to the
RemoveEventSource operation . |
UpdateFunctionConfigurationRequest |
Container for the parameters to the
UpdateFunctionConfiguration operation . |
UpdateFunctionConfigurationResult |
A complex type that describes function metadata.
|
UploadFunctionRequest |
Container for the parameters to the
UploadFunction operation . |
UploadFunctionResult |
A complex type that describes function metadata.
|
Enum | Description |
---|---|
Mode |
Mode
|
Runtime |
Runtime
|
Exception | Description |
---|---|
InvalidParameterValueException |
One of the parameters in the request is invalid.
|
InvalidRequestContentException |
The request body could not be parsed as JSON.
|
ResourceNotFoundException |
The function or the event source specified in the request does not
exist.
|
ServiceException |
The AWS Lambda service encountered an internal error.
|
Copyright © 2014. All rights reserved.