@aws-sdk/client-lambda 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Lambda.js +0 -9
- package/dist-cjs/LambdaClient.js +0 -14
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
- package/dist-cjs/commands/AddPermissionCommand.js +0 -36
- package/dist-cjs/commands/CreateAliasCommand.js +0 -29
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
- package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
- package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/GetAliasCommand.js +0 -24
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetFunctionCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
- package/dist-cjs/commands/InvokeCommand.js +0 -50
- package/dist-cjs/commands/ListAliasesCommand.js +0 -25
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
- package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListLayersCommand.js +0 -29
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -25
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
- package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
- package/dist-cjs/commands/PublishVersionCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
- package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/index.js +61 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -74
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
- package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
- package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
- package/dist-es/commands/index.js +58 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -74
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +58 -0
- package/dist-types/index.d.ts +5 -74
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/Lambda.d.ts +59 -478
- package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/index.d.ts +5 -74
- package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -6,34 +6,11 @@ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.
|
|
11
|
-
* Otherwise, all versions and aliases are deleted.</p>
|
|
12
|
-
*
|
|
13
|
-
* <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>.
|
|
14
|
-
* For Amazon Web Services services and resources that invoke your function directly, delete the trigger in the service where you
|
|
15
|
-
* originally configured it.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { LambdaClient, DeleteFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
20
|
-
* // const { LambdaClient, DeleteFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
21
|
-
* const client = new LambdaClient(config);
|
|
22
|
-
* const command = new DeleteFunctionCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteFunctionCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteFunctionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
9
|
+
|
|
31
10
|
export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
32
11
|
readonly input: DeleteFunctionCommandInput;
|
|
33
12
|
constructor(input: DeleteFunctionCommandInput);
|
|
34
|
-
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
13
|
+
|
|
37
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
|
|
38
15
|
private serialize;
|
|
39
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionCon
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes a concurrent execution limit from a function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, DeleteFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, DeleteFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new DeleteFunctionConcurrencyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteFunctionConcurrencyCommandInput;
|
|
28
12
|
constructor(input: DeleteFunctionConcurrencyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunct
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
11
|
-
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, DeleteFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, DeleteFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new DeleteFunctionEventInvokeConfigCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteFunctionEventInvokeConfigCommandInput;
|
|
29
12
|
constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid
|
|
12
|
-
* breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, DeleteLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, DeleteLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new DeleteLayerVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteLayerVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteLayerVersionCommandInput;
|
|
30
12
|
constructor(input: DeleteLayerVersionCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeletePr
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the provisioned concurrency configuration for a function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, DeleteProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, DeleteProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new DeleteProvisionedConcurrencyConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
|
|
28
12
|
constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetAccountSettingsCommandInput extends GetAccountSettingsReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetAccountSettingsCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetAccountSettingsCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetAccountSettingsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetAccountSettingsCommandInput;
|
|
28
12
|
constructor(input: GetAccountSettingsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetAliasCommandInput extends GetAliasRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns details about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetAliasCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetAliasCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetAliasCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetAliasCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetAliasCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetAliasCommandInput;
|
|
28
12
|
constructor(input: GetAliasCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about the specified code signing configuration.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetCodeSigningConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetCodeSigningConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetCodeSigningConfigCommandInput;
|
|
28
12
|
constructor(input: GetCodeSigningConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetEventSourceMappingCommandInput extends GetEventSourceMapping
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
|
|
11
|
-
* <a>ListEventSourceMappings</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, GetEventSourceMappingCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, GetEventSourceMappingCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new GetEventSourceMappingCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetEventSourceMappingCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetEventSourceMappingCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: GetEventSourceMappingCommandInput;
|
|
29
12
|
constructor(input: GetEventSourceMappingCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCod
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the code signing configuration for the specified function.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetFunctionCodeSigningConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetFunctionCodeSigningConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetFunctionCodeSigningConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetFunctionCodeSigningConfigCommandInput;
|
|
28
12
|
constructor(input: GetFunctionCodeSigningConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about the function or function version, with a link to download the deployment package
|
|
11
|
-
* that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are
|
|
12
|
-
* returned.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, GetFunctionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, GetFunctionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new GetFunctionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetFunctionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: GetFunctionCommandInput;
|
|
30
12
|
constructor(input: GetFunctionCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurren
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurrencyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
|
|
11
|
-
* function, use <a>PutFunctionConcurrency</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, GetFunctionConcurrencyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, GetFunctionConcurrencyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new GetFunctionConcurrencyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetFunctionConcurrencyCommand extends $Command<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: GetFunctionConcurrencyCommandInput;
|
|
29
12
|
constructor(input: GetFunctionConcurrencyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface GetFunctionConfigurationCommandInput extends GetFunctionConfigu
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
|
|
11
|
-
* can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>
|
|
12
|
-
* <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, GetFunctionConfigurationCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, GetFunctionConfigurationCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new GetFunctionConfigurationCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetFunctionConfigurationCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetFunctionConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class GetFunctionConfigurationCommand extends $Command<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: GetFunctionConfigurationCommandInput;
|
|
30
12
|
constructor(input: GetFunctionConfigurationCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetFunctionEventInvokeConfigCommandInput extends GetFunctionEve
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
11
|
-
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, GetFunctionEventInvokeConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, GetFunctionEventInvokeConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new GetFunctionEventInvokeConfigCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetFunctionEventInvokeConfigCommand extends $Command<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: GetFunctionEventInvokeConfigCommandInput;
|
|
29
12
|
constructor(input: GetFunctionEventInvokeConfigCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface GetLayerVersionByArnCommandInput extends GetLayerVersionByArnRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>, with a link to download the layer archive
|
|
12
|
-
* that's valid for 10 minutes.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, GetLayerVersionByArnCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, GetLayerVersionByArnCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new GetLayerVersionByArnCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetLayerVersionByArnCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetLayerVersionByArnCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class GetLayerVersionByArnCommand extends $Command<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: GetLayerVersionByArnCommandInput;
|
|
30
12
|
constructor(input: GetLayerVersionByArnCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>, with a link to download the layer archive
|
|
12
|
-
* that's valid for 10 minutes.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { LambdaClient, GetLayerVersionCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
17
|
-
* // const { LambdaClient, GetLayerVersionCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
18
|
-
* const client = new LambdaClient(config);
|
|
19
|
-
* const command = new GetLayerVersionCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link GetLayerVersionCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link GetLayerVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class GetLayerVersionCommand extends $Command<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
29
11
|
readonly input: GetLayerVersionCommandInput;
|
|
30
12
|
constructor(input: GetLayerVersionCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionCommandInput, GetLayerVersionCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetLayerVersionPolicyCommandInput extends GetLayerVersionPolicy
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the permission policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
11
|
-
* layer</a>. For more information, see <a>AddLayerVersionPermission</a>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LambdaClient, GetLayerVersionPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
16
|
-
* // const { LambdaClient, GetLayerVersionPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
17
|
-
* const client = new LambdaClient(config);
|
|
18
|
-
* const command = new GetLayerVersionPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetLayerVersionPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetLayerVersionPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetLayerVersionPolicyCommand extends $Command<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
28
11
|
readonly input: GetLayerVersionPolicyCommandInput;
|
|
29
12
|
constructor(input: GetLayerVersionPolicyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetPolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetPolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetPolicyCommandInput;
|
|
28
12
|
constructor(input: GetPolicyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetProvisionedConcurrencyConfigCommandInput extends GetProvisio
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisionedConcurrencyConfigResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Retrieves the provisioned concurrency configuration for a function's alias or version.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LambdaClient, GetProvisionedConcurrencyConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
|
|
15
|
-
* // const { LambdaClient, GetProvisionedConcurrencyConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
|
|
16
|
-
* const client = new LambdaClient(config);
|
|
17
|
-
* const command = new GetProvisionedConcurrencyConfigCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetProvisionedConcurrencyConfigCommand extends $Command<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
11
|
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
28
12
|
constructor(input: GetProvisionedConcurrencyConfigCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|