shell bypass 403
UnknownSec Shell
:
/
snap
/
aws-cli
/
current
/
aws
/
dist
/
awscli
/
botocore
/
data
/
lambda
/
2015-03-31
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
service-2.json
{ "version":"2.0", "metadata":{ "apiVersion":"2015-03-31", "auth":["aws.auth#sigv4"], "endpointPrefix":"lambda", "protocol":"rest-json", "protocols":["rest-json"], "serviceFullName":"AWS Lambda", "serviceId":"Lambda", "signatureVersion":"v4", "signingName":"lambda", "uid":"lambda-2015-03-31" }, "operations":{ "AddLayerVersionPermission":{ "name":"AddLayerVersionPermission", "http":{ "method":"POST", "requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", "responseCode":201 }, "input":{"shape":"AddLayerVersionPermissionRequest"}, "output":{"shape":"AddLayerVersionPermissionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"PolicyLengthExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Adds permissions to the resource-based policy of a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all accounts in an organization, or all Amazon Web Services accounts. </p> <p>To revoke permission, call <a>RemoveLayerVersionPermission</a> with the statement ID that you specified when you added it.</p>" }, "AddPermission":{ "name":"AddPermission", "http":{ "method":"POST", "requestUri":"/2015-03-31/functions/{FunctionName}/policy", "responseCode":201 }, "input":{"shape":"AddPermissionRequest"}, "output":{"shape":"AddPermissionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"PolicyLengthExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Grants a <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying\">principal</a> permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST.</p> <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. To grant permission to an organization defined in Organizations, specify the organization ID as the <code>PrincipalOrgID</code>. For Amazon Web Services services, the principal is a domain-style identifier that the service defines, such as <code>s3.amazonaws.com</code> or <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify the ARN of the associated resource as the <code>SourceArn</code>. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.</p> <p>This operation adds a statement to a resource-based permissions policy for the function. For more information about function policies, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">Using resource-based policies for Lambda</a>.</p>" }, "CheckpointDurableExecution":{ "name":"CheckpointDurableExecution", "http":{ "method":"POST", "requestUri":"/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", "responseCode":200 }, "input":{"shape":"CheckpointDurableExecutionRequest"}, "output":{"shape":"CheckpointDurableExecutionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"} ], "documentation":"<p>Saves the progress of a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable function</a> execution during runtime. This API is used by the Lambda durable functions SDK to checkpoint completed steps and schedule asynchronous operations. You typically don't need to call this API directly as the SDK handles checkpointing automatically.</p> <p>Each checkpoint operation consumes the current checkpoint token and returns a new one for the next checkpoint. This ensures that checkpoints are applied in the correct order and prevents duplicate or out-of-order state updates.</p>", "idempotent":true }, "CreateAlias":{ "name":"CreateAlias", "http":{ "method":"POST", "requestUri":"/2015-03-31/functions/{FunctionName}/aliases", "responseCode":201 }, "input":{"shape":"CreateAliasRequest"}, "output":{"shape":"AliasConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Creates an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">alias</a> for a Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a different version.</p> <p>You can also map an alias to split invocation requests between two versions. Use the <code>RoutingConfig</code> parameter to specify a second version and the percentage of invocation requests that it receives.</p>", "idempotent":true }, "CreateCapacityProvider":{ "name":"CreateCapacityProvider", "http":{ "method":"POST", "requestUri":"/2025-11-30/capacity-providers", "responseCode":202 }, "input":{"shape":"CreateCapacityProviderRequest"}, "output":{"shape":"CreateCapacityProviderResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"CapacityProviderLimitExceededException"} ], "documentation":"<p>Creates a capacity provider that manages compute resources for Lambda functions</p>", "idempotent":true }, "CreateCodeSigningConfig":{ "name":"CreateCodeSigningConfig", "http":{ "method":"POST", "requestUri":"/2020-04-22/code-signing-configs", "responseCode":201 }, "input":{"shape":"CreateCodeSigningConfigRequest"}, "output":{"shape":"CreateCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"} ], "documentation":"<p>Creates a code signing configuration. A <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html\">code signing configuration</a> defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail). </p>" }, "CreateEventSourceMapping":{ "name":"CreateEventSourceMapping", "http":{ "method":"POST", "requestUri":"/2015-03-31/event-source-mappings", "responseCode":202 }, "input":{"shape":"CreateEventSourceMappingRequest"}, "output":{"shape":"EventSourceMappingConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.</p> <p>For details about how to configure different event sources, see the following topics. </p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping\"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping\"> Amazon Kinesis</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource\"> Amazon SQS</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping\"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html\"> Amazon MSK</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html\"> Apache Kafka</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html\"> Amazon DocumentDB</a> </p> </li> </ul> <p>The following error handling options are available for stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed Apache Kafka):</p> <ul> <li> <p> <code>BisectBatchOnFunctionError</code> – If the function returns an error, split the batch in two and retry.</p> </li> <li> <p> <code>MaximumRecordAgeInSeconds</code> – Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires</p> </li> <li> <p> <code>MaximumRetryAttempts</code> – Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p> </li> <li> <p> <code>OnFailure</code> – Send discarded records to an Amazon SQS queue, Amazon SNS topic, Kafka topic, or Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations\">Adding a destination</a>.</p> </li> </ul> <p>The following option is available only for DynamoDB and Kinesis event sources:</p> <ul> <li> <p> <code>ParallelizationFactor</code> – Process multiple batches from each shard concurrently.</p> </li> </ul> <p>For information about which configuration parameters apply to each event source, see the following topics.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params\"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params\"> Amazon Kinesis</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params\"> Amazon SQS</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params\"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms\"> Amazon MSK</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms\"> Apache Kafka</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration\"> Amazon DocumentDB</a> </p> </li> </ul>" }, "CreateFunction":{ "name":"CreateFunction", "http":{ "method":"POST", "requestUri":"/2015-03-31/functions", "responseCode":201 }, "input":{"shape":"CreateFunctionRequest"}, "output":{"shape":"FunctionConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"InvalidCodeSignatureException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeVerificationFailedException"}, {"shape":"CodeSigningConfigNotFoundException"}, {"shape":"CodeStorageExceededException"}, {"shape":"FunctionVersionsPerCapacityProviderLimitExceededException"} ], "documentation":"<p>Creates a Lambda function. To create a function, you need a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html\">deployment package</a> and an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role\">execution role</a>. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing.</p> <p>If the deployment package is a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html\">container image</a>, then you set the package type to <code>Image</code>. For a container image, the code property must include the URI of a container image in the Amazon ECR registry. You do not need to specify the handler and runtime properties.</p> <p>If the deployment package is a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html#gettingstarted-package-zip\">.zip file archive</a>, then you set the package type to <code>Zip</code>. For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and runtime properties. The code in the deployment package must be compatible with the target instruction set architecture of the function (<code>x86-64</code> or <code>arm64</code>). If you do not specify the architecture, then the default value is <code>x86-64</code>.</p> <p>When you create a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or modify the function. The <code>State</code>, <code>StateReason</code>, and <code>StateReasonCode</code> fields in the response from <a>GetFunctionConfiguration</a> indicate when the function is ready to invoke. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html\">Lambda function states</a>.</p> <p>A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the <code>Publish</code> parameter to create version <code>1</code> of your function from its initial configuration.</p> <p>The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with <a>UpdateFunctionConfiguration</a>. Function-level settings apply to both the unpublished and published versions of the function, and include tags (<a>TagResource</a>) and per-function concurrency limits (<a>PutFunctionConcurrency</a>).</p> <p>You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, specify the ARN of a code-signing configuration. When a user attempts to deploy a code package with <a>UpdateFunctionCode</a>, Lambda checks that the code package has a valid signature from a trusted publisher. The code-signing configuration includes set of signing profiles, which define the trusted publishers for this function.</p> <p>If another Amazon Web Services account or an Amazon Web Services service invokes your function, use <a>AddPermission</a> to grant permission by creating a resource-based Identity and Access Management (IAM) policy. You can grant permissions at the function level, on a version, or on an alias.</p> <p>To invoke your function directly, use <a>Invoke</a>. To invoke your function in response to events in other Amazon Web Services services, create an event source mapping (<a>CreateEventSourceMapping</a>), or configure a function trigger in the other service. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html\">Invoking Lambda functions</a>.</p>", "idempotent":true }, "CreateFunctionUrlConfig":{ "name":"CreateFunctionUrlConfig", "http":{ "method":"POST", "requestUri":"/2021-10-31/functions/{FunctionName}/url", "responseCode":201 }, "input":{"shape":"CreateFunctionUrlConfigRequest"}, "output":{"shape":"CreateFunctionUrlConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated HTTP(S) endpoint that you can use to invoke your function.</p>" }, "DeleteAlias":{ "name":"DeleteAlias", "http":{ "method":"DELETE", "requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}", "responseCode":204 }, "input":{"shape":"DeleteAliasRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Deletes a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">alias</a>.</p>", "idempotent":true }, "DeleteCapacityProvider":{ "name":"DeleteCapacityProvider", "http":{ "method":"DELETE", "requestUri":"/2025-11-30/capacity-providers/{CapacityProviderName}", "responseCode":202 }, "input":{"shape":"DeleteCapacityProviderRequest"}, "output":{"shape":"DeleteCapacityProviderResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes a capacity provider. You cannot delete a capacity provider that is currently being used by Lambda functions.</p>", "idempotent":true }, "DeleteCodeSigningConfig":{ "name":"DeleteCodeSigningConfig", "http":{ "method":"DELETE", "requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", "responseCode":204 }, "input":{"shape":"DeleteCodeSigningConfigRequest"}, "output":{"shape":"DeleteCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it. </p>", "idempotent":true }, "DeleteEventSourceMapping":{ "name":"DeleteEventSourceMapping", "http":{ "method":"DELETE", "requestUri":"/2015-03-31/event-source-mappings/{UUID}", "responseCode":202 }, "input":{"shape":"DeleteEventSourceMappingRequest"}, "output":{"shape":"EventSourceMappingConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceInUseException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html\">event source mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p> <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely deleted for several seconds.</p>", "idempotent":true }, "DeleteFunction":{ "name":"DeleteFunction", "http":{ "method":"DELETE", "requestUri":"/2015-03-31/functions/{FunctionName}", "responseCode":200 }, "input":{"shape":"DeleteFunctionRequest"}, "output":{"shape":"DeleteFunctionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for <a>DeleteAlias</a>.</p> <note> <p>A deleted Lambda function cannot be recovered. Ensure that you specify the correct function name and version before deleting.</p> </note> <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>. For Amazon Web Services services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.</p>", "idempotent":true }, "DeleteFunctionCodeSigningConfig":{ "name":"DeleteFunctionCodeSigningConfig", "http":{ "method":"DELETE", "requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config", "responseCode":204 }, "input":{"shape":"DeleteFunctionCodeSigningConfigRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeSigningConfigNotFoundException"} ], "documentation":"<p>Removes the code signing configuration from the function.</p>" }, "DeleteFunctionConcurrency":{ "name":"DeleteFunctionConcurrency", "http":{ "method":"DELETE", "requestUri":"/2017-10-31/functions/{FunctionName}/concurrency", "responseCode":204 }, "input":{"shape":"DeleteFunctionConcurrencyRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Removes a concurrent execution limit from a function.</p>" }, "DeleteFunctionEventInvokeConfig":{ "name":"DeleteFunctionEventInvokeConfig", "http":{ "method":"DELETE", "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config", "responseCode":204 }, "input":{"shape":"DeleteFunctionEventInvokeConfigRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>" }, "DeleteFunctionUrlConfig":{ "name":"DeleteFunctionUrlConfig", "http":{ "method":"DELETE", "requestUri":"/2021-10-31/functions/{FunctionName}/url", "responseCode":204 }, "input":{"shape":"DeleteFunctionUrlConfigRequest"}, "errors":[ {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function URL results in a different URL address.</p>" }, "DeleteLayerVersion":{ "name":"DeleteLayerVersion", "http":{ "method":"DELETE", "requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", "responseCode":204 }, "input":{"shape":"DeleteLayerVersionRequest"}, "errors":[ {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Deletes a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>", "idempotent":true }, "DeleteProvisionedConcurrencyConfig":{ "name":"DeleteProvisionedConcurrencyConfig", "http":{ "method":"DELETE", "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency", "responseCode":204 }, "input":{"shape":"DeleteProvisionedConcurrencyConfigRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Deletes the provisioned concurrency configuration for a function.</p>", "idempotent":true }, "GetAccountSettings":{ "name":"GetAccountSettings", "http":{ "method":"GET", "requestUri":"/2016-08-19/account-settings", "responseCode":200 }, "input":{"shape":"GetAccountSettingsRequest"}, "output":{"shape":"GetAccountSettingsResponse"}, "errors":[ {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Retrieves details about your account's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/limits.html\">limits</a> and usage in an Amazon Web Services Region.</p>", "readonly":true }, "GetAlias":{ "name":"GetAlias", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}", "responseCode":200 }, "input":{"shape":"GetAliasRequest"}, "output":{"shape":"AliasConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns details about a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">alias</a>.</p>", "readonly":true }, "GetCapacityProvider":{ "name":"GetCapacityProvider", "http":{ "method":"GET", "requestUri":"/2025-11-30/capacity-providers/{CapacityProviderName}", "responseCode":200 }, "input":{"shape":"GetCapacityProviderRequest"}, "output":{"shape":"GetCapacityProviderResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves information about a specific capacity provider, including its configuration, state, and associated resources.</p>", "readonly":true }, "GetCodeSigningConfig":{ "name":"GetCodeSigningConfig", "http":{ "method":"GET", "requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", "responseCode":200 }, "input":{"shape":"GetCodeSigningConfigRequest"}, "output":{"shape":"GetCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns information about the specified code signing configuration.</p>", "readonly":true }, "GetDurableExecution":{ "name":"GetDurableExecution", "http":{ "method":"GET", "requestUri":"/2025-12-01/durable-executions/{DurableExecutionArn}", "responseCode":200 }, "input":{"shape":"GetDurableExecutionRequest"}, "output":{"shape":"GetDurableExecutionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves detailed information about a specific <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>, including its current status, input payload, result or error information, and execution metadata such as start time and usage statistics.</p>", "readonly":true }, "GetDurableExecutionHistory":{ "name":"GetDurableExecutionHistory", "http":{ "method":"GET", "requestUri":"/2025-12-01/durable-executions/{DurableExecutionArn}/history", "responseCode":200 }, "input":{"shape":"GetDurableExecutionHistoryRequest"}, "output":{"shape":"GetDurableExecutionHistoryResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves the execution history for a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>, showing all the steps, callbacks, and events that occurred during the execution. This provides a detailed audit trail of the execution's progress over time.</p> <p>The history is available while the execution is running and for a retention period after it completes (1-90 days, default 30 days). You can control whether to include execution data such as step results and callback payloads.</p>", "readonly":true }, "GetDurableExecutionState":{ "name":"GetDurableExecutionState", "http":{ "method":"GET", "requestUri":"/2025-12-01/durable-executions/{DurableExecutionArn}/state", "responseCode":200 }, "input":{"shape":"GetDurableExecutionStateRequest"}, "output":{"shape":"GetDurableExecutionStateResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"} ], "documentation":"<p>Retrieves the current execution state required for the replay process during <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable function</a> execution. This API is used by the Lambda durable functions SDK to get state information needed for replay. You typically don't need to call this API directly as the SDK handles state management automatically.</p> <p>The response contains operations ordered by start sequence number in ascending order. Completed operations with children don't include child operation details since they don't need to be replayed.</p>", "readonly":true }, "GetEventSourceMapping":{ "name":"GetEventSourceMapping", "http":{ "method":"GET", "requestUri":"/2015-03-31/event-source-mappings/{UUID}", "responseCode":200 }, "input":{"shape":"GetEventSourceMappingRequest"}, "output":{"shape":"EventSourceMappingConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>", "readonly":true }, "GetFunction":{ "name":"GetFunction", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}", "responseCode":200 }, "input":{"shape":"GetFunctionRequest"}, "output":{"shape":"GetFunctionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are returned.</p>", "readonly":true }, "GetFunctionCodeSigningConfig":{ "name":"GetFunctionCodeSigningConfig", "http":{ "method":"GET", "requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config", "responseCode":200 }, "input":{"shape":"GetFunctionCodeSigningConfigRequest"}, "output":{"shape":"GetFunctionCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns the code signing configuration for the specified function.</p>", "readonly":true }, "GetFunctionConcurrency":{ "name":"GetFunctionConcurrency", "http":{ "method":"GET", "requestUri":"/2019-09-30/functions/{FunctionName}/concurrency", "responseCode":200 }, "input":{"shape":"GetFunctionConcurrencyRequest"}, "output":{"shape":"GetFunctionConcurrencyResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use <a>PutFunctionConcurrency</a>.</p>", "readonly":true }, "GetFunctionConfiguration":{ "name":"GetFunctionConfiguration", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}/configuration", "responseCode":200 }, "input":{"shape":"GetFunctionConfigurationRequest"}, "output":{"shape":"FunctionConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns the version-specific settings of a Lambda function or version. The output includes only options that can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p> <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>", "readonly":true }, "GetFunctionEventInvokeConfig":{ "name":"GetFunctionEventInvokeConfig", "http":{ "method":"GET", "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config", "responseCode":200 }, "input":{"shape":"GetFunctionEventInvokeConfigRequest"}, "output":{"shape":"FunctionEventInvokeConfig"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves the configuration for asynchronous invocation for a function, version, or alias.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>", "readonly":true }, "GetFunctionRecursionConfig":{ "name":"GetFunctionRecursionConfig", "http":{ "method":"GET", "requestUri":"/2024-08-31/functions/{FunctionName}/recursion-config", "responseCode":200 }, "input":{"shape":"GetFunctionRecursionConfigRequest"}, "output":{"shape":"GetFunctionRecursionConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html\">recursive loop detection</a> configuration. </p>", "readonly":true }, "GetFunctionScalingConfig":{ "name":"GetFunctionScalingConfig", "http":{ "method":"GET", "requestUri":"/2025-11-30/functions/{FunctionName}/function-scaling-config", "responseCode":200 }, "input":{"shape":"GetFunctionScalingConfigRequest"}, "output":{"shape":"GetFunctionScalingConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves the scaling configuration for a Lambda Managed Instances function.</p>", "readonly":true }, "GetFunctionUrlConfig":{ "name":"GetFunctionUrlConfig", "http":{ "method":"GET", "requestUri":"/2021-10-31/functions/{FunctionName}/url", "responseCode":200 }, "input":{"shape":"GetFunctionUrlConfigRequest"}, "output":{"shape":"GetFunctionUrlConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns details about a Lambda function URL.</p>", "readonly":true }, "GetLayerVersion":{ "name":"GetLayerVersion", "http":{ "method":"GET", "requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", "responseCode":200 }, "input":{"shape":"GetLayerVersionRequest"}, "output":{"shape":"GetLayerVersionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns information about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>, with a link to download the layer archive that's valid for 10 minutes.</p>", "readonly":true }, "GetLayerVersionByArn":{ "name":"GetLayerVersionByArn", "http":{ "method":"GET", "requestUri":"/2018-10-31/layers?find=LayerVersion", "responseCode":200 }, "input":{"shape":"GetLayerVersionByArnRequest"}, "output":{"shape":"GetLayerVersionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns information about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>, with a link to download the layer archive that's valid for 10 minutes.</p>", "readonly":true }, "GetLayerVersionPolicy":{ "name":"GetLayerVersionPolicy", "http":{ "method":"GET", "requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", "responseCode":200 }, "input":{"shape":"GetLayerVersionPolicyRequest"}, "output":{"shape":"GetLayerVersionPolicyResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns the permission policy for a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>", "readonly":true }, "GetPolicy":{ "name":"GetPolicy", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}/policy", "responseCode":200 }, "input":{"shape":"GetPolicyRequest"}, "output":{"shape":"GetPolicyResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns the <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">resource-based IAM policy</a> for a function, version, or alias.</p>", "readonly":true }, "GetProvisionedConcurrencyConfig":{ "name":"GetProvisionedConcurrencyConfig", "http":{ "method":"GET", "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency", "responseCode":200 }, "input":{"shape":"GetProvisionedConcurrencyConfigRequest"}, "output":{"shape":"GetProvisionedConcurrencyConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ProvisionedConcurrencyConfigNotFoundException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>", "readonly":true }, "GetRuntimeManagementConfig":{ "name":"GetRuntimeManagementConfig", "http":{ "method":"GET", "requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config", "responseCode":200 }, "input":{"shape":"GetRuntimeManagementConfigRequest"}, "output":{"shape":"GetRuntimeManagementConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves the runtime management configuration for a function's version. If the runtime update mode is <b>Manual</b>, this includes the ARN of the runtime version and the runtime update mode. If the runtime update mode is <b>Auto</b> or <b>Function update</b>, this includes the runtime update mode and <code>null</code> is returned for the ARN. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html\">Runtime updates</a>.</p>", "readonly":true }, "Invoke":{ "name":"Invoke", "http":{ "method":"POST", "requestUri":"/2015-03-31/functions/{FunctionName}/invocations", "responseCode":200 }, "input":{"shape":"InvocationRequest"}, "output":{"shape":"InvocationResponse"}, "errors":[ {"shape":"ResourceNotReadyException"}, {"shape":"InvalidSecurityGroupIDException"}, {"shape":"SnapStartTimeoutException"}, {"shape":"TooManyRequestsException"}, {"shape":"EC2ThrottledException"}, {"shape":"EFSMountConnectivityException"}, {"shape":"SubnetIPAddressLimitReachedException"}, {"shape":"KMSAccessDeniedException"}, {"shape":"RequestTooLargeException"}, {"shape":"KMSDisabledException"}, {"shape":"UnsupportedMediaTypeException"}, {"shape":"SerializedRequestEntityTooLargeException"}, {"shape":"InvalidRuntimeException"}, {"shape":"NoPublishedVersionException"}, {"shape":"EC2UnexpectedException"}, {"shape":"InvalidSubnetIDException"}, {"shape":"KMSNotFoundException"}, {"shape":"InvalidParameterValueException"}, {"shape":"EC2AccessDeniedException"}, {"shape":"EFSIOException"}, {"shape":"KMSInvalidStateException"}, {"shape":"ResourceConflictException"}, {"shape":"ENILimitReachedException"}, {"shape":"SnapStartNotReadyException"}, {"shape":"ServiceException"}, {"shape":"SnapStartException"}, {"shape":"RecursiveInvocationException"}, {"shape":"EFSMountTimeoutException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestContentException"}, {"shape":"DurableExecutionAlreadyStartedException"}, {"shape":"InvalidZipFileException"}, {"shape":"EFSMountFailureException"} ], "documentation":"<p>Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or asynchronously. By default, Lambda invokes your function synchronously (i.e. the<code>InvocationType</code> is <code>RequestResponse</code>). To invoke a function asynchronously, set <code>InvocationType</code> to <code>Event</code>. Lambda passes the <code>ClientContext</code> object to your function for synchronous invocations only.</p> <p>For synchronous invocations, the maximum payload size is 6 MB. For asynchronous invocations, the maximum payload size is 1 MB.</p> <p>For <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-sync.html\">synchronous invocation</a>, details about the function response, including errors, are included in the response body and headers. For either invocation type, you can find more information in the <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html\">execution log</a> and <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html\">trace</a>.</p> <p>When an error occurs, your function may be invoked multiple times. Retry behavior varies by error type, client, event source, and invocation type. For example, if you invoke a function asynchronously and it returns an error, Lambda executes the function up to two more times. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-retries.html\">Error handling and automatic retries in Lambda</a>.</p> <p>For <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html\">asynchronous invocation</a>, Lambda adds events to a queue before sending them to your function. If your function does not have enough capacity to keep up with the queue, events may be lost. Occasionally, your function may receive the same event multiple times, even if no error occurs. To retain events that were not processed, configure your function with a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-dlq\">dead-letter queue</a>.</p> <p>The status code in the API response doesn't reflect function errors. Error codes are reserved for errors that prevent your function from executing, such as permissions errors, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">quota</a> errors, or issues with your function's code and configuration. For example, Lambda returns <code>TooManyRequestsException</code> if running the function would cause you to exceed a concurrency limit at either the account level (<code>ConcurrentInvocationLimitExceeded</code>) or function level (<code>ReservedFunctionConcurrentInvocationLimitExceeded</code>).</p> <p>For functions with a long timeout, your client might disconnect 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.</p> <p>This operation requires permission for the <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html\">lambda:InvokeFunction</a> action. For details on how to set up permissions for cross-account invocations, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke\">Granting function access to other accounts</a>.</p>" }, "InvokeAsync":{ "name":"InvokeAsync", "http":{ "method":"POST", "requestUri":"/2014-11-13/functions/{FunctionName}/invoke-async", "responseCode":202 }, "input":{"shape":"InvokeAsyncRequest"}, "output":{"shape":"InvokeAsyncResponse"}, "errors":[ {"shape":"InvalidRuntimeException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestContentException"} ], "documentation":"<p><note> <p>For asynchronous function invocation, use <a>Invoke</a>.</p> </note> <p>Invokes a function asynchronously.</p> <note> <p>The payload limit is 256KB. For larger payloads, for up to 1MB, use <a>Invoke</a>.</p> </note> <note> <p>If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not propagated to the function, even if X-Ray active tracing is turned on.</p> </note></p>", "deprecated":true }, "InvokeWithResponseStream":{ "name":"InvokeWithResponseStream", "http":{ "method":"POST", "requestUri":"/2021-11-15/functions/{FunctionName}/response-streaming-invocations", "responseCode":200 }, "input":{"shape":"InvokeWithResponseStreamRequest"}, "output":{"shape":"InvokeWithResponseStreamResponse"}, "errors":[ {"shape":"ResourceNotReadyException"}, {"shape":"InvalidSecurityGroupIDException"}, {"shape":"SnapStartTimeoutException"}, {"shape":"TooManyRequestsException"}, {"shape":"EC2ThrottledException"}, {"shape":"EFSMountConnectivityException"}, {"shape":"SubnetIPAddressLimitReachedException"}, {"shape":"KMSAccessDeniedException"}, {"shape":"RequestTooLargeException"}, {"shape":"KMSDisabledException"}, {"shape":"UnsupportedMediaTypeException"}, {"shape":"SerializedRequestEntityTooLargeException"}, {"shape":"InvalidRuntimeException"}, {"shape":"NoPublishedVersionException"}, {"shape":"EC2UnexpectedException"}, {"shape":"InvalidSubnetIDException"}, {"shape":"KMSNotFoundException"}, {"shape":"InvalidParameterValueException"}, {"shape":"EC2AccessDeniedException"}, {"shape":"EFSIOException"}, {"shape":"KMSInvalidStateException"}, {"shape":"ResourceConflictException"}, {"shape":"ENILimitReachedException"}, {"shape":"SnapStartNotReadyException"}, {"shape":"ServiceException"}, {"shape":"SnapStartException"}, {"shape":"RecursiveInvocationException"}, {"shape":"EFSMountTimeoutException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestContentException"}, {"shape":"InvalidZipFileException"}, {"shape":"EFSMountFailureException"} ], "documentation":"<p>Configure your Lambda functions to stream response payloads back to clients. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html\">Configuring a Lambda function to stream responses</a>.</p> <p>This operation requires permission for the <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html\">lambda:InvokeFunction</a> action. For details on how to set up permissions for cross-account invocations, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke\">Granting function access to other accounts</a>.</p>" }, "ListAliases":{ "name":"ListAliases", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}/aliases", "responseCode":200 }, "input":{"shape":"ListAliasesRequest"}, "output":{"shape":"ListAliasesResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">aliases</a> for a Lambda function.</p>", "readonly":true }, "ListCapacityProviders":{ "name":"ListCapacityProviders", "http":{ "method":"GET", "requestUri":"/2025-11-30/capacity-providers", "responseCode":200 }, "input":{"shape":"ListCapacityProvidersRequest"}, "output":{"shape":"ListCapacityProvidersResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Returns a list of capacity providers in your account.</p>", "readonly":true }, "ListCodeSigningConfigs":{ "name":"ListCodeSigningConfigs", "http":{ "method":"GET", "requestUri":"/2020-04-22/code-signing-configs", "responseCode":200 }, "input":{"shape":"ListCodeSigningConfigsRequest"}, "output":{"shape":"ListCodeSigningConfigsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"} ], "documentation":"<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html\">code signing configurations</a>. A request returns up to 10,000 configurations per call. You can use the <code>MaxItems</code> parameter to return fewer configurations per call. </p>", "readonly":true }, "ListDurableExecutionsByFunction":{ "name":"ListDurableExecutionsByFunction", "http":{ "method":"GET", "requestUri":"/2025-12-01/functions/{FunctionName}/durable-executions", "responseCode":200 }, "input":{"shape":"ListDurableExecutionsByFunctionRequest"}, "output":{"shape":"ListDurableExecutionsByFunctionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable executions</a> for a specified Lambda function. You can filter the results by execution name, status, and start time range. This API supports pagination for large result sets.</p>", "readonly":true }, "ListEventSourceMappings":{ "name":"ListEventSourceMappings", "http":{ "method":"GET", "requestUri":"/2015-03-31/event-source-mappings", "responseCode":200 }, "input":{"shape":"ListEventSourceMappingsRequest"}, "output":{"shape":"ListEventSourceMappingsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Lists event source mappings. Specify an <code>EventSourceArn</code> to show only event source mappings for a single event source.</p>", "readonly":true }, "ListFunctionEventInvokeConfigs":{ "name":"ListFunctionEventInvokeConfigs", "http":{ "method":"GET", "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config/list", "responseCode":200 }, "input":{"shape":"ListFunctionEventInvokeConfigsRequest"}, "output":{"shape":"ListFunctionEventInvokeConfigsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves a list of configurations for asynchronous invocation for a function.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>", "readonly":true }, "ListFunctionUrlConfigs":{ "name":"ListFunctionUrlConfigs", "http":{ "method":"GET", "requestUri":"/2021-10-31/functions/{FunctionName}/urls", "responseCode":200 }, "input":{"shape":"ListFunctionUrlConfigsRequest"}, "output":{"shape":"ListFunctionUrlConfigsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a list of Lambda function URLs for the specified function.</p>", "readonly":true }, "ListFunctionVersionsByCapacityProvider":{ "name":"ListFunctionVersionsByCapacityProvider", "http":{ "method":"GET", "requestUri":"/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", "responseCode":200 }, "input":{"shape":"ListFunctionVersionsByCapacityProviderRequest"}, "output":{"shape":"ListFunctionVersionsByCapacityProviderResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a list of function versions that are configured to use a specific capacity provider.</p>", "readonly":true }, "ListFunctions":{ "name":"ListFunctions", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions", "responseCode":200 }, "input":{"shape":"ListFunctionsRequest"}, "output":{"shape":"ListFunctionsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50 functions per call.</p> <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in addition to the unpublished version.</p> <note> <p>The <code>ListFunctions</code> operation returns a subset of the <a>FunctionConfiguration</a> fields. To get the additional fields (State, StateReasonCode, StateReason, LastUpdateStatus, LastUpdateStatusReason, LastUpdateStatusReasonCode, RuntimeVersionConfig) for a function or version, use <a>GetFunction</a>.</p> </note>", "readonly":true }, "ListFunctionsByCodeSigningConfig":{ "name":"ListFunctionsByCodeSigningConfig", "http":{ "method":"GET", "requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", "responseCode":200 }, "input":{"shape":"ListFunctionsByCodeSigningConfigRequest"}, "output":{"shape":"ListFunctionsByCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.</p>", "readonly":true }, "ListLayerVersions":{ "name":"ListLayerVersions", "http":{ "method":"GET", "requestUri":"/2018-10-31/layers/{LayerName}/versions", "responseCode":200 }, "input":{"shape":"ListLayerVersionsRequest"}, "output":{"shape":"ListLayerVersionsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Lists the versions of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. Versions that have been deleted aren't listed. Specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime identifier</a> to list only versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layer versions that are compatible with that architecture.</p>", "readonly":true }, "ListLayers":{ "name":"ListLayers", "http":{ "method":"GET", "requestUri":"/2018-10-31/layers", "responseCode":200 }, "input":{"shape":"ListLayersRequest"}, "output":{"shape":"ListLayersResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"<p>Lists <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html\">Lambda layers</a> and shows information about the latest version of each. Specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime identifier</a> to list only layers that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layers that are compatible with that <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architecture</a>.</p>", "readonly":true }, "ListProvisionedConcurrencyConfigs":{ "name":"ListProvisionedConcurrencyConfigs", "http":{ "method":"GET", "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", "responseCode":200 }, "input":{"shape":"ListProvisionedConcurrencyConfigsRequest"}, "output":{"shape":"ListProvisionedConcurrencyConfigsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Retrieves a list of provisioned concurrency configurations for a function.</p>", "readonly":true }, "ListTags":{ "name":"ListTags", "http":{ "method":"GET", "requestUri":"/2017-03-31/tags/{Resource}", "responseCode":200 }, "input":{"shape":"ListTagsRequest"}, "output":{"shape":"ListTagsResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a function, event source mapping, or code signing configuration's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>. You can also view function tags with <a>GetFunction</a>.</p>", "readonly":true }, "ListVersionsByFunction":{ "name":"ListVersionsByFunction", "http":{ "method":"GET", "requestUri":"/2015-03-31/functions/{FunctionName}/versions", "responseCode":200 }, "input":{"shape":"ListVersionsByFunctionRequest"}, "output":{"shape":"ListVersionsByFunctionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Returns a list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">versions</a>, with the version-specific configuration of each. Lambda returns up to 50 versions per call.</p>", "readonly":true }, "PublishLayerVersion":{ "name":"PublishLayerVersion", "http":{ "method":"POST", "requestUri":"/2018-10-31/layers/{LayerName}/versions", "responseCode":201 }, "input":{"shape":"PublishLayerVersionRequest"}, "output":{"shape":"PublishLayerVersionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeStorageExceededException"} ], "documentation":"<p>Creates an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same layer name, a new version is created.</p> <p>Add layers to your function with <a>CreateFunction</a> or <a>UpdateFunctionConfiguration</a>.</p>" }, "PublishVersion":{ "name":"PublishVersion", "http":{ "method":"POST", "requestUri":"/2015-03-31/functions/{FunctionName}/versions", "responseCode":201 }, "input":{"shape":"PublishVersionRequest"}, "output":{"shape":"FunctionConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeStorageExceededException"}, {"shape":"PreconditionFailedException"}, {"shape":"FunctionVersionsPerCapacityProviderLimitExceededException"} ], "documentation":"<p>Creates a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">version</a> from the current code and configuration of a function. Use versions to create a snapshot of your function code and configuration that doesn't change.</p> <p>Lambda doesn't publish a version if the function's configuration and code haven't changed since the last version. Use <a>UpdateFunctionCode</a> or <a>UpdateFunctionConfiguration</a> to update the function before publishing a version.</p> <p>Clients can invoke versions directly or with an alias. To create an alias, use <a>CreateAlias</a>.</p>" }, "PutFunctionCodeSigningConfig":{ "name":"PutFunctionCodeSigningConfig", "http":{ "method":"PUT", "requestUri":"/2020-06-30/functions/{FunctionName}/code-signing-config", "responseCode":200 }, "input":{"shape":"PutFunctionCodeSigningConfigRequest"}, "output":{"shape":"PutFunctionCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeSigningConfigNotFoundException"} ], "documentation":"<p>Update the code signing configuration for the function. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function. </p>" }, "PutFunctionConcurrency":{ "name":"PutFunctionConcurrency", "http":{ "method":"PUT", "requestUri":"/2017-10-31/functions/{FunctionName}/concurrency", "responseCode":200 }, "input":{"shape":"PutFunctionConcurrencyRequest"}, "output":{"shape":"Concurrency"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.</p> <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished version. Reserving concurrency both ensures that your function has capacity to process the specified number of events simultaneously, and prevents it from scaling beyond that level. Use <a>GetFunction</a> to see the current setting for a function.</p> <p>Use <a>GetAccountSettings</a> to see your Regional concurrency limit. You can reserve concurrency for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for functions that aren't configured with a per-function limit. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-scaling.html\">Lambda function scaling</a>.</p>" }, "PutFunctionEventInvokeConfig":{ "name":"PutFunctionEventInvokeConfig", "http":{ "method":"PUT", "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config", "responseCode":200 }, "input":{"shape":"PutFunctionEventInvokeConfigRequest"}, "output":{"shape":"FunctionEventInvokeConfig"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Configures options for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html\">asynchronous invocation</a> on a function, version, or alias. If a configuration already exists for a function, version, or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without affecting existing settings for other options, use <a>UpdateFunctionEventInvokeConfig</a>.</p> <p>By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous invocation queue for too long, Lambda discards it. To retain discarded events, configure a dead-letter queue with <a>UpdateFunctionConfiguration</a>.</p> <p>To send an invocation record to a queue, topic, S3 bucket, function, or event bus, specify a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations\">destination</a>. You can configure separate destinations for successful invocations (on-success) and events that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a dead-letter queue.</p> <note> <p>S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.</p> </note>" }, "PutFunctionRecursionConfig":{ "name":"PutFunctionRecursionConfig", "http":{ "method":"PUT", "requestUri":"/2024-08-31/functions/{FunctionName}/recursion-config", "responseCode":200 }, "input":{"shape":"PutFunctionRecursionConfigRequest"}, "output":{"shape":"PutFunctionRecursionConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Sets your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html\">recursive loop detection</a> configuration.</p> <p>When you configure a Lambda function to output to the same service or resource that invokes the function, it's possible to create an infinite recursive loop. For example, a Lambda function might write a message to an Amazon Simple Queue Service (Amazon SQS) queue, which then invokes the same function. This invocation causes the function to write another message to the queue, which in turn invokes the function again.</p> <p>Lambda can detect certain types of recursive loops shortly after they occur. When Lambda detects a recursive loop and your function's recursive loop detection configuration is set to <code>Terminate</code>, it stops your function being invoked and notifies you.</p>" }, "PutFunctionScalingConfig":{ "name":"PutFunctionScalingConfig", "http":{ "method":"PUT", "requestUri":"/2025-11-30/functions/{FunctionName}/function-scaling-config", "responseCode":202 }, "input":{"shape":"PutFunctionScalingConfigRequest"}, "output":{"shape":"PutFunctionScalingConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Sets the scaling configuration for a Lambda Managed Instances function. The scaling configuration defines the minimum and maximum number of execution environments that can be provisioned for the function, allowing you to control scaling behavior and resource allocation.</p>" }, "PutProvisionedConcurrencyConfig":{ "name":"PutProvisionedConcurrencyConfig", "http":{ "method":"PUT", "requestUri":"/2019-09-30/functions/{FunctionName}/provisioned-concurrency", "responseCode":202 }, "input":{"shape":"PutProvisionedConcurrencyConfigRequest"}, "output":{"shape":"PutProvisionedConcurrencyConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Adds a provisioned concurrency configuration to a function's alias or version.</p>", "idempotent":true }, "PutRuntimeManagementConfig":{ "name":"PutRuntimeManagementConfig", "http":{ "method":"PUT", "requestUri":"/2021-07-20/functions/{FunctionName}/runtime-management-config", "responseCode":200 }, "input":{"shape":"PutRuntimeManagementConfigRequest"}, "output":{"shape":"PutRuntimeManagementConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Sets the runtime management configuration for a function's version. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html\">Runtime updates</a>.</p>" }, "RemoveLayerVersionPermission":{ "name":"RemoveLayerVersionPermission", "http":{ "method":"DELETE", "requestUri":"/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", "responseCode":204 }, "input":{"shape":"RemoveLayerVersionPermissionRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Removes a statement from the permissions policy for a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>" }, "RemovePermission":{ "name":"RemovePermission", "http":{ "method":"DELETE", "requestUri":"/2015-03-31/functions/{FunctionName}/policy/{StatementId}", "responseCode":204 }, "input":{"shape":"RemovePermissionRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Revokes function-use permission from an Amazon Web Services service or another Amazon Web Services account. You can get the ID of the statement from the output of <a>GetPolicy</a>.</p>" }, "SendDurableExecutionCallbackFailure":{ "name":"SendDurableExecutionCallbackFailure", "http":{ "method":"POST", "requestUri":"/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", "responseCode":200 }, "input":{"shape":"SendDurableExecutionCallbackFailureRequest"}, "output":{"shape":"SendDurableExecutionCallbackFailureResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"CallbackTimeoutException"} ], "documentation":"<p>Sends a failure response for a callback operation in a durable execution. Use this API when an external system cannot complete a callback operation successfully.</p>" }, "SendDurableExecutionCallbackHeartbeat":{ "name":"SendDurableExecutionCallbackHeartbeat", "http":{ "method":"POST", "requestUri":"/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", "responseCode":200 }, "input":{"shape":"SendDurableExecutionCallbackHeartbeatRequest"}, "output":{"shape":"SendDurableExecutionCallbackHeartbeatResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"CallbackTimeoutException"} ], "documentation":"<p>Sends a heartbeat signal for a long-running callback operation to prevent timeout. Use this API to extend the callback timeout period while the external operation is still in progress.</p>" }, "SendDurableExecutionCallbackSuccess":{ "name":"SendDurableExecutionCallbackSuccess", "http":{ "method":"POST", "requestUri":"/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", "responseCode":200 }, "input":{"shape":"SendDurableExecutionCallbackSuccessRequest"}, "output":{"shape":"SendDurableExecutionCallbackSuccessResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"CallbackTimeoutException"} ], "documentation":"<p>Sends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.</p>" }, "StopDurableExecution":{ "name":"StopDurableExecution", "http":{ "method":"POST", "requestUri":"/2025-12-01/durable-executions/{DurableExecutionArn}/stop", "responseCode":200 }, "input":{"shape":"StopDurableExecutionRequest"}, "output":{"shape":"StopDurableExecutionResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"TooManyRequestsException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Stops a running <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>. The execution transitions to STOPPED status and cannot be resumed. Any in-progress operations are terminated.</p>" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/2017-03-31/tags/{Resource}", "responseCode":204 }, "input":{"shape":"TagResourceRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Adds <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to a function, event source mapping, or code signing configuration.</p>" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/2017-03-31/tags/{Resource}", "responseCode":204 }, "input":{"shape":"UntagResourceRequest"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Removes <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> from a function, event source mapping, or code signing configuration.</p>" }, "UpdateAlias":{ "name":"UpdateAlias", "http":{ "method":"PUT", "requestUri":"/2015-03-31/functions/{FunctionName}/aliases/{Name}", "responseCode":200 }, "input":{"shape":"UpdateAliasRequest"}, "output":{"shape":"AliasConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Updates the configuration of a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">alias</a>.</p>" }, "UpdateCapacityProvider":{ "name":"UpdateCapacityProvider", "http":{ "method":"PUT", "requestUri":"/2025-11-30/capacity-providers/{CapacityProviderName}", "responseCode":202 }, "input":{"shape":"UpdateCapacityProviderRequest"}, "output":{"shape":"UpdateCapacityProviderResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Updates the configuration of an existing capacity provider.</p>" }, "UpdateCodeSigningConfig":{ "name":"UpdateCodeSigningConfig", "http":{ "method":"PUT", "requestUri":"/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", "responseCode":200 }, "input":{"shape":"UpdateCodeSigningConfigRequest"}, "output":{"shape":"UpdateCodeSigningConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ServiceException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function. </p>" }, "UpdateEventSourceMapping":{ "name":"UpdateEventSourceMapping", "http":{ "method":"PUT", "requestUri":"/2015-03-31/event-source-mappings/{UUID}", "responseCode":202 }, "input":{"shape":"UpdateEventSourceMappingRequest"}, "output":{"shape":"EventSourceMappingConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceInUseException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location.</p> <p>For details about how to configure different event sources, see the following topics. </p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping\"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping\"> Amazon Kinesis</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource\"> Amazon SQS</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping\"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html\"> Amazon MSK</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html\"> Apache Kafka</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html\"> Amazon DocumentDB</a> </p> </li> </ul> <p>The following error handling options are available for stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed Apache Kafka):</p> <ul> <li> <p> <code>BisectBatchOnFunctionError</code> – If the function returns an error, split the batch in two and retry.</p> </li> <li> <p> <code>MaximumRecordAgeInSeconds</code> – Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires</p> </li> <li> <p> <code>MaximumRetryAttempts</code> – Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p> </li> <li> <p> <code>OnFailure</code> – Send discarded records to an Amazon SQS queue, Amazon SNS topic, Kafka topic, or Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations\">Adding a destination</a>.</p> </li> </ul> <p>The following option is available only for DynamoDB and Kinesis event sources:</p> <ul> <li> <p> <code>ParallelizationFactor</code> – Process multiple batches from each shard concurrently.</p> </li> </ul> <p>For information about which configuration parameters apply to each event source, see the following topics.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params\"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params\"> Amazon Kinesis</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params\"> Amazon SQS</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params\"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms\"> Amazon MSK</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms\"> Apache Kafka</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration\"> Amazon DocumentDB</a> </p> </li> </ul>" }, "UpdateFunctionCode":{ "name":"UpdateFunctionCode", "http":{ "method":"PUT", "requestUri":"/2015-03-31/functions/{FunctionName}/code", "responseCode":200 }, "input":{"shape":"UpdateFunctionCodeRequest"}, "output":{"shape":"FunctionConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"InvalidCodeSignatureException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeVerificationFailedException"}, {"shape":"CodeSigningConfigNotFoundException"}, {"shape":"CodeStorageExceededException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed by a trusted publisher. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html\">Configuring code signing for Lambda</a>.</p> <p>If the function's package type is <code>Image</code>, then you must specify the code package in <code>ImageUri</code> as the URI of a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html\">container image</a> in the Amazon ECR registry.</p> <p>If the function's package type is <code>Zip</code>, then you must specify the deployment package as a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html#gettingstarted-package-zip\">.zip file archive</a>. Enter the Amazon S3 bucket and key of the code .zip file location. You can also provide the function code inline using the <code>ZipFile</code> field.</p> <p>The code in the deployment package must be compatible with the target instruction set architecture of the function (<code>x86-64</code> or <code>arm64</code>).</p> <p>The function's code is locked when you publish a version. You can't modify the code of a published version, only the unpublished version.</p> <note> <p>For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if you update the image tag to a new image, Lambda does not automatically update the function.</p> </note>" }, "UpdateFunctionConfiguration":{ "name":"UpdateFunctionConfiguration", "http":{ "method":"PUT", "requestUri":"/2015-03-31/functions/{FunctionName}/configuration", "responseCode":200 }, "input":{"shape":"UpdateFunctionConfigurationRequest"}, "output":{"shape":"FunctionConfiguration"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"InvalidCodeSignatureException"}, {"shape":"ResourceNotFoundException"}, {"shape":"CodeVerificationFailedException"}, {"shape":"CodeSigningConfigNotFoundException"}, {"shape":"PreconditionFailedException"} ], "documentation":"<p>Modify the version-specific settings of a Lambda function.</p> <p>When you update a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify the function, but you can still invoke it. The <code>LastUpdateStatus</code>, <code>LastUpdateStatusReason</code>, and <code>LastUpdateStatusReasonCode</code> fields in the response from <a>GetFunctionConfiguration</a> indicate when the update is complete and the function is processing events with the new configuration. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html\">Lambda function states</a>.</p> <p>These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version.</p> <p>To configure function concurrency, use <a>PutFunctionConcurrency</a>. To grant invoke permissions to an Amazon Web Services account or Amazon Web Services service, use <a>AddPermission</a>.</p>" }, "UpdateFunctionEventInvokeConfig":{ "name":"UpdateFunctionEventInvokeConfig", "http":{ "method":"POST", "requestUri":"/2019-09-25/functions/{FunctionName}/event-invoke-config", "responseCode":200 }, "input":{"shape":"UpdateFunctionEventInvokeConfigRequest"}, "output":{"shape":"FunctionEventInvokeConfig"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>" }, "UpdateFunctionUrlConfig":{ "name":"UpdateFunctionUrlConfig", "http":{ "method":"PUT", "requestUri":"/2021-10-31/functions/{FunctionName}/url", "responseCode":200 }, "input":{"shape":"UpdateFunctionUrlConfigRequest"}, "output":{"shape":"UpdateFunctionUrlConfigResponse"}, "errors":[ {"shape":"InvalidParameterValueException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"<p>Updates the configuration for a Lambda function URL.</p>" } }, "shapes":{ "AccountLimit":{ "type":"structure", "members":{ "TotalCodeSize":{ "shape":"Long", "documentation":"<p>The amount of storage space that you can use for all deployment packages and layer archives.</p>" }, "CodeSizeUnzipped":{ "shape":"Long", "documentation":"<p>The maximum size of a function's deployment package and layers when they're extracted.</p>" }, "CodeSizeZipped":{ "shape":"Long", "documentation":"<p>The maximum size of a deployment package when it's uploaded directly to Lambda. Use Amazon S3 for larger files.</p>" }, "ConcurrentExecutions":{ "shape":"Integer", "documentation":"<p>The maximum number of simultaneous function executions.</p>" }, "UnreservedConcurrentExecutions":{ "shape":"UnreservedConcurrentExecutions", "documentation":"<p>The maximum number of simultaneous function executions, minus the capacity that's reserved for individual functions with <a>PutFunctionConcurrency</a>.</p>" } }, "documentation":"<p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>" }, "AccountUsage":{ "type":"structure", "members":{ "TotalCodeSize":{ "shape":"Long", "documentation":"<p>The amount of storage space, in bytes, that's being used by deployment packages and layer archives.</p>" }, "FunctionCount":{ "shape":"Long", "documentation":"<p>The number of Lambda functions.</p>" } }, "documentation":"<p>The number of functions and amount of storage in use.</p>" }, "Action":{ "type":"string", "pattern":"(lambda:[*]|lambda:[a-zA-Z]+|[*])" }, "AddLayerVersionPermissionRequest":{ "type":"structure", "required":[ "LayerName", "VersionNumber", "StatementId", "Action", "Principal" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "VersionNumber":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>", "location":"uri", "locationName":"VersionNumber" }, "StatementId":{ "shape":"StatementId", "documentation":"<p>An identifier that distinguishes the policy from others on the same layer version.</p>" }, "Action":{ "shape":"LayerPermissionAllowedAction", "documentation":"<p>The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>.</p>" }, "Principal":{ "shape":"LayerPermissionAllowedPrincipal", "documentation":"<p>An account ID, or <code>*</code> to grant layer usage permission to all accounts in an organization, or all Amazon Web Services accounts (if <code>organizationId</code> is not specified). For the last case, make sure that you really do want all Amazon Web Services accounts to have usage permission to this layer. </p>" }, "OrganizationId":{ "shape":"OrganizationId", "documentation":"<p>With the principal set to <code>*</code>, grant permission to all accounts in the specified organization.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.</p>", "location":"querystring", "locationName":"RevisionId" } } }, "AddLayerVersionPermissionResponse":{ "type":"structure", "members":{ "Statement":{ "shape":"String", "documentation":"<p>The permission statement.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>A unique identifier for the current revision of the policy.</p>" } } }, "AddPermissionRequest":{ "type":"structure", "required":[ "FunctionName", "StatementId", "Action", "Principal" ], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "StatementId":{ "shape":"StatementId", "documentation":"<p>A statement identifier that differentiates the statement from others in the same policy.</p>" }, "Action":{ "shape":"Action", "documentation":"<p>The action that the principal can use on the function. For example, <code>lambda:InvokeFunction</code> or <code>lambda:GetFunction</code>.</p>" }, "Principal":{ "shape":"Principal", "documentation":"<p>The Amazon Web Services service, Amazon Web Services account, IAM user, or IAM role that invokes the function. If you specify a service, use <code>SourceArn</code> or <code>SourceAccount</code> to limit who can invoke the function through that service.</p>" }, "SourceArn":{ "shape":"Arn", "documentation":"<p>For Amazon Web Services services, the ARN of the Amazon Web Services resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.</p> <p>Note that Lambda configures the comparison using the <code>StringLike</code> operator.</p>" }, "SourceAccount":{ "shape":"SourceOwner", "documentation":"<p>For Amazon Web Services service, the ID of the Amazon Web Services account that owns the resource. Use this together with <code>SourceArn</code> to ensure that the specified account owns the resource. It is possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.</p>" }, "EventSourceToken":{ "shape":"EventSourceToken", "documentation":"<p>For Alexa Smart Home functions, a token that the invoker must supply.</p>" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to add permissions to a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" }, "RevisionId":{ "shape":"String", "documentation":"<p>Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.</p>" }, "PrincipalOrgID":{ "shape":"PrincipalOrgID", "documentation":"<p>The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web Services accounts under this organization.</p>" }, "FunctionUrlAuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "InvokedViaFunctionUrl":{ "shape":"InvokedViaFunctionUrl", "documentation":"<p>Indicates whether the permission applies when the function is invoked through a function URL. </p>" } } }, "AddPermissionResponse":{ "type":"structure", "members":{ "Statement":{ "shape":"String", "documentation":"<p>The permission statement that's added to the function policy.</p>" } } }, "AdditionalVersion":{ "type":"string", "max":1024, "min":1, "pattern":"[0-9]+" }, "AdditionalVersionWeights":{ "type":"map", "key":{"shape":"AdditionalVersion"}, "value":{"shape":"Weight"} }, "Alias":{ "type":"string", "max":128, "min":1, "pattern":"(?!^[0-9]+$)([a-zA-Z0-9-_]+)" }, "AliasConfiguration":{ "type":"structure", "members":{ "AliasArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the alias.</p>" }, "Name":{ "shape":"Alias", "documentation":"<p>The name of the alias.</p>" }, "FunctionVersion":{ "shape":"Version", "documentation":"<p>The function version that the alias invokes.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description of the alias.</p>" }, "RoutingConfig":{ "shape":"AliasRoutingConfiguration", "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">routing configuration</a> of the alias.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>A unique identifier that changes when you update the alias.</p>" } }, "documentation":"<p>Provides configuration information about a Lambda function <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html\">alias</a>.</p>" }, "AliasList":{ "type":"list", "member":{"shape":"AliasConfiguration"} }, "AliasRoutingConfiguration":{ "type":"structure", "members":{ "AdditionalVersionWeights":{ "shape":"AdditionalVersionWeights", "documentation":"<p>The second version, and the percentage of traffic that's routed to it.</p>" } }, "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">traffic-shifting</a> configuration of a Lambda function alias.</p>" }, "AllowCredentials":{ "type":"boolean", "box":true }, "AllowMethodsList":{ "type":"list", "member":{"shape":"Method"}, "max":6, "min":0 }, "AllowOriginsList":{ "type":"list", "member":{"shape":"Origin"}, "max":100, "min":0 }, "AllowedPublishers":{ "type":"structure", "required":["SigningProfileVersionArns"], "members":{ "SigningProfileVersionArns":{ "shape":"SigningProfileVersionArns", "documentation":"<p>The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. </p>" } }, "documentation":"<p>List of signing profiles that can sign a code package. </p>" }, "AmazonManagedKafkaEventSourceConfig":{ "type":"structure", "members":{ "ConsumerGroupId":{ "shape":"URI", "documentation":"<p>The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id\">Customizable consumer group ID</a>.</p>" }, "SchemaRegistryConfig":{ "shape":"KafkaSchemaRegistryConfig", "documentation":"<p>Specific configuration settings for a Kafka schema registry.</p>" } }, "documentation":"<p>Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.</p>" }, "ApplicationLogLevel":{ "type":"string", "enum":[ "TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL" ] }, "Architecture":{ "type":"string", "enum":[ "x86_64", "arm64" ] }, "ArchitecturesList":{ "type":"list", "member":{"shape":"Architecture"}, "max":1, "min":1 }, "Arn":{ "type":"string", "pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)" }, "AttemptCount":{ "type":"integer", "min":0 }, "BatchSize":{ "type":"integer", "box":true, "max":10000, "min":1 }, "BinaryOperationPayload":{ "type":"blob", "max":262144, "min":0, "sensitive":true }, "BisectBatchOnFunctionError":{ "type":"boolean", "box":true }, "Blob":{ "type":"blob", "sensitive":true }, "BlobStream":{ "type":"blob", "streaming":true }, "Boolean":{"type":"boolean"}, "CallbackDetails":{ "type":"structure", "members":{ "CallbackId":{ "shape":"CallbackId", "documentation":"<p>The callback ID. Callback IDs are generated by the <code>DurableContext</code> when a durable function calls <code>ctx.waitForCallback</code>.</p>" }, "Result":{ "shape":"OperationPayload", "documentation":"<p>The response payload from the callback operation as a string.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>An error object that contains details about the failure.</p>" } }, "documentation":"<p>Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.</p>" }, "CallbackFailedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>An error object that contains details about the failure.</p>" } }, "documentation":"<p>Contains details about a failed callback operation, including error information and the reason for failure.</p>" }, "CallbackId":{ "type":"string", "max":1024, "min":1, "pattern":"[A-Za-z0-9+/]+={0,2}" }, "CallbackOptions":{ "type":"structure", "members":{ "TimeoutSeconds":{ "shape":"DurationSeconds", "documentation":"<p>The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.</p>" }, "HeartbeatTimeoutSeconds":{ "shape":"DurationSeconds", "documentation":"<p>The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.</p>" } }, "documentation":"<p>Configuration options for callback operations in durable executions, including timeout settings and retry behavior.</p>" }, "CallbackStartedDetails":{ "type":"structure", "required":["CallbackId"], "members":{ "CallbackId":{ "shape":"CallbackId", "documentation":"<p>The callback ID. Callback IDs are generated by the <code>DurableContext</code> when a durable function calls <code>ctx.waitForCallback</code>.</p>" }, "HeartbeatTimeout":{ "shape":"DurationSeconds", "documentation":"<p>The heartbeat timeout value, in seconds.</p>" }, "Timeout":{ "shape":"DurationSeconds", "documentation":"<p>The timeout value, in seconds.</p>" } }, "documentation":"<p>Contains details about a callback operation that has started, including timing information and callback metadata.</p>" }, "CallbackSucceededDetails":{ "type":"structure", "required":["Result"], "members":{ "Result":{ "shape":"EventResult", "documentation":"<p>The response payload from the successful operation.</p>" } }, "documentation":"<p>Contains details about a successfully completed callback operation, including the result data and completion timestamp.</p>" }, "CallbackTimedOutDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the callback timeout.</p>" } }, "documentation":"<p>Contains details about a callback operation that timed out, including timeout duration and any partial results.</p>" }, "CallbackTimeoutException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "Message":{"shape":"String"} }, "documentation":"<p>The callback ID token has either expired or the callback associated with the token has already been closed.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "CapacityProvider":{ "type":"structure", "required":[ "CapacityProviderArn", "State", "VpcConfig", "PermissionsConfig" ], "members":{ "CapacityProviderArn":{ "shape":"CapacityProviderArn", "documentation":"<p>The Amazon Resource Name (ARN) of the capacity provider.</p>" }, "State":{ "shape":"CapacityProviderState", "documentation":"<p>The current state of the capacity provider.</p>" }, "VpcConfig":{ "shape":"CapacityProviderVpcConfig", "documentation":"<p>The VPC configuration for the capacity provider.</p>" }, "PermissionsConfig":{ "shape":"CapacityProviderPermissionsConfig", "documentation":"<p>The permissions configuration for the capacity provider.</p>" }, "InstanceRequirements":{ "shape":"InstanceRequirements", "documentation":"<p>The instance requirements for compute resources managed by the capacity provider.</p>" }, "CapacityProviderScalingConfig":{ "shape":"CapacityProviderScalingConfig", "documentation":"<p>The scaling configuration for the capacity provider.</p>" }, "KmsKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the KMS key used to encrypt the capacity provider's resources.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time when the capacity provider was last modified.</p>" } }, "documentation":"<p>A capacity provider manages compute resources for Lambda functions.</p>" }, "CapacityProviderArn":{ "type":"string", "max":140, "min":1, "pattern":"arn:aws[a-zA-Z-]*:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:capacity-provider:[a-zA-Z0-9-_]+" }, "CapacityProviderConfig":{ "type":"structure", "required":["LambdaManagedInstancesCapacityProviderConfig"], "members":{ "LambdaManagedInstancesCapacityProviderConfig":{ "shape":"LambdaManagedInstancesCapacityProviderConfig", "documentation":"<p>Configuration for Lambda-managed instances used by the capacity provider.</p>" } }, "documentation":"<p>Configuration for the capacity provider that manages compute resources for Lambda functions.</p>" }, "CapacityProviderLimitExceededException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{"shape":"String"} }, "documentation":"<p>The maximum number of capacity providers for your account has been exceeded. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a> </p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "CapacityProviderMaxVCpuCount":{ "type":"integer", "box":true, "max":15000, "min":2 }, "CapacityProviderName":{ "type":"string", "max":140, "min":1, "pattern":"(arn:aws[a-zA-Z-]*:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:capacity-provider:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+" }, "CapacityProviderPermissionsConfig":{ "type":"structure", "required":["CapacityProviderOperatorRoleArn"], "members":{ "CapacityProviderOperatorRoleArn":{ "shape":"RoleArn", "documentation":"<p>The ARN of the IAM role that the capacity provider uses to manage compute instances and other Amazon Web Services resources.</p>" } }, "documentation":"<p>Configuration that specifies the permissions required for the capacity provider to manage compute resources.</p>" }, "CapacityProviderPredefinedMetricType":{ "type":"string", "enum":["LambdaCapacityProviderAverageCPUUtilization"] }, "CapacityProviderScalingConfig":{ "type":"structure", "members":{ "MaxVCpuCount":{ "shape":"CapacityProviderMaxVCpuCount", "documentation":"<p>The maximum number of vCPUs that the capacity provider can provision across all compute instances.</p>" }, "ScalingMode":{ "shape":"CapacityProviderScalingMode", "documentation":"<p>The scaling mode that determines how the capacity provider responds to changes in demand.</p>" }, "ScalingPolicies":{ "shape":"CapacityProviderScalingPoliciesList", "documentation":"<p>A list of scaling policies that define how the capacity provider scales compute instances based on metrics and thresholds.</p>" } }, "documentation":"<p>Configuration that defines how the capacity provider scales compute instances based on demand and policies.</p>" }, "CapacityProviderScalingMode":{ "type":"string", "enum":[ "Auto", "Manual" ] }, "CapacityProviderScalingPoliciesList":{ "type":"list", "member":{"shape":"TargetTrackingScalingPolicy"}, "max":10, "min":1 }, "CapacityProviderSecurityGroupIds":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "max":5, "min":0 }, "CapacityProviderState":{ "type":"string", "enum":[ "Pending", "Active", "Failed", "Deleting" ] }, "CapacityProviderSubnetIds":{ "type":"list", "member":{"shape":"SubnetId"}, "max":16, "min":1 }, "CapacityProviderVpcConfig":{ "type":"structure", "required":[ "SubnetIds", "SecurityGroupIds" ], "members":{ "SubnetIds":{ "shape":"CapacityProviderSubnetIds", "documentation":"<p>A list of subnet IDs where the capacity provider launches compute instances.</p>" }, "SecurityGroupIds":{ "shape":"CapacityProviderSecurityGroupIds", "documentation":"<p>A list of security group IDs that control network access for compute instances managed by the capacity provider.</p>" } }, "documentation":"<p>VPC configuration that specifies the network settings for compute instances managed by the capacity provider.</p>" }, "CapacityProvidersList":{ "type":"list", "member":{"shape":"CapacityProvider"}, "max":50, "min":0 }, "ChainedInvokeDetails":{ "type":"structure", "members":{ "Result":{ "shape":"OperationPayload", "documentation":"<p>The response payload from the chained invocation.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Details about the chained invocation failure.</p>" } }, "documentation":"<p>Contains details about a chained function invocation in a durable execution, including the target function and invocation parameters.</p>" }, "ChainedInvokeFailedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the chained invocation failure.</p>" } }, "documentation":"<p>Contains details about a failed chained function invocation, including error information and failure reason.</p>" }, "ChainedInvokeOptions":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function to invoke.</p>" }, "TenantId":{ "shape":"TenantId", "documentation":"<p>The tenant identifier for the chained invocation.</p>" } }, "documentation":"<p>Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.</p>" }, "ChainedInvokeStartedDetails":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function being invoked.</p>" }, "TenantId":{ "shape":"TenantId", "documentation":"<p>The tenant identifier for the chained invocation.</p>" }, "Input":{ "shape":"EventInput", "documentation":"<p>The JSON input payload provided to the chained invocation.</p>" }, "ExecutedVersion":{ "shape":"VersionWithLatestPublished", "documentation":"<p>The version of the function that was executed.</p>" }, "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) that identifies the durable execution.</p>" } }, "documentation":"<p>Contains details about a chained function invocation that has started execution, including start time and execution context.</p>" }, "ChainedInvokeStoppedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about why the chained invocation stopped.</p>" } }, "documentation":"<p>Details about a chained invocation that was stopped.</p>" }, "ChainedInvokeSucceededDetails":{ "type":"structure", "required":["Result"], "members":{ "Result":{ "shape":"EventResult", "documentation":"<p>The response payload from the successful operation.</p>" } }, "documentation":"<p>Details about a chained invocation that succeeded.</p>" }, "ChainedInvokeTimedOutDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the chained invocation timeout.</p>" } }, "documentation":"<p>Details about a chained invocation that timed out.</p>" }, "CheckpointDurableExecutionRequest":{ "type":"structure", "required":[ "DurableExecutionArn", "CheckpointToken" ], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>", "location":"uri", "locationName":"DurableExecutionArn" }, "CheckpointToken":{ "shape":"CheckpointToken", "documentation":"<p>A unique token that identifies the current checkpoint state. This token is provided by the Lambda runtime and must be used to ensure checkpoints are applied in the correct order. Each checkpoint operation consumes this token and returns a new one.</p>" }, "Updates":{ "shape":"OperationUpdates", "documentation":"<p>An array of state updates to apply during this checkpoint. Each update represents a change to the execution state, such as completing a step, starting a callback, or scheduling a timer. Updates are applied atomically as part of the checkpoint operation.</p>" }, "ClientToken":{ "shape":"ClientToken", "documentation":"<p>An optional idempotency token to ensure that duplicate checkpoint requests are handled correctly. If provided, Lambda uses this token to detect and handle duplicate requests within a 15-minute window.</p>", "idempotencyToken":true } } }, "CheckpointDurableExecutionResponse":{ "type":"structure", "required":["NewExecutionState"], "members":{ "CheckpointToken":{ "shape":"CheckpointToken", "documentation":"<p>A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.</p>" }, "NewExecutionState":{ "shape":"CheckpointUpdatedExecutionState", "documentation":"<p>Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.</p>" } }, "documentation":"<p>The response from the CheckpointDurableExecution operation.</p>" }, "CheckpointToken":{ "type":"string", "max":2048, "min":1, "pattern":"[A-Za-z0-9+/]+={0,2}" }, "CheckpointUpdatedExecutionState":{ "type":"structure", "members":{ "Operations":{ "shape":"Operations", "documentation":"<p>A list of operations that have been updated since the last checkpoint.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.</p>" } }, "documentation":"<p>Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.</p>" }, "ClientToken":{ "type":"string", "max":64, "min":1, "pattern":"[\\x21-\\x7E]+" }, "CodeSigningConfig":{ "type":"structure", "required":[ "CodeSigningConfigId", "CodeSigningConfigArn", "AllowedPublishers", "CodeSigningPolicies", "LastModified" ], "members":{ "CodeSigningConfigId":{ "shape":"CodeSigningConfigId", "documentation":"<p>Unique identifer for the Code signing configuration.</p>" }, "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The Amazon Resource Name (ARN) of the Code signing configuration.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>Code signing configuration description.</p>" }, "AllowedPublishers":{ "shape":"AllowedPublishers", "documentation":"<p>List of allowed publishers.</p>" }, "CodeSigningPolicies":{ "shape":"CodeSigningPolicies", "documentation":"<p>The code signing policy controls the validation failure action for signature mismatch or expiry.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). </p>" } }, "documentation":"<p>Details about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html\">Code signing configuration</a>. </p>" }, "CodeSigningConfigArn":{ "type":"string", "max":200, "min":0, "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:code-signing-config:csc-[a-z0-9]{17}" }, "CodeSigningConfigId":{ "type":"string", "pattern":"csc-[a-zA-Z0-9-_\\.]{17}" }, "CodeSigningConfigList":{ "type":"list", "member":{"shape":"CodeSigningConfig"} }, "CodeSigningConfigNotFoundException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The specified code signing configuration does not exist.</p>", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "CodeSigningPolicies":{ "type":"structure", "members":{ "UntrustedArtifactOnDeployment":{ "shape":"CodeSigningPolicy", "documentation":"<p>Code signing configuration policy for deployment validation failure. If you set the policy to <code>Enforce</code>, Lambda blocks the deployment request if signature validation checks fail. If you set the policy to <code>Warn</code>, Lambda allows the deployment and issues a new Amazon CloudWatch metric (<code>SignatureValidationErrors</code>) and also stores the warning in the CloudTrail log.</p> <p>Default value: <code>Warn</code> </p>" } }, "documentation":"<p>Code signing configuration <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies\">policies</a> specify the validation failure action for signature mismatch or expiry.</p>" }, "CodeSigningPolicy":{ "type":"string", "enum":[ "Warn", "Enforce" ] }, "CodeStorageExceededException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{"shape":"String"} }, "documentation":"<p>Your Amazon Web Services account has exceeded its maximum total code size. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a>.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "CodeVerificationFailedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy is set to ENFORCE. Lambda blocks the deployment.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "CollectionName":{ "type":"string", "max":57, "min":1, "pattern":"(^(?!(system\\x2e)))(^[_a-zA-Z0-9])([^$]*)" }, "CompatibleArchitectures":{ "type":"list", "member":{"shape":"Architecture"}, "max":2, "min":0 }, "CompatibleRuntimes":{ "type":"list", "member":{"shape":"Runtime"}, "max":15, "min":0 }, "Concurrency":{ "type":"structure", "members":{ "ReservedConcurrentExecutions":{ "shape":"ReservedConcurrentExecutions", "documentation":"<p>The number of concurrent executions that are reserved for this function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html\">Managing Lambda reserved concurrency</a>.</p>" } } }, "ContextDetails":{ "type":"structure", "members":{ "ReplayChildren":{ "shape":"ReplayChildren", "documentation":"<p>Whether the state data of child operations of this completed context should be included in the invoke payload and <code>GetDurableExecutionState</code> response.</p>" }, "Result":{ "shape":"OperationPayload", "documentation":"<p>The response payload from the context.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Details about the context failure.</p>" } }, "documentation":"<p>Details about a durable execution context.</p>" }, "ContextFailedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the context failure.</p>" } }, "documentation":"<p>Details about a context that failed.</p>" }, "ContextOptions":{ "type":"structure", "members":{ "ReplayChildren":{ "shape":"ReplayChildren", "documentation":"<p>Whether the state data of children of the completed context should be included in the invoke payload and <code>GetDurableExecutionState</code> response.</p>" } }, "documentation":"<p>Configuration options for a durable execution context.</p>" }, "ContextStartedDetails":{ "type":"structure", "members":{}, "documentation":"<p>Details about a context that has started.</p>" }, "ContextSucceededDetails":{ "type":"structure", "required":["Result"], "members":{ "Result":{ "shape":"EventResult", "documentation":"<p>The JSON response payload from the successful context.</p>" } }, "documentation":"<p>Details about a context that succeeded.</p>" }, "Cors":{ "type":"structure", "members":{ "AllowCredentials":{ "shape":"AllowCredentials", "documentation":"<p>Whether to allow cookies or other credentials in requests to your function URL. The default is <code>false</code>.</p>" }, "AllowHeaders":{ "shape":"HeadersList", "documentation":"<p>The HTTP headers that origins can include in requests to your function URL. For example: <code>Date</code>, <code>Keep-Alive</code>, <code>X-Custom-Header</code>.</p>" }, "AllowMethods":{ "shape":"AllowMethodsList", "documentation":"<p>The HTTP methods that are allowed when calling your function URL. For example: <code>GET</code>, <code>POST</code>, <code>DELETE</code>, or the wildcard character (<code>*</code>).</p>" }, "AllowOrigins":{ "shape":"AllowOriginsList", "documentation":"<p>The origins that can access your function URL. You can list any number of specific origins, separated by a comma. For example: <code>https://www.example.com</code>, <code>http://localhost:60905</code>.</p> <p>Alternatively, you can grant access to all origins using the wildcard character (<code>*</code>).</p>" }, "ExposeHeaders":{ "shape":"HeadersList", "documentation":"<p>The HTTP headers in your function response that you want to expose to origins that call your function URL. For example: <code>Date</code>, <code>Keep-Alive</code>, <code>X-Custom-Header</code>.</p>" }, "MaxAge":{ "shape":"MaxAge", "documentation":"<p>The maximum amount of time, in seconds, that web browsers can cache results of a preflight request. By default, this is set to <code>0</code>, which means that the browser doesn't cache results.</p>" } }, "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your Lambda function URL. Use CORS to grant access to your function URL from any origin. You can also use CORS to control access for specific HTTP headers and methods in requests to your function URL.</p>" }, "CreateAliasRequest":{ "type":"structure", "required":[ "FunctionName", "Name", "FunctionVersion" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Name":{ "shape":"Alias", "documentation":"<p>The name of the alias.</p>" }, "FunctionVersion":{ "shape":"VersionWithLatestPublished", "documentation":"<p>The function version that the alias invokes.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description of the alias.</p>" }, "RoutingConfig":{ "shape":"AliasRoutingConfiguration", "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing\">routing configuration</a> of the alias.</p>" } } }, "CreateCapacityProviderRequest":{ "type":"structure", "required":[ "CapacityProviderName", "VpcConfig", "PermissionsConfig" ], "members":{ "CapacityProviderName":{ "shape":"CapacityProviderName", "documentation":"<p>The name of the capacity provider. </p>" }, "VpcConfig":{ "shape":"CapacityProviderVpcConfig", "documentation":"<p>The VPC configuration for the capacity provider, including subnet IDs and security group IDs where compute instances will be launched.</p>" }, "PermissionsConfig":{ "shape":"CapacityProviderPermissionsConfig", "documentation":"<p>The permissions configuration that specifies the IAM role ARN used by the capacity provider to manage compute resources.</p>" }, "InstanceRequirements":{ "shape":"InstanceRequirements", "documentation":"<p>The instance requirements that specify the compute instance characteristics, including architectures and allowed or excluded instance types.</p>" }, "CapacityProviderScalingConfig":{ "shape":"CapacityProviderScalingConfig", "documentation":"<p>The scaling configuration that defines how the capacity provider scales compute instances, including maximum vCPU count and scaling policies.</p>" }, "KmsKeyArn":{ "shape":"KMSKeyArnNonEmpty", "documentation":"<p>The ARN of the KMS key used to encrypt data associated with the capacity provider.</p>" }, "Tags":{ "shape":"Tags", "documentation":"<p>A list of tags to associate with the capacity provider.</p>" } } }, "CreateCapacityProviderResponse":{ "type":"structure", "required":["CapacityProvider"], "members":{ "CapacityProvider":{ "shape":"CapacityProvider", "documentation":"<p>Information about the capacity provider that was created.</p>" } } }, "CreateCodeSigningConfigRequest":{ "type":"structure", "required":["AllowedPublishers"], "members":{ "Description":{ "shape":"Description", "documentation":"<p>Descriptive name for this code signing configuration.</p>" }, "AllowedPublishers":{ "shape":"AllowedPublishers", "documentation":"<p>Signing profiles for this code signing configuration.</p>" }, "CodeSigningPolicies":{ "shape":"CodeSigningPolicies", "documentation":"<p>The code signing policies define the actions to take if the validation checks fail. </p>" }, "Tags":{ "shape":"Tags", "documentation":"<p>A list of tags to add to the code signing configuration.</p>" } } }, "CreateCodeSigningConfigResponse":{ "type":"structure", "required":["CodeSigningConfig"], "members":{ "CodeSigningConfig":{ "shape":"CodeSigningConfig", "documentation":"<p>The code signing configuration.</p>" } } }, "CreateEventSourceMappingRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "EventSourceArn":{ "shape":"Arn", "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster or the ARN of the VPC connection (for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#msk-multi-vpc\">cross-account event source mappings</a>).</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>" }, "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Version or Alias ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.</p>" }, "Enabled":{ "shape":"Enabled", "documentation":"<p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p> <p>Default: True</p>" }, "BatchSize":{ "shape":"BatchSize", "documentation":"<p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).</p> <ul> <li> <p> <b>Amazon Kinesis</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Self-managed Apache Kafka</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>DocumentDB</b> – Default 100. Max 10,000.</p> </li> </ul>" }, "FilterCriteria":{ "shape":"FilterCriteria", "documentation":"<p>An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html\">Lambda event filtering</a>.</p>" }, "MaximumBatchingWindowInSeconds":{ "shape":"MaximumBatchingWindowInSeconds", "documentation":"<p>The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure <code>MaximumBatchingWindowInSeconds</code> to any value from 0 seconds to 300 seconds in increments of seconds.</p> <p>For Kinesis, DynamoDB, and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and DocumentDB event sources, the default batching window is 500 ms. Note that because you can only change <code>MaximumBatchingWindowInSeconds</code> in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping.</p> <p>Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, when you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>" }, "ParallelizationFactor":{ "shape":"ParallelizationFactor", "documentation":"<p>(Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently.</p>" }, "StartingPosition":{ "shape":"EventSourcePosition", "documentation":"<p>The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. <code>AT_TIMESTAMP</code> is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.</p>" }, "StartingPositionTimestamp":{ "shape":"Date", "documentation":"<p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start reading. <code>StartingPositionTimestamp</code> cannot be in the future.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.</p>" }, "MaximumRecordAgeInSeconds":{ "shape":"MaximumRecordAgeInSeconds", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age. The default value is infinite (-1).</p>" }, "BisectBatchOnFunctionError":{ "shape":"BisectBatchOnFunctionError", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) If the function returns an error, split the batch in two and retry.</p>" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttemptsEventSourceMapping", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>" }, "Tags":{ "shape":"Tags", "documentation":"<p>A list of tags to apply to the event source mapping.</p>" }, "TumblingWindowInSeconds":{ "shape":"TumblingWindowInSeconds", "documentation":"<p>(Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources. A value of 0 seconds indicates no tumbling window.</p>" }, "Topics":{ "shape":"Topics", "documentation":"<p>The name of the Kafka topic.</p>" }, "Queues":{ "shape":"Queues", "documentation":"<p> (MQ) The name of the Amazon MQ broker destination queue to consume. </p>" }, "SourceAccessConfigurations":{ "shape":"SourceAccessConfigurations", "documentation":"<p>An array of authentication protocols or VPC components required to secure your event source.</p>" }, "SelfManagedEventSource":{ "shape":"SelfManagedEventSource", "documentation":"<p>The self-managed Apache Kafka cluster to receive records from.</p>" }, "FunctionResponseTypes":{ "shape":"FunctionResponseTypeList", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>" }, "AmazonManagedKafkaEventSourceConfig":{ "shape":"AmazonManagedKafkaEventSourceConfig", "documentation":"<p>Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.</p>" }, "SelfManagedKafkaEventSourceConfig":{ "shape":"SelfManagedKafkaEventSourceConfig", "documentation":"<p>Specific configuration settings for a self-managed Apache Kafka event source.</p>" }, "ScalingConfig":{ "shape":"ScalingConfig", "documentation":"<p>(Amazon SQS only) The scaling configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency\">Configuring maximum concurrency for Amazon SQS event sources</a>.</p>" }, "DocumentDBEventSourceConfig":{ "shape":"DocumentDBEventSourceConfig", "documentation":"<p>Specific configuration settings for a DocumentDB event source.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p> The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics\">filter criteria</a>. By default, Lambda does not encrypt your filter criteria object. Specify this property to encrypt data using your own customer managed key. </p>" }, "MetricsConfig":{ "shape":"EventSourceMappingMetricsConfig", "documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>" }, "ProvisionedPollerConfig":{ "shape":"ProvisionedPollerConfig", "documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>" } } }, "CreateFunctionRequest":{ "type":"structure", "required":[ "FunctionName", "Role", "Code" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>" }, "Runtime":{ "shape":"Runtime", "documentation":"<p>The identifier of the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\"> runtime</a>. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.</p> <p>The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "Role":{ "shape":"RoleArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function's execution role.</p>" }, "Handler":{ "shape":"Handler", "documentation":"<p>The name of the method within your code that Lambda calls to run your function. Handler is required if the deployment package is a .zip file archive. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html\">Lambda programming model</a>.</p>" }, "Code":{ "shape":"FunctionCode", "documentation":"<p>The code for the function.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description of the function.</p>" }, "Timeout":{ "shape":"Timeout", "documentation":"<p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html\">Lambda execution environment</a>.</p>" }, "MemorySize":{ "shape":"MemorySize", "documentation":"<p>The amount of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console\">memory available to the function</a> at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>" }, "Publish":{ "shape":"Boolean", "documentation":"<p>Set to true to publish the first version of the function during creation.</p>" }, "VpcConfig":{ "shape":"VpcConfig", "documentation":"<p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC. When you connect a function to a VPC, it can access resources and the internet only through that VPC. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">Configuring a Lambda function to access resources in a VPC</a>.</p>" }, "PackageType":{ "shape":"PackageType", "documentation":"<p>The type of deployment package. Set to <code>Image</code> for container image and set to <code>Zip</code> for .zip file archive.</p>" }, "DeadLetterConfig":{ "shape":"DeadLetterConfig", "documentation":"<p>A dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-dlq\">Dead-letter queues</a>.</p>" }, "Environment":{ "shape":"Environment", "documentation":"<p>Environment variables that are accessible from function code during execution.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:</p> <ul> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>.</p> </li> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> snapshots.</p> </li> <li> <p>When used with <code>SourceKMSKeyArn</code>, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/encrypt-zip-package.html#enable-zip-custom-encryption\"> Specifying a customer managed key for Lambda</a>.</p> </li> <li> <p>The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-lifecycle\">Function lifecycle</a>.</p> </li> </ul> <p>If you don't provide a customer managed key, Lambda uses an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk\">Amazon Web Services owned key</a> or an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk\">Amazon Web Services managed key</a>.</p>" }, "TracingConfig":{ "shape":"TracingConfig", "documentation":"<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html\">X-Ray</a>.</p>" }, "Tags":{ "shape":"Tags", "documentation":"<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to apply to the function.</p>" }, "Layers":{ "shape":"LayerList", "documentation":"<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">function layers</a> to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>" }, "FileSystemConfigs":{ "shape":"FileSystemConfigList", "documentation":"<p>Connection settings for an Amazon EFS file system.</p>" }, "ImageConfig":{ "shape":"ImageConfig", "documentation":"<p>Container image <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">configuration values</a> that override the values in the container image Dockerfile.</p>" }, "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function.</p>" }, "Architectures":{ "shape":"ArchitecturesList", "documentation":"<p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is <code>x86_64</code>.</p>" }, "EphemeralStorage":{ "shape":"EphemeralStorage", "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" }, "SnapStart":{ "shape":"SnapStart", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">SnapStart</a> setting.</p>" }, "LoggingConfig":{ "shape":"LoggingConfig", "documentation":"<p>The function's Amazon CloudWatch Logs configuration settings.</p>" }, "CapacityProviderConfig":{ "shape":"CapacityProviderConfig", "documentation":"<p>Configuration for the capacity provider that manages compute resources for Lambda functions.</p>" }, "PublishTo":{ "shape":"FunctionVersionLatestPublished", "documentation":"<p>Specifies where to publish the function version or configuration.</p>" }, "DurableConfig":{ "shape":"DurableConfig", "documentation":"<p>Configuration settings for durable functions. Enables creating functions with durability that can remember their state and continue execution even after interruptions.</p>" }, "TenancyConfig":{ "shape":"TenancyConfig", "documentation":"<p>Configuration for multi-tenant applications that use Lambda functions. Defines tenant isolation settings and resource allocations. Required for functions supporting multiple tenants.</p>" } } }, "CreateFunctionUrlConfigRequest":{ "type":"structure", "required":[ "FunctionName", "AuthType" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"FunctionUrlQualifier", "documentation":"<p>The alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } } }, "CreateFunctionUrlConfigResponse":{ "type":"structure", "required":[ "FunctionUrl", "FunctionArn", "AuthType", "CreationTime" ], "members":{ "FunctionUrl":{ "shape":"FunctionUrl", "documentation":"<p>The HTTP URL endpoint for your function.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of your function.</p>" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "CreationTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } } }, "DatabaseName":{ "type":"string", "max":63, "min":1, "pattern":"[^ /\\.$\\x22]*" }, "Date":{"type":"timestamp"}, "DeadLetterConfig":{ "type":"structure", "members":{ "TargetArn":{ "shape":"ResourceArn", "documentation":"<p>The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>" } }, "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-dlq\">dead-letter queue</a> for failed asynchronous invocations.</p>" }, "DeleteAliasRequest":{ "type":"structure", "required":[ "FunctionName", "Name" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Name":{ "shape":"Alias", "documentation":"<p>The name of the alias.</p>", "location":"uri", "locationName":"Name" } } }, "DeleteCapacityProviderRequest":{ "type":"structure", "required":["CapacityProviderName"], "members":{ "CapacityProviderName":{ "shape":"CapacityProviderName", "documentation":"<p>The name of the capacity provider to delete.</p>", "location":"uri", "locationName":"CapacityProviderName" } } }, "DeleteCapacityProviderResponse":{ "type":"structure", "required":["CapacityProvider"], "members":{ "CapacityProvider":{ "shape":"CapacityProvider", "documentation":"<p>Information about the deleted capacity provider.</p>" } } }, "DeleteCodeSigningConfigRequest":{ "type":"structure", "required":["CodeSigningConfigArn"], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>", "location":"uri", "locationName":"CodeSigningConfigArn" } } }, "DeleteCodeSigningConfigResponse":{ "type":"structure", "members":{} }, "DeleteEventSourceMappingRequest":{ "type":"structure", "required":["UUID"], "members":{ "UUID":{ "shape":"String", "documentation":"<p>The identifier of the event source mapping.</p>", "location":"uri", "locationName":"UUID" } } }, "DeleteFunctionCodeSigningConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" } } }, "DeleteFunctionConcurrencyRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" } } }, "DeleteFunctionEventInvokeConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>A version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "DeleteFunctionRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function or version.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:1</code> (with version).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version to delete. You can't delete a version that an alias references.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "DeleteFunctionResponse":{ "type":"structure", "members":{ "StatusCode":{ "shape":"Integer", "documentation":"<p>The HTTP status code returned by the operation.</p>", "location":"statusCode" } } }, "DeleteFunctionUrlConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"FunctionUrlQualifier", "documentation":"<p>The alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "DeleteLayerVersionRequest":{ "type":"structure", "required":[ "LayerName", "VersionNumber" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "VersionNumber":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>", "location":"uri", "locationName":"VersionNumber" } } }, "DeleteProvisionedConcurrencyConfigRequest":{ "type":"structure", "required":[ "FunctionName", "Qualifier" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"Qualifier", "documentation":"<p>The version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "Description":{ "type":"string", "max":256, "min":0 }, "DestinationArn":{ "type":"string", "max":350, "min":0, "pattern":"$|kafka://([^.]([a-zA-Z0-9\\-_.]{0,248}))|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)" }, "DestinationConfig":{ "type":"structure", "members":{ "OnSuccess":{ "shape":"OnSuccess", "documentation":"<p>The destination configuration for successful invocations. Not supported in <code>CreateEventSourceMapping</code> or <code>UpdateEventSourceMapping</code>.</p>" }, "OnFailure":{ "shape":"OnFailure", "documentation":"<p>The destination configuration for failed invocations.</p>" } }, "documentation":"<p>A configuration object that specifies the destination of an event after Lambda processes it. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations\">Adding a destination</a>.</p>" }, "DocumentDBEventSourceConfig":{ "type":"structure", "members":{ "DatabaseName":{ "shape":"DatabaseName", "documentation":"<p> The name of the database to consume within the DocumentDB cluster. </p>" }, "CollectionName":{ "shape":"CollectionName", "documentation":"<p> The name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections. </p>" }, "FullDocument":{ "shape":"FullDocument", "documentation":"<p> Determines what DocumentDB sends to your event stream during document update operations. If set to UpdateLookup, DocumentDB sends a delta describing the changes, along with a copy of the entire document. Otherwise, DocumentDB sends only a partial document that contains the changes. </p>" } }, "documentation":"<p> Specific configuration settings for a DocumentDB event source. </p>" }, "DurableConfig":{ "type":"structure", "members":{ "RetentionPeriodInDays":{ "shape":"RetentionPeriodInDays", "documentation":"<p>The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.</p>" }, "ExecutionTimeout":{ "shape":"ExecutionTimeout", "documentation":"<p>The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.</p>" } }, "documentation":"<p>Configuration settings for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable functions</a>, including execution timeout and retention period for execution history.</p>" }, "DurableExecutionAlreadyStartedException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "Message":{"shape":"String"} }, "documentation":"<p>The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.</p>", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "DurableExecutionArn":{ "type":"string", "max":1024, "min":1, "pattern":"arn:([a-zA-Z0-9-]+):lambda:([a-zA-Z0-9-]+):(\\d{12}):function:([a-zA-Z0-9_-]+):(\\$LATEST(?:\\.PUBLISHED)?|[0-9]+)/durable-execution/([a-zA-Z0-9_-]+)/([a-zA-Z0-9_-]+)" }, "DurableExecutionName":{ "type":"string", "max":64, "min":1, "pattern":"[a-zA-Z0-9-_]+" }, "DurableExecutions":{ "type":"list", "member":{"shape":"Execution"} }, "DurationSeconds":{ "type":"integer", "box":true, "min":0 }, "EC2AccessDeniedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Need additional permissions to configure VPC settings.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "EC2ThrottledException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "EC2UnexpectedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"}, "EC2ErrorCode":{"shape":"String"} }, "documentation":"<p>Lambda received an unexpected Amazon EC2 client exception while setting up for the Lambda function.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "EFSIOException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>An error occurred when reading from or writing to a connected file system.</p>", "error":{ "httpStatusCode":410, "senderFault":true }, "exception":true }, "EFSMountConnectivityException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The Lambda function couldn't make a network connection to the configured file system.</p>", "error":{ "httpStatusCode":408, "senderFault":true }, "exception":true }, "EFSMountFailureException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The Lambda function couldn't mount the configured file system due to a permission or configuration issue.</p>", "error":{ "httpStatusCode":403, "senderFault":true }, "exception":true }, "EFSMountTimeoutException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The Lambda function made a network connection to the configured file system, but the mount operation timed out.</p>", "error":{ "httpStatusCode":408, "senderFault":true }, "exception":true }, "ENILimitReachedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a>.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "Enabled":{ "type":"boolean", "box":true }, "EndPointType":{ "type":"string", "enum":["KAFKA_BOOTSTRAP_SERVERS"] }, "Endpoint":{ "type":"string", "max":300, "min":1, "pattern":"(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9]):[0-9]{1,5}" }, "EndpointLists":{ "type":"list", "member":{"shape":"Endpoint"}, "max":10, "min":1 }, "Endpoints":{ "type":"map", "key":{"shape":"EndPointType"}, "value":{"shape":"EndpointLists"}, "max":2, "min":1 }, "Environment":{ "type":"structure", "members":{ "Variables":{ "shape":"EnvironmentVariables", "documentation":"<p>Environment variable key-value pairs. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html\">Using Lambda environment variables</a>.</p>" } }, "documentation":"<p>A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.</p>" }, "EnvironmentError":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"String", "documentation":"<p>The error code.</p>" }, "Message":{ "shape":"SensitiveString", "documentation":"<p>The error message.</p>" } }, "documentation":"<p>Error messages for environment variables that couldn't be applied.</p>" }, "EnvironmentResponse":{ "type":"structure", "members":{ "Variables":{ "shape":"EnvironmentVariables", "documentation":"<p>Environment variable key-value pairs. Omitted from CloudTrail logs.</p>" }, "Error":{ "shape":"EnvironmentError", "documentation":"<p>Error messages for environment variables that couldn't be applied.</p>" } }, "documentation":"<p>The results of an operation to update or read environment variables. If the operation succeeds, the response contains the environment variables. If it fails, the response contains details about the error.</p>" }, "EnvironmentVariableName":{ "type":"string", "pattern":"[a-zA-Z]([a-zA-Z0-9_])+", "sensitive":true }, "EnvironmentVariableValue":{ "type":"string", "sensitive":true }, "EnvironmentVariables":{ "type":"map", "key":{"shape":"EnvironmentVariableName"}, "value":{"shape":"EnvironmentVariableValue"}, "sensitive":true }, "EphemeralStorage":{ "type":"structure", "required":["Size"], "members":{ "Size":{ "shape":"EphemeralStorageSize", "documentation":"<p>The size of the function's <code>/tmp</code> directory.</p>" } }, "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" }, "EphemeralStorageSize":{ "type":"integer", "box":true, "max":10240, "min":512 }, "ErrorData":{ "type":"string", "sensitive":true }, "ErrorMessage":{ "type":"string", "sensitive":true }, "ErrorObject":{ "type":"structure", "members":{ "ErrorMessage":{ "shape":"ErrorMessage", "documentation":"<p>A human-readable error message.</p>" }, "ErrorType":{ "shape":"ErrorType", "documentation":"<p>The error type.</p>" }, "ErrorData":{ "shape":"ErrorData", "documentation":"<p>Machine-readable error data.</p>" }, "StackTrace":{ "shape":"StackTraceEntries", "documentation":"<p>Stack trace information for the error.</p>" } }, "documentation":"<p>An object that contains error information.</p>" }, "ErrorType":{ "type":"string", "sensitive":true }, "Event":{ "type":"structure", "members":{ "EventType":{ "shape":"EventType", "documentation":"<p>The type of event that occurred.</p>" }, "SubType":{ "shape":"OperationSubType", "documentation":"<p>The subtype of the event, providing additional categorization.</p>" }, "EventId":{ "shape":"EventId", "documentation":"<p>The unique identifier for this event. Event IDs increment sequentially.</p>" }, "Id":{ "shape":"OperationId", "documentation":"<p>The unique identifier for this operation.</p>" }, "Name":{ "shape":"OperationName", "documentation":"<p>The customer-provided name for this operation.</p>" }, "EventTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when this event occurred, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "ParentId":{ "shape":"OperationId", "documentation":"<p>The unique identifier of the parent operation, if this operation is running within a child context.</p>" }, "ExecutionStartedDetails":{ "shape":"ExecutionStartedDetails", "documentation":"<p>Details about an execution that started.</p>" }, "ExecutionSucceededDetails":{ "shape":"ExecutionSucceededDetails", "documentation":"<p>Details about an execution that succeeded.</p>" }, "ExecutionFailedDetails":{ "shape":"ExecutionFailedDetails", "documentation":"<p>Details about an execution that failed.</p>" }, "ExecutionTimedOutDetails":{ "shape":"ExecutionTimedOutDetails", "documentation":"<p>Details about an execution that timed out.</p>" }, "ExecutionStoppedDetails":{ "shape":"ExecutionStoppedDetails", "documentation":"<p>Details about an execution that was stopped.</p>" }, "ContextStartedDetails":{ "shape":"ContextStartedDetails", "documentation":"<p>Details about a context that started.</p>" }, "ContextSucceededDetails":{ "shape":"ContextSucceededDetails", "documentation":"<p>Details about a context that succeeded.</p>" }, "ContextFailedDetails":{ "shape":"ContextFailedDetails", "documentation":"<p>Details about a context that failed.</p>" }, "WaitStartedDetails":{ "shape":"WaitStartedDetails", "documentation":"<p>Details about a wait operation that started.</p>" }, "WaitSucceededDetails":{ "shape":"WaitSucceededDetails", "documentation":"<p>Details about a wait operation that succeeded.</p>" }, "WaitCancelledDetails":{ "shape":"WaitCancelledDetails", "documentation":"<p>Details about a wait operation that was cancelled.</p>" }, "StepStartedDetails":{ "shape":"StepStartedDetails", "documentation":"<p>Details about a step that started.</p>" }, "StepSucceededDetails":{ "shape":"StepSucceededDetails", "documentation":"<p>Details about a step that succeeded.</p>" }, "StepFailedDetails":{ "shape":"StepFailedDetails", "documentation":"<p>Details about a step that failed.</p>" }, "ChainedInvokeStartedDetails":{"shape":"ChainedInvokeStartedDetails"}, "ChainedInvokeSucceededDetails":{ "shape":"ChainedInvokeSucceededDetails", "documentation":"<p>Details about a chained invocation that succeeded.</p>" }, "ChainedInvokeFailedDetails":{"shape":"ChainedInvokeFailedDetails"}, "ChainedInvokeTimedOutDetails":{ "shape":"ChainedInvokeTimedOutDetails", "documentation":"<p>Details about a chained invocation that timed out.</p>" }, "ChainedInvokeStoppedDetails":{ "shape":"ChainedInvokeStoppedDetails", "documentation":"<p>Details about a chained invocation that was stopped.</p>" }, "CallbackStartedDetails":{"shape":"CallbackStartedDetails"}, "CallbackSucceededDetails":{"shape":"CallbackSucceededDetails"}, "CallbackFailedDetails":{"shape":"CallbackFailedDetails"}, "CallbackTimedOutDetails":{"shape":"CallbackTimedOutDetails"}, "InvocationCompletedDetails":{ "shape":"InvocationCompletedDetails", "documentation":"<p>Details about a function invocation that completed.</p>" } }, "documentation":"<p>An event that occurred during the execution of a durable function.</p>" }, "EventError":{ "type":"structure", "members":{ "Payload":{ "shape":"ErrorObject", "documentation":"<p>The error payload.</p>" }, "Truncated":{ "shape":"Truncated", "documentation":"<p>Indicates if the error payload was truncated due to size limits.</p>" } }, "documentation":"<p>Error information for an event.</p>" }, "EventId":{ "type":"integer", "box":true, "min":1 }, "EventInput":{ "type":"structure", "members":{ "Payload":{ "shape":"InputPayload", "documentation":"<p>The input payload.</p>" }, "Truncated":{ "shape":"Truncated", "documentation":"<p>Indicates if the error payload was truncated due to size limits.</p>" } }, "documentation":"<p>Input information for an event.</p>" }, "EventResult":{ "type":"structure", "members":{ "Payload":{ "shape":"OperationPayload", "documentation":"<p>The result payload.</p>" }, "Truncated":{ "shape":"Truncated", "documentation":"<p>Indicates if the error payload was truncated due to size limits.</p>" } }, "documentation":"<p>Result information for an event.</p>" }, "EventSourceMappingArn":{ "type":"string", "max":120, "min":85, "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" }, "EventSourceMappingConfiguration":{ "type":"structure", "members":{ "UUID":{ "shape":"String", "documentation":"<p>The identifier of the event source mapping.</p>" }, "StartingPosition":{ "shape":"EventSourcePosition", "documentation":"<p>The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Stream event sources. <code>AT_TIMESTAMP</code> is supported only for Amazon Kinesis streams, Amazon DocumentDB, Amazon MSK, and self-managed Apache Kafka.</p>" }, "StartingPositionTimestamp":{ "shape":"Date", "documentation":"<p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start reading. <code>StartingPositionTimestamp</code> cannot be in the future.</p>" }, "BatchSize":{ "shape":"BatchSize", "documentation":"<p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).</p> <p>Default value: Varies by service. For Amazon SQS, the default is 10. For all other services, the default is 100.</p> <p>Related setting: When you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>" }, "MaximumBatchingWindowInSeconds":{ "shape":"MaximumBatchingWindowInSeconds", "documentation":"<p>The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure <code>MaximumBatchingWindowInSeconds</code> to any value from 0 seconds to 300 seconds in increments of seconds.</p> <p>For streams and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and DocumentDB event sources, the default batching window is 500 ms. Note that because you can only change <code>MaximumBatchingWindowInSeconds</code> in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping.</p> <p>Related setting: For streams and Amazon SQS event sources, when you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>" }, "ParallelizationFactor":{ "shape":"ParallelizationFactor", "documentation":"<p>(Kinesis and DynamoDB Streams only) The number of batches to process concurrently from each shard. The default value is 1.</p>" }, "EventSourceArn":{ "shape":"Arn", "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p>" }, "FilterCriteria":{ "shape":"FilterCriteria", "documentation":"<p>An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html\">Lambda event filtering</a>.</p> <p>If filter criteria is encrypted, this field shows up as <code>null</code> in the response of ListEventSourceMapping API calls. You can view this field in plaintext in the response of GetEventSourceMapping and DeleteEventSourceMapping calls if you have <code>kms:Decrypt</code> permissions for the correct KMS key.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The ARN of the Lambda function.</p>" }, "LastModified":{ "shape":"Date", "documentation":"<p>The date that the event source mapping was last updated or that its state changed.</p>" }, "LastProcessingResult":{ "shape":"String", "documentation":"<p>The result of the event source mapping's last processing attempt.</p>" }, "State":{ "shape":"String", "documentation":"<p>The state of the event source mapping. It can be one of the following: <code>Creating</code>, <code>Enabling</code>, <code>Enabled</code>, <code>Disabling</code>, <code>Disabled</code>, <code>Updating</code>, or <code>Deleting</code>.</p>" }, "StateTransitionReason":{ "shape":"String", "documentation":"<p>Indicates whether a user or Lambda made the last change to the event source mapping.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.</p>" }, "Topics":{ "shape":"Topics", "documentation":"<p>The name of the Kafka topic.</p>" }, "Queues":{ "shape":"Queues", "documentation":"<p> (Amazon MQ) The name of the Amazon MQ broker destination queue to consume.</p>" }, "SourceAccessConfigurations":{ "shape":"SourceAccessConfigurations", "documentation":"<p>An array of the authentication protocol, VPC components, or virtual host to secure and define your event source.</p>" }, "SelfManagedEventSource":{ "shape":"SelfManagedEventSource", "documentation":"<p>The self-managed Apache Kafka cluster for your event source.</p>" }, "MaximumRecordAgeInSeconds":{ "shape":"MaximumRecordAgeInSeconds", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records.</p> <note> <p>The minimum valid value for maximum record age is 60s. Although values less than 60 and greater than -1 fall within the parameter's absolute range, they are not allowed</p> </note>" }, "BisectBatchOnFunctionError":{ "shape":"BisectBatchOnFunctionError", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) If the function returns an error, split the batch in two and retry. The default value is false.</p>" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttemptsEventSourceMapping", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, Lambda retries failed records until the record expires in the event source.</p>" }, "TumblingWindowInSeconds":{ "shape":"TumblingWindowInSeconds", "documentation":"<p>(Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources. A value of 0 seconds indicates no tumbling window.</p>" }, "FunctionResponseTypes":{ "shape":"FunctionResponseTypeList", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>" }, "AmazonManagedKafkaEventSourceConfig":{ "shape":"AmazonManagedKafkaEventSourceConfig", "documentation":"<p>Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.</p>" }, "SelfManagedKafkaEventSourceConfig":{ "shape":"SelfManagedKafkaEventSourceConfig", "documentation":"<p>Specific configuration settings for a self-managed Apache Kafka event source.</p>" }, "ScalingConfig":{ "shape":"ScalingConfig", "documentation":"<p>(Amazon SQS only) The scaling configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency\">Configuring maximum concurrency for Amazon SQS event sources</a>.</p>" }, "DocumentDBEventSourceConfig":{ "shape":"DocumentDBEventSourceConfig", "documentation":"<p>Specific configuration settings for a DocumentDB event source.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p> The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics\">filter criteria</a>.</p>" }, "FilterCriteriaError":{ "shape":"FilterCriteriaError", "documentation":"<p>An object that contains details about an error related to filter criteria encryption.</p>" }, "EventSourceMappingArn":{ "shape":"EventSourceMappingArn", "documentation":"<p>The Amazon Resource Name (ARN) of the event source mapping.</p>" }, "MetricsConfig":{ "shape":"EventSourceMappingMetricsConfig", "documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>" }, "ProvisionedPollerConfig":{ "shape":"ProvisionedPollerConfig", "documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>" } }, "documentation":"<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>" }, "EventSourceMappingMetric":{ "type":"string", "enum":["EventCount"] }, "EventSourceMappingMetricList":{ "type":"list", "member":{"shape":"EventSourceMappingMetric"}, "max":1, "min":0 }, "EventSourceMappingMetricsConfig":{ "type":"structure", "members":{ "Metrics":{ "shape":"EventSourceMappingMetricList", "documentation":"<p> The metrics you want your event source mapping to produce. Include <code>EventCount</code> to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>" } }, "documentation":"<p>The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.</p>" }, "EventSourceMappingsList":{ "type":"list", "member":{"shape":"EventSourceMappingConfiguration"} }, "EventSourcePosition":{ "type":"string", "enum":[ "TRIM_HORIZON", "LATEST", "AT_TIMESTAMP" ] }, "EventSourceToken":{ "type":"string", "max":256, "min":0, "pattern":"[a-zA-Z0-9._\\-]+" }, "EventType":{ "type":"string", "enum":[ "ExecutionStarted", "ExecutionSucceeded", "ExecutionFailed", "ExecutionTimedOut", "ExecutionStopped", "ContextStarted", "ContextSucceeded", "ContextFailed", "WaitStarted", "WaitSucceeded", "WaitCancelled", "StepStarted", "StepSucceeded", "StepFailed", "ChainedInvokeStarted", "ChainedInvokeSucceeded", "ChainedInvokeFailed", "ChainedInvokeTimedOut", "ChainedInvokeStopped", "CallbackStarted", "CallbackSucceeded", "CallbackFailed", "CallbackTimedOut", "InvocationCompleted" ] }, "Events":{ "type":"list", "member":{"shape":"Event"} }, "Execution":{ "type":"structure", "required":[ "DurableExecutionArn", "DurableExecutionName", "FunctionArn", "Status", "StartTimestamp" ], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution.</p>" }, "DurableExecutionName":{ "shape":"DurableExecutionName", "documentation":"<p>The unique name of the durable execution, if one was provided when the execution was started.</p>" }, "FunctionArn":{ "shape":"NameSpacedFunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function.</p>" }, "Status":{ "shape":"ExecutionStatus", "documentation":"<p>The current status of the durable execution.</p>" }, "StartTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the durable execution started, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "EndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the durable execution ended, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" } }, "documentation":"<p>Information about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>.</p>" }, "ExecutionDetails":{ "type":"structure", "members":{ "InputPayload":{ "shape":"InputPayload", "documentation":"<p>The original input payload provided for the durable execution.</p>" } }, "documentation":"<p>Details about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>.</p>" }, "ExecutionEnvironmentMemoryGiBPerVCpu":{ "type":"double", "box":true, "max":8.0, "min":2.0 }, "ExecutionFailedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the execution failure.</p>" } }, "documentation":"<p>Details about a failed <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a>.</p>" }, "ExecutionStartedDetails":{ "type":"structure", "required":[ "Input", "ExecutionTimeout" ], "members":{ "Input":{ "shape":"EventInput", "documentation":"<p>The input payload provided for the durable execution.</p>" }, "ExecutionTimeout":{ "shape":"DurationSeconds", "documentation":"<p>The maximum amount of time that the durable execution is allowed to run, in seconds.</p>" } }, "documentation":"<p>Details about a durable execution that started.</p>" }, "ExecutionStatus":{ "type":"string", "enum":[ "RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "STOPPED" ] }, "ExecutionStatusList":{ "type":"list", "member":{"shape":"ExecutionStatus"}, "max":10, "min":1 }, "ExecutionStoppedDetails":{ "type":"structure", "required":["Error"], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about why the execution stopped.</p>" } }, "documentation":"<p>Details about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a> that stopped.</p>" }, "ExecutionSucceededDetails":{ "type":"structure", "required":["Result"], "members":{ "Result":{ "shape":"EventResult", "documentation":"<p>The response payload from the successful operation.</p>" } }, "documentation":"<p>Details about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a> that succeeded.</p>" }, "ExecutionTimedOutDetails":{ "type":"structure", "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the execution timeout.</p>" } }, "documentation":"<p>Details about a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html\">durable execution</a> that timed out.</p>" }, "ExecutionTimeout":{ "type":"integer", "box":true, "max":31622400, "min":1 }, "ExecutionTimestamp":{"type":"timestamp"}, "FileSystemArn":{ "type":"string", "max":200, "min":0, "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}" }, "FileSystemConfig":{ "type":"structure", "required":[ "Arn", "LocalMountPath" ], "members":{ "Arn":{ "shape":"FileSystemArn", "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.</p>" }, "LocalMountPath":{ "shape":"LocalMountPath", "documentation":"<p>The path where the function can access the file system, starting with <code>/mnt/</code>.</p>" } }, "documentation":"<p>Details about the connection between a Lambda function and an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a>.</p>" }, "FileSystemConfigList":{ "type":"list", "member":{"shape":"FileSystemConfig"}, "max":1, "min":0 }, "Filter":{ "type":"structure", "members":{ "Pattern":{ "shape":"Pattern", "documentation":"<p> A filter pattern. For more information on the syntax of a filter pattern, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax\"> Filter rule syntax</a>. </p>" } }, "documentation":"<p> A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern. </p>" }, "FilterCriteria":{ "type":"structure", "members":{ "Filters":{ "shape":"FilterList", "documentation":"<p> A list of filters. </p>" } }, "documentation":"<p> An object that contains the filters for an event source. </p>" }, "FilterCriteriaError":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"FilterCriteriaErrorCode", "documentation":"<p>The KMS exception that resulted from filter criteria encryption or decryption.</p>" }, "Message":{ "shape":"FilterCriteriaErrorMessage", "documentation":"<p>The error message.</p>" } }, "documentation":"<p>An object that contains details about an error related to filter criteria encryption.</p>" }, "FilterCriteriaErrorCode":{ "type":"string", "max":50, "min":10, "pattern":"[A-Za-z]+Exception" }, "FilterCriteriaErrorMessage":{ "type":"string", "max":2048, "min":10, "pattern":".*" }, "FilterList":{ "type":"list", "member":{"shape":"Filter"} }, "FullDocument":{ "type":"string", "enum":[ "UpdateLookup", "Default" ] }, "FunctionArn":{ "type":"string", "max":10000, "min":0, "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?" }, "FunctionArnList":{ "type":"list", "member":{"shape":"FunctionArn"} }, "FunctionCode":{ "type":"structure", "members":{ "ZipFile":{ "shape":"Blob", "documentation":"<p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and CLI clients handle the encoding for you.</p>" }, "S3Bucket":{ "shape":"S3Bucket", "documentation":"<p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>" }, "S3Key":{ "shape":"S3Key", "documentation":"<p>The Amazon S3 key of the deployment package.</p>" }, "S3ObjectVersion":{ "shape":"S3ObjectVersion", "documentation":"<p>For versioned objects, the version of the deployment package object to use.</p>" }, "ImageUri":{ "shape":"String", "documentation":"<p>URI of a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html\">container image</a> in the Amazon ECR registry.</p>" }, "SourceKMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk\">Amazon Web Services owned key</a>.</p>" } }, "documentation":"<p>The code for the Lambda function. You can either specify an object in Amazon S3, upload a .zip file archive deployment package directly, or specify the URI of a container image.</p>" }, "FunctionCodeLocation":{ "type":"structure", "members":{ "RepositoryType":{ "shape":"String", "documentation":"<p>The service that's hosting the file.</p>" }, "Location":{ "shape":"String", "documentation":"<p>A presigned URL that you can use to download the deployment package.</p>" }, "ImageUri":{ "shape":"String", "documentation":"<p>URI of a container image in the Amazon ECR registry.</p>" }, "ResolvedImageUri":{ "shape":"String", "documentation":"<p>The resolved URI for the image.</p>" }, "SourceKMSKeyArn":{ "shape":"String", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk\">Amazon Web Services owned key</a>.</p>" } }, "documentation":"<p>Details about a function's deployment package.</p>" }, "FunctionConfiguration":{ "type":"structure", "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name of the function.</p>" }, "FunctionArn":{ "shape":"NameSpacedFunctionArn", "documentation":"<p>The function's Amazon Resource Name (ARN).</p>" }, "Runtime":{ "shape":"Runtime", "documentation":"<p>The identifier of the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\"> runtime</a>. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.</p> <p>The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "Role":{ "shape":"RoleArn", "documentation":"<p>The function's execution role.</p>" }, "Handler":{ "shape":"Handler", "documentation":"<p>The function that Lambda calls to begin running your function.</p>" }, "CodeSize":{ "shape":"Long", "documentation":"<p>The size of the function's deployment package, in bytes.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>The function's description.</p>" }, "Timeout":{ "shape":"Timeout", "documentation":"<p>The amount of time in seconds that Lambda allows a function to run before stopping it.</p>" }, "MemorySize":{ "shape":"MemorySize", "documentation":"<p>The amount of memory available to the function at runtime.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time that the function was last updated, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "CodeSha256":{ "shape":"String", "documentation":"<p>The SHA256 hash of the function's deployment package.</p>" }, "Version":{ "shape":"Version", "documentation":"<p>The version of the Lambda function.</p>" }, "VpcConfig":{ "shape":"VpcConfigResponse", "documentation":"<p>The function's networking configuration.</p>" }, "DeadLetterConfig":{ "shape":"DeadLetterConfig", "documentation":"<p>The function's dead letter queue.</p>" }, "Environment":{ "shape":"EnvironmentResponse", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html\">environment variables</a>. Omitted from CloudTrail logs.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:</p> <ul> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>.</p> </li> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> snapshots.</p> </li> <li> <p>When used with <code>SourceKMSKeyArn</code>, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/encrypt-zip-package.html#enable-zip-custom-encryption\"> Specifying a customer managed key for Lambda</a>.</p> </li> <li> <p>The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-lifecycle\">Function lifecycle</a>.</p> </li> </ul> <p>If you don't provide a customer managed key, Lambda uses an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk\">Amazon Web Services owned key</a> or an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk\">Amazon Web Services managed key</a>.</p>" }, "TracingConfig":{ "shape":"TracingConfigResponse", "documentation":"<p>The function's X-Ray tracing configuration.</p>" }, "MasterArn":{ "shape":"FunctionArn", "documentation":"<p>For Lambda@Edge functions, the ARN of the main function.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>The latest updated revision of the function or alias.</p>" }, "Layers":{ "shape":"LayersReferenceList", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">layers</a>.</p>" }, "State":{ "shape":"State", "documentation":"<p>The current state of the function. When the state is <code>Inactive</code>, you can reactivate the function by invoking it.</p>" }, "StateReason":{ "shape":"StateReason", "documentation":"<p>The reason for the function's current state.</p>" }, "StateReasonCode":{ "shape":"StateReasonCode", "documentation":"<p>The reason code for the function's current state. When the code is <code>Creating</code>, you can't invoke or modify the function.</p>" }, "LastUpdateStatus":{ "shape":"LastUpdateStatus", "documentation":"<p>The status of the last update that was performed on the function. This is first set to <code>Successful</code> after function creation completes.</p>" }, "LastUpdateStatusReason":{ "shape":"LastUpdateStatusReason", "documentation":"<p>The reason for the last update that was performed on the function.</p>" }, "LastUpdateStatusReasonCode":{ "shape":"LastUpdateStatusReasonCode", "documentation":"<p>The reason code for the last update that was performed on the function.</p>" }, "FileSystemConfigs":{ "shape":"FileSystemConfigList", "documentation":"<p>Connection settings for an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html\">Amazon EFS file system</a>.</p>" }, "PackageType":{ "shape":"PackageType", "documentation":"<p>The type of deployment package. Set to <code>Image</code> for container image and set <code>Zip</code> for .zip file archive.</p>" }, "ImageConfigResponse":{ "shape":"ImageConfigResponse", "documentation":"<p>The function's image configuration values.</p>" }, "SigningProfileVersionArn":{ "shape":"Arn", "documentation":"<p>The ARN of the signing profile version.</p>" }, "SigningJobArn":{ "shape":"Arn", "documentation":"<p>The ARN of the signing job.</p>" }, "Architectures":{ "shape":"ArchitecturesList", "documentation":"<p>The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is <code>x86_64</code>.</p>" }, "EphemeralStorage":{ "shape":"EphemeralStorage", "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" }, "SnapStart":{ "shape":"SnapStartResponse", "documentation":"<p>Set <code>ApplyOn</code> to <code>PublishedVersions</code> to create a snapshot of the initialized execution environment when you publish a function version. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">Improving startup performance with Lambda SnapStart</a>.</p>" }, "RuntimeVersionConfig":{ "shape":"RuntimeVersionConfig", "documentation":"<p>The ARN of the runtime and any errors that occured.</p>" }, "LoggingConfig":{ "shape":"LoggingConfig", "documentation":"<p>The function's Amazon CloudWatch Logs configuration settings.</p>" }, "CapacityProviderConfig":{ "shape":"CapacityProviderConfig", "documentation":"<p>Configuration for the capacity provider that manages compute resources for Lambda functions.</p>" }, "ConfigSha256":{ "shape":"String", "documentation":"<p>The SHA256 hash of the function configuration.</p>" }, "DurableConfig":{ "shape":"DurableConfig", "documentation":"<p>The function's durable execution configuration settings, if the function is configured for durability.</p>" }, "TenancyConfig":{ "shape":"TenancyConfig", "documentation":"<p>The function's tenant isolation configuration settings. Determines whether the Lambda function runs on a shared or dedicated infrastructure per unique tenant.</p>" } }, "documentation":"<p>Details about a function's configuration.</p>" }, "FunctionEventInvokeConfig":{ "type":"structure", "members":{ "LastModified":{ "shape":"Date", "documentation":"<p>The date and time that the configuration was last updated.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function.</p>" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttempts", "documentation":"<p>The maximum number of times to retry when the function returns an error.</p>" }, "MaximumEventAgeInSeconds":{ "shape":"MaximumEventAgeInSeconds", "documentation":"<p>The maximum age of a request that Lambda sends to a function for processing.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>A destination for events after they have been sent to a function for processing.</p> <p class=\"title\"> <b>Destinations</b> </p> <ul> <li> <p> <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p> </li> <li> <p> <b>Queue</b> - The ARN of a standard SQS queue.</p> </li> <li> <p> <b>Bucket</b> - The ARN of an Amazon S3 bucket.</p> </li> <li> <p> <b>Topic</b> - The ARN of a standard SNS topic.</p> </li> <li> <p> <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p> </li> </ul> <note> <p>S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.</p> </note>" } } }, "FunctionEventInvokeConfigList":{ "type":"list", "member":{"shape":"FunctionEventInvokeConfig"} }, "FunctionList":{ "type":"list", "member":{"shape":"FunctionConfiguration"} }, "FunctionName":{ "type":"string", "max":140, "min":1, "pattern":"(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?" }, "FunctionResponseType":{ "type":"string", "enum":["ReportBatchItemFailures"] }, "FunctionResponseTypeList":{ "type":"list", "member":{"shape":"FunctionResponseType"}, "max":1, "min":0 }, "FunctionScalingConfig":{ "type":"structure", "members":{ "MinExecutionEnvironments":{ "shape":"FunctionScalingConfigExecutionEnvironments", "documentation":"<p>The minimum number of execution environments to maintain for the function.</p>" }, "MaxExecutionEnvironments":{ "shape":"FunctionScalingConfigExecutionEnvironments", "documentation":"<p>The maximum number of execution environments that can be provisioned for the function.</p>" } }, "documentation":"<p>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.</p>" }, "FunctionScalingConfigExecutionEnvironments":{ "type":"integer", "box":true, "max":15000, "min":0 }, "FunctionUrl":{ "type":"string", "max":100, "min":40 }, "FunctionUrlAuthType":{ "type":"string", "enum":[ "NONE", "AWS_IAM" ] }, "FunctionUrlConfig":{ "type":"structure", "required":[ "FunctionUrl", "FunctionArn", "CreationTime", "LastModifiedTime", "AuthType" ], "members":{ "FunctionUrl":{ "shape":"FunctionUrl", "documentation":"<p>The HTTP URL endpoint for your function.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of your function.</p>" }, "CreationTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL configuration was last updated, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Security and auth model for Lambda function URLs</a>.</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } }, "documentation":"<p>Details about a Lambda function URL.</p>" }, "FunctionUrlConfigList":{ "type":"list", "member":{"shape":"FunctionUrlConfig"} }, "FunctionUrlQualifier":{ "type":"string", "max":128, "min":1, "pattern":"((?!^\\d+$)^[0-9a-zA-Z-_]+$)" }, "FunctionVersion":{ "type":"string", "enum":["ALL"] }, "FunctionVersionLatestPublished":{ "type":"string", "enum":["LATEST_PUBLISHED"] }, "FunctionVersionsByCapacityProviderList":{ "type":"list", "member":{"shape":"FunctionVersionsByCapacityProviderListItem"}, "max":50, "min":0 }, "FunctionVersionsByCapacityProviderListItem":{ "type":"structure", "required":[ "FunctionArn", "State" ], "members":{ "FunctionArn":{ "shape":"NameSpacedFunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function version.</p>" }, "State":{ "shape":"State", "documentation":"<p>The current state of the function version.</p>" } }, "documentation":"<p>Information about a function version that uses a specific capacity provider, including its ARN and current state.</p>" }, "FunctionVersionsPerCapacityProviderLimitExceededException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{"shape":"String"} }, "documentation":"<p>The maximum number of function versions that can be associated with a single capacity provider has been exceeded. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a>.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "GetAccountSettingsRequest":{ "type":"structure", "members":{} }, "GetAccountSettingsResponse":{ "type":"structure", "members":{ "AccountLimit":{ "shape":"AccountLimit", "documentation":"<p>Limits that are related to concurrency and code storage.</p>" }, "AccountUsage":{ "shape":"AccountUsage", "documentation":"<p>The number of functions and amount of storage in use.</p>" } } }, "GetAliasRequest":{ "type":"structure", "required":[ "FunctionName", "Name" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Name":{ "shape":"Alias", "documentation":"<p>The name of the alias.</p>", "location":"uri", "locationName":"Name" } } }, "GetCapacityProviderRequest":{ "type":"structure", "required":["CapacityProviderName"], "members":{ "CapacityProviderName":{ "shape":"CapacityProviderName", "documentation":"<p>The name of the capacity provider to retrieve.</p>", "location":"uri", "locationName":"CapacityProviderName" } } }, "GetCapacityProviderResponse":{ "type":"structure", "required":["CapacityProvider"], "members":{ "CapacityProvider":{ "shape":"CapacityProvider", "documentation":"<p>Information about the capacity provider, including its configuration and current state.</p>" } } }, "GetCodeSigningConfigRequest":{ "type":"structure", "required":["CodeSigningConfigArn"], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>", "location":"uri", "locationName":"CodeSigningConfigArn" } } }, "GetCodeSigningConfigResponse":{ "type":"structure", "required":["CodeSigningConfig"], "members":{ "CodeSigningConfig":{ "shape":"CodeSigningConfig", "documentation":"<p>The code signing configuration</p>" } } }, "GetDurableExecutionHistoryRequest":{ "type":"structure", "required":["DurableExecutionArn"], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>", "location":"uri", "locationName":"DurableExecutionArn" }, "IncludeExecutionData":{ "shape":"IncludeExecutionData", "documentation":"<p>Specifies whether to include execution data such as step results and callback payloads in the history events. Set to <code>true</code> to include data, or <code>false</code> to exclude it for a more compact response. The default is <code>true</code>.</p>", "location":"querystring", "locationName":"IncludeExecutionData" }, "MaxItems":{ "shape":"ItemCount", "documentation":"<p>The maximum number of history events to return per call. You can use <code>Marker</code> to retrieve additional pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the default.</p>", "location":"querystring", "locationName":"MaxItems" }, "Marker":{ "shape":"String", "documentation":"<p>If <code>NextMarker</code> was returned from a previous request, use this value to retrieve the next page of results. Each pagination token expires after 24 hours.</p>", "location":"querystring", "locationName":"Marker" }, "ReverseOrder":{ "shape":"ReverseOrder", "documentation":"<p>When set to <code>true</code>, returns the history events in reverse chronological order (newest first). By default, events are returned in chronological order (oldest first).</p>", "location":"querystring", "locationName":"ReverseOrder" } } }, "GetDurableExecutionHistoryResponse":{ "type":"structure", "required":["Events"], "members":{ "Events":{ "shape":"Events", "documentation":"<p>An array of execution history events, ordered chronologically unless <code>ReverseOrder</code> is set to <code>true</code>. Each event represents a significant occurrence during the execution, such as step completion or callback resolution.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>If present, indicates that more history events are available. Use this value as the <code>Marker</code> parameter in a subsequent request to retrieve the next page of results.</p>" } }, "documentation":"<p>The response from the GetDurableExecutionHistory operation, containing the execution history and events.</p>" }, "GetDurableExecutionRequest":{ "type":"structure", "required":["DurableExecutionArn"], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>", "location":"uri", "locationName":"DurableExecutionArn" } } }, "GetDurableExecutionResponse":{ "type":"structure", "required":[ "DurableExecutionArn", "DurableExecutionName", "FunctionArn", "StartTimestamp", "Status" ], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>" }, "DurableExecutionName":{ "shape":"DurableExecutionName", "documentation":"<p>The name of the durable execution. This is either the name you provided when invoking the function, or a system-generated unique identifier if no name was provided.</p>" }, "FunctionArn":{ "shape":"NameSpacedFunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the Lambda function that was invoked to start this durable execution.</p>" }, "InputPayload":{ "shape":"InputPayload", "documentation":"<p>The JSON input payload that was provided when the durable execution was started. For asynchronous invocations, this is limited to 256 KB. For synchronous invocations, this can be up to 6 MB.</p>" }, "Result":{ "shape":"OutputPayload", "documentation":"<p>The JSON result returned by the durable execution if it completed successfully. This field is only present when the execution status is <code>SUCCEEDED</code>. The result is limited to 256 KB.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Error information if the durable execution failed. This field is only present when the execution status is <code>FAILED</code>, <code>TIMED_OUT</code>, or <code>STOPPED</code>. The combined size of all error fields is limited to 256 KB.</p>" }, "StartTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the durable execution started, in Unix timestamp format.</p>" }, "Status":{ "shape":"ExecutionStatus", "documentation":"<p>The current status of the durable execution. Valid values are <code>RUNNING</code>, <code>SUCCEEDED</code>, <code>FAILED</code>, <code>TIMED_OUT</code>, and <code>STOPPED</code>.</p>" }, "EndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the durable execution ended, in Unix timestamp format. This field is only present if the execution has completed (status is <code>SUCCEEDED</code>, <code>FAILED</code>, <code>TIMED_OUT</code>, or <code>STOPPED</code>).</p>" }, "Version":{ "shape":"VersionWithLatestPublished", "documentation":"<p>The version of the Lambda function that was invoked for this durable execution. This ensures that all replays during the execution use the same function version.</p>" }, "TraceHeader":{ "shape":"TraceHeader", "documentation":"<p>The trace headers associated with the durable execution.</p>" } }, "documentation":"<p>The response from the GetDurableExecution operation, containing detailed information about the durable execution.</p>" }, "GetDurableExecutionStateRequest":{ "type":"structure", "required":[ "DurableExecutionArn", "CheckpointToken" ], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>", "location":"uri", "locationName":"DurableExecutionArn" }, "CheckpointToken":{ "shape":"CheckpointToken", "documentation":"<p>A checkpoint token that identifies the current state of the execution. This token is provided by the Lambda runtime and ensures that state retrieval is consistent with the current execution context.</p>", "location":"querystring", "locationName":"CheckpointToken" }, "Marker":{ "shape":"String", "documentation":"<p>If <code>NextMarker</code> was returned from a previous request, use this value to retrieve the next page of operations. Each pagination token expires after 24 hours.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"ItemCount", "documentation":"<p>The maximum number of operations to return per call. You can use <code>Marker</code> to retrieve additional pages of results. The default is 100 and the maximum allowed is 1000. A value of 0 uses the default.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "GetDurableExecutionStateResponse":{ "type":"structure", "required":["Operations"], "members":{ "Operations":{ "shape":"Operations", "documentation":"<p>An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>If present, indicates that more operations are available. Use this value as the <code>Marker</code> parameter in a subsequent request to retrieve the next page of results.</p>" } }, "documentation":"<p>The response from the GetDurableExecutionState operation, containing the current execution state for replay.</p>" }, "GetEventSourceMappingRequest":{ "type":"structure", "required":["UUID"], "members":{ "UUID":{ "shape":"String", "documentation":"<p>The identifier of the event source mapping.</p>", "location":"uri", "locationName":"UUID" } } }, "GetFunctionCodeSigningConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" } } }, "GetFunctionCodeSigningConfigResponse":{ "type":"structure", "required":[ "CodeSigningConfigArn", "FunctionName" ], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>" }, "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>" } } }, "GetFunctionConcurrencyRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" } } }, "GetFunctionConcurrencyResponse":{ "type":"structure", "members":{ "ReservedConcurrentExecutions":{ "shape":"ReservedConcurrentExecutions", "documentation":"<p>The number of simultaneous executions that are reserved for the function.</p>" } } }, "GetFunctionConfigurationRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to get details about a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetFunctionEventInvokeConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>A version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetFunctionRecursionConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"UnqualifiedFunctionName", "documentation":"<p>The name of the function.</p>", "location":"uri", "locationName":"FunctionName" } } }, "GetFunctionRecursionConfigResponse":{ "type":"structure", "members":{ "RecursiveLoop":{ "shape":"RecursiveLoop", "documentation":"<p>If your function's recursive loop detection configuration is <code>Allow</code>, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop.</p> <p>If your function's recursive loop detection configuration is <code>Terminate</code>, Lambda stops your function being invoked and notifies you when it detects your function being invoked as part of a recursive loop.</p> <p>By default, Lambda sets your function's configuration to <code>Terminate</code>. You can update this configuration using the <a>PutFunctionRecursionConfig</a> action.</p>" } } }, "GetFunctionRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to get details about a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetFunctionResponse":{ "type":"structure", "members":{ "Configuration":{ "shape":"FunctionConfiguration", "documentation":"<p>The configuration of the function or version.</p>" }, "Code":{ "shape":"FunctionCodeLocation", "documentation":"<p>The deployment package of the function or version.</p>" }, "Tags":{ "shape":"Tags", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>. Lambda returns tag data only if you have explicit allow permissions for <a href=\"https://docs.aws.amazon.com/lambda/latest/api/API_ListTags.html\">lambda:ListTags</a>.</p>" }, "TagsError":{ "shape":"TagsError", "documentation":"<p>An object that contains details about an error related to retrieving tags.</p>" }, "Concurrency":{ "shape":"Concurrency", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">reserved concurrency</a>.</p>" } } }, "GetFunctionScalingConfigRequest":{ "type":"structure", "required":[ "FunctionName", "Qualifier" ], "members":{ "FunctionName":{ "shape":"UnqualifiedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"PublishedFunctionQualifier", "documentation":"<p>Specify a version or alias to get the scaling configuration for a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetFunctionScalingConfigResponse":{ "type":"structure", "members":{ "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function.</p>" }, "AppliedFunctionScalingConfig":{ "shape":"FunctionScalingConfig", "documentation":"<p>The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.</p>" }, "RequestedFunctionScalingConfig":{ "shape":"FunctionScalingConfig", "documentation":"<p>The scaling configuration that was requested for the function.</p>" } } }, "GetFunctionUrlConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"FunctionUrlQualifier", "documentation":"<p>The alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetFunctionUrlConfigResponse":{ "type":"structure", "required":[ "FunctionUrl", "FunctionArn", "AuthType", "CreationTime", "LastModifiedTime" ], "members":{ "FunctionUrl":{ "shape":"FunctionUrl", "documentation":"<p>The HTTP URL endpoint for your function.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of your function.</p>" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "CreationTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL configuration was last updated, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } } }, "GetLayerVersionByArnRequest":{ "type":"structure", "required":["Arn"], "members":{ "Arn":{ "shape":"LayerVersionArn", "documentation":"<p>The ARN of the layer version.</p>", "location":"querystring", "locationName":"Arn" } } }, "GetLayerVersionPolicyRequest":{ "type":"structure", "required":[ "LayerName", "VersionNumber" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "VersionNumber":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>", "location":"uri", "locationName":"VersionNumber" } } }, "GetLayerVersionPolicyResponse":{ "type":"structure", "members":{ "Policy":{ "shape":"String", "documentation":"<p>The policy document.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>A unique identifier for the current revision of the policy.</p>" } } }, "GetLayerVersionRequest":{ "type":"structure", "required":[ "LayerName", "VersionNumber" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "VersionNumber":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>", "location":"uri", "locationName":"VersionNumber" } } }, "GetLayerVersionResponse":{ "type":"structure", "members":{ "Content":{ "shape":"LayerVersionContentOutput", "documentation":"<p>Details about the layer version.</p>" }, "LayerArn":{ "shape":"LayerArn", "documentation":"<p>The ARN of the layer.</p>" }, "LayerVersionArn":{ "shape":"LayerVersionArn", "documentation":"<p>The ARN of the layer version.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>The description of the version.</p>" }, "CreatedDate":{ "shape":"Timestamp", "documentation":"<p>The date that the layer version was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "Version":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>" }, "CompatibleRuntimes":{ "shape":"CompatibleRuntimes", "documentation":"<p>The layer's compatible runtimes.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "LicenseInfo":{ "shape":"LicenseInfo", "documentation":"<p>The layer's software license.</p>" }, "CompatibleArchitectures":{ "shape":"CompatibleArchitectures", "documentation":"<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architectures</a>.</p>" } } }, "GetPolicyRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to get the policy for that resource.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetPolicyResponse":{ "type":"structure", "members":{ "Policy":{ "shape":"String", "documentation":"<p>The resource-based policy.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>A unique identifier for the current revision of the policy.</p>" } } }, "GetProvisionedConcurrencyConfigRequest":{ "type":"structure", "required":[ "FunctionName", "Qualifier" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"Qualifier", "documentation":"<p>The version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetProvisionedConcurrencyConfigResponse":{ "type":"structure", "members":{ "RequestedProvisionedConcurrentExecutions":{ "shape":"PositiveInteger", "documentation":"<p>The amount of provisioned concurrency requested.</p>" }, "AvailableProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency available.</p>" }, "AllocatedProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.</p>" }, "Status":{ "shape":"ProvisionedConcurrencyStatusEnum", "documentation":"<p>The status of the allocation process.</p>" }, "StatusReason":{ "shape":"String", "documentation":"<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>" } } }, "GetRuntimeManagementConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version of the function. This can be <code>$LATEST</code> or a published version number. If no value is specified, the configuration for the <code>$LATEST</code> version is returned.</p>", "location":"querystring", "locationName":"Qualifier" } } }, "GetRuntimeManagementConfigResponse":{ "type":"structure", "members":{ "UpdateRuntimeOn":{ "shape":"UpdateRuntimeOn", "documentation":"<p>The current runtime update mode of the function.</p>" }, "RuntimeVersionArn":{ "shape":"RuntimeVersionArn", "documentation":"<p>The ARN of the runtime the function is configured to use. If the runtime update mode is <b>Manual</b>, the ARN is returned, otherwise <code>null</code> is returned.</p>" }, "FunctionArn":{ "shape":"NameSpacedFunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of your function.</p>" } } }, "Handler":{ "type":"string", "max":128, "min":0, "pattern":"[^\\s]+" }, "Header":{ "type":"string", "max":1024, "min":0, "pattern":".*" }, "HeadersList":{ "type":"list", "member":{"shape":"Header"}, "max":100, "min":0 }, "HttpStatus":{"type":"integer"}, "ImageConfig":{ "type":"structure", "members":{ "EntryPoint":{ "shape":"StringList", "documentation":"<p>Specifies the entry point to their application, which is typically the location of the runtime executable.</p>" }, "Command":{ "shape":"StringList", "documentation":"<p>Specifies parameters that you want to pass in with ENTRYPOINT.</p>" }, "WorkingDirectory":{ "shape":"WorkingDirectory", "documentation":"<p>Specifies the working directory.</p>" } }, "documentation":"<p>Configuration values that override the container image Dockerfile settings. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">Container image settings</a>.</p>" }, "ImageConfigError":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"String", "documentation":"<p>Error code.</p>" }, "Message":{ "shape":"SensitiveString", "documentation":"<p>Error message.</p>" } }, "documentation":"<p>Error response to <code>GetFunctionConfiguration</code>.</p>" }, "ImageConfigResponse":{ "type":"structure", "members":{ "ImageConfig":{ "shape":"ImageConfig", "documentation":"<p>Configuration values that override the container image Dockerfile.</p>" }, "Error":{ "shape":"ImageConfigError", "documentation":"<p>Error response to <code>GetFunctionConfiguration</code>.</p>" } }, "documentation":"<p>Response to a <code>GetFunctionConfiguration</code> request.</p>" }, "IncludeExecutionData":{ "type":"boolean", "box":true }, "InputPayload":{ "type":"string", "max":6291456, "min":0, "sensitive":true }, "InstanceRequirements":{ "type":"structure", "members":{ "Architectures":{ "shape":"ArchitecturesList", "documentation":"<p>A list of supported CPU architectures for compute instances. Valid values include <code>x86_64</code> and <code>arm64</code>.</p>" }, "AllowedInstanceTypes":{ "shape":"InstanceTypeSet", "documentation":"<p>A list of EC2 instance types that the capacity provider is allowed to use. If not specified, all compatible instance types are allowed.</p>" }, "ExcludedInstanceTypes":{ "shape":"InstanceTypeSet", "documentation":"<p>A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements.</p>" } }, "documentation":"<p>Specifications that define the characteristics and constraints for compute instances used by the capacity provider.</p>" }, "InstanceType":{ "type":"string", "max":30, "min":1, "pattern":"[a-zA-Z0-9\\.\\-]+" }, "InstanceTypeSet":{ "type":"list", "member":{"shape":"InstanceType"}, "max":400, "min":0 }, "Integer":{"type":"integer"}, "InvalidCodeSignatureException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The code signature failed the integrity check. If the integrity check fails, then Lambda blocks deployment, even if the code signing policy is set to WARN.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidParameterValueException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>One of the parameters in the request is not valid.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidRequestContentException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidRuntimeException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The runtime or runtime version specified is not supported.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "InvalidSecurityGroupIDException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The security group ID provided in the Lambda function VPC configuration is not valid.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "InvalidSubnetIDException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The subnet ID provided in the Lambda function VPC configuration is not valid.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "InvalidZipFileException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda could not unzip the deployment package.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "InvocationCompletedDetails":{ "type":"structure", "required":[ "StartTimestamp", "EndTimestamp", "RequestId" ], "members":{ "StartTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the invocation started, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "EndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the invocation ended, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "RequestId":{ "shape":"String", "documentation":"<p>The request ID for the invocation.</p>" }, "Error":{ "shape":"EventError", "documentation":"<p>Details about the invocation failure.</p>" } }, "documentation":"<p>Details about a function invocation that completed.</p>" }, "InvocationRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "InvocationType":{ "shape":"InvocationType", "documentation":"<p>Choose from the following options.</p> <ul> <li> <p> <code>RequestResponse</code> (default) – Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data.</p> </li> <li> <p> <code>Event</code> – Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if one is configured). The API response only includes a status code.</p> </li> <li> <p> <code>DryRun</code> – Validate parameter values and verify that the user or role has permission to invoke the function.</p> </li> </ul>", "location":"header", "locationName":"X-Amz-Invocation-Type" }, "LogType":{ "shape":"LogType", "documentation":"<p>Set to <code>Tail</code> to include the execution log in the response. Applies to synchronously invoked functions only.</p>", "location":"header", "locationName":"X-Amz-Log-Type" }, "ClientContext":{ "shape":"String", "documentation":"<p>Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object. Lambda passes the <code>ClientContext</code> object to your function for synchronous invocations only.</p>", "location":"header", "locationName":"X-Amz-Client-Context" }, "DurableExecutionName":{ "shape":"DurableExecutionName", "documentation":"<p>Optional unique name for the durable execution. When you start your special function, you can give it a unique name to identify this specific execution. It's like giving a nickname to a task.</p>", "location":"header", "locationName":"X-Amz-Durable-Execution-Name" }, "Payload":{ "shape":"Blob", "documentation":"<p>The JSON that you want to provide to your Lambda function as input. The maximum payload size is 6 MB for synchronous invocations and 1 MB for asynchronous invocations.</p> <p>You can enter the JSON directly. For example, <code>--payload '{ \"key\": \"value\" }'</code>. You can also specify a file path. For example, <code>--payload file://payload.json</code>.</p>" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to invoke a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" }, "TenantId":{ "shape":"TenantId", "documentation":"<p>The identifier of the tenant in a multi-tenant Lambda function.</p>", "location":"header", "locationName":"X-Amz-Tenant-Id" } }, "payload":"Payload" }, "InvocationResponse":{ "type":"structure", "members":{ "StatusCode":{ "shape":"Integer", "documentation":"<p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code> invocation type, this status code is 200. For the <code>Event</code> invocation type, this status code is 202. For the <code>DryRun</code> invocation type, the status code is 204.</p>", "location":"statusCode" }, "FunctionError":{ "shape":"String", "documentation":"<p>If present, indicates that an error occurred during function execution. Details about the error are included in the response payload.</p>", "location":"header", "locationName":"X-Amz-Function-Error" }, "LogResult":{ "shape":"String", "documentation":"<p>The last 4 KB of the execution log, which is base64-encoded.</p>", "location":"header", "locationName":"X-Amz-Log-Result" }, "Payload":{ "shape":"Blob", "documentation":"<p>The response from the function, or an error object.</p>" }, "ExecutedVersion":{ "shape":"Version", "documentation":"<p>The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.</p>", "location":"header", "locationName":"X-Amz-Executed-Version" }, "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The ARN of the durable execution that was started. This is returned when invoking a durable function and provides a unique identifier for tracking the execution.</p>", "location":"header", "locationName":"X-Amz-Durable-Execution-Arn" } }, "payload":"Payload" }, "InvocationType":{ "type":"string", "enum":[ "Event", "RequestResponse", "DryRun" ] }, "InvokeAsyncRequest":{ "type":"structure", "required":[ "FunctionName", "InvokeArgs" ], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "InvokeArgs":{ "shape":"BlobStream", "documentation":"<p>The JSON that you want to provide to your Lambda function as input.</p>" } }, "deprecated":true, "payload":"InvokeArgs" }, "InvokeAsyncResponse":{ "type":"structure", "members":{ "Status":{ "shape":"HttpStatus", "documentation":"<p>The status code.</p>", "location":"statusCode" } }, "documentation":"<p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>", "deprecated":true }, "InvokeMode":{ "type":"string", "enum":[ "BUFFERED", "RESPONSE_STREAM" ] }, "InvokeResponseStreamUpdate":{ "type":"structure", "members":{ "Payload":{ "shape":"Blob", "documentation":"<p>Data returned by your Lambda function.</p>", "eventpayload":true } }, "documentation":"<p>A chunk of the streamed response payload.</p>", "event":true }, "InvokeWithResponseStreamCompleteEvent":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"String", "documentation":"<p>An error code.</p>" }, "ErrorDetails":{ "shape":"String", "documentation":"<p>The details of any returned error.</p>" }, "LogResult":{ "shape":"String", "documentation":"<p>The last 4 KB of the execution log, which is base64-encoded.</p>" } }, "documentation":"<p>A response confirming that the event stream is complete.</p>", "event":true }, "InvokeWithResponseStreamRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "InvocationType":{ "shape":"ResponseStreamingInvocationType", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>RequestResponse</code> (default) – Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API operation response includes the function response and additional data.</p> </li> <li> <p> <code>DryRun</code> – Validate parameter values and verify that the IAM user or role has permission to invoke the function.</p> </li> </ul>", "location":"header", "locationName":"X-Amz-Invocation-Type" }, "LogType":{ "shape":"LogType", "documentation":"<p>Set to <code>Tail</code> to include the execution log in the response. Applies to synchronously invoked functions only.</p>", "location":"header", "locationName":"X-Amz-Log-Type" }, "ClientContext":{ "shape":"String", "documentation":"<p>Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.</p>", "location":"header", "locationName":"X-Amz-Client-Context" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>The alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "Payload":{ "shape":"Blob", "documentation":"<p>The JSON that you want to provide to your Lambda function as input.</p> <p>You can enter the JSON directly. For example, <code>--payload '{ \"key\": \"value\" }'</code>. You can also specify a file path. For example, <code>--payload file://payload.json</code>.</p>" }, "TenantId":{ "shape":"TenantId", "documentation":"<p>The identifier of the tenant in a multi-tenant Lambda function.</p>", "location":"header", "locationName":"X-Amz-Tenant-Id" } }, "payload":"Payload" }, "InvokeWithResponseStreamResponse":{ "type":"structure", "members":{ "StatusCode":{ "shape":"Integer", "documentation":"<p>For a successful request, the HTTP status code is in the 200 range. For the <code>RequestResponse</code> invocation type, this status code is 200. For the <code>DryRun</code> invocation type, this status code is 204.</p>", "location":"statusCode" }, "ExecutedVersion":{ "shape":"Version", "documentation":"<p>The version of the function that executed. When you invoke a function with an alias, this indicates which version the alias resolved to.</p>", "location":"header", "locationName":"X-Amz-Executed-Version" }, "EventStream":{ "shape":"InvokeWithResponseStreamResponseEvent", "documentation":"<p>The stream of response payloads.</p>" }, "ResponseStreamContentType":{ "shape":"String", "documentation":"<p>The type of data the stream is returning.</p>", "location":"header", "locationName":"Content-Type" } }, "payload":"EventStream" }, "InvokeWithResponseStreamResponseEvent":{ "type":"structure", "members":{ "PayloadChunk":{ "shape":"InvokeResponseStreamUpdate", "documentation":"<p>A chunk of the streamed response payload.</p>" }, "InvokeComplete":{ "shape":"InvokeWithResponseStreamCompleteEvent", "documentation":"<p>An object that's returned when the stream has ended and all the payload chunks have been returned.</p>" } }, "documentation":"<p>An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a <code>InvokeComplete</code> object.</p>", "eventstream":true }, "InvokedViaFunctionUrl":{ "type":"boolean", "box":true }, "ItemCount":{ "type":"integer", "max":1000, "min":0 }, "KMSAccessDeniedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't decrypt the environment variables because KMS access was denied. Check the Lambda function's KMS permissions.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "KMSDisabledException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "KMSInvalidStateException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function's KMS key settings.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "KMSKeyArn":{ "type":"string", "pattern":"(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()" }, "KMSKeyArnNonEmpty":{ "type":"string", "max":10000, "min":0, "pattern":"arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*" }, "KMSNotFoundException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "KafkaSchemaRegistryAccessConfig":{ "type":"structure", "members":{ "Type":{ "shape":"KafkaSchemaRegistryAuthType", "documentation":"<p> The type of authentication Lambda uses to access your schema registry. </p>" }, "URI":{ "shape":"Arn", "documentation":"<p> The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry. </p>" } }, "documentation":"<p>Specific access configuration settings that tell Lambda how to authenticate with your schema registry.</p> <p>If you're working with an Glue schema registry, don't provide authentication details in this object. Instead, ensure that your execution role has the required permissions for Lambda to access your cluster.</p> <p>If you're working with a Confluent schema registry, choose the authentication method in the <code>Type</code> field, and provide the Secrets Manager secret ARN in the <code>URI</code> field.</p>" }, "KafkaSchemaRegistryAccessConfigList":{ "type":"list", "member":{"shape":"KafkaSchemaRegistryAccessConfig"} }, "KafkaSchemaRegistryAuthType":{ "type":"string", "enum":[ "BASIC_AUTH", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE" ] }, "KafkaSchemaRegistryConfig":{ "type":"structure", "members":{ "SchemaRegistryURI":{ "shape":"SchemaRegistryUri", "documentation":"<p>The URI for your schema registry. The correct URI format depends on the type of schema registry you're using.</p> <ul> <li> <p>For Glue schema registries, use the ARN of the registry.</p> </li> <li> <p>For Confluent schema registries, use the URL of the registry.</p> </li> </ul>" }, "EventRecordFormat":{ "shape":"SchemaRegistryEventRecordFormat", "documentation":"<p>The record format that Lambda delivers to your function after schema validation.</p> <ul> <li> <p>Choose <code>JSON</code> to have Lambda deliver the record to your function as a standard JSON object.</p> </li> <li> <p>Choose <code>SOURCE</code> to have Lambda deliver the record to your function in its original source format. Lambda removes all schema metadata, such as the schema ID, before sending the record to your function.</p> </li> </ul>" }, "AccessConfigs":{ "shape":"KafkaSchemaRegistryAccessConfigList", "documentation":"<p>An array of access configuration objects that tell Lambda how to authenticate with your schema registry.</p>" }, "SchemaValidationConfigs":{ "shape":"KafkaSchemaValidationConfigList", "documentation":"<p>An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.</p>" } }, "documentation":"<p>Specific configuration settings for a Kafka schema registry.</p>" }, "KafkaSchemaValidationAttribute":{ "type":"string", "enum":[ "KEY", "VALUE" ] }, "KafkaSchemaValidationConfig":{ "type":"structure", "members":{ "Attribute":{ "shape":"KafkaSchemaValidationAttribute", "documentation":"<p> The attributes you want your schema registry to validate and filter for. If you selected <code>JSON</code> as the <code>EventRecordFormat</code>, Lambda also deserializes the selected message attributes. </p>" } }, "documentation":"<p>Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.</p>" }, "KafkaSchemaValidationConfigList":{ "type":"list", "member":{"shape":"KafkaSchemaValidationConfig"} }, "LambdaManagedInstancesCapacityProviderConfig":{ "type":"structure", "required":["CapacityProviderArn"], "members":{ "CapacityProviderArn":{ "shape":"CapacityProviderArn", "documentation":"<p>The Amazon Resource Name (ARN) of the capacity provider.</p>" }, "PerExecutionEnvironmentMaxConcurrency":{ "shape":"PerExecutionEnvironmentMaxConcurrency", "documentation":"<p>The maximum number of concurrent execution environments that can run on each compute instance.</p>" }, "ExecutionEnvironmentMemoryGiBPerVCpu":{ "shape":"ExecutionEnvironmentMemoryGiBPerVCpu", "documentation":"<p>The amount of memory in GiB allocated per vCPU for execution environments.</p>" } }, "documentation":"<p>Configuration for Lambda-managed instances used by the capacity provider.</p>" }, "LastUpdateStatus":{ "type":"string", "enum":[ "Successful", "Failed", "InProgress" ] }, "LastUpdateStatusReason":{"type":"string"}, "LastUpdateStatusReasonCode":{ "type":"string", "enum":[ "EniLimitExceeded", "InsufficientRolePermissions", "InvalidConfiguration", "InternalError", "SubnetOutOfIPAddresses", "InvalidSubnet", "InvalidSecurityGroup", "ImageDeleted", "ImageAccessDenied", "InvalidImage", "KMSKeyAccessDenied", "KMSKeyNotFound", "InvalidStateKMSKey", "DisabledKMSKey", "EFSIOError", "EFSMountConnectivityError", "EFSMountFailure", "EFSMountTimeout", "InvalidRuntime", "InvalidZipFileException", "FunctionError", "VcpuLimitExceeded", "CapacityProviderScalingLimitExceeded", "InsufficientCapacity", "EC2RequestLimitExceeded", "FunctionError.InitTimeout", "FunctionError.RuntimeInitError", "FunctionError.ExtensionInitError", "FunctionError.InvalidEntryPoint", "FunctionError.InvalidWorkingDirectory", "FunctionError.PermissionDenied", "FunctionError.TooManyExtensions", "FunctionError.InitResourceExhausted", "DisallowedByVpcEncryptionControl" ] }, "Layer":{ "type":"structure", "members":{ "Arn":{ "shape":"LayerVersionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function layer.</p>" }, "CodeSize":{ "shape":"Long", "documentation":"<p>The size of the layer archive in bytes.</p>" }, "SigningProfileVersionArn":{ "shape":"Arn", "documentation":"<p>The Amazon Resource Name (ARN) for a signing profile version.</p>" }, "SigningJobArn":{ "shape":"Arn", "documentation":"<p>The Amazon Resource Name (ARN) of a signing job.</p>" } }, "documentation":"<p>An <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>.</p>" }, "LayerArn":{ "type":"string", "max":140, "min":1, "pattern":"arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+" }, "LayerList":{ "type":"list", "member":{"shape":"LayerVersionArn"} }, "LayerName":{ "type":"string", "max":140, "min":1, "pattern":"(arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+)|[a-zA-Z0-9-_]+" }, "LayerPermissionAllowedAction":{ "type":"string", "max":22, "min":0, "pattern":"lambda:GetLayerVersion" }, "LayerPermissionAllowedPrincipal":{ "type":"string", "pattern":"\\d{12}|\\*|arn:(aws[a-zA-Z-]*):iam::\\d{12}:root" }, "LayerVersionArn":{ "type":"string", "max":140, "min":1, "pattern":"arn:[a-zA-Z0-9-]+:lambda:[a-zA-Z0-9-]+:\\d{12}:layer:[a-zA-Z0-9-_]+:[0-9]+" }, "LayerVersionContentInput":{ "type":"structure", "members":{ "S3Bucket":{ "shape":"S3Bucket", "documentation":"<p>The Amazon S3 bucket of the layer archive.</p>" }, "S3Key":{ "shape":"S3Key", "documentation":"<p>The Amazon S3 key of the layer archive.</p>" }, "S3ObjectVersion":{ "shape":"S3ObjectVersion", "documentation":"<p>For versioned objects, the version of the layer archive object to use.</p>" }, "ZipFile":{ "shape":"Blob", "documentation":"<p>The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.</p>" } }, "documentation":"<p>A ZIP archive that contains the contents of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>. You can specify either an Amazon S3 location, or upload a layer archive directly.</p>" }, "LayerVersionContentOutput":{ "type":"structure", "members":{ "Location":{ "shape":"String", "documentation":"<p>A link to the layer archive in Amazon S3 that is valid for 10 minutes.</p>" }, "CodeSha256":{ "shape":"String", "documentation":"<p>The SHA-256 hash of the layer archive.</p>" }, "CodeSize":{ "shape":"Long", "documentation":"<p>The size of the layer archive in bytes.</p>" }, "SigningProfileVersionArn":{ "shape":"String", "documentation":"<p>The Amazon Resource Name (ARN) for a signing profile version.</p>" }, "SigningJobArn":{ "shape":"String", "documentation":"<p>The Amazon Resource Name (ARN) of a signing job.</p>" } }, "documentation":"<p>Details about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>.</p>" }, "LayerVersionNumber":{"type":"long"}, "LayerVersionsList":{ "type":"list", "member":{"shape":"LayerVersionsListItem"} }, "LayerVersionsListItem":{ "type":"structure", "members":{ "LayerVersionArn":{ "shape":"LayerVersionArn", "documentation":"<p>The ARN of the layer version.</p>" }, "Version":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>The description of the version.</p>" }, "CreatedDate":{ "shape":"Timestamp", "documentation":"<p>The date that the version was created, in ISO 8601 format. For example, <code>2018-11-27T15:10:45.123+0000</code>.</p>" }, "CompatibleRuntimes":{ "shape":"CompatibleRuntimes", "documentation":"<p>The layer's compatible runtimes.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "LicenseInfo":{ "shape":"LicenseInfo", "documentation":"<p>The layer's open-source license.</p>" }, "CompatibleArchitectures":{ "shape":"CompatibleArchitectures", "documentation":"<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architectures</a>.</p>" } }, "documentation":"<p>Details about a version of an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>.</p>" }, "LayersList":{ "type":"list", "member":{"shape":"LayersListItem"} }, "LayersListItem":{ "type":"structure", "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name of the layer.</p>" }, "LayerArn":{ "shape":"LayerArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function layer.</p>" }, "LatestMatchingVersion":{ "shape":"LayerVersionsListItem", "documentation":"<p>The newest version of the layer.</p>" } }, "documentation":"<p>Details about an <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">Lambda layer</a>.</p>" }, "LayersReferenceList":{ "type":"list", "member":{"shape":"Layer"} }, "LicenseInfo":{ "type":"string", "max":512, "min":0 }, "ListAliasesRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "FunctionVersion":{ "shape":"VersionWithLatestPublished", "documentation":"<p>Specify a function version to only list aliases that invoke that version.</p>", "location":"querystring", "locationName":"FunctionVersion" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>Limit the number of aliases returned.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListAliasesResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" }, "Aliases":{ "shape":"AliasList", "documentation":"<p>A list of aliases.</p>" } } }, "ListCapacityProvidersRequest":{ "type":"structure", "members":{ "State":{ "shape":"CapacityProviderState", "documentation":"<p>Filter capacity providers by their current state.</p>", "location":"querystring", "locationName":"State" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxFiftyListItems", "documentation":"<p>The maximum number of capacity providers to return.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListCapacityProvidersResponse":{ "type":"structure", "required":["CapacityProviders"], "members":{ "CapacityProviders":{ "shape":"CapacityProvidersList", "documentation":"<p>A list of capacity providers in your account.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" } } }, "ListCodeSigningConfigsRequest":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>Maximum number of items to return.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListCodeSigningConfigsResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" }, "CodeSigningConfigs":{ "shape":"CodeSigningConfigList", "documentation":"<p>The code signing configurations</p>" } } }, "ListDurableExecutionsByFunctionRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>The function version or alias. If not specified, lists executions for the $LATEST version.</p>", "location":"querystring", "locationName":"Qualifier" }, "DurableExecutionName":{ "shape":"DurableExecutionName", "documentation":"<p>Filter executions by name. Only executions with names that contain this string are returned.</p>", "location":"querystring", "locationName":"DurableExecutionName" }, "Statuses":{ "shape":"ExecutionStatusList", "documentation":"<p>Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.</p>", "location":"querystring", "locationName":"Statuses" }, "StartedAfter":{ "shape":"ExecutionTimestamp", "documentation":"<p>Filter executions that started after this timestamp (ISO 8601 format).</p>", "location":"querystring", "locationName":"StartedAfter" }, "StartedBefore":{ "shape":"ExecutionTimestamp", "documentation":"<p>Filter executions that started before this timestamp (ISO 8601 format).</p>", "location":"querystring", "locationName":"StartedBefore" }, "ReverseOrder":{ "shape":"ReverseOrder", "documentation":"<p>Set to true to return results in reverse chronological order (newest first). Default is false.</p>", "location":"querystring", "locationName":"ReverseOrder" }, "Marker":{ "shape":"String", "documentation":"<p>Pagination token from a previous request to continue retrieving results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"ItemCount", "documentation":"<p>Maximum number of executions to return (1-1000). Default is 100.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListDurableExecutionsByFunctionResponse":{ "type":"structure", "members":{ "DurableExecutions":{ "shape":"DurableExecutions", "documentation":"<p>List of durable execution summaries matching the filter criteria.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>Pagination token for retrieving additional results. Present only if there are more results available.</p>" } }, "documentation":"<p>The response from the ListDurableExecutionsByFunction operation, containing a list of durable executions and pagination information.</p>" }, "ListEventSourceMappingsRequest":{ "type":"structure", "members":{ "EventSourceArn":{ "shape":"Arn", "documentation":"<p>The Amazon Resource Name (ARN) of the event source.</p> <ul> <li> <p> <b>Amazon Kinesis</b> – The ARN of the data stream or a stream consumer.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – The ARN of the stream.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – The ARN of the queue.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – The ARN of the cluster or the ARN of the VPC connection (for <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#msk-multi-vpc\">cross-account event source mappings</a>).</p> </li> <li> <p> <b>Amazon MQ</b> – The ARN of the broker.</p> </li> <li> <p> <b>Amazon DocumentDB</b> – The ARN of the DocumentDB change stream.</p> </li> </ul>", "location":"querystring", "locationName":"EventSourceArn" }, "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Version or Alias ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.</p>", "location":"querystring", "locationName":"FunctionName" }, "Marker":{ "shape":"String", "documentation":"<p>A pagination token returned by a previous call.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>The maximum number of event source mappings to return. Note that ListEventSourceMappings returns a maximum of 100 items in each response, even if you set the number higher.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListEventSourceMappingsResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>" }, "EventSourceMappings":{ "shape":"EventSourceMappingsList", "documentation":"<p>A list of event source mappings.</p>" } } }, "ListFunctionEventInvokeConfigsRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxFunctionEventInvokeConfigListItems", "documentation":"<p>The maximum number of configurations to return.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListFunctionEventInvokeConfigsResponse":{ "type":"structure", "members":{ "FunctionEventInvokeConfigs":{ "shape":"FunctionEventInvokeConfigList", "documentation":"<p>A list of configurations.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" } } }, "ListFunctionUrlConfigsRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxItems", "documentation":"<p>The maximum number of function URLs to return in the response. Note that <code>ListFunctionUrlConfigs</code> returns a maximum of 50 items in each response, even if you set the number higher.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListFunctionUrlConfigsResponse":{ "type":"structure", "required":["FunctionUrlConfigs"], "members":{ "FunctionUrlConfigs":{ "shape":"FunctionUrlConfigList", "documentation":"<p>A list of function URL configurations.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" } } }, "ListFunctionVersionsByCapacityProviderRequest":{ "type":"structure", "required":["CapacityProviderName"], "members":{ "CapacityProviderName":{ "shape":"CapacityProviderName", "documentation":"<p>The name of the capacity provider to list function versions for.</p>", "location":"uri", "locationName":"CapacityProviderName" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxFiftyListItems", "documentation":"<p>The maximum number of function versions to return in the response.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListFunctionVersionsByCapacityProviderResponse":{ "type":"structure", "required":[ "CapacityProviderArn", "FunctionVersions" ], "members":{ "CapacityProviderArn":{ "shape":"CapacityProviderArn", "documentation":"<p>The Amazon Resource Name (ARN) of the capacity provider.</p>" }, "FunctionVersions":{ "shape":"FunctionVersionsByCapacityProviderList", "documentation":"<p>A list of function versions that use the specified capacity provider.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" } } }, "ListFunctionsByCodeSigningConfigRequest":{ "type":"structure", "required":["CodeSigningConfigArn"], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>", "location":"uri", "locationName":"CodeSigningConfigArn" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>Maximum number of items to return.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListFunctionsByCodeSigningConfigResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" }, "FunctionArns":{ "shape":"FunctionArnList", "documentation":"<p>The function ARNs. </p>" } } }, "ListFunctionsRequest":{ "type":"structure", "members":{ "MasterRegion":{ "shape":"MasterRegion", "documentation":"<p>For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, <code>us-east-1</code> filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>", "location":"querystring", "locationName":"MasterRegion" }, "FunctionVersion":{ "shape":"FunctionVersion", "documentation":"<p>Set to <code>ALL</code> to include entries for all published versions of each function.</p>", "location":"querystring", "locationName":"FunctionVersion" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>The maximum number of functions to return in the response. Note that <code>ListFunctions</code> returns a maximum of 50 items in each response, even if you set the number higher.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListFunctionsResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" }, "Functions":{ "shape":"FunctionList", "documentation":"<p>A list of Lambda functions.</p>" } }, "documentation":"<p>A list of Lambda functions.</p>" }, "ListLayerVersionsRequest":{ "type":"structure", "required":["LayerName"], "members":{ "CompatibleRuntime":{ "shape":"Runtime", "documentation":"<p>A runtime identifier.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>", "location":"querystring", "locationName":"CompatibleRuntime" }, "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "Marker":{ "shape":"String", "documentation":"<p>A pagination token returned by a previous call.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxLayerListItems", "documentation":"<p>The maximum number of versions to return.</p>", "location":"querystring", "locationName":"MaxItems" }, "CompatibleArchitecture":{ "shape":"Architecture", "documentation":"<p>The compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architecture</a>.</p>", "location":"querystring", "locationName":"CompatibleArchitecture" } } }, "ListLayerVersionsResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>A pagination token returned when the response doesn't contain all versions.</p>" }, "LayerVersions":{ "shape":"LayerVersionsList", "documentation":"<p>A list of versions.</p>" } } }, "ListLayersRequest":{ "type":"structure", "members":{ "CompatibleRuntime":{ "shape":"Runtime", "documentation":"<p>A runtime identifier.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>", "location":"querystring", "locationName":"CompatibleRuntime" }, "Marker":{ "shape":"String", "documentation":"<p>A pagination token returned by a previous call.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxLayerListItems", "documentation":"<p>The maximum number of layers to return.</p>", "location":"querystring", "locationName":"MaxItems" }, "CompatibleArchitecture":{ "shape":"Architecture", "documentation":"<p>The compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architecture</a>.</p>", "location":"querystring", "locationName":"CompatibleArchitecture" } } }, "ListLayersResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>A pagination token returned when the response doesn't contain all layers.</p>" }, "Layers":{ "shape":"LayersList", "documentation":"<p>A list of function layers.</p>" } } }, "ListProvisionedConcurrencyConfigsRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxProvisionedConcurrencyConfigListItems", "documentation":"<p>Specify a number to limit the number of configurations returned.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListProvisionedConcurrencyConfigsResponse":{ "type":"structure", "members":{ "ProvisionedConcurrencyConfigs":{ "shape":"ProvisionedConcurrencyConfigList", "documentation":"<p>A list of provisioned concurrency configurations.</p>" }, "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" } } }, "ListTagsRequest":{ "type":"structure", "required":["Resource"], "members":{ "Resource":{ "shape":"TaggableResource", "documentation":"<p>The resource's Amazon Resource Name (ARN). Note: Lambda does not support adding tags to function aliases or versions.</p>", "location":"uri", "locationName":"Resource" } } }, "ListTagsResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"Tags", "documentation":"<p>The function's tags.</p>" } } }, "ListVersionsByFunctionRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Marker":{ "shape":"String", "documentation":"<p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>", "location":"querystring", "locationName":"Marker" }, "MaxItems":{ "shape":"MaxListItems", "documentation":"<p>The maximum number of versions to return. Note that <code>ListVersionsByFunction</code> returns a maximum of 50 items in each response, even if you set the number higher.</p>", "location":"querystring", "locationName":"MaxItems" } } }, "ListVersionsByFunctionResponse":{ "type":"structure", "members":{ "NextMarker":{ "shape":"String", "documentation":"<p>The pagination token that's included if more results are available.</p>" }, "Versions":{ "shape":"FunctionList", "documentation":"<p>A list of Lambda function versions.</p>" } } }, "LocalMountPath":{ "type":"string", "max":160, "min":0, "pattern":"/mnt/[a-zA-Z0-9-_.]+" }, "LogFormat":{ "type":"string", "enum":[ "JSON", "Text" ] }, "LogGroup":{ "type":"string", "max":512, "min":1, "pattern":"[\\.\\-_/#A-Za-z0-9]+" }, "LogType":{ "type":"string", "enum":[ "None", "Tail" ] }, "LoggingConfig":{ "type":"structure", "members":{ "LogFormat":{ "shape":"LogFormat", "documentation":"<p>The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.</p>" }, "ApplicationLogLevel":{ "shape":"ApplicationLogLevel", "documentation":"<p>Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where <code>TRACE</code> is the highest level and <code>FATAL</code> is the lowest.</p>" }, "SystemLogLevel":{ "shape":"SystemLogLevel", "documentation":"<p>Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest.</p>" }, "LogGroup":{ "shape":"LogGroup", "documentation":"<p>The name of the Amazon CloudWatch log group the function sends logs to. By default, Lambda functions send logs to a default log group named <code>/aws/lambda/<function name></code>. To use a different log group, enter an existing log group or enter a new log group name.</p>" } }, "documentation":"<p>The function's Amazon CloudWatch Logs configuration settings.</p>" }, "Long":{"type":"long"}, "MasterRegion":{ "type":"string", "pattern":"ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}" }, "MaxAge":{ "type":"integer", "box":true, "max":86400, "min":0 }, "MaxFiftyListItems":{ "type":"integer", "box":true, "max":50, "min":1 }, "MaxFunctionEventInvokeConfigListItems":{ "type":"integer", "box":true, "max":50, "min":1 }, "MaxItems":{ "type":"integer", "box":true, "max":50, "min":1 }, "MaxLayerListItems":{ "type":"integer", "box":true, "max":50, "min":1 }, "MaxListItems":{ "type":"integer", "box":true, "max":10000, "min":1 }, "MaxProvisionedConcurrencyConfigListItems":{ "type":"integer", "box":true, "max":50, "min":1 }, "MaximumBatchingWindowInSeconds":{ "type":"integer", "box":true, "max":300, "min":0 }, "MaximumConcurrency":{ "type":"integer", "box":true, "max":1000, "min":2 }, "MaximumEventAgeInSeconds":{ "type":"integer", "box":true, "max":21600, "min":60 }, "MaximumNumberOfPollers":{ "type":"integer", "box":true, "max":2000, "min":1 }, "MaximumRecordAgeInSeconds":{ "type":"integer", "box":true, "max":604800, "min":-1 }, "MaximumRetryAttempts":{ "type":"integer", "box":true, "max":2, "min":0 }, "MaximumRetryAttemptsEventSourceMapping":{ "type":"integer", "box":true, "max":10000, "min":-1 }, "MemorySize":{ "type":"integer", "box":true, "max":32768, "min":128 }, "Method":{ "type":"string", "max":6, "min":0, "pattern":".*" }, "MetricTargetValue":{ "type":"double", "box":true, "max":100.0, "min":0.0 }, "MinimumNumberOfPollers":{ "type":"integer", "box":true, "max":200, "min":1 }, "NameSpacedFunctionArn":{ "type":"string", "max":10000, "min":0, "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?" }, "NamespacedFunctionName":{ "type":"string", "max":256, "min":1, "pattern":"(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST(\\.PUBLISHED)?|[a-zA-Z0-9-_]+))?" }, "NamespacedStatementId":{ "type":"string", "max":100, "min":1, "pattern":"([a-zA-Z0-9-_.]+)" }, "NoPublishedVersionException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "Message":{"shape":"String"} }, "documentation":"<p>The function has no published versions available.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "NonNegativeInteger":{ "type":"integer", "box":true, "min":0 }, "NullableBoolean":{ "type":"boolean", "box":true }, "NumericLatestPublishedOrAliasQualifier":{ "type":"string", "max":128, "min":1, "pattern":"\\$(LATEST(\\.PUBLISHED)?)|[a-zA-Z0-9-_$]+" }, "OnFailure":{ "type":"structure", "members":{ "Destination":{ "shape":"DestinationArn", "documentation":"<p>The Amazon Resource Name (ARN) of the destination resource.</p> <p>To retain records of failed invocations from <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html\">Kinesis</a>, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html\">DynamoDB</a>, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/kafka-on-failure.html\">self-managed Apache Kafka</a>, or <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/kafka-on-failure.html\">Amazon MSK</a>, you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, or Kafka topic as the destination.</p> <note> <p>Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending <code>OnFailure</code> event to the destination. For details on this behavior, refer to <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html\">Retaining records of asynchronous invocations</a>.</p> </note> <p>To retain records of failed invocations from <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html\">Kinesis</a>, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html\">DynamoDB</a>, <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination\">self-managed Kafka</a> or <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination\">Amazon MSK</a>, you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.</p>" } }, "documentation":"<p>A destination for events that failed processing. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations\">Adding a destination</a>.</p>" }, "OnSuccess":{ "type":"structure", "members":{ "Destination":{ "shape":"DestinationArn", "documentation":"<p>The Amazon Resource Name (ARN) of the destination resource.</p> <note> <p>Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending <code>OnFailure</code> event to the destination. For details on this behavior, refer to <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html\">Retaining records of asynchronous invocations</a>.</p> </note>" } }, "documentation":"<p>A destination for events that were processed successfully.</p> <p>To retain records of successful <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations\">asynchronous invocations</a>, you can configure an Amazon SNS topic, Amazon SQS queue, Lambda function, or Amazon EventBridge event bus as the destination.</p> <note> <p> <code>OnSuccess</code> is not supported in <code>CreateEventSourceMapping</code> or <code>UpdateEventSourceMapping</code> requests.</p> </note>" }, "Operation":{ "type":"structure", "required":[ "Id", "Type", "StartTimestamp", "Status" ], "members":{ "Id":{ "shape":"OperationId", "documentation":"<p>The unique identifier for this operation.</p>" }, "ParentId":{ "shape":"OperationId", "documentation":"<p>The unique identifier of the parent operation, if this operation is running within a child context.</p>" }, "Name":{ "shape":"OperationName", "documentation":"<p>The customer-provided name for this operation.</p>" }, "Type":{ "shape":"OperationType", "documentation":"<p>The type of operation.</p>" }, "SubType":{ "shape":"OperationSubType", "documentation":"<p>The subtype of the operation, providing additional categorization.</p>" }, "StartTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the operation started, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "EndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the operation ended, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "Status":{ "shape":"OperationStatus", "documentation":"<p>The current status of the operation.</p>" }, "ExecutionDetails":{ "shape":"ExecutionDetails", "documentation":"<p>Details about the execution, if this operation represents an execution.</p>" }, "ContextDetails":{ "shape":"ContextDetails", "documentation":"<p>Details about the context, if this operation represents a context.</p>" }, "StepDetails":{ "shape":"StepDetails", "documentation":"<p>Details about the step, if this operation represents a step.</p>" }, "WaitDetails":{ "shape":"WaitDetails", "documentation":"<p>Details about the wait operation, if this operation represents a wait.</p>" }, "CallbackDetails":{"shape":"CallbackDetails"}, "ChainedInvokeDetails":{"shape":"ChainedInvokeDetails"} }, "documentation":"<p>Information about an operation within a durable execution.</p>" }, "OperationAction":{ "type":"string", "enum":[ "START", "SUCCEED", "FAIL", "RETRY", "CANCEL" ] }, "OperationId":{ "type":"string", "max":64, "min":1, "pattern":"[a-zA-Z0-9-_]+" }, "OperationName":{ "type":"string", "max":256, "min":1, "pattern":"[\\x20-\\x7E]+" }, "OperationPayload":{ "type":"string", "max":6291456, "min":0, "sensitive":true }, "OperationStatus":{ "type":"string", "enum":[ "STARTED", "PENDING", "READY", "SUCCEEDED", "FAILED", "CANCELLED", "TIMED_OUT", "STOPPED" ] }, "OperationSubType":{ "type":"string", "max":32, "min":1, "pattern":"[a-zA-Z0-9-_]+" }, "OperationType":{ "type":"string", "enum":[ "EXECUTION", "CONTEXT", "STEP", "WAIT", "CALLBACK", "CHAINED_INVOKE" ] }, "OperationUpdate":{ "type":"structure", "required":[ "Id", "Type", "Action" ], "members":{ "Id":{ "shape":"OperationId", "documentation":"<p>The unique identifier for this operation.</p>" }, "ParentId":{ "shape":"OperationId", "documentation":"<p>The unique identifier of the parent operation, if this operation is running within a child context.</p>" }, "Name":{ "shape":"OperationName", "documentation":"<p>The customer-provided name for this operation.</p>" }, "Type":{ "shape":"OperationType", "documentation":"<p>The type of operation to update.</p>" }, "SubType":{ "shape":"OperationSubType", "documentation":"<p>The subtype of the operation, providing additional categorization.</p>" }, "Action":{ "shape":"OperationAction", "documentation":"<p>The action to take on the operation.</p>" }, "Payload":{ "shape":"OperationPayload", "documentation":"<p>The payload for successful operations.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>The error information for failed operations.</p>" }, "ContextOptions":{ "shape":"ContextOptions", "documentation":"<p>Options for context operations.</p>" }, "StepOptions":{ "shape":"StepOptions", "documentation":"<p>Options for step operations.</p>" }, "WaitOptions":{ "shape":"WaitOptions", "documentation":"<p>Options for wait operations.</p>" }, "CallbackOptions":{"shape":"CallbackOptions"}, "ChainedInvokeOptions":{"shape":"ChainedInvokeOptions"} }, "documentation":"<p>An update to be applied to an operation during checkpointing.</p>" }, "OperationUpdates":{ "type":"list", "member":{"shape":"OperationUpdate"} }, "Operations":{ "type":"list", "member":{"shape":"Operation"} }, "OrganizationId":{ "type":"string", "max":34, "min":0, "pattern":"o-[a-z0-9]{10,32}" }, "Origin":{ "type":"string", "max":253, "min":1, "pattern":".*" }, "OutputPayload":{ "type":"string", "max":6291456, "min":0, "sensitive":true }, "PackageType":{ "type":"string", "enum":[ "Zip", "Image" ] }, "ParallelizationFactor":{ "type":"integer", "box":true, "max":10, "min":1 }, "Pattern":{ "type":"string", "max":4096, "min":0, "pattern":".*" }, "PerExecutionEnvironmentMaxConcurrency":{ "type":"integer", "box":true, "max":1600, "min":1 }, "PolicyLengthExceededException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "message":{"shape":"String"} }, "documentation":"<p>The permissions policy for the resource is too large. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a>.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "PositiveInteger":{ "type":"integer", "box":true, "min":1 }, "PreconditionFailedException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.</p> <ul> <li> <p> <b>For AddPermission and RemovePermission API operations:</b> Call <code>GetPolicy</code> to retrieve the latest RevisionId for your resource.</p> </li> <li> <p> <b>For all other API operations:</b> Call <code>GetFunction</code> or <code>GetAlias</code> to retrieve the latest RevisionId for your resource.</p> </li> </ul>", "error":{ "httpStatusCode":412, "senderFault":true }, "exception":true }, "Principal":{ "type":"string", "pattern":"[^\\s]+" }, "PrincipalOrgID":{ "type":"string", "max":34, "min":12, "pattern":"o-[a-z0-9]{10,32}" }, "ProvisionedConcurrencyConfigList":{ "type":"list", "member":{"shape":"ProvisionedConcurrencyConfigListItem"} }, "ProvisionedConcurrencyConfigListItem":{ "type":"structure", "members":{ "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the alias or version.</p>" }, "RequestedProvisionedConcurrentExecutions":{ "shape":"PositiveInteger", "documentation":"<p>The amount of provisioned concurrency requested.</p>" }, "AvailableProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency available.</p>" }, "AllocatedProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.</p>" }, "Status":{ "shape":"ProvisionedConcurrencyStatusEnum", "documentation":"<p>The status of the allocation process.</p>" }, "StatusReason":{ "shape":"String", "documentation":"<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>" } }, "documentation":"<p>Details about the provisioned concurrency configuration for a function alias or version.</p>" }, "ProvisionedConcurrencyConfigNotFoundException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "message":{"shape":"String"} }, "documentation":"<p>The specified configuration does not exist.</p>", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ProvisionedConcurrencyStatusEnum":{ "type":"string", "enum":[ "IN_PROGRESS", "READY", "FAILED" ] }, "ProvisionedPollerConfig":{ "type":"structure", "members":{ "MinimumPollers":{ "shape":"MinimumNumberOfPollers", "documentation":"<p>The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.</p>" }, "MaximumPollers":{ "shape":"MaximumNumberOfPollers", "documentation":"<p>The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.</p>" }, "PollerGroupName":{ "shape":"ProvisionedPollerGroupName", "documentation":"<p>(Amazon MSK and self-managed Apache Kafka) The name of the provisioned poller group. Use this option to group multiple ESMs within the event source's VPC to share Event Poller Unit (EPU) capacity. You can use this option to optimize Provisioned mode costs for your ESMs. You can group up to 100 ESMs per poller group and aggregate maximum pollers across all ESMs in a group cannot exceed 2000.</p>" } }, "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\"> provisioned mode</a> configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.</p>" }, "ProvisionedPollerGroupName":{ "type":"string", "max":128, "min":0, "pattern":"[a-zA-Z0-9-_]*" }, "PublishLayerVersionRequest":{ "type":"structure", "required":[ "LayerName", "Content" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "Description":{ "shape":"Description", "documentation":"<p>The description of the version.</p>" }, "Content":{ "shape":"LayerVersionContentInput", "documentation":"<p>The function layer archive.</p>" }, "CompatibleRuntimes":{ "shape":"CompatibleRuntimes", "documentation":"<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">function runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>" }, "LicenseInfo":{ "shape":"LicenseInfo", "documentation":"<p>The layer's software license. It can be any of the following:</p> <ul> <li> <p>An <a href=\"https://spdx.org/licenses/\">SPDX license identifier</a>. For example, <code>MIT</code>.</p> </li> <li> <p>The URL of a license hosted on the internet. For example, <code>https://opensource.org/licenses/MIT</code>.</p> </li> <li> <p>The full text of the license.</p> </li> </ul>" }, "CompatibleArchitectures":{ "shape":"CompatibleArchitectures", "documentation":"<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architectures</a>.</p>" } } }, "PublishLayerVersionResponse":{ "type":"structure", "members":{ "Content":{ "shape":"LayerVersionContentOutput", "documentation":"<p>Details about the layer version.</p>" }, "LayerArn":{ "shape":"LayerArn", "documentation":"<p>The ARN of the layer.</p>" }, "LayerVersionArn":{ "shape":"LayerVersionArn", "documentation":"<p>The ARN of the layer version.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>The description of the version.</p>" }, "CreatedDate":{ "shape":"Timestamp", "documentation":"<p>The date that the layer version was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "Version":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>" }, "CompatibleRuntimes":{ "shape":"CompatibleRuntimes", "documentation":"<p>The layer's compatible runtimes.</p> <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "LicenseInfo":{ "shape":"LicenseInfo", "documentation":"<p>The layer's software license.</p>" }, "CompatibleArchitectures":{ "shape":"CompatibleArchitectures", "documentation":"<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html\">instruction set architectures</a>.</p>" } } }, "PublishVersionRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "CodeSha256":{ "shape":"String", "documentation":"<p>Only publish a version if the hash value matches the value that's specified. Use this option to avoid publishing a version if the function code has changed since you last updated it. You can get the hash for the version that you uploaded from the output of <a>UpdateFunctionCode</a>.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description for the version to override the description in the function configuration.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>Only update the function if the revision ID matches the ID that's specified. Use this option to avoid publishing a version if the function configuration has changed since you last updated it.</p>" }, "PublishTo":{ "shape":"FunctionVersionLatestPublished", "documentation":"<p>Specifies where to publish the function version or configuration.</p>" } } }, "PublishedFunctionQualifier":{ "type":"string", "max":128, "min":1, "pattern":"(\\$LATEST\\.PUBLISHED|[0-9]+)" }, "PutFunctionCodeSigningConfigRequest":{ "type":"structure", "required":[ "CodeSigningConfigArn", "FunctionName" ], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>" }, "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" } } }, "PutFunctionCodeSigningConfigResponse":{ "type":"structure", "required":[ "CodeSigningConfigArn", "FunctionName" ], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>" }, "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>" } } }, "PutFunctionConcurrencyRequest":{ "type":"structure", "required":[ "FunctionName", "ReservedConcurrentExecutions" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "ReservedConcurrentExecutions":{ "shape":"ReservedConcurrentExecutions", "documentation":"<p>The number of simultaneous executions to reserve for the function.</p>" } } }, "PutFunctionEventInvokeConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>A version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttempts", "documentation":"<p>The maximum number of times to retry when the function returns an error.</p>" }, "MaximumEventAgeInSeconds":{ "shape":"MaximumEventAgeInSeconds", "documentation":"<p>The maximum age of a request that Lambda sends to a function for processing.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>A destination for events after they have been sent to a function for processing.</p> <p class=\"title\"> <b>Destinations</b> </p> <ul> <li> <p> <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p> </li> <li> <p> <b>Queue</b> - The ARN of a standard SQS queue.</p> </li> <li> <p> <b>Bucket</b> - The ARN of an Amazon S3 bucket.</p> </li> <li> <p> <b>Topic</b> - The ARN of a standard SNS topic.</p> </li> <li> <p> <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p> </li> </ul> <note> <p>S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.</p> </note>" } } }, "PutFunctionRecursionConfigRequest":{ "type":"structure", "required":[ "FunctionName", "RecursiveLoop" ], "members":{ "FunctionName":{ "shape":"UnqualifiedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "RecursiveLoop":{ "shape":"RecursiveLoop", "documentation":"<p>If you set your function's recursive loop detection configuration to <code>Allow</code>, Lambda doesn't take any action when it detects your function being invoked as part of a recursive loop. We recommend that you only use this setting if your design intentionally uses a Lambda function to write data back to the same Amazon Web Services resource that invokes it.</p> <p>If you set your function's recursive loop detection configuration to <code>Terminate</code>, Lambda stops your function being invoked and notifies you when it detects your function being invoked as part of a recursive loop.</p> <p>By default, Lambda sets your function's configuration to <code>Terminate</code>.</p> <important> <p>If your design intentionally uses a Lambda function to write data back to the same Amazon Web Services resource that invokes the function, then use caution and implement suitable guard rails to prevent unexpected charges being billed to your Amazon Web Services account. To learn more about best practices for using recursive invocation patterns, see <a href=\"https://serverlessland.com/content/service/lambda/guides/aws-lambda-operator-guide/recursive-runaway\">Recursive patterns that cause run-away Lambda functions</a> in Serverless Land.</p> </important>" } } }, "PutFunctionRecursionConfigResponse":{ "type":"structure", "members":{ "RecursiveLoop":{ "shape":"RecursiveLoop", "documentation":"<p>The status of your function's recursive loop detection configuration.</p> <p>When this value is set to <code>Allow</code>and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.</p> <p>When this value is set to <code>Terminate</code> and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you. </p>" } } }, "PutFunctionScalingConfigRequest":{ "type":"structure", "required":[ "FunctionName", "Qualifier" ], "members":{ "FunctionName":{ "shape":"UnqualifiedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"PublishedFunctionQualifier", "documentation":"<p>Specify a version or alias to set the scaling configuration for a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" }, "FunctionScalingConfig":{ "shape":"FunctionScalingConfig", "documentation":"<p>The scaling configuration to apply to the function, including minimum and maximum execution environment limits.</p>" } } }, "PutFunctionScalingConfigResponse":{ "type":"structure", "members":{ "FunctionState":{ "shape":"State", "documentation":"<p>The current state of the function after applying the scaling configuration.</p>" } } }, "PutProvisionedConcurrencyConfigRequest":{ "type":"structure", "required":[ "FunctionName", "Qualifier", "ProvisionedConcurrentExecutions" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"Qualifier", "documentation":"<p>The version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "ProvisionedConcurrentExecutions":{ "shape":"PositiveInteger", "documentation":"<p>The amount of provisioned concurrency to allocate for the version or alias.</p>" } } }, "PutProvisionedConcurrencyConfigResponse":{ "type":"structure", "members":{ "RequestedProvisionedConcurrentExecutions":{ "shape":"PositiveInteger", "documentation":"<p>The amount of provisioned concurrency requested.</p>" }, "AvailableProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency available.</p>" }, "AllocatedProvisionedConcurrentExecutions":{ "shape":"NonNegativeInteger", "documentation":"<p>The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.</p>" }, "Status":{ "shape":"ProvisionedConcurrencyStatusEnum", "documentation":"<p>The status of the allocation process.</p>" }, "StatusReason":{ "shape":"String", "documentation":"<p>For failed allocations, the reason that provisioned concurrency could not be allocated.</p>" }, "LastModified":{ "shape":"Timestamp", "documentation":"<p>The date and time that a user last updated the configuration, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 format</a>.</p>" } } }, "PutRuntimeManagementConfigRequest":{ "type":"structure", "required":[ "FunctionName", "UpdateRuntimeOn" ], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version of the function. This can be <code>$LATEST</code> or a published version number. If no value is specified, the configuration for the <code>$LATEST</code> version is returned.</p>", "location":"querystring", "locationName":"Qualifier" }, "UpdateRuntimeOn":{ "shape":"UpdateRuntimeOn", "documentation":"<p>Specify the runtime update mode.</p> <ul> <li> <p> <b>Auto (default)</b> - Automatically update to the most recent and secure runtime version using a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase\">Two-phase runtime version rollout</a>. This is the best choice for most customers to ensure they always benefit from runtime updates.</p> </li> <li> <p> <b>Function update</b> - Lambda updates the runtime of your function to the most recent and secure runtime version when you update your function. This approach synchronizes runtime updates with function deployments, giving you control over when runtime updates are applied and allowing you to detect and mitigate rare runtime update incompatibilities early. When using this setting, you need to regularly update your functions to keep their runtime up-to-date.</p> </li> <li> <p> <b>Manual</b> - You specify a runtime version in your function configuration. The function will use this runtime version indefinitely. In the rare case where a new runtime version is incompatible with an existing function, this allows you to roll back your function to an earlier runtime version. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback\">Roll back a runtime version</a>.</p> </li> </ul>" }, "RuntimeVersionArn":{ "shape":"RuntimeVersionArn", "documentation":"<p>The ARN of the runtime version you want the function to use.</p> <note> <p>This is only required if you're using the <b>Manual</b> runtime update mode.</p> </note>" } } }, "PutRuntimeManagementConfigResponse":{ "type":"structure", "required":[ "UpdateRuntimeOn", "FunctionArn" ], "members":{ "UpdateRuntimeOn":{ "shape":"UpdateRuntimeOn", "documentation":"<p>The runtime update mode.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The ARN of the function</p>" }, "RuntimeVersionArn":{ "shape":"RuntimeVersionArn", "documentation":"<p>The ARN of the runtime the function is configured to use. If the runtime update mode is <b>manual</b>, the ARN is returned, otherwise <code>null</code> is returned.</p>" } } }, "Qualifier":{ "type":"string", "max":128, "min":1, "pattern":"(|[a-zA-Z0-9$_-]+)" }, "Queue":{ "type":"string", "max":1000, "min":1, "pattern":"[\\s\\S]*" }, "Queues":{ "type":"list", "member":{"shape":"Queue"}, "max":1, "min":1 }, "RecursiveInvocationException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "Message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>Lambda has detected your function being invoked in a recursive loop with other Amazon Web Services resources and stopped your function's invocation.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "RecursiveLoop":{ "type":"string", "enum":[ "Allow", "Terminate" ] }, "RemoveLayerVersionPermissionRequest":{ "type":"structure", "required":[ "LayerName", "VersionNumber", "StatementId" ], "members":{ "LayerName":{ "shape":"LayerName", "documentation":"<p>The name or Amazon Resource Name (ARN) of the layer.</p>", "location":"uri", "locationName":"LayerName" }, "VersionNumber":{ "shape":"LayerVersionNumber", "documentation":"<p>The version number.</p>", "location":"uri", "locationName":"VersionNumber" }, "StatementId":{ "shape":"StatementId", "documentation":"<p>The identifier that was specified when the statement was added.</p>", "location":"uri", "locationName":"StatementId" }, "RevisionId":{ "shape":"String", "documentation":"<p>Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.</p>", "location":"querystring", "locationName":"RevisionId" } } }, "RemovePermissionRequest":{ "type":"structure", "required":[ "FunctionName", "StatementId" ], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "StatementId":{ "shape":"NamespacedStatementId", "documentation":"<p>Statement ID of the permission to remove.</p>", "location":"uri", "locationName":"StatementId" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>Specify a version or alias to remove permissions from a published version of the function.</p>", "location":"querystring", "locationName":"Qualifier" }, "RevisionId":{ "shape":"String", "documentation":"<p>Update the policy only if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.</p>", "location":"querystring", "locationName":"RevisionId" } } }, "ReplayChildren":{ "type":"boolean", "box":true }, "RequestTooLargeException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "message":{"shape":"String"} }, "documentation":"<p>The request payload exceeded the <code>Invoke</code> request body JSON input quota. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html\">Lambda quotas</a>.</p>", "error":{ "httpStatusCode":413, "senderFault":true }, "exception":true }, "ReservedConcurrentExecutions":{ "type":"integer", "box":true, "min":0 }, "ResourceArn":{ "type":"string", "pattern":"(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()" }, "ResourceConflictException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>The resource already exists, or another operation is in progress.</p>", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "ResourceInUseException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The operation conflicts with the resource's availability. For example, you tried to update an event source mapping in the CREATING state, or you tried to delete an event source mapping currently UPDATING.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The resource specified in the request does not exist.</p>", "error":{ "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourceNotReadyException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The exception type.</p>" }, "message":{ "shape":"String", "documentation":"<p>The exception message.</p>" } }, "documentation":"<p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "ResponseStreamingInvocationType":{ "type":"string", "enum":[ "RequestResponse", "DryRun" ] }, "RetentionPeriodInDays":{ "type":"integer", "box":true, "max":90, "min":1 }, "RetryDetails":{ "type":"structure", "members":{ "CurrentAttempt":{ "shape":"AttemptCount", "documentation":"<p>The current attempt number for this operation.</p>" }, "NextAttemptDelaySeconds":{ "shape":"DurationSeconds", "documentation":"<p>The delay before the next retry attempt, in seconds.</p>" } }, "documentation":"<p>Information about retry attempts for an operation.</p>" }, "ReverseOrder":{ "type":"boolean", "box":true }, "RoleArn":{ "type":"string", "pattern":"arn:(aws[a-zA-Z-]*)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+" }, "Runtime":{ "type":"string", "enum":[ "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "java8", "java8.al2", "java11", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "dotnet8", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "provided", "provided.al2", "nodejs18.x", "python3.10", "java17", "ruby3.2", "ruby3.3", "ruby3.4", "python3.11", "nodejs20.x", "provided.al2023", "python3.12", "java21", "python3.13", "nodejs22.x", "nodejs24.x", "python3.14", "java25", "dotnet10" ] }, "RuntimeVersionArn":{ "type":"string", "max":2048, "min":26, "pattern":"arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}::runtime:.+" }, "RuntimeVersionConfig":{ "type":"structure", "members":{ "RuntimeVersionArn":{ "shape":"RuntimeVersionArn", "documentation":"<p>The ARN of the runtime version you want the function to use.</p>" }, "Error":{ "shape":"RuntimeVersionError", "documentation":"<p>Error response when Lambda is unable to retrieve the runtime version for a function.</p>" } }, "documentation":"<p>The ARN of the runtime and any errors that occured.</p>" }, "RuntimeVersionError":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"String", "documentation":"<p>The error code.</p>" }, "Message":{ "shape":"SensitiveString", "documentation":"<p>The error message.</p>" } }, "documentation":"<p>Any error returned when the runtime version information for the function could not be retrieved.</p>" }, "S3Bucket":{ "type":"string", "max":63, "min":3, "pattern":"[0-9A-Za-z\\.\\-_]*(?<!\\.)" }, "S3Key":{ "type":"string", "max":1024, "min":1 }, "S3ObjectVersion":{ "type":"string", "max":1024, "min":1 }, "ScalingConfig":{ "type":"structure", "members":{ "MaximumConcurrency":{ "shape":"MaximumConcurrency", "documentation":"<p>Limits the number of concurrent instances that the Amazon SQS event source can invoke.</p>" } }, "documentation":"<p>(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.</p>" }, "SchemaRegistryEventRecordFormat":{ "type":"string", "enum":[ "JSON", "SOURCE" ] }, "SchemaRegistryUri":{ "type":"string", "max":10000, "min":1, "pattern":"[a-zA-Z0-9-\\/*:_+=.@-]*" }, "SecurityGroupId":{"type":"string"}, "SecurityGroupIds":{ "type":"list", "member":{"shape":"SecurityGroupId"}, "max":5, "min":0 }, "SelfManagedEventSource":{ "type":"structure", "members":{ "Endpoints":{ "shape":"Endpoints", "documentation":"<p>The list of bootstrap servers for your Kafka brokers in the following format: <code>\"KAFKA_BOOTSTRAP_SERVERS\": [\"abc.xyz.com:xxxx\",\"abc2.xyz.com:xxxx\"]</code>.</p>" } }, "documentation":"<p>The self-managed Apache Kafka cluster for your event source.</p>" }, "SelfManagedKafkaEventSourceConfig":{ "type":"structure", "members":{ "ConsumerGroupId":{ "shape":"URI", "documentation":"<p> The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-kafka-process.html#services-smaa-topic-add\">Customizable consumer group ID</a>.</p>" }, "SchemaRegistryConfig":{ "shape":"KafkaSchemaRegistryConfig", "documentation":"<p>Specific configuration settings for a Kafka schema registry.</p>" } }, "documentation":"<p>Specific configuration settings for a self-managed Apache Kafka event source.</p>" }, "SendDurableExecutionCallbackFailureRequest":{ "type":"structure", "required":["CallbackId"], "members":{ "CallbackId":{ "shape":"CallbackId", "documentation":"<p>The unique identifier for the callback operation.</p>", "location":"uri", "locationName":"CallbackId" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Error details describing why the callback operation failed.</p>" } }, "payload":"Error" }, "SendDurableExecutionCallbackFailureResponse":{ "type":"structure", "members":{} }, "SendDurableExecutionCallbackHeartbeatRequest":{ "type":"structure", "required":["CallbackId"], "members":{ "CallbackId":{ "shape":"CallbackId", "documentation":"<p>The unique identifier for the callback operation.</p>", "location":"uri", "locationName":"CallbackId" } } }, "SendDurableExecutionCallbackHeartbeatResponse":{ "type":"structure", "members":{} }, "SendDurableExecutionCallbackSuccessRequest":{ "type":"structure", "required":["CallbackId"], "members":{ "CallbackId":{ "shape":"CallbackId", "documentation":"<p>The unique identifier for the callback operation.</p>", "location":"uri", "locationName":"CallbackId" }, "Result":{ "shape":"BinaryOperationPayload", "documentation":"<p>The result data from the successful callback operation. Maximum size is 256 KB.</p>" } }, "payload":"Result" }, "SendDurableExecutionCallbackSuccessResponse":{ "type":"structure", "members":{} }, "SensitiveString":{ "type":"string", "sensitive":true }, "SerializedRequestEntityTooLargeException":{ "type":"structure", "members":{ "Type":{ "shape":"String", "documentation":"<p>The error type.</p>" }, "message":{"shape":"String"} }, "documentation":"<p>The request payload exceeded the maximum allowed size for serialized request entities.</p>", "error":{ "httpStatusCode":413, "senderFault":true }, "exception":true }, "ServiceException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The Lambda service encountered an internal error.</p>", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "SigningProfileVersionArns":{ "type":"list", "member":{"shape":"Arn"}, "max":20, "min":1 }, "SnapStart":{ "type":"structure", "members":{ "ApplyOn":{ "shape":"SnapStartApplyOn", "documentation":"<p>Set to <code>PublishedVersions</code> to create a snapshot of the initialized execution environment when you publish a function version.</p>" } }, "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">Lambda SnapStart</a> setting. Set <code>ApplyOn</code> to <code>PublishedVersions</code> to create a snapshot of the initialized execution environment when you publish a function version.</p>" }, "SnapStartApplyOn":{ "type":"string", "enum":[ "PublishedVersions", "None" ] }, "SnapStartException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>The <code>afterRestore()</code> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html\">runtime hook</a> encountered an error. For more information, check the Amazon CloudWatch logs.</p>", "error":{ "httpStatusCode":400, "senderFault":true }, "exception":true }, "SnapStartNotReadyException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda is initializing your function. You can invoke the function when the <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html\">function state</a> becomes <code>Active</code>.</p>", "error":{ "httpStatusCode":409, "senderFault":true }, "exception":true }, "SnapStartOptimizationStatus":{ "type":"string", "enum":[ "On", "Off" ] }, "SnapStartResponse":{ "type":"structure", "members":{ "ApplyOn":{ "shape":"SnapStartApplyOn", "documentation":"<p>When set to <code>PublishedVersions</code>, Lambda creates a snapshot of the execution environment when you publish a function version.</p>" }, "OptimizationStatus":{ "shape":"SnapStartOptimizationStatus", "documentation":"<p>When you provide a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using\">qualified Amazon Resource Name (ARN)</a>, this response element indicates whether SnapStart is activated for the specified function version.</p>" } }, "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">SnapStart</a> setting.</p>" }, "SnapStartTimeoutException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't restore the snapshot within the timeout limit.</p>", "error":{ "httpStatusCode":408, "senderFault":true }, "exception":true }, "SourceAccessConfiguration":{ "type":"structure", "members":{ "Type":{ "shape":"SourceAccessType", "documentation":"<p>The type of authentication protocol, VPC components, or virtual host for your event source. For example: <code>\"Type\":\"SASL_SCRAM_512_AUTH\"</code>.</p> <ul> <li> <p> <code>BASIC_AUTH</code> – (Amazon MQ) The Secrets Manager secret that stores your broker credentials.</p> </li> <li> <p> <code>BASIC_AUTH</code> – (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL/PLAIN authentication of your Apache Kafka brokers.</p> </li> <li> <p> <code>VPC_SUBNET</code> – (Self-managed Apache Kafka) The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your self-managed Apache Kafka cluster.</p> </li> <li> <p> <code>VPC_SECURITY_GROUP</code> – (Self-managed Apache Kafka) The VPC security group used to manage access to your self-managed Apache Kafka brokers.</p> </li> <li> <p> <code>SASL_SCRAM_256_AUTH</code> – (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your self-managed Apache Kafka brokers.</p> </li> <li> <p> <code>SASL_SCRAM_512_AUTH</code> – (Amazon MSK, Self-managed Apache Kafka) The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your self-managed Apache Kafka brokers.</p> </li> <li> <p> <code>VIRTUAL_HOST</code> –- (RabbitMQ) The name of the virtual host in your RabbitMQ broker. Lambda uses this RabbitMQ host as the event source. This property cannot be specified in an UpdateEventSourceMapping API call.</p> </li> <li> <p> <code>CLIENT_CERTIFICATE_TLS_AUTH</code> – (Amazon MSK, self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM), private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers.</p> </li> <li> <p> <code>SERVER_ROOT_CA_CERTIFICATE</code> – (Self-managed Apache Kafka) The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers. </p> </li> </ul>" }, "URI":{ "shape":"URI", "documentation":"<p>The value for your chosen configuration in <code>Type</code>. For example: <code>\"URI\": \"arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName\"</code>.</p>" } }, "documentation":"<p>To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.</p>" }, "SourceAccessConfigurations":{ "type":"list", "member":{"shape":"SourceAccessConfiguration"}, "max":22, "min":0 }, "SourceAccessType":{ "type":"string", "enum":[ "BASIC_AUTH", "VPC_SUBNET", "VPC_SECURITY_GROUP", "SASL_SCRAM_512_AUTH", "SASL_SCRAM_256_AUTH", "VIRTUAL_HOST", "CLIENT_CERTIFICATE_TLS_AUTH", "SERVER_ROOT_CA_CERTIFICATE" ] }, "SourceOwner":{ "type":"string", "max":12, "min":0, "pattern":"\\d{12}" }, "StackTraceEntries":{ "type":"list", "member":{"shape":"StackTraceEntry"} }, "StackTraceEntry":{ "type":"string", "sensitive":true }, "State":{ "type":"string", "enum":[ "Pending", "Active", "Inactive", "Failed", "Deactivating", "Deactivated", "ActiveNonInvocable", "Deleting" ] }, "StateReason":{"type":"string"}, "StateReasonCode":{ "type":"string", "enum":[ "Idle", "Creating", "Restoring", "EniLimitExceeded", "InsufficientRolePermissions", "InvalidConfiguration", "InternalError", "SubnetOutOfIPAddresses", "InvalidSubnet", "InvalidSecurityGroup", "ImageDeleted", "ImageAccessDenied", "InvalidImage", "KMSKeyAccessDenied", "KMSKeyNotFound", "InvalidStateKMSKey", "DisabledKMSKey", "EFSIOError", "EFSMountConnectivityError", "EFSMountFailure", "EFSMountTimeout", "InvalidRuntime", "InvalidZipFileException", "FunctionError", "DrainingDurableExecutions", "VcpuLimitExceeded", "CapacityProviderScalingLimitExceeded", "InsufficientCapacity", "EC2RequestLimitExceeded", "FunctionError.InitTimeout", "FunctionError.RuntimeInitError", "FunctionError.ExtensionInitError", "FunctionError.InvalidEntryPoint", "FunctionError.InvalidWorkingDirectory", "FunctionError.PermissionDenied", "FunctionError.TooManyExtensions", "FunctionError.InitResourceExhausted", "DisallowedByVpcEncryptionControl" ] }, "StatementId":{ "type":"string", "max":100, "min":1, "pattern":"([a-zA-Z0-9-_]+)" }, "StepDetails":{ "type":"structure", "members":{ "Attempt":{ "shape":"AttemptCount", "documentation":"<p>The current attempt number for this step.</p>" }, "NextAttemptTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the next attempt is scheduled, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD). Only populated when the step is in a pending state.</p>" }, "Result":{ "shape":"OperationPayload", "documentation":"<p>The JSON response payload from the step operation.</p>" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Details about the step failure.</p>" } }, "documentation":"<p>Details about a step operation.</p>" }, "StepFailedDetails":{ "type":"structure", "required":[ "Error", "RetryDetails" ], "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about the step failure.</p>" }, "RetryDetails":{ "shape":"RetryDetails", "documentation":"<p>Information about retry attempts for this step operation.</p>" } }, "documentation":"<p>Details about a step that failed.</p>" }, "StepOptions":{ "type":"structure", "members":{ "NextAttemptDelaySeconds":{ "shape":"StepOptionsNextAttemptDelaySecondsInteger", "documentation":"<p>The delay in seconds before the next retry attempt.</p>" } }, "documentation":"<p>Configuration options for a step operation.</p>" }, "StepOptionsNextAttemptDelaySecondsInteger":{ "type":"integer", "box":true, "max":31622400, "min":1 }, "StepStartedDetails":{ "type":"structure", "members":{}, "documentation":"<p>Details about a step that has started.</p>" }, "StepSucceededDetails":{ "type":"structure", "required":[ "Result", "RetryDetails" ], "members":{ "Result":{ "shape":"EventResult", "documentation":"<p>The response payload from the successful operation.</p>" }, "RetryDetails":{ "shape":"RetryDetails", "documentation":"<p>Information about retry attempts for this step operation.</p>" } }, "documentation":"<p>Details about a step that succeeded.</p>" }, "StopDurableExecutionRequest":{ "type":"structure", "required":["DurableExecutionArn"], "members":{ "DurableExecutionArn":{ "shape":"DurableExecutionArn", "documentation":"<p>The Amazon Resource Name (ARN) of the durable execution.</p>", "location":"uri", "locationName":"DurableExecutionArn" }, "Error":{ "shape":"ErrorObject", "documentation":"<p>Optional error details explaining why the execution is being stopped.</p>" } }, "payload":"Error" }, "StopDurableExecutionResponse":{ "type":"structure", "required":["StopTimestamp"], "members":{ "StopTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The timestamp when the execution was stopped (ISO 8601 format).</p>" } } }, "String":{"type":"string"}, "StringList":{ "type":"list", "member":{"shape":"String"}, "max":1500, "min":0 }, "SubnetIPAddressLimitReachedException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "Message":{"shape":"String"} }, "documentation":"<p>Lambda couldn't set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.</p>", "error":{"httpStatusCode":502}, "exception":true, "fault":true }, "SubnetId":{"type":"string"}, "SubnetIds":{ "type":"list", "member":{"shape":"SubnetId"}, "max":16, "min":0 }, "SystemLogLevel":{ "type":"string", "enum":[ "DEBUG", "INFO", "WARN" ] }, "TagKey":{"type":"string"}, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagResourceRequest":{ "type":"structure", "required":[ "Resource", "Tags" ], "members":{ "Resource":{ "shape":"TaggableResource", "documentation":"<p>The resource's Amazon Resource Name (ARN).</p>", "location":"uri", "locationName":"Resource" }, "Tags":{ "shape":"Tags", "documentation":"<p>A list of tags to apply to the resource.</p>" } } }, "TagValue":{"type":"string"}, "TaggableResource":{ "type":"string", "max":256, "min":1, "pattern":"arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:(function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?|code-signing-config:csc-[a-z0-9]{17}|event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}|capacity-provider:[a-zA-Z0-9-_]+)" }, "Tags":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"} }, "TagsError":{ "type":"structure", "required":[ "ErrorCode", "Message" ], "members":{ "ErrorCode":{ "shape":"TagsErrorCode", "documentation":"<p>The error code.</p>" }, "Message":{ "shape":"TagsErrorMessage", "documentation":"<p>The error message.</p>" } }, "documentation":"<p>An object that contains details about an error related to retrieving tags.</p>" }, "TagsErrorCode":{ "type":"string", "max":21, "min":10, "pattern":"[A-Za-z]+Exception" }, "TagsErrorMessage":{ "type":"string", "max":1000, "min":84, "pattern":".*" }, "TargetTrackingScalingPolicy":{ "type":"structure", "required":[ "PredefinedMetricType", "TargetValue" ], "members":{ "PredefinedMetricType":{ "shape":"CapacityProviderPredefinedMetricType", "documentation":"<p>The predefined metric type to track for scaling decisions.</p>" }, "TargetValue":{ "shape":"MetricTargetValue", "documentation":"<p>The target value for the metric that the scaling policy attempts to maintain through scaling actions.</p>" } }, "documentation":"<p>A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.</p>" }, "TenancyConfig":{ "type":"structure", "required":["TenantIsolationMode"], "members":{ "TenantIsolationMode":{ "shape":"TenantIsolationMode", "documentation":"<p>Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.</p>" } }, "documentation":"<p>Specifies the tenant isolation mode configuration for a Lambda function. This allows you to configure specific tenant isolation strategies for your function invocations. Tenant isolation configuration cannot be modified after function creation.</p>" }, "TenantId":{ "type":"string", "max":256, "min":1, "pattern":"[a-zA-Z0-9\\._:\\/=+\\-@ ]+" }, "TenantIsolationMode":{ "type":"string", "enum":["PER_TENANT"] }, "ThrottleReason":{ "type":"string", "enum":[ "ConcurrentInvocationLimitExceeded", "FunctionInvocationRateLimitExceeded", "ReservedFunctionConcurrentInvocationLimitExceeded", "ReservedFunctionInvocationRateLimitExceeded", "CallerRateLimitExceeded", "ConcurrentSnapshotCreateLimitExceeded" ] }, "Timeout":{ "type":"integer", "box":true, "min":1 }, "Timestamp":{"type":"string"}, "TooManyRequestsException":{ "type":"structure", "members":{ "retryAfterSeconds":{ "shape":"String", "documentation":"<p>The number of seconds the caller should wait before retrying.</p>", "location":"header", "locationName":"Retry-After" }, "Type":{"shape":"String"}, "message":{"shape":"String"}, "Reason":{"shape":"ThrottleReason"} }, "documentation":"<p>The request throughput limit was exceeded. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests\">Lambda quotas</a>.</p>", "error":{ "httpStatusCode":429, "senderFault":true }, "exception":true }, "Topic":{ "type":"string", "max":249, "min":1, "pattern":"[^.]([a-zA-Z0-9\\-_.]+)" }, "Topics":{ "type":"list", "member":{"shape":"Topic"}, "max":1, "min":1 }, "TraceHeader":{ "type":"structure", "members":{ "XAmznTraceId":{ "shape":"XAmznTraceId", "documentation":"<p>The X-Ray trace header associated with the durable execution.</p>" } }, "documentation":"<p>Contains trace headers for the Lambda durable execution.</p>" }, "TracingConfig":{ "type":"structure", "members":{ "Mode":{ "shape":"TracingMode", "documentation":"<p>The tracing mode.</p>" } }, "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html\">X-Ray</a> tracing configuration. To sample and record incoming requests, set <code>Mode</code> to <code>Active</code>.</p>" }, "TracingConfigResponse":{ "type":"structure", "members":{ "Mode":{ "shape":"TracingMode", "documentation":"<p>The tracing mode.</p>" } }, "documentation":"<p>The function's X-Ray tracing configuration.</p>" }, "TracingMode":{ "type":"string", "enum":[ "Active", "PassThrough" ] }, "Truncated":{ "type":"boolean", "box":true }, "TumblingWindowInSeconds":{ "type":"integer", "box":true, "max":900, "min":0 }, "URI":{ "type":"string", "max":200, "min":1, "pattern":"[a-zA-Z0-9-\\/*:_+=.@-]*" }, "UnqualifiedFunctionName":{ "type":"string", "max":140, "min":1, "pattern":"(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)" }, "UnreservedConcurrentExecutions":{ "type":"integer", "box":true, "min":0 }, "UnsupportedMediaTypeException":{ "type":"structure", "members":{ "Type":{"shape":"String"}, "message":{"shape":"String"} }, "documentation":"<p>The content type of the <code>Invoke</code> request body is not JSON.</p>", "error":{ "httpStatusCode":415, "senderFault":true }, "exception":true }, "UntagResourceRequest":{ "type":"structure", "required":[ "Resource", "TagKeys" ], "members":{ "Resource":{ "shape":"TaggableResource", "documentation":"<p>The resource's Amazon Resource Name (ARN).</p>", "location":"uri", "locationName":"Resource" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"<p>A list of tag keys to remove from the resource.</p>", "location":"querystring", "locationName":"tagKeys" } } }, "UpdateAliasRequest":{ "type":"structure", "required":[ "FunctionName", "Name" ], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Name":{ "shape":"Alias", "documentation":"<p>The name of the alias.</p>", "location":"uri", "locationName":"Name" }, "FunctionVersion":{ "shape":"VersionWithLatestPublished", "documentation":"<p>The function version that the alias invokes.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description of the alias.</p>" }, "RoutingConfig":{ "shape":"AliasRoutingConfiguration", "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing\">routing configuration</a> of the alias.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>Only update the alias if the revision ID matches the ID that's specified. Use this option to avoid modifying an alias that has changed since you last read it.</p>" } } }, "UpdateCapacityProviderRequest":{ "type":"structure", "required":["CapacityProviderName"], "members":{ "CapacityProviderName":{ "shape":"CapacityProviderName", "documentation":"<p>The name of the capacity provider to update.</p>", "location":"uri", "locationName":"CapacityProviderName" }, "CapacityProviderScalingConfig":{ "shape":"CapacityProviderScalingConfig", "documentation":"<p>The updated scaling configuration for the capacity provider.</p>" } } }, "UpdateCapacityProviderResponse":{ "type":"structure", "required":["CapacityProvider"], "members":{ "CapacityProvider":{ "shape":"CapacityProvider", "documentation":"<p>Information about the updated capacity provider.</p>" } } }, "UpdateCodeSigningConfigRequest":{ "type":"structure", "required":["CodeSigningConfigArn"], "members":{ "CodeSigningConfigArn":{ "shape":"CodeSigningConfigArn", "documentation":"<p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>", "location":"uri", "locationName":"CodeSigningConfigArn" }, "Description":{ "shape":"Description", "documentation":"<p>Descriptive name for this code signing configuration.</p>" }, "AllowedPublishers":{ "shape":"AllowedPublishers", "documentation":"<p>Signing profiles for this code signing configuration.</p>" }, "CodeSigningPolicies":{ "shape":"CodeSigningPolicies", "documentation":"<p>The code signing policy.</p>" } } }, "UpdateCodeSigningConfigResponse":{ "type":"structure", "required":["CodeSigningConfig"], "members":{ "CodeSigningConfig":{ "shape":"CodeSigningConfig", "documentation":"<p>The code signing configuration</p>" } } }, "UpdateEventSourceMappingRequest":{ "type":"structure", "required":["UUID"], "members":{ "UUID":{ "shape":"String", "documentation":"<p>The identifier of the event source mapping.</p>", "location":"uri", "locationName":"UUID" }, "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>MyFunction</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction</code>.</p> </li> <li> <p> <b>Version or Alias ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:MyFunction</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.</p>" }, "Enabled":{ "shape":"Enabled", "documentation":"<p>When true, the event source mapping is active. When false, Lambda pauses polling and invocation.</p> <p>Default: True</p>" }, "BatchSize":{ "shape":"BatchSize", "documentation":"<p>The maximum number of records in each batch that Lambda pulls from your stream or queue and sends to your function. Lambda passes all of the records in the batch to the function in a single call, up to the payload limit for synchronous invocation (6 MB).</p> <ul> <li> <p> <b>Amazon Kinesis</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon DynamoDB Streams</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> – Default 10. For standard queues the max is 10,000. For FIFO queues the max is 10.</p> </li> <li> <p> <b>Amazon Managed Streaming for Apache Kafka</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Self-managed Apache Kafka</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>Amazon MQ (ActiveMQ and RabbitMQ)</b> – Default 100. Max 10,000.</p> </li> <li> <p> <b>DocumentDB</b> – Default 100. Max 10,000.</p> </li> </ul>" }, "FilterCriteria":{ "shape":"FilterCriteria", "documentation":"<p>An object that defines the filter criteria that determine whether Lambda should process an event. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html\">Lambda event filtering</a>.</p>" }, "MaximumBatchingWindowInSeconds":{ "shape":"MaximumBatchingWindowInSeconds", "documentation":"<p>The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function. You can configure <code>MaximumBatchingWindowInSeconds</code> to any value from 0 seconds to 300 seconds in increments of seconds.</p> <p>For Kinesis, DynamoDB, and Amazon SQS event sources, the default batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and DocumentDB event sources, the default batching window is 500 ms. Note that because you can only change <code>MaximumBatchingWindowInSeconds</code> in increments of seconds, you cannot revert back to the 500 ms default batching window after you have changed it. To restore the default batching window, you must create a new event source mapping.</p> <p>Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, when you set <code>BatchSize</code> to a value greater than 10, you must set <code>MaximumBatchingWindowInSeconds</code> to at least 1.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) A configuration object that specifies the destination of an event after Lambda processes it.</p>" }, "MaximumRecordAgeInSeconds":{ "shape":"MaximumRecordAgeInSeconds", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records older than the specified age. The default value is infinite (-1).</p>" }, "BisectBatchOnFunctionError":{ "shape":"BisectBatchOnFunctionError", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) If the function returns an error, split the batch in two and retry.</p>" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttemptsEventSourceMapping", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka) Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p>" }, "ParallelizationFactor":{ "shape":"ParallelizationFactor", "documentation":"<p>(Kinesis and DynamoDB Streams only) The number of batches to process from each shard concurrently.</p>" }, "SourceAccessConfigurations":{ "shape":"SourceAccessConfigurations", "documentation":"<p>An array of authentication protocols or VPC components required to secure your event source.</p>" }, "TumblingWindowInSeconds":{ "shape":"TumblingWindowInSeconds", "documentation":"<p>(Kinesis and DynamoDB Streams only) The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources. A value of 0 seconds indicates no tumbling window.</p>" }, "FunctionResponseTypes":{ "shape":"FunctionResponseTypeList", "documentation":"<p>(Kinesis, DynamoDB Streams, Amazon MSK, self-managed Apache Kafka, and Amazon SQS) A list of current response type enums applied to the event source mapping.</p>" }, "ScalingConfig":{ "shape":"ScalingConfig", "documentation":"<p>(Amazon SQS only) The scaling configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency\">Configuring maximum concurrency for Amazon SQS event sources</a>.</p>" }, "AmazonManagedKafkaEventSourceConfig":{"shape":"AmazonManagedKafkaEventSourceConfig"}, "SelfManagedKafkaEventSourceConfig":{"shape":"SelfManagedKafkaEventSourceConfig"}, "DocumentDBEventSourceConfig":{ "shape":"DocumentDBEventSourceConfig", "documentation":"<p>Specific configuration settings for a DocumentDB event source.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p> The ARN of the Key Management Service (KMS) customer managed key that Lambda uses to encrypt your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics\">filter criteria</a>. By default, Lambda does not encrypt your filter criteria object. Specify this property to encrypt data using your own customer managed key. </p>" }, "MetricsConfig":{ "shape":"EventSourceMappingMetricsConfig", "documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>" }, "ProvisionedPollerConfig":{ "shape":"ProvisionedPollerConfig", "documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>" } } }, "UpdateFunctionCodeRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "ZipFile":{ "shape":"Blob", "documentation":"<p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and CLI clients handle the encoding for you. Use only with a function defined with a .zip file archive deployment package.</p>" }, "S3Bucket":{ "shape":"S3Bucket", "documentation":"<p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account. Use only with a function defined with a .zip file archive deployment package.</p>" }, "S3Key":{ "shape":"S3Key", "documentation":"<p>The Amazon S3 key of the deployment package. Use only with a function defined with a .zip file archive deployment package.</p>" }, "S3ObjectVersion":{ "shape":"S3ObjectVersion", "documentation":"<p>For versioned objects, the version of the deployment package object to use.</p>" }, "ImageUri":{ "shape":"String", "documentation":"<p>URI of a container image in the Amazon ECR registry. Do not use for a function defined with a .zip file archive.</p>" }, "Publish":{ "shape":"Boolean", "documentation":"<p>Set to true to publish a new version of the function after updating the code. This has the same effect as calling <a>PublishVersion</a> separately.</p>" }, "DryRun":{ "shape":"Boolean", "documentation":"<p>Set to true to validate the request parameters and access permissions without modifying the function code.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>Update the function only if the revision ID matches the ID that's specified. Use this option to avoid modifying a function that has changed since you last read it.</p>" }, "Architectures":{ "shape":"ArchitecturesList", "documentation":"<p>The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is <code>x86_64</code>.</p>" }, "SourceKMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services managed key.</p>" }, "PublishTo":{ "shape":"FunctionVersionLatestPublished", "documentation":"<p>Specifies where to publish the function version or configuration.</p>" } } }, "UpdateFunctionConfigurationRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Role":{ "shape":"RoleArn", "documentation":"<p>The Amazon Resource Name (ARN) of the function's execution role.</p>" }, "Handler":{ "shape":"Handler", "documentation":"<p>The name of the method within your code that Lambda calls to run your function. Handler is required if the deployment package is a .zip file archive. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html\">Lambda programming model</a>.</p>" }, "Description":{ "shape":"Description", "documentation":"<p>A description of the function.</p>" }, "Timeout":{ "shape":"Timeout", "documentation":"<p>The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html\">Lambda execution environment</a>.</p>" }, "MemorySize":{ "shape":"MemorySize", "documentation":"<p>The amount of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console\">memory available to the function</a> at runtime. Increasing the function memory also increases its CPU allocation. The default value is 128 MB. The value can be any multiple of 1 MB.</p>" }, "VpcConfig":{ "shape":"VpcConfig", "documentation":"<p>For network connectivity to Amazon Web Services resources in a VPC, specify a list of security groups and subnets in the VPC. When you connect a function to a VPC, it can access resources and the internet only through that VPC. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">Configuring a Lambda function to access resources in a VPC</a>.</p>" }, "Environment":{ "shape":"Environment", "documentation":"<p>Environment variables that are accessible from function code during execution.</p>" }, "Runtime":{ "shape":"Runtime", "documentation":"<p>The identifier of the function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\"> runtime</a>. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.</p> <p>The following list includes deprecated runtimes. Lambda blocks creating new functions and updating existing functions shortly after each runtime is deprecated. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels\">Runtime use after deprecation</a>.</p> <p>For a list of all currently supported runtimes, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported\">Supported runtimes</a>.</p>" }, "DeadLetterConfig":{ "shape":"DeadLetterConfig", "documentation":"<p>A dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-dlq\">Dead-letter queues</a>.</p>" }, "KMSKeyArn":{ "shape":"KMSKeyArn", "documentation":"<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:</p> <ul> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>.</p> </li> <li> <p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> snapshots.</p> </li> <li> <p>When used with <code>SourceKMSKeyArn</code>, the unzipped version of the .zip deployment package that's used for function invocations. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/encrypt-zip-package.html#enable-zip-custom-encryption\"> Specifying a customer managed key for Lambda</a>.</p> </li> <li> <p>The optimized version of the container image that's used for function invocations. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR). For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-lifecycle\">Function lifecycle</a>.</p> </li> </ul> <p>If you don't provide a customer managed key, Lambda uses an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk\">Amazon Web Services owned key</a> or an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk\">Amazon Web Services managed key</a>.</p>" }, "TracingConfig":{ "shape":"TracingConfig", "documentation":"<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html\">X-Ray</a>.</p>" }, "RevisionId":{ "shape":"String", "documentation":"<p>Update the function only if the revision ID matches the ID that's specified. Use this option to avoid modifying a function that has changed since you last read it.</p>" }, "Layers":{ "shape":"LayerList", "documentation":"<p>A list of <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">function layers</a> to add to the function's execution environment. Specify each layer by its ARN, including the version.</p>" }, "FileSystemConfigs":{ "shape":"FileSystemConfigList", "documentation":"<p>Connection settings for an Amazon EFS file system.</p>" }, "ImageConfig":{ "shape":"ImageConfig", "documentation":"<p> <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms\">Container image configuration values</a> that override the values in the container image Docker file.</p>" }, "EphemeralStorage":{ "shape":"EphemeralStorage", "documentation":"<p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-ephemeral-storage\">Configuring ephemeral storage (console)</a>.</p>" }, "SnapStart":{ "shape":"SnapStart", "documentation":"<p>The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">SnapStart</a> setting.</p>" }, "LoggingConfig":{ "shape":"LoggingConfig", "documentation":"<p>The function's Amazon CloudWatch Logs configuration settings.</p>" }, "CapacityProviderConfig":{ "shape":"CapacityProviderConfig", "documentation":"<p>Configuration for the capacity provider that manages compute resources for Lambda functions.</p>" }, "DurableConfig":{ "shape":"DurableConfig", "documentation":"<p>Configuration settings for durable functions. Allows updating execution timeout and retention period for functions with durability enabled.</p>" } } }, "UpdateFunctionEventInvokeConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"NamespacedFunctionName", "documentation":"<p>The name or ARN of the Lambda function, version, or alias.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> - <code>my-function</code> (name-only), <code>my-function:v1</code> (with alias).</p> </li> <li> <p> <b>Function ARN</b> - <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> - <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"NumericLatestPublishedOrAliasQualifier", "documentation":"<p>A version number or alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "MaximumRetryAttempts":{ "shape":"MaximumRetryAttempts", "documentation":"<p>The maximum number of times to retry when the function returns an error.</p>" }, "MaximumEventAgeInSeconds":{ "shape":"MaximumEventAgeInSeconds", "documentation":"<p>The maximum age of a request that Lambda sends to a function for processing.</p>" }, "DestinationConfig":{ "shape":"DestinationConfig", "documentation":"<p>A destination for events after they have been sent to a function for processing.</p> <p class=\"title\"> <b>Destinations</b> </p> <ul> <li> <p> <b>Function</b> - The Amazon Resource Name (ARN) of a Lambda function.</p> </li> <li> <p> <b>Queue</b> - The ARN of a standard SQS queue.</p> </li> <li> <p> <b>Bucket</b> - The ARN of an Amazon S3 bucket.</p> </li> <li> <p> <b>Topic</b> - The ARN of a standard SNS topic.</p> </li> <li> <p> <b>Event Bus</b> - The ARN of an Amazon EventBridge event bus.</p> </li> </ul> <note> <p>S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type.</p> </note>" } } }, "UpdateFunctionUrlConfigRequest":{ "type":"structure", "required":["FunctionName"], "members":{ "FunctionName":{ "shape":"FunctionName", "documentation":"<p>The name or ARN of the Lambda function.</p> <p class=\"title\"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> – <code>my-function</code>.</p> </li> <li> <p> <b>Function ARN</b> – <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p> </li> <li> <p> <b>Partial ARN</b> – <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.</p>", "location":"uri", "locationName":"FunctionName" }, "Qualifier":{ "shape":"FunctionUrlQualifier", "documentation":"<p>The alias name.</p>", "location":"querystring", "locationName":"Qualifier" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } } }, "UpdateFunctionUrlConfigResponse":{ "type":"structure", "required":[ "FunctionUrl", "FunctionArn", "AuthType", "CreationTime", "LastModifiedTime" ], "members":{ "FunctionUrl":{ "shape":"FunctionUrl", "documentation":"<p>The HTTP URL endpoint for your function.</p>" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"<p>The Amazon Resource Name (ARN) of your function.</p>" }, "AuthType":{ "shape":"FunctionUrlAuthType", "documentation":"<p>The type of authentication that your function URL uses. Set to <code>AWS_IAM</code> if you want to restrict access to authenticated users only. Set to <code>NONE</code> if you want to bypass IAM authentication to create a public endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html\">Control access to Lambda function URLs</a>.</p>" }, "Cors":{ "shape":"Cors", "documentation":"<p>The <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS\">cross-origin resource sharing (CORS)</a> settings for your function URL.</p>" }, "CreationTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL was created, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"<p>When the function URL configuration was last updated, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" }, "InvokeMode":{ "shape":"InvokeMode", "documentation":"<p>Use one of the following options:</p> <ul> <li> <p> <code>BUFFERED</code> – This is the default option. Lambda invokes your function using the <code>Invoke</code> API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.</p> </li> <li> <p> <code>RESPONSE_STREAM</code> – Your function streams payload results as they become available. Lambda invokes your function using the <code>InvokeWithResponseStream</code> API operation. The maximum response payload size is 200 MB.</p> </li> </ul>" } } }, "UpdateRuntimeOn":{ "type":"string", "enum":[ "Auto", "Manual", "FunctionUpdate" ] }, "Version":{ "type":"string", "max":1024, "min":1, "pattern":"(\\$LATEST|[0-9]+)" }, "VersionWithLatestPublished":{ "type":"string", "max":1024, "min":1, "pattern":"(\\$LATEST(\\.PUBLISHED)?|[0-9]+)" }, "VpcConfig":{ "type":"structure", "members":{ "SubnetIds":{ "shape":"SubnetIds", "documentation":"<p>A list of VPC subnet IDs.</p>" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"<p>A list of VPC security group IDs.</p>" }, "Ipv6AllowedForDualStack":{ "shape":"NullableBoolean", "documentation":"<p>Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.</p>" } }, "documentation":"<p>The VPC security groups and subnets that are attached to a Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html\">Configuring a Lambda function to access resources in a VPC</a>.</p>" }, "VpcConfigResponse":{ "type":"structure", "members":{ "SubnetIds":{ "shape":"SubnetIds", "documentation":"<p>A list of VPC subnet IDs.</p>" }, "SecurityGroupIds":{ "shape":"SecurityGroupIds", "documentation":"<p>A list of VPC security group IDs.</p>" }, "VpcId":{ "shape":"VpcId", "documentation":"<p>The ID of the VPC.</p>" }, "Ipv6AllowedForDualStack":{ "shape":"NullableBoolean", "documentation":"<p>Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.</p>" } }, "documentation":"<p>The VPC security groups and subnets that are attached to a Lambda function.</p>" }, "VpcId":{"type":"string"}, "WaitCancelledDetails":{ "type":"structure", "members":{ "Error":{ "shape":"EventError", "documentation":"<p>Details about why the wait operation was cancelled.</p>" } }, "documentation":"<p>Details about a wait operation that was cancelled.</p>" }, "WaitDetails":{ "type":"structure", "members":{ "ScheduledEndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the wait operation is scheduled to complete, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" } }, "documentation":"<p>Details about a wait operation.</p>" }, "WaitOptions":{ "type":"structure", "members":{ "WaitSeconds":{ "shape":"WaitOptionsWaitSecondsInteger", "documentation":"<p>The duration to wait, in seconds.</p>" } }, "documentation":"<p>Specifies how long to pause the durable execution.</p>" }, "WaitOptionsWaitSecondsInteger":{ "type":"integer", "box":true, "max":31622400, "min":1 }, "WaitStartedDetails":{ "type":"structure", "required":[ "Duration", "ScheduledEndTimestamp" ], "members":{ "Duration":{ "shape":"DurationSeconds", "documentation":"<p>The duration to wait, in seconds.</p>" }, "ScheduledEndTimestamp":{ "shape":"ExecutionTimestamp", "documentation":"<p>The date and time when the wait operation is scheduled to complete, in <a href=\"https://www.w3.org/TR/NOTE-datetime\">ISO-8601 format</a> (YYYY-MM-DDThh:mm:ss.sTZD).</p>" } }, "documentation":"<p>Details about a wait operation that has started.</p>" }, "WaitSucceededDetails":{ "type":"structure", "members":{ "Duration":{ "shape":"DurationSeconds", "documentation":"<p>The wait duration, in seconds.</p>" } }, "documentation":"<p>Details about a wait operation that succeeded.</p>" }, "Weight":{ "type":"double", "max":1.0, "min":0.0 }, "WorkingDirectory":{ "type":"string", "max":1000, "min":0 }, "XAmznTraceId":{ "type":"string", "max":8192, "min":0 } }, "documentation":"<p><fullname>Lambda</fullname> <p> <b>Overview</b> </p> <p>Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any type of application or backend service. For more information about the Lambda service, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/welcome.html\">What is Lambda</a> in the <b>Lambda Developer Guide</b>.</p> <p>The <i>Lambda API Reference</i> provides information about each of the API methods, including details about the parameters in each API request and response. </p> <p/> <p>You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools to access the API. For installation instructions, see <a href=\"http://aws.amazon.com/tools/\">Tools for Amazon Web Services</a>. </p> <p>For a list of Region-specific endpoints that Lambda supports, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/lambda-service.html\">Lambda endpoints and quotas </a> in the <i>Amazon Web Services General Reference.</i>. </p> <p>When making the API calls, you will need to authenticate your request by providing a signature. Lambda supports signature version 4. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 signing process</a> in the <i>Amazon Web Services General Reference.</i>. </p> <p> <b>CA certificates</b> </p> <p>Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate environment and do not manage your own computer, you might need to ask an administrator to assist with the update process. The following list shows minimum operating system and Java versions:</p> <ul> <li> <p>Microsoft Windows versions that have updates from January 2005 or later installed contain at least one of the required CAs in their trust list. </p> </li> <li> <p>Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and later versions contain at least one of the required CAs in their trust list. </p> </li> <li> <p>Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the required CAs in their default trusted CA list. </p> </li> <li> <p>Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list. </p> </li> </ul> <p>When accessing the Lambda management console or Lambda API endpoints, whether through browsers or programmatically, you will need to ensure your client machines support any of the following CAs: </p> <ul> <li> <p>Amazon Root CA 1</p> </li> <li> <p>Starfield Services Root Certificate Authority - G2</p> </li> <li> <p>Starfield Class 2 Certification Authority</p> </li> </ul> <p>Root certificates from the first two authorities are available from <a href=\"https://www.amazontrust.com/repository/\">Amazon trust services</a>, but keeping your computer up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href=\"http://aws.amazon.com/certificate-manager/faqs/#certificates\">Amazon Web Services Certificate Manager FAQs.</a> </p></p>" }
© 2026 UnknownSec