@aws-sdk/client-lambda 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Lambda.js +0 -9
- package/dist-cjs/LambdaClient.js +0 -14
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
- package/dist-cjs/commands/AddPermissionCommand.js +0 -36
- package/dist-cjs/commands/CreateAliasCommand.js +0 -29
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
- package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
- package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/GetAliasCommand.js +0 -24
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetFunctionCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
- package/dist-cjs/commands/InvokeCommand.js +0 -50
- package/dist-cjs/commands/ListAliasesCommand.js +0 -25
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
- package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListLayersCommand.js +0 -29
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -25
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
- package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
- package/dist-cjs/commands/PublishVersionCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
- package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/index.js +61 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -74
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
- package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
- package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
- package/dist-es/commands/index.js +58 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -74
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +58 -0
- package/dist-types/index.d.ts +5 -74
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/Lambda.d.ts +59 -478
- package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/index.d.ts +5 -74
- package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -6,37 +6,11 @@ export interface PutFunctionConcurrencyCommandInput extends PutFunctionConcurren
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
|
|
11
|
-
* level.</p>
|
|
12
|
-
* <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished
|
|
13
|
-
* version. Reserving concurrency both ensures that your function has capacity to process the specified number of
|
|
14
|
-
* events simultaneously, and prevents it from scaling beyond that level. Use <a>GetFunction</a> to see
|
|
15
|
-
* the current setting for a function.</p>
|
|
16
|
-
* <p>Use <a>GetAccountSettings</a> to see your Regional concurrency limit. You can reserve concurrency
|
|
17
|
-
* for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for
|
|
18
|
-
* functions that aren't configured with a per-function limit. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html">Managing Concurrency</a>.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { LambdaClient, PutFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
23
|
-
* // const { LambdaClient, PutFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
24
|
-
* const client = new LambdaClient(config);
|
|
25
|
-
* const command = new PutFunctionConcurrencyCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link PutFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link PutFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class PutFunctionConcurrencyCommand extends $Command<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
35
11
|
readonly input: PutFunctionConcurrencyCommandInput;
|
|
36
12
|
constructor(input: PutFunctionConcurrencyCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,39 +6,11 @@ export interface PutFunctionEventInvokeConfigCommandInput extends PutFunctionEve
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Configures options for <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous
|
|
11
|
-
* invocation</a> on a function, version, or alias. If a configuration already exists for a function, version,
|
|
12
|
-
* or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without
|
|
13
|
-
* affecting existing settings for other options, use <a>UpdateFunctionEventInvokeConfig</a>.</p>
|
|
14
|
-
* <p>By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains
|
|
15
|
-
* events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous
|
|
16
|
-
* invocation queue for too long, Lambda discards it. To retain discarded events, configure a dead-letter queue with
|
|
17
|
-
* <a>UpdateFunctionConfiguration</a>.</p>
|
|
18
|
-
* <p>To send an invocation record to a queue, topic, 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
|
|
19
|
-
* that fail all processing attempts (on-failure). You can configure destinations in addition to or instead of a
|
|
20
|
-
* dead-letter queue.</p>
|
|
21
|
-
* @example
|
|
22
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
23
|
-
* ```javascript
|
|
24
|
-
* import { LambdaClient, PutFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
25
|
-
* // const { LambdaClient, PutFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
26
|
-
* const client = new LambdaClient(config);
|
|
27
|
-
* const command = new PutFunctionEventInvokeConfigCommand(input);
|
|
28
|
-
* const response = await client.send(command);
|
|
29
|
-
* ```
|
|
30
|
-
*
|
|
31
|
-
* @see {@link PutFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
32
|
-
* @see {@link PutFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
34
|
-
*
|
|
35
|
-
*/
|
|
9
|
+
|
|
36
10
|
export declare class PutFunctionEventInvokeConfigCommand extends $Command<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
37
11
|
readonly input: PutFunctionEventInvokeConfigCommandInput;
|
|
38
12
|
constructor(input: PutFunctionEventInvokeConfigCommandInput);
|
|
39
|
-
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
13
|
+
|
|
42
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput>;
|
|
43
15
|
private serialize;
|
|
44
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface PutProvisionedConcurrencyConfigCommandInput extends PutProvisio
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisionedConcurrencyConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds a provisioned concurrency configuration to a function's alias or version.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, PutProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, PutProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new PutProvisionedConcurrencyConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link PutProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link PutProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class PutProvisionedConcurrencyConfigCommand extends $Command<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: PutProvisionedConcurrencyConfigCommandInput;
|
|
28
12
|
constructor(input: PutProvisionedConcurrencyConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface RemoveLayerVersionPermissionCommandInput extends RemoveLayerVer
|
|
|
6
6
|
}
|
|
7
7
|
export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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
|
|
11
|
-
* layer</a>. For more information, see
|
|
12
|
-
* <a>AddLayerVersionPermission</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, RemoveLayerVersionPermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, RemoveLayerVersionPermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new RemoveLayerVersionPermissionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link RemoveLayerVersionPermissionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link RemoveLayerVersionPermissionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class RemoveLayerVersionPermissionCommand extends $Command<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: RemoveLayerVersionPermissionCommandInput;
|
|
30
12
|
constructor(input: RemoveLayerVersionPermissionCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Revokes function-use permission from an Amazon Web Services service or another account. You can get the ID of the statement
|
|
11
|
-
* from the output of <a>GetPolicy</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, RemovePermissionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, RemovePermissionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new RemovePermissionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link RemovePermissionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link RemovePermissionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: RemovePermissionCommandInput;
|
|
29
12
|
constructor(input: RemovePermissionCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Adds <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to a function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, TagResourceCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, TagResourceCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: TagResourceCommandInput;
|
|
28
12
|
constructor(input: TagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> from a function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, UntagResourceCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, UntagResourceCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: UntagResourceCommandInput;
|
|
28
12
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateAliasCommandInput extends UpdateAliasRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates the configuration of a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, UpdateAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, UpdateAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new UpdateAliasCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateAliasCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateAliasCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateAliasCommandInput;
|
|
28
12
|
constructor(input: UpdateAliasCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateCodeSigningConfigCommandInput extends UpdateCodeSigningCo
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a
|
|
11
|
-
* user tries to deploy a code package to the function. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, UpdateCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, UpdateCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new UpdateCodeSigningConfigCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateCodeSigningConfigCommand extends $Command<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateCodeSigningConfigCommandInput;
|
|
29
12
|
constructor(input: UpdateCodeSigningConfigCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,54 +6,11 @@ export interface UpdateEventSourceMappingCommandInput extends UpdateEventSourceM
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
|
|
11
|
-
* invocation and resume later from the same location.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>The following error handling options are only available for stream sources (DynamoDB and Kinesis):</p>
|
|
14
|
-
* <ul>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>
|
|
17
|
-
* <code>BisectBatchOnFunctionError</code> - If the function returns an error, split the batch in two and retry.</p>
|
|
18
|
-
* </li>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>
|
|
21
|
-
* <code>DestinationConfig</code> - Send discarded records to an Amazon SQS queue or Amazon SNS topic.</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>
|
|
25
|
-
* <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>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>
|
|
29
|
-
* <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>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>
|
|
33
|
-
* <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* </ul>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { LambdaClient, UpdateEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
40
|
-
* // const { LambdaClient, UpdateEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
41
|
-
* const client = new LambdaClient(config);
|
|
42
|
-
* const command = new UpdateEventSourceMappingCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link UpdateEventSourceMappingCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link UpdateEventSourceMappingCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
9
|
+
|
|
51
10
|
export declare class UpdateEventSourceMappingCommand extends $Command<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
52
11
|
readonly input: UpdateEventSourceMappingCommandInput;
|
|
53
12
|
constructor(input: UpdateEventSourceMappingCommandInput);
|
|
54
|
-
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
13
|
+
|
|
57
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput>;
|
|
58
15
|
private serialize;
|
|
59
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface UpdateFunctionCodeCommandInput extends UpdateFunctionCodeReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed
|
|
11
|
-
* by a trusted publisher. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html">Configuring code signing</a>.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>The function's code is locked when you publish a version. You can't modify the code of a published version,
|
|
14
|
-
* only the unpublished version.</p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if
|
|
17
|
-
* you update the image tag to a new image, Lambda does not automatically update the function.</p>
|
|
18
|
-
* </note>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { LambdaClient, UpdateFunctionCodeCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
23
|
-
* // const { LambdaClient, UpdateFunctionCodeCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
24
|
-
* const client = new LambdaClient(config);
|
|
25
|
-
* const command = new UpdateFunctionCodeCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link UpdateFunctionCodeCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link UpdateFunctionCodeCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class UpdateFunctionCodeCommand extends $Command<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig> {
|
|
35
11
|
readonly input: UpdateFunctionCodeCommandInput;
|
|
36
12
|
constructor(input: UpdateFunctionCodeCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,43 +6,11 @@ export interface UpdateFunctionConfigurationCommandInput extends UpdateFunctionC
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Modify the version-specific settings of a Lambda function.</p>
|
|
11
|
-
*
|
|
12
|
-
* <p>When you update a function, Lambda provisions an instance of the function and its supporting resources. If
|
|
13
|
-
* your function connects to a VPC, this process can take a minute. During this time, you can't modify the function,
|
|
14
|
-
* but you can still invoke it. The <code>LastUpdateStatus</code>, <code>LastUpdateStatusReason</code>, and
|
|
15
|
-
* <code>LastUpdateStatusReasonCode</code> fields in the response from <a>GetFunctionConfiguration</a>
|
|
16
|
-
* indicate when the update is complete and the function is processing events with the new configuration. For more
|
|
17
|
-
* information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html">Function
|
|
18
|
-
* States</a>.</p>
|
|
19
|
-
*
|
|
20
|
-
* <p>These settings can vary between versions of a function and are locked when you publish a version. You can't
|
|
21
|
-
* modify the configuration of a published version, only the unpublished version.</p>
|
|
22
|
-
*
|
|
23
|
-
* <p>To configure function concurrency, use <a>PutFunctionConcurrency</a>. To grant invoke permissions
|
|
24
|
-
* to an account or Amazon Web Services service, use <a>AddPermission</a>.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { LambdaClient, UpdateFunctionConfigurationCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
29
|
-
* // const { LambdaClient, UpdateFunctionConfigurationCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
30
|
-
* const client = new LambdaClient(config);
|
|
31
|
-
* const command = new UpdateFunctionConfigurationCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateFunctionConfigurationCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateFunctionConfigurationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
9
|
+
|
|
40
10
|
export declare class UpdateFunctionConfigurationCommand extends $Command<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
41
11
|
readonly input: UpdateFunctionConfigurationCommandInput;
|
|
42
12
|
constructor(input: UpdateFunctionConfigurationCommandInput);
|
|
43
|
-
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
13
|
+
|
|
46
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput>;
|
|
47
15
|
private serialize;
|
|
48
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UpdateFunctionEventInvokeConfigCommandInput extends UpdateFunct
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
11
|
-
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, UpdateFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, UpdateFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new UpdateFunctionEventInvokeConfigCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateFunctionEventInvokeConfigCommandInput;
|
|
29
12
|
constructor(input: UpdateFunctionEventInvokeConfigCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export * from "./AddLayerVersionPermissionCommand";
|
|
2
|
+
export * from "./AddPermissionCommand";
|
|
3
|
+
export * from "./CreateAliasCommand";
|
|
4
|
+
export * from "./CreateCodeSigningConfigCommand";
|
|
5
|
+
export * from "./CreateEventSourceMappingCommand";
|
|
6
|
+
export * from "./CreateFunctionCommand";
|
|
7
|
+
export * from "./DeleteAliasCommand";
|
|
8
|
+
export * from "./DeleteCodeSigningConfigCommand";
|
|
9
|
+
export * from "./DeleteEventSourceMappingCommand";
|
|
10
|
+
export * from "./DeleteFunctionCodeSigningConfigCommand";
|
|
11
|
+
export * from "./DeleteFunctionCommand";
|
|
12
|
+
export * from "./DeleteFunctionConcurrencyCommand";
|
|
13
|
+
export * from "./DeleteFunctionEventInvokeConfigCommand";
|
|
14
|
+
export * from "./DeleteLayerVersionCommand";
|
|
15
|
+
export * from "./DeleteProvisionedConcurrencyConfigCommand";
|
|
16
|
+
export * from "./GetAccountSettingsCommand";
|
|
17
|
+
export * from "./GetAliasCommand";
|
|
18
|
+
export * from "./GetCodeSigningConfigCommand";
|
|
19
|
+
export * from "./GetEventSourceMappingCommand";
|
|
20
|
+
export * from "./GetFunctionCodeSigningConfigCommand";
|
|
21
|
+
export * from "./GetFunctionCommand";
|
|
22
|
+
export * from "./GetFunctionConcurrencyCommand";
|
|
23
|
+
export * from "./GetFunctionConfigurationCommand";
|
|
24
|
+
export * from "./GetFunctionEventInvokeConfigCommand";
|
|
25
|
+
export * from "./GetLayerVersionByArnCommand";
|
|
26
|
+
export * from "./GetLayerVersionCommand";
|
|
27
|
+
export * from "./GetLayerVersionPolicyCommand";
|
|
28
|
+
export * from "./GetPolicyCommand";
|
|
29
|
+
export * from "./GetProvisionedConcurrencyConfigCommand";
|
|
30
|
+
export * from "./InvokeAsyncCommand";
|
|
31
|
+
export * from "./InvokeCommand";
|
|
32
|
+
export * from "./ListAliasesCommand";
|
|
33
|
+
export * from "./ListCodeSigningConfigsCommand";
|
|
34
|
+
export * from "./ListEventSourceMappingsCommand";
|
|
35
|
+
export * from "./ListFunctionEventInvokeConfigsCommand";
|
|
36
|
+
export * from "./ListFunctionsByCodeSigningConfigCommand";
|
|
37
|
+
export * from "./ListFunctionsCommand";
|
|
38
|
+
export * from "./ListLayerVersionsCommand";
|
|
39
|
+
export * from "./ListLayersCommand";
|
|
40
|
+
export * from "./ListProvisionedConcurrencyConfigsCommand";
|
|
41
|
+
export * from "./ListTagsCommand";
|
|
42
|
+
export * from "./ListVersionsByFunctionCommand";
|
|
43
|
+
export * from "./PublishLayerVersionCommand";
|
|
44
|
+
export * from "./PublishVersionCommand";
|
|
45
|
+
export * from "./PutFunctionCodeSigningConfigCommand";
|
|
46
|
+
export * from "./PutFunctionConcurrencyCommand";
|
|
47
|
+
export * from "./PutFunctionEventInvokeConfigCommand";
|
|
48
|
+
export * from "./PutProvisionedConcurrencyConfigCommand";
|
|
49
|
+
export * from "./RemoveLayerVersionPermissionCommand";
|
|
50
|
+
export * from "./RemovePermissionCommand";
|
|
51
|
+
export * from "./TagResourceCommand";
|
|
52
|
+
export * from "./UntagResourceCommand";
|
|
53
|
+
export * from "./UpdateAliasCommand";
|
|
54
|
+
export * from "./UpdateCodeSigningConfigCommand";
|
|
55
|
+
export * from "./UpdateEventSourceMappingCommand";
|
|
56
|
+
export * from "./UpdateFunctionCodeCommand";
|
|
57
|
+
export * from "./UpdateFunctionConfigurationCommand";
|
|
58
|
+
export * from "./UpdateFunctionEventInvokeConfigCommand";
|
|
@@ -1,75 +1,6 @@
|
|
|
1
|
-
export * from "./LambdaClient";
|
|
2
1
|
export * from "./Lambda";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateFunctionCommand";
|
|
9
|
-
export * from "./commands/DeleteAliasCommand";
|
|
10
|
-
export * from "./commands/DeleteCodeSigningConfigCommand";
|
|
11
|
-
export * from "./commands/DeleteEventSourceMappingCommand";
|
|
12
|
-
export * from "./commands/DeleteFunctionCommand";
|
|
13
|
-
export * from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
14
|
-
export * from "./commands/DeleteFunctionConcurrencyCommand";
|
|
15
|
-
export * from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
16
|
-
export * from "./commands/DeleteLayerVersionCommand";
|
|
17
|
-
export * from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
18
|
-
export * from "./commands/GetAccountSettingsCommand";
|
|
19
|
-
export * from "./commands/GetAliasCommand";
|
|
20
|
-
export * from "./commands/GetCodeSigningConfigCommand";
|
|
21
|
-
export * from "./commands/GetEventSourceMappingCommand";
|
|
22
|
-
export * from "./commands/GetFunctionCommand";
|
|
23
|
-
export * from "./waiters/waitForFunctionExists";
|
|
24
|
-
export * from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
25
|
-
export * from "./commands/GetFunctionConcurrencyCommand";
|
|
26
|
-
export * from "./commands/GetFunctionConfigurationCommand";
|
|
27
|
-
export * from "./waiters/waitForFunctionActive";
|
|
28
|
-
export * from "./waiters/waitForFunctionUpdated";
|
|
29
|
-
export * from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
30
|
-
export * from "./commands/GetLayerVersionCommand";
|
|
31
|
-
export * from "./commands/GetLayerVersionByArnCommand";
|
|
32
|
-
export * from "./commands/GetLayerVersionPolicyCommand";
|
|
33
|
-
export * from "./commands/GetPolicyCommand";
|
|
34
|
-
export * from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
35
|
-
export * from "./commands/InvokeCommand";
|
|
36
|
-
export * from "./commands/InvokeAsyncCommand";
|
|
37
|
-
export * from "./commands/ListAliasesCommand";
|
|
38
|
-
export * from "./pagination/ListAliasesPaginator";
|
|
39
|
-
export * from "./commands/ListCodeSigningConfigsCommand";
|
|
40
|
-
export * from "./pagination/ListCodeSigningConfigsPaginator";
|
|
41
|
-
export * from "./commands/ListEventSourceMappingsCommand";
|
|
42
|
-
export * from "./pagination/ListEventSourceMappingsPaginator";
|
|
43
|
-
export * from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
44
|
-
export * from "./pagination/ListFunctionEventInvokeConfigsPaginator";
|
|
45
|
-
export * from "./commands/ListFunctionsCommand";
|
|
46
|
-
export * from "./pagination/ListFunctionsPaginator";
|
|
47
|
-
export * from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
48
|
-
export * from "./pagination/ListFunctionsByCodeSigningConfigPaginator";
|
|
49
|
-
export * from "./commands/ListLayersCommand";
|
|
50
|
-
export * from "./pagination/ListLayersPaginator";
|
|
51
|
-
export * from "./commands/ListLayerVersionsCommand";
|
|
52
|
-
export * from "./pagination/ListLayerVersionsPaginator";
|
|
53
|
-
export * from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
54
|
-
export * from "./pagination/ListProvisionedConcurrencyConfigsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsCommand";
|
|
56
|
-
export * from "./commands/ListVersionsByFunctionCommand";
|
|
57
|
-
export * from "./pagination/ListVersionsByFunctionPaginator";
|
|
58
|
-
export * from "./commands/PublishLayerVersionCommand";
|
|
59
|
-
export * from "./commands/PublishVersionCommand";
|
|
60
|
-
export * from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
61
|
-
export * from "./commands/PutFunctionConcurrencyCommand";
|
|
62
|
-
export * from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
63
|
-
export * from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
64
|
-
export * from "./commands/RemoveLayerVersionPermissionCommand";
|
|
65
|
-
export * from "./commands/RemovePermissionCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateAliasCommand";
|
|
69
|
-
export * from "./commands/UpdateCodeSigningConfigCommand";
|
|
70
|
-
export * from "./commands/UpdateEventSourceMappingCommand";
|
|
71
|
-
export * from "./commands/UpdateFunctionCodeCommand";
|
|
72
|
-
export * from "./commands/UpdateFunctionConfigurationCommand";
|
|
73
|
-
export * from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
74
|
-
export * from "./pagination/Interfaces";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LambdaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|