@aws-sdk/client-lambda 3.533.0 → 3.535.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/dist-types/Lambda.d.ts +6 -1
- package/dist-types/LambdaClient.d.ts +1 -1
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +2 -1
- package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetAliasCommand.d.ts +2 -1
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
- package/dist-types/commands/InvokeAsyncCommand.d.ts +3 -3
- package/dist-types/commands/InvokeCommand.d.ts +2 -1
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListLayersCommand.d.ts +2 -1
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +2 -1
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/PublishVersionCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +685 -686
- package/dist-types/ts3.4/Lambda.d.ts +5 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +9 -0
- package/package.json +45 -45
|
@@ -22,10 +22,10 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveLayerVersionPermissionCommand_base: {
|
|
24
24
|
new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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
|
|
30
30
|
* layer</a>. For more information, see
|
|
31
31
|
* <a>AddLayerVersionPermission</a>.</p>
|
|
@@ -72,6 +72,7 @@ declare const RemoveLayerVersionPermissionCommand_base: {
|
|
|
72
72
|
* @throws {@link LambdaServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemovePermissionCommand_base: {
|
|
24
24
|
new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account. You
|
|
30
30
|
* can get the ID of the statement from the output of <a>GetPolicy</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
71
71
|
* @throws {@link LambdaServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to a function.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link LambdaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> from a function.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link LambdaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateAliasCommand_base: {
|
|
24
24
|
new (input: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configuration of a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const UpdateAliasCommand_base: {
|
|
|
90
90
|
* @throws {@link LambdaServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: UpdateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a
|
|
30
30
|
* user tries to deploy a code package to the function. </p>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const UpdateCodeSigningConfigCommand_base: {
|
|
|
85
85
|
* @throws {@link LambdaServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateEventSourceMappingCommand_base: {
|
|
24
24
|
new (input: UpdateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
|
|
30
30
|
* invocation and resume later from the same location.</p>
|
|
31
31
|
* <p>For details about how to configure different event sources, see the following topics. </p>
|
|
@@ -293,6 +293,7 @@ declare const UpdateEventSourceMappingCommand_base: {
|
|
|
293
293
|
* @throws {@link LambdaServiceException}
|
|
294
294
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
295
295
|
*
|
|
296
|
+
* @public
|
|
296
297
|
*/
|
|
297
298
|
export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {
|
|
298
299
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFunctionCodeCommand_base: {
|
|
24
24
|
new (input: UpdateFunctionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFunctionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package
|
|
30
30
|
* must be signed by a trusted publisher. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Configuring code signing for Lambda</a>.</p>
|
|
31
31
|
* <p>If the function's package type is <code>Image</code>, then you must specify the code package in
|
|
@@ -212,6 +212,7 @@ declare const UpdateFunctionCodeCommand_base: {
|
|
|
212
212
|
* @throws {@link LambdaServiceException}
|
|
213
213
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
214
214
|
*
|
|
215
|
+
* @public
|
|
215
216
|
*/
|
|
216
217
|
export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {
|
|
217
218
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFunctionConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modify the version-specific settings of a Lambda function.</p>
|
|
30
30
|
* <p>When you update a function, Lambda provisions an instance of the function and its supporting
|
|
31
31
|
* resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify
|
|
@@ -252,6 +252,7 @@ declare const UpdateFunctionConfigurationCommand_base: {
|
|
|
252
252
|
* @throws {@link LambdaServiceException}
|
|
253
253
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
254
254
|
*
|
|
255
|
+
* @public
|
|
255
256
|
*/
|
|
256
257
|
export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {
|
|
257
258
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFunctionEventInvokeConfigCommand_base: {
|
|
24
24
|
new (input: UpdateFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
30
30
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -91,6 +91,7 @@ declare const UpdateFunctionEventInvokeConfigCommand_base: {
|
|
|
91
91
|
* @throws {@link LambdaServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFunctionUrlConfigCommand_base: {
|
|
24
24
|
new (input: UpdateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the configuration for a Lambda function URL.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +108,7 @@ declare const UpdateFunctionUrlConfigCommand_base: {
|
|
|
108
108
|
* @throws {@link LambdaServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {
|
|
113
114
|
}
|