@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
package/dist-types/Lambda.d.ts
CHANGED
|
@@ -172,6 +172,7 @@ export interface Lambda {
|
|
|
172
172
|
/**
|
|
173
173
|
* @see {@link GetAccountSettingsCommand}
|
|
174
174
|
*/
|
|
175
|
+
getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
|
|
175
176
|
getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
|
|
176
177
|
getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
177
178
|
getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
@@ -292,12 +293,14 @@ export interface Lambda {
|
|
|
292
293
|
/**
|
|
293
294
|
* @see {@link ListCodeSigningConfigsCommand}
|
|
294
295
|
*/
|
|
296
|
+
listCodeSigningConfigs(): Promise<ListCodeSigningConfigsCommandOutput>;
|
|
295
297
|
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListCodeSigningConfigsCommandOutput>;
|
|
296
298
|
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void): void;
|
|
297
299
|
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void): void;
|
|
298
300
|
/**
|
|
299
301
|
* @see {@link ListEventSourceMappingsCommand}
|
|
300
302
|
*/
|
|
303
|
+
listEventSourceMappings(): Promise<ListEventSourceMappingsCommandOutput>;
|
|
301
304
|
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventSourceMappingsCommandOutput>;
|
|
302
305
|
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void): void;
|
|
303
306
|
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void): void;
|
|
@@ -310,6 +313,7 @@ export interface Lambda {
|
|
|
310
313
|
/**
|
|
311
314
|
* @see {@link ListFunctionsCommand}
|
|
312
315
|
*/
|
|
316
|
+
listFunctions(): Promise<ListFunctionsCommandOutput>;
|
|
313
317
|
listFunctions(args: ListFunctionsCommandInput, options?: __HttpHandlerOptions): Promise<ListFunctionsCommandOutput>;
|
|
314
318
|
listFunctions(args: ListFunctionsCommandInput, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
315
319
|
listFunctions(args: ListFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
@@ -328,6 +332,7 @@ export interface Lambda {
|
|
|
328
332
|
/**
|
|
329
333
|
* @see {@link ListLayersCommand}
|
|
330
334
|
*/
|
|
335
|
+
listLayers(): Promise<ListLayersCommandOutput>;
|
|
331
336
|
listLayers(args: ListLayersCommandInput, options?: __HttpHandlerOptions): Promise<ListLayersCommandOutput>;
|
|
332
337
|
listLayers(args: ListLayersCommandInput, cb: (err: any, data?: ListLayersCommandOutput) => void): void;
|
|
333
338
|
listLayers(args: ListLayersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLayersCommandOutput) => void): void;
|
|
@@ -465,7 +470,6 @@ export interface Lambda {
|
|
|
465
470
|
updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionUrlConfigCommandOutput) => void): void;
|
|
466
471
|
}
|
|
467
472
|
/**
|
|
468
|
-
* @public
|
|
469
473
|
* <fullname>Lambda</fullname>
|
|
470
474
|
* <p>
|
|
471
475
|
* <b>Overview</b>
|
|
@@ -531,6 +535,7 @@ export interface Lambda {
|
|
|
531
535
|
* <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer
|
|
532
536
|
* up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a>
|
|
533
537
|
* </p>
|
|
538
|
+
* @public
|
|
534
539
|
*/
|
|
535
540
|
export declare class Lambda extends LambdaClient implements Lambda {
|
|
536
541
|
}
|
|
@@ -222,7 +222,6 @@ export type LambdaClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
222
222
|
export interface LambdaClientResolvedConfig extends LambdaClientResolvedConfigType {
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
|
-
* @public
|
|
226
225
|
* <fullname>Lambda</fullname>
|
|
227
226
|
* <p>
|
|
228
227
|
* <b>Overview</b>
|
|
@@ -288,6 +287,7 @@ export interface LambdaClientResolvedConfig extends LambdaClientResolvedConfigTy
|
|
|
288
287
|
* <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer
|
|
289
288
|
* up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a>
|
|
290
289
|
* </p>
|
|
290
|
+
* @public
|
|
291
291
|
*/
|
|
292
292
|
export declare class LambdaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LambdaClientResolvedConfig> {
|
|
293
293
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddLayerVersionPermissionCommand_base: {
|
|
24
24
|
new (input: AddLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds permissions to the resource-based policy of a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a>. Use this action to grant layer
|
|
31
31
|
* usage permission to other accounts. You can grant permission to a single account, all accounts in an organization,
|
|
@@ -87,6 +87,7 @@ declare const AddLayerVersionPermissionCommand_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 AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddPermissionCommand_base: {
|
|
24
24
|
new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization
|
|
30
30
|
* permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict
|
|
31
31
|
* access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name
|
|
@@ -97,6 +97,7 @@ declare const AddPermissionCommand_base: {
|
|
|
97
97
|
* @throws {@link LambdaServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAliasCommand_base: {
|
|
24
24
|
new (input: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, 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-aliases.html">alias</a> for a
|
|
30
30
|
* Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a
|
|
31
31
|
* different version.</p>
|
|
@@ -90,6 +90,7 @@ declare const CreateAliasCommand_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 CreateAliasCommand extends CreateAliasCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: CreateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code signing configuration</a> defines a list of
|
|
30
30
|
* allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment
|
|
31
31
|
* validation checks fail). </p>
|
|
@@ -82,6 +82,7 @@ declare const CreateCodeSigningConfigCommand_base: {
|
|
|
82
82
|
* @throws {@link LambdaServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEventSourceMappingCommand_base: {
|
|
24
24
|
new (input: CreateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.</p>
|
|
30
30
|
* <p>For details about how to configure different event sources, see the following topics. </p>
|
|
31
31
|
* <ul>
|
|
@@ -309,6 +309,7 @@ declare const CreateEventSourceMappingCommand_base: {
|
|
|
309
309
|
* @throws {@link LambdaServiceException}
|
|
310
310
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
311
311
|
*
|
|
312
|
+
* @public
|
|
312
313
|
*/
|
|
313
314
|
export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {
|
|
314
315
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFunctionCommand_base: {
|
|
24
24
|
new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Lambda function. To create a function, you need a <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html">deployment package</a> and an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role">execution role</a>. The
|
|
30
30
|
* deployment package is a .zip file archive or container image that contains your function code. The execution role
|
|
31
31
|
* grants the function permission to use Amazon Web Services, such as Amazon CloudWatch Logs for log
|
|
@@ -292,6 +292,7 @@ declare const CreateFunctionCommand_base: {
|
|
|
292
292
|
* @throws {@link LambdaServiceException}
|
|
293
293
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
294
294
|
*
|
|
295
|
+
* @public
|
|
295
296
|
*/
|
|
296
297
|
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
297
298
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlC
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFunctionUrlConfigCommand_base: {
|
|
24
24
|
new (input: CreateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a Lambda function URL with the specified configuration parameters. A function URL is
|
|
30
30
|
* a dedicated HTTP(S) endpoint that you can use to invoke your function.</p>
|
|
31
31
|
* @example
|
|
@@ -108,6 +108,7 @@ declare const CreateFunctionUrlConfigCommand_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 CreateFunctionUrlConfigCommand extends CreateFunctionUrlConfigCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAliasCommand_base: {
|
|
24
24
|
new (input: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes 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.
|
|
@@ -64,6 +64,7 @@ declare const DeleteAliasCommand_base: {
|
|
|
64
64
|
* @throws {@link LambdaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: DeleteCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is
|
|
30
30
|
* using it. </p>
|
|
31
31
|
* @example
|
|
@@ -64,6 +64,7 @@ declare const DeleteCodeSigningConfigCommand_base: {
|
|
|
64
64
|
* @throws {@link LambdaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteCodeSigningConfigCommand extends DeleteCodeSigningConfigCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEventSourceMappingCommand_base: {
|
|
24
24
|
new (input: DeleteEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html">event source
|
|
30
30
|
* mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>
|
|
31
31
|
* <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely
|
|
@@ -141,6 +141,7 @@ declare const DeleteEventSourceMappingCommand_base: {
|
|
|
141
141
|
* @throws {@link LambdaServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class DeleteEventSourceMappingCommand extends DeleteEventSourceMappingCommand_base {
|
|
146
147
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFunctionCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the code signing configuration from the 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 DeleteFunctionCodeSigningConfigCommand_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 DeleteFunctionCodeSigningConfigCommand extends DeleteFunctionCodeSigningConfigCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFunctionCommand_base: {
|
|
24
24
|
new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.
|
|
30
30
|
* Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit
|
|
31
31
|
* permissions for <a>DeleteAlias</a>.</p>
|
|
@@ -71,6 +71,7 @@ declare const DeleteFunctionCommand_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 DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFunctionConcurrencyCommand_base: {
|
|
24
24
|
new (input: DeleteFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a concurrent execution limit from a function.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteFunctionConcurrencyCommand_base: {
|
|
|
66
66
|
* @throws {@link LambdaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteFunctionConcurrencyCommand extends DeleteFunctionConcurrencyCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFunctionEventInvokeConfigCommand_base: {
|
|
24
24
|
new (input: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes 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
|
|
@@ -68,6 +68,7 @@ declare const DeleteFunctionEventInvokeConfigCommand_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 DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFunctionUrlConfigCommand_base: {
|
|
24
24
|
new (input: DeleteFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a Lambda function URL. When you delete a function URL, you
|
|
30
30
|
* can't recover it. Creating a new function URL results in a different URL address.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const DeleteFunctionUrlConfigCommand_base: {
|
|
|
65
65
|
* @throws {@link LambdaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteFunctionUrlConfigCommand extends DeleteFunctionUrlConfigCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLayerVersionCommand_base: {
|
|
24
24
|
new (input: DeleteLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
30
30
|
* layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid
|
|
31
31
|
* breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
|
|
@@ -60,6 +60,7 @@ declare const DeleteLayerVersionCommand_base: {
|
|
|
60
60
|
* @throws {@link LambdaServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteLayerVersionCommand extends DeleteLayerVersionCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProvisionedConcurrencyConfigCommand_base: {
|
|
24
24
|
new (input: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the provisioned concurrency configuration for a function.</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 DeleteProvisionedConcurrencyConfigCommand_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 DeleteProvisionedConcurrencyConfigCommand extends DeleteProvisionedConcurrencyConfigCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAccountSettingsCommand_base: {
|
|
24
24
|
new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about your account's <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">limits</a> and usage in an Amazon Web Services Region.</p>
|
|
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 GetAccountSettingsCommand_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 GetAccountSettingsCommand extends GetAccountSettingsCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAliasCommand_base: {
|
|
24
24
|
new (input: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, 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 <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.
|
|
@@ -75,6 +75,7 @@ declare const GetAliasCommand_base: {
|
|
|
75
75
|
* @throws {@link LambdaServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetAliasCommand extends GetAliasCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: GetCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the specified code signing configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetCodeSigningConfigCommand_base: {
|
|
|
75
75
|
* @throws {@link LambdaServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEventSourceMappingCommand_base: {
|
|
24
24
|
new (input: GetEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
|
|
30
30
|
* <a>ListEventSourceMappings</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -132,6 +132,7 @@ declare const GetEventSourceMappingCommand_base: {
|
|
|
132
132
|
* @throws {@link LambdaServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
134
134
|
*
|
|
135
|
+
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {
|
|
137
138
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionCodeSigningConfigCommand_base: {
|
|
24
24
|
new (input: GetFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the code signing configuration 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.
|
|
@@ -66,6 +66,7 @@ declare const GetFunctionCodeSigningConfigCommand_base: {
|
|
|
66
66
|
* @throws {@link LambdaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionCommand_base: {
|
|
24
24
|
new (input: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the function or function version, with a link to download the deployment package
|
|
30
30
|
* that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are
|
|
31
31
|
* returned.</p>
|
|
@@ -182,6 +182,7 @@ declare const GetFunctionCommand_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 GetFunctionCommand extends GetFunctionCommand_base {
|
|
187
188
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionConcurrencyCommand_base: {
|
|
24
24
|
new (input: GetFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
|
|
30
30
|
* function, use <a>PutFunctionConcurrency</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const GetFunctionConcurrencyCommand_base: {
|
|
|
66
66
|
* @throws {@link LambdaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionConfigurationCommand_base: {
|
|
24
24
|
new (input: GetFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
|
|
30
30
|
* can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>
|
|
31
31
|
* <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>
|
|
@@ -168,6 +168,7 @@ declare const GetFunctionConfigurationCommand_base: {
|
|
|
168
168
|
* @throws {@link LambdaServiceException}
|
|
169
169
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
170
170
|
*
|
|
171
|
+
* @public
|
|
171
172
|
*/
|
|
172
173
|
export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {
|
|
173
174
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFunctionEventInvokeConfigCommand_base: {
|
|
24
24
|
new (input: GetFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves 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
|
|
@@ -78,6 +78,7 @@ declare const GetFunctionEventInvokeConfigCommand_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 GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {
|
|
83
84
|
}
|