| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299 |
- {
- "version": "2.0",
- "service": "<fullname>AWS Lambda</fullname> <p> <b>Overview</b> </p> <p>This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/welcome.html\">What is AWS Lambda</a>, and for information about how the service works, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html\">AWS Lambda: How it Works</a> in the <b>AWS Lambda Developer Guide</b>.</p>",
- "operations": {
- "AddLayerVersionPermission": "<p>Adds permissions to the resource-based policy of a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>. Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all AWS accounts, or all accounts in an organization.</p> <p>To revoke permission, call <a>RemoveLayerVersionPermission</a> with the statement ID that you specified when you added it.</p>",
- "AddPermission": "<p>Grants an AWS service or another account 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.</p> <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. For AWS services, the principal is a domain-style identifier defined by the service, like <code>s3.amazonaws.com</code> or <code>sns.amazonaws.com</code>. For AWS services, you can also specify the ARN or owning account of the associated resource as the <code>SourceArn</code> or <code>SourceAccount</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 action adds a statement to a resource-based permission policy for the function. For more information about function policies, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">Lambda Function Policies</a>. </p>",
- "CreateAlias": "<p>Creates an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-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>",
- "CreateEventSourceMapping": "<p>Creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source and triggers the function.</p> <p>For details about each event source type, see the following topics.</p> <ul> <li> <p> <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html\">Using AWS Lambda with Amazon Kinesis</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html\">Using AWS Lambda with Amazon SQS</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html\">Using AWS Lambda with Amazon DynamoDB</a> </p> </li> </ul>",
- "CreateFunction": "<p>Creates a Lambda function. To create a function, you need a <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/deployment-package-v2.html\">deployment package</a> and an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role\">execution role</a>. The deployment package contains your function code. The execution role grants the function permission to use AWS services such as Amazon CloudWatch Logs for log streaming and AWS X-Ray for request tracing.</p> <p>A function has an unpublished version, and can have published versions and aliases. A published version is a snapshot of your function code and configuration that can not 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>If another account or a AWS service invokes your function, use <a>AddPermission</a> to grant permission by creating a resource-based 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 AWS services, create an event source mapping (<a>CreateEventSourceMapping</a>), or configure a function trigger in the other service. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/invoking-lambda-functions.html\">Invoking Functions</a>.</p>",
- "DeleteAlias": "<p>Deletes a Lambda function <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
- "DeleteEventSourceMapping": "<p>Deletes an <a href=\"http://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>",
- "DeleteFunction": "<p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter. Otherwise, all versions and aliases are deleted.</p> <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>. For AWS services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.</p>",
- "DeleteFunctionConcurrency": "<p>Removes a concurrent execution limit from a function.</p>",
- "DeleteLayerVersion": "<p>Deletes a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS 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>",
- "GetAccountSettings": "<p>Retrieves details about your account's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/limits.html\">limits</a> and usage in a region.</p>",
- "GetAlias": "<p>Returns details about a Lambda function <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
- "GetEventSourceMapping": "<p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>",
- "GetFunction": "<p>Returns information about 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 specific to that version are returned.</p>",
- "GetFunctionConfiguration": "<p>Returns a 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>",
- "GetLayerVersion": "<p>Returns information about a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>, with a link to download the layer archive that's valid for 10 minutes.</p>",
- "GetLayerVersionPolicy": "<p>Returns the permission policy for a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>",
- "GetPolicy": "<p>Returns the <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html\">resource-based IAM policy</a> for a function, version, or alias.</p>",
- "Invoke": "<p>Invokes a Lambda function. You can invoke a function synchronously and wait for the response, or asynchronously. To invoke a function asynchronously, set <code>InvocationType</code> to <code>Event</code>.</p> <p>For synchronous invocation, 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=\"http://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html\">execution log</a> and <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/dlq.html\">trace</a>. To record function errors for asynchronous invocations, configure your function with a <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/dlq.html\">dead letter queue</a>.</p> <p>The status code in the API response does not reflect function errors. Error codes are reserved for errors that prevent your function from executing, such as permissions errors, <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/limits.html\">limit errors</a>, or issues with your function's code and configuration. For example, Lambda returns <code>TooManyRequestsException</code> if executing 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 may be disconnected during synchronous invocation while it waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long connections with timeout or keep-alive settings.</p> <p>This operation requires permission for the <code>lambda:InvokeFunction</code> action.</p>",
- "InvokeAsync": "<important> <p>For asynchronous function invocation, use <a>Invoke</a>.</p> </important> <p>Invokes a function asynchronously.</p>",
- "ListAliases": "<p>Returns a list of <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">aliases</a> for a Lambda function.</p>",
- "ListEventSourceMappings": "<p>Lists event source mappings. Specify an <code>EventSourceArn</code> to only show event source mappings for a single event source.</p>",
- "ListFunctions": "<p>Returns a list of Lambda functions, with the version-specific configuration of each.</p> <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in addition to the unpublished version. To get more information about a function or version, use <a>GetFunction</a>.</p>",
- "ListLayerVersions": "<p>Lists the versions of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>. Versions that have been deleted aren't listed. Specify a <a href=\"http://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.</p>",
- "ListLayers": "<p>Lists <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layers</a> and shows information about the latest version of each. Specify a <a href=\"http://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.</p>",
- "ListTags": "<p>Returns a function's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>. You can also view tags with <a>GetFunction</a>.</p>",
- "ListVersionsByFunction": "<p>Returns a list of <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">versions</a>, with the version-specific configuration of each. </p>",
- "PublishLayerVersion": "<p>Creates an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same version name, a new version is created.</p> <p>Add layers to your function with <a>CreateFunction</a> or <a>UpdateFunctionConfiguration</a>.</p>",
- "PublishVersion": "<p>Creates a <a href=\"http://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>AWS Lambda does not publish a version if the function's configuration and code hasn't changed since the last version. Use <a>UpdateFunctionCode</a> or <a>UpdateFunctionConfiguration</a> to update the function prior to publishing a version.</p> <p>Clients can invoke versions directly or with an alias. To create an alias, use <a>CreateAlias</a>.</p>",
- "PutFunctionConcurrency": "<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 guarantees 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=\"http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">Managing Concurrency</a>.</p>",
- "RemoveLayerVersionPermission": "<p>Removes a statement from the permissions policy for a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>",
- "RemovePermission": "<p>Revokes function use permission from an AWS service or another account. You can get the ID of the statement from the output of <a>GetPolicy</a>.</p>",
- "TagResource": "<p>Adds <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to a function.</p>",
- "UntagResource": "<p>Removes <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> from a function.</p>",
- "UpdateAlias": "<p>Updates the configuration of a Lambda function <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
- "UpdateEventSourceMapping": "<p>Updates an event source mapping. You can change the function that AWS Lambda invokes, or pause invocation and resume later from the same location.</p>",
- "UpdateFunctionCode": "<p>Updates a Lambda function's code.</p> <p>The function's code is locked when you publish a version. You cannot modify the code of a published version, only the unpublished version.</p>",
- "UpdateFunctionConfiguration": "<p>Modify the version-specifc settings of a Lambda function.</p> <p>These settings can vary between versions of a function and are locked when you publish a version. You cannot 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 account or AWS service, use <a>AddPermission</a>.</p>"
- },
- "shapes": {
- "AccountLimit": {
- "base": "<p>Limits related to concurrency and code storage. All file and storage sizes are in bytes.</p>",
- "refs": {
- "GetAccountSettingsResponse$AccountLimit": "<p>Limits related to concurrency and code storage.</p>"
- }
- },
- "AccountUsage": {
- "base": "<p>The number of functions and amount of storage in use.</p>",
- "refs": {
- "GetAccountSettingsResponse$AccountUsage": "<p>The number of functions and amount of storage in use.</p>"
- }
- },
- "Action": {
- "base": null,
- "refs": {
- "AddPermissionRequest$Action": "<p>The action that the principal can use on the function. For example, <code>lambda:InvokeFunction</code> or <code>lambda:GetFunction</code>.</p>"
- }
- },
- "AddLayerVersionPermissionRequest": {
- "base": null,
- "refs": {
- }
- },
- "AddLayerVersionPermissionResponse": {
- "base": null,
- "refs": {
- }
- },
- "AddPermissionRequest": {
- "base": null,
- "refs": {
- }
- },
- "AddPermissionResponse": {
- "base": null,
- "refs": {
- }
- },
- "AdditionalVersion": {
- "base": null,
- "refs": {
- "AdditionalVersionWeights$key": null
- }
- },
- "AdditionalVersionWeights": {
- "base": null,
- "refs": {
- "AliasRoutingConfiguration$AdditionalVersionWeights": "<p>The name of the second alias, and the percentage of traffic that is routed to it.</p>"
- }
- },
- "Alias": {
- "base": null,
- "refs": {
- "AliasConfiguration$Name": "<p>The name of the alias.</p>",
- "CreateAliasRequest$Name": "<p>The name of the alias.</p>",
- "DeleteAliasRequest$Name": "<p>The name of the alias.</p>",
- "GetAliasRequest$Name": "<p>The name of the alias.</p>",
- "UpdateAliasRequest$Name": "<p>The name of the alias.</p>"
- }
- },
- "AliasConfiguration": {
- "base": "<p>Provides configuration information about a Lambda function <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">alias</a>.</p>",
- "refs": {
- "AliasList$member": null
- }
- },
- "AliasList": {
- "base": null,
- "refs": {
- "ListAliasesResponse$Aliases": "<p>A list of aliases.</p>"
- }
- },
- "AliasRoutingConfiguration": {
- "base": "<p>A Lambda function alias's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">traffic shifting</a> configuration.</p>",
- "refs": {
- "AliasConfiguration$RoutingConfig": "<p>The <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">routing configuration</a> of the alias.</p>",
- "CreateAliasRequest$RoutingConfig": "<p>The <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">routing configuration</a> of the alias.</p>",
- "UpdateAliasRequest$RoutingConfig": "<p>The <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html\">routing configuration</a> of the alias.</p>"
- }
- },
- "Arn": {
- "base": null,
- "refs": {
- "AddPermissionRequest$SourceArn": "<p>For AWS services, the ARN of the AWS resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic.</p>",
- "CreateEventSourceMappingRequest$EventSourceArn": "<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> </ul>",
- "EventSourceMappingConfiguration$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the event source.</p>",
- "ListEventSourceMappingsRequest$EventSourceArn": "<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> </ul>"
- }
- },
- "BatchSize": {
- "base": null,
- "refs": {
- "CreateEventSourceMappingRequest$BatchSize": "<p>The maximum number of items to retrieve in a single batch.</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 1,000.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> - Default 10. Max 10.</p> </li> </ul>",
- "EventSourceMappingConfiguration$BatchSize": "<p>The maximum number of items to retrieve in a single batch.</p>",
- "UpdateEventSourceMappingRequest$BatchSize": "<p>The maximum number of items to retrieve in a single batch.</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 1,000.</p> </li> <li> <p> <b>Amazon Simple Queue Service</b> - Default 10. Max 10.</p> </li> </ul>"
- }
- },
- "Blob": {
- "base": null,
- "refs": {
- "FunctionCode$ZipFile": "<p>The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for you.</p>",
- "InvocationRequest$Payload": "<p>JSON that you want to provide to your Lambda function as input.</p>",
- "InvocationResponse$Payload": "<p>The response from the function, or an error object.</p>",
- "LayerVersionContentInput$ZipFile": "<p>The base64-encoded contents of the layer archive. AWS SDK and AWS CLI clients handle the encoding for you.</p>",
- "UpdateFunctionCodeRequest$ZipFile": "<p>The base64-encoded contents of the deployment package. AWS SDK and AWS CLI clients handle the encoding for you.</p>"
- }
- },
- "BlobStream": {
- "base": null,
- "refs": {
- "InvokeAsyncRequest$InvokeArgs": "<p>JSON that you want to provide to your Lambda function as input.</p>"
- }
- },
- "Boolean": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Publish": "<p>Set to true to publish the first version of the function during creation.</p>",
- "UpdateFunctionCodeRequest$Publish": "<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>",
- "UpdateFunctionCodeRequest$DryRun": "<p>Set to true to validate the request parameters and access permissions without modifying the function code.</p>"
- }
- },
- "CodeStorageExceededException": {
- "base": "<p>You have exceeded your maximum total code size per account. <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/limits.html\">Limits</a> </p>",
- "refs": {
- }
- },
- "CompatibleRuntimes": {
- "base": null,
- "refs": {
- "GetLayerVersionResponse$CompatibleRuntimes": "<p>The layer's compatible runtimes.</p>",
- "LayerVersionsListItem$CompatibleRuntimes": "<p>The layer's compatible runtimes.</p>",
- "PublishLayerVersionRequest$CompatibleRuntimes": "<p>A list of compatible <a href=\"http://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>",
- "PublishLayerVersionResponse$CompatibleRuntimes": "<p>The layer's compatible runtimes.</p>"
- }
- },
- "Concurrency": {
- "base": null,
- "refs": {
- "GetFunctionResponse$Concurrency": "<p>The function's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">reserved concurrency</a>.</p>"
- }
- },
- "CreateAliasRequest": {
- "base": null,
- "refs": {
- }
- },
- "CreateEventSourceMappingRequest": {
- "base": null,
- "refs": {
- }
- },
- "CreateFunctionRequest": {
- "base": null,
- "refs": {
- }
- },
- "Date": {
- "base": null,
- "refs": {
- "CreateEventSourceMappingRequest$StartingPositionTimestamp": "<p>With <code>StartingPosition</code> set to <code>AT_TIMESTAMP</code>, the time from which to start reading.</p>",
- "EventSourceMappingConfiguration$LastModified": "<p>The date that the event source mapping was last updated.</p>"
- }
- },
- "DeadLetterConfig": {
- "base": "<p>The <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/dlq.html\">dead letter queue</a> for failed asynchronous invocations.</p>",
- "refs": {
- "CreateFunctionRequest$DeadLetterConfig": "<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=\"http://docs.aws.amazon.com/lambda/latest/dg/dlq.html\">Dead Letter Queues</a>.</p>",
- "FunctionConfiguration$DeadLetterConfig": "<p>The function's dead letter queue.</p>",
- "UpdateFunctionConfigurationRequest$DeadLetterConfig": "<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=\"http://docs.aws.amazon.com/lambda/latest/dg/dlq.html\">Dead Letter Queues</a>.</p>"
- }
- },
- "DeleteAliasRequest": {
- "base": null,
- "refs": {
- }
- },
- "DeleteEventSourceMappingRequest": {
- "base": null,
- "refs": {
- }
- },
- "DeleteFunctionConcurrencyRequest": {
- "base": null,
- "refs": {
- }
- },
- "DeleteFunctionRequest": {
- "base": null,
- "refs": {
- }
- },
- "DeleteLayerVersionRequest": {
- "base": null,
- "refs": {
- }
- },
- "Description": {
- "base": null,
- "refs": {
- "AliasConfiguration$Description": "<p>A description of the alias.</p>",
- "CreateAliasRequest$Description": "<p>A description of the alias.</p>",
- "CreateFunctionRequest$Description": "<p>A description of the function.</p>",
- "FunctionConfiguration$Description": "<p>The function's description.</p>",
- "GetLayerVersionResponse$Description": "<p>The description of the version.</p>",
- "LayerVersionsListItem$Description": "<p>The description of the version.</p>",
- "PublishLayerVersionRequest$Description": "<p>The description of the version.</p>",
- "PublishLayerVersionResponse$Description": "<p>The description of the version.</p>",
- "PublishVersionRequest$Description": "<p>Specify a description for the version to override the description in the function configuration.</p>",
- "UpdateAliasRequest$Description": "<p>A description of the alias.</p>",
- "UpdateFunctionConfigurationRequest$Description": "<p>A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.</p>"
- }
- },
- "EC2AccessDeniedException": {
- "base": "<p>Need additional permissions to configure VPC settings.</p>",
- "refs": {
- }
- },
- "EC2ThrottledException": {
- "base": "<p>AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.</p>",
- "refs": {
- }
- },
- "EC2UnexpectedException": {
- "base": "<p>AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.</p>",
- "refs": {
- }
- },
- "ENILimitReachedException": {
- "base": "<p>AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.</p>",
- "refs": {
- }
- },
- "Enabled": {
- "base": null,
- "refs": {
- "CreateEventSourceMappingRequest$Enabled": "<p>Disables the event source mapping to pause polling and invocation.</p>",
- "UpdateEventSourceMappingRequest$Enabled": "<p>Disables the event source mapping to pause polling and invocation.</p>"
- }
- },
- "Environment": {
- "base": "<p>A function's environment variable settings.</p>",
- "refs": {
- "CreateFunctionRequest$Environment": "<p>Environment variables that are accessible from function code during execution.</p>",
- "UpdateFunctionConfigurationRequest$Environment": "<p>The parent object that contains your environment's configuration settings.</p>"
- }
- },
- "EnvironmentError": {
- "base": "<p>Error messages for environment variables that could not be applied.</p>",
- "refs": {
- "EnvironmentResponse$Error": "<p>Error messages for environment variables that could not be applied.</p>"
- }
- },
- "EnvironmentResponse": {
- "base": "<p>The results of a configuration update that applied environment variables.</p>",
- "refs": {
- "FunctionConfiguration$Environment": "<p>The function's environment variables.</p>"
- }
- },
- "EnvironmentVariableName": {
- "base": null,
- "refs": {
- "EnvironmentVariables$key": null
- }
- },
- "EnvironmentVariableValue": {
- "base": null,
- "refs": {
- "EnvironmentVariables$value": null
- }
- },
- "EnvironmentVariables": {
- "base": null,
- "refs": {
- "Environment$Variables": "<p>Environment variable key-value pairs.</p>",
- "EnvironmentResponse$Variables": "<p>Environment variable key-value pairs.</p>"
- }
- },
- "EventSourceMappingConfiguration": {
- "base": "<p>A mapping between an AWS resource and an AWS Lambda function. See <a>CreateEventSourceMapping</a> for details.</p>",
- "refs": {
- "EventSourceMappingsList$member": null
- }
- },
- "EventSourceMappingsList": {
- "base": null,
- "refs": {
- "ListEventSourceMappingsResponse$EventSourceMappings": "<p>A list of event source mappings.</p>"
- }
- },
- "EventSourcePosition": {
- "base": null,
- "refs": {
- "CreateEventSourceMappingRequest$StartingPosition": "<p>The position in a stream from which to start reading. Required for Amazon Kinesis and Amazon DynamoDB Streams sources. <code>AT_TIMESTAMP</code> is only supported for Amazon Kinesis streams.</p>"
- }
- },
- "EventSourceToken": {
- "base": null,
- "refs": {
- "AddPermissionRequest$EventSourceToken": "<p>For Alexa Smart Home functions, a token that must be supplied by the invoker.</p>"
- }
- },
- "FunctionArn": {
- "base": null,
- "refs": {
- "AliasConfiguration$AliasArn": "<p>The Amazon Resource Name (ARN) of the alias.</p>",
- "EventSourceMappingConfiguration$FunctionArn": "<p>The ARN of the Lambda function.</p>",
- "FunctionConfiguration$MasterArn": "<p>For Lambda@Edge functions, the ARN of the master function.</p>",
- "ListTagsRequest$Resource": "<p>The function's Amazon Resource Name (ARN).</p>",
- "TagResourceRequest$Resource": "<p>The function's Amazon Resource Name (ARN).</p>",
- "UntagResourceRequest$Resource": "<p>The function's Amazon Resource Name (ARN).</p>"
- }
- },
- "FunctionCode": {
- "base": "<p>The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.</p>",
- "refs": {
- "CreateFunctionRequest$Code": "<p>The code for the function.</p>"
- }
- },
- "FunctionCodeLocation": {
- "base": "<p>Details about a function's deployment package.</p>",
- "refs": {
- "GetFunctionResponse$Code": "<p>The deployment package of the function or version.</p>"
- }
- },
- "FunctionConfiguration": {
- "base": "<p>Details about a function's configuration.</p>",
- "refs": {
- "FunctionList$member": null,
- "GetFunctionResponse$Configuration": "<p>The configuration of the function or version.</p>"
- }
- },
- "FunctionList": {
- "base": null,
- "refs": {
- "ListFunctionsResponse$Functions": "<p>A list of Lambda functions.</p>",
- "ListVersionsByFunctionResponse$Versions": "<p>A list of Lambda function versions.</p>"
- }
- },
- "FunctionName": {
- "base": null,
- "refs": {
- "AddPermissionRequest$FunctionName": "<p>The name 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>",
- "CreateAliasRequest$FunctionName": "<p>The name 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>",
- "CreateEventSourceMappingRequest$FunctionName": "<p>The name 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>",
- "CreateFunctionRequest$FunctionName": "<p>The name 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>",
- "DeleteAliasRequest$FunctionName": "<p>The name 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>",
- "DeleteFunctionConcurrencyRequest$FunctionName": "<p>The name 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>",
- "DeleteFunctionRequest$FunctionName": "<p>The name 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>",
- "GetAliasRequest$FunctionName": "<p>The name 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>",
- "ListAliasesRequest$FunctionName": "<p>The name 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>",
- "ListEventSourceMappingsRequest$FunctionName": "<p>The name 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>",
- "PublishVersionRequest$FunctionName": "<p>The name 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$FunctionName": "<p>The name 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>",
- "RemovePermissionRequest$FunctionName": "<p>The name 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>",
- "UpdateAliasRequest$FunctionName": "<p>The name 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>",
- "UpdateEventSourceMappingRequest$FunctionName": "<p>The name 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>",
- "UpdateFunctionCodeRequest$FunctionName": "<p>The name 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>",
- "UpdateFunctionConfigurationRequest$FunctionName": "<p>The name 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>"
- }
- },
- "FunctionVersion": {
- "base": null,
- "refs": {
- "ListFunctionsRequest$FunctionVersion": "<p>Set to <code>ALL</code> to include entries for all published versions of each function.</p>"
- }
- },
- "GetAccountSettingsRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetAccountSettingsResponse": {
- "base": null,
- "refs": {
- }
- },
- "GetAliasRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetEventSourceMappingRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetFunctionConfigurationRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetFunctionRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetFunctionResponse": {
- "base": null,
- "refs": {
- }
- },
- "GetLayerVersionPolicyRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetLayerVersionPolicyResponse": {
- "base": null,
- "refs": {
- }
- },
- "GetLayerVersionRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetLayerVersionResponse": {
- "base": null,
- "refs": {
- }
- },
- "GetPolicyRequest": {
- "base": null,
- "refs": {
- }
- },
- "GetPolicyResponse": {
- "base": null,
- "refs": {
- }
- },
- "Handler": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Handler": "<p>The name of the method within your code that Lambda calls to execute your function. The format includes the filename and can also include namespaces and other qualifiers, depending on the runtime. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html\">Programming Model</a>.</p>",
- "FunctionConfiguration$Handler": "<p>The function Lambda calls to begin executing your function.</p>",
- "UpdateFunctionConfigurationRequest$Handler": "<p>The function that Lambda calls to begin executing your function. For Node.js, it is the <code>module-name.export</code> value in your function. </p>"
- }
- },
- "HttpStatus": {
- "base": null,
- "refs": {
- "InvokeAsyncResponse$Status": "<p>It will be 202 upon success.</p>"
- }
- },
- "Integer": {
- "base": null,
- "refs": {
- "AccountLimit$ConcurrentExecutions": "<p>The maximum number of simultaneous function executions.</p>",
- "InvocationResponse$StatusCode": "<p>The HTTP status code will be in the 200 range for successful request. For the <code>RequestResponse</code> invocation type this status code will be 200. For the <code>Event</code> invocation type this status code will be 202. For the <code>DryRun</code> invocation type the status code will be 204.</p>"
- }
- },
- "InvalidParameterValueException": {
- "base": "<p>One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the <code>CreateFunction</code> or the <code>UpdateFunctionConfiguration</code> API, that AWS Lambda is unable to assume you will get this exception.</p>",
- "refs": {
- }
- },
- "InvalidRequestContentException": {
- "base": "<p>The request body could not be parsed as JSON.</p>",
- "refs": {
- }
- },
- "InvalidRuntimeException": {
- "base": "<p>The runtime or runtime version specified is not supported.</p>",
- "refs": {
- }
- },
- "InvalidSecurityGroupIDException": {
- "base": "<p>The Security Group ID provided in the Lambda function VPC configuration is invalid.</p>",
- "refs": {
- }
- },
- "InvalidSubnetIDException": {
- "base": "<p>The Subnet ID provided in the Lambda function VPC configuration is invalid.</p>",
- "refs": {
- }
- },
- "InvalidZipFileException": {
- "base": "<p>AWS Lambda could not unzip the deployment package.</p>",
- "refs": {
- }
- },
- "InvocationRequest": {
- "base": null,
- "refs": {
- }
- },
- "InvocationResponse": {
- "base": null,
- "refs": {
- }
- },
- "InvocationType": {
- "base": null,
- "refs": {
- "InvocationRequest$InvocationType": "<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 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>"
- }
- },
- "InvokeAsyncRequest": {
- "base": null,
- "refs": {
- }
- },
- "InvokeAsyncResponse": {
- "base": "<p>Upon success, it returns empty response. Otherwise, throws an exception.</p>",
- "refs": {
- }
- },
- "KMSAccessDeniedException": {
- "base": "<p>Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda function's KMS permissions.</p>",
- "refs": {
- }
- },
- "KMSDisabledException": {
- "base": "<p>Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.</p>",
- "refs": {
- }
- },
- "KMSInvalidStateException": {
- "base": "<p>Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt. Check the function's KMS key settings.</p>",
- "refs": {
- }
- },
- "KMSKeyArn": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$KMSKeyArn": "<p>The ARN of the AWS Key Management Service key used to encrypt your function's environment variables. If not provided, AWS Lambda uses a default service key.</p>",
- "FunctionConfiguration$KMSKeyArn": "<p>The KMS key used to encrypt the function's environment variables. Only returned if you've configured a customer managed CMK.</p>",
- "UpdateFunctionConfigurationRequest$KMSKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.</p>"
- }
- },
- "KMSNotFoundException": {
- "base": "<p>Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings. </p>",
- "refs": {
- }
- },
- "Layer": {
- "base": "<p>An <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>.</p>",
- "refs": {
- "LayersReferenceList$member": null
- }
- },
- "LayerArn": {
- "base": null,
- "refs": {
- "GetLayerVersionResponse$LayerArn": "<p>The ARN of the layer.</p>",
- "LayersListItem$LayerArn": "<p>The Amazon Resource Name (ARN) of the function layer.</p>",
- "PublishLayerVersionResponse$LayerArn": "<p>The ARN of the layer.</p>"
- }
- },
- "LayerList": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Layers": "<p>A list of <a href=\"http://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 ARN, including the version.</p>",
- "UpdateFunctionConfigurationRequest$Layers": "<p>A list of <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">function layers</a> to add to the function's execution environment.</p>"
- }
- },
- "LayerName": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "DeleteLayerVersionRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "GetLayerVersionPolicyRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "GetLayerVersionRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "LayersListItem$LayerName": "<p>The name of the layer.</p>",
- "ListLayerVersionsRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "PublishLayerVersionRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>",
- "RemoveLayerVersionPermissionRequest$LayerName": "<p>The name or Amazon Resource Name (ARN) of the layer.</p>"
- }
- },
- "LayerPermissionAllowedAction": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$Action": "<p>The API action that grants access to the layer. For example, <code>lambda:GetLayerVersion</code>.</p>"
- }
- },
- "LayerPermissionAllowedPrincipal": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$Principal": "<p>An account ID, or <code>*</code> to grant permission to all AWS accounts.</p>"
- }
- },
- "LayerVersionArn": {
- "base": null,
- "refs": {
- "GetLayerVersionResponse$LayerVersionArn": "<p>The ARN of the layer version.</p>",
- "Layer$Arn": "<p>The Amazon Resource Name (ARN) of the function layer.</p>",
- "LayerList$member": null,
- "LayerVersionsListItem$LayerVersionArn": "<p>The ARN of the layer version.</p>",
- "PublishLayerVersionResponse$LayerVersionArn": "<p>The ARN of the layer version.</p>"
- }
- },
- "LayerVersionContentInput": {
- "base": "<p>A ZIP archive that contains the contents of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>. You can specify either an Amazon S3 location, or upload a layer archive directly.</p>",
- "refs": {
- "PublishLayerVersionRequest$Content": "<p>The function layer archive.</p>"
- }
- },
- "LayerVersionContentOutput": {
- "base": "<p>Details about a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>.</p>",
- "refs": {
- "GetLayerVersionResponse$Content": "<p>Details about the layer version.</p>",
- "PublishLayerVersionResponse$Content": "<p>Details about the layer version.</p>"
- }
- },
- "LayerVersionNumber": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$VersionNumber": "<p>The version number.</p>",
- "DeleteLayerVersionRequest$VersionNumber": "<p>The version number.</p>",
- "GetLayerVersionPolicyRequest$VersionNumber": "<p>The version number.</p>",
- "GetLayerVersionRequest$VersionNumber": "<p>The version number.</p>",
- "GetLayerVersionResponse$Version": "<p>The version number.</p>",
- "LayerVersionsListItem$Version": "<p>The version number.</p>",
- "PublishLayerVersionResponse$Version": "<p>The version number.</p>",
- "RemoveLayerVersionPermissionRequest$VersionNumber": "<p>The version number.</p>"
- }
- },
- "LayerVersionsList": {
- "base": null,
- "refs": {
- "ListLayerVersionsResponse$LayerVersions": "<p>A list of versions.</p>"
- }
- },
- "LayerVersionsListItem": {
- "base": "<p>Details about a version of an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>.</p>",
- "refs": {
- "LayerVersionsList$member": null,
- "LayersListItem$LatestMatchingVersion": "<p>The newest version of the layer.</p>"
- }
- },
- "LayersList": {
- "base": null,
- "refs": {
- "ListLayersResponse$Layers": "<p>A list of function layers.</p>"
- }
- },
- "LayersListItem": {
- "base": "<p>Details about an <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\">AWS Lambda layer</a>.</p>",
- "refs": {
- "LayersList$member": null
- }
- },
- "LayersReferenceList": {
- "base": null,
- "refs": {
- "FunctionConfiguration$Layers": "<p>The function's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html\"> layers</a> </p>"
- }
- },
- "LicenseInfo": {
- "base": null,
- "refs": {
- "GetLayerVersionResponse$LicenseInfo": "<p>The layer's software license.</p>",
- "LayerVersionsListItem$LicenseInfo": "<p>The layer's open-source license.</p>",
- "PublishLayerVersionRequest$LicenseInfo": "<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>",
- "PublishLayerVersionResponse$LicenseInfo": "<p>The layer's software license.</p>"
- }
- },
- "ListAliasesRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListAliasesResponse": {
- "base": null,
- "refs": {
- }
- },
- "ListEventSourceMappingsRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListEventSourceMappingsResponse": {
- "base": null,
- "refs": {
- }
- },
- "ListFunctionsRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListFunctionsResponse": {
- "base": "<p>A list of Lambda functions.</p>",
- "refs": {
- }
- },
- "ListLayerVersionsRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListLayerVersionsResponse": {
- "base": null,
- "refs": {
- }
- },
- "ListLayersRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListLayersResponse": {
- "base": null,
- "refs": {
- }
- },
- "ListTagsRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListTagsResponse": {
- "base": null,
- "refs": {
- }
- },
- "ListVersionsByFunctionRequest": {
- "base": null,
- "refs": {
- }
- },
- "ListVersionsByFunctionResponse": {
- "base": null,
- "refs": {
- }
- },
- "LogType": {
- "base": null,
- "refs": {
- "InvocationRequest$LogType": "<p>Set to <code>Tail</code> to include the execution log in the response.</p>"
- }
- },
- "Long": {
- "base": null,
- "refs": {
- "AccountLimit$TotalCodeSize": "<p>The amount of storage space that you can use for all deployment packages and layer archives.</p>",
- "AccountLimit$CodeSizeUnzipped": "<p>The maximum size of your function's code and layers when extracted.</p>",
- "AccountLimit$CodeSizeZipped": "<p>The maximum size of a deployment package when uploaded direcly to AWS Lambda. Use Amazon S3 for larger files.</p>",
- "AccountUsage$TotalCodeSize": "<p>The amount of storage space, in bytes, in use by deployment packages and layer archives.</p>",
- "AccountUsage$FunctionCount": "<p>The number of Lambda functions.</p>",
- "FunctionConfiguration$CodeSize": "<p>The size of the function's deployment package in bytes.</p>",
- "Layer$CodeSize": "<p>The size of the layer archive in bytes.</p>",
- "LayerVersionContentOutput$CodeSize": "<p>The size of the layer archive in bytes.</p>"
- }
- },
- "MasterRegion": {
- "base": null,
- "refs": {
- "ListFunctionsRequest$MasterRegion": "<p>For Lambda@Edge functions, the region of the master function. For example, <code>us-east-2</code> or <code>ALL</code>. If specified, you must set <code>FunctionVersion</code> to <code>ALL</code>.</p>"
- }
- },
- "MaxLayerListItems": {
- "base": null,
- "refs": {
- "ListLayerVersionsRequest$MaxItems": "<p>The maximum number of versions to return.</p>",
- "ListLayersRequest$MaxItems": "<p>The maximum number of layers to return.</p>"
- }
- },
- "MaxListItems": {
- "base": null,
- "refs": {
- "ListAliasesRequest$MaxItems": "<p>Limit the number of aliases returned.</p>",
- "ListEventSourceMappingsRequest$MaxItems": "<p>The maximum number of event source mappings to return.</p>",
- "ListFunctionsRequest$MaxItems": "<p>Specify a value between 1 and 50 to limit the number of functions in the response.</p>",
- "ListVersionsByFunctionRequest$MaxItems": "<p>Limit the number of versions returned.</p>"
- }
- },
- "MemorySize": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$MemorySize": "<p>The amount of memory that your function has access to. Increasing the function's memory also increases it's CPU allocation. The default value is 128 MB. The value must be a multiple of 64 MB.</p>",
- "FunctionConfiguration$MemorySize": "<p>The memory allocated to the function</p>",
- "UpdateFunctionConfigurationRequest$MemorySize": "<p>The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.</p>"
- }
- },
- "NameSpacedFunctionArn": {
- "base": null,
- "refs": {
- "FunctionConfiguration$FunctionArn": "<p>The function's Amazon Resource Name (ARN).</p>"
- }
- },
- "NamespacedFunctionName": {
- "base": null,
- "refs": {
- "FunctionConfiguration$FunctionName": "<p>The name of the function.</p>",
- "GetFunctionConfigurationRequest$FunctionName": "<p>The name 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>",
- "GetFunctionRequest$FunctionName": "<p>The name 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>",
- "GetPolicyRequest$FunctionName": "<p>The name 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>",
- "InvocationRequest$FunctionName": "<p>The name 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>",
- "InvokeAsyncRequest$FunctionName": "<p>The name 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>",
- "ListVersionsByFunctionRequest$FunctionName": "<p>The name 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>"
- }
- },
- "NamespacedStatementId": {
- "base": null,
- "refs": {
- "RemovePermissionRequest$StatementId": "<p>Statement ID of the permission to remove.</p>"
- }
- },
- "OrganizationId": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$OrganizationId": "<p>With the principal set to <code>*</code>, grant permission to all accounts in the specified organization.</p>"
- }
- },
- "PolicyLengthExceededException": {
- "base": "<p>Lambda function access policy is limited to 20 KB.</p>",
- "refs": {
- }
- },
- "PreconditionFailedException": {
- "base": "<p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the <code>GetFunction</code> or the <code>GetAlias</code> API to retrieve the latest RevisionId for your resource.</p>",
- "refs": {
- }
- },
- "Principal": {
- "base": null,
- "refs": {
- "AddPermissionRequest$Principal": "<p>The AWS service or account 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>"
- }
- },
- "PublishLayerVersionRequest": {
- "base": null,
- "refs": {
- }
- },
- "PublishLayerVersionResponse": {
- "base": null,
- "refs": {
- }
- },
- "PublishVersionRequest": {
- "base": null,
- "refs": {
- }
- },
- "PutFunctionConcurrencyRequest": {
- "base": null,
- "refs": {
- }
- },
- "Qualifier": {
- "base": null,
- "refs": {
- "AddPermissionRequest$Qualifier": "<p>Specify a version or alias to add permissions to a published version of the function.</p>",
- "DeleteFunctionRequest$Qualifier": "<p>Specify a version to delete. You cannot delete a version that is referenced by an alias.</p>",
- "GetFunctionConfigurationRequest$Qualifier": "<p>Specify a version or alias to get details about a published version of the function.</p>",
- "GetFunctionRequest$Qualifier": "<p>Specify a version or alias to get details about a published version of the function.</p>",
- "GetPolicyRequest$Qualifier": "<p>Specify a version or alias to get the policy for that resource.</p>",
- "InvocationRequest$Qualifier": "<p>Specify a version or alias to invoke a published version of the function.</p>",
- "RemovePermissionRequest$Qualifier": "<p>Specify a version or alias to remove permissions from a published version of the function.</p>"
- }
- },
- "RemoveLayerVersionPermissionRequest": {
- "base": null,
- "refs": {
- }
- },
- "RemovePermissionRequest": {
- "base": null,
- "refs": {
- }
- },
- "RequestTooLargeException": {
- "base": "<p>The request payload exceeded the <code>Invoke</code> request body JSON input limit. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/limits.html\">Limits</a>. </p>",
- "refs": {
- }
- },
- "ReservedConcurrentExecutions": {
- "base": null,
- "refs": {
- "Concurrency$ReservedConcurrentExecutions": "<p>The number of concurrent executions reserved for this function. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">Managing Concurrency</a>.</p>",
- "PutFunctionConcurrencyRequest$ReservedConcurrentExecutions": "<p>The number of simultaneous executions to reserve for the function.</p>"
- }
- },
- "ResourceArn": {
- "base": null,
- "refs": {
- "DeadLetterConfig$TargetArn": "<p>The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>"
- }
- },
- "ResourceConflictException": {
- "base": "<p>The resource already exists.</p>",
- "refs": {
- }
- },
- "ResourceInUseException": {
- "base": "<p>The operation conflicts with the resource's availability. For example, you attempted to update an EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state. </p>",
- "refs": {
- }
- },
- "ResourceNotFoundException": {
- "base": "<p>The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.</p>",
- "refs": {
- }
- },
- "RoleArn": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Role": "<p>The Amazon Resource Name (ARN) of the function's execution role.</p>",
- "FunctionConfiguration$Role": "<p>The function's execution role.</p>",
- "UpdateFunctionConfigurationRequest$Role": "<p>The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.</p>"
- }
- },
- "Runtime": {
- "base": null,
- "refs": {
- "CompatibleRuntimes$member": null,
- "CreateFunctionRequest$Runtime": "<p>The identifier of the function's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">runtime</a>.</p>",
- "FunctionConfiguration$Runtime": "<p>The runtime environment for the Lambda function.</p>",
- "ListLayerVersionsRequest$CompatibleRuntime": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
- "ListLayersRequest$CompatibleRuntime": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
- "UpdateFunctionConfigurationRequest$Runtime": "<p>The runtime version for the function.</p>"
- }
- },
- "S3Bucket": {
- "base": null,
- "refs": {
- "FunctionCode$S3Bucket": "<p>An Amazon S3 bucket in the same region as your function. The bucket can be in a different AWS account.</p>",
- "LayerVersionContentInput$S3Bucket": "<p>The Amazon S3 bucket of the layer archive.</p>",
- "UpdateFunctionCodeRequest$S3Bucket": "<p>An Amazon S3 bucket in the same region as your function. The bucket can be in a different AWS account.</p>"
- }
- },
- "S3Key": {
- "base": null,
- "refs": {
- "FunctionCode$S3Key": "<p>The Amazon S3 key of the deployment package.</p>",
- "LayerVersionContentInput$S3Key": "<p>The Amazon S3 key of the layer archive.</p>",
- "UpdateFunctionCodeRequest$S3Key": "<p>The Amazon S3 key of the deployment package.</p>"
- }
- },
- "S3ObjectVersion": {
- "base": null,
- "refs": {
- "FunctionCode$S3ObjectVersion": "<p>For versioned objects, the version of the deployment package object to use.</p>",
- "LayerVersionContentInput$S3ObjectVersion": "<p>For versioned objects, the version of the layer archive object to use.</p>",
- "UpdateFunctionCodeRequest$S3ObjectVersion": "<p>For versioned objects, the version of the deployment package object to use.</p>"
- }
- },
- "SecurityGroupId": {
- "base": null,
- "refs": {
- "SecurityGroupIds$member": null
- }
- },
- "SecurityGroupIds": {
- "base": null,
- "refs": {
- "VpcConfig$SecurityGroupIds": "<p>A list of VPC security groups IDs.</p>",
- "VpcConfigResponse$SecurityGroupIds": "<p>A list of VPC security groups IDs.</p>"
- }
- },
- "SensitiveString": {
- "base": null,
- "refs": {
- "EnvironmentError$Message": "<p>The error message.</p>"
- }
- },
- "ServiceException": {
- "base": "<p>The AWS Lambda service encountered an internal error.</p>",
- "refs": {
- }
- },
- "SourceOwner": {
- "base": null,
- "refs": {
- "AddPermissionRequest$SourceAccount": "<p>For AWS services, the ID of the account that owns the resource. Use instead of <code>SourceArn</code> to grant permission to resources owned by another account (e.g. all of an account's Amazon S3 buckets). Or use together with <code>SourceArn</code> to ensure that the resource is owned by the specified account. For example, an Amazon S3 bucket could be deleted by its owner and recreated by another account.</p>"
- }
- },
- "StatementId": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$StatementId": "<p>An identifier that distinguishes the policy from others on the same layer version.</p>",
- "AddPermissionRequest$StatementId": "<p>A statement identifier that differentiates the statement from others in the same policy.</p>",
- "RemoveLayerVersionPermissionRequest$StatementId": "<p>The identifier that was specified when the statement was added.</p>"
- }
- },
- "String": {
- "base": null,
- "refs": {
- "AddLayerVersionPermissionRequest$RevisionId": "<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>",
- "AddLayerVersionPermissionResponse$Statement": "<p>The permission statement.</p>",
- "AddLayerVersionPermissionResponse$RevisionId": "<p>A unique identifier for the current revision of the policy.</p>",
- "AddPermissionRequest$RevisionId": "<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>",
- "AddPermissionResponse$Statement": "<p>The permission statement added to the function policy.</p>",
- "AliasConfiguration$RevisionId": "<p>A unique identifier that changes when you update the alias.</p>",
- "CodeStorageExceededException$Type": "<p>The exception type.</p>",
- "CodeStorageExceededException$message": null,
- "DeleteEventSourceMappingRequest$UUID": "<p>The identifier of the event source mapping.</p>",
- "EC2AccessDeniedException$Type": null,
- "EC2AccessDeniedException$Message": null,
- "EC2ThrottledException$Type": null,
- "EC2ThrottledException$Message": null,
- "EC2UnexpectedException$Type": null,
- "EC2UnexpectedException$Message": null,
- "EC2UnexpectedException$EC2ErrorCode": null,
- "ENILimitReachedException$Type": null,
- "ENILimitReachedException$Message": null,
- "EnvironmentError$ErrorCode": "<p>The error code.</p>",
- "EventSourceMappingConfiguration$UUID": "<p>The identifier of the event source mapping.</p>",
- "EventSourceMappingConfiguration$LastProcessingResult": "<p>The result of the last AWS Lambda invocation of your Lambda function.</p>",
- "EventSourceMappingConfiguration$State": "<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>",
- "EventSourceMappingConfiguration$StateTransitionReason": "<p>The cause of the last state change, either <code>User initiated</code> or <code>Lambda initiated</code>.</p>",
- "FunctionCodeLocation$RepositoryType": "<p>The service hosting the file.</p>",
- "FunctionCodeLocation$Location": "<p>A pre-signed URL that you can use to download the deployment package.</p>",
- "FunctionConfiguration$CodeSha256": "<p>The SHA256 hash of the function's deployment package.</p>",
- "FunctionConfiguration$RevisionId": "<p>Represents the latest updated revision of the function or alias.</p>",
- "GetEventSourceMappingRequest$UUID": "<p>The identifier of the event source mapping.</p>",
- "GetLayerVersionPolicyResponse$Policy": "<p>The policy document.</p>",
- "GetLayerVersionPolicyResponse$RevisionId": "<p>A unique identifier for the current revision of the policy.</p>",
- "GetPolicyResponse$Policy": "<p>The resource-based policy.</p>",
- "GetPolicyResponse$RevisionId": "<p>A unique identifier for the current revision of the policy.</p>",
- "InvalidParameterValueException$Type": "<p>The exception type.</p>",
- "InvalidParameterValueException$message": "<p>The exception message.</p>",
- "InvalidRequestContentException$Type": "<p>The exception type.</p>",
- "InvalidRequestContentException$message": "<p>The exception message.</p>",
- "InvalidRuntimeException$Type": null,
- "InvalidRuntimeException$Message": null,
- "InvalidSecurityGroupIDException$Type": null,
- "InvalidSecurityGroupIDException$Message": null,
- "InvalidSubnetIDException$Type": null,
- "InvalidSubnetIDException$Message": null,
- "InvalidZipFileException$Type": null,
- "InvalidZipFileException$Message": null,
- "InvocationRequest$ClientContext": "<p>Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.</p>",
- "InvocationResponse$FunctionError": "<p>If present, indicates that an error occured during function execution. Details about the error are included in the response payload.</p> <ul> <li> <p> <code>Handled</code> - The runtime caught an error thrown by the function and formatted it into a JSON document.</p> </li> <li> <p> <code>Unhandled</code> - The runtime did not handle the error. For example, the function ran out of memory or timed out.</p> </li> </ul>",
- "InvocationResponse$LogResult": "<p>The last 4 KB of the execution log, base64 encoded.</p>",
- "KMSAccessDeniedException$Type": null,
- "KMSAccessDeniedException$Message": null,
- "KMSDisabledException$Type": null,
- "KMSDisabledException$Message": null,
- "KMSInvalidStateException$Type": null,
- "KMSInvalidStateException$Message": null,
- "KMSNotFoundException$Type": null,
- "KMSNotFoundException$Message": null,
- "LayerVersionContentOutput$Location": "<p>A link to the layer archive in Amazon S3 that is valid for 10 minutes.</p>",
- "LayerVersionContentOutput$CodeSha256": "<p>The SHA-256 hash of the layer archive.</p>",
- "ListAliasesRequest$Marker": "<p>Specify the pagination token returned by a previous request to retrieve the next page of results.</p>",
- "ListAliasesResponse$NextMarker": "<p>Pagination token included if more results are available.</p>",
- "ListEventSourceMappingsRequest$Marker": "<p>A pagination token returned by a previous call.</p>",
- "ListEventSourceMappingsResponse$NextMarker": "<p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>",
- "ListFunctionsRequest$Marker": "<p>Specify the pagination token returned by a previous request to retrieve the next page of results.</p>",
- "ListFunctionsResponse$NextMarker": "<p>Pagination token included if more results are available.</p>",
- "ListLayerVersionsRequest$Marker": "<p>A pagination token returned by a previous call.</p>",
- "ListLayerVersionsResponse$NextMarker": "<p>A pagination token returned when the response doesn't contain all versions.</p>",
- "ListLayersRequest$Marker": "<p>A pagination token returned by a previous call.</p>",
- "ListLayersResponse$NextMarker": "<p>A pagination token returned when the response doesn't contain all layers.</p>",
- "ListVersionsByFunctionRequest$Marker": "<p>Specify the pagination token returned by a previous request to retrieve the next page of results.</p>",
- "ListVersionsByFunctionResponse$NextMarker": "<p>Pagination token included if more results are available.</p>",
- "PolicyLengthExceededException$Type": null,
- "PolicyLengthExceededException$message": null,
- "PreconditionFailedException$Type": "<p>The exception type.</p>",
- "PreconditionFailedException$message": "<p>The exception message.</p>",
- "PublishVersionRequest$CodeSha256": "<p>Only publish a version if the hash matches the value 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 you uploaded from the output of <a>UpdateFunctionCode</a>.</p>",
- "PublishVersionRequest$RevisionId": "<p>Only update the function if the revision ID matches the ID specified. Use this option to avoid publishing a version if the function configuration has changed since you last updated it.</p>",
- "RemoveLayerVersionPermissionRequest$RevisionId": "<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>",
- "RemovePermissionRequest$RevisionId": "<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>",
- "RequestTooLargeException$Type": null,
- "RequestTooLargeException$message": null,
- "ResourceConflictException$Type": "<p>The exception type.</p>",
- "ResourceConflictException$message": "<p>The exception message.</p>",
- "ResourceInUseException$Type": null,
- "ResourceInUseException$Message": null,
- "ResourceNotFoundException$Type": null,
- "ResourceNotFoundException$Message": null,
- "ServiceException$Type": null,
- "ServiceException$Message": null,
- "SubnetIPAddressLimitReachedException$Type": null,
- "SubnetIPAddressLimitReachedException$Message": null,
- "TooManyRequestsException$retryAfterSeconds": "<p>The number of seconds the caller should wait before retrying.</p>",
- "TooManyRequestsException$Type": null,
- "TooManyRequestsException$message": null,
- "UnsupportedMediaTypeException$Type": null,
- "UnsupportedMediaTypeException$message": null,
- "UpdateAliasRequest$RevisionId": "<p>Only update the alias if the revision ID matches the ID specified. Use this option to avoid modifying an alias that has changed since you last read it.</p>",
- "UpdateEventSourceMappingRequest$UUID": "<p>The identifier of the event source mapping.</p>",
- "UpdateFunctionCodeRequest$RevisionId": "<p>Only update the function if the revision ID matches the ID specified. Use this option to avoid modifying a function that has changed since you last read it.</p>",
- "UpdateFunctionConfigurationRequest$RevisionId": "<p>Only update the function if the revision ID matches the ID specified. Use this option to avoid modifying a function that has changed since you last read it.</p>"
- }
- },
- "SubnetIPAddressLimitReachedException": {
- "base": "<p>AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.</p>",
- "refs": {
- }
- },
- "SubnetId": {
- "base": null,
- "refs": {
- "SubnetIds$member": null
- }
- },
- "SubnetIds": {
- "base": null,
- "refs": {
- "VpcConfig$SubnetIds": "<p>A list of VPC subnet IDs.</p>",
- "VpcConfigResponse$SubnetIds": "<p>A list of VPC subnet IDs.</p>"
- }
- },
- "TagKey": {
- "base": null,
- "refs": {
- "TagKeyList$member": null,
- "Tags$key": null
- }
- },
- "TagKeyList": {
- "base": null,
- "refs": {
- "UntagResourceRequest$TagKeys": "<p>A list of tag keys to remove from the function.</p>"
- }
- },
- "TagResourceRequest": {
- "base": null,
- "refs": {
- }
- },
- "TagValue": {
- "base": null,
- "refs": {
- "Tags$value": null
- }
- },
- "Tags": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Tags": "<p>A list of <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a> to apply to the function.</p>",
- "GetFunctionResponse$Tags": "<p>The function's <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/tagging.html\">tags</a>.</p>",
- "ListTagsResponse$Tags": "<p>The function's tags.</p>",
- "TagResourceRequest$Tags": "<p>A list of tags to apply to the function.</p>"
- }
- },
- "ThrottleReason": {
- "base": null,
- "refs": {
- "TooManyRequestsException$Reason": null
- }
- },
- "Timeout": {
- "base": null,
- "refs": {
- "CreateFunctionRequest$Timeout": "<p>The amount of time that Lambda allows a function to run before terminating it. The default is 3 seconds. The maximum allowed value is 900 seconds.</p>",
- "FunctionConfiguration$Timeout": "<p>The amount of time that Lambda allows a function to run before terminating it.</p>",
- "UpdateFunctionConfigurationRequest$Timeout": "<p>The amount of time that Lambda allows a function to run before terminating it. The default is 3 seconds. The maximum allowed value is 900 seconds.</p>"
- }
- },
- "Timestamp": {
- "base": null,
- "refs": {
- "FunctionConfiguration$LastModified": "<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>",
- "GetLayerVersionResponse$CreatedDate": "<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>",
- "LayerVersionsListItem$CreatedDate": "<p>The date that the version was created, in ISO 8601 format. For example, <code>2018-11-27T15:10:45.123+0000</code>.</p>",
- "PublishLayerVersionResponse$CreatedDate": "<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>"
- }
- },
- "TooManyRequestsException": {
- "base": "<p>Request throughput limit exceeded.</p>",
- "refs": {
- }
- },
- "TracingConfig": {
- "base": "<p>The function's AWS X-Ray tracing configuration.</p>",
- "refs": {
- "CreateFunctionRequest$TracingConfig": "<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with AWS X-Ray.</p>",
- "UpdateFunctionConfigurationRequest$TracingConfig": "<p>Set <code>Mode</code> to <code>Active</code> to sample and trace a subset of incoming requests with AWS X-Ray.</p>"
- }
- },
- "TracingConfigResponse": {
- "base": "<p>The function's AWS X-Ray tracing configuration.</p>",
- "refs": {
- "FunctionConfiguration$TracingConfig": "<p>The function's AWS X-Ray tracing configuration.</p>"
- }
- },
- "TracingMode": {
- "base": null,
- "refs": {
- "TracingConfig$Mode": "<p>The tracing mode.</p>",
- "TracingConfigResponse$Mode": "<p>The tracing mode.</p>"
- }
- },
- "UnreservedConcurrentExecutions": {
- "base": null,
- "refs": {
- "AccountLimit$UnreservedConcurrentExecutions": "<p>The maximum number of simultaneous function executions, less the concurrency reserved for individual functions with <a>PutFunctionConcurrency</a>.</p>"
- }
- },
- "UnsupportedMediaTypeException": {
- "base": "<p>The content type of the <code>Invoke</code> request body is not JSON.</p>",
- "refs": {
- }
- },
- "UntagResourceRequest": {
- "base": null,
- "refs": {
- }
- },
- "UpdateAliasRequest": {
- "base": null,
- "refs": {
- }
- },
- "UpdateEventSourceMappingRequest": {
- "base": null,
- "refs": {
- }
- },
- "UpdateFunctionCodeRequest": {
- "base": null,
- "refs": {
- }
- },
- "UpdateFunctionConfigurationRequest": {
- "base": null,
- "refs": {
- }
- },
- "Version": {
- "base": null,
- "refs": {
- "AliasConfiguration$FunctionVersion": "<p>The function version that the alias invokes.</p>",
- "CreateAliasRequest$FunctionVersion": "<p>The function version that the alias invokes.</p>",
- "FunctionConfiguration$Version": "<p>The version of the Lambda function.</p>",
- "InvocationResponse$ExecutedVersion": "<p>The version of the function that executed. When you invoke a function with an alias, indicates which version the alias resolved to.</p>",
- "ListAliasesRequest$FunctionVersion": "<p>Specify a function version to only list aliases that invoke that version.</p>",
- "UpdateAliasRequest$FunctionVersion": "<p>The function version that the alias invokes.</p>"
- }
- },
- "VpcConfig": {
- "base": "<p>The VPC security groups and subnets attached to a Lambda function.</p>",
- "refs": {
- "CreateFunctionRequest$VpcConfig": "<p>For network connectivity to AWS 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 only access resources and the internet through that VPC. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/vpc.html\">VPC Settings</a>.</p>",
- "UpdateFunctionConfigurationRequest$VpcConfig": "<p>Specify security groups and subnets in a VPC to which your Lambda function needs access.</p>"
- }
- },
- "VpcConfigResponse": {
- "base": "<p>The VPC security groups and subnets attached to a Lambda function.</p>",
- "refs": {
- "FunctionConfiguration$VpcConfig": "<p>The function's networking configuration.</p>"
- }
- },
- "VpcId": {
- "base": null,
- "refs": {
- "VpcConfigResponse$VpcId": "<p>The ID of the VPC.</p>"
- }
- },
- "Weight": {
- "base": null,
- "refs": {
- "AdditionalVersionWeights$value": null
- }
- }
- }
- }
|