@effect-aws/client-lambda 1.10.9 → 2.0.0-beta.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 (37) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/LambdaClientInstance.d.ts +2 -2
  4. package/dist/dts/LambdaClientInstance.d.ts.map +1 -1
  5. package/dist/dts/LambdaService.d.ts +87 -89
  6. package/dist/dts/LambdaService.d.ts.map +1 -1
  7. package/dist/dts/LambdaServiceConfig.d.ts.map +1 -1
  8. package/dist/esm/LambdaClientInstance.js +3 -3
  9. package/dist/esm/LambdaClientInstance.js.map +1 -1
  10. package/dist/esm/LambdaService.js +2 -2
  11. package/dist/esm/LambdaService.js.map +1 -1
  12. package/dist/esm/LambdaServiceConfig.js +5 -6
  13. package/dist/esm/LambdaServiceConfig.js.map +1 -1
  14. package/package.json +8 -14
  15. package/src/LambdaClientInstance.ts +4 -4
  16. package/src/LambdaService.ts +88 -93
  17. package/src/LambdaServiceConfig.ts +6 -7
  18. package/dist/cjs/Errors.d.ts +0 -51
  19. package/dist/cjs/Errors.d.ts.map +0 -1
  20. package/dist/cjs/Errors.js +0 -50
  21. package/dist/cjs/Errors.js.map +0 -1
  22. package/dist/cjs/LambdaClientInstance.d.ts +0 -24
  23. package/dist/cjs/LambdaClientInstance.d.ts.map +0 -1
  24. package/dist/cjs/LambdaClientInstance.js +0 -50
  25. package/dist/cjs/LambdaClientInstance.js.map +0 -1
  26. package/dist/cjs/LambdaService.d.ts +0 -386
  27. package/dist/cjs/LambdaService.d.ts.map +0 -1
  28. package/dist/cjs/LambdaService.js +0 -144
  29. package/dist/cjs/LambdaService.js.map +0 -1
  30. package/dist/cjs/LambdaServiceConfig.d.ts +0 -25
  31. package/dist/cjs/LambdaServiceConfig.d.ts.map +0 -1
  32. package/dist/cjs/LambdaServiceConfig.js +0 -35
  33. package/dist/cjs/LambdaServiceConfig.js.map +0 -1
  34. package/dist/cjs/index.d.ts +0 -44
  35. package/dist/cjs/index.d.ts.map +0 -1
  36. package/dist/cjs/index.js +0 -56
  37. package/dist/cjs/index.js.map +0 -1
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Victor Korzunin
1
+ Copyright (c) 2026 Victor Korzunin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@ With default LambdaClient instance:
16
16
  ```typescript
17
17
  import { Lambda } from "@effect-aws/client-lambda";
18
18
 
19
- const program = Lambda.invoke(args);
19
+ const program = Lambda.use((svc) => svc.invoke(args));
20
20
 
21
21
  const result = pipe(
22
22
  program,
@@ -30,7 +30,7 @@ With custom LambdaClient instance:
30
30
  ```typescript
31
31
  import { Lambda } from "@effect-aws/client-lambda";
32
32
 
33
- const program = Lambda.invoke(args);
33
+ const program = Lambda.use((svc) => svc.invoke(args));
34
34
 
35
35
  const result = await pipe(
36
36
  program,
@@ -46,7 +46,7 @@ With custom LambdaClient configuration:
46
46
  ```typescript
47
47
  import { Lambda } from "@effect-aws/client-lambda";
48
48
 
49
- const program = Lambda.invoke(args);
49
+ const program = Lambda.use((svc) => svc.invoke(args));
50
50
 
51
51
  const result = await pipe(
52
52
  program,
@@ -2,8 +2,8 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { LambdaClient } from "@aws-sdk/client-lambda";
5
- import { Context, Effect, Layer } from "effect";
6
- declare const LambdaClientInstance_base: Context.TagClass<LambdaClientInstance, "@effect-aws/client-lambda/LambdaClientInstance", LambdaClient>;
5
+ import { Effect, Layer, ServiceMap } from "effect";
6
+ declare const LambdaClientInstance_base: ServiceMap.ServiceClass<LambdaClientInstance, "@effect-aws/client-lambda/LambdaClientInstance", LambdaClient>;
7
7
  /**
8
8
  * @since 1.0.0
9
9
  * @category tags
@@ -1 +1 @@
1
- {"version":3,"file":"LambdaClientInstance.d.ts","sourceRoot":"","sources":["../../src/LambdaClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAEH;CAAG;AAE1C;;;GAGG;AACH,eAAO,MAAM,IAAI,kEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,iDAA2C,CAAC"}
1
+ {"version":3,"file":"LambdaClientInstance.d.ts","sourceRoot":"","sources":["../../src/LambdaClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;;AAGnD;;;GAGG;AACH,qBAAa,oBAAqB,SAAQ,yBAEzC;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,kEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,iDAA2C,CAAC"}
@@ -4,7 +4,7 @@
4
4
  import { type AddLayerVersionPermissionCommandInput, type AddLayerVersionPermissionCommandOutput, type AddPermissionCommandInput, type AddPermissionCommandOutput, type CheckpointDurableExecutionCommandInput, type CheckpointDurableExecutionCommandOutput, type CreateAliasCommandInput, type CreateAliasCommandOutput, type CreateCapacityProviderCommandInput, type CreateCapacityProviderCommandOutput, type CreateCodeSigningConfigCommandInput, type CreateCodeSigningConfigCommandOutput, type CreateEventSourceMappingCommandInput, type CreateEventSourceMappingCommandOutput, type CreateFunctionCommandInput, type CreateFunctionCommandOutput, type CreateFunctionUrlConfigCommandInput, type CreateFunctionUrlConfigCommandOutput, type DeleteAliasCommandInput, type DeleteAliasCommandOutput, type DeleteCapacityProviderCommandInput, type DeleteCapacityProviderCommandOutput, type DeleteCodeSigningConfigCommandInput, type DeleteCodeSigningConfigCommandOutput, type DeleteEventSourceMappingCommandInput, type DeleteEventSourceMappingCommandOutput, type DeleteFunctionCodeSigningConfigCommandInput, type DeleteFunctionCodeSigningConfigCommandOutput, type DeleteFunctionCommandInput, type DeleteFunctionCommandOutput, type DeleteFunctionConcurrencyCommandInput, type DeleteFunctionConcurrencyCommandOutput, type DeleteFunctionEventInvokeConfigCommandInput, type DeleteFunctionEventInvokeConfigCommandOutput, type DeleteFunctionUrlConfigCommandInput, type DeleteFunctionUrlConfigCommandOutput, type DeleteLayerVersionCommandInput, type DeleteLayerVersionCommandOutput, type DeleteProvisionedConcurrencyConfigCommandInput, type DeleteProvisionedConcurrencyConfigCommandOutput, type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput, type GetAliasCommandInput, type GetAliasCommandOutput, type GetCapacityProviderCommandInput, type GetCapacityProviderCommandOutput, type GetCodeSigningConfigCommandInput, type GetCodeSigningConfigCommandOutput, type GetDurableExecutionCommandInput, type GetDurableExecutionCommandOutput, type GetDurableExecutionHistoryCommandInput, type GetDurableExecutionHistoryCommandOutput, type GetDurableExecutionStateCommandInput, type GetDurableExecutionStateCommandOutput, type GetEventSourceMappingCommandInput, type GetEventSourceMappingCommandOutput, type GetFunctionCodeSigningConfigCommandInput, type GetFunctionCodeSigningConfigCommandOutput, type GetFunctionCommandInput, type GetFunctionCommandOutput, type GetFunctionConcurrencyCommandInput, type GetFunctionConcurrencyCommandOutput, type GetFunctionConfigurationCommandInput, type GetFunctionConfigurationCommandOutput, type GetFunctionEventInvokeConfigCommandInput, type GetFunctionEventInvokeConfigCommandOutput, type GetFunctionRecursionConfigCommandInput, type GetFunctionRecursionConfigCommandOutput, type GetFunctionScalingConfigCommandInput, type GetFunctionScalingConfigCommandOutput, type GetFunctionUrlConfigCommandInput, type GetFunctionUrlConfigCommandOutput, type GetLayerVersionByArnCommandInput, type GetLayerVersionByArnCommandOutput, type GetLayerVersionCommandInput, type GetLayerVersionCommandOutput, type GetLayerVersionPolicyCommandInput, type GetLayerVersionPolicyCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetProvisionedConcurrencyConfigCommandInput, type GetProvisionedConcurrencyConfigCommandOutput, type GetRuntimeManagementConfigCommandInput, type GetRuntimeManagementConfigCommandOutput, type InvokeAsyncCommandInput, type InvokeAsyncCommandOutput, type InvokeCommandInput, type InvokeCommandOutput, type InvokeWithResponseStreamCommandInput, type InvokeWithResponseStreamCommandOutput, type LambdaClient, type LambdaClientConfig, type ListAliasesCommandInput, type ListAliasesCommandOutput, type ListCapacityProvidersCommandInput, type ListCapacityProvidersCommandOutput, type ListCodeSigningConfigsCommandInput, type ListCodeSigningConfigsCommandOutput, type ListDurableExecutionsByFunctionCommandInput, type ListDurableExecutionsByFunctionCommandOutput, type ListEventSourceMappingsCommandInput, type ListEventSourceMappingsCommandOutput, type ListFunctionEventInvokeConfigsCommandInput, type ListFunctionEventInvokeConfigsCommandOutput, type ListFunctionsByCodeSigningConfigCommandInput, type ListFunctionsByCodeSigningConfigCommandOutput, type ListFunctionsCommandInput, type ListFunctionsCommandOutput, type ListFunctionUrlConfigsCommandInput, type ListFunctionUrlConfigsCommandOutput, type ListFunctionVersionsByCapacityProviderCommandInput, type ListFunctionVersionsByCapacityProviderCommandOutput, type ListLayersCommandInput, type ListLayersCommandOutput, type ListLayerVersionsCommandInput, type ListLayerVersionsCommandOutput, type ListProvisionedConcurrencyConfigsCommandInput, type ListProvisionedConcurrencyConfigsCommandOutput, type ListTagsCommandInput, type ListTagsCommandOutput, type ListVersionsByFunctionCommandInput, type ListVersionsByFunctionCommandOutput, type PublishLayerVersionCommandInput, type PublishLayerVersionCommandOutput, type PublishVersionCommandInput, type PublishVersionCommandOutput, type PutFunctionCodeSigningConfigCommandInput, type PutFunctionCodeSigningConfigCommandOutput, type PutFunctionConcurrencyCommandInput, type PutFunctionConcurrencyCommandOutput, type PutFunctionEventInvokeConfigCommandInput, type PutFunctionEventInvokeConfigCommandOutput, type PutFunctionRecursionConfigCommandInput, type PutFunctionRecursionConfigCommandOutput, type PutFunctionScalingConfigCommandInput, type PutFunctionScalingConfigCommandOutput, type PutProvisionedConcurrencyConfigCommandInput, type PutProvisionedConcurrencyConfigCommandOutput, type PutRuntimeManagementConfigCommandInput, type PutRuntimeManagementConfigCommandOutput, type RemoveLayerVersionPermissionCommandInput, type RemoveLayerVersionPermissionCommandOutput, type RemovePermissionCommandInput, type RemovePermissionCommandOutput, type SendDurableExecutionCallbackFailureCommandInput, type SendDurableExecutionCallbackFailureCommandOutput, type SendDurableExecutionCallbackHeartbeatCommandInput, type SendDurableExecutionCallbackHeartbeatCommandOutput, type SendDurableExecutionCallbackSuccessCommandInput, type SendDurableExecutionCallbackSuccessCommandOutput, type StopDurableExecutionCommandInput, type StopDurableExecutionCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAliasCommandInput, type UpdateAliasCommandOutput, type UpdateCapacityProviderCommandInput, type UpdateCapacityProviderCommandOutput, type UpdateCodeSigningConfigCommandInput, type UpdateCodeSigningConfigCommandOutput, type UpdateEventSourceMappingCommandInput, type UpdateEventSourceMappingCommandOutput, type UpdateFunctionCodeCommandInput, type UpdateFunctionCodeCommandOutput, type UpdateFunctionConfigurationCommandInput, type UpdateFunctionConfigurationCommandOutput, type UpdateFunctionEventInvokeConfigCommandInput, type UpdateFunctionEventInvokeConfigCommandOutput, type UpdateFunctionUrlConfigCommandInput, type UpdateFunctionUrlConfigCommandOutput } from "@aws-sdk/client-lambda";
5
5
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
6
  import type { Cause } from "effect";
7
- import { Effect, Layer } from "effect";
7
+ import { Effect, Layer, ServiceMap } from "effect";
8
8
  import type { CallbackTimeoutError, CapacityProviderLimitExceededError, CodeSigningConfigNotFoundError, CodeStorageExceededError, CodeVerificationFailedError, DurableExecutionAlreadyStartedError, EC2AccessDeniedError, EC2ThrottledError, EC2UnexpectedError, EFSIOError, EFSMountConnectivityError, EFSMountFailureError, EFSMountTimeoutError, ENILimitReachedError, FunctionVersionsPerCapacityProviderLimitExceededError, InvalidCodeSignatureError, InvalidParameterValueError, InvalidRequestContentError, InvalidRuntimeError, InvalidSecurityGroupIDError, InvalidSubnetIDError, InvalidZipFileError, KMSAccessDeniedError, KMSDisabledError, KMSInvalidStateError, KMSNotFoundError, NoPublishedVersionError, PolicyLengthExceededError, PreconditionFailedError, ProvisionedConcurrencyConfigNotFoundError, RecursiveInvocationError, RequestTooLargeError, ResourceConflictError, ResourceInUseError, ResourceNotFoundError, ResourceNotReadyError, SdkError, SerializedRequestEntityTooLargeError, ServiceError, SnapStartError, SnapStartNotReadyError, SnapStartTimeoutError, SubnetIPAddressLimitReachedError, TooManyRequestsError, UnsupportedMediaTypeError } from "./Errors.js";
9
9
  import * as Instance from "./LambdaClientInstance.js";
10
10
  interface LambdaService$ {
@@ -12,352 +12,350 @@ interface LambdaService$ {
12
12
  /**
13
13
  * @see {@link AddLayerVersionPermissionCommand}
14
14
  */
15
- addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddLayerVersionPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
15
+ addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddLayerVersionPermissionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
16
16
  /**
17
17
  * @see {@link AddPermissionCommand}
18
18
  */
19
- addPermission(args: AddPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
19
+ addPermission(args: AddPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddPermissionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
20
20
  /**
21
21
  * @see {@link CheckpointDurableExecutionCommand}
22
22
  */
23
- checkpointDurableExecution(args: CheckpointDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CheckpointDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
23
+ checkpointDurableExecution(args: CheckpointDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CheckpointDurableExecutionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
24
24
  /**
25
25
  * @see {@link CreateAliasCommand}
26
26
  */
27
- createAlias(args: CreateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
27
+ createAlias(args: CreateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAliasCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
28
28
  /**
29
29
  * @see {@link CreateCapacityProviderCommand}
30
30
  */
31
- createCapacityProvider(args: CreateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | CapacityProviderLimitExceededError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
31
+ createCapacityProvider(args: CreateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityProviderCommandOutput, Cause.TimeoutError | SdkError | CapacityProviderLimitExceededError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
32
32
  /**
33
33
  * @see {@link CreateCodeSigningConfigCommand}
34
34
  */
35
- createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError>;
35
+ createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError>;
36
36
  /**
37
37
  * @see {@link CreateEventSourceMappingCommand}
38
38
  */
39
- createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
39
+ createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEventSourceMappingCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
40
40
  /**
41
41
  * @see {@link CreateFunctionCommand}
42
42
  */
43
- createFunction(args: CreateFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidCodeSignatureError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
43
+ createFunction(args: CreateFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionCommandOutput, Cause.TimeoutError | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidCodeSignatureError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
44
44
  /**
45
45
  * @see {@link CreateFunctionUrlConfigCommand}
46
46
  */
47
- createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
47
+ createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionUrlConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
48
48
  /**
49
49
  * @see {@link DeleteAliasCommand}
50
50
  */
51
- deleteAlias(args: DeleteAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
51
+ deleteAlias(args: DeleteAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAliasCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
52
52
  /**
53
53
  * @see {@link DeleteCapacityProviderCommand}
54
54
  */
55
- deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
55
+ deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityProviderCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
56
56
  /**
57
57
  * @see {@link DeleteCodeSigningConfigCommand}
58
58
  */
59
- deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
59
+ deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
60
60
  /**
61
61
  * @see {@link DeleteEventSourceMappingCommand}
62
62
  */
63
- deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
63
+ deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEventSourceMappingCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
64
64
  /**
65
65
  * @see {@link DeleteFunctionCommand}
66
66
  */
67
- deleteFunction(args: DeleteFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
67
+ deleteFunction(args: DeleteFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
68
68
  /**
69
69
  * @see {@link DeleteFunctionCodeSigningConfigCommand}
70
70
  */
71
- deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
71
+ deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
72
72
  /**
73
73
  * @see {@link DeleteFunctionConcurrencyCommand}
74
74
  */
75
- deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
75
+ deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionConcurrencyCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
76
76
  /**
77
77
  * @see {@link DeleteFunctionEventInvokeConfigCommand}
78
78
  */
79
- deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
79
+ deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionEventInvokeConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
80
80
  /**
81
81
  * @see {@link DeleteFunctionUrlConfigCommand}
82
82
  */
83
- deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
83
+ deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionUrlConfigCommandOutput, Cause.TimeoutError | SdkError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
84
84
  /**
85
85
  * @see {@link DeleteLayerVersionCommand}
86
86
  */
87
- deleteLayerVersion(args: DeleteLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLayerVersionCommandOutput, Cause.TimeoutException | SdkError | ServiceError | TooManyRequestsError>;
87
+ deleteLayerVersion(args: DeleteLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLayerVersionCommandOutput, Cause.TimeoutError | SdkError | ServiceError | TooManyRequestsError>;
88
88
  /**
89
89
  * @see {@link DeleteProvisionedConcurrencyConfigCommand}
90
90
  */
91
- deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
91
+ deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
92
92
  /**
93
93
  * @see {@link GetAccountSettingsCommand}
94
94
  */
95
- getAccountSettings(args: GetAccountSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSettingsCommandOutput, Cause.TimeoutException | SdkError | ServiceError | TooManyRequestsError>;
95
+ getAccountSettings(args: GetAccountSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSettingsCommandOutput, Cause.TimeoutError | SdkError | ServiceError | TooManyRequestsError>;
96
96
  /**
97
97
  * @see {@link GetAliasCommand}
98
98
  */
99
- getAlias(args: GetAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
99
+ getAlias(args: GetAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAliasCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
100
100
  /**
101
101
  * @see {@link GetCapacityProviderCommand}
102
102
  */
103
- getCapacityProvider(args: GetCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
103
+ getCapacityProvider(args: GetCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityProviderCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
104
104
  /**
105
105
  * @see {@link GetCodeSigningConfigCommand}
106
106
  */
107
- getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
107
+ getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
108
108
  /**
109
109
  * @see {@link GetDurableExecutionCommand}
110
110
  */
111
- getDurableExecution(args: GetDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
111
+ getDurableExecution(args: GetDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
112
112
  /**
113
113
  * @see {@link GetDurableExecutionHistoryCommand}
114
114
  */
115
- getDurableExecutionHistory(args: GetDurableExecutionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionHistoryCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
115
+ getDurableExecutionHistory(args: GetDurableExecutionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionHistoryCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
116
116
  /**
117
117
  * @see {@link GetDurableExecutionStateCommand}
118
118
  */
119
- getDurableExecutionState(args: GetDurableExecutionStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionStateCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
119
+ getDurableExecutionState(args: GetDurableExecutionStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionStateCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
120
120
  /**
121
121
  * @see {@link GetEventSourceMappingCommand}
122
122
  */
123
- getEventSourceMapping(args: GetEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
123
+ getEventSourceMapping(args: GetEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEventSourceMappingCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
124
124
  /**
125
125
  * @see {@link GetFunctionCommand}
126
126
  */
127
- getFunction(args: GetFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
127
+ getFunction(args: GetFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
128
128
  /**
129
129
  * @see {@link GetFunctionCodeSigningConfigCommand}
130
130
  */
131
- getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
131
+ getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
132
132
  /**
133
133
  * @see {@link GetFunctionConcurrencyCommand}
134
134
  */
135
- getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
135
+ getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConcurrencyCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
136
136
  /**
137
137
  * @see {@link GetFunctionConfigurationCommand}
138
138
  */
139
- getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConfigurationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
139
+ getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConfigurationCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
140
140
  /**
141
141
  * @see {@link GetFunctionEventInvokeConfigCommand}
142
142
  */
143
- getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
143
+ getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionEventInvokeConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
144
144
  /**
145
145
  * @see {@link GetFunctionRecursionConfigCommand}
146
146
  */
147
- getFunctionRecursionConfig(args: GetFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionRecursionConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
147
+ getFunctionRecursionConfig(args: GetFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionRecursionConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
148
148
  /**
149
149
  * @see {@link GetFunctionScalingConfigCommand}
150
150
  */
151
- getFunctionScalingConfig(args: GetFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionScalingConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
151
+ getFunctionScalingConfig(args: GetFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionScalingConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
152
152
  /**
153
153
  * @see {@link GetFunctionUrlConfigCommand}
154
154
  */
155
- getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
155
+ getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionUrlConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
156
156
  /**
157
157
  * @see {@link GetLayerVersionCommand}
158
158
  */
159
- getLayerVersion(args: GetLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
159
+ getLayerVersion(args: GetLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
160
160
  /**
161
161
  * @see {@link GetLayerVersionByArnCommand}
162
162
  */
163
- getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionByArnCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
163
+ getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionByArnCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
164
164
  /**
165
165
  * @see {@link GetLayerVersionPolicyCommand}
166
166
  */
167
- getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
167
+ getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionPolicyCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
168
168
  /**
169
169
  * @see {@link GetPolicyCommand}
170
170
  */
171
- getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
171
+ getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
172
172
  /**
173
173
  * @see {@link GetProvisionedConcurrencyConfigCommand}
174
174
  */
175
- getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ProvisionedConcurrencyConfigNotFoundError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
175
+ getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ProvisionedConcurrencyConfigNotFoundError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
176
176
  /**
177
177
  * @see {@link GetRuntimeManagementConfigCommand}
178
178
  */
179
- getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRuntimeManagementConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
179
+ getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRuntimeManagementConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
180
180
  /**
181
181
  * @see {@link InvokeCommand}
182
182
  */
183
- invoke(args: InvokeCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeCommandOutput, Cause.TimeoutException | SdkError | DurableExecutionAlreadyStartedError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | NoPublishedVersionError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | SerializedRequestEntityTooLargeError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
183
+ invoke(args: InvokeCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeCommandOutput, Cause.TimeoutError | SdkError | DurableExecutionAlreadyStartedError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | NoPublishedVersionError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | SerializedRequestEntityTooLargeError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
184
184
  /**
185
185
  * @see {@link InvokeAsyncCommand}
186
186
  */
187
- invokeAsync(args: InvokeAsyncCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeAsyncCommandOutput, Cause.TimeoutException | SdkError | InvalidRequestContentError | InvalidRuntimeError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
187
+ invokeAsync(args: InvokeAsyncCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeAsyncCommandOutput, Cause.TimeoutError | SdkError | InvalidRequestContentError | InvalidRuntimeError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
188
188
  /**
189
189
  * @see {@link InvokeWithResponseStreamCommand}
190
190
  */
191
- invokeWithResponseStream(args: InvokeWithResponseStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeWithResponseStreamCommandOutput, Cause.TimeoutException | SdkError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | NoPublishedVersionError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | SerializedRequestEntityTooLargeError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
191
+ invokeWithResponseStream(args: InvokeWithResponseStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeWithResponseStreamCommandOutput, Cause.TimeoutError | SdkError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | NoPublishedVersionError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | SerializedRequestEntityTooLargeError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
192
192
  /**
193
193
  * @see {@link ListAliasesCommand}
194
194
  */
195
- listAliases(args: ListAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAliasesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
195
+ listAliases(args: ListAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAliasesCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
196
196
  /**
197
197
  * @see {@link ListCapacityProvidersCommand}
198
198
  */
199
- listCapacityProviders(args: ListCapacityProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityProvidersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
199
+ listCapacityProviders(args: ListCapacityProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityProvidersCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
200
200
  /**
201
201
  * @see {@link ListCodeSigningConfigsCommand}
202
202
  */
203
- listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeSigningConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError>;
203
+ listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeSigningConfigsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError>;
204
204
  /**
205
205
  * @see {@link ListDurableExecutionsByFunctionCommand}
206
206
  */
207
- listDurableExecutionsByFunction(args: ListDurableExecutionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDurableExecutionsByFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
207
+ listDurableExecutionsByFunction(args: ListDurableExecutionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDurableExecutionsByFunctionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
208
208
  /**
209
209
  * @see {@link ListEventSourceMappingsCommand}
210
210
  */
211
- listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEventSourceMappingsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
211
+ listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEventSourceMappingsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
212
212
  /**
213
213
  * @see {@link ListFunctionEventInvokeConfigsCommand}
214
214
  */
215
- listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionEventInvokeConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
215
+ listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionEventInvokeConfigsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
216
216
  /**
217
217
  * @see {@link ListFunctionUrlConfigsCommand}
218
218
  */
219
- listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionUrlConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
219
+ listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionUrlConfigsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
220
220
  /**
221
221
  * @see {@link ListFunctionVersionsByCapacityProviderCommand}
222
222
  */
223
- listFunctionVersionsByCapacityProvider(args: ListFunctionVersionsByCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionVersionsByCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
223
+ listFunctionVersionsByCapacityProvider(args: ListFunctionVersionsByCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionVersionsByCapacityProviderCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
224
224
  /**
225
225
  * @see {@link ListFunctionsCommand}
226
226
  */
227
- listFunctions(args: ListFunctionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
227
+ listFunctions(args: ListFunctionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
228
228
  /**
229
229
  * @see {@link ListFunctionsByCodeSigningConfigCommand}
230
230
  */
231
- listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsByCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
231
+ listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsByCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
232
232
  /**
233
233
  * @see {@link ListLayerVersionsCommand}
234
234
  */
235
- listLayerVersions(args: ListLayerVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayerVersionsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
235
+ listLayerVersions(args: ListLayerVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayerVersionsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
236
236
  /**
237
237
  * @see {@link ListLayersCommand}
238
238
  */
239
- listLayers(args: ListLayersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
239
+ listLayers(args: ListLayersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayersCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
240
240
  /**
241
241
  * @see {@link ListProvisionedConcurrencyConfigsCommand}
242
242
  */
243
- listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListProvisionedConcurrencyConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
243
+ listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListProvisionedConcurrencyConfigsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
244
244
  /**
245
245
  * @see {@link ListTagsCommand}
246
246
  */
247
- listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
247
+ listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
248
248
  /**
249
249
  * @see {@link ListVersionsByFunctionCommand}
250
250
  */
251
- listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsByFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
251
+ listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsByFunctionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
252
252
  /**
253
253
  * @see {@link PublishLayerVersionCommand}
254
254
  */
255
- publishLayerVersion(args: PublishLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishLayerVersionCommandOutput, Cause.TimeoutException | SdkError | CodeStorageExceededError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
255
+ publishLayerVersion(args: PublishLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishLayerVersionCommandOutput, Cause.TimeoutError | SdkError | CodeStorageExceededError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
256
256
  /**
257
257
  * @see {@link PublishVersionCommand}
258
258
  */
259
- publishVersion(args: PublishVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishVersionCommandOutput, Cause.TimeoutException | SdkError | CodeStorageExceededError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
259
+ publishVersion(args: PublishVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishVersionCommandOutput, Cause.TimeoutError | SdkError | CodeStorageExceededError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
260
260
  /**
261
261
  * @see {@link PutFunctionCodeSigningConfigCommand}
262
262
  */
263
- putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
263
+ putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
264
264
  /**
265
265
  * @see {@link PutFunctionConcurrencyCommand}
266
266
  */
267
- putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
267
+ putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionConcurrencyCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
268
268
  /**
269
269
  * @see {@link PutFunctionEventInvokeConfigCommand}
270
270
  */
271
- putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
271
+ putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionEventInvokeConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
272
272
  /**
273
273
  * @see {@link PutFunctionRecursionConfigCommand}
274
274
  */
275
- putFunctionRecursionConfig(args: PutFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionRecursionConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
275
+ putFunctionRecursionConfig(args: PutFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionRecursionConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
276
276
  /**
277
277
  * @see {@link PutFunctionScalingConfigCommand}
278
278
  */
279
- putFunctionScalingConfig(args: PutFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionScalingConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
279
+ putFunctionScalingConfig(args: PutFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionScalingConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
280
280
  /**
281
281
  * @see {@link PutProvisionedConcurrencyConfigCommand}
282
282
  */
283
- putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
283
+ putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
284
284
  /**
285
285
  * @see {@link PutRuntimeManagementConfigCommand}
286
286
  */
287
- putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRuntimeManagementConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
287
+ putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRuntimeManagementConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
288
288
  /**
289
289
  * @see {@link RemoveLayerVersionPermissionCommand}
290
290
  */
291
- removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveLayerVersionPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
291
+ removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveLayerVersionPermissionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
292
292
  /**
293
293
  * @see {@link RemovePermissionCommand}
294
294
  */
295
- removePermission(args: RemovePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemovePermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
295
+ removePermission(args: RemovePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemovePermissionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
296
296
  /**
297
297
  * @see {@link SendDurableExecutionCallbackFailureCommand}
298
298
  */
299
- sendDurableExecutionCallbackFailure(args: SendDurableExecutionCallbackFailureCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackFailureCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
299
+ sendDurableExecutionCallbackFailure(args: SendDurableExecutionCallbackFailureCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackFailureCommandOutput, Cause.TimeoutError | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
300
300
  /**
301
301
  * @see {@link SendDurableExecutionCallbackHeartbeatCommand}
302
302
  */
303
- sendDurableExecutionCallbackHeartbeat(args: SendDurableExecutionCallbackHeartbeatCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackHeartbeatCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
303
+ sendDurableExecutionCallbackHeartbeat(args: SendDurableExecutionCallbackHeartbeatCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackHeartbeatCommandOutput, Cause.TimeoutError | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
304
304
  /**
305
305
  * @see {@link SendDurableExecutionCallbackSuccessCommand}
306
306
  */
307
- sendDurableExecutionCallbackSuccess(args: SendDurableExecutionCallbackSuccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackSuccessCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
307
+ sendDurableExecutionCallbackSuccess(args: SendDurableExecutionCallbackSuccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackSuccessCommandOutput, Cause.TimeoutError | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
308
308
  /**
309
309
  * @see {@link StopDurableExecutionCommand}
310
310
  */
311
- stopDurableExecution(args: StopDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
311
+ stopDurableExecution(args: StopDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopDurableExecutionCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
312
312
  /**
313
313
  * @see {@link TagResourceCommand}
314
314
  */
315
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
315
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
316
316
  /**
317
317
  * @see {@link UntagResourceCommand}
318
318
  */
319
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
319
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
320
320
  /**
321
321
  * @see {@link UpdateAliasCommand}
322
322
  */
323
- updateAlias(args: UpdateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
323
+ updateAlias(args: UpdateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAliasCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
324
324
  /**
325
325
  * @see {@link UpdateCapacityProviderCommand}
326
326
  */
327
- updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
327
+ updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityProviderCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
328
328
  /**
329
329
  * @see {@link UpdateCodeSigningConfigCommand}
330
330
  */
331
- updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
331
+ updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCodeSigningConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
332
332
  /**
333
333
  * @see {@link UpdateEventSourceMappingCommand}
334
334
  */
335
- updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
335
+ updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEventSourceMappingCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
336
336
  /**
337
337
  * @see {@link UpdateFunctionCodeCommand}
338
338
  */
339
- updateFunctionCode(args: UpdateFunctionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionCodeCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
339
+ updateFunctionCode(args: UpdateFunctionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionCodeCommandOutput, Cause.TimeoutError | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
340
340
  /**
341
341
  * @see {@link UpdateFunctionConfigurationCommand}
342
342
  */
343
- updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionConfigurationCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
343
+ updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionConfigurationCommandOutput, Cause.TimeoutError | SdkError | CodeSigningConfigNotFoundError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
344
344
  /**
345
345
  * @see {@link UpdateFunctionEventInvokeConfigCommand}
346
346
  */
347
- updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
347
+ updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionEventInvokeConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
348
348
  /**
349
349
  * @see {@link UpdateFunctionUrlConfigCommand}
350
350
  */
351
- updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
351
+ updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionUrlConfigCommandOutput, Cause.TimeoutError | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
352
352
  }
353
353
  /**
354
354
  * @since 1.0.0
355
355
  * @category constructors
356
356
  */
357
357
  export declare const makeLambdaService: Effect.Effect<LambdaService$, never, Instance.LambdaClientInstance>;
358
- declare const LambdaService_base: import("effect/Context").TagClass<LambdaService, "@effect-aws/client-lambda/LambdaService", LambdaService$> & Effect.Tag.Proxy<LambdaService, LambdaService$> & {
359
- use: <X>(body: (_: LambdaService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, LambdaService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, LambdaService> : Effect.Effect<X, never, LambdaService>;
360
- };
358
+ declare const LambdaService_base: ServiceMap.ServiceClass<LambdaService, "@effect-aws/client-lambda/LambdaService", LambdaService$>;
361
359
  /**
362
360
  * @since 1.0.0
363
361
  * @category models