| AccountLimit |
Limits that are related to concurrency and storage.
|
| AccountUsage |
The number of functions and amount of storage in use.
|
| AddLayerVersionPermissionRequest |
|
| AddLayerVersionPermissionResponse |
|
| AddPermissionRequest |
|
| AddPermissionResponse |
|
| AliasConfiguration |
Provides configuration information about a Lambda function alias.
|
| AliasRoutingConfiguration |
|
| AllowedPublishers |
List of signing profiles that can sign a code package.
|
| AmazonManagedKafkaEventSourceConfig |
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
|
| CallbackDetails |
Contains details about a callback operation in a durable execution, including the callback token and timeout
configuration.
|
| CallbackFailedDetails |
Contains details about a failed callback operation, including error information and the reason for failure.
|
| CallbackOptions |
Configuration options for callback operations in durable executions, including timeout settings and retry behavior.
|
| CallbackStartedDetails |
Contains details about a callback operation that has started, including timing information and callback metadata.
|
| CallbackSucceededDetails |
Contains details about a successfully completed callback operation, including the result data and completion
timestamp.
|
| CallbackTimedOutDetails |
Contains details about a callback operation that timed out, including timeout duration and any partial results.
|
| CapacityProvider |
A capacity provider manages compute resources for Lambda functions.
|
| CapacityProviderConfig |
Configuration for the capacity provider that manages compute resources for Lambda functions.
|
| CapacityProviderPermissionsConfig |
Configuration that specifies the permissions required for the capacity provider to manage compute resources.
|
| CapacityProviderScalingConfig |
Configuration that defines how the capacity provider scales compute instances based on demand and policies.
|
| CapacityProviderVpcConfig |
VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
|
| ChainedInvokeDetails |
Contains details about a chained function invocation in a durable execution, including the target function and
invocation parameters.
|
| ChainedInvokeFailedDetails |
Contains details about a failed chained function invocation, including error information and failure reason.
|
| ChainedInvokeOptions |
Configuration options for chained function invocations in durable executions, including retry settings and timeout
configuration.
|
| ChainedInvokeStartedDetails |
Contains details about a chained function invocation that has started execution, including start time and execution
context.
|
| ChainedInvokeStoppedDetails |
Details about a chained invocation that was stopped.
|
| ChainedInvokeSucceededDetails |
Details about a chained invocation that succeeded.
|
| ChainedInvokeTimedOutDetails |
Details about a chained invocation that timed out.
|
| CheckpointDurableExecutionRequest |
|
| CheckpointDurableExecutionResponse |
The response from the CheckpointDurableExecution operation.
|
| CheckpointUpdatedExecutionState |
Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers
or callbacks.
|
| CodeSigningConfig |
|
| CodeSigningPolicies |
Code signing configuration policies specify the validation failure action for signature mismatch or expiry.
|
| Concurrency |
|
| ContextDetails |
Details about a durable execution context.
|
| ContextFailedDetails |
Details about a context that failed.
|
| ContextOptions |
Configuration options for a durable execution context.
|
| ContextStartedDetails |
Details about a context that has started.
|
| ContextSucceededDetails |
Details about a context that succeeded.
|
| Cors |
|
| CreateAliasRequest |
|
| CreateAliasResponse |
Provides configuration information about a Lambda function alias.
|
| CreateCapacityProviderRequest |
|
| CreateCapacityProviderResponse |
|
| CreateCodeSigningConfigRequest |
|
| CreateCodeSigningConfigResponse |
|
| CreateEventSourceMappingRequest |
|
| CreateEventSourceMappingResponse |
A mapping between an Amazon Web Services resource and a Lambda function.
|
| CreateFunctionRequest |
|
| CreateFunctionResponse |
Details about a function's configuration.
|
| CreateFunctionUrlConfigRequest |
|
| CreateFunctionUrlConfigResponse |
|
| DeadLetterConfig |
|
| DeleteAliasRequest |
|
| DeleteAliasResponse |
|
| DeleteCapacityProviderRequest |
|
| DeleteCapacityProviderResponse |
|
| DeleteCodeSigningConfigRequest |
|
| DeleteCodeSigningConfigResponse |
|
| DeleteEventSourceMappingRequest |
|
| DeleteEventSourceMappingResponse |
A mapping between an Amazon Web Services resource and a Lambda function.
|
| DeleteFunctionCodeSigningConfigRequest |
|
| DeleteFunctionCodeSigningConfigResponse |
|
| DeleteFunctionConcurrencyRequest |
|
| DeleteFunctionConcurrencyResponse |
|
| DeleteFunctionEventInvokeConfigRequest |
|
| DeleteFunctionEventInvokeConfigResponse |
|
| DeleteFunctionRequest |
|
| DeleteFunctionResponse |
|
| DeleteFunctionUrlConfigRequest |
|
| DeleteFunctionUrlConfigResponse |
|
| DeleteLayerVersionRequest |
|
| DeleteLayerVersionResponse |
|
| DeleteProvisionedConcurrencyConfigRequest |
|
| DeleteProvisionedConcurrencyConfigResponse |
|
| DestinationConfig |
A configuration object that specifies the destination of an event after Lambda processes it.
|
| DocumentDBEventSourceConfig |
Specific configuration settings for a DocumentDB event source.
|
| DurableConfig |
Configuration settings for durable
functions, including execution timeout and retention period for execution history.
|
| 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.
|
| EphemeralStorage |
The size of the function's /tmp directory in MB.
|
| ErrorObject |
An object that contains error information.
|
| Event |
An event that occurred during the execution of a durable function.
|
| EventError |
Error information for an event.
|
| EventInput |
Input information for an event.
|
| EventResult |
Result information for an event.
|
| EventSourceMappingConfiguration |
A mapping between an Amazon Web Services resource and a Lambda function.
|
| EventSourceMappingLoggingConfig |
(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source.
|
| EventSourceMappingMetricsConfig |
The metrics configuration for your event source.
|
| Execution |
|
| ExecutionDetails |
|
| ExecutionFailedDetails |
|
| ExecutionStartedDetails |
Details about a durable execution that started.
|
| ExecutionStoppedDetails |
|
| ExecutionSucceededDetails |
|
| ExecutionTimedOutDetails |
|
| FileSystemConfig |
|
| Filter |
A structure within a FilterCriteria object that defines an event filtering pattern.
|
| FilterCriteria |
An object that contains the filters for an event source.
|
| FilterCriteriaError |
An object that contains details about an error related to filter criteria encryption.
|
| FunctionCode |
The code for the Lambda function.
|
| FunctionCodeLocation |
Details about a function's deployment package.
|
| FunctionConfiguration |
Details about a function's configuration.
|
| FunctionEventInvokeConfig |
|
| FunctionScalingConfig |
Configuration that defines the scaling behavior for a Lambda Managed Instances function, including the minimum and
maximum number of execution environments that can be provisioned.
|
| FunctionUrlConfig |
Details about a Lambda function URL.
|
| FunctionVersionsByCapacityProviderListItem |
Information about a function version that uses a specific capacity provider, including its ARN and current state.
|
| GetAccountSettingsRequest |
|
| GetAccountSettingsResponse |
|
| GetAliasRequest |
|
| GetAliasResponse |
Provides configuration information about a Lambda function alias.
|
| GetCapacityProviderRequest |
|
| GetCapacityProviderResponse |
|
| GetCodeSigningConfigRequest |
|
| GetCodeSigningConfigResponse |
|
| GetDurableExecutionHistoryRequest |
|
| GetDurableExecutionHistoryResponse |
The response from the GetDurableExecutionHistory operation, containing the execution history and events.
|
| GetDurableExecutionRequest |
|
| GetDurableExecutionResponse |
The response from the GetDurableExecution operation, containing detailed information about the durable execution.
|
| GetDurableExecutionStateRequest |
|
| GetDurableExecutionStateResponse |
The response from the GetDurableExecutionState operation, containing the current execution state for replay.
|
| GetEventSourceMappingRequest |
|
| GetEventSourceMappingResponse |
A mapping between an Amazon Web Services resource and a Lambda function.
|
| GetFunctionCodeSigningConfigRequest |
|
| GetFunctionCodeSigningConfigResponse |
|
| GetFunctionConcurrencyRequest |
|
| GetFunctionConcurrencyResponse |
|
| GetFunctionConfigurationRequest |
|
| GetFunctionConfigurationResponse |
Details about a function's configuration.
|
| GetFunctionEventInvokeConfigRequest |
|
| GetFunctionEventInvokeConfigResponse |
|
| GetFunctionRecursionConfigRequest |
|
| GetFunctionRecursionConfigResponse |
|
| GetFunctionRequest |
|
| GetFunctionResponse |
|
| GetFunctionScalingConfigRequest |
|
| GetFunctionScalingConfigResponse |
|
| GetFunctionUrlConfigRequest |
|
| GetFunctionUrlConfigResponse |
|
| GetLayerVersionByArnRequest |
|
| GetLayerVersionByArnResponse |
|
| GetLayerVersionPolicyRequest |
|
| GetLayerVersionPolicyResponse |
|
| GetLayerVersionRequest |
|
| GetLayerVersionResponse |
|
| GetPolicyRequest |
|
| GetPolicyResponse |
|
| GetProvisionedConcurrencyConfigRequest |
|
| GetProvisionedConcurrencyConfigResponse |
|
| GetRuntimeManagementConfigRequest |
|
| GetRuntimeManagementConfigResponse |
|
| ImageConfig |
Configuration values that override the container image Dockerfile settings.
|
| ImageConfigError |
Error response to GetFunctionConfiguration.
|
| ImageConfigResponse |
Response to a GetFunctionConfiguration request.
|
| InstanceRequirements |
Specifications that define the characteristics and constraints for compute instances used by the capacity provider.
|
| InvocationCompletedDetails |
Details about a function invocation that completed.
|
| InvokeRequest |
|
| InvokeResponse |
|
| InvokeResponseStreamUpdate |
A chunk of the streamed response payload.
|
| InvokeResponseStreamUpdate.BuilderImpl |
|
| InvokeWithResponseStreamCompleteEvent |
A response confirming that the event stream is complete.
|
| InvokeWithResponseStreamCompleteEvent.BuilderImpl |
|
| InvokeWithResponseStreamRequest |
|
| InvokeWithResponseStreamResponse |
|
| KafkaSchemaRegistryAccessConfig |
Specific access configuration settings that tell Lambda how to authenticate with your schema registry.
|
| KafkaSchemaRegistryConfig |
Specific configuration settings for a Kafka schema registry.
|
| KafkaSchemaValidationConfig |
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and
filter using your schema registry.
|
| LambdaException.BuilderImpl |
|
| LambdaManagedInstancesCapacityProviderConfig |
Configuration for Lambda-managed instances used by the capacity provider.
|
| LambdaRequest |
|
| LambdaRequest.BuilderImpl |
|
| LambdaResponse |
|
| LambdaResponse.BuilderImpl |
|
| LambdaResponseMetadata |
|
| Layer |
|
| LayersListItem |
|
| LayerVersionContentInput |
A ZIP archive that contains the contents of an Lambda layer.
|
| LayerVersionContentOutput |
|
| LayerVersionsListItem |
|
| ListAliasesRequest |
|
| ListAliasesResponse |
|
| ListCapacityProvidersRequest |
|
| ListCapacityProvidersResponse |
|
| ListCodeSigningConfigsRequest |
|
| ListCodeSigningConfigsResponse |
|
| ListDurableExecutionsByFunctionRequest |
|
| ListDurableExecutionsByFunctionResponse |
The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and
pagination information.
|
| ListEventSourceMappingsRequest |
|
| ListEventSourceMappingsResponse |
|
| ListFunctionEventInvokeConfigsRequest |
|
| ListFunctionEventInvokeConfigsResponse |
|
| ListFunctionsByCodeSigningConfigRequest |
|
| ListFunctionsByCodeSigningConfigResponse |
|
| ListFunctionsRequest |
|
| ListFunctionsResponse |
A list of Lambda functions.
|
| ListFunctionUrlConfigsRequest |
|
| ListFunctionUrlConfigsResponse |
|
| ListFunctionVersionsByCapacityProviderRequest |
|
| ListFunctionVersionsByCapacityProviderResponse |
|
| ListLayersRequest |
|
| ListLayersResponse |
|
| ListLayerVersionsRequest |
|
| ListLayerVersionsResponse |
|
| ListProvisionedConcurrencyConfigsRequest |
|
| ListProvisionedConcurrencyConfigsResponse |
|
| ListTagsRequest |
|
| ListTagsResponse |
|
| ListVersionsByFunctionRequest |
|
| ListVersionsByFunctionResponse |
|
| LoggingConfig |
The function's Amazon CloudWatch Logs configuration settings.
|
| OnFailure |
A destination for events that failed processing.
|
| OnSuccess |
A destination for events that were processed successfully.
|
| Operation |
Information about an operation within a durable execution.
|
| OperationUpdate |
An update to be applied to an operation during checkpointing.
|
| ProvisionedConcurrencyConfigListItem |
Details about the provisioned concurrency configuration for a function alias or version.
|
| ProvisionedPollerConfig |
|
| PublishLayerVersionRequest |
|
| PublishLayerVersionResponse |
|
| PublishVersionRequest |
|
| PublishVersionResponse |
Details about a function's configuration.
|
| PutFunctionCodeSigningConfigRequest |
|
| PutFunctionCodeSigningConfigResponse |
|
| PutFunctionConcurrencyRequest |
|
| PutFunctionConcurrencyResponse |
|
| PutFunctionEventInvokeConfigRequest |
|
| PutFunctionEventInvokeConfigResponse |
|
| PutFunctionRecursionConfigRequest |
|
| PutFunctionRecursionConfigResponse |
|
| PutFunctionScalingConfigRequest |
|
| PutFunctionScalingConfigResponse |
|
| PutProvisionedConcurrencyConfigRequest |
|
| PutProvisionedConcurrencyConfigResponse |
|
| PutRuntimeManagementConfigRequest |
|
| PutRuntimeManagementConfigResponse |
|
| RemoveLayerVersionPermissionRequest |
|
| RemoveLayerVersionPermissionResponse |
|
| RemovePermissionRequest |
|
| RemovePermissionResponse |
|
| RetryDetails |
Information about retry attempts for an operation.
|
| RuntimeVersionConfig |
The ARN of the runtime and any errors that occured.
|
| RuntimeVersionError |
Any error returned when the runtime version information for the function could not be retrieved.
|
| ScalingConfig |
(Amazon SQS only) The scaling configuration for the event source.
|
| SelfManagedEventSource |
The self-managed Apache Kafka cluster for your event source.
|
| SelfManagedKafkaEventSourceConfig |
Specific configuration settings for a self-managed Apache Kafka event source.
|
| SendDurableExecutionCallbackFailureRequest |
|
| SendDurableExecutionCallbackFailureResponse |
|
| SendDurableExecutionCallbackHeartbeatRequest |
|
| SendDurableExecutionCallbackHeartbeatResponse |
|
| SendDurableExecutionCallbackSuccessRequest |
|
| SendDurableExecutionCallbackSuccessResponse |
|
| SnapStart |
|
| SnapStartResponse |
|
| SourceAccessConfiguration |
To secure and define access to your event source, you can specify the authentication protocol, VPC components, or
virtual host.
|
| StepDetails |
Details about a step operation.
|
| StepFailedDetails |
Details about a step that failed.
|
| StepOptions |
Configuration options for a step operation.
|
| StepStartedDetails |
Details about a step that has started.
|
| StepSucceededDetails |
Details about a step that succeeded.
|
| StopDurableExecutionRequest |
|
| StopDurableExecutionResponse |
|
| TagResourceRequest |
|
| TagResourceResponse |
|
| TagsError |
An object that contains details about an error related to retrieving tags.
|
| TargetTrackingScalingPolicy |
A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a
specific metric.
|
| TenancyConfig |
Specifies the tenant isolation mode configuration for a Lambda function.
|
| TraceHeader |
Contains trace headers for the Lambda durable execution.
|
| TracingConfig |
The function's X-Ray tracing
configuration.
|
| TracingConfigResponse |
The function's X-Ray tracing configuration.
|
| UntagResourceRequest |
|
| UntagResourceResponse |
|
| UpdateAliasRequest |
|
| UpdateAliasResponse |
Provides configuration information about a Lambda function alias.
|
| UpdateCapacityProviderRequest |
|
| UpdateCapacityProviderResponse |
|
| UpdateCodeSigningConfigRequest |
|
| UpdateCodeSigningConfigResponse |
|
| UpdateEventSourceMappingRequest |
|
| UpdateEventSourceMappingResponse |
A mapping between an Amazon Web Services resource and a Lambda function.
|
| UpdateFunctionCodeRequest |
|
| UpdateFunctionCodeResponse |
Details about a function's configuration.
|
| UpdateFunctionConfigurationRequest |
|
| UpdateFunctionConfigurationResponse |
Details about a function's configuration.
|
| UpdateFunctionEventInvokeConfigRequest |
|
| UpdateFunctionEventInvokeConfigResponse |
|
| UpdateFunctionUrlConfigRequest |
|
| UpdateFunctionUrlConfigResponse |
|
| 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.
|
| WaitCancelledDetails |
Details about a wait operation that was cancelled.
|
| WaitDetails |
Details about a wait operation.
|
| WaitOptions |
Specifies how long to pause the durable execution.
|
| WaitStartedDetails |
Details about a wait operation that has started.
|
| WaitSucceededDetails |
Details about a wait operation that succeeded.
|