@aws-sdk/client-lambda 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +1 -1
- package/dist-types/commands/AddPermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAliasCommand.d.ts +1 -1
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
- package/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +1 -1
- package/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
- package/dist-types/commands/InvokeCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLayersCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -1
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -1
- package/dist-types/commands/PublishVersionCommand.d.ts +1 -1
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +1 -1
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +1 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -155,6 +155,10 @@ const partitionHash = {
|
|
|
155
155
|
hostname: "lambda.{region}.c2s.ic.gov",
|
|
156
156
|
tags: [],
|
|
157
157
|
},
|
|
158
|
+
{
|
|
159
|
+
hostname: "lambda-fips.{region}.c2s.ic.gov",
|
|
160
|
+
tags: ["fips"],
|
|
161
|
+
},
|
|
158
162
|
],
|
|
159
163
|
},
|
|
160
164
|
"aws-iso-b": {
|
|
@@ -165,6 +169,10 @@ const partitionHash = {
|
|
|
165
169
|
hostname: "lambda.{region}.sc2s.sgov.gov",
|
|
166
170
|
tags: [],
|
|
167
171
|
},
|
|
172
|
+
{
|
|
173
|
+
hostname: "lambda-fips.{region}.sc2s.sgov.gov",
|
|
174
|
+
tags: ["fips"],
|
|
175
|
+
},
|
|
168
176
|
],
|
|
169
177
|
},
|
|
170
178
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -153,6 +153,10 @@ var partitionHash = {
|
|
|
153
153
|
hostname: "lambda.{region}.c2s.ic.gov",
|
|
154
154
|
tags: [],
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
hostname: "lambda-fips.{region}.c2s.ic.gov",
|
|
158
|
+
tags: ["fips"],
|
|
159
|
+
},
|
|
156
160
|
],
|
|
157
161
|
},
|
|
158
162
|
"aws-iso-b": {
|
|
@@ -163,6 +167,10 @@ var partitionHash = {
|
|
|
163
167
|
hostname: "lambda.{region}.sc2s.sgov.gov",
|
|
164
168
|
tags: [],
|
|
165
169
|
},
|
|
170
|
+
{
|
|
171
|
+
hostname: "lambda-fips.{region}.sc2s.sgov.gov",
|
|
172
|
+
tags: ["fips"],
|
|
173
|
+
},
|
|
166
174
|
],
|
|
167
175
|
},
|
|
168
176
|
"aws-us-gov": {
|
|
@@ -25,7 +25,7 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link AddLayerVersionPermissionCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link AddLayerVersionPermissionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class AddLayerVersionPermissionCommand extends $Command<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link AddPermissionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link AddPermissionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class AddPermissionCommand extends $Command<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateAliasCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateAliasCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateCodeSigningConfigCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateCodeSigningConfigCommand extends $Command<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -84,7 +84,7 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
84
84
|
*
|
|
85
85
|
* @see {@link CreateEventSourceMappingCommandInput} for command's `input` shape.
|
|
86
86
|
* @see {@link CreateEventSourceMappingCommandOutput} for command's `response` shape.
|
|
87
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
87
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateEventSourceMappingCommand extends $Command<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -66,7 +66,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
|
|
|
66
66
|
*
|
|
67
67
|
* @see {@link CreateFunctionCommandInput} for command's `input` shape.
|
|
68
68
|
* @see {@link CreateFunctionCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
69
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteAliasCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteAliasCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteCodeSigningConfigCommand extends $Command<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteEventSourceMappingCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteEventSourceMappingCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteEventSourceMappingCommand extends $Command<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFunctionCodeSigningConfigCommand extends $Command<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteFunctionCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteFunctionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteLayerVersionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAliasCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAliasCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetCodeSigningConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetEventSourceMappingCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetEventSourceMappingCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetFunctionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetFunctionConcurrencyCommand extends $Command<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetFunctionConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetFunctionConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetFunctionConfigurationCommand extends $Command<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetFunctionEventInvokeConfigCommand extends $Command<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetLayerVersionByArnCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetLayerVersionByArnCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetLayerVersionByArnCommand extends $Command<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetLayerVersionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetLayerVersionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetLayerVersionCommand extends $Command<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetLayerVersionPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetLayerVersionPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetLayerVersionPolicyCommand extends $Command<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetProvisionedConcurrencyConfigCommand extends $Command<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link InvokeAsyncCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link InvokeAsyncCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class InvokeAsyncCommand extends $Command<InvokeAsyncCommandInput, InvokeAsyncCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface InvokeCommandOutput extends InvocationResponse, __MetadataBeare
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link InvokeCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link InvokeCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class InvokeCommand extends $Command<InvokeCommandInput, InvokeCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAliasesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAliasesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConf
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListCodeSigningConfigsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListCodeSigningConfigsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListCodeSigningConfigsCommand extends $Command<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMap
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListEventSourceMappingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListEventSourceMappingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListEventSourceMappingsCommand extends $Command<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctio
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFunctionEventInvokeConfigsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFunctionEventInvokeConfigsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFunctionEventInvokeConfigsCommand extends $Command<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunct
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListFunctionsByCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListFunctionsByCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListFunctionsByCodeSigningConfigCommand extends $Command<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListFunctionsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListFunctionsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListLayerVersionsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListLayerVersionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListLayerVersionsCommand extends $Command<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListLayersCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListLayersCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListLayersCommand extends $Command<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProv
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListProvisionedConcurrencyConfigsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListProvisionedConcurrencyConfigsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListProvisionedConcurrencyConfigsCommand extends $Command<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTagsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTagsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListVersionsByFunctionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListVersionsByFunctionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListVersionsByFunctionCommand extends $Command<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PublishLayerVersionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PublishLayerVersionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PublishLayerVersionCommand extends $Command<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link PublishVersionCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link PublishVersionCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class PublishVersionCommand extends $Command<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutFunctionCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutFunctionCodeSigningConfigCommand extends $Command<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link PutFunctionConcurrencyCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link PutFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class PutFunctionConcurrencyCommand extends $Command<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link PutFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link PutFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class PutFunctionEventInvokeConfigCommand extends $Command<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutProvisionedConcurrencyConfigCommand extends $Command<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RemoveLayerVersionPermissionCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RemoveLayerVersionPermissionCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RemoveLayerVersionPermissionCommand extends $Command<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RemovePermissionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RemovePermissionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAliasCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAliasCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateCodeSigningConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateCodeSigningConfigCommand extends $Command<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link UpdateEventSourceMappingCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link UpdateEventSourceMappingCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class UpdateEventSourceMappingCommand extends $Command<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link UpdateFunctionCodeCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link UpdateFunctionCodeCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class UpdateFunctionCodeCommand extends $Command<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link UpdateFunctionConfigurationCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link UpdateFunctionConfigurationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class UpdateFunctionConfigurationCommand extends $Command<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateFunctionEventInvokeConfigCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LambdaClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|