@aws-sdk/client-lambda 3.53.0 → 3.55.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 (95) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/LambdaClient.js +13 -13
  3. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +3 -3
  4. package/dist-cjs/commands/AddPermissionCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  6. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +3 -3
  8. package/dist-cjs/commands/CreateFunctionCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteFunctionCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteLayerVersionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -3
  18. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/GetAliasCommand.js +3 -3
  20. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +3 -3
  21. package/dist-cjs/commands/GetEventSourceMappingCommand.js +3 -3
  22. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  23. package/dist-cjs/commands/GetFunctionCommand.js +3 -3
  24. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +3 -3
  25. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +3 -3
  26. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  27. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +3 -3
  28. package/dist-cjs/commands/GetLayerVersionCommand.js +3 -3
  29. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +3 -3
  30. package/dist-cjs/commands/GetPolicyCommand.js +3 -3
  31. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  32. package/dist-cjs/commands/InvokeAsyncCommand.js +3 -3
  33. package/dist-cjs/commands/InvokeCommand.js +3 -3
  34. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  35. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +3 -3
  36. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +3 -3
  37. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  38. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  39. package/dist-cjs/commands/ListFunctionsCommand.js +3 -3
  40. package/dist-cjs/commands/ListLayerVersionsCommand.js +3 -3
  41. package/dist-cjs/commands/ListLayersCommand.js +3 -3
  42. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  43. package/dist-cjs/commands/ListTagsCommand.js +3 -3
  44. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +3 -3
  45. package/dist-cjs/commands/PublishLayerVersionCommand.js +3 -3
  46. package/dist-cjs/commands/PublishVersionCommand.js +3 -3
  47. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  48. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +3 -3
  49. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  50. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  51. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +3 -3
  52. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  53. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  54. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  61. package/dist-cjs/endpoints.js +1 -1
  62. package/dist-cjs/protocols/Aws_restJson1.js +651 -649
  63. package/dist-cjs/runtimeConfig.browser.js +4 -4
  64. package/dist-cjs/runtimeConfig.js +9 -9
  65. package/dist-cjs/runtimeConfig.native.js +1 -1
  66. package/dist-cjs/waiters/waitForFunctionActive.js +3 -3
  67. package/dist-cjs/waiters/waitForFunctionActiveV2.js +3 -3
  68. package/dist-cjs/waiters/waitForFunctionExists.js +3 -3
  69. package/dist-cjs/waiters/waitForFunctionUpdated.js +3 -3
  70. package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +3 -3
  71. package/dist-es/Lambda.js +58 -58
  72. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  73. package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +4 -4
  74. package/dist-es/pagination/ListEventSourceMappingsPaginator.js +4 -4
  75. package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +4 -4
  76. package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +4 -4
  77. package/dist-es/pagination/ListFunctionsPaginator.js +4 -4
  78. package/dist-es/pagination/ListLayerVersionsPaginator.js +4 -4
  79. package/dist-es/pagination/ListLayersPaginator.js +4 -4
  80. package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +4 -4
  81. package/dist-es/pagination/ListVersionsByFunctionPaginator.js +4 -4
  82. package/dist-es/protocols/Aws_restJson1.js +61 -60
  83. package/dist-types/Lambda.d.ts +9 -7
  84. package/dist-types/LambdaClient.d.ts +2 -2
  85. package/dist-types/commands/AddPermissionCommand.d.ts +9 -7
  86. package/dist-types/models/models_0.d.ts +5 -0
  87. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  88. package/dist-types/runtimeConfig.d.ts +1 -1
  89. package/dist-types/runtimeConfig.native.d.ts +3 -3
  90. package/dist-types/ts3.4/LambdaClient.d.ts +2 -2
  91. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  95. package/package.json +35 -35
@@ -11,7 +11,7 @@ class GetLayerVersionByArnCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class GetLayerVersionByArnCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetLayerVersionByArnCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetLayerVersionByArnCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionByArnCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionByArnCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLayerVersionByArnCommand = GetLayerVersionByArnCommand;
@@ -11,7 +11,7 @@ class GetLayerVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class GetLayerVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetLayerVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetLayerVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLayerVersionCommand = GetLayerVersionCommand;
@@ -11,7 +11,7 @@ class GetLayerVersionPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class GetLayerVersionPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetLayerVersionPolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetLayerVersionPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionPolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetLayerVersionPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLayerVersionPolicyCommand = GetLayerVersionPolicyCommand;
@@ -11,7 +11,7 @@ class GetPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class GetPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetPolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetPolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPolicyCommand = GetPolicyCommand;
@@ -11,7 +11,7 @@ class GetProvisionedConcurrencyConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class GetProvisionedConcurrencyConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1GetProvisionedConcurrencyConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1GetProvisionedConcurrencyConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetProvisionedConcurrencyConfigCommand = GetProvisionedConcurrencyConfigCommand;
@@ -11,7 +11,7 @@ class InvokeAsyncCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class InvokeAsyncCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1InvokeAsyncCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1InvokeAsyncCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1InvokeAsyncCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1InvokeAsyncCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.InvokeAsyncCommand = InvokeAsyncCommand;
@@ -11,7 +11,7 @@ class InvokeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class InvokeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1InvokeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1InvokeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1InvokeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1InvokeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.InvokeCommand = InvokeCommand;
@@ -11,7 +11,7 @@ class ListAliasesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListAliasesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListAliasesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAliasesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAliasesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAliasesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAliasesCommand = ListAliasesCommand;
@@ -11,7 +11,7 @@ class ListCodeSigningConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListCodeSigningConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListCodeSigningConfigsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListCodeSigningConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListCodeSigningConfigsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListCodeSigningConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListCodeSigningConfigsCommand = ListCodeSigningConfigsCommand;
@@ -11,7 +11,7 @@ class ListEventSourceMappingsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListEventSourceMappingsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListEventSourceMappingsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListEventSourceMappingsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListEventSourceMappingsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListEventSourceMappingsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListEventSourceMappingsCommand = ListEventSourceMappingsCommand;
@@ -11,7 +11,7 @@ class ListFunctionEventInvokeConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListFunctionEventInvokeConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListFunctionEventInvokeConfigsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionEventInvokeConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFunctionEventInvokeConfigsCommand = ListFunctionEventInvokeConfigsCommand;
@@ -11,7 +11,7 @@ class ListFunctionsByCodeSigningConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListFunctionsByCodeSigningConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFunctionsByCodeSigningConfigCommand = ListFunctionsByCodeSigningConfigCommand;
@@ -11,7 +11,7 @@ class ListFunctionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListFunctionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListFunctionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListFunctionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListFunctionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListFunctionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListFunctionsCommand = ListFunctionsCommand;
@@ -11,7 +11,7 @@ class ListLayerVersionsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListLayerVersionsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListLayerVersionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListLayerVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListLayerVersionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListLayerVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLayerVersionsCommand = ListLayerVersionsCommand;
@@ -11,7 +11,7 @@ class ListLayersCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListLayersCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListLayersCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListLayersCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListLayersCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListLayersCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLayersCommand = ListLayersCommand;
@@ -11,7 +11,7 @@ class ListProvisionedConcurrencyConfigsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListProvisionedConcurrencyConfigsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListProvisionedConcurrencyConfigsCommand = ListProvisionedConcurrencyConfigsCommand;
@@ -11,7 +11,7 @@ class ListTagsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListTagsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsCommand = ListTagsCommand;
@@ -11,7 +11,7 @@ class ListVersionsByFunctionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class ListVersionsByFunctionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListVersionsByFunctionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListVersionsByFunctionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListVersionsByFunctionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListVersionsByFunctionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListVersionsByFunctionCommand = ListVersionsByFunctionCommand;
@@ -11,7 +11,7 @@ class PublishLayerVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PublishLayerVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PublishLayerVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PublishLayerVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PublishLayerVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PublishLayerVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PublishLayerVersionCommand = PublishLayerVersionCommand;
@@ -11,7 +11,7 @@ class PublishVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PublishVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PublishVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PublishVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PublishVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PublishVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PublishVersionCommand = PublishVersionCommand;
@@ -11,7 +11,7 @@ class PutFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PutFunctionCodeSigningConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutFunctionCodeSigningConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutFunctionCodeSigningConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutFunctionCodeSigningConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutFunctionCodeSigningConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutFunctionCodeSigningConfigCommand = PutFunctionCodeSigningConfigCommand;
@@ -11,7 +11,7 @@ class PutFunctionConcurrencyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PutFunctionConcurrencyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutFunctionConcurrencyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutFunctionConcurrencyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutFunctionConcurrencyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutFunctionConcurrencyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutFunctionConcurrencyCommand = PutFunctionConcurrencyCommand;
@@ -11,7 +11,7 @@ class PutFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PutFunctionEventInvokeConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutFunctionEventInvokeConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutFunctionEventInvokeConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutFunctionEventInvokeConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutFunctionEventInvokeConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutFunctionEventInvokeConfigCommand = PutFunctionEventInvokeConfigCommand;
@@ -11,7 +11,7 @@ class PutProvisionedConcurrencyConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class PutProvisionedConcurrencyConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1PutProvisionedConcurrencyConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1PutProvisionedConcurrencyConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.PutProvisionedConcurrencyConfigCommand = PutProvisionedConcurrencyConfigCommand;
@@ -11,7 +11,7 @@ class RemoveLayerVersionPermissionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class RemoveLayerVersionPermissionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RemoveLayerVersionPermissionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemoveLayerVersionPermissionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemoveLayerVersionPermissionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemoveLayerVersionPermissionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemoveLayerVersionPermissionCommand = RemoveLayerVersionPermissionCommand;
@@ -11,7 +11,7 @@ class RemovePermissionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class RemovePermissionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RemovePermissionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RemovePermissionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RemovePermissionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RemovePermissionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RemovePermissionCommand = RemovePermissionCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LambdaClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;