@effect-aws/client-lambda 1.4.0 → 1.5.1
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/CHANGELOG.md +12 -0
- package/README.md +88 -1
- package/lib/LambdaService.d.ts +151 -142
- package/lib/LambdaService.js +7 -4
- package/lib/esm/LambdaService.js +8 -5
- package/package.json +6 -6
- package/vitest.config.ts +3 -0
package/lib/LambdaService.d.ts
CHANGED
|
@@ -1,356 +1,365 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AddLayerVersionPermissionCommandInput, type AddLayerVersionPermissionCommandOutput, type AddPermissionCommandInput, type AddPermissionCommandOutput, type CreateAliasCommandInput, type CreateAliasCommandOutput, type CreateCodeSigningConfigCommandInput, type CreateCodeSigningConfigCommandOutput, type CreateEventSourceMappingCommandInput, type CreateEventSourceMappingCommandOutput, type CreateFunctionCommandInput, type CreateFunctionCommandOutput, type CreateFunctionUrlConfigCommandInput, type CreateFunctionUrlConfigCommandOutput, type DeleteAliasCommandInput, type DeleteAliasCommandOutput, type DeleteCodeSigningConfigCommandInput, type DeleteCodeSigningConfigCommandOutput, type DeleteEventSourceMappingCommandInput, type DeleteEventSourceMappingCommandOutput, type DeleteFunctionCommandInput, type DeleteFunctionCommandOutput, type DeleteFunctionCodeSigningConfigCommandInput, type DeleteFunctionCodeSigningConfigCommandOutput, 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 GetCodeSigningConfigCommandInput, type GetCodeSigningConfigCommandOutput, type GetEventSourceMappingCommandInput, type GetEventSourceMappingCommandOutput, type GetFunctionCommandInput, type GetFunctionCommandOutput, type GetFunctionCodeSigningConfigCommandInput, type GetFunctionCodeSigningConfigCommandOutput, type GetFunctionConcurrencyCommandInput, type GetFunctionConcurrencyCommandOutput, type GetFunctionConfigurationCommandInput, type GetFunctionConfigurationCommandOutput, type GetFunctionEventInvokeConfigCommandInput, type GetFunctionEventInvokeConfigCommandOutput, type GetFunctionRecursionConfigCommandInput, type GetFunctionRecursionConfigCommandOutput, type GetFunctionUrlConfigCommandInput, type GetFunctionUrlConfigCommandOutput, type GetLayerVersionCommandInput, type GetLayerVersionCommandOutput, type GetLayerVersionByArnCommandInput, type GetLayerVersionByArnCommandOutput, type GetLayerVersionPolicyCommandInput, type GetLayerVersionPolicyCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetProvisionedConcurrencyConfigCommandInput, type GetProvisionedConcurrencyConfigCommandOutput, type GetRuntimeManagementConfigCommandInput, type GetRuntimeManagementConfigCommandOutput, type InvokeCommandInput, type InvokeCommandOutput, type InvokeAsyncCommandInput, type InvokeAsyncCommandOutput, type InvokeWithResponseStreamCommandInput, type InvokeWithResponseStreamCommandOutput, type ListAliasesCommandInput, type ListAliasesCommandOutput, type ListCodeSigningConfigsCommandInput, type ListCodeSigningConfigsCommandOutput, type ListEventSourceMappingsCommandInput, type ListEventSourceMappingsCommandOutput, type ListFunctionEventInvokeConfigsCommandInput, type ListFunctionEventInvokeConfigsCommandOutput, type
|
|
5
|
-
import { type HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
4
|
+
import { type AddLayerVersionPermissionCommandInput, type AddLayerVersionPermissionCommandOutput, type AddPermissionCommandInput, type AddPermissionCommandOutput, type CreateAliasCommandInput, type CreateAliasCommandOutput, type CreateCodeSigningConfigCommandInput, type CreateCodeSigningConfigCommandOutput, type CreateEventSourceMappingCommandInput, type CreateEventSourceMappingCommandOutput, type CreateFunctionCommandInput, type CreateFunctionCommandOutput, type CreateFunctionUrlConfigCommandInput, type CreateFunctionUrlConfigCommandOutput, type DeleteAliasCommandInput, type DeleteAliasCommandOutput, type DeleteCodeSigningConfigCommandInput, type DeleteCodeSigningConfigCommandOutput, type DeleteEventSourceMappingCommandInput, type DeleteEventSourceMappingCommandOutput, type DeleteFunctionCommandInput, type DeleteFunctionCommandOutput, type DeleteFunctionCodeSigningConfigCommandInput, type DeleteFunctionCodeSigningConfigCommandOutput, 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 GetCodeSigningConfigCommandInput, type GetCodeSigningConfigCommandOutput, type GetEventSourceMappingCommandInput, type GetEventSourceMappingCommandOutput, type GetFunctionCommandInput, type GetFunctionCommandOutput, type GetFunctionCodeSigningConfigCommandInput, type GetFunctionCodeSigningConfigCommandOutput, type GetFunctionConcurrencyCommandInput, type GetFunctionConcurrencyCommandOutput, type GetFunctionConfigurationCommandInput, type GetFunctionConfigurationCommandOutput, type GetFunctionEventInvokeConfigCommandInput, type GetFunctionEventInvokeConfigCommandOutput, type GetFunctionRecursionConfigCommandInput, type GetFunctionRecursionConfigCommandOutput, type GetFunctionUrlConfigCommandInput, type GetFunctionUrlConfigCommandOutput, type GetLayerVersionCommandInput, type GetLayerVersionCommandOutput, type GetLayerVersionByArnCommandInput, type GetLayerVersionByArnCommandOutput, type GetLayerVersionPolicyCommandInput, type GetLayerVersionPolicyCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetProvisionedConcurrencyConfigCommandInput, type GetProvisionedConcurrencyConfigCommandOutput, type GetRuntimeManagementConfigCommandInput, type GetRuntimeManagementConfigCommandOutput, type InvokeCommandInput, type InvokeCommandOutput, type InvokeAsyncCommandInput, type InvokeAsyncCommandOutput, type InvokeWithResponseStreamCommandInput, type InvokeWithResponseStreamCommandOutput, type ListAliasesCommandInput, type ListAliasesCommandOutput, type ListCodeSigningConfigsCommandInput, type ListCodeSigningConfigsCommandOutput, type ListEventSourceMappingsCommandInput, type ListEventSourceMappingsCommandOutput, type ListFunctionEventInvokeConfigsCommandInput, type ListFunctionEventInvokeConfigsCommandOutput, type ListFunctionUrlConfigsCommandInput, type ListFunctionUrlConfigsCommandOutput, type ListFunctionsCommandInput, type ListFunctionsCommandOutput, type ListFunctionsByCodeSigningConfigCommandInput, type ListFunctionsByCodeSigningConfigCommandOutput, type ListLayerVersionsCommandInput, type ListLayerVersionsCommandOutput, type ListLayersCommandInput, type ListLayersCommandOutput, 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 PutProvisionedConcurrencyConfigCommandInput, type PutProvisionedConcurrencyConfigCommandOutput, type PutRuntimeManagementConfigCommandInput, type PutRuntimeManagementConfigCommandOutput, type RemoveLayerVersionPermissionCommandInput, type RemoveLayerVersionPermissionCommandOutput, type RemovePermissionCommandInput, type RemovePermissionCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAliasCommandInput, type UpdateAliasCommandOutput, 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";
|
|
6
5
|
import { Effect, Layer } from "effect";
|
|
7
6
|
import { CodeSigningConfigNotFoundError, CodeStorageExceededError, CodeVerificationFailedError, EC2AccessDeniedError, EC2ThrottledError, EC2UnexpectedError, EFSIOError, EFSMountConnectivityError, EFSMountFailureError, EFSMountTimeoutError, ENILimitReachedError, InvalidCodeSignatureError, InvalidParameterValueError, InvalidRequestContentError, InvalidRuntimeError, InvalidSecurityGroupIDError, InvalidSubnetIDError, InvalidZipFileError, KMSAccessDeniedError, KMSDisabledError, KMSInvalidStateError, KMSNotFoundError, PolicyLengthExceededError, PreconditionFailedError, ProvisionedConcurrencyConfigNotFoundError, RecursiveInvocationError, RequestTooLargeError, ResourceConflictError, ResourceInUseError, ResourceNotFoundError, ResourceNotReadyError, ServiceError, SnapStartError, SnapStartNotReadyError, SnapStartTimeoutError, SubnetIPAddressLimitReachedError, TooManyRequestsError, UnsupportedMediaTypeError, SdkError } from "./Errors";
|
|
8
7
|
import { LambdaClientInstance } from "./LambdaClientInstance";
|
|
8
|
+
/**
|
|
9
|
+
* @since 1.5.1
|
|
10
|
+
*/
|
|
11
|
+
export interface HttpHandlerOptions {
|
|
12
|
+
/**
|
|
13
|
+
* The maximum time in milliseconds that the connection phase of a request
|
|
14
|
+
* may take before the connection attempt is abandoned.
|
|
15
|
+
*/
|
|
16
|
+
requestTimeout?: number;
|
|
17
|
+
}
|
|
9
18
|
interface LambdaService$ {
|
|
10
19
|
readonly _: unique symbol;
|
|
11
20
|
/**
|
|
12
21
|
* @see {@link AddLayerVersionPermissionCommand}
|
|
13
22
|
*/
|
|
14
|
-
addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options?:
|
|
23
|
+
addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddLayerVersionPermissionCommandOutput, SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
15
24
|
/**
|
|
16
25
|
* @see {@link AddPermissionCommand}
|
|
17
26
|
*/
|
|
18
|
-
addPermission(args: AddPermissionCommandInput, options?:
|
|
27
|
+
addPermission(args: AddPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddPermissionCommandOutput, SdkError | InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
19
28
|
/**
|
|
20
29
|
* @see {@link CreateAliasCommand}
|
|
21
30
|
*/
|
|
22
|
-
createAlias(args: CreateAliasCommandInput, options?:
|
|
31
|
+
createAlias(args: CreateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAliasCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
23
32
|
/**
|
|
24
33
|
* @see {@link CreateCodeSigningConfigCommand}
|
|
25
34
|
*/
|
|
26
|
-
createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options?:
|
|
35
|
+
createCodeSigningConfig(args: CreateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ServiceError>;
|
|
27
36
|
/**
|
|
28
37
|
* @see {@link CreateEventSourceMappingCommand}
|
|
29
38
|
*/
|
|
30
|
-
createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?:
|
|
39
|
+
createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEventSourceMappingCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
31
40
|
/**
|
|
32
41
|
* @see {@link CreateFunctionCommand}
|
|
33
42
|
*/
|
|
34
|
-
createFunction(args: CreateFunctionCommandInput, options?:
|
|
43
|
+
createFunction(args: CreateFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionCommandOutput, SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
35
44
|
/**
|
|
36
45
|
* @see {@link CreateFunctionUrlConfigCommand}
|
|
37
46
|
*/
|
|
38
|
-
createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options?:
|
|
47
|
+
createFunctionUrlConfig(args: CreateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFunctionUrlConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
39
48
|
/**
|
|
40
49
|
* @see {@link DeleteAliasCommand}
|
|
41
50
|
*/
|
|
42
|
-
deleteAlias(args: DeleteAliasCommandInput, options?:
|
|
51
|
+
deleteAlias(args: DeleteAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAliasCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError>;
|
|
43
52
|
/**
|
|
44
53
|
* @see {@link DeleteCodeSigningConfigCommand}
|
|
45
54
|
*/
|
|
46
|
-
deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options?:
|
|
55
|
+
deleteCodeSigningConfig(args: DeleteCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
|
|
47
56
|
/**
|
|
48
57
|
* @see {@link DeleteEventSourceMappingCommand}
|
|
49
58
|
*/
|
|
50
|
-
deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options?:
|
|
59
|
+
deleteEventSourceMapping(args: DeleteEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEventSourceMappingCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
51
60
|
/**
|
|
52
61
|
* @see {@link DeleteFunctionCommand}
|
|
53
62
|
*/
|
|
54
|
-
deleteFunction(args: DeleteFunctionCommandInput, options?:
|
|
63
|
+
deleteFunction(args: DeleteFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
55
64
|
/**
|
|
56
65
|
* @see {@link DeleteFunctionCodeSigningConfigCommand}
|
|
57
66
|
*/
|
|
58
|
-
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?:
|
|
67
|
+
deleteFunctionCodeSigningConfig(args: DeleteFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionCodeSigningConfigCommandOutput, SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
59
68
|
/**
|
|
60
69
|
* @see {@link DeleteFunctionConcurrencyCommand}
|
|
61
70
|
*/
|
|
62
|
-
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?:
|
|
71
|
+
deleteFunctionConcurrency(args: DeleteFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionConcurrencyCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
63
72
|
/**
|
|
64
73
|
* @see {@link DeleteFunctionEventInvokeConfigCommand}
|
|
65
74
|
*/
|
|
66
|
-
deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options?:
|
|
75
|
+
deleteFunctionEventInvokeConfig(args: DeleteFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionEventInvokeConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
67
76
|
/**
|
|
68
77
|
* @see {@link DeleteFunctionUrlConfigCommand}
|
|
69
78
|
*/
|
|
70
|
-
deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options?:
|
|
79
|
+
deleteFunctionUrlConfig(args: DeleteFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFunctionUrlConfigCommandOutput, SdkError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
71
80
|
/**
|
|
72
81
|
* @see {@link DeleteLayerVersionCommand}
|
|
73
82
|
*/
|
|
74
|
-
deleteLayerVersion(args: DeleteLayerVersionCommandInput, options?:
|
|
83
|
+
deleteLayerVersion(args: DeleteLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLayerVersionCommandOutput, SdkError | ServiceError | TooManyRequestsError>;
|
|
75
84
|
/**
|
|
76
85
|
* @see {@link DeleteProvisionedConcurrencyConfigCommand}
|
|
77
86
|
*/
|
|
78
|
-
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?:
|
|
87
|
+
deleteProvisionedConcurrencyConfig(args: DeleteProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteProvisionedConcurrencyConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
79
88
|
/**
|
|
80
89
|
* @see {@link GetAccountSettingsCommand}
|
|
81
90
|
*/
|
|
82
|
-
getAccountSettings(args: GetAccountSettingsCommandInput, options?:
|
|
91
|
+
getAccountSettings(args: GetAccountSettingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSettingsCommandOutput, SdkError | ServiceError | TooManyRequestsError>;
|
|
83
92
|
/**
|
|
84
93
|
* @see {@link GetAliasCommand}
|
|
85
94
|
*/
|
|
86
|
-
getAlias(args: GetAliasCommandInput, options?:
|
|
95
|
+
getAlias(args: GetAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAliasCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
87
96
|
/**
|
|
88
97
|
* @see {@link GetCodeSigningConfigCommand}
|
|
89
98
|
*/
|
|
90
|
-
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?:
|
|
99
|
+
getCodeSigningConfig(args: GetCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
91
100
|
/**
|
|
92
101
|
* @see {@link GetEventSourceMappingCommand}
|
|
93
102
|
*/
|
|
94
|
-
getEventSourceMapping(args: GetEventSourceMappingCommandInput, options?:
|
|
103
|
+
getEventSourceMapping(args: GetEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEventSourceMappingCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
95
104
|
/**
|
|
96
105
|
* @see {@link GetFunctionCommand}
|
|
97
106
|
*/
|
|
98
|
-
getFunction(args: GetFunctionCommandInput, options?:
|
|
107
|
+
getFunction(args: GetFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
99
108
|
/**
|
|
100
109
|
* @see {@link GetFunctionCodeSigningConfigCommand}
|
|
101
110
|
*/
|
|
102
|
-
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?:
|
|
111
|
+
getFunctionCodeSigningConfig(args: GetFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
103
112
|
/**
|
|
104
113
|
* @see {@link GetFunctionConcurrencyCommand}
|
|
105
114
|
*/
|
|
106
|
-
getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options?:
|
|
115
|
+
getFunctionConcurrency(args: GetFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConcurrencyCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
107
116
|
/**
|
|
108
117
|
* @see {@link GetFunctionConfigurationCommand}
|
|
109
118
|
*/
|
|
110
|
-
getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options?:
|
|
119
|
+
getFunctionConfiguration(args: GetFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionConfigurationCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
111
120
|
/**
|
|
112
121
|
* @see {@link GetFunctionEventInvokeConfigCommand}
|
|
113
122
|
*/
|
|
114
|
-
getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options?:
|
|
123
|
+
getFunctionEventInvokeConfig(args: GetFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionEventInvokeConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
115
124
|
/**
|
|
116
125
|
* @see {@link GetFunctionRecursionConfigCommand}
|
|
117
126
|
*/
|
|
118
|
-
getFunctionRecursionConfig(args: GetFunctionRecursionConfigCommandInput, options?:
|
|
127
|
+
getFunctionRecursionConfig(args: GetFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionRecursionConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
119
128
|
/**
|
|
120
129
|
* @see {@link GetFunctionUrlConfigCommand}
|
|
121
130
|
*/
|
|
122
|
-
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?:
|
|
131
|
+
getFunctionUrlConfig(args: GetFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFunctionUrlConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
123
132
|
/**
|
|
124
133
|
* @see {@link GetLayerVersionCommand}
|
|
125
134
|
*/
|
|
126
|
-
getLayerVersion(args: GetLayerVersionCommandInput, options?:
|
|
135
|
+
getLayerVersion(args: GetLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
127
136
|
/**
|
|
128
137
|
* @see {@link GetLayerVersionByArnCommand}
|
|
129
138
|
*/
|
|
130
|
-
getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options?:
|
|
139
|
+
getLayerVersionByArn(args: GetLayerVersionByArnCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionByArnCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
131
140
|
/**
|
|
132
141
|
* @see {@link GetLayerVersionPolicyCommand}
|
|
133
142
|
*/
|
|
134
|
-
getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options?:
|
|
143
|
+
getLayerVersionPolicy(args: GetLayerVersionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLayerVersionPolicyCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
135
144
|
/**
|
|
136
145
|
* @see {@link GetPolicyCommand}
|
|
137
146
|
*/
|
|
138
|
-
getPolicy(args: GetPolicyCommandInput, options?:
|
|
147
|
+
getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
139
148
|
/**
|
|
140
149
|
* @see {@link GetProvisionedConcurrencyConfigCommand}
|
|
141
150
|
*/
|
|
142
|
-
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?:
|
|
151
|
+
getProvisionedConcurrencyConfig(args: GetProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetProvisionedConcurrencyConfigCommandOutput, SdkError | InvalidParameterValueError | ProvisionedConcurrencyConfigNotFoundError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
143
152
|
/**
|
|
144
153
|
* @see {@link GetRuntimeManagementConfigCommand}
|
|
145
154
|
*/
|
|
146
|
-
getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options?:
|
|
155
|
+
getRuntimeManagementConfig(args: GetRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRuntimeManagementConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
147
156
|
/**
|
|
148
157
|
* @see {@link InvokeCommand}
|
|
149
158
|
*/
|
|
150
|
-
invoke(args: InvokeCommandInput, options?:
|
|
159
|
+
invoke(args: InvokeCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeCommandOutput, SdkError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
|
|
151
160
|
/**
|
|
152
161
|
* @see {@link InvokeAsyncCommand}
|
|
153
162
|
*/
|
|
154
|
-
invokeAsync(args: InvokeAsyncCommandInput, options?:
|
|
163
|
+
invokeAsync(args: InvokeAsyncCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeAsyncCommandOutput, SdkError | InvalidRequestContentError | InvalidRuntimeError | ResourceConflictError | ResourceNotFoundError | ServiceError>;
|
|
155
164
|
/**
|
|
156
165
|
* @see {@link InvokeWithResponseStreamCommand}
|
|
157
166
|
*/
|
|
158
|
-
invokeWithResponseStream(args: InvokeWithResponseStreamCommandInput, options?:
|
|
167
|
+
invokeWithResponseStream(args: InvokeWithResponseStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<InvokeWithResponseStreamCommandOutput, SdkError | EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError>;
|
|
159
168
|
/**
|
|
160
169
|
* @see {@link ListAliasesCommand}
|
|
161
170
|
*/
|
|
162
|
-
listAliases(args: ListAliasesCommandInput, options?:
|
|
171
|
+
listAliases(args: ListAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAliasesCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
163
172
|
/**
|
|
164
173
|
* @see {@link ListCodeSigningConfigsCommand}
|
|
165
174
|
*/
|
|
166
|
-
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?:
|
|
175
|
+
listCodeSigningConfigs(args: ListCodeSigningConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeSigningConfigsCommandOutput, SdkError | InvalidParameterValueError | ServiceError>;
|
|
167
176
|
/**
|
|
168
177
|
* @see {@link ListEventSourceMappingsCommand}
|
|
169
178
|
*/
|
|
170
|
-
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?:
|
|
179
|
+
listEventSourceMappings(args: ListEventSourceMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEventSourceMappingsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
171
180
|
/**
|
|
172
181
|
* @see {@link ListFunctionEventInvokeConfigsCommand}
|
|
173
182
|
*/
|
|
174
|
-
listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options?:
|
|
183
|
+
listFunctionEventInvokeConfigs(args: ListFunctionEventInvokeConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionEventInvokeConfigsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link ListFunctionUrlConfigsCommand}
|
|
186
|
+
*/
|
|
187
|
+
listFunctionUrlConfigs(args: ListFunctionUrlConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionUrlConfigsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
175
188
|
/**
|
|
176
189
|
* @see {@link ListFunctionsCommand}
|
|
177
190
|
*/
|
|
178
|
-
listFunctions(args: ListFunctionsCommandInput, options?:
|
|
191
|
+
listFunctions(args: ListFunctionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsCommandOutput, SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
179
192
|
/**
|
|
180
193
|
* @see {@link ListFunctionsByCodeSigningConfigCommand}
|
|
181
194
|
*/
|
|
182
|
-
listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options?:
|
|
195
|
+
listFunctionsByCodeSigningConfig(args: ListFunctionsByCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFunctionsByCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
183
196
|
/**
|
|
184
|
-
* @see {@link
|
|
197
|
+
* @see {@link ListLayerVersionsCommand}
|
|
185
198
|
*/
|
|
186
|
-
|
|
199
|
+
listLayerVersions(args: ListLayerVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayerVersionsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
187
200
|
/**
|
|
188
201
|
* @see {@link ListLayersCommand}
|
|
189
202
|
*/
|
|
190
|
-
listLayers(args: ListLayersCommandInput, options?:
|
|
191
|
-
/**
|
|
192
|
-
* @see {@link ListLayerVersionsCommand}
|
|
193
|
-
*/
|
|
194
|
-
listLayerVersions(args: ListLayerVersionsCommandInput, options?: __HttpHandlerOptions): Effect.Effect<ListLayerVersionsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
203
|
+
listLayers(args: ListLayersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLayersCommandOutput, SdkError | InvalidParameterValueError | ServiceError | TooManyRequestsError>;
|
|
195
204
|
/**
|
|
196
205
|
* @see {@link ListProvisionedConcurrencyConfigsCommand}
|
|
197
206
|
*/
|
|
198
|
-
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?:
|
|
207
|
+
listProvisionedConcurrencyConfigs(args: ListProvisionedConcurrencyConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListProvisionedConcurrencyConfigsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
199
208
|
/**
|
|
200
209
|
* @see {@link ListTagsCommand}
|
|
201
210
|
*/
|
|
202
|
-
listTags(args: ListTagsCommandInput, options?:
|
|
211
|
+
listTags(args: ListTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
203
212
|
/**
|
|
204
213
|
* @see {@link ListVersionsByFunctionCommand}
|
|
205
214
|
*/
|
|
206
|
-
listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options?:
|
|
215
|
+
listVersionsByFunction(args: ListVersionsByFunctionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVersionsByFunctionCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
207
216
|
/**
|
|
208
217
|
* @see {@link PublishLayerVersionCommand}
|
|
209
218
|
*/
|
|
210
|
-
publishLayerVersion(args: PublishLayerVersionCommandInput, options?:
|
|
219
|
+
publishLayerVersion(args: PublishLayerVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishLayerVersionCommandOutput, SdkError | CodeStorageExceededError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
211
220
|
/**
|
|
212
221
|
* @see {@link PublishVersionCommand}
|
|
213
222
|
*/
|
|
214
|
-
publishVersion(args: PublishVersionCommandInput, options?:
|
|
223
|
+
publishVersion(args: PublishVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PublishVersionCommandOutput, SdkError | CodeStorageExceededError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
215
224
|
/**
|
|
216
225
|
* @see {@link PutFunctionCodeSigningConfigCommand}
|
|
217
226
|
*/
|
|
218
|
-
putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options?:
|
|
227
|
+
putFunctionCodeSigningConfig(args: PutFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionCodeSigningConfigCommandOutput, SdkError | CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
219
228
|
/**
|
|
220
229
|
* @see {@link PutFunctionConcurrencyCommand}
|
|
221
230
|
*/
|
|
222
|
-
putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options?:
|
|
231
|
+
putFunctionConcurrency(args: PutFunctionConcurrencyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionConcurrencyCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
223
232
|
/**
|
|
224
233
|
* @see {@link PutFunctionEventInvokeConfigCommand}
|
|
225
234
|
*/
|
|
226
|
-
putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options?:
|
|
235
|
+
putFunctionEventInvokeConfig(args: PutFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionEventInvokeConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
227
236
|
/**
|
|
228
237
|
* @see {@link PutFunctionRecursionConfigCommand}
|
|
229
238
|
*/
|
|
230
|
-
putFunctionRecursionConfig(args: PutFunctionRecursionConfigCommandInput, options?:
|
|
239
|
+
putFunctionRecursionConfig(args: PutFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutFunctionRecursionConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
231
240
|
/**
|
|
232
241
|
* @see {@link PutProvisionedConcurrencyConfigCommand}
|
|
233
242
|
*/
|
|
234
|
-
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?:
|
|
243
|
+
putProvisionedConcurrencyConfig(args: PutProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutProvisionedConcurrencyConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
235
244
|
/**
|
|
236
245
|
* @see {@link PutRuntimeManagementConfigCommand}
|
|
237
246
|
*/
|
|
238
|
-
putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options?:
|
|
247
|
+
putRuntimeManagementConfig(args: PutRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRuntimeManagementConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
239
248
|
/**
|
|
240
249
|
* @see {@link RemoveLayerVersionPermissionCommand}
|
|
241
250
|
*/
|
|
242
|
-
removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options?:
|
|
251
|
+
removeLayerVersionPermission(args: RemoveLayerVersionPermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemoveLayerVersionPermissionCommandOutput, SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
243
252
|
/**
|
|
244
253
|
* @see {@link RemovePermissionCommand}
|
|
245
254
|
*/
|
|
246
|
-
removePermission(args: RemovePermissionCommandInput, options?:
|
|
255
|
+
removePermission(args: RemovePermissionCommandInput, options?: HttpHandlerOptions): Effect.Effect<RemovePermissionCommandOutput, SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
247
256
|
/**
|
|
248
257
|
* @see {@link TagResourceCommand}
|
|
249
258
|
*/
|
|
250
|
-
tagResource(args: TagResourceCommandInput, options?:
|
|
259
|
+
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
251
260
|
/**
|
|
252
261
|
* @see {@link UntagResourceCommand}
|
|
253
262
|
*/
|
|
254
|
-
untagResource(args: UntagResourceCommandInput, options?:
|
|
263
|
+
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
255
264
|
/**
|
|
256
265
|
* @see {@link UpdateAliasCommand}
|
|
257
266
|
*/
|
|
258
|
-
updateAlias(args: UpdateAliasCommandInput, options?:
|
|
267
|
+
updateAlias(args: UpdateAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAliasCommandOutput, SdkError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
259
268
|
/**
|
|
260
269
|
* @see {@link UpdateCodeSigningConfigCommand}
|
|
261
270
|
*/
|
|
262
|
-
updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options?:
|
|
271
|
+
updateCodeSigningConfig(args: UpdateCodeSigningConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCodeSigningConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceNotFoundError | ServiceError>;
|
|
263
272
|
/**
|
|
264
273
|
* @see {@link UpdateEventSourceMappingCommand}
|
|
265
274
|
*/
|
|
266
|
-
updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?:
|
|
275
|
+
updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEventSourceMappingCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
267
276
|
/**
|
|
268
277
|
* @see {@link UpdateFunctionCodeCommand}
|
|
269
278
|
*/
|
|
270
|
-
updateFunctionCode(args: UpdateFunctionCodeCommandInput, options?:
|
|
279
|
+
updateFunctionCode(args: UpdateFunctionCodeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionCodeCommandOutput, SdkError | CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
271
280
|
/**
|
|
272
281
|
* @see {@link UpdateFunctionConfigurationCommand}
|
|
273
282
|
*/
|
|
274
|
-
updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options?:
|
|
283
|
+
updateFunctionConfiguration(args: UpdateFunctionConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionConfigurationCommandOutput, SdkError | CodeSigningConfigNotFoundError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
275
284
|
/**
|
|
276
285
|
* @see {@link UpdateFunctionEventInvokeConfigCommand}
|
|
277
286
|
*/
|
|
278
|
-
updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options?:
|
|
287
|
+
updateFunctionEventInvokeConfig(args: UpdateFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionEventInvokeConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
279
288
|
/**
|
|
280
289
|
* @see {@link UpdateFunctionUrlConfigCommand}
|
|
281
290
|
*/
|
|
282
|
-
updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?:
|
|
291
|
+
updateFunctionUrlConfig(args: UpdateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFunctionUrlConfigCommandOutput, SdkError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError>;
|
|
283
292
|
}
|
|
284
293
|
declare const LambdaService_base: import("effect/Context").TagClass<LambdaService, "@effect-aws/client-lambda/LambdaService", LambdaService$> & {
|
|
285
294
|
readonly _: Effect.Effect<LambdaService$["_"], never, LambdaService>;
|
|
286
|
-
addLayerVersionPermission: (args: AddLayerVersionPermissionCommandInput, options?:
|
|
287
|
-
addPermission: (args: AddPermissionCommandInput, options?:
|
|
288
|
-
createAlias: (args: CreateAliasCommandInput, options?:
|
|
289
|
-
createCodeSigningConfig: (args: CreateCodeSigningConfigCommandInput, options?:
|
|
290
|
-
createEventSourceMapping: (args: CreateEventSourceMappingCommandInput, options?:
|
|
291
|
-
createFunction: (args: CreateFunctionCommandInput, options?:
|
|
292
|
-
createFunctionUrlConfig: (args: CreateFunctionUrlConfigCommandInput, options?:
|
|
293
|
-
deleteAlias: (args: DeleteAliasCommandInput, options?:
|
|
294
|
-
deleteCodeSigningConfig: (args: DeleteCodeSigningConfigCommandInput, options?:
|
|
295
|
-
deleteEventSourceMapping: (args: DeleteEventSourceMappingCommandInput, options?:
|
|
296
|
-
deleteFunction: (args: DeleteFunctionCommandInput, options?:
|
|
297
|
-
deleteFunctionCodeSigningConfig: (args: DeleteFunctionCodeSigningConfigCommandInput, options?:
|
|
298
|
-
deleteFunctionConcurrency: (args: DeleteFunctionConcurrencyCommandInput, options?:
|
|
299
|
-
deleteFunctionEventInvokeConfig: (args: DeleteFunctionEventInvokeConfigCommandInput, options?:
|
|
300
|
-
deleteFunctionUrlConfig: (args: DeleteFunctionUrlConfigCommandInput, options?:
|
|
301
|
-
deleteLayerVersion: (args: DeleteLayerVersionCommandInput, options?:
|
|
302
|
-
deleteProvisionedConcurrencyConfig: (args: DeleteProvisionedConcurrencyConfigCommandInput, options?:
|
|
303
|
-
getAccountSettings: (args: GetAccountSettingsCommandInput, options?:
|
|
304
|
-
getAlias: (args: GetAliasCommandInput, options?:
|
|
305
|
-
getCodeSigningConfig: (args: GetCodeSigningConfigCommandInput, options?:
|
|
306
|
-
getEventSourceMapping: (args: GetEventSourceMappingCommandInput, options?:
|
|
307
|
-
getFunction: (args: GetFunctionCommandInput, options?:
|
|
308
|
-
getFunctionCodeSigningConfig: (args: GetFunctionCodeSigningConfigCommandInput, options?:
|
|
309
|
-
getFunctionConcurrency: (args: GetFunctionConcurrencyCommandInput, options?:
|
|
310
|
-
getFunctionConfiguration: (args: GetFunctionConfigurationCommandInput, options?:
|
|
311
|
-
getFunctionEventInvokeConfig: (args: GetFunctionEventInvokeConfigCommandInput, options?:
|
|
312
|
-
getFunctionRecursionConfig: (args: GetFunctionRecursionConfigCommandInput, options?:
|
|
313
|
-
getFunctionUrlConfig: (args: GetFunctionUrlConfigCommandInput, options?:
|
|
314
|
-
getLayerVersion: (args: GetLayerVersionCommandInput, options?:
|
|
315
|
-
getLayerVersionByArn: (args: GetLayerVersionByArnCommandInput, options?:
|
|
316
|
-
getLayerVersionPolicy: (args: GetLayerVersionPolicyCommandInput, options?:
|
|
317
|
-
getPolicy: (args: GetPolicyCommandInput, options?:
|
|
318
|
-
getProvisionedConcurrencyConfig: (args: GetProvisionedConcurrencyConfigCommandInput, options?:
|
|
319
|
-
getRuntimeManagementConfig: (args: GetRuntimeManagementConfigCommandInput, options?:
|
|
320
|
-
invoke: (args: InvokeCommandInput, options?:
|
|
321
|
-
invokeAsync: (args: InvokeAsyncCommandInput, options?:
|
|
322
|
-
invokeWithResponseStream: (args: InvokeWithResponseStreamCommandInput, options?:
|
|
323
|
-
listAliases: (args: ListAliasesCommandInput, options?:
|
|
324
|
-
listCodeSigningConfigs: (args: ListCodeSigningConfigsCommandInput, options?:
|
|
325
|
-
listEventSourceMappings: (args: ListEventSourceMappingsCommandInput, options?:
|
|
326
|
-
listFunctionEventInvokeConfigs: (args: ListFunctionEventInvokeConfigsCommandInput, options?:
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
listProvisionedConcurrencyConfigs: (args: ListProvisionedConcurrencyConfigsCommandInput, options?:
|
|
333
|
-
listTags: (args: ListTagsCommandInput, options?:
|
|
334
|
-
listVersionsByFunction: (args: ListVersionsByFunctionCommandInput, options?:
|
|
335
|
-
publishLayerVersion: (args: PublishLayerVersionCommandInput, options?:
|
|
336
|
-
publishVersion: (args: PublishVersionCommandInput, options?:
|
|
337
|
-
putFunctionCodeSigningConfig: (args: PutFunctionCodeSigningConfigCommandInput, options?:
|
|
338
|
-
putFunctionConcurrency: (args: PutFunctionConcurrencyCommandInput, options?:
|
|
339
|
-
putFunctionEventInvokeConfig: (args: PutFunctionEventInvokeConfigCommandInput, options?:
|
|
340
|
-
putFunctionRecursionConfig: (args: PutFunctionRecursionConfigCommandInput, options?:
|
|
341
|
-
putProvisionedConcurrencyConfig: (args: PutProvisionedConcurrencyConfigCommandInput, options?:
|
|
342
|
-
putRuntimeManagementConfig: (args: PutRuntimeManagementConfigCommandInput, options?:
|
|
343
|
-
removeLayerVersionPermission: (args: RemoveLayerVersionPermissionCommandInput, options?:
|
|
344
|
-
removePermission: (args: RemovePermissionCommandInput, options?:
|
|
345
|
-
tagResource: (args: TagResourceCommandInput, options?:
|
|
346
|
-
untagResource: (args: UntagResourceCommandInput, options?:
|
|
347
|
-
updateAlias: (args: UpdateAliasCommandInput, options?:
|
|
348
|
-
updateCodeSigningConfig: (args: UpdateCodeSigningConfigCommandInput, options?:
|
|
349
|
-
updateEventSourceMapping: (args: UpdateEventSourceMappingCommandInput, options?:
|
|
350
|
-
updateFunctionCode: (args: UpdateFunctionCodeCommandInput, options?:
|
|
351
|
-
updateFunctionConfiguration: (args: UpdateFunctionConfigurationCommandInput, options?:
|
|
352
|
-
updateFunctionEventInvokeConfig: (args: UpdateFunctionEventInvokeConfigCommandInput, options?:
|
|
353
|
-
updateFunctionUrlConfig: (args: UpdateFunctionUrlConfigCommandInput, options?:
|
|
295
|
+
addLayerVersionPermission: (args: AddLayerVersionPermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddLayerVersionPermissionCommandOutput, InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
296
|
+
addPermission: (args: AddPermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<AddPermissionCommandOutput, InvalidParameterValueError | PolicyLengthExceededError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
297
|
+
createAlias: (args: CreateAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateAliasCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
298
|
+
createCodeSigningConfig: (args: CreateCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateCodeSigningConfigCommandOutput, InvalidParameterValueError | ServiceError | SdkError, LambdaService>;
|
|
299
|
+
createEventSourceMapping: (args: CreateEventSourceMappingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateEventSourceMappingCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
300
|
+
createFunction: (args: CreateFunctionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateFunctionCommandOutput, CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
301
|
+
createFunctionUrlConfig: (args: CreateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<CreateFunctionUrlConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
302
|
+
deleteAlias: (args: DeleteAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteAliasCommandOutput, InvalidParameterValueError | ResourceConflictError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
303
|
+
deleteCodeSigningConfig: (args: DeleteCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteCodeSigningConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | SdkError, LambdaService>;
|
|
304
|
+
deleteEventSourceMapping: (args: DeleteEventSourceMappingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteEventSourceMappingCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
305
|
+
deleteFunction: (args: DeleteFunctionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFunctionCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
306
|
+
deleteFunctionCodeSigningConfig: (args: DeleteFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFunctionCodeSigningConfigCommandOutput, CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
307
|
+
deleteFunctionConcurrency: (args: DeleteFunctionConcurrencyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFunctionConcurrencyCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
308
|
+
deleteFunctionEventInvokeConfig: (args: DeleteFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFunctionEventInvokeConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
309
|
+
deleteFunctionUrlConfig: (args: DeleteFunctionUrlConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteFunctionUrlConfigCommandOutput, ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
310
|
+
deleteLayerVersion: (args: DeleteLayerVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteLayerVersionCommandOutput, ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
311
|
+
deleteProvisionedConcurrencyConfig: (args: DeleteProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<DeleteProvisionedConcurrencyConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
312
|
+
getAccountSettings: (args: GetAccountSettingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAccountSettingsCommandOutput, ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
313
|
+
getAlias: (args: GetAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetAliasCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
314
|
+
getCodeSigningConfig: (args: GetCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetCodeSigningConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | SdkError, LambdaService>;
|
|
315
|
+
getEventSourceMapping: (args: GetEventSourceMappingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetEventSourceMappingCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
316
|
+
getFunction: (args: GetFunctionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
317
|
+
getFunctionCodeSigningConfig: (args: GetFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionCodeSigningConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
318
|
+
getFunctionConcurrency: (args: GetFunctionConcurrencyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionConcurrencyCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
319
|
+
getFunctionConfiguration: (args: GetFunctionConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionConfigurationCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
320
|
+
getFunctionEventInvokeConfig: (args: GetFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionEventInvokeConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
321
|
+
getFunctionRecursionConfig: (args: GetFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionRecursionConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
322
|
+
getFunctionUrlConfig: (args: GetFunctionUrlConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetFunctionUrlConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
323
|
+
getLayerVersion: (args: GetLayerVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetLayerVersionCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
324
|
+
getLayerVersionByArn: (args: GetLayerVersionByArnCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetLayerVersionByArnCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
325
|
+
getLayerVersionPolicy: (args: GetLayerVersionPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetLayerVersionPolicyCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
326
|
+
getPolicy: (args: GetPolicyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetPolicyCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
327
|
+
getProvisionedConcurrencyConfig: (args: GetProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetProvisionedConcurrencyConfigCommandOutput, InvalidParameterValueError | ProvisionedConcurrencyConfigNotFoundError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
328
|
+
getRuntimeManagementConfig: (args: GetRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<GetRuntimeManagementConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
329
|
+
invoke: (args: InvokeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<InvokeCommandOutput, EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError | SdkError, LambdaService>;
|
|
330
|
+
invokeAsync: (args: InvokeAsyncCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<InvokeAsyncCommandOutput, InvalidRequestContentError | InvalidRuntimeError | ResourceConflictError | ResourceNotFoundError | ServiceError | SdkError, LambdaService>;
|
|
331
|
+
invokeWithResponseStream: (args: InvokeWithResponseStreamCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<InvokeWithResponseStreamCommandOutput, EC2AccessDeniedError | EC2ThrottledError | EC2UnexpectedError | EFSIOError | EFSMountConnectivityError | EFSMountFailureError | EFSMountTimeoutError | ENILimitReachedError | InvalidParameterValueError | InvalidRequestContentError | InvalidRuntimeError | InvalidSecurityGroupIDError | InvalidSubnetIDError | InvalidZipFileError | KMSAccessDeniedError | KMSDisabledError | KMSInvalidStateError | KMSNotFoundError | RecursiveInvocationError | RequestTooLargeError | ResourceConflictError | ResourceNotFoundError | ResourceNotReadyError | ServiceError | SnapStartError | SnapStartNotReadyError | SnapStartTimeoutError | SubnetIPAddressLimitReachedError | TooManyRequestsError | UnsupportedMediaTypeError | SdkError, LambdaService>;
|
|
332
|
+
listAliases: (args: ListAliasesCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListAliasesCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
333
|
+
listCodeSigningConfigs: (args: ListCodeSigningConfigsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListCodeSigningConfigsCommandOutput, InvalidParameterValueError | ServiceError | SdkError, LambdaService>;
|
|
334
|
+
listEventSourceMappings: (args: ListEventSourceMappingsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListEventSourceMappingsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
335
|
+
listFunctionEventInvokeConfigs: (args: ListFunctionEventInvokeConfigsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListFunctionEventInvokeConfigsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
336
|
+
listFunctionUrlConfigs: (args: ListFunctionUrlConfigsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListFunctionUrlConfigsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
337
|
+
listFunctions: (args: ListFunctionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListFunctionsCommandOutput, InvalidParameterValueError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
338
|
+
listFunctionsByCodeSigningConfig: (args: ListFunctionsByCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListFunctionsByCodeSigningConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | SdkError, LambdaService>;
|
|
339
|
+
listLayerVersions: (args: ListLayerVersionsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListLayerVersionsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
340
|
+
listLayers: (args: ListLayersCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListLayersCommandOutput, InvalidParameterValueError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
341
|
+
listProvisionedConcurrencyConfigs: (args: ListProvisionedConcurrencyConfigsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListProvisionedConcurrencyConfigsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
342
|
+
listTags: (args: ListTagsCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListTagsCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
343
|
+
listVersionsByFunction: (args: ListVersionsByFunctionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<ListVersionsByFunctionCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
344
|
+
publishLayerVersion: (args: PublishLayerVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PublishLayerVersionCommandOutput, CodeStorageExceededError | InvalidParameterValueError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
345
|
+
publishVersion: (args: PublishVersionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PublishVersionCommandOutput, CodeStorageExceededError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
346
|
+
putFunctionCodeSigningConfig: (args: PutFunctionCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutFunctionCodeSigningConfigCommandOutput, CodeSigningConfigNotFoundError | InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
347
|
+
putFunctionConcurrency: (args: PutFunctionConcurrencyCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutFunctionConcurrencyCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
348
|
+
putFunctionEventInvokeConfig: (args: PutFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutFunctionEventInvokeConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
349
|
+
putFunctionRecursionConfig: (args: PutFunctionRecursionConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutFunctionRecursionConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
350
|
+
putProvisionedConcurrencyConfig: (args: PutProvisionedConcurrencyConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutProvisionedConcurrencyConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
351
|
+
putRuntimeManagementConfig: (args: PutRuntimeManagementConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<PutRuntimeManagementConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
352
|
+
removeLayerVersionPermission: (args: RemoveLayerVersionPermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemoveLayerVersionPermissionCommandOutput, InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
353
|
+
removePermission: (args: RemovePermissionCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<RemovePermissionCommandOutput, InvalidParameterValueError | PreconditionFailedError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
354
|
+
tagResource: (args: TagResourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<TagResourceCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
355
|
+
untagResource: (args: UntagResourceCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UntagResourceCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
356
|
+
updateAlias: (args: UpdateAliasCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateAliasCommandOutput, InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
357
|
+
updateCodeSigningConfig: (args: UpdateCodeSigningConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateCodeSigningConfigCommandOutput, InvalidParameterValueError | ResourceNotFoundError | ServiceError | SdkError, LambdaService>;
|
|
358
|
+
updateEventSourceMapping: (args: UpdateEventSourceMappingCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateEventSourceMappingCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceInUseError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
359
|
+
updateFunctionCode: (args: UpdateFunctionCodeCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateFunctionCodeCommandOutput, CodeSigningConfigNotFoundError | CodeStorageExceededError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
360
|
+
updateFunctionConfiguration: (args: UpdateFunctionConfigurationCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateFunctionConfigurationCommandOutput, CodeSigningConfigNotFoundError | CodeVerificationFailedError | InvalidCodeSignatureError | InvalidParameterValueError | PreconditionFailedError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
361
|
+
updateFunctionEventInvokeConfig: (args: UpdateFunctionEventInvokeConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateFunctionEventInvokeConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
362
|
+
updateFunctionUrlConfig: (args: UpdateFunctionUrlConfigCommandInput, options?: HttpHandlerOptions | undefined) => Effect.Effect<UpdateFunctionUrlConfigCommandOutput, InvalidParameterValueError | ResourceConflictError | ResourceNotFoundError | ServiceError | TooManyRequestsError | SdkError, LambdaService>;
|
|
354
363
|
} & {
|
|
355
364
|
use: <X>(body: (_: LambdaService$) => X) => X extends Effect.Effect<infer A, infer E, infer R> ? Effect.Effect<A, E, R | LambdaService> : Effect.Effect<X, never, LambdaService>;
|
|
356
365
|
};
|