@aws-sdk/client-lambda 3.529.1 → 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 +3 -2
- 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 +4 -4
- package/dist-types/commands/InvokeCommand.d.ts +4 -3
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +4 -3
- 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 +3 -2
- 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 +3 -2
- 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/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- 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/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +45 -45
|
@@ -22,10 +22,10 @@ export interface GetFunctionUrlConfigCommandOutput extends GetFunctionUrlConfigR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionUrlConfigCommand_base: {
|
|
24
24
|
new (input: GetFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns details about 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.
|
|
@@ -87,6 +87,7 @@ declare const GetFunctionUrlConfigCommand_base: {
|
|
|
87
87
|
* @throws {@link LambdaServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLayerVersionByArnCommand_base: {
|
|
24
24
|
new (input: GetLayerVersionByArnCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLayerVersionByArnCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a>, with a link to download the layer archive
|
|
31
31
|
* that's valid for 10 minutes.</p>
|
|
@@ -85,6 +85,7 @@ declare const GetLayerVersionByArnCommand_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 GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLayerVersionCommand_base: {
|
|
24
24
|
new (input: GetLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a>, with a link to download the layer archive
|
|
31
31
|
* that's valid for 10 minutes.</p>
|
|
@@ -86,6 +86,7 @@ declare const GetLayerVersionCommand_base: {
|
|
|
86
86
|
* @throws {@link LambdaServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolic
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetLayerVersionPolicyCommand_base: {
|
|
24
24
|
new (input: GetLayerVersionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetLayerVersionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the permission 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 <a>AddLayerVersionPermission</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const GetLayerVersionPolicyCommand_base: {
|
|
|
68
68
|
* @throws {@link LambdaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyCommand_base: {
|
|
24
24
|
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">resource-based IAM policy</a> for a function, version, or alias.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const GetPolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link LambdaServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisi
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
24
24
|
new (input: GetProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
|
74
74
|
* @throws {@link LambdaServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetRuntimeManagementConfigCommandOutput extends GetRuntimeManag
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRuntimeManagementConfigCommand_base: {
|
|
24
24
|
new (input: GetRuntimeManagementConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRuntimeManagementConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the runtime management configuration for a function's version. If the runtime update mode is <b>Manual</b>, this includes the ARN of the
|
|
30
30
|
* runtime version and the runtime update mode. If the runtime update mode is <b>Auto</b> or <b>Function update</b>,
|
|
31
31
|
* this includes the runtime update mode and <code>null</code> is returned for the ARN. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html">Runtime updates</a>.</p>
|
|
@@ -70,6 +70,7 @@ declare const GetRuntimeManagementConfigCommand_base: {
|
|
|
70
70
|
* @throws {@link LambdaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {
|
|
75
76
|
}
|
|
@@ -23,12 +23,10 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const InvokeAsyncCommand_base: {
|
|
25
25
|
new (input: InvokeAsyncCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeAsyncCommandInput, InvokeAsyncCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: InvokeAsyncCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeAsyncCommandInput, InvokeAsyncCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* @public
|
|
30
|
-
* @deprecated
|
|
31
|
-
*
|
|
32
30
|
* <important>
|
|
33
31
|
* <p>For asynchronous function invocation, use <a>Invoke</a>.</p>
|
|
34
32
|
* </important>
|
|
@@ -45,7 +43,7 @@ declare const InvokeAsyncCommand_base: {
|
|
|
45
43
|
* const client = new LambdaClient(config);
|
|
46
44
|
* const input = { // InvokeAsyncRequest
|
|
47
45
|
* FunctionName: "STRING_VALUE", // required
|
|
48
|
-
* InvokeArgs: "
|
|
46
|
+
* InvokeArgs: "MULTIPLE_TYPES_ACCEPTED", // see \@smithy/types -> StreamingBlobPayloadInputTypes // required
|
|
49
47
|
* };
|
|
50
48
|
* const command = new InvokeAsyncCommand(input);
|
|
51
49
|
* const response = await client.send(command);
|
|
@@ -79,6 +77,8 @@ declare const InvokeAsyncCommand_base: {
|
|
|
79
77
|
* @throws {@link LambdaServiceException}
|
|
80
78
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
81
79
|
*
|
|
80
|
+
* @public
|
|
81
|
+
* @deprecated
|
|
82
82
|
*/
|
|
83
83
|
export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {
|
|
84
84
|
}
|
|
@@ -35,10 +35,10 @@ export interface InvokeCommandOutput extends InvokeCommandOutputType, __Metadata
|
|
|
35
35
|
}
|
|
36
36
|
declare const InvokeCommand_base: {
|
|
37
37
|
new (input: InvokeCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeCommandInput, InvokeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
38
|
+
new (__0_0: InvokeCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeCommandInput, InvokeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
38
39
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
40
|
};
|
|
40
41
|
/**
|
|
41
|
-
* @public
|
|
42
42
|
* <p>Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or
|
|
43
43
|
* asynchronously. By default, Lambda invokes your function synchronously (i.e. the<code>InvocationType</code>
|
|
44
44
|
* is <code>RequestResponse</code>). To invoke a function asynchronously, set <code>InvocationType</code> to
|
|
@@ -78,7 +78,7 @@ declare const InvokeCommand_base: {
|
|
|
78
78
|
* InvocationType: "Event" || "RequestResponse" || "DryRun",
|
|
79
79
|
* LogType: "None" || "Tail",
|
|
80
80
|
* ClientContext: "STRING_VALUE",
|
|
81
|
-
* Payload: "
|
|
81
|
+
* Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
82
82
|
* Qualifier: "STRING_VALUE",
|
|
83
83
|
* };
|
|
84
84
|
* const command = new InvokeCommand(input);
|
|
@@ -87,7 +87,7 @@ declare const InvokeCommand_base: {
|
|
|
87
87
|
* // StatusCode: Number("int"),
|
|
88
88
|
* // FunctionError: "STRING_VALUE",
|
|
89
89
|
* // LogResult: "STRING_VALUE",
|
|
90
|
-
* // Payload:
|
|
90
|
+
* // Payload: new Uint8Array(),
|
|
91
91
|
* // ExecutedVersion: "STRING_VALUE",
|
|
92
92
|
* // };
|
|
93
93
|
*
|
|
@@ -205,6 +205,7 @@ declare const InvokeCommand_base: {
|
|
|
205
205
|
* @throws {@link LambdaServiceException}
|
|
206
206
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
207
207
|
*
|
|
208
|
+
* @public
|
|
208
209
|
*/
|
|
209
210
|
export declare class InvokeCommand extends InvokeCommand_base {
|
|
210
211
|
}
|
|
@@ -28,10 +28,10 @@ export interface InvokeWithResponseStreamCommandOutput extends InvokeWithRespons
|
|
|
28
28
|
}
|
|
29
29
|
declare const InvokeWithResponseStreamCommand_base: {
|
|
30
30
|
new (input: InvokeWithResponseStreamCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
new (__0_0: InvokeWithResponseStreamCommandInput): import("@smithy/smithy-client").CommandImpl<InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
* @public
|
|
35
35
|
* <p>Configure your Lambda functions to stream response payloads back to clients. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html">Configuring a Lambda function to stream responses</a>.</p>
|
|
36
36
|
* <p>This operation requires permission for the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_awslambda.html">lambda:InvokeFunction</a> action. For details on how to set up
|
|
37
37
|
* permissions for cross-account invocations, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html#permissions-resource-xaccountinvoke">Granting function
|
|
@@ -48,7 +48,7 @@ declare const InvokeWithResponseStreamCommand_base: {
|
|
|
48
48
|
* LogType: "None" || "Tail",
|
|
49
49
|
* ClientContext: "STRING_VALUE",
|
|
50
50
|
* Qualifier: "STRING_VALUE",
|
|
51
|
-
* Payload: "
|
|
51
|
+
* Payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
52
52
|
* };
|
|
53
53
|
* const command = new InvokeWithResponseStreamCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
@@ -57,7 +57,7 @@ declare const InvokeWithResponseStreamCommand_base: {
|
|
|
57
57
|
* // ExecutedVersion: "STRING_VALUE",
|
|
58
58
|
* // EventStream: { // InvokeWithResponseStreamResponseEvent Union: only one key present
|
|
59
59
|
* // PayloadChunk: { // InvokeResponseStreamUpdate
|
|
60
|
-
* // Payload:
|
|
60
|
+
* // Payload: new Uint8Array(),
|
|
61
61
|
* // },
|
|
62
62
|
* // InvokeComplete: { // InvokeWithResponseStreamCompleteEvent
|
|
63
63
|
* // ErrorCode: "STRING_VALUE",
|
|
@@ -182,6 +182,7 @@ declare const InvokeWithResponseStreamCommand_base: {
|
|
|
182
182
|
* @throws {@link LambdaServiceException}
|
|
183
183
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
184
184
|
*
|
|
185
|
+
* @public
|
|
185
186
|
*/
|
|
186
187
|
export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {
|
|
187
188
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListAliasesCommand_base: {
|
|
24
24
|
new (input: ListAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAliasesCommandInput, ListAliasesCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">aliases</a>
|
|
30
30
|
* for a Lambda function.</p>
|
|
31
31
|
* @example
|
|
@@ -83,6 +83,7 @@ declare const ListAliasesCommand_base: {
|
|
|
83
83
|
* @throws {@link LambdaServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListAliasesCommand extends ListAliasesCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConf
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCodeSigningConfigsCommand_base: {
|
|
24
24
|
new (input: ListCodeSigningConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCodeSigningConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
|
|
30
30
|
* signing configurations</a>. A request returns up to 10,000 configurations per
|
|
31
31
|
* call. You can use the <code>MaxItems</code> parameter to return fewer configurations per call. </p>
|
|
@@ -78,6 +78,7 @@ declare const ListCodeSigningConfigsCommand_base: {
|
|
|
78
78
|
* @throws {@link LambdaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMap
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventSourceMappingsCommand_base: {
|
|
24
24
|
new (input: ListEventSourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEventSourceMappingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists event source mappings. Specify an <code>EventSourceArn</code> to show only event source mappings for a
|
|
30
30
|
* single event source.</p>
|
|
31
31
|
* @example
|
|
@@ -140,6 +140,7 @@ declare const ListEventSourceMappingsCommand_base: {
|
|
|
140
140
|
* @throws {@link LambdaServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctio
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFunctionEventInvokeConfigsCommand_base: {
|
|
24
24
|
new (input: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFunctionEventInvokeConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of configurations for asynchronous invocation for a function.</p>
|
|
30
30
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -84,6 +84,7 @@ declare const ListFunctionEventInvokeConfigsCommand_base: {
|
|
|
84
84
|
* @throws {@link LambdaServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFunctionUrlConfigsCommandOutput extends ListFunctionUrlConf
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFunctionUrlConfigsCommand_base: {
|
|
24
24
|
new (input: ListFunctionUrlConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFunctionUrlConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Lambda function URLs for the specified function.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const ListFunctionUrlConfigsCommand_base: {
|
|
|
93
93
|
* @throws {@link LambdaServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunct
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFunctionsByCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFunctionsByCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a
|
|
30
30
|
* code signing configuration, to verify that no functions are using it.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const ListFunctionsByCodeSigningConfigCommand_base: {
|
|
|
68
68
|
* @throws {@link LambdaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFunctionsCommand_base: {
|
|
24
24
|
new (input: ListFunctionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListFunctionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50
|
|
30
30
|
* functions per call.</p>
|
|
31
31
|
* <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in
|
|
@@ -178,6 +178,7 @@ declare const ListFunctionsCommand_base: {
|
|
|
178
178
|
* @throws {@link LambdaServiceException}
|
|
179
179
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
180
180
|
*
|
|
181
|
+
* @public
|
|
181
182
|
*/
|
|
182
183
|
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
183
184
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLayerVersionsCommand_base: {
|
|
24
24
|
new (input: ListLayerVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListLayerVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the versions of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a>. Versions that have been deleted aren't listed. Specify a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime identifier</a> to list only
|
|
31
31
|
* versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only
|
|
@@ -87,6 +87,7 @@ declare const ListLayerVersionsCommand_base: {
|
|
|
87
87
|
* @throws {@link LambdaServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListLayersCommand_base: {
|
|
24
24
|
new (input: ListLayersCommandInput): import("@smithy/smithy-client").CommandImpl<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListLayersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html">Lambda
|
|
30
30
|
* layers</a> and shows information about the latest version of each. Specify a
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime
|
|
@@ -89,6 +89,7 @@ declare const ListLayersCommand_base: {
|
|
|
89
89
|
* @throws {@link LambdaServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListLayersCommand extends ListLayersCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProv
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProvisionedConcurrencyConfigsCommand_base: {
|
|
24
24
|
new (input: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListProvisionedConcurrencyConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of provisioned concurrency configurations for a function.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListProvisionedConcurrencyConfigsCommand_base: {
|
|
|
78
78
|
* @throws {@link LambdaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsCommand_base: {
|
|
24
24
|
new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a>. You can
|
|
30
30
|
* also view tags with <a>GetFunction</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const ListTagsCommand_base: {
|
|
|
68
68
|
* @throws {@link LambdaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVersionsByFunctionCommand_base: {
|
|
24
24
|
new (input: ListVersionsByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListVersionsByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">versions</a>,
|
|
30
30
|
* with the version-specific configuration of each. Lambda returns up to 50 versions per call.</p>
|
|
31
31
|
* @example
|
|
@@ -173,6 +173,7 @@ declare const ListVersionsByFunctionCommand_base: {
|
|
|
173
173
|
* @throws {@link LambdaServiceException}
|
|
174
174
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
175
175
|
*
|
|
176
|
+
* @public
|
|
176
177
|
*/
|
|
177
178
|
export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {
|
|
178
179
|
}
|
|
@@ -22,10 +22,10 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const PublishLayerVersionCommand_base: {
|
|
24
24
|
new (input: PublishLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PublishLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same
|
|
31
31
|
* layer name, a new version is created.</p>
|
|
@@ -43,7 +43,7 @@ declare const PublishLayerVersionCommand_base: {
|
|
|
43
43
|
* S3Bucket: "STRING_VALUE",
|
|
44
44
|
* S3Key: "STRING_VALUE",
|
|
45
45
|
* S3ObjectVersion: "STRING_VALUE",
|
|
46
|
-
* ZipFile: "
|
|
46
|
+
* ZipFile: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("")
|
|
47
47
|
* },
|
|
48
48
|
* CompatibleRuntimes: [ // CompatibleRuntimes
|
|
49
49
|
* "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "dotnet8" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17" || "ruby3.2" || "python3.11" || "nodejs20.x" || "provided.al2023" || "python3.12" || "java21",
|
|
@@ -103,6 +103,7 @@ declare const PublishLayerVersionCommand_base: {
|
|
|
103
103
|
* @throws {@link LambdaServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
105
105
|
*
|
|
106
|
+
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {
|
|
108
109
|
}
|
|
@@ -22,10 +22,10 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const PublishVersionCommand_base: {
|
|
24
24
|
new (input: PublishVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PublishVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">version</a> from the
|
|
30
30
|
* current code and configuration of a function. Use versions to create a snapshot of your function code and
|
|
31
31
|
* configuration that doesn't change.</p>
|
|
@@ -184,6 +184,7 @@ declare const PublishVersionCommand_base: {
|
|
|
184
184
|
* @throws {@link LambdaServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
186
186
|
*
|
|
187
|
+
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class PublishVersionCommand extends PublishVersionCommand_base {
|
|
189
190
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutFunctionCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, 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 for the function. Changes to the code signing configuration take effect the
|
|
30
30
|
* next time a user tries to deploy a code package to the function. </p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const PutFunctionCodeSigningConfigCommand_base: {
|
|
|
74
74
|
* @throws {@link LambdaServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutFunctionConcurrencyCommand_base: {
|
|
24
24
|
new (input: PutFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
|
|
30
30
|
* level.</p>
|
|
31
31
|
* <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished
|
|
@@ -77,6 +77,7 @@ declare const PutFunctionConcurrencyCommand_base: {
|
|
|
77
77
|
* @throws {@link LambdaServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutFunctionEventInvokeConfigCommand_base: {
|
|
24
24
|
new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Configures options for <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous
|
|
30
30
|
* invocation</a> on a function, version, or alias. If a configuration already exists for a function, version,
|
|
31
31
|
* or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without
|
|
@@ -100,6 +100,7 @@ declare const PutFunctionEventInvokeConfigCommand_base: {
|
|
|
100
100
|
* @throws {@link LambdaServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {
|
|
105
106
|
}
|