@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.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/LambdaClientInstance.d.ts +2 -2
- package/dist/dts/LambdaClientInstance.d.ts.map +1 -1
- package/dist/dts/LambdaService.d.ts +87 -89
- package/dist/dts/LambdaService.d.ts.map +1 -1
- package/dist/dts/LambdaServiceConfig.d.ts.map +1 -1
- package/dist/esm/LambdaClientInstance.js +3 -3
- package/dist/esm/LambdaClientInstance.js.map +1 -1
- package/dist/esm/LambdaService.js +2 -2
- package/dist/esm/LambdaService.js.map +1 -1
- package/dist/esm/LambdaServiceConfig.js +5 -6
- package/dist/esm/LambdaServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/LambdaClientInstance.ts +4 -4
- package/src/LambdaService.ts +88 -93
- package/src/LambdaServiceConfig.ts +6 -7
- package/dist/cjs/Errors.d.ts +0 -51
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -50
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/LambdaClientInstance.d.ts +0 -24
- package/dist/cjs/LambdaClientInstance.d.ts.map +0 -1
- package/dist/cjs/LambdaClientInstance.js +0 -50
- package/dist/cjs/LambdaClientInstance.js.map +0 -1
- package/dist/cjs/LambdaService.d.ts +0 -386
- package/dist/cjs/LambdaService.d.ts.map +0 -1
- package/dist/cjs/LambdaService.js +0 -144
- package/dist/cjs/LambdaService.js.map +0 -1
- package/dist/cjs/LambdaServiceConfig.d.ts +0 -25
- package/dist/cjs/LambdaServiceConfig.d.ts.map +0 -1
- package/dist/cjs/LambdaServiceConfig.js +0 -35
- package/dist/cjs/LambdaServiceConfig.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
|
@@ -1,386 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @since 1.0.0
|
|
3
|
-
*/
|
|
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
|
-
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
6
|
-
import type { Cause } from "effect";
|
|
7
|
-
import { Effect, Layer } from "effect";
|
|
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
|
-
import * as Instance from "./LambdaClientInstance.js";
|
|
10
|
-
interface LambdaService$ {
|
|
11
|
-
readonly _: unique symbol;
|
|
12
|
-
/**
|
|
13
|
-
* @see {@link AddLayerVersionPermissionCommand}
|
|
14
|
-
*/
|
|
15
|
-
addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddLayerVersionPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
16
|
-
/**
|
|
17
|
-
* @see {@link AddPermissionCommand}
|
|
18
|
-
*/
|
|
19
|
-
addPermission(args: AddPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
20
|
-
/**
|
|
21
|
-
* @see {@link CheckpointDurableExecutionCommand}
|
|
22
|
-
*/
|
|
23
|
-
checkpointDurableExecution(args: CheckpointDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CheckpointDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
24
|
-
/**
|
|
25
|
-
* @see {@link CreateAliasCommand}
|
|
26
|
-
*/
|
|
27
|
-
createAlias(args: CreateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
28
|
-
/**
|
|
29
|
-
* @see {@link CreateCapacityProviderCommand}
|
|
30
|
-
*/
|
|
31
|
-
createCapacityProvider(args: CreateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | CapacityProviderLimitExceededError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
|
|
32
|
-
/**
|
|
33
|
-
* @see {@link CreateCodeSigningConfigCommand}
|
|
34
|
-
*/
|
|
35
|
-
createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError>;
|
|
36
|
-
/**
|
|
37
|
-
* @see {@link CreateEventSourceMappingCommand}
|
|
38
|
-
*/
|
|
39
|
-
createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
40
|
-
/**
|
|
41
|
-
* @see {@link CreateFunctionCommand}
|
|
42
|
-
*/
|
|
43
|
-
createFunction(args: CreateFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidCodeSignatureError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
44
|
-
/**
|
|
45
|
-
* @see {@link CreateFunctionUrlConfigCommand}
|
|
46
|
-
*/
|
|
47
|
-
createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
48
|
-
/**
|
|
49
|
-
* @see {@link DeleteAliasCommand}
|
|
50
|
-
*/
|
|
51
|
-
deleteAlias(args: DeleteAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
|
|
52
|
-
/**
|
|
53
|
-
* @see {@link DeleteCapacityProviderCommand}
|
|
54
|
-
*/
|
|
55
|
-
deleteCapacityProvider(args: DeleteCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
56
|
-
/**
|
|
57
|
-
* @see {@link DeleteCodeSigningConfigCommand}
|
|
58
|
-
*/
|
|
59
|
-
deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
|
|
60
|
-
/**
|
|
61
|
-
* @see {@link DeleteEventSourceMappingCommand}
|
|
62
|
-
*/
|
|
63
|
-
deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
64
|
-
/**
|
|
65
|
-
* @see {@link DeleteFunctionCommand}
|
|
66
|
-
*/
|
|
67
|
-
deleteFunction(args: DeleteFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
68
|
-
/**
|
|
69
|
-
* @see {@link DeleteFunctionCodeSigningConfigCommand}
|
|
70
|
-
*/
|
|
71
|
-
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
72
|
-
/**
|
|
73
|
-
* @see {@link DeleteFunctionConcurrencyCommand}
|
|
74
|
-
*/
|
|
75
|
-
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
76
|
-
/**
|
|
77
|
-
* @see {@link DeleteFunctionEventInvokeConfigCommand}
|
|
78
|
-
*/
|
|
79
|
-
deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
80
|
-
/**
|
|
81
|
-
* @see {@link DeleteFunctionUrlConfigCommand}
|
|
82
|
-
*/
|
|
83
|
-
deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
84
|
-
/**
|
|
85
|
-
* @see {@link DeleteLayerVersionCommand}
|
|
86
|
-
*/
|
|
87
|
-
deleteLayerVersion(args: DeleteLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLayerVersionCommandOutput, Cause.TimeoutException | SdkError | ServiceError | TooManyRequestsError>;
|
|
88
|
-
/**
|
|
89
|
-
* @see {@link DeleteProvisionedConcurrencyConfigCommand}
|
|
90
|
-
*/
|
|
91
|
-
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
92
|
-
/**
|
|
93
|
-
* @see {@link GetAccountSettingsCommand}
|
|
94
|
-
*/
|
|
95
|
-
getAccountSettings(args: GetAccountSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSettingsCommandOutput, Cause.TimeoutException | SdkError | ServiceError | TooManyRequestsError>;
|
|
96
|
-
/**
|
|
97
|
-
* @see {@link GetAliasCommand}
|
|
98
|
-
*/
|
|
99
|
-
getAlias(args: GetAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
100
|
-
/**
|
|
101
|
-
* @see {@link GetCapacityProviderCommand}
|
|
102
|
-
*/
|
|
103
|
-
getCapacityProvider(args: GetCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
104
|
-
/**
|
|
105
|
-
* @see {@link GetCodeSigningConfigCommand}
|
|
106
|
-
*/
|
|
107
|
-
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
108
|
-
/**
|
|
109
|
-
* @see {@link GetDurableExecutionCommand}
|
|
110
|
-
*/
|
|
111
|
-
getDurableExecution(args: GetDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
112
|
-
/**
|
|
113
|
-
* @see {@link GetDurableExecutionHistoryCommand}
|
|
114
|
-
*/
|
|
115
|
-
getDurableExecutionHistory(args: GetDurableExecutionHistoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionHistoryCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
116
|
-
/**
|
|
117
|
-
* @see {@link GetDurableExecutionStateCommand}
|
|
118
|
-
*/
|
|
119
|
-
getDurableExecutionState(args: GetDurableExecutionStateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDurableExecutionStateCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
120
|
-
/**
|
|
121
|
-
* @see {@link GetEventSourceMappingCommand}
|
|
122
|
-
*/
|
|
123
|
-
getEventSourceMapping(args: GetEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
124
|
-
/**
|
|
125
|
-
* @see {@link GetFunctionCommand}
|
|
126
|
-
*/
|
|
127
|
-
getFunction(args: GetFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
128
|
-
/**
|
|
129
|
-
* @see {@link GetFunctionCodeSigningConfigCommand}
|
|
130
|
-
*/
|
|
131
|
-
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
132
|
-
/**
|
|
133
|
-
* @see {@link GetFunctionConcurrencyCommand}
|
|
134
|
-
*/
|
|
135
|
-
getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
136
|
-
/**
|
|
137
|
-
* @see {@link GetFunctionConfigurationCommand}
|
|
138
|
-
*/
|
|
139
|
-
getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConfigurationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
140
|
-
/**
|
|
141
|
-
* @see {@link GetFunctionEventInvokeConfigCommand}
|
|
142
|
-
*/
|
|
143
|
-
getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
144
|
-
/**
|
|
145
|
-
* @see {@link GetFunctionRecursionConfigCommand}
|
|
146
|
-
*/
|
|
147
|
-
getFunctionRecursionConfig(args: GetFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionRecursionConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
148
|
-
/**
|
|
149
|
-
* @see {@link GetFunctionScalingConfigCommand}
|
|
150
|
-
*/
|
|
151
|
-
getFunctionScalingConfig(args: GetFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionScalingConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
152
|
-
/**
|
|
153
|
-
* @see {@link GetFunctionUrlConfigCommand}
|
|
154
|
-
*/
|
|
155
|
-
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
156
|
-
/**
|
|
157
|
-
* @see {@link GetLayerVersionCommand}
|
|
158
|
-
*/
|
|
159
|
-
getLayerVersion(args: GetLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
160
|
-
/**
|
|
161
|
-
* @see {@link GetLayerVersionByArnCommand}
|
|
162
|
-
*/
|
|
163
|
-
getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionByArnCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
164
|
-
/**
|
|
165
|
-
* @see {@link GetLayerVersionPolicyCommand}
|
|
166
|
-
*/
|
|
167
|
-
getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
168
|
-
/**
|
|
169
|
-
* @see {@link GetPolicyCommand}
|
|
170
|
-
*/
|
|
171
|
-
getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
172
|
-
/**
|
|
173
|
-
* @see {@link GetProvisionedConcurrencyConfigCommand}
|
|
174
|
-
*/
|
|
175
|
-
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ProvisionedConcurrencyConfigNotFoundError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
176
|
-
/**
|
|
177
|
-
* @see {@link GetRuntimeManagementConfigCommand}
|
|
178
|
-
*/
|
|
179
|
-
getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRuntimeManagementConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
180
|
-
/**
|
|
181
|
-
* @see {@link InvokeCommand}
|
|
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>;
|
|
184
|
-
/**
|
|
185
|
-
* @see {@link InvokeAsyncCommand}
|
|
186
|
-
*/
|
|
187
|
-
invokeAsync(args: InvokeAsyncCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeAsyncCommandOutput, Cause.TimeoutException | SdkError | InvalidRequestContentError | InvalidRuntimeError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
|
|
188
|
-
/**
|
|
189
|
-
* @see {@link InvokeWithResponseStreamCommand}
|
|
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>;
|
|
192
|
-
/**
|
|
193
|
-
* @see {@link ListAliasesCommand}
|
|
194
|
-
*/
|
|
195
|
-
listAliases(args: ListAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAliasesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
196
|
-
/**
|
|
197
|
-
* @see {@link ListCapacityProvidersCommand}
|
|
198
|
-
*/
|
|
199
|
-
listCapacityProviders(args: ListCapacityProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCapacityProvidersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
200
|
-
/**
|
|
201
|
-
* @see {@link ListCodeSigningConfigsCommand}
|
|
202
|
-
*/
|
|
203
|
-
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeSigningConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError>;
|
|
204
|
-
/**
|
|
205
|
-
* @see {@link ListDurableExecutionsByFunctionCommand}
|
|
206
|
-
*/
|
|
207
|
-
listDurableExecutionsByFunction(args: ListDurableExecutionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDurableExecutionsByFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
208
|
-
/**
|
|
209
|
-
* @see {@link ListEventSourceMappingsCommand}
|
|
210
|
-
*/
|
|
211
|
-
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEventSourceMappingsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
212
|
-
/**
|
|
213
|
-
* @see {@link ListFunctionEventInvokeConfigsCommand}
|
|
214
|
-
*/
|
|
215
|
-
listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionEventInvokeConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
216
|
-
/**
|
|
217
|
-
* @see {@link ListFunctionUrlConfigsCommand}
|
|
218
|
-
*/
|
|
219
|
-
listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionUrlConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
220
|
-
/**
|
|
221
|
-
* @see {@link ListFunctionVersionsByCapacityProviderCommand}
|
|
222
|
-
*/
|
|
223
|
-
listFunctionVersionsByCapacityProvider(args: ListFunctionVersionsByCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionVersionsByCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
224
|
-
/**
|
|
225
|
-
* @see {@link ListFunctionsCommand}
|
|
226
|
-
*/
|
|
227
|
-
listFunctions(args: ListFunctionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
228
|
-
/**
|
|
229
|
-
* @see {@link ListFunctionsByCodeSigningConfigCommand}
|
|
230
|
-
*/
|
|
231
|
-
listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsByCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
232
|
-
/**
|
|
233
|
-
* @see {@link ListLayerVersionsCommand}
|
|
234
|
-
*/
|
|
235
|
-
listLayerVersions(args: ListLayerVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayerVersionsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
236
|
-
/**
|
|
237
|
-
* @see {@link ListLayersCommand}
|
|
238
|
-
*/
|
|
239
|
-
listLayers(args: ListLayersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
240
|
-
/**
|
|
241
|
-
* @see {@link ListProvisionedConcurrencyConfigsCommand}
|
|
242
|
-
*/
|
|
243
|
-
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListProvisionedConcurrencyConfigsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
244
|
-
/**
|
|
245
|
-
* @see {@link ListTagsCommand}
|
|
246
|
-
*/
|
|
247
|
-
listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
248
|
-
/**
|
|
249
|
-
* @see {@link ListVersionsByFunctionCommand}
|
|
250
|
-
*/
|
|
251
|
-
listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsByFunctionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
252
|
-
/**
|
|
253
|
-
* @see {@link PublishLayerVersionCommand}
|
|
254
|
-
*/
|
|
255
|
-
publishLayerVersion(args: PublishLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishLayerVersionCommandOutput, Cause.TimeoutException | SdkError | CodeStorageExceededError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
256
|
-
/**
|
|
257
|
-
* @see {@link PublishVersionCommand}
|
|
258
|
-
*/
|
|
259
|
-
publishVersion(args: PublishVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishVersionCommandOutput, Cause.TimeoutException | SdkError | CodeStorageExceededError | FunctionVersionsPerCapacityProviderLimitExceededError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
260
|
-
/**
|
|
261
|
-
* @see {@link PutFunctionCodeSigningConfigCommand}
|
|
262
|
-
*/
|
|
263
|
-
putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
264
|
-
/**
|
|
265
|
-
* @see {@link PutFunctionConcurrencyCommand}
|
|
266
|
-
*/
|
|
267
|
-
putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionConcurrencyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
268
|
-
/**
|
|
269
|
-
* @see {@link PutFunctionEventInvokeConfigCommand}
|
|
270
|
-
*/
|
|
271
|
-
putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
272
|
-
/**
|
|
273
|
-
* @see {@link PutFunctionRecursionConfigCommand}
|
|
274
|
-
*/
|
|
275
|
-
putFunctionRecursionConfig(args: PutFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionRecursionConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
276
|
-
/**
|
|
277
|
-
* @see {@link PutFunctionScalingConfigCommand}
|
|
278
|
-
*/
|
|
279
|
-
putFunctionScalingConfig(args: PutFunctionScalingConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionScalingConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
280
|
-
/**
|
|
281
|
-
* @see {@link PutProvisionedConcurrencyConfigCommand}
|
|
282
|
-
*/
|
|
283
|
-
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutProvisionedConcurrencyConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
284
|
-
/**
|
|
285
|
-
* @see {@link PutRuntimeManagementConfigCommand}
|
|
286
|
-
*/
|
|
287
|
-
putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRuntimeManagementConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
288
|
-
/**
|
|
289
|
-
* @see {@link RemoveLayerVersionPermissionCommand}
|
|
290
|
-
*/
|
|
291
|
-
removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveLayerVersionPermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
292
|
-
/**
|
|
293
|
-
* @see {@link RemovePermissionCommand}
|
|
294
|
-
*/
|
|
295
|
-
removePermission(args: RemovePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemovePermissionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
296
|
-
/**
|
|
297
|
-
* @see {@link SendDurableExecutionCallbackFailureCommand}
|
|
298
|
-
*/
|
|
299
|
-
sendDurableExecutionCallbackFailure(args: SendDurableExecutionCallbackFailureCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackFailureCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
300
|
-
/**
|
|
301
|
-
* @see {@link SendDurableExecutionCallbackHeartbeatCommand}
|
|
302
|
-
*/
|
|
303
|
-
sendDurableExecutionCallbackHeartbeat(args: SendDurableExecutionCallbackHeartbeatCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackHeartbeatCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
304
|
-
/**
|
|
305
|
-
* @see {@link SendDurableExecutionCallbackSuccessCommand}
|
|
306
|
-
*/
|
|
307
|
-
sendDurableExecutionCallbackSuccess(args: SendDurableExecutionCallbackSuccessCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendDurableExecutionCallbackSuccessCommandOutput, Cause.TimeoutException | SdkError | CallbackTimeoutError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
308
|
-
/**
|
|
309
|
-
* @see {@link StopDurableExecutionCommand}
|
|
310
|
-
*/
|
|
311
|
-
stopDurableExecution(args: StopDurableExecutionCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopDurableExecutionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
312
|
-
/**
|
|
313
|
-
* @see {@link TagResourceCommand}
|
|
314
|
-
*/
|
|
315
|
-
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
316
|
-
/**
|
|
317
|
-
* @see {@link UntagResourceCommand}
|
|
318
|
-
*/
|
|
319
|
-
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
320
|
-
/**
|
|
321
|
-
* @see {@link UpdateAliasCommand}
|
|
322
|
-
*/
|
|
323
|
-
updateAlias(args: UpdateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAliasCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
324
|
-
/**
|
|
325
|
-
* @see {@link UpdateCapacityProviderCommand}
|
|
326
|
-
*/
|
|
327
|
-
updateCapacityProvider(args: UpdateCapacityProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCapacityProviderCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
328
|
-
/**
|
|
329
|
-
* @see {@link UpdateCodeSigningConfigCommand}
|
|
330
|
-
*/
|
|
331
|
-
updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCodeSigningConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
332
|
-
/**
|
|
333
|
-
* @see {@link UpdateEventSourceMappingCommand}
|
|
334
|
-
*/
|
|
335
|
-
updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEventSourceMappingCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
336
|
-
/**
|
|
337
|
-
* @see {@link UpdateFunctionCodeCommand}
|
|
338
|
-
*/
|
|
339
|
-
updateFunctionCode(args: UpdateFunctionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionCodeCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
340
|
-
/**
|
|
341
|
-
* @see {@link UpdateFunctionConfigurationCommand}
|
|
342
|
-
*/
|
|
343
|
-
updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionConfigurationCommandOutput, Cause.TimeoutException | SdkError | CodeSigningConfigNotFoundError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
344
|
-
/**
|
|
345
|
-
* @see {@link UpdateFunctionEventInvokeConfigCommand}
|
|
346
|
-
*/
|
|
347
|
-
updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionEventInvokeConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
348
|
-
/**
|
|
349
|
-
* @see {@link UpdateFunctionUrlConfigCommand}
|
|
350
|
-
*/
|
|
351
|
-
updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionUrlConfigCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
352
|
-
}
|
|
353
|
-
/**
|
|
354
|
-
* @since 1.0.0
|
|
355
|
-
* @category constructors
|
|
356
|
-
*/
|
|
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
|
-
};
|
|
361
|
-
/**
|
|
362
|
-
* @since 1.0.0
|
|
363
|
-
* @category models
|
|
364
|
-
*/
|
|
365
|
-
export declare class LambdaService extends LambdaService_base {
|
|
366
|
-
static readonly defaultLayer: Layer.Layer<LambdaService, never, never>;
|
|
367
|
-
static readonly layer: (config: LambdaService.Config) => Layer.Layer<LambdaService, never, never>;
|
|
368
|
-
static readonly baseLayer: (evaluate: (defaultConfig: LambdaClientConfig) => LambdaClient) => Layer.Layer<LambdaService, never, never>;
|
|
369
|
-
}
|
|
370
|
-
/**
|
|
371
|
-
* @since 1.0.0
|
|
372
|
-
*/
|
|
373
|
-
export declare namespace LambdaService {
|
|
374
|
-
/**
|
|
375
|
-
* @since 1.0.0
|
|
376
|
-
*/
|
|
377
|
-
interface Config extends Omit<LambdaClientConfig, "logger"> {
|
|
378
|
-
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* @since 1.0.0
|
|
382
|
-
*/
|
|
383
|
-
type Type = LambdaService$;
|
|
384
|
-
}
|
|
385
|
-
export {};
|
|
386
|
-
//# sourceMappingURL=LambdaService.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LambdaService.d.ts","sourceRoot":"","sources":["../../src/LambdaService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.LambdaService = exports.makeLambdaService = void 0;
|
|
27
|
-
/**
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
const client_lambda_1 = require("@aws-sdk/client-lambda");
|
|
31
|
-
const commons_1 = require("@effect-aws/commons");
|
|
32
|
-
const effect_1 = require("effect");
|
|
33
|
-
const Errors_js_1 = require("./Errors.js");
|
|
34
|
-
const Instance = __importStar(require("./LambdaClientInstance.js"));
|
|
35
|
-
const LambdaServiceConfig = __importStar(require("./LambdaServiceConfig.js"));
|
|
36
|
-
const commands = {
|
|
37
|
-
AddLayerVersionPermissionCommand: client_lambda_1.AddLayerVersionPermissionCommand,
|
|
38
|
-
AddPermissionCommand: client_lambda_1.AddPermissionCommand,
|
|
39
|
-
CheckpointDurableExecutionCommand: client_lambda_1.CheckpointDurableExecutionCommand,
|
|
40
|
-
CreateAliasCommand: client_lambda_1.CreateAliasCommand,
|
|
41
|
-
CreateCapacityProviderCommand: client_lambda_1.CreateCapacityProviderCommand,
|
|
42
|
-
CreateCodeSigningConfigCommand: client_lambda_1.CreateCodeSigningConfigCommand,
|
|
43
|
-
CreateEventSourceMappingCommand: client_lambda_1.CreateEventSourceMappingCommand,
|
|
44
|
-
CreateFunctionCommand: client_lambda_1.CreateFunctionCommand,
|
|
45
|
-
CreateFunctionUrlConfigCommand: client_lambda_1.CreateFunctionUrlConfigCommand,
|
|
46
|
-
DeleteAliasCommand: client_lambda_1.DeleteAliasCommand,
|
|
47
|
-
DeleteCapacityProviderCommand: client_lambda_1.DeleteCapacityProviderCommand,
|
|
48
|
-
DeleteCodeSigningConfigCommand: client_lambda_1.DeleteCodeSigningConfigCommand,
|
|
49
|
-
DeleteEventSourceMappingCommand: client_lambda_1.DeleteEventSourceMappingCommand,
|
|
50
|
-
DeleteFunctionCommand: client_lambda_1.DeleteFunctionCommand,
|
|
51
|
-
DeleteFunctionCodeSigningConfigCommand: client_lambda_1.DeleteFunctionCodeSigningConfigCommand,
|
|
52
|
-
DeleteFunctionConcurrencyCommand: client_lambda_1.DeleteFunctionConcurrencyCommand,
|
|
53
|
-
DeleteFunctionEventInvokeConfigCommand: client_lambda_1.DeleteFunctionEventInvokeConfigCommand,
|
|
54
|
-
DeleteFunctionUrlConfigCommand: client_lambda_1.DeleteFunctionUrlConfigCommand,
|
|
55
|
-
DeleteLayerVersionCommand: client_lambda_1.DeleteLayerVersionCommand,
|
|
56
|
-
DeleteProvisionedConcurrencyConfigCommand: client_lambda_1.DeleteProvisionedConcurrencyConfigCommand,
|
|
57
|
-
GetAccountSettingsCommand: client_lambda_1.GetAccountSettingsCommand,
|
|
58
|
-
GetAliasCommand: client_lambda_1.GetAliasCommand,
|
|
59
|
-
GetCapacityProviderCommand: client_lambda_1.GetCapacityProviderCommand,
|
|
60
|
-
GetCodeSigningConfigCommand: client_lambda_1.GetCodeSigningConfigCommand,
|
|
61
|
-
GetDurableExecutionCommand: client_lambda_1.GetDurableExecutionCommand,
|
|
62
|
-
GetDurableExecutionHistoryCommand: client_lambda_1.GetDurableExecutionHistoryCommand,
|
|
63
|
-
GetDurableExecutionStateCommand: client_lambda_1.GetDurableExecutionStateCommand,
|
|
64
|
-
GetEventSourceMappingCommand: client_lambda_1.GetEventSourceMappingCommand,
|
|
65
|
-
GetFunctionCommand: client_lambda_1.GetFunctionCommand,
|
|
66
|
-
GetFunctionCodeSigningConfigCommand: client_lambda_1.GetFunctionCodeSigningConfigCommand,
|
|
67
|
-
GetFunctionConcurrencyCommand: client_lambda_1.GetFunctionConcurrencyCommand,
|
|
68
|
-
GetFunctionConfigurationCommand: client_lambda_1.GetFunctionConfigurationCommand,
|
|
69
|
-
GetFunctionEventInvokeConfigCommand: client_lambda_1.GetFunctionEventInvokeConfigCommand,
|
|
70
|
-
GetFunctionRecursionConfigCommand: client_lambda_1.GetFunctionRecursionConfigCommand,
|
|
71
|
-
GetFunctionScalingConfigCommand: client_lambda_1.GetFunctionScalingConfigCommand,
|
|
72
|
-
GetFunctionUrlConfigCommand: client_lambda_1.GetFunctionUrlConfigCommand,
|
|
73
|
-
GetLayerVersionCommand: client_lambda_1.GetLayerVersionCommand,
|
|
74
|
-
GetLayerVersionByArnCommand: client_lambda_1.GetLayerVersionByArnCommand,
|
|
75
|
-
GetLayerVersionPolicyCommand: client_lambda_1.GetLayerVersionPolicyCommand,
|
|
76
|
-
GetPolicyCommand: client_lambda_1.GetPolicyCommand,
|
|
77
|
-
GetProvisionedConcurrencyConfigCommand: client_lambda_1.GetProvisionedConcurrencyConfigCommand,
|
|
78
|
-
GetRuntimeManagementConfigCommand: client_lambda_1.GetRuntimeManagementConfigCommand,
|
|
79
|
-
InvokeCommand: client_lambda_1.InvokeCommand,
|
|
80
|
-
InvokeAsyncCommand: client_lambda_1.InvokeAsyncCommand,
|
|
81
|
-
InvokeWithResponseStreamCommand: client_lambda_1.InvokeWithResponseStreamCommand,
|
|
82
|
-
ListAliasesCommand: client_lambda_1.ListAliasesCommand,
|
|
83
|
-
ListCapacityProvidersCommand: client_lambda_1.ListCapacityProvidersCommand,
|
|
84
|
-
ListCodeSigningConfigsCommand: client_lambda_1.ListCodeSigningConfigsCommand,
|
|
85
|
-
ListDurableExecutionsByFunctionCommand: client_lambda_1.ListDurableExecutionsByFunctionCommand,
|
|
86
|
-
ListEventSourceMappingsCommand: client_lambda_1.ListEventSourceMappingsCommand,
|
|
87
|
-
ListFunctionEventInvokeConfigsCommand: client_lambda_1.ListFunctionEventInvokeConfigsCommand,
|
|
88
|
-
ListFunctionUrlConfigsCommand: client_lambda_1.ListFunctionUrlConfigsCommand,
|
|
89
|
-
ListFunctionVersionsByCapacityProviderCommand: client_lambda_1.ListFunctionVersionsByCapacityProviderCommand,
|
|
90
|
-
ListFunctionsCommand: client_lambda_1.ListFunctionsCommand,
|
|
91
|
-
ListFunctionsByCodeSigningConfigCommand: client_lambda_1.ListFunctionsByCodeSigningConfigCommand,
|
|
92
|
-
ListLayerVersionsCommand: client_lambda_1.ListLayerVersionsCommand,
|
|
93
|
-
ListLayersCommand: client_lambda_1.ListLayersCommand,
|
|
94
|
-
ListProvisionedConcurrencyConfigsCommand: client_lambda_1.ListProvisionedConcurrencyConfigsCommand,
|
|
95
|
-
ListTagsCommand: client_lambda_1.ListTagsCommand,
|
|
96
|
-
ListVersionsByFunctionCommand: client_lambda_1.ListVersionsByFunctionCommand,
|
|
97
|
-
PublishLayerVersionCommand: client_lambda_1.PublishLayerVersionCommand,
|
|
98
|
-
PublishVersionCommand: client_lambda_1.PublishVersionCommand,
|
|
99
|
-
PutFunctionCodeSigningConfigCommand: client_lambda_1.PutFunctionCodeSigningConfigCommand,
|
|
100
|
-
PutFunctionConcurrencyCommand: client_lambda_1.PutFunctionConcurrencyCommand,
|
|
101
|
-
PutFunctionEventInvokeConfigCommand: client_lambda_1.PutFunctionEventInvokeConfigCommand,
|
|
102
|
-
PutFunctionRecursionConfigCommand: client_lambda_1.PutFunctionRecursionConfigCommand,
|
|
103
|
-
PutFunctionScalingConfigCommand: client_lambda_1.PutFunctionScalingConfigCommand,
|
|
104
|
-
PutProvisionedConcurrencyConfigCommand: client_lambda_1.PutProvisionedConcurrencyConfigCommand,
|
|
105
|
-
PutRuntimeManagementConfigCommand: client_lambda_1.PutRuntimeManagementConfigCommand,
|
|
106
|
-
RemoveLayerVersionPermissionCommand: client_lambda_1.RemoveLayerVersionPermissionCommand,
|
|
107
|
-
RemovePermissionCommand: client_lambda_1.RemovePermissionCommand,
|
|
108
|
-
SendDurableExecutionCallbackFailureCommand: client_lambda_1.SendDurableExecutionCallbackFailureCommand,
|
|
109
|
-
SendDurableExecutionCallbackHeartbeatCommand: client_lambda_1.SendDurableExecutionCallbackHeartbeatCommand,
|
|
110
|
-
SendDurableExecutionCallbackSuccessCommand: client_lambda_1.SendDurableExecutionCallbackSuccessCommand,
|
|
111
|
-
StopDurableExecutionCommand: client_lambda_1.StopDurableExecutionCommand,
|
|
112
|
-
TagResourceCommand: client_lambda_1.TagResourceCommand,
|
|
113
|
-
UntagResourceCommand: client_lambda_1.UntagResourceCommand,
|
|
114
|
-
UpdateAliasCommand: client_lambda_1.UpdateAliasCommand,
|
|
115
|
-
UpdateCapacityProviderCommand: client_lambda_1.UpdateCapacityProviderCommand,
|
|
116
|
-
UpdateCodeSigningConfigCommand: client_lambda_1.UpdateCodeSigningConfigCommand,
|
|
117
|
-
UpdateEventSourceMappingCommand: client_lambda_1.UpdateEventSourceMappingCommand,
|
|
118
|
-
UpdateFunctionCodeCommand: client_lambda_1.UpdateFunctionCodeCommand,
|
|
119
|
-
UpdateFunctionConfigurationCommand: client_lambda_1.UpdateFunctionConfigurationCommand,
|
|
120
|
-
UpdateFunctionEventInvokeConfigCommand: client_lambda_1.UpdateFunctionEventInvokeConfigCommand,
|
|
121
|
-
UpdateFunctionUrlConfigCommand: client_lambda_1.UpdateFunctionUrlConfigCommand,
|
|
122
|
-
};
|
|
123
|
-
/**
|
|
124
|
-
* @since 1.0.0
|
|
125
|
-
* @category constructors
|
|
126
|
-
*/
|
|
127
|
-
exports.makeLambdaService = effect_1.Effect.gen(function* () {
|
|
128
|
-
const client = yield* Instance.LambdaClientInstance;
|
|
129
|
-
return yield* commons_1.Service.fromClientAndCommands(client, commands, {
|
|
130
|
-
errorTags: Errors_js_1.AllServiceErrors,
|
|
131
|
-
resolveClientConfig: LambdaServiceConfig.toLambdaClientConfig,
|
|
132
|
-
});
|
|
133
|
-
});
|
|
134
|
-
/**
|
|
135
|
-
* @since 1.0.0
|
|
136
|
-
* @category models
|
|
137
|
-
*/
|
|
138
|
-
class LambdaService extends effect_1.Effect.Tag("@effect-aws/client-lambda/LambdaService")() {
|
|
139
|
-
static defaultLayer = effect_1.Layer.effect(this, exports.makeLambdaService).pipe(effect_1.Layer.provide(Instance.layer));
|
|
140
|
-
static layer = (config) => effect_1.Layer.effect(this, exports.makeLambdaService).pipe(effect_1.Layer.provide(Instance.layer), effect_1.Layer.provide(LambdaServiceConfig.setLambdaServiceConfig(config)));
|
|
141
|
-
static baseLayer = (evaluate) => effect_1.Layer.effect(this, exports.makeLambdaService).pipe(effect_1.Layer.provide(effect_1.Layer.effect(Instance.LambdaClientInstance, effect_1.Effect.map(LambdaServiceConfig.toLambdaClientConfig, evaluate))));
|
|
142
|
-
}
|
|
143
|
-
exports.LambdaService = LambdaService;
|
|
144
|
-
//# sourceMappingURL=LambdaService.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LambdaService.js","sourceRoot":"","sources":["../../src/LambdaService.ts"],"names":[],"mappings":"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"}
|