@aws-sdk/client-lambda 3.54.0 → 3.56.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 (91) hide show
  1. package/CHANGELOG.md +30 -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/models/models_0.js +10 -4
  63. package/dist-cjs/protocols/Aws_restJson1.js +692 -649
  64. package/dist-cjs/runtimeConfig.browser.js +4 -4
  65. package/dist-cjs/runtimeConfig.js +9 -9
  66. package/dist-cjs/runtimeConfig.native.js +1 -1
  67. package/dist-cjs/waiters/waitForFunctionActive.js +3 -3
  68. package/dist-cjs/waiters/waitForFunctionActiveV2.js +3 -3
  69. package/dist-cjs/waiters/waitForFunctionExists.js +3 -3
  70. package/dist-cjs/waiters/waitForFunctionUpdated.js +3 -3
  71. package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +3 -3
  72. package/dist-es/Lambda.js +58 -58
  73. package/dist-es/models/models_0.js +4 -0
  74. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  75. package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +4 -4
  76. package/dist-es/pagination/ListEventSourceMappingsPaginator.js +4 -4
  77. package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +4 -4
  78. package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +4 -4
  79. package/dist-es/pagination/ListFunctionsPaginator.js +4 -4
  80. package/dist-es/pagination/ListLayerVersionsPaginator.js +4 -4
  81. package/dist-es/pagination/ListLayersPaginator.js +4 -4
  82. package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +4 -4
  83. package/dist-es/pagination/ListVersionsByFunctionPaginator.js +4 -4
  84. package/dist-es/protocols/Aws_restJson1.js +102 -64
  85. package/dist-types/Lambda.d.ts +9 -7
  86. package/dist-types/commands/AddPermissionCommand.d.ts +9 -7
  87. package/dist-types/models/models_0.d.ts +32 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/models/models_0.d.ts +17 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  91. package/package.json +35 -35
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 UntagResourceCommand 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_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateAliasCommand 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 UpdateAliasCommand 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_restJson1UpdateAliasCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAliasCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAliasCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAliasCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAliasCommand = UpdateAliasCommand;
@@ -11,7 +11,7 @@ class UpdateCodeSigningConfigCommand 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 UpdateCodeSigningConfigCommand 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_restJson1UpdateCodeSigningConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCodeSigningConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateCodeSigningConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCodeSigningConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateCodeSigningConfigCommand = UpdateCodeSigningConfigCommand;
@@ -11,7 +11,7 @@ class UpdateEventSourceMappingCommand 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 UpdateEventSourceMappingCommand 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_restJson1UpdateEventSourceMappingCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEventSourceMappingCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateEventSourceMappingCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEventSourceMappingCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateEventSourceMappingCommand = UpdateEventSourceMappingCommand;
@@ -11,7 +11,7 @@ class UpdateFunctionCodeCommand 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 UpdateFunctionCodeCommand 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_restJson1UpdateFunctionCodeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFunctionCodeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionCodeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionCodeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateFunctionCodeCommand = UpdateFunctionCodeCommand;
@@ -11,7 +11,7 @@ class UpdateFunctionConfigurationCommand 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 UpdateFunctionConfigurationCommand 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_restJson1UpdateFunctionConfigurationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFunctionConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionConfigurationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateFunctionConfigurationCommand = UpdateFunctionConfigurationCommand;
@@ -11,7 +11,7 @@ class UpdateFunctionEventInvokeConfigCommand 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 UpdateFunctionEventInvokeConfigCommand 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_restJson1UpdateFunctionEventInvokeConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateFunctionEventInvokeConfigCommand = UpdateFunctionEventInvokeConfigCommand;
@@ -351,7 +351,7 @@ const partitionHash = {
351
351
  ],
352
352
  },
353
353
  };
354
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
354
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
355
355
  ...options,
356
356
  signingService: "lambda",
357
357
  regionHash,
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VpcConfig = exports.TracingConfig = exports.TracingMode = exports.Runtime = exports.PackageType = exports.ImageConfig = exports.FileSystemConfig = exports.Environment = exports.DeadLetterConfig = exports.FunctionCode = exports.CodeVerificationFailedException = exports.CodeStorageExceededException = exports.CodeSigningConfigNotFoundException = exports.EventSourceMappingConfiguration = exports.CreateEventSourceMappingRequest = exports.EventSourcePosition = exports.SourceAccessConfiguration = exports.SourceAccessType = exports.SelfManagedEventSource = exports.EndPointType = exports.FunctionResponseType = exports.FilterCriteria = exports.Filter = exports.DestinationConfig = exports.OnSuccess = exports.OnFailure = exports.CreateCodeSigningConfigResponse = exports.CodeSigningConfig = exports.CreateCodeSigningConfigRequest = exports.CodeSigningPolicies = exports.CodeSigningPolicy = exports.CreateAliasRequest = exports.Architecture = exports.AllowedPublishers = exports.AliasConfiguration = exports.AliasRoutingConfiguration = exports.AddPermissionResponse = exports.AddPermissionRequest = exports.TooManyRequestsException = exports.ThrottleReason = exports.ServiceException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.PreconditionFailedException = exports.PolicyLengthExceededException = exports.InvalidParameterValueException = exports.AddLayerVersionPermissionResponse = exports.AddLayerVersionPermissionRequest = exports.AccountUsage = exports.AccountLimit = void 0;
4
- exports.GetPolicyResponse = exports.GetPolicyRequest = exports.GetLayerVersionPolicyResponse = exports.GetLayerVersionPolicyRequest = exports.GetLayerVersionByArnRequest = exports.GetLayerVersionResponse = exports.LayerVersionContentOutput = exports.GetLayerVersionRequest = exports.GetFunctionEventInvokeConfigRequest = exports.FunctionEventInvokeConfig = exports.GetFunctionConfigurationRequest = exports.GetFunctionConcurrencyResponse = exports.GetFunctionConcurrencyRequest = exports.GetFunctionCodeSigningConfigResponse = exports.GetFunctionCodeSigningConfigRequest = exports.GetFunctionResponse = exports.Concurrency = exports.FunctionCodeLocation = exports.GetFunctionRequest = exports.GetEventSourceMappingRequest = exports.GetCodeSigningConfigResponse = exports.GetCodeSigningConfigRequest = exports.GetAliasRequest = exports.GetAccountSettingsResponse = exports.GetAccountSettingsRequest = exports.DeleteProvisionedConcurrencyConfigRequest = exports.DeleteLayerVersionRequest = exports.DeleteFunctionEventInvokeConfigRequest = exports.DeleteFunctionConcurrencyRequest = exports.DeleteFunctionCodeSigningConfigRequest = exports.DeleteFunctionRequest = exports.ResourceInUseException = exports.DeleteEventSourceMappingRequest = exports.DeleteCodeSigningConfigResponse = exports.DeleteCodeSigningConfigRequest = exports.DeleteAliasRequest = exports.InvalidCodeSignatureException = exports.FunctionConfiguration = exports.VpcConfigResponse = exports.TracingConfigResponse = exports.StateReasonCode = exports.State = exports.Layer = exports.LastUpdateStatusReasonCode = exports.LastUpdateStatus = exports.ImageConfigResponse = exports.ImageConfigError = exports.EnvironmentResponse = exports.EnvironmentError = exports.CreateFunctionRequest = void 0;
5
- exports.ListLayerVersionsResponse = exports.ListLayerVersionsRequest = exports.ListLayersResponse = exports.LayersListItem = exports.LayerVersionsListItem = exports.ListLayersRequest = exports.ListFunctionsByCodeSigningConfigResponse = exports.ListFunctionsByCodeSigningConfigRequest = exports.ListFunctionsResponse = exports.ListFunctionsRequest = exports.FunctionVersion = exports.ListFunctionEventInvokeConfigsResponse = exports.ListFunctionEventInvokeConfigsRequest = exports.ListEventSourceMappingsResponse = exports.ListEventSourceMappingsRequest = exports.ListCodeSigningConfigsResponse = exports.ListCodeSigningConfigsRequest = exports.ListAliasesResponse = exports.ListAliasesRequest = exports.InvokeAsyncResponse = exports.InvokeAsyncRequest = exports.UnsupportedMediaTypeException = exports.SubnetIPAddressLimitReachedException = exports.ResourceNotReadyException = exports.RequestTooLargeException = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.InvocationResponse = exports.InvocationRequest = exports.LogType = exports.InvocationType = exports.InvalidZipFileException = exports.InvalidSubnetIDException = exports.InvalidSecurityGroupIDException = exports.InvalidRuntimeException = exports.InvalidRequestContentException = exports.ENILimitReachedException = exports.EFSMountTimeoutException = exports.EFSMountFailureException = exports.EFSMountConnectivityException = exports.EFSIOException = exports.EC2UnexpectedException = exports.EC2ThrottledException = exports.EC2AccessDeniedException = exports.ProvisionedConcurrencyConfigNotFoundException = exports.GetProvisionedConcurrencyConfigResponse = exports.ProvisionedConcurrencyStatusEnum = exports.GetProvisionedConcurrencyConfigRequest = void 0;
6
- exports.UpdateFunctionEventInvokeConfigRequest = exports.UpdateFunctionConfigurationRequest = exports.UpdateFunctionCodeRequest = exports.UpdateEventSourceMappingRequest = exports.UpdateCodeSigningConfigResponse = exports.UpdateCodeSigningConfigRequest = exports.UpdateAliasRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RemovePermissionRequest = exports.RemoveLayerVersionPermissionRequest = exports.PutProvisionedConcurrencyConfigResponse = exports.PutProvisionedConcurrencyConfigRequest = exports.PutFunctionEventInvokeConfigRequest = exports.PutFunctionConcurrencyRequest = exports.PutFunctionCodeSigningConfigResponse = exports.PutFunctionCodeSigningConfigRequest = exports.PublishVersionRequest = exports.PublishLayerVersionResponse = exports.PublishLayerVersionRequest = exports.LayerVersionContentInput = exports.ListVersionsByFunctionResponse = exports.ListVersionsByFunctionRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.ListProvisionedConcurrencyConfigsResponse = exports.ProvisionedConcurrencyConfigListItem = exports.ListProvisionedConcurrencyConfigsRequest = void 0;
3
+ exports.TracingConfig = exports.TracingMode = exports.Runtime = exports.PackageType = exports.ImageConfig = exports.FileSystemConfig = exports.EphemeralStorage = exports.Environment = exports.DeadLetterConfig = exports.FunctionCode = exports.CodeVerificationFailedException = exports.CodeStorageExceededException = exports.CodeSigningConfigNotFoundException = exports.EventSourceMappingConfiguration = exports.CreateEventSourceMappingRequest = exports.EventSourcePosition = exports.SourceAccessConfiguration = exports.SourceAccessType = exports.SelfManagedEventSource = exports.EndPointType = exports.FunctionResponseType = exports.FilterCriteria = exports.Filter = exports.DestinationConfig = exports.OnSuccess = exports.OnFailure = exports.CreateCodeSigningConfigResponse = exports.CodeSigningConfig = exports.CreateCodeSigningConfigRequest = exports.CodeSigningPolicies = exports.CodeSigningPolicy = exports.CreateAliasRequest = exports.Architecture = exports.AllowedPublishers = exports.AliasConfiguration = exports.AliasRoutingConfiguration = exports.AddPermissionResponse = exports.AddPermissionRequest = exports.TooManyRequestsException = exports.ThrottleReason = exports.ServiceException = exports.ResourceNotFoundException = exports.ResourceConflictException = exports.PreconditionFailedException = exports.PolicyLengthExceededException = exports.InvalidParameterValueException = exports.AddLayerVersionPermissionResponse = exports.AddLayerVersionPermissionRequest = exports.AccountUsage = exports.AccountLimit = void 0;
4
+ exports.GetPolicyRequest = exports.GetLayerVersionPolicyResponse = exports.GetLayerVersionPolicyRequest = exports.GetLayerVersionByArnRequest = exports.GetLayerVersionResponse = exports.LayerVersionContentOutput = exports.GetLayerVersionRequest = exports.GetFunctionEventInvokeConfigRequest = exports.FunctionEventInvokeConfig = exports.GetFunctionConfigurationRequest = exports.GetFunctionConcurrencyResponse = exports.GetFunctionConcurrencyRequest = exports.GetFunctionCodeSigningConfigResponse = exports.GetFunctionCodeSigningConfigRequest = exports.GetFunctionResponse = exports.Concurrency = exports.FunctionCodeLocation = exports.GetFunctionRequest = exports.GetEventSourceMappingRequest = exports.GetCodeSigningConfigResponse = exports.GetCodeSigningConfigRequest = exports.GetAliasRequest = exports.GetAccountSettingsResponse = exports.GetAccountSettingsRequest = exports.DeleteProvisionedConcurrencyConfigRequest = exports.DeleteLayerVersionRequest = exports.DeleteFunctionEventInvokeConfigRequest = exports.DeleteFunctionConcurrencyRequest = exports.DeleteFunctionCodeSigningConfigRequest = exports.DeleteFunctionRequest = exports.ResourceInUseException = exports.DeleteEventSourceMappingRequest = exports.DeleteCodeSigningConfigResponse = exports.DeleteCodeSigningConfigRequest = exports.DeleteAliasRequest = exports.InvalidCodeSignatureException = exports.FunctionConfiguration = exports.VpcConfigResponse = exports.TracingConfigResponse = exports.StateReasonCode = exports.State = exports.Layer = exports.LastUpdateStatusReasonCode = exports.LastUpdateStatus = exports.ImageConfigResponse = exports.ImageConfigError = exports.EnvironmentResponse = exports.EnvironmentError = exports.CreateFunctionRequest = exports.VpcConfig = void 0;
5
+ exports.ListLayerVersionsRequest = exports.ListLayersResponse = exports.LayersListItem = exports.LayerVersionsListItem = exports.ListLayersRequest = exports.ListFunctionsByCodeSigningConfigResponse = exports.ListFunctionsByCodeSigningConfigRequest = exports.ListFunctionsResponse = exports.ListFunctionsRequest = exports.FunctionVersion = exports.ListFunctionEventInvokeConfigsResponse = exports.ListFunctionEventInvokeConfigsRequest = exports.ListEventSourceMappingsResponse = exports.ListEventSourceMappingsRequest = exports.ListCodeSigningConfigsResponse = exports.ListCodeSigningConfigsRequest = exports.ListAliasesResponse = exports.ListAliasesRequest = exports.InvokeAsyncResponse = exports.InvokeAsyncRequest = exports.UnsupportedMediaTypeException = exports.SubnetIPAddressLimitReachedException = exports.ResourceNotReadyException = exports.RequestTooLargeException = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.InvocationResponse = exports.InvocationRequest = exports.LogType = exports.InvocationType = exports.InvalidZipFileException = exports.InvalidSubnetIDException = exports.InvalidSecurityGroupIDException = exports.InvalidRuntimeException = exports.InvalidRequestContentException = exports.ENILimitReachedException = exports.EFSMountTimeoutException = exports.EFSMountFailureException = exports.EFSMountConnectivityException = exports.EFSIOException = exports.EC2UnexpectedException = exports.EC2ThrottledException = exports.EC2AccessDeniedException = exports.ProvisionedConcurrencyConfigNotFoundException = exports.GetProvisionedConcurrencyConfigResponse = exports.ProvisionedConcurrencyStatusEnum = exports.GetProvisionedConcurrencyConfigRequest = exports.GetPolicyResponse = void 0;
6
+ exports.UpdateFunctionEventInvokeConfigRequest = exports.UpdateFunctionConfigurationRequest = exports.UpdateFunctionCodeRequest = exports.UpdateEventSourceMappingRequest = exports.UpdateCodeSigningConfigResponse = exports.UpdateCodeSigningConfigRequest = exports.UpdateAliasRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RemovePermissionRequest = exports.RemoveLayerVersionPermissionRequest = exports.PutProvisionedConcurrencyConfigResponse = exports.PutProvisionedConcurrencyConfigRequest = exports.PutFunctionEventInvokeConfigRequest = exports.PutFunctionConcurrencyRequest = exports.PutFunctionCodeSigningConfigResponse = exports.PutFunctionCodeSigningConfigRequest = exports.PublishVersionRequest = exports.PublishLayerVersionResponse = exports.PublishLayerVersionRequest = exports.LayerVersionContentInput = exports.ListVersionsByFunctionResponse = exports.ListVersionsByFunctionRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.ListProvisionedConcurrencyConfigsResponse = exports.ProvisionedConcurrencyConfigListItem = exports.ListProvisionedConcurrencyConfigsRequest = exports.ListLayerVersionsResponse = void 0;
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const LambdaServiceException_1 = require("./LambdaServiceException");
9
9
  var AccountLimit;
@@ -353,6 +353,12 @@ var Environment;
353
353
  ...(obj.Variables && { Variables: smithy_client_1.SENSITIVE_STRING }),
354
354
  });
355
355
  })(Environment = exports.Environment || (exports.Environment = {}));
356
+ var EphemeralStorage;
357
+ (function (EphemeralStorage) {
358
+ EphemeralStorage.filterSensitiveLog = (obj) => ({
359
+ ...obj,
360
+ });
361
+ })(EphemeralStorage = exports.EphemeralStorage || (exports.EphemeralStorage = {}));
356
362
  var FileSystemConfig;
357
363
  (function (FileSystemConfig) {
358
364
  FileSystemConfig.filterSensitiveLog = (obj) => ({