@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
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteFunctionEventInvokeConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteFunctionEventInvokeConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
18
23
|
* <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteFunctionEventInvokeConfigCommandInput - {@link DeleteFunctionEventInvokeConfigCommandInput}
|
|
35
|
+
* @returns {@link DeleteFunctionEventInvokeConfigCommandOutput}
|
|
29
36
|
* @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
|
|
|
50
57
|
export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteFunctionEventInvokeConfigCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteFunctionUrlConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteFunctionUrlConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a Lambda function URL. When you delete a function URL, you
|
|
18
23
|
* can't recover it. Creating a new function URL results in a different URL address.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteFunctionUrlConfigCommandInput - {@link DeleteFunctionUrlConfigCommandInput}
|
|
35
|
+
* @returns {@link DeleteFunctionUrlConfigCommandOutput}
|
|
29
36
|
* @see {@link DeleteFunctionUrlConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteFunctionUrlConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
|
|
|
47
54
|
export declare class DeleteFunctionUrlConfigCommand extends $Command<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
48
55
|
readonly input: DeleteFunctionUrlConfigCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DeleteFunctionUrlConfigCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteLayerVersionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteLayerVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteLayerVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
18
23
|
* layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid
|
|
19
24
|
* breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteLayerVersionCommandInput - {@link DeleteLayerVersionCommandInput}
|
|
36
|
+
* @returns {@link DeleteLayerVersionCommandOutput}
|
|
30
37
|
* @see {@link DeleteLayerVersionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
|
42
49
|
export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
43
50
|
readonly input: DeleteLayerVersionCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: DeleteLayerVersionCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteProvisionedConcurrencyConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeleteProvisionedConcurrencyConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteProvisionedConcurrencyConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the provisioned concurrency configuration for a function.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteProvisionedConcurrencyConfigCommandInput - {@link DeleteProvisionedConcurrencyConfigCommandInput}
|
|
34
|
+
* @returns {@link DeleteProvisionedConcurrencyConfigCommandOutput}
|
|
28
35
|
* @see {@link DeleteProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
|
|
|
49
56
|
export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAccountSettingsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAccountSettingsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <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>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAccountSettingsCommandInput - {@link GetAccountSettingsCommandInput}
|
|
34
|
+
* @returns {@link GetAccountSettingsCommandOutput}
|
|
28
35
|
* @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
|
|
|
40
47
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
|
|
41
48
|
readonly input: GetAccountSettingsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: GetAccountSettingsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAliasCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAliasCommandInput extends GetAliasRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAliasCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns details about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAliasCommandInput - {@link GetAliasCommandInput}
|
|
34
|
+
* @returns {@link GetAliasCommandOutput}
|
|
28
35
|
* @see {@link GetAliasCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAliasCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
|
|
|
46
53
|
export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
47
54
|
readonly input: GetAliasCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetAliasCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCodeSigningConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCodeSigningConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the specified code signing configuration.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCodeSigningConfigCommandInput - {@link GetCodeSigningConfigCommandInput}
|
|
34
|
+
* @returns {@link GetCodeSigningConfigCommandOutput}
|
|
28
35
|
* @see {@link GetCodeSigningConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
|
|
|
43
50
|
export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
44
51
|
readonly input: GetCodeSigningConfigCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetCodeSigningConfigCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEventSourceMappingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEventSourceMappingCommandInput extends GetEventSourceMappingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEventSourceMappingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
|
|
18
23
|
* <a>ListEventSourceMappings</a>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetEventSourceMappingCommandInput - {@link GetEventSourceMappingCommandInput}
|
|
35
|
+
* @returns {@link GetEventSourceMappingCommandOutput}
|
|
29
36
|
* @see {@link GetEventSourceMappingCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetEventSourceMappingCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
|
|
|
47
54
|
export declare class GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
48
55
|
readonly input: GetEventSourceMappingCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetEventSourceMappingCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFunctionCodeSigningConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCodeSigningConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFunctionCodeSigningConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the code signing configuration for the specified function.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFunctionCodeSigningConfigCommandInput - {@link GetFunctionCodeSigningConfigCommandInput}
|
|
34
|
+
* @returns {@link GetFunctionCodeSigningConfigCommandOutput}
|
|
28
35
|
* @see {@link GetFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
|
|
|
46
53
|
export declare class GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
47
54
|
readonly input: GetFunctionCodeSigningConfigCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetFunctionCodeSigningConfigCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFunctionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFunctionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the function or function version, with a link to download the deployment package
|
|
18
23
|
* that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are
|
|
19
24
|
* returned.</p>
|
|
@@ -27,6 +32,8 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetFunctionCommandInput - {@link GetFunctionCommandInput}
|
|
36
|
+
* @returns {@link GetFunctionCommandOutput}
|
|
30
37
|
* @see {@link GetFunctionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
48
55
|
export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
49
56
|
readonly input: GetFunctionCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: GetFunctionCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFunctionConcurrencyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurrencyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFunctionConcurrencyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurrencyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
|
|
18
23
|
* function, use <a>PutFunctionConcurrency</a>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetFunctionConcurrencyCommandInput - {@link GetFunctionConcurrencyCommandInput}
|
|
35
|
+
* @returns {@link GetFunctionConcurrencyCommandOutput}
|
|
29
36
|
* @see {@link GetFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
|
|
|
47
54
|
export declare class GetFunctionConcurrencyCommand extends $Command<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
48
55
|
readonly input: GetFunctionConcurrencyCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetFunctionConcurrencyCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
5
|
import { FunctionConfiguration, GetFunctionConfigurationRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFunctionConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFunctionConfigurationCommandInput extends GetFunctionConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFunctionConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
|
|
18
23
|
* can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>
|
|
19
24
|
* <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param GetFunctionConfigurationCommandInput - {@link GetFunctionConfigurationCommandInput}
|
|
36
|
+
* @returns {@link GetFunctionConfigurationCommandOutput}
|
|
30
37
|
* @see {@link GetFunctionConfigurationCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link GetFunctionConfigurationCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
48
55
|
export declare class GetFunctionConfigurationCommand extends $Command<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
49
56
|
readonly input: GetFunctionConfigurationCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: GetFunctionConfigurationCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|