@aws-sdk/client-lambda 3.303.0 → 3.309.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/README.md +8 -0
- package/dist-cjs/Lambda.js +15 -0
- package/dist-cjs/LambdaClient.js +4 -2
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-cjs/commands/AddPermissionCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetAliasCommand.js +2 -2
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
- package/dist-cjs/commands/InvokeCommand.js +2 -2
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +46 -0
- package/dist-cjs/commands/ListAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayersCommand.js +2 -2
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/PublishVersionCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +44 -2
- package/dist-cjs/protocols/Aws_restJson1.js +1338 -1217
- package/dist-cjs/runtimeConfig.browser.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/Lambda.js +15 -0
- package/dist-es/LambdaClient.js +4 -2
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
- package/dist-es/commands/AddPermissionCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +3 -3
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/CreateFunctionCommand.js +3 -3
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/DeleteAliasCommand.js +3 -3
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/DeleteLayerVersionCommand.js +3 -3
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetAliasCommand.js +3 -3
- package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionCommand.js +3 -3
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -3
- package/dist-es/commands/InvokeAsyncCommand.js +3 -3
- package/dist-es/commands/InvokeCommand.js +3 -3
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +42 -0
- package/dist-es/commands/ListAliasesCommand.js +3 -3
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
- package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/ListFunctionsCommand.js +3 -3
- package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
- package/dist-es/commands/ListLayersCommand.js +3 -3
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
- package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
- package/dist-es/commands/PublishVersionCommand.js +3 -3
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -3
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +38 -0
- package/dist-es/protocols/Aws_restJson1.js +1203 -1084
- package/dist-es/runtimeConfig.browser.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/Lambda.d.ts +32 -0
- package/dist-types/LambdaClient.d.ts +11 -5
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +12 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +1 -0
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +158 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +12 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +340 -32
- package/dist-types/protocols/Aws_restJson1.d.ts +530 -131
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Lambda.d.ts +17 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +14 -0
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +81 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +146 -131
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +33 -30
|
@@ -2,7 +2,10 @@ import {
|
|
|
2
2
|
HttpRequest as __HttpRequest,
|
|
3
3
|
HttpResponse as __HttpResponse,
|
|
4
4
|
} from "@aws-sdk/protocol-http";
|
|
5
|
-
import {
|
|
5
|
+
import {
|
|
6
|
+
EventStreamSerdeContext as __EventStreamSerdeContext,
|
|
7
|
+
SerdeContext as __SerdeContext,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
6
9
|
import {
|
|
7
10
|
AddLayerVersionPermissionCommandInput,
|
|
8
11
|
AddLayerVersionPermissionCommandOutput,
|
|
@@ -143,6 +146,10 @@ import {
|
|
|
143
146
|
InvokeCommandInput,
|
|
144
147
|
InvokeCommandOutput,
|
|
145
148
|
} from "../commands/InvokeCommand";
|
|
149
|
+
import {
|
|
150
|
+
InvokeWithResponseStreamCommandInput,
|
|
151
|
+
InvokeWithResponseStreamCommandOutput,
|
|
152
|
+
} from "../commands/InvokeWithResponseStreamCommand";
|
|
146
153
|
import {
|
|
147
154
|
ListAliasesCommandInput,
|
|
148
155
|
ListAliasesCommandOutput,
|
|
@@ -263,523 +270,531 @@ import {
|
|
|
263
270
|
UpdateFunctionUrlConfigCommandInput,
|
|
264
271
|
UpdateFunctionUrlConfigCommandOutput,
|
|
265
272
|
} from "../commands/UpdateFunctionUrlConfigCommand";
|
|
266
|
-
export declare const
|
|
273
|
+
export declare const se_AddLayerVersionPermissionCommand: (
|
|
267
274
|
input: AddLayerVersionPermissionCommandInput,
|
|
268
275
|
context: __SerdeContext
|
|
269
276
|
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const
|
|
277
|
+
export declare const se_AddPermissionCommand: (
|
|
271
278
|
input: AddPermissionCommandInput,
|
|
272
279
|
context: __SerdeContext
|
|
273
280
|
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const
|
|
281
|
+
export declare const se_CreateAliasCommand: (
|
|
275
282
|
input: CreateAliasCommandInput,
|
|
276
283
|
context: __SerdeContext
|
|
277
284
|
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const
|
|
285
|
+
export declare const se_CreateCodeSigningConfigCommand: (
|
|
279
286
|
input: CreateCodeSigningConfigCommandInput,
|
|
280
287
|
context: __SerdeContext
|
|
281
288
|
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const
|
|
289
|
+
export declare const se_CreateEventSourceMappingCommand: (
|
|
283
290
|
input: CreateEventSourceMappingCommandInput,
|
|
284
291
|
context: __SerdeContext
|
|
285
292
|
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const
|
|
293
|
+
export declare const se_CreateFunctionCommand: (
|
|
287
294
|
input: CreateFunctionCommandInput,
|
|
288
295
|
context: __SerdeContext
|
|
289
296
|
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const
|
|
297
|
+
export declare const se_CreateFunctionUrlConfigCommand: (
|
|
291
298
|
input: CreateFunctionUrlConfigCommandInput,
|
|
292
299
|
context: __SerdeContext
|
|
293
300
|
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const
|
|
301
|
+
export declare const se_DeleteAliasCommand: (
|
|
295
302
|
input: DeleteAliasCommandInput,
|
|
296
303
|
context: __SerdeContext
|
|
297
304
|
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const
|
|
305
|
+
export declare const se_DeleteCodeSigningConfigCommand: (
|
|
299
306
|
input: DeleteCodeSigningConfigCommandInput,
|
|
300
307
|
context: __SerdeContext
|
|
301
308
|
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const
|
|
309
|
+
export declare const se_DeleteEventSourceMappingCommand: (
|
|
303
310
|
input: DeleteEventSourceMappingCommandInput,
|
|
304
311
|
context: __SerdeContext
|
|
305
312
|
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const
|
|
313
|
+
export declare const se_DeleteFunctionCommand: (
|
|
307
314
|
input: DeleteFunctionCommandInput,
|
|
308
315
|
context: __SerdeContext
|
|
309
316
|
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const
|
|
317
|
+
export declare const se_DeleteFunctionCodeSigningConfigCommand: (
|
|
311
318
|
input: DeleteFunctionCodeSigningConfigCommandInput,
|
|
312
319
|
context: __SerdeContext
|
|
313
320
|
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const
|
|
321
|
+
export declare const se_DeleteFunctionConcurrencyCommand: (
|
|
315
322
|
input: DeleteFunctionConcurrencyCommandInput,
|
|
316
323
|
context: __SerdeContext
|
|
317
324
|
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const
|
|
325
|
+
export declare const se_DeleteFunctionEventInvokeConfigCommand: (
|
|
319
326
|
input: DeleteFunctionEventInvokeConfigCommandInput,
|
|
320
327
|
context: __SerdeContext
|
|
321
328
|
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const
|
|
329
|
+
export declare const se_DeleteFunctionUrlConfigCommand: (
|
|
323
330
|
input: DeleteFunctionUrlConfigCommandInput,
|
|
324
331
|
context: __SerdeContext
|
|
325
332
|
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const
|
|
333
|
+
export declare const se_DeleteLayerVersionCommand: (
|
|
327
334
|
input: DeleteLayerVersionCommandInput,
|
|
328
335
|
context: __SerdeContext
|
|
329
336
|
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const
|
|
337
|
+
export declare const se_DeleteProvisionedConcurrencyConfigCommand: (
|
|
331
338
|
input: DeleteProvisionedConcurrencyConfigCommandInput,
|
|
332
339
|
context: __SerdeContext
|
|
333
340
|
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const
|
|
341
|
+
export declare const se_GetAccountSettingsCommand: (
|
|
335
342
|
input: GetAccountSettingsCommandInput,
|
|
336
343
|
context: __SerdeContext
|
|
337
344
|
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const
|
|
345
|
+
export declare const se_GetAliasCommand: (
|
|
339
346
|
input: GetAliasCommandInput,
|
|
340
347
|
context: __SerdeContext
|
|
341
348
|
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const
|
|
349
|
+
export declare const se_GetCodeSigningConfigCommand: (
|
|
343
350
|
input: GetCodeSigningConfigCommandInput,
|
|
344
351
|
context: __SerdeContext
|
|
345
352
|
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const
|
|
353
|
+
export declare const se_GetEventSourceMappingCommand: (
|
|
347
354
|
input: GetEventSourceMappingCommandInput,
|
|
348
355
|
context: __SerdeContext
|
|
349
356
|
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const
|
|
357
|
+
export declare const se_GetFunctionCommand: (
|
|
351
358
|
input: GetFunctionCommandInput,
|
|
352
359
|
context: __SerdeContext
|
|
353
360
|
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const
|
|
361
|
+
export declare const se_GetFunctionCodeSigningConfigCommand: (
|
|
355
362
|
input: GetFunctionCodeSigningConfigCommandInput,
|
|
356
363
|
context: __SerdeContext
|
|
357
364
|
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const
|
|
365
|
+
export declare const se_GetFunctionConcurrencyCommand: (
|
|
359
366
|
input: GetFunctionConcurrencyCommandInput,
|
|
360
367
|
context: __SerdeContext
|
|
361
368
|
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const
|
|
369
|
+
export declare const se_GetFunctionConfigurationCommand: (
|
|
363
370
|
input: GetFunctionConfigurationCommandInput,
|
|
364
371
|
context: __SerdeContext
|
|
365
372
|
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const
|
|
373
|
+
export declare const se_GetFunctionEventInvokeConfigCommand: (
|
|
367
374
|
input: GetFunctionEventInvokeConfigCommandInput,
|
|
368
375
|
context: __SerdeContext
|
|
369
376
|
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const
|
|
377
|
+
export declare const se_GetFunctionUrlConfigCommand: (
|
|
371
378
|
input: GetFunctionUrlConfigCommandInput,
|
|
372
379
|
context: __SerdeContext
|
|
373
380
|
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const
|
|
381
|
+
export declare const se_GetLayerVersionCommand: (
|
|
375
382
|
input: GetLayerVersionCommandInput,
|
|
376
383
|
context: __SerdeContext
|
|
377
384
|
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const
|
|
385
|
+
export declare const se_GetLayerVersionByArnCommand: (
|
|
379
386
|
input: GetLayerVersionByArnCommandInput,
|
|
380
387
|
context: __SerdeContext
|
|
381
388
|
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const
|
|
389
|
+
export declare const se_GetLayerVersionPolicyCommand: (
|
|
383
390
|
input: GetLayerVersionPolicyCommandInput,
|
|
384
391
|
context: __SerdeContext
|
|
385
392
|
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const
|
|
393
|
+
export declare const se_GetPolicyCommand: (
|
|
387
394
|
input: GetPolicyCommandInput,
|
|
388
395
|
context: __SerdeContext
|
|
389
396
|
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const
|
|
397
|
+
export declare const se_GetProvisionedConcurrencyConfigCommand: (
|
|
391
398
|
input: GetProvisionedConcurrencyConfigCommandInput,
|
|
392
399
|
context: __SerdeContext
|
|
393
400
|
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const
|
|
401
|
+
export declare const se_GetRuntimeManagementConfigCommand: (
|
|
395
402
|
input: GetRuntimeManagementConfigCommandInput,
|
|
396
403
|
context: __SerdeContext
|
|
397
404
|
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const
|
|
405
|
+
export declare const se_InvokeCommand: (
|
|
399
406
|
input: InvokeCommandInput,
|
|
400
407
|
context: __SerdeContext
|
|
401
408
|
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const
|
|
409
|
+
export declare const se_InvokeAsyncCommand: (
|
|
403
410
|
input: InvokeAsyncCommandInput,
|
|
404
411
|
context: __SerdeContext
|
|
405
412
|
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const
|
|
413
|
+
export declare const se_InvokeWithResponseStreamCommand: (
|
|
414
|
+
input: InvokeWithResponseStreamCommandInput,
|
|
415
|
+
context: __SerdeContext
|
|
416
|
+
) => Promise<__HttpRequest>;
|
|
417
|
+
export declare const se_ListAliasesCommand: (
|
|
407
418
|
input: ListAliasesCommandInput,
|
|
408
419
|
context: __SerdeContext
|
|
409
420
|
) => Promise<__HttpRequest>;
|
|
410
|
-
export declare const
|
|
421
|
+
export declare const se_ListCodeSigningConfigsCommand: (
|
|
411
422
|
input: ListCodeSigningConfigsCommandInput,
|
|
412
423
|
context: __SerdeContext
|
|
413
424
|
) => Promise<__HttpRequest>;
|
|
414
|
-
export declare const
|
|
425
|
+
export declare const se_ListEventSourceMappingsCommand: (
|
|
415
426
|
input: ListEventSourceMappingsCommandInput,
|
|
416
427
|
context: __SerdeContext
|
|
417
428
|
) => Promise<__HttpRequest>;
|
|
418
|
-
export declare const
|
|
429
|
+
export declare const se_ListFunctionEventInvokeConfigsCommand: (
|
|
419
430
|
input: ListFunctionEventInvokeConfigsCommandInput,
|
|
420
431
|
context: __SerdeContext
|
|
421
432
|
) => Promise<__HttpRequest>;
|
|
422
|
-
export declare const
|
|
433
|
+
export declare const se_ListFunctionsCommand: (
|
|
423
434
|
input: ListFunctionsCommandInput,
|
|
424
435
|
context: __SerdeContext
|
|
425
436
|
) => Promise<__HttpRequest>;
|
|
426
|
-
export declare const
|
|
437
|
+
export declare const se_ListFunctionsByCodeSigningConfigCommand: (
|
|
427
438
|
input: ListFunctionsByCodeSigningConfigCommandInput,
|
|
428
439
|
context: __SerdeContext
|
|
429
440
|
) => Promise<__HttpRequest>;
|
|
430
|
-
export declare const
|
|
441
|
+
export declare const se_ListFunctionUrlConfigsCommand: (
|
|
431
442
|
input: ListFunctionUrlConfigsCommandInput,
|
|
432
443
|
context: __SerdeContext
|
|
433
444
|
) => Promise<__HttpRequest>;
|
|
434
|
-
export declare const
|
|
445
|
+
export declare const se_ListLayersCommand: (
|
|
435
446
|
input: ListLayersCommandInput,
|
|
436
447
|
context: __SerdeContext
|
|
437
448
|
) => Promise<__HttpRequest>;
|
|
438
|
-
export declare const
|
|
449
|
+
export declare const se_ListLayerVersionsCommand: (
|
|
439
450
|
input: ListLayerVersionsCommandInput,
|
|
440
451
|
context: __SerdeContext
|
|
441
452
|
) => Promise<__HttpRequest>;
|
|
442
|
-
export declare const
|
|
453
|
+
export declare const se_ListProvisionedConcurrencyConfigsCommand: (
|
|
443
454
|
input: ListProvisionedConcurrencyConfigsCommandInput,
|
|
444
455
|
context: __SerdeContext
|
|
445
456
|
) => Promise<__HttpRequest>;
|
|
446
|
-
export declare const
|
|
457
|
+
export declare const se_ListTagsCommand: (
|
|
447
458
|
input: ListTagsCommandInput,
|
|
448
459
|
context: __SerdeContext
|
|
449
460
|
) => Promise<__HttpRequest>;
|
|
450
|
-
export declare const
|
|
461
|
+
export declare const se_ListVersionsByFunctionCommand: (
|
|
451
462
|
input: ListVersionsByFunctionCommandInput,
|
|
452
463
|
context: __SerdeContext
|
|
453
464
|
) => Promise<__HttpRequest>;
|
|
454
|
-
export declare const
|
|
465
|
+
export declare const se_PublishLayerVersionCommand: (
|
|
455
466
|
input: PublishLayerVersionCommandInput,
|
|
456
467
|
context: __SerdeContext
|
|
457
468
|
) => Promise<__HttpRequest>;
|
|
458
|
-
export declare const
|
|
469
|
+
export declare const se_PublishVersionCommand: (
|
|
459
470
|
input: PublishVersionCommandInput,
|
|
460
471
|
context: __SerdeContext
|
|
461
472
|
) => Promise<__HttpRequest>;
|
|
462
|
-
export declare const
|
|
473
|
+
export declare const se_PutFunctionCodeSigningConfigCommand: (
|
|
463
474
|
input: PutFunctionCodeSigningConfigCommandInput,
|
|
464
475
|
context: __SerdeContext
|
|
465
476
|
) => Promise<__HttpRequest>;
|
|
466
|
-
export declare const
|
|
477
|
+
export declare const se_PutFunctionConcurrencyCommand: (
|
|
467
478
|
input: PutFunctionConcurrencyCommandInput,
|
|
468
479
|
context: __SerdeContext
|
|
469
480
|
) => Promise<__HttpRequest>;
|
|
470
|
-
export declare const
|
|
481
|
+
export declare const se_PutFunctionEventInvokeConfigCommand: (
|
|
471
482
|
input: PutFunctionEventInvokeConfigCommandInput,
|
|
472
483
|
context: __SerdeContext
|
|
473
484
|
) => Promise<__HttpRequest>;
|
|
474
|
-
export declare const
|
|
485
|
+
export declare const se_PutProvisionedConcurrencyConfigCommand: (
|
|
475
486
|
input: PutProvisionedConcurrencyConfigCommandInput,
|
|
476
487
|
context: __SerdeContext
|
|
477
488
|
) => Promise<__HttpRequest>;
|
|
478
|
-
export declare const
|
|
489
|
+
export declare const se_PutRuntimeManagementConfigCommand: (
|
|
479
490
|
input: PutRuntimeManagementConfigCommandInput,
|
|
480
491
|
context: __SerdeContext
|
|
481
492
|
) => Promise<__HttpRequest>;
|
|
482
|
-
export declare const
|
|
493
|
+
export declare const se_RemoveLayerVersionPermissionCommand: (
|
|
483
494
|
input: RemoveLayerVersionPermissionCommandInput,
|
|
484
495
|
context: __SerdeContext
|
|
485
496
|
) => Promise<__HttpRequest>;
|
|
486
|
-
export declare const
|
|
497
|
+
export declare const se_RemovePermissionCommand: (
|
|
487
498
|
input: RemovePermissionCommandInput,
|
|
488
499
|
context: __SerdeContext
|
|
489
500
|
) => Promise<__HttpRequest>;
|
|
490
|
-
export declare const
|
|
501
|
+
export declare const se_TagResourceCommand: (
|
|
491
502
|
input: TagResourceCommandInput,
|
|
492
503
|
context: __SerdeContext
|
|
493
504
|
) => Promise<__HttpRequest>;
|
|
494
|
-
export declare const
|
|
505
|
+
export declare const se_UntagResourceCommand: (
|
|
495
506
|
input: UntagResourceCommandInput,
|
|
496
507
|
context: __SerdeContext
|
|
497
508
|
) => Promise<__HttpRequest>;
|
|
498
|
-
export declare const
|
|
509
|
+
export declare const se_UpdateAliasCommand: (
|
|
499
510
|
input: UpdateAliasCommandInput,
|
|
500
511
|
context: __SerdeContext
|
|
501
512
|
) => Promise<__HttpRequest>;
|
|
502
|
-
export declare const
|
|
513
|
+
export declare const se_UpdateCodeSigningConfigCommand: (
|
|
503
514
|
input: UpdateCodeSigningConfigCommandInput,
|
|
504
515
|
context: __SerdeContext
|
|
505
516
|
) => Promise<__HttpRequest>;
|
|
506
|
-
export declare const
|
|
517
|
+
export declare const se_UpdateEventSourceMappingCommand: (
|
|
507
518
|
input: UpdateEventSourceMappingCommandInput,
|
|
508
519
|
context: __SerdeContext
|
|
509
520
|
) => Promise<__HttpRequest>;
|
|
510
|
-
export declare const
|
|
521
|
+
export declare const se_UpdateFunctionCodeCommand: (
|
|
511
522
|
input: UpdateFunctionCodeCommandInput,
|
|
512
523
|
context: __SerdeContext
|
|
513
524
|
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const
|
|
525
|
+
export declare const se_UpdateFunctionConfigurationCommand: (
|
|
515
526
|
input: UpdateFunctionConfigurationCommandInput,
|
|
516
527
|
context: __SerdeContext
|
|
517
528
|
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const
|
|
529
|
+
export declare const se_UpdateFunctionEventInvokeConfigCommand: (
|
|
519
530
|
input: UpdateFunctionEventInvokeConfigCommandInput,
|
|
520
531
|
context: __SerdeContext
|
|
521
532
|
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const
|
|
533
|
+
export declare const se_UpdateFunctionUrlConfigCommand: (
|
|
523
534
|
input: UpdateFunctionUrlConfigCommandInput,
|
|
524
535
|
context: __SerdeContext
|
|
525
536
|
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const
|
|
537
|
+
export declare const de_AddLayerVersionPermissionCommand: (
|
|
527
538
|
output: __HttpResponse,
|
|
528
539
|
context: __SerdeContext
|
|
529
540
|
) => Promise<AddLayerVersionPermissionCommandOutput>;
|
|
530
|
-
export declare const
|
|
541
|
+
export declare const de_AddPermissionCommand: (
|
|
531
542
|
output: __HttpResponse,
|
|
532
543
|
context: __SerdeContext
|
|
533
544
|
) => Promise<AddPermissionCommandOutput>;
|
|
534
|
-
export declare const
|
|
545
|
+
export declare const de_CreateAliasCommand: (
|
|
535
546
|
output: __HttpResponse,
|
|
536
547
|
context: __SerdeContext
|
|
537
548
|
) => Promise<CreateAliasCommandOutput>;
|
|
538
|
-
export declare const
|
|
549
|
+
export declare const de_CreateCodeSigningConfigCommand: (
|
|
539
550
|
output: __HttpResponse,
|
|
540
551
|
context: __SerdeContext
|
|
541
552
|
) => Promise<CreateCodeSigningConfigCommandOutput>;
|
|
542
|
-
export declare const
|
|
553
|
+
export declare const de_CreateEventSourceMappingCommand: (
|
|
543
554
|
output: __HttpResponse,
|
|
544
555
|
context: __SerdeContext
|
|
545
556
|
) => Promise<CreateEventSourceMappingCommandOutput>;
|
|
546
|
-
export declare const
|
|
557
|
+
export declare const de_CreateFunctionCommand: (
|
|
547
558
|
output: __HttpResponse,
|
|
548
559
|
context: __SerdeContext
|
|
549
560
|
) => Promise<CreateFunctionCommandOutput>;
|
|
550
|
-
export declare const
|
|
561
|
+
export declare const de_CreateFunctionUrlConfigCommand: (
|
|
551
562
|
output: __HttpResponse,
|
|
552
563
|
context: __SerdeContext
|
|
553
564
|
) => Promise<CreateFunctionUrlConfigCommandOutput>;
|
|
554
|
-
export declare const
|
|
565
|
+
export declare const de_DeleteAliasCommand: (
|
|
555
566
|
output: __HttpResponse,
|
|
556
567
|
context: __SerdeContext
|
|
557
568
|
) => Promise<DeleteAliasCommandOutput>;
|
|
558
|
-
export declare const
|
|
569
|
+
export declare const de_DeleteCodeSigningConfigCommand: (
|
|
559
570
|
output: __HttpResponse,
|
|
560
571
|
context: __SerdeContext
|
|
561
572
|
) => Promise<DeleteCodeSigningConfigCommandOutput>;
|
|
562
|
-
export declare const
|
|
573
|
+
export declare const de_DeleteEventSourceMappingCommand: (
|
|
563
574
|
output: __HttpResponse,
|
|
564
575
|
context: __SerdeContext
|
|
565
576
|
) => Promise<DeleteEventSourceMappingCommandOutput>;
|
|
566
|
-
export declare const
|
|
577
|
+
export declare const de_DeleteFunctionCommand: (
|
|
567
578
|
output: __HttpResponse,
|
|
568
579
|
context: __SerdeContext
|
|
569
580
|
) => Promise<DeleteFunctionCommandOutput>;
|
|
570
|
-
export declare const
|
|
581
|
+
export declare const de_DeleteFunctionCodeSigningConfigCommand: (
|
|
571
582
|
output: __HttpResponse,
|
|
572
583
|
context: __SerdeContext
|
|
573
584
|
) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
|
|
574
|
-
export declare const
|
|
585
|
+
export declare const de_DeleteFunctionConcurrencyCommand: (
|
|
575
586
|
output: __HttpResponse,
|
|
576
587
|
context: __SerdeContext
|
|
577
588
|
) => Promise<DeleteFunctionConcurrencyCommandOutput>;
|
|
578
|
-
export declare const
|
|
589
|
+
export declare const de_DeleteFunctionEventInvokeConfigCommand: (
|
|
579
590
|
output: __HttpResponse,
|
|
580
591
|
context: __SerdeContext
|
|
581
592
|
) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
582
|
-
export declare const
|
|
593
|
+
export declare const de_DeleteFunctionUrlConfigCommand: (
|
|
583
594
|
output: __HttpResponse,
|
|
584
595
|
context: __SerdeContext
|
|
585
596
|
) => Promise<DeleteFunctionUrlConfigCommandOutput>;
|
|
586
|
-
export declare const
|
|
597
|
+
export declare const de_DeleteLayerVersionCommand: (
|
|
587
598
|
output: __HttpResponse,
|
|
588
599
|
context: __SerdeContext
|
|
589
600
|
) => Promise<DeleteLayerVersionCommandOutput>;
|
|
590
|
-
export declare const
|
|
601
|
+
export declare const de_DeleteProvisionedConcurrencyConfigCommand: (
|
|
591
602
|
output: __HttpResponse,
|
|
592
603
|
context: __SerdeContext
|
|
593
604
|
) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
594
|
-
export declare const
|
|
605
|
+
export declare const de_GetAccountSettingsCommand: (
|
|
595
606
|
output: __HttpResponse,
|
|
596
607
|
context: __SerdeContext
|
|
597
608
|
) => Promise<GetAccountSettingsCommandOutput>;
|
|
598
|
-
export declare const
|
|
609
|
+
export declare const de_GetAliasCommand: (
|
|
599
610
|
output: __HttpResponse,
|
|
600
611
|
context: __SerdeContext
|
|
601
612
|
) => Promise<GetAliasCommandOutput>;
|
|
602
|
-
export declare const
|
|
613
|
+
export declare const de_GetCodeSigningConfigCommand: (
|
|
603
614
|
output: __HttpResponse,
|
|
604
615
|
context: __SerdeContext
|
|
605
616
|
) => Promise<GetCodeSigningConfigCommandOutput>;
|
|
606
|
-
export declare const
|
|
617
|
+
export declare const de_GetEventSourceMappingCommand: (
|
|
607
618
|
output: __HttpResponse,
|
|
608
619
|
context: __SerdeContext
|
|
609
620
|
) => Promise<GetEventSourceMappingCommandOutput>;
|
|
610
|
-
export declare const
|
|
621
|
+
export declare const de_GetFunctionCommand: (
|
|
611
622
|
output: __HttpResponse,
|
|
612
623
|
context: __SerdeContext
|
|
613
624
|
) => Promise<GetFunctionCommandOutput>;
|
|
614
|
-
export declare const
|
|
625
|
+
export declare const de_GetFunctionCodeSigningConfigCommand: (
|
|
615
626
|
output: __HttpResponse,
|
|
616
627
|
context: __SerdeContext
|
|
617
628
|
) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
|
|
618
|
-
export declare const
|
|
629
|
+
export declare const de_GetFunctionConcurrencyCommand: (
|
|
619
630
|
output: __HttpResponse,
|
|
620
631
|
context: __SerdeContext
|
|
621
632
|
) => Promise<GetFunctionConcurrencyCommandOutput>;
|
|
622
|
-
export declare const
|
|
633
|
+
export declare const de_GetFunctionConfigurationCommand: (
|
|
623
634
|
output: __HttpResponse,
|
|
624
635
|
context: __SerdeContext
|
|
625
636
|
) => Promise<GetFunctionConfigurationCommandOutput>;
|
|
626
|
-
export declare const
|
|
637
|
+
export declare const de_GetFunctionEventInvokeConfigCommand: (
|
|
627
638
|
output: __HttpResponse,
|
|
628
639
|
context: __SerdeContext
|
|
629
640
|
) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
|
|
630
|
-
export declare const
|
|
641
|
+
export declare const de_GetFunctionUrlConfigCommand: (
|
|
631
642
|
output: __HttpResponse,
|
|
632
643
|
context: __SerdeContext
|
|
633
644
|
) => Promise<GetFunctionUrlConfigCommandOutput>;
|
|
634
|
-
export declare const
|
|
645
|
+
export declare const de_GetLayerVersionCommand: (
|
|
635
646
|
output: __HttpResponse,
|
|
636
647
|
context: __SerdeContext
|
|
637
648
|
) => Promise<GetLayerVersionCommandOutput>;
|
|
638
|
-
export declare const
|
|
649
|
+
export declare const de_GetLayerVersionByArnCommand: (
|
|
639
650
|
output: __HttpResponse,
|
|
640
651
|
context: __SerdeContext
|
|
641
652
|
) => Promise<GetLayerVersionByArnCommandOutput>;
|
|
642
|
-
export declare const
|
|
653
|
+
export declare const de_GetLayerVersionPolicyCommand: (
|
|
643
654
|
output: __HttpResponse,
|
|
644
655
|
context: __SerdeContext
|
|
645
656
|
) => Promise<GetLayerVersionPolicyCommandOutput>;
|
|
646
|
-
export declare const
|
|
657
|
+
export declare const de_GetPolicyCommand: (
|
|
647
658
|
output: __HttpResponse,
|
|
648
659
|
context: __SerdeContext
|
|
649
660
|
) => Promise<GetPolicyCommandOutput>;
|
|
650
|
-
export declare const
|
|
661
|
+
export declare const de_GetProvisionedConcurrencyConfigCommand: (
|
|
651
662
|
output: __HttpResponse,
|
|
652
663
|
context: __SerdeContext
|
|
653
664
|
) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
|
|
654
|
-
export declare const
|
|
665
|
+
export declare const de_GetRuntimeManagementConfigCommand: (
|
|
655
666
|
output: __HttpResponse,
|
|
656
667
|
context: __SerdeContext
|
|
657
668
|
) => Promise<GetRuntimeManagementConfigCommandOutput>;
|
|
658
|
-
export declare const
|
|
669
|
+
export declare const de_InvokeCommand: (
|
|
659
670
|
output: __HttpResponse,
|
|
660
671
|
context: __SerdeContext
|
|
661
672
|
) => Promise<InvokeCommandOutput>;
|
|
662
|
-
export declare const
|
|
673
|
+
export declare const de_InvokeAsyncCommand: (
|
|
663
674
|
output: __HttpResponse,
|
|
664
675
|
context: __SerdeContext
|
|
665
676
|
) => Promise<InvokeAsyncCommandOutput>;
|
|
666
|
-
export declare const
|
|
677
|
+
export declare const de_InvokeWithResponseStreamCommand: (
|
|
678
|
+
output: __HttpResponse,
|
|
679
|
+
context: __SerdeContext & __EventStreamSerdeContext
|
|
680
|
+
) => Promise<InvokeWithResponseStreamCommandOutput>;
|
|
681
|
+
export declare const de_ListAliasesCommand: (
|
|
667
682
|
output: __HttpResponse,
|
|
668
683
|
context: __SerdeContext
|
|
669
684
|
) => Promise<ListAliasesCommandOutput>;
|
|
670
|
-
export declare const
|
|
685
|
+
export declare const de_ListCodeSigningConfigsCommand: (
|
|
671
686
|
output: __HttpResponse,
|
|
672
687
|
context: __SerdeContext
|
|
673
688
|
) => Promise<ListCodeSigningConfigsCommandOutput>;
|
|
674
|
-
export declare const
|
|
689
|
+
export declare const de_ListEventSourceMappingsCommand: (
|
|
675
690
|
output: __HttpResponse,
|
|
676
691
|
context: __SerdeContext
|
|
677
692
|
) => Promise<ListEventSourceMappingsCommandOutput>;
|
|
678
|
-
export declare const
|
|
693
|
+
export declare const de_ListFunctionEventInvokeConfigsCommand: (
|
|
679
694
|
output: __HttpResponse,
|
|
680
695
|
context: __SerdeContext
|
|
681
696
|
) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
682
|
-
export declare const
|
|
697
|
+
export declare const de_ListFunctionsCommand: (
|
|
683
698
|
output: __HttpResponse,
|
|
684
699
|
context: __SerdeContext
|
|
685
700
|
) => Promise<ListFunctionsCommandOutput>;
|
|
686
|
-
export declare const
|
|
701
|
+
export declare const de_ListFunctionsByCodeSigningConfigCommand: (
|
|
687
702
|
output: __HttpResponse,
|
|
688
703
|
context: __SerdeContext
|
|
689
704
|
) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
690
|
-
export declare const
|
|
705
|
+
export declare const de_ListFunctionUrlConfigsCommand: (
|
|
691
706
|
output: __HttpResponse,
|
|
692
707
|
context: __SerdeContext
|
|
693
708
|
) => Promise<ListFunctionUrlConfigsCommandOutput>;
|
|
694
|
-
export declare const
|
|
709
|
+
export declare const de_ListLayersCommand: (
|
|
695
710
|
output: __HttpResponse,
|
|
696
711
|
context: __SerdeContext
|
|
697
712
|
) => Promise<ListLayersCommandOutput>;
|
|
698
|
-
export declare const
|
|
713
|
+
export declare const de_ListLayerVersionsCommand: (
|
|
699
714
|
output: __HttpResponse,
|
|
700
715
|
context: __SerdeContext
|
|
701
716
|
) => Promise<ListLayerVersionsCommandOutput>;
|
|
702
|
-
export declare const
|
|
717
|
+
export declare const de_ListProvisionedConcurrencyConfigsCommand: (
|
|
703
718
|
output: __HttpResponse,
|
|
704
719
|
context: __SerdeContext
|
|
705
720
|
) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
706
|
-
export declare const
|
|
721
|
+
export declare const de_ListTagsCommand: (
|
|
707
722
|
output: __HttpResponse,
|
|
708
723
|
context: __SerdeContext
|
|
709
724
|
) => Promise<ListTagsCommandOutput>;
|
|
710
|
-
export declare const
|
|
725
|
+
export declare const de_ListVersionsByFunctionCommand: (
|
|
711
726
|
output: __HttpResponse,
|
|
712
727
|
context: __SerdeContext
|
|
713
728
|
) => Promise<ListVersionsByFunctionCommandOutput>;
|
|
714
|
-
export declare const
|
|
729
|
+
export declare const de_PublishLayerVersionCommand: (
|
|
715
730
|
output: __HttpResponse,
|
|
716
731
|
context: __SerdeContext
|
|
717
732
|
) => Promise<PublishLayerVersionCommandOutput>;
|
|
718
|
-
export declare const
|
|
733
|
+
export declare const de_PublishVersionCommand: (
|
|
719
734
|
output: __HttpResponse,
|
|
720
735
|
context: __SerdeContext
|
|
721
736
|
) => Promise<PublishVersionCommandOutput>;
|
|
722
|
-
export declare const
|
|
737
|
+
export declare const de_PutFunctionCodeSigningConfigCommand: (
|
|
723
738
|
output: __HttpResponse,
|
|
724
739
|
context: __SerdeContext
|
|
725
740
|
) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
|
|
726
|
-
export declare const
|
|
741
|
+
export declare const de_PutFunctionConcurrencyCommand: (
|
|
727
742
|
output: __HttpResponse,
|
|
728
743
|
context: __SerdeContext
|
|
729
744
|
) => Promise<PutFunctionConcurrencyCommandOutput>;
|
|
730
|
-
export declare const
|
|
745
|
+
export declare const de_PutFunctionEventInvokeConfigCommand: (
|
|
731
746
|
output: __HttpResponse,
|
|
732
747
|
context: __SerdeContext
|
|
733
748
|
) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
|
|
734
|
-
export declare const
|
|
749
|
+
export declare const de_PutProvisionedConcurrencyConfigCommand: (
|
|
735
750
|
output: __HttpResponse,
|
|
736
751
|
context: __SerdeContext
|
|
737
752
|
) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
|
|
738
|
-
export declare const
|
|
753
|
+
export declare const de_PutRuntimeManagementConfigCommand: (
|
|
739
754
|
output: __HttpResponse,
|
|
740
755
|
context: __SerdeContext
|
|
741
756
|
) => Promise<PutRuntimeManagementConfigCommandOutput>;
|
|
742
|
-
export declare const
|
|
757
|
+
export declare const de_RemoveLayerVersionPermissionCommand: (
|
|
743
758
|
output: __HttpResponse,
|
|
744
759
|
context: __SerdeContext
|
|
745
760
|
) => Promise<RemoveLayerVersionPermissionCommandOutput>;
|
|
746
|
-
export declare const
|
|
761
|
+
export declare const de_RemovePermissionCommand: (
|
|
747
762
|
output: __HttpResponse,
|
|
748
763
|
context: __SerdeContext
|
|
749
764
|
) => Promise<RemovePermissionCommandOutput>;
|
|
750
|
-
export declare const
|
|
765
|
+
export declare const de_TagResourceCommand: (
|
|
751
766
|
output: __HttpResponse,
|
|
752
767
|
context: __SerdeContext
|
|
753
768
|
) => Promise<TagResourceCommandOutput>;
|
|
754
|
-
export declare const
|
|
769
|
+
export declare const de_UntagResourceCommand: (
|
|
755
770
|
output: __HttpResponse,
|
|
756
771
|
context: __SerdeContext
|
|
757
772
|
) => Promise<UntagResourceCommandOutput>;
|
|
758
|
-
export declare const
|
|
773
|
+
export declare const de_UpdateAliasCommand: (
|
|
759
774
|
output: __HttpResponse,
|
|
760
775
|
context: __SerdeContext
|
|
761
776
|
) => Promise<UpdateAliasCommandOutput>;
|
|
762
|
-
export declare const
|
|
777
|
+
export declare const de_UpdateCodeSigningConfigCommand: (
|
|
763
778
|
output: __HttpResponse,
|
|
764
779
|
context: __SerdeContext
|
|
765
780
|
) => Promise<UpdateCodeSigningConfigCommandOutput>;
|
|
766
|
-
export declare const
|
|
781
|
+
export declare const de_UpdateEventSourceMappingCommand: (
|
|
767
782
|
output: __HttpResponse,
|
|
768
783
|
context: __SerdeContext
|
|
769
784
|
) => Promise<UpdateEventSourceMappingCommandOutput>;
|
|
770
|
-
export declare const
|
|
785
|
+
export declare const de_UpdateFunctionCodeCommand: (
|
|
771
786
|
output: __HttpResponse,
|
|
772
787
|
context: __SerdeContext
|
|
773
788
|
) => Promise<UpdateFunctionCodeCommandOutput>;
|
|
774
|
-
export declare const
|
|
789
|
+
export declare const de_UpdateFunctionConfigurationCommand: (
|
|
775
790
|
output: __HttpResponse,
|
|
776
791
|
context: __SerdeContext
|
|
777
792
|
) => Promise<UpdateFunctionConfigurationCommandOutput>;
|
|
778
|
-
export declare const
|
|
793
|
+
export declare const de_UpdateFunctionEventInvokeConfigCommand: (
|
|
779
794
|
output: __HttpResponse,
|
|
780
795
|
context: __SerdeContext
|
|
781
796
|
) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
782
|
-
export declare const
|
|
797
|
+
export declare const de_UpdateFunctionUrlConfigCommand: (
|
|
783
798
|
output: __HttpResponse,
|
|
784
799
|
context: __SerdeContext
|
|
785
800
|
) => Promise<UpdateFunctionUrlConfigCommandOutput>;
|