@aws-sdk/client-lambda 3.295.0 → 3.297.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 +66 -0
- package/dist-types/LambdaClient.d.ts +24 -4
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +16 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +16 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetAliasCommand.d.ts +16 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +16 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +16 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +17 -2
- package/dist-types/commands/InvokeCommand.d.ts +16 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListLayersCommand.d.ts +16 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +16 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +16 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +16 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
- package/dist-types/models/LambdaServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +459 -1
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLayersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +3 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -2
- package/package.json +30 -30
package/dist-types/Lambda.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeC
|
|
|
66
66
|
import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
|
|
67
67
|
import { LambdaClient } from "./LambdaClient";
|
|
68
68
|
/**
|
|
69
|
+
* @public
|
|
69
70
|
* <fullname>Lambda</fullname>
|
|
70
71
|
* <p>
|
|
71
72
|
* <b>Overview</b>
|
|
@@ -134,6 +135,7 @@ import { LambdaClient } from "./LambdaClient";
|
|
|
134
135
|
*/
|
|
135
136
|
export declare class Lambda extends LambdaClient {
|
|
136
137
|
/**
|
|
138
|
+
* @public
|
|
137
139
|
* <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
|
|
138
140
|
* layer</a>. Use this action to grant layer
|
|
139
141
|
* usage permission to other accounts. You can grant permission to a single account, all accounts in an organization,
|
|
@@ -145,6 +147,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
145
147
|
addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void): void;
|
|
146
148
|
addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void): void;
|
|
147
149
|
/**
|
|
150
|
+
* @public
|
|
148
151
|
* <p>Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization
|
|
149
152
|
* permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict
|
|
150
153
|
* access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name
|
|
@@ -163,6 +166,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
163
166
|
addPermission(args: AddPermissionCommandInput, cb: (err: any, data?: AddPermissionCommandOutput) => void): void;
|
|
164
167
|
addPermission(args: AddPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddPermissionCommandOutput) => void): void;
|
|
165
168
|
/**
|
|
169
|
+
* @public
|
|
166
170
|
* <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a> for a
|
|
167
171
|
* Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a
|
|
168
172
|
* different version.</p>
|
|
@@ -174,6 +178,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
174
178
|
createAlias(args: CreateAliasCommandInput, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
175
179
|
createAlias(args: CreateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
|
|
176
180
|
/**
|
|
181
|
+
* @public
|
|
177
182
|
* <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
|
|
178
183
|
* allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment
|
|
179
184
|
* validation checks fail). </p>
|
|
@@ -182,6 +187,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
182
187
|
createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, cb: (err: any, data?: CreateCodeSigningConfigCommandOutput) => void): void;
|
|
183
188
|
createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCodeSigningConfigCommandOutput) => void): void;
|
|
184
189
|
/**
|
|
190
|
+
* @public
|
|
185
191
|
* <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.</p>
|
|
186
192
|
* <p>For details about how to configure different event sources, see the following topics. </p>
|
|
187
193
|
* <ul>
|
|
@@ -289,6 +295,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
289
295
|
createEventSourceMapping(args: CreateEventSourceMappingCommandInput, cb: (err: any, data?: CreateEventSourceMappingCommandOutput) => void): void;
|
|
290
296
|
createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSourceMappingCommandOutput) => void): void;
|
|
291
297
|
/**
|
|
298
|
+
* @public
|
|
292
299
|
* <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
|
|
293
300
|
* deployment package is a .zip file archive or container image that contains your function code. The execution role
|
|
294
301
|
* grants the function permission to use Amazon Web Services, such as Amazon CloudWatch Logs for log
|
|
@@ -332,6 +339,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
332
339
|
createFunction(args: CreateFunctionCommandInput, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
|
|
333
340
|
createFunction(args: CreateFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFunctionCommandOutput) => void): void;
|
|
334
341
|
/**
|
|
342
|
+
* @public
|
|
335
343
|
* <p>Creates a Lambda function URL with the specified configuration parameters. A function URL is
|
|
336
344
|
* a dedicated HTTP(S) endpoint that you can use to invoke your function.</p>
|
|
337
345
|
*/
|
|
@@ -339,12 +347,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
339
347
|
createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, cb: (err: any, data?: CreateFunctionUrlConfigCommandOutput) => void): void;
|
|
340
348
|
createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFunctionUrlConfigCommandOutput) => void): void;
|
|
341
349
|
/**
|
|
350
|
+
* @public
|
|
342
351
|
* <p>Deletes a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
|
|
343
352
|
*/
|
|
344
353
|
deleteAlias(args: DeleteAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAliasCommandOutput>;
|
|
345
354
|
deleteAlias(args: DeleteAliasCommandInput, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
|
|
346
355
|
deleteAlias(args: DeleteAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
|
|
347
356
|
/**
|
|
357
|
+
* @public
|
|
348
358
|
* <p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is
|
|
349
359
|
* using it. </p>
|
|
350
360
|
*/
|
|
@@ -352,6 +362,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
352
362
|
deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, cb: (err: any, data?: DeleteCodeSigningConfigCommandOutput) => void): void;
|
|
353
363
|
deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCodeSigningConfigCommandOutput) => void): void;
|
|
354
364
|
/**
|
|
365
|
+
* @public
|
|
355
366
|
* <p>Deletes an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html">event source
|
|
356
367
|
* mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>
|
|
357
368
|
* <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely
|
|
@@ -361,6 +372,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
361
372
|
deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, cb: (err: any, data?: DeleteEventSourceMappingCommandOutput) => void): void;
|
|
362
373
|
deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSourceMappingCommandOutput) => void): void;
|
|
363
374
|
/**
|
|
375
|
+
* @public
|
|
364
376
|
* <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.
|
|
365
377
|
* Otherwise, all versions and aliases are deleted.</p>
|
|
366
378
|
* <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>. For Amazon Web Services and resources that invoke your function
|
|
@@ -370,18 +382,21 @@ export declare class Lambda extends LambdaClient {
|
|
|
370
382
|
deleteFunction(args: DeleteFunctionCommandInput, cb: (err: any, data?: DeleteFunctionCommandOutput) => void): void;
|
|
371
383
|
deleteFunction(args: DeleteFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionCommandOutput) => void): void;
|
|
372
384
|
/**
|
|
385
|
+
* @public
|
|
373
386
|
* <p>Removes the code signing configuration from the function.</p>
|
|
374
387
|
*/
|
|
375
388
|
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
|
|
376
389
|
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, cb: (err: any, data?: DeleteFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
377
390
|
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
378
391
|
/**
|
|
392
|
+
* @public
|
|
379
393
|
* <p>Removes a concurrent execution limit from a function.</p>
|
|
380
394
|
*/
|
|
381
395
|
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFunctionConcurrencyCommandOutput>;
|
|
382
396
|
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, cb: (err: any, data?: DeleteFunctionConcurrencyCommandOutput) => void): void;
|
|
383
397
|
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionConcurrencyCommandOutput) => void): void;
|
|
384
398
|
/**
|
|
399
|
+
* @public
|
|
385
400
|
* <p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
386
401
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
387
402
|
*/
|
|
@@ -389,6 +404,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
389
404
|
deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, cb: (err: any, data?: DeleteFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
390
405
|
deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
391
406
|
/**
|
|
407
|
+
* @public
|
|
392
408
|
* <p>Deletes a Lambda function URL. When you delete a function URL, you
|
|
393
409
|
* can't recover it. Creating a new function URL results in a different URL address.</p>
|
|
394
410
|
*/
|
|
@@ -396,6 +412,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
396
412
|
deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, cb: (err: any, data?: DeleteFunctionUrlConfigCommandOutput) => void): void;
|
|
397
413
|
deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFunctionUrlConfigCommandOutput) => void): void;
|
|
398
414
|
/**
|
|
415
|
+
* @public
|
|
399
416
|
* <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
400
417
|
* layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid
|
|
401
418
|
* breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
|
|
@@ -404,30 +421,35 @@ export declare class Lambda extends LambdaClient {
|
|
|
404
421
|
deleteLayerVersion(args: DeleteLayerVersionCommandInput, cb: (err: any, data?: DeleteLayerVersionCommandOutput) => void): void;
|
|
405
422
|
deleteLayerVersion(args: DeleteLayerVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLayerVersionCommandOutput) => void): void;
|
|
406
423
|
/**
|
|
424
|
+
* @public
|
|
407
425
|
* <p>Deletes the provisioned concurrency configuration for a function.</p>
|
|
408
426
|
*/
|
|
409
427
|
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
410
428
|
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, cb: (err: any, data?: DeleteProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
411
429
|
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
412
430
|
/**
|
|
431
|
+
* @public
|
|
413
432
|
* <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>
|
|
414
433
|
*/
|
|
415
434
|
getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
|
|
416
435
|
getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
417
436
|
getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
418
437
|
/**
|
|
438
|
+
* @public
|
|
419
439
|
* <p>Returns details about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
|
|
420
440
|
*/
|
|
421
441
|
getAlias(args: GetAliasCommandInput, options?: __HttpHandlerOptions): Promise<GetAliasCommandOutput>;
|
|
422
442
|
getAlias(args: GetAliasCommandInput, cb: (err: any, data?: GetAliasCommandOutput) => void): void;
|
|
423
443
|
getAlias(args: GetAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAliasCommandOutput) => void): void;
|
|
424
444
|
/**
|
|
445
|
+
* @public
|
|
425
446
|
* <p>Returns information about the specified code signing configuration.</p>
|
|
426
447
|
*/
|
|
427
448
|
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetCodeSigningConfigCommandOutput>;
|
|
428
449
|
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, cb: (err: any, data?: GetCodeSigningConfigCommandOutput) => void): void;
|
|
429
450
|
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCodeSigningConfigCommandOutput) => void): void;
|
|
430
451
|
/**
|
|
452
|
+
* @public
|
|
431
453
|
* <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
|
|
432
454
|
* <a>ListEventSourceMappings</a>.</p>
|
|
433
455
|
*/
|
|
@@ -435,6 +457,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
435
457
|
getEventSourceMapping(args: GetEventSourceMappingCommandInput, cb: (err: any, data?: GetEventSourceMappingCommandOutput) => void): void;
|
|
436
458
|
getEventSourceMapping(args: GetEventSourceMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventSourceMappingCommandOutput) => void): void;
|
|
437
459
|
/**
|
|
460
|
+
* @public
|
|
438
461
|
* <p>Returns information about the function or function version, with a link to download the deployment package
|
|
439
462
|
* that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are
|
|
440
463
|
* returned.</p>
|
|
@@ -443,12 +466,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
443
466
|
getFunction(args: GetFunctionCommandInput, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
|
|
444
467
|
getFunction(args: GetFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionCommandOutput) => void): void;
|
|
445
468
|
/**
|
|
469
|
+
* @public
|
|
446
470
|
* <p>Returns the code signing configuration for the specified function.</p>
|
|
447
471
|
*/
|
|
448
472
|
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetFunctionCodeSigningConfigCommandOutput>;
|
|
449
473
|
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, cb: (err: any, data?: GetFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
450
474
|
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
451
475
|
/**
|
|
476
|
+
* @public
|
|
452
477
|
* <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
|
|
453
478
|
* function, use <a>PutFunctionConcurrency</a>.</p>
|
|
454
479
|
*/
|
|
@@ -456,6 +481,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
456
481
|
getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, cb: (err: any, data?: GetFunctionConcurrencyCommandOutput) => void): void;
|
|
457
482
|
getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionConcurrencyCommandOutput) => void): void;
|
|
458
483
|
/**
|
|
484
|
+
* @public
|
|
459
485
|
* <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
|
|
460
486
|
* can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>
|
|
461
487
|
* <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>
|
|
@@ -464,6 +490,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
464
490
|
getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, cb: (err: any, data?: GetFunctionConfigurationCommandOutput) => void): void;
|
|
465
491
|
getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionConfigurationCommandOutput) => void): void;
|
|
466
492
|
/**
|
|
493
|
+
* @public
|
|
467
494
|
* <p>Retrieves the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
468
495
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
469
496
|
*/
|
|
@@ -471,12 +498,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
471
498
|
getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, cb: (err: any, data?: GetFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
472
499
|
getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
473
500
|
/**
|
|
501
|
+
* @public
|
|
474
502
|
* <p>Returns details about a Lambda function URL.</p>
|
|
475
503
|
*/
|
|
476
504
|
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetFunctionUrlConfigCommandOutput>;
|
|
477
505
|
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, cb: (err: any, data?: GetFunctionUrlConfigCommandOutput) => void): void;
|
|
478
506
|
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFunctionUrlConfigCommandOutput) => void): void;
|
|
479
507
|
/**
|
|
508
|
+
* @public
|
|
480
509
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
481
510
|
* layer</a>, with a link to download the layer archive
|
|
482
511
|
* that's valid for 10 minutes.</p>
|
|
@@ -485,6 +514,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
485
514
|
getLayerVersion(args: GetLayerVersionCommandInput, cb: (err: any, data?: GetLayerVersionCommandOutput) => void): void;
|
|
486
515
|
getLayerVersion(args: GetLayerVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLayerVersionCommandOutput) => void): void;
|
|
487
516
|
/**
|
|
517
|
+
* @public
|
|
488
518
|
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
489
519
|
* layer</a>, with a link to download the layer archive
|
|
490
520
|
* that's valid for 10 minutes.</p>
|
|
@@ -493,6 +523,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
493
523
|
getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, cb: (err: any, data?: GetLayerVersionByArnCommandOutput) => void): void;
|
|
494
524
|
getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLayerVersionByArnCommandOutput) => void): void;
|
|
495
525
|
/**
|
|
526
|
+
* @public
|
|
496
527
|
* <p>Returns the permission policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
497
528
|
* layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>
|
|
498
529
|
*/
|
|
@@ -500,18 +531,21 @@ export declare class Lambda extends LambdaClient {
|
|
|
500
531
|
getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, cb: (err: any, data?: GetLayerVersionPolicyCommandOutput) => void): void;
|
|
501
532
|
getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLayerVersionPolicyCommandOutput) => void): void;
|
|
502
533
|
/**
|
|
534
|
+
* @public
|
|
503
535
|
* <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>
|
|
504
536
|
*/
|
|
505
537
|
getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
|
|
506
538
|
getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
507
539
|
getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
|
|
508
540
|
/**
|
|
541
|
+
* @public
|
|
509
542
|
* <p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>
|
|
510
543
|
*/
|
|
511
544
|
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetProvisionedConcurrencyConfigCommandOutput>;
|
|
512
545
|
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, cb: (err: any, data?: GetProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
513
546
|
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
514
547
|
/**
|
|
548
|
+
* @public
|
|
515
549
|
* <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
|
|
516
550
|
* runtime version and the runtime update mode. If the runtime update mode is <b>Auto</b> or <b>Function update</b>,
|
|
517
551
|
* 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>
|
|
@@ -520,6 +554,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
520
554
|
getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, cb: (err: any, data?: GetRuntimeManagementConfigCommandOutput) => void): void;
|
|
521
555
|
getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuntimeManagementConfigCommandOutput) => void): void;
|
|
522
556
|
/**
|
|
557
|
+
* @public
|
|
523
558
|
* <p>Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or
|
|
524
559
|
* asynchronously. To invoke a function asynchronously, set <code>InvocationType</code> to <code>Event</code>.</p>
|
|
525
560
|
* <p>For <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-sync.html">synchronous invocation</a>,
|
|
@@ -550,6 +585,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
550
585
|
invoke(args: InvokeCommandInput, cb: (err: any, data?: InvokeCommandOutput) => void): void;
|
|
551
586
|
invoke(args: InvokeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvokeCommandOutput) => void): void;
|
|
552
587
|
/**
|
|
588
|
+
* @public
|
|
553
589
|
* @deprecated
|
|
554
590
|
*
|
|
555
591
|
* <important>
|
|
@@ -561,6 +597,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
561
597
|
invokeAsync(args: InvokeAsyncCommandInput, cb: (err: any, data?: InvokeAsyncCommandOutput) => void): void;
|
|
562
598
|
invokeAsync(args: InvokeAsyncCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvokeAsyncCommandOutput) => void): void;
|
|
563
599
|
/**
|
|
600
|
+
* @public
|
|
564
601
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">aliases</a>
|
|
565
602
|
* for a Lambda function.</p>
|
|
566
603
|
*/
|
|
@@ -568,6 +605,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
568
605
|
listAliases(args: ListAliasesCommandInput, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
|
|
569
606
|
listAliases(args: ListAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
|
|
570
607
|
/**
|
|
608
|
+
* @public
|
|
571
609
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
|
|
572
610
|
* signing configurations</a>. A request returns up to 10,000 configurations per
|
|
573
611
|
* call. You can use the <code>MaxItems</code> parameter to return fewer configurations per call. </p>
|
|
@@ -576,6 +614,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
576
614
|
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void): void;
|
|
577
615
|
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void): void;
|
|
578
616
|
/**
|
|
617
|
+
* @public
|
|
579
618
|
* <p>Lists event source mappings. Specify an <code>EventSourceArn</code> to show only event source mappings for a
|
|
580
619
|
* single event source.</p>
|
|
581
620
|
*/
|
|
@@ -583,6 +622,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
583
622
|
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void): void;
|
|
584
623
|
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSourceMappingsCommandOutput) => void): void;
|
|
585
624
|
/**
|
|
625
|
+
* @public
|
|
586
626
|
* <p>Retrieves a list of configurations for asynchronous invocation for a function.</p>
|
|
587
627
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
588
628
|
*/
|
|
@@ -590,6 +630,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
590
630
|
listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, cb: (err: any, data?: ListFunctionEventInvokeConfigsCommandOutput) => void): void;
|
|
591
631
|
listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionEventInvokeConfigsCommandOutput) => void): void;
|
|
592
632
|
/**
|
|
633
|
+
* @public
|
|
593
634
|
* <p>Returns a list of Lambda functions, with the version-specific configuration of each. Lambda returns up to 50
|
|
594
635
|
* functions per call.</p>
|
|
595
636
|
* <p>Set <code>FunctionVersion</code> to <code>ALL</code> to include all published versions of each function in
|
|
@@ -604,6 +645,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
604
645
|
listFunctions(args: ListFunctionsCommandInput, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
605
646
|
listFunctions(args: ListFunctionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionsCommandOutput) => void): void;
|
|
606
647
|
/**
|
|
648
|
+
* @public
|
|
607
649
|
* <p>List the functions that use the specified code signing configuration. You can use this method prior to deleting a
|
|
608
650
|
* code signing configuration, to verify that no functions are using it.</p>
|
|
609
651
|
*/
|
|
@@ -611,12 +653,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
611
653
|
listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, cb: (err: any, data?: ListFunctionsByCodeSigningConfigCommandOutput) => void): void;
|
|
612
654
|
listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionsByCodeSigningConfigCommandOutput) => void): void;
|
|
613
655
|
/**
|
|
656
|
+
* @public
|
|
614
657
|
* <p>Returns a list of Lambda function URLs for the specified function.</p>
|
|
615
658
|
*/
|
|
616
659
|
listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListFunctionUrlConfigsCommandOutput>;
|
|
617
660
|
listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, cb: (err: any, data?: ListFunctionUrlConfigsCommandOutput) => void): void;
|
|
618
661
|
listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFunctionUrlConfigsCommandOutput) => void): void;
|
|
619
662
|
/**
|
|
663
|
+
* @public
|
|
620
664
|
* <p>Lists <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html">Lambda
|
|
621
665
|
* layers</a> and shows information about the latest version of each. Specify a
|
|
622
666
|
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html">runtime
|
|
@@ -628,6 +672,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
628
672
|
listLayers(args: ListLayersCommandInput, cb: (err: any, data?: ListLayersCommandOutput) => void): void;
|
|
629
673
|
listLayers(args: ListLayersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLayersCommandOutput) => void): void;
|
|
630
674
|
/**
|
|
675
|
+
* @public
|
|
631
676
|
* <p>Lists the versions of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
632
677
|
* 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
|
|
633
678
|
* versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only
|
|
@@ -637,12 +682,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
637
682
|
listLayerVersions(args: ListLayerVersionsCommandInput, cb: (err: any, data?: ListLayerVersionsCommandOutput) => void): void;
|
|
638
683
|
listLayerVersions(args: ListLayerVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLayerVersionsCommandOutput) => void): void;
|
|
639
684
|
/**
|
|
685
|
+
* @public
|
|
640
686
|
* <p>Retrieves a list of provisioned concurrency configurations for a function.</p>
|
|
641
687
|
*/
|
|
642
688
|
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
643
689
|
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, cb: (err: any, data?: ListProvisionedConcurrencyConfigsCommandOutput) => void): void;
|
|
644
690
|
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisionedConcurrencyConfigsCommandOutput) => void): void;
|
|
645
691
|
/**
|
|
692
|
+
* @public
|
|
646
693
|
* <p>Returns a function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a>. You can
|
|
647
694
|
* also view tags with <a>GetFunction</a>.</p>
|
|
648
695
|
*/
|
|
@@ -650,6 +697,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
650
697
|
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
651
698
|
listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
652
699
|
/**
|
|
700
|
+
* @public
|
|
653
701
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">versions</a>,
|
|
654
702
|
* with the version-specific configuration of each. Lambda returns up to 50 versions per call.</p>
|
|
655
703
|
*/
|
|
@@ -657,6 +705,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
657
705
|
listVersionsByFunction(args: ListVersionsByFunctionCommandInput, cb: (err: any, data?: ListVersionsByFunctionCommandOutput) => void): void;
|
|
658
706
|
listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVersionsByFunctionCommandOutput) => void): void;
|
|
659
707
|
/**
|
|
708
|
+
* @public
|
|
660
709
|
* <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
661
710
|
* layer</a> from a ZIP archive. Each time you call <code>PublishLayerVersion</code> with the same
|
|
662
711
|
* layer name, a new version is created.</p>
|
|
@@ -666,6 +715,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
666
715
|
publishLayerVersion(args: PublishLayerVersionCommandInput, cb: (err: any, data?: PublishLayerVersionCommandOutput) => void): void;
|
|
667
716
|
publishLayerVersion(args: PublishLayerVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishLayerVersionCommandOutput) => void): void;
|
|
668
717
|
/**
|
|
718
|
+
* @public
|
|
669
719
|
* <p>Creates a <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">version</a> from the
|
|
670
720
|
* current code and configuration of a function. Use versions to create a snapshot of your function code and
|
|
671
721
|
* configuration that doesn't change.</p>
|
|
@@ -678,6 +728,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
678
728
|
publishVersion(args: PublishVersionCommandInput, cb: (err: any, data?: PublishVersionCommandOutput) => void): void;
|
|
679
729
|
publishVersion(args: PublishVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PublishVersionCommandOutput) => void): void;
|
|
680
730
|
/**
|
|
731
|
+
* @public
|
|
681
732
|
* <p>Update the code signing configuration for the function. Changes to the code signing configuration take effect the
|
|
682
733
|
* next time a user tries to deploy a code package to the function. </p>
|
|
683
734
|
*/
|
|
@@ -685,6 +736,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
685
736
|
putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, cb: (err: any, data?: PutFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
686
737
|
putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFunctionCodeSigningConfigCommandOutput) => void): void;
|
|
687
738
|
/**
|
|
739
|
+
* @public
|
|
688
740
|
* <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
|
|
689
741
|
* level.</p>
|
|
690
742
|
* <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished
|
|
@@ -699,6 +751,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
699
751
|
putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, cb: (err: any, data?: PutFunctionConcurrencyCommandOutput) => void): void;
|
|
700
752
|
putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFunctionConcurrencyCommandOutput) => void): void;
|
|
701
753
|
/**
|
|
754
|
+
* @public
|
|
702
755
|
* <p>Configures options for <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous
|
|
703
756
|
* invocation</a> on a function, version, or alias. If a configuration already exists for a function, version,
|
|
704
757
|
* or alias, this operation overwrites it. If you exclude any settings, they are removed. To set one option without
|
|
@@ -715,12 +768,14 @@ export declare class Lambda extends LambdaClient {
|
|
|
715
768
|
putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, cb: (err: any, data?: PutFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
716
769
|
putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
717
770
|
/**
|
|
771
|
+
* @public
|
|
718
772
|
* <p>Adds a provisioned concurrency configuration to a function's alias or version.</p>
|
|
719
773
|
*/
|
|
720
774
|
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?: __HttpHandlerOptions): Promise<PutProvisionedConcurrencyConfigCommandOutput>;
|
|
721
775
|
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, cb: (err: any, data?: PutProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
722
776
|
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutProvisionedConcurrencyConfigCommandOutput) => void): void;
|
|
723
777
|
/**
|
|
778
|
+
* @public
|
|
724
779
|
* <p>Sets the runtime management configuration for a function's version. For more information,
|
|
725
780
|
* see <a href="https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html">Runtime updates</a>.</p>
|
|
726
781
|
*/
|
|
@@ -728,6 +783,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
728
783
|
putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, cb: (err: any, data?: PutRuntimeManagementConfigCommandOutput) => void): void;
|
|
729
784
|
putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuntimeManagementConfigCommandOutput) => void): void;
|
|
730
785
|
/**
|
|
786
|
+
* @public
|
|
731
787
|
* <p>Removes a statement from the permissions policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
732
788
|
* layer</a>. For more information, see
|
|
733
789
|
* <a>AddLayerVersionPermission</a>.</p>
|
|
@@ -736,6 +792,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
736
792
|
removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, cb: (err: any, data?: RemoveLayerVersionPermissionCommandOutput) => void): void;
|
|
737
793
|
removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveLayerVersionPermissionCommandOutput) => void): void;
|
|
738
794
|
/**
|
|
795
|
+
* @public
|
|
739
796
|
* <p>Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account. You
|
|
740
797
|
* can get the ID of the statement from the output of <a>GetPolicy</a>.</p>
|
|
741
798
|
*/
|
|
@@ -743,24 +800,28 @@ export declare class Lambda extends LambdaClient {
|
|
|
743
800
|
removePermission(args: RemovePermissionCommandInput, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
|
|
744
801
|
removePermission(args: RemovePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemovePermissionCommandOutput) => void): void;
|
|
745
802
|
/**
|
|
803
|
+
* @public
|
|
746
804
|
* <p>Adds <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to a function.</p>
|
|
747
805
|
*/
|
|
748
806
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
749
807
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
750
808
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
751
809
|
/**
|
|
810
|
+
* @public
|
|
752
811
|
* <p>Removes <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> from a function.</p>
|
|
753
812
|
*/
|
|
754
813
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
755
814
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
756
815
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
757
816
|
/**
|
|
817
|
+
* @public
|
|
758
818
|
* <p>Updates the configuration of a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
|
|
759
819
|
*/
|
|
760
820
|
updateAlias(args: UpdateAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAliasCommandOutput>;
|
|
761
821
|
updateAlias(args: UpdateAliasCommandInput, cb: (err: any, data?: UpdateAliasCommandOutput) => void): void;
|
|
762
822
|
updateAlias(args: UpdateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAliasCommandOutput) => void): void;
|
|
763
823
|
/**
|
|
824
|
+
* @public
|
|
764
825
|
* <p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a
|
|
765
826
|
* user tries to deploy a code package to the function. </p>
|
|
766
827
|
*/
|
|
@@ -768,6 +829,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
768
829
|
updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, cb: (err: any, data?: UpdateCodeSigningConfigCommandOutput) => void): void;
|
|
769
830
|
updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCodeSigningConfigCommandOutput) => void): void;
|
|
770
831
|
/**
|
|
832
|
+
* @public
|
|
771
833
|
* <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
|
|
772
834
|
* invocation and resume later from the same location.</p>
|
|
773
835
|
* <p>For details about how to configure different event sources, see the following topics. </p>
|
|
@@ -876,6 +938,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
876
938
|
updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, cb: (err: any, data?: UpdateEventSourceMappingCommandOutput) => void): void;
|
|
877
939
|
updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventSourceMappingCommandOutput) => void): void;
|
|
878
940
|
/**
|
|
941
|
+
* @public
|
|
879
942
|
* <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package
|
|
880
943
|
* must be signed by a trusted publisher. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Configuring code signing for Lambda</a>.</p>
|
|
881
944
|
* <p>If the function's package type is <code>Image</code>, then you must specify the code package in
|
|
@@ -897,6 +960,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
897
960
|
updateFunctionCode(args: UpdateFunctionCodeCommandInput, cb: (err: any, data?: UpdateFunctionCodeCommandOutput) => void): void;
|
|
898
961
|
updateFunctionCode(args: UpdateFunctionCodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionCodeCommandOutput) => void): void;
|
|
899
962
|
/**
|
|
963
|
+
* @public
|
|
900
964
|
* <p>Modify the version-specific settings of a Lambda function.</p>
|
|
901
965
|
* <p>When you update a function, Lambda provisions an instance of the function and its supporting
|
|
902
966
|
* resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify
|
|
@@ -914,6 +978,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
914
978
|
updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, cb: (err: any, data?: UpdateFunctionConfigurationCommandOutput) => void): void;
|
|
915
979
|
updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionConfigurationCommandOutput) => void): void;
|
|
916
980
|
/**
|
|
981
|
+
* @public
|
|
917
982
|
* <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
918
983
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
919
984
|
*/
|
|
@@ -921,6 +986,7 @@ export declare class Lambda extends LambdaClient {
|
|
|
921
986
|
updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, cb: (err: any, data?: UpdateFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
922
987
|
updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFunctionEventInvokeConfigCommandOutput) => void): void;
|
|
923
988
|
/**
|
|
989
|
+
* @public
|
|
924
990
|
* <p>Updates the configuration for a Lambda function URL.</p>
|
|
925
991
|
*/
|
|
926
992
|
updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFunctionUrlConfigCommandOutput>;
|
|
@@ -73,15 +73,24 @@ import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCom
|
|
|
73
73
|
import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
74
74
|
import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "./commands/UpdateFunctionUrlConfigCommand";
|
|
75
75
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
76
79
|
export type ServiceInputTypes = AddLayerVersionPermissionCommandInput | AddPermissionCommandInput | CreateAliasCommandInput | CreateCodeSigningConfigCommandInput | CreateEventSourceMappingCommandInput | CreateFunctionCommandInput | CreateFunctionUrlConfigCommandInput | DeleteAliasCommandInput | DeleteCodeSigningConfigCommandInput | DeleteEventSourceMappingCommandInput | DeleteFunctionCodeSigningConfigCommandInput | DeleteFunctionCommandInput | DeleteFunctionConcurrencyCommandInput | DeleteFunctionEventInvokeConfigCommandInput | DeleteFunctionUrlConfigCommandInput | DeleteLayerVersionCommandInput | DeleteProvisionedConcurrencyConfigCommandInput | GetAccountSettingsCommandInput | GetAliasCommandInput | GetCodeSigningConfigCommandInput | GetEventSourceMappingCommandInput | GetFunctionCodeSigningConfigCommandInput | GetFunctionCommandInput | GetFunctionConcurrencyCommandInput | GetFunctionConfigurationCommandInput | GetFunctionEventInvokeConfigCommandInput | GetFunctionUrlConfigCommandInput | GetLayerVersionByArnCommandInput | GetLayerVersionCommandInput | GetLayerVersionPolicyCommandInput | GetPolicyCommandInput | GetProvisionedConcurrencyConfigCommandInput | GetRuntimeManagementConfigCommandInput | InvokeAsyncCommandInput | InvokeCommandInput | ListAliasesCommandInput | ListCodeSigningConfigsCommandInput | ListEventSourceMappingsCommandInput | ListFunctionEventInvokeConfigsCommandInput | ListFunctionUrlConfigsCommandInput | ListFunctionsByCodeSigningConfigCommandInput | ListFunctionsCommandInput | ListLayerVersionsCommandInput | ListLayersCommandInput | ListProvisionedConcurrencyConfigsCommandInput | ListTagsCommandInput | ListVersionsByFunctionCommandInput | PublishLayerVersionCommandInput | PublishVersionCommandInput | PutFunctionCodeSigningConfigCommandInput | PutFunctionConcurrencyCommandInput | PutFunctionEventInvokeConfigCommandInput | PutProvisionedConcurrencyConfigCommandInput | PutRuntimeManagementConfigCommandInput | RemoveLayerVersionPermissionCommandInput | RemovePermissionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAliasCommandInput | UpdateCodeSigningConfigCommandInput | UpdateEventSourceMappingCommandInput | UpdateFunctionCodeCommandInput | UpdateFunctionConfigurationCommandInput | UpdateFunctionEventInvokeConfigCommandInput | UpdateFunctionUrlConfigCommandInput;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
77
83
|
export type ServiceOutputTypes = AddLayerVersionPermissionCommandOutput | AddPermissionCommandOutput | CreateAliasCommandOutput | CreateCodeSigningConfigCommandOutput | CreateEventSourceMappingCommandOutput | CreateFunctionCommandOutput | CreateFunctionUrlConfigCommandOutput | DeleteAliasCommandOutput | DeleteCodeSigningConfigCommandOutput | DeleteEventSourceMappingCommandOutput | DeleteFunctionCodeSigningConfigCommandOutput | DeleteFunctionCommandOutput | DeleteFunctionConcurrencyCommandOutput | DeleteFunctionEventInvokeConfigCommandOutput | DeleteFunctionUrlConfigCommandOutput | DeleteLayerVersionCommandOutput | DeleteProvisionedConcurrencyConfigCommandOutput | GetAccountSettingsCommandOutput | GetAliasCommandOutput | GetCodeSigningConfigCommandOutput | GetEventSourceMappingCommandOutput | GetFunctionCodeSigningConfigCommandOutput | GetFunctionCommandOutput | GetFunctionConcurrencyCommandOutput | GetFunctionConfigurationCommandOutput | GetFunctionEventInvokeConfigCommandOutput | GetFunctionUrlConfigCommandOutput | GetLayerVersionByArnCommandOutput | GetLayerVersionCommandOutput | GetLayerVersionPolicyCommandOutput | GetPolicyCommandOutput | GetProvisionedConcurrencyConfigCommandOutput | GetRuntimeManagementConfigCommandOutput | InvokeAsyncCommandOutput | InvokeCommandOutput | ListAliasesCommandOutput | ListCodeSigningConfigsCommandOutput | ListEventSourceMappingsCommandOutput | ListFunctionEventInvokeConfigsCommandOutput | ListFunctionUrlConfigsCommandOutput | ListFunctionsByCodeSigningConfigCommandOutput | ListFunctionsCommandOutput | ListLayerVersionsCommandOutput | ListLayersCommandOutput | ListProvisionedConcurrencyConfigsCommandOutput | ListTagsCommandOutput | ListVersionsByFunctionCommandOutput | PublishLayerVersionCommandOutput | PublishVersionCommandOutput | PutFunctionCodeSigningConfigCommandOutput | PutFunctionConcurrencyCommandOutput | PutFunctionEventInvokeConfigCommandOutput | PutProvisionedConcurrencyConfigCommandOutput | PutRuntimeManagementConfigCommandOutput | RemoveLayerVersionPermissionCommandOutput | RemovePermissionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAliasCommandOutput | UpdateCodeSigningConfigCommandOutput | UpdateEventSourceMappingCommandOutput | UpdateFunctionCodeCommandOutput | UpdateFunctionConfigurationCommandOutput | UpdateFunctionEventInvokeConfigCommandOutput | UpdateFunctionUrlConfigCommandOutput;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
78
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
88
|
/**
|
|
80
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
81
90
|
*/
|
|
82
91
|
requestHandler?: __HttpHandler;
|
|
83
92
|
/**
|
|
84
|
-
* A constructor for a class implementing the {@link
|
|
93
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
85
94
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
86
95
|
* @internal
|
|
87
96
|
*/
|
|
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
180
|
*/
|
|
172
181
|
logger?: __Logger;
|
|
173
182
|
/**
|
|
174
|
-
* The {@link
|
|
183
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
176
185
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
177
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
178
190
|
type LambdaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
179
191
|
/**
|
|
180
|
-
*
|
|
192
|
+
* @public
|
|
193
|
+
*
|
|
194
|
+
* The configuration interface of LambdaClient class constructor that set the region, credentials and other options.
|
|
181
195
|
*/
|
|
182
196
|
export interface LambdaClientConfig extends LambdaClientConfigType {
|
|
183
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
184
201
|
type LambdaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
185
202
|
/**
|
|
186
|
-
*
|
|
203
|
+
* @public
|
|
204
|
+
*
|
|
205
|
+
* The resolved configuration interface of LambdaClient class. This is resolved and normalized from the {@link LambdaClientConfig | constructor configuration interface}.
|
|
187
206
|
*/
|
|
188
207
|
export interface LambdaClientResolvedConfig extends LambdaClientResolvedConfigType {
|
|
189
208
|
}
|
|
190
209
|
/**
|
|
210
|
+
* @public
|
|
191
211
|
* <fullname>Lambda</fullname>
|
|
192
212
|
* <p>
|
|
193
213
|
* <b>Overview</b>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddLayerVersionPermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddLayerVersionPermissionCommandInput extends AddLayerVersionPermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddLayerVersionPermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionPermissionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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
|
|
18
23
|
* layer</a>. Use this action to grant layer
|
|
19
24
|
* usage permission to other accounts. You can grant permission to a single account, all accounts in an organization,
|
|
@@ -30,6 +35,8 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param AddLayerVersionPermissionCommandInput - {@link AddLayerVersionPermissionCommandInput}
|
|
39
|
+
* @returns {@link AddLayerVersionPermissionCommandOutput}
|
|
33
40
|
* @see {@link AddLayerVersionPermissionCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link AddLayerVersionPermissionCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
|
|
|
61
68
|
export declare class AddLayerVersionPermissionCommand extends $Command<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
62
69
|
readonly input: AddLayerVersionPermissionCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: AddLayerVersionPermissionCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|