@aws-sdk/client-lambda 3.40.0 → 3.45.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.
Files changed (71) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +62 -3
  3. package/dist-cjs/endpoints.js +9 -0
  4. package/dist-cjs/models/models_0.js +18 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +70 -0
  6. package/dist-es/endpoints.js +9 -0
  7. package/dist-es/models/models_0.js +10 -0
  8. package/dist-es/protocols/Aws_restJson1.js +68 -4
  9. package/dist-types/Lambda.d.ts +189 -13
  10. package/dist-types/LambdaClient.d.ts +62 -3
  11. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +1 -1
  12. package/dist-types/commands/AddPermissionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +50 -11
  16. package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetAliasCommand.d.ts +1 -1
  28. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +1 -1
  30. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
  32. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -1
  34. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +1 -1
  35. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
  37. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +1 -1
  40. package/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
  41. package/dist-types/commands/InvokeCommand.d.ts +1 -1
  42. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/ListFunctionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListLayersCommand.d.ts +1 -1
  50. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -1
  53. package/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -1
  54. package/dist-types/commands/PublishVersionCommand.d.ts +1 -1
  55. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -1
  56. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +1 -1
  57. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +1 -1
  59. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +79 -1
  66. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -1
  69. package/dist-types/models/models_0.d.ts +98 -15
  70. package/dist-types/ts3.4/models/models_0.d.ts +26 -0
  71. package/package.json +6 -6
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {
@@ -9,6 +9,45 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
9
9
  /**
10
10
  * <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
11
11
  * invocation and resume later from the same location.</p>
12
+ * <p>For details about how to configure different event sources, see the following topics. </p>
13
+ * <ul>
14
+ * <li>
15
+ * <p>
16
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping">
17
+ * Amazon DynamoDB Streams</a>
18
+ * </p>
19
+ * </li>
20
+ * <li>
21
+ * <p>
22
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping">
23
+ * Amazon Kinesis</a>
24
+ * </p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource">
29
+ * Amazon SQS</a>
30
+ * </p>
31
+ * </li>
32
+ * <li>
33
+ * <p>
34
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping">
35
+ * Amazon MQ and RabbitMQ</a>
36
+ * </p>
37
+ * </li>
38
+ * <li>
39
+ * <p>
40
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html">
41
+ * Amazon MSK</a>
42
+ * </p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html">
47
+ * Apache Kafka</a>
48
+ * </p>
49
+ * </li>
50
+ * </ul>
12
51
  *
13
52
  * <p>The following error handling options are only available for stream sources (DynamoDB and Kinesis):</p>
14
53
  * <ul>
@@ -33,6 +72,45 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
33
72
  * <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>
34
73
  * </li>
35
74
  * </ul>
75
+ * <p>For information about which configuration parameters apply to each event source, see the following topics.</p>
76
+ * <ul>
77
+ * <li>
78
+ * <p>
79
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params">
80
+ * Amazon DynamoDB Streams</a>
81
+ * </p>
82
+ * </li>
83
+ * <li>
84
+ * <p>
85
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params">
86
+ * Amazon Kinesis</a>
87
+ * </p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params">
92
+ * Amazon SQS</a>
93
+ * </p>
94
+ * </li>
95
+ * <li>
96
+ * <p>
97
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params">
98
+ * Amazon MQ and RabbitMQ</a>
99
+ * </p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms">
104
+ * Amazon MSK</a>
105
+ * </p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms">
110
+ * Apache Kafka</a>
111
+ * </p>
112
+ * </li>
113
+ * </ul>
36
114
  * @example
37
115
  * Use a bare-bones client and the command you need to make an API call.
38
116
  * ```javascript
@@ -45,7 +123,7 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
45
123
  *
46
124
  * @see {@link UpdateEventSourceMappingCommandInput} for command's `input` shape.
47
125
  * @see {@link UpdateEventSourceMappingCommandOutput} for command's `response` shape.
48
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
126
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
49
127
  *
50
128
  */
51
129
  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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {