@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSLambdaClient extends AmazonWebServiceClient implements AWSLambda
Overview
This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides additional information. For the service overview, see What is AWS Lambda, and for information about how the service works, see AWS Lambda: How it Works in the AWS Lambda Developer Guide.
Modifier and Type | Field and Description |
---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffset
ENDPOINT_PREFIX
Constructor and Description |
---|
AWSLambdaClient()
Deprecated.
|
AWSLambdaClient(AWSCredentials awsCredentials)
Deprecated.
use
AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example:
AWSLambdaClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build(); |
AWSLambdaClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
|
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
|
AWSLambdaClient(ClientConfiguration clientConfiguration)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AddPermissionResult |
addPermission(AddPermissionRequest request)
Adds a permission to the resource policy associated with the specified AWS Lambda function.
|
static AWSLambdaClientBuilder |
builder() |
CreateAliasResult |
createAlias(CreateAliasRequest request)
Creates an alias that points to the specified Lambda function version.
|
CreateEventSourceMappingResult |
createEventSourceMapping(CreateEventSourceMappingRequest request)
Creates a mapping between an event source and an AWS Lambda function.
|
CreateFunctionResult |
createFunction(CreateFunctionRequest request)
Creates a new Lambda function.
|
DeleteAliasResult |
deleteAlias(DeleteAliasRequest request)
Deletes the specified Lambda function alias.
|
DeleteEventSourceMappingResult |
deleteEventSourceMapping(DeleteEventSourceMappingRequest request)
Deletes an event source mapping.
|
DeleteFunctionResult |
deleteFunction(DeleteFunctionRequest request)
Deletes a Lambda function.
|
DeleteFunctionConcurrencyResult |
deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest request)
Removes concurrent execution limits from this function.
|
GetAccountSettingsResult |
getAccountSettings(GetAccountSettingsRequest request)
Retrieves details about your account's limits and usage in a region.
|
GetAliasResult |
getAlias(GetAliasRequest request)
Returns the specified alias information such as the alias ARN, description, and function version it is pointing
to.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetEventSourceMappingResult |
getEventSourceMapping(GetEventSourceMappingRequest request)
Returns details about an event source mapping.
|
GetFunctionResult |
getFunction(GetFunctionRequest request)
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you
uploaded with CreateFunction so you can download the .zip file.
|
GetFunctionConfigurationResult |
getFunctionConfiguration(GetFunctionConfigurationRequest request)
Returns the configuration information of the Lambda function.
|
GetPolicyResult |
getPolicy(GetPolicyRequest request)
Returns the resource policy associated with the specified Lambda function.
|
InvokeResult |
invoke(InvokeRequest request)
Invokes a Lambda function.
|
InvokeAsyncResult |
invokeAsync(InvokeAsyncRequest request)
Deprecated.
|
ListAliasesResult |
listAliases(ListAliasesRequest request)
Returns list of aliases created for a Lambda function.
|
ListEventSourceMappingsResult |
listEventSourceMappings()
Simplified method form for invoking the ListEventSourceMappings operation.
|
ListEventSourceMappingsResult |
listEventSourceMappings(ListEventSourceMappingsRequest request)
Lists event source mappings.
|
ListFunctionsResult |
listFunctions()
Simplified method form for invoking the ListFunctions operation.
|
ListFunctionsResult |
listFunctions(ListFunctionsRequest request)
Returns a list of your Lambda functions.
|
ListTagsResult |
listTags(ListTagsRequest request)
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).
|
ListVersionsByFunctionResult |
listVersionsByFunction(ListVersionsByFunctionRequest request)
Lists all versions of a function.
|
PublishVersionResult |
publishVersion(PublishVersionRequest request)
Publishes a version of your function from the current snapshot of $LATEST.
|
PutFunctionConcurrencyResult |
putFunctionConcurrency(PutFunctionConcurrencyRequest request)
Sets a limit on the number of concurrent executions available to this function.
|
RemovePermissionResult |
removePermission(RemovePermissionRequest request)
Removes permissions from a function.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Creates a list of tags (key-value pairs) on the Lambda function.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a Lambda function.
|
UpdateAliasResult |
updateAlias(UpdateAliasRequest request)
Using this API you can update the function version to which the alias points and the alias description.
|
UpdateEventSourceMappingResult |
updateEventSourceMapping(UpdateEventSourceMappingRequest request)
Updates an event source mapping.
|
UpdateFunctionCodeResult |
updateFunctionCode(UpdateFunctionCodeRequest request)
Updates the code for the specified Lambda function.
|
UpdateFunctionConfigurationResult |
updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)
Updates the configuration parameters for the specified Lambda function by using the values provided in the
request.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setEndpoint, setRegion, shutdown
protected static final ClientConfigurationFactory configFactory
@Deprecated public AWSLambdaClient()
AWSLambdaClientBuilder.defaultClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChain
@Deprecated public AWSLambdaClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration
- The client configuration options controlling how this client connects to AWS Lambda (ex: proxy settings,
retry counts, etc.).DefaultAWSCredentialsProviderChain
@Deprecated public AWSLambdaClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
for example:
AWSLambdaClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.@Deprecated public AWSLambdaClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials
- The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to AWS Lambda (ex: proxy settings,
retry counts, etc.).@Deprecated public AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.@Deprecated public AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to AWS Lambda (ex: proxy settings,
retry counts, etc.).@Deprecated public AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)
and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
and
AwsClientBuilder.withMetricsCollector(RequestMetricCollector)
All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration
- The client configuration options controlling how this client connects to AWS Lambda (ex: proxy settings,
retry counts, etc.).requestMetricCollector
- optional request metric collectorpublic static AWSLambdaClientBuilder builder()
public AddPermissionResult addPermission(AddPermissionRequest request)
Adds a permission to the resource policy associated with the specified AWS Lambda function. You use resource policies to grant permissions to event sources that use the push model. In a push model, event sources (such as Amazon S3 and custom applications) invoke your Lambda function. Each permission you add to the resource policy allows an event source permission to invoke the Lambda function.
Permissions apply to the Amazon Resource Name (ARN) used to invoke the function, which can be unqualified (the
unpublished version of the function), or include a version or alias. If a client uses a version or alias to
invoke a function, use the Qualifier
parameter to apply permissions to that ARN. For more
information about versioning, see AWS Lambda Function Versioning and
Aliases.
This operation requires permission for the lambda:AddPermission
action.
addPermission
in interface AWSLambda
addPermissionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.ResourceConflictException
- The resource already exists.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.PolicyLengthExceededException
- Lambda function access policy is limited to 20 KB.TooManyRequestsException
- Request throughput limit exceededPreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public CreateAliasResult createAlias(CreateAliasRequest request)
Creates an alias that points to the specified Lambda function version. For more information, see Introduction to AWS Lambda Aliases.
Alias names are unique for a given function. This requires permission for the lambda:CreateAlias action.
createAlias
in interface AWSLambda
createAliasRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.ResourceConflictException
- The resource already exists.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic CreateEventSourceMappingResult createEventSourceMapping(CreateEventSourceMappingRequest request)
Creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source and triggers the function.
For details about each event source type, see the following topics.
createEventSourceMapping
in interface AWSLambda
createEventSourceMappingRequest
- ServiceException
- The AWS Lambda service encountered an internal error.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.ResourceConflictException
- The resource already exists.TooManyRequestsException
- Request throughput limit exceededResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.public CreateFunctionResult createFunction(CreateFunctionRequest request)
Creates a new Lambda function. The function configuration is created from the request parameters, and the code for the function is provided by a .zip file. The function name is case-sensitive.
This operation requires permission for the lambda:CreateFunction
action.
createFunction
in interface AWSLambda
createFunctionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.ResourceConflictException
- The resource already exists.TooManyRequestsException
- Request throughput limit exceededCodeStorageExceededException
- You have exceeded your maximum total code size per account. Limitspublic DeleteAliasResult deleteAlias(DeleteAliasRequest request)
Deletes the specified Lambda function alias. For more information, see Introduction to AWS Lambda Aliases.
This requires permission for the lambda:DeleteAlias action.
deleteAlias
in interface AWSLambda
deleteAliasRequest
- ServiceException
- The AWS Lambda service encountered an internal error.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic DeleteEventSourceMappingResult deleteEventSourceMapping(DeleteEventSourceMappingRequest request)
Deletes an event source mapping.
deleteEventSourceMapping
in interface AWSLambda
deleteEventSourceMappingRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededResourceInUseException
- The operation conflicts with the resource's availability. For example, you attempted to update an
EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.public DeleteFunctionResult deleteFunction(DeleteFunctionRequest request)
Deletes a Lambda function. To delete a specific function version, use the Qualifier
parameter.
Otherwise, all versions and aliases are deleted. Event source mappings are not deleted.
This operation requires permission for the lambda:DeleteFunction
action.
deleteFunction
in interface AWSLambda
deleteFunctionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.ResourceConflictException
- The resource already exists.public DeleteFunctionConcurrencyResult deleteFunctionConcurrency(DeleteFunctionConcurrencyRequest request)
Removes concurrent execution limits from this function. For more information, see Managing Concurrency.
deleteFunctionConcurrency
in interface AWSLambda
deleteFunctionConcurrencyRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.public GetAccountSettingsResult getAccountSettings(GetAccountSettingsRequest request)
Retrieves details about your account's limits and usage in a region.
getAccountSettings
in interface AWSLambda
getAccountSettingsRequest
- TooManyRequestsException
- Request throughput limit exceededServiceException
- The AWS Lambda service encountered an internal error.public GetAliasResult getAlias(GetAliasRequest request)
Returns the specified alias information such as the alias ARN, description, and function version it is pointing to. For more information, see Introduction to AWS Lambda Aliases.
This requires permission for the lambda:GetAlias
action.
getAlias
in interface AWSLambda
getAliasRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic GetEventSourceMappingResult getEventSourceMapping(GetEventSourceMappingRequest request)
Returns details about an event source mapping.
getEventSourceMapping
in interface AWSLambda
getEventSourceMappingRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic GetFunctionResult getFunction(GetFunctionRequest request)
Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function.
Use the Qualifier
parameter to retrieve a published version of the function. Otherwise, returns the
unpublished version ($LATEST
). For more information, see AWS Lambda Function Versioning and
Aliases.
This operation requires permission for the lambda:GetFunction
action.
getFunction
in interface AWSLambda
getFunctionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.public GetFunctionConfigurationResult getFunctionConfiguration(GetFunctionConfigurationRequest request)
Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using CreateFunction.
If you are using the versioning feature, you can retrieve this information for a specific function version by
using the optional Qualifier
parameter and specifying the function version or alias that points to
it. If you don't provide it, the API returns information about the $LATEST version of the function. For more
information about versioning, see AWS Lambda Function Versioning and
Aliases.
This operation requires permission for the lambda:GetFunctionConfiguration
operation.
getFunctionConfiguration
in interface AWSLambda
getFunctionConfigurationRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.public GetPolicyResult getPolicy(GetPolicyRequest request)
Returns the resource policy associated with the specified Lambda function.
This action requires permission for the lambda:GetPolicy action.
getPolicy
in interface AWSLambda
getPolicyRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.public InvokeResult invoke(InvokeRequest request)
Invokes a Lambda function. For an example, see Create the Lambda Function and Test It Manually.
Specify just a function name to invoke the latest version of the function. To invoke a published version, use the
Qualifier
parameter to specify a version or alias.
If you use the RequestResponse
(synchronous) invocation option, the function will be invoked only
once. If you use the Event
(asynchronous) invocation option, the function will be invoked at least
once in response to an event and the function must be idempotent to handle this.
For functions with a long timeout, your client may be disconnected during synchronous invocation while it waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long connections with timeout or keep-alive settings.
This operation requires permission for the lambda:InvokeFunction
action.
The TooManyRequestsException
noted below will return the following:
ConcurrentInvocationLimitExceeded
will be returned if you have no functions with reserved
concurrency and have exceeded your account concurrent limit or if a function without reserved concurrency exceeds
the account's unreserved concurrency limit. ReservedFunctionConcurrentInvocationLimitExceeded
will
be returned when a function with reserved concurrency exceeds its configured concurrency limit.
invoke
in interface AWSLambda
invokeRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidRequestContentException
- The request body could not be parsed as JSON.RequestTooLargeException
- The request payload exceeded the Invoke
request body JSON input limit. For more information,
see Limits.UnsupportedMediaTypeException
- The content type of the Invoke
request body is not JSON.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.EC2UnexpectedException
- AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.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.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.EC2ThrottledException
- AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role
provided for the Lambda function.EC2AccessDeniedException
- Need additional permissions to configure VPC settings.InvalidSubnetIDException
- The Subnet ID provided in the Lambda function VPC configuration is invalid.InvalidSecurityGroupIDException
- The Security Group ID provided in the Lambda function VPC configuration is invalid.InvalidZipFileException
- AWS Lambda could not unzip the deployment package.KMSDisabledException
- Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the
Lambda function's KMS key settings.KMSInvalidStateException
- Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state
for Decrypt. Check the function's KMS key settings.KMSAccessDeniedException
- Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda
function's KMS permissions.KMSNotFoundException
- Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the
function's KMS key settings.InvalidRuntimeException
- The runtime or runtime version specified is not supported.@Deprecated public InvokeAsyncResult invokeAsync(InvokeAsyncRequest request)
For asynchronous function invocation, use Invoke.
Submits an invocation request to AWS Lambda. Upon receiving the request, Lambda executes the specified function asynchronously. To see the logs generated by the Lambda function execution, see the CloudWatch Logs console.
This operation requires permission for the lambda:InvokeFunction
action.
invokeAsync
in interface AWSLambda
invokeAsyncRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidRequestContentException
- The request body could not be parsed as JSON.InvalidRuntimeException
- The runtime or runtime version specified is not supported.public ListAliasesResult listAliases(ListAliasesRequest request)
Returns list of aliases created for a Lambda function. For each alias, the response includes information such as the alias ARN, description, alias name, and the function version to which it points. For more information, see Introduction to AWS Lambda Aliases.
This requires permission for the lambda:ListAliases action.
listAliases
in interface AWSLambda
listAliasesRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic ListEventSourceMappingsResult listEventSourceMappings(ListEventSourceMappingsRequest request)
Lists event source mappings. Specify an EventSourceArn
to only show event source mappings for a
single event source.
listEventSourceMappings
in interface AWSLambda
listEventSourceMappingsRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic ListEventSourceMappingsResult listEventSourceMappings()
AWSLambda
listEventSourceMappings
in interface AWSLambda
AWSLambda.listEventSourceMappings(ListEventSourceMappingsRequest)
public ListFunctionsResult listFunctions(ListFunctionsRequest request)
Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use GetFunction to retrieve the code for your function.
This operation requires permission for the lambda:ListFunctions
action.
If you are using the versioning feature, you can list all of your functions or only $LATEST
versions. For information about the versioning feature, see AWS Lambda Function Versioning and
Aliases.
listFunctions
in interface AWSLambda
listFunctionsRequest
- ServiceException
- The AWS Lambda service encountered an internal error.TooManyRequestsException
- Request throughput limit exceededInvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.public ListFunctionsResult listFunctions()
AWSLambda
listFunctions
in interface AWSLambda
AWSLambda.listFunctions(ListFunctionsRequest)
public ListTagsResult listTags(ListTagsRequest request)
Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name). For more information on Tagging, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
listTags
in interface AWSLambda
listTagsRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic ListVersionsByFunctionResult listVersionsByFunction(ListVersionsByFunctionRequest request)
Lists all versions of a function. For information about versioning, see AWS Lambda Function Versioning and Aliases.
listVersionsByFunction
in interface AWSLambda
listVersionsByFunctionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic PublishVersionResult publishVersion(PublishVersionRequest request)
Publishes a version of your function from the current snapshot of $LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from $LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.
publishVersion
in interface AWSLambda
publishVersionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededCodeStorageExceededException
- You have exceeded your maximum total code size per account. LimitsPreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public PutFunctionConcurrencyResult putFunctionConcurrency(PutFunctionConcurrencyRequest request)
Sets a limit on the number of concurrent executions available to this function. It is a subset of your account's total concurrent execution limit per region. Note that Lambda automatically reserves a buffer of 100 concurrent executions for functions without any reserved concurrency limit. This means if your account limit is 1000, you have a total of 900 available to allocate to individual functions. For more information, see Managing Concurrency.
putFunctionConcurrency
in interface AWSLambda
putFunctionConcurrencyRequest
- ServiceException
- The AWS Lambda service encountered an internal error.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.TooManyRequestsException
- Request throughput limit exceededpublic RemovePermissionResult removePermission(RemovePermissionRequest request)
Removes permissions from a function. You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission. When you remove permissions, disable the event source mapping or trigger configuration first to avoid errors.
Permissions apply to the Amazon Resource Name (ARN) used to invoke the function, which can be unqualified (the
unpublished version of the function), or include a version or alias. If a client uses a version or alias to
invoke a function, use the Qualifier
parameter to apply permissions to that ARN. For more
information about versioning, see AWS Lambda Function Versioning and
Aliases.
You need permission for the lambda:RemovePermission
action.
removePermission
in interface AWSLambda
removePermissionRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededPreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public TagResourceResult tagResource(TagResourceRequest request)
Creates a list of tags (key-value pairs) on the Lambda function. Requires the Lambda function ARN (Amazon Resource Name). If a key is specified without a value, Lambda creates a tag with the specified key and a value of null. For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
tagResource
in interface AWSLambda
tagResourceRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic UntagResourceResult untagResource(UntagResourceRequest request)
Removes tags from a Lambda function. Requires the function ARN (Amazon Resource Name). For more information, see Tagging Lambda Functions in the AWS Lambda Developer Guide.
untagResource
in interface AWSLambda
untagResourceRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededpublic UpdateAliasResult updateAlias(UpdateAliasRequest request)
Using this API you can update the function version to which the alias points and the alias description. For more information, see Introduction to AWS Lambda Aliases.
This requires permission for the lambda:UpdateAlias action.
updateAlias
in interface AWSLambda
updateAliasRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededPreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public UpdateEventSourceMappingResult updateEventSourceMapping(UpdateEventSourceMappingRequest request)
Updates an event source mapping. You can change the function that AWS Lambda invokes, or pause invocation and resume later from the same location.
updateEventSourceMapping
in interface AWSLambda
updateEventSourceMappingRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededResourceConflictException
- The resource already exists.ResourceInUseException
- The operation conflicts with the resource's availability. For example, you attempted to update an
EventSoure Mapping in CREATING, or tried to delete a EventSoure mapping currently in the UPDATING state.public UpdateFunctionCodeResult updateFunctionCode(UpdateFunctionCodeRequest request)
Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration.
If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.
This operation requires permission for the lambda:UpdateFunctionCode
action.
updateFunctionCode
in interface AWSLambda
updateFunctionCodeRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededCodeStorageExceededException
- You have exceeded your maximum total code size per account. LimitsPreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public UpdateFunctionConfigurationResult updateFunctionConfiguration(UpdateFunctionConfigurationRequest request)
Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code.
If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.
This operation requires permission for the lambda:UpdateFunctionConfiguration
action.
updateFunctionConfiguration
in interface AWSLambda
updateFunctionConfigurationRequest
- ServiceException
- The AWS Lambda service encountered an internal error.ResourceNotFoundException
- The resource (for example, a Lambda function or access policy statement) specified in the request does
not exist.InvalidParameterValueException
- One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda
to assume in the CreateFunction
or the UpdateFunctionConfiguration
API, that
AWS Lambda is unable to assume you will get this exception.TooManyRequestsException
- Request throughput limit exceededResourceConflictException
- The resource already exists.PreconditionFailedException
- The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSLambda
request
- The originally executed requestCopyright © 2018. All rights reserved.