@aws-sdk/client-lambda 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Lambda.d.ts +1087 -320
- package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,136 +1,482 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddLayerVersionPermissionCommandInput,
|
|
47
|
+
AddLayerVersionPermissionCommandOutput,
|
|
48
|
+
} from "./commands/AddLayerVersionPermissionCommand";
|
|
49
|
+
import {
|
|
50
|
+
AddPermissionCommandInput,
|
|
51
|
+
AddPermissionCommandOutput,
|
|
52
|
+
} from "./commands/AddPermissionCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAliasCommandInput,
|
|
55
|
+
CreateAliasCommandOutput,
|
|
56
|
+
} from "./commands/CreateAliasCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateCodeSigningConfigCommandInput,
|
|
59
|
+
CreateCodeSigningConfigCommandOutput,
|
|
60
|
+
} from "./commands/CreateCodeSigningConfigCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateEventSourceMappingCommandInput,
|
|
63
|
+
CreateEventSourceMappingCommandOutput,
|
|
64
|
+
} from "./commands/CreateEventSourceMappingCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateFunctionCommandInput,
|
|
67
|
+
CreateFunctionCommandOutput,
|
|
68
|
+
} from "./commands/CreateFunctionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateFunctionUrlConfigCommandInput,
|
|
71
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
72
|
+
} from "./commands/CreateFunctionUrlConfigCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteAliasCommandInput,
|
|
75
|
+
DeleteAliasCommandOutput,
|
|
76
|
+
} from "./commands/DeleteAliasCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteCodeSigningConfigCommandInput,
|
|
79
|
+
DeleteCodeSigningConfigCommandOutput,
|
|
80
|
+
} from "./commands/DeleteCodeSigningConfigCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteEventSourceMappingCommandInput,
|
|
83
|
+
DeleteEventSourceMappingCommandOutput,
|
|
84
|
+
} from "./commands/DeleteEventSourceMappingCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteFunctionCodeSigningConfigCommandInput,
|
|
87
|
+
DeleteFunctionCodeSigningConfigCommandOutput,
|
|
88
|
+
} from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteFunctionCommandInput,
|
|
91
|
+
DeleteFunctionCommandOutput,
|
|
92
|
+
} from "./commands/DeleteFunctionCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
95
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
96
|
+
} from "./commands/DeleteFunctionConcurrencyCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
99
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
100
|
+
} from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
103
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
104
|
+
} from "./commands/DeleteFunctionUrlConfigCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteLayerVersionCommandInput,
|
|
107
|
+
DeleteLayerVersionCommandOutput,
|
|
108
|
+
} from "./commands/DeleteLayerVersionCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
111
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
112
|
+
} from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetAccountSettingsCommandInput,
|
|
115
|
+
GetAccountSettingsCommandOutput,
|
|
116
|
+
} from "./commands/GetAccountSettingsCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetAliasCommandInput,
|
|
119
|
+
GetAliasCommandOutput,
|
|
120
|
+
} from "./commands/GetAliasCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetCodeSigningConfigCommandInput,
|
|
123
|
+
GetCodeSigningConfigCommandOutput,
|
|
124
|
+
} from "./commands/GetCodeSigningConfigCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetEventSourceMappingCommandInput,
|
|
127
|
+
GetEventSourceMappingCommandOutput,
|
|
128
|
+
} from "./commands/GetEventSourceMappingCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
131
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
132
|
+
} from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetFunctionCommandInput,
|
|
135
|
+
GetFunctionCommandOutput,
|
|
136
|
+
} from "./commands/GetFunctionCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetFunctionConcurrencyCommandInput,
|
|
139
|
+
GetFunctionConcurrencyCommandOutput,
|
|
140
|
+
} from "./commands/GetFunctionConcurrencyCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetFunctionConfigurationCommandInput,
|
|
143
|
+
GetFunctionConfigurationCommandOutput,
|
|
144
|
+
} from "./commands/GetFunctionConfigurationCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
147
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
148
|
+
} from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetFunctionUrlConfigCommandInput,
|
|
151
|
+
GetFunctionUrlConfigCommandOutput,
|
|
152
|
+
} from "./commands/GetFunctionUrlConfigCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetLayerVersionByArnCommandInput,
|
|
155
|
+
GetLayerVersionByArnCommandOutput,
|
|
156
|
+
} from "./commands/GetLayerVersionByArnCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetLayerVersionCommandInput,
|
|
159
|
+
GetLayerVersionCommandOutput,
|
|
160
|
+
} from "./commands/GetLayerVersionCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetLayerVersionPolicyCommandInput,
|
|
163
|
+
GetLayerVersionPolicyCommandOutput,
|
|
164
|
+
} from "./commands/GetLayerVersionPolicyCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetPolicyCommandInput,
|
|
167
|
+
GetPolicyCommandOutput,
|
|
168
|
+
} from "./commands/GetPolicyCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
171
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
172
|
+
} from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
173
|
+
import {
|
|
174
|
+
InvokeAsyncCommandInput,
|
|
175
|
+
InvokeAsyncCommandOutput,
|
|
176
|
+
} from "./commands/InvokeAsyncCommand";
|
|
177
|
+
import {
|
|
178
|
+
InvokeCommandInput,
|
|
179
|
+
InvokeCommandOutput,
|
|
180
|
+
} from "./commands/InvokeCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListAliasesCommandInput,
|
|
183
|
+
ListAliasesCommandOutput,
|
|
184
|
+
} from "./commands/ListAliasesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListCodeSigningConfigsCommandInput,
|
|
187
|
+
ListCodeSigningConfigsCommandOutput,
|
|
188
|
+
} from "./commands/ListCodeSigningConfigsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListEventSourceMappingsCommandInput,
|
|
191
|
+
ListEventSourceMappingsCommandOutput,
|
|
192
|
+
} from "./commands/ListEventSourceMappingsCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
195
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
196
|
+
} from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
199
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
200
|
+
} from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListFunctionsCommandInput,
|
|
203
|
+
ListFunctionsCommandOutput,
|
|
204
|
+
} from "./commands/ListFunctionsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListFunctionUrlConfigsCommandInput,
|
|
207
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
208
|
+
} from "./commands/ListFunctionUrlConfigsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListLayersCommandInput,
|
|
211
|
+
ListLayersCommandOutput,
|
|
212
|
+
} from "./commands/ListLayersCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListLayerVersionsCommandInput,
|
|
215
|
+
ListLayerVersionsCommandOutput,
|
|
216
|
+
} from "./commands/ListLayerVersionsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
219
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
220
|
+
} from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListTagsCommandInput,
|
|
223
|
+
ListTagsCommandOutput,
|
|
224
|
+
} from "./commands/ListTagsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListVersionsByFunctionCommandInput,
|
|
227
|
+
ListVersionsByFunctionCommandOutput,
|
|
228
|
+
} from "./commands/ListVersionsByFunctionCommand";
|
|
229
|
+
import {
|
|
230
|
+
PublishLayerVersionCommandInput,
|
|
231
|
+
PublishLayerVersionCommandOutput,
|
|
232
|
+
} from "./commands/PublishLayerVersionCommand";
|
|
233
|
+
import {
|
|
234
|
+
PublishVersionCommandInput,
|
|
235
|
+
PublishVersionCommandOutput,
|
|
236
|
+
} from "./commands/PublishVersionCommand";
|
|
237
|
+
import {
|
|
238
|
+
PutFunctionCodeSigningConfigCommandInput,
|
|
239
|
+
PutFunctionCodeSigningConfigCommandOutput,
|
|
240
|
+
} from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
241
|
+
import {
|
|
242
|
+
PutFunctionConcurrencyCommandInput,
|
|
243
|
+
PutFunctionConcurrencyCommandOutput,
|
|
244
|
+
} from "./commands/PutFunctionConcurrencyCommand";
|
|
245
|
+
import {
|
|
246
|
+
PutFunctionEventInvokeConfigCommandInput,
|
|
247
|
+
PutFunctionEventInvokeConfigCommandOutput,
|
|
248
|
+
} from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
249
|
+
import {
|
|
250
|
+
PutProvisionedConcurrencyConfigCommandInput,
|
|
251
|
+
PutProvisionedConcurrencyConfigCommandOutput,
|
|
252
|
+
} from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
253
|
+
import {
|
|
254
|
+
RemoveLayerVersionPermissionCommandInput,
|
|
255
|
+
RemoveLayerVersionPermissionCommandOutput,
|
|
256
|
+
} from "./commands/RemoveLayerVersionPermissionCommand";
|
|
257
|
+
import {
|
|
258
|
+
RemovePermissionCommandInput,
|
|
259
|
+
RemovePermissionCommandOutput,
|
|
260
|
+
} from "./commands/RemovePermissionCommand";
|
|
261
|
+
import {
|
|
262
|
+
TagResourceCommandInput,
|
|
263
|
+
TagResourceCommandOutput,
|
|
264
|
+
} from "./commands/TagResourceCommand";
|
|
265
|
+
import {
|
|
266
|
+
UntagResourceCommandInput,
|
|
267
|
+
UntagResourceCommandOutput,
|
|
268
|
+
} from "./commands/UntagResourceCommand";
|
|
269
|
+
import {
|
|
270
|
+
UpdateAliasCommandInput,
|
|
271
|
+
UpdateAliasCommandOutput,
|
|
272
|
+
} from "./commands/UpdateAliasCommand";
|
|
273
|
+
import {
|
|
274
|
+
UpdateCodeSigningConfigCommandInput,
|
|
275
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
276
|
+
} from "./commands/UpdateCodeSigningConfigCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateEventSourceMappingCommandInput,
|
|
279
|
+
UpdateEventSourceMappingCommandOutput,
|
|
280
|
+
} from "./commands/UpdateEventSourceMappingCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateFunctionCodeCommandInput,
|
|
283
|
+
UpdateFunctionCodeCommandOutput,
|
|
284
|
+
} from "./commands/UpdateFunctionCodeCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateFunctionConfigurationCommandInput,
|
|
287
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
288
|
+
} from "./commands/UpdateFunctionConfigurationCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
291
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
292
|
+
} from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
295
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
296
|
+
} from "./commands/UpdateFunctionUrlConfigCommand";
|
|
297
|
+
export declare type ServiceInputTypes =
|
|
298
|
+
| AddLayerVersionPermissionCommandInput
|
|
299
|
+
| AddPermissionCommandInput
|
|
300
|
+
| CreateAliasCommandInput
|
|
301
|
+
| CreateCodeSigningConfigCommandInput
|
|
302
|
+
| CreateEventSourceMappingCommandInput
|
|
303
|
+
| CreateFunctionCommandInput
|
|
304
|
+
| CreateFunctionUrlConfigCommandInput
|
|
305
|
+
| DeleteAliasCommandInput
|
|
306
|
+
| DeleteCodeSigningConfigCommandInput
|
|
307
|
+
| DeleteEventSourceMappingCommandInput
|
|
308
|
+
| DeleteFunctionCodeSigningConfigCommandInput
|
|
309
|
+
| DeleteFunctionCommandInput
|
|
310
|
+
| DeleteFunctionConcurrencyCommandInput
|
|
311
|
+
| DeleteFunctionEventInvokeConfigCommandInput
|
|
312
|
+
| DeleteFunctionUrlConfigCommandInput
|
|
313
|
+
| DeleteLayerVersionCommandInput
|
|
314
|
+
| DeleteProvisionedConcurrencyConfigCommandInput
|
|
315
|
+
| GetAccountSettingsCommandInput
|
|
316
|
+
| GetAliasCommandInput
|
|
317
|
+
| GetCodeSigningConfigCommandInput
|
|
318
|
+
| GetEventSourceMappingCommandInput
|
|
319
|
+
| GetFunctionCodeSigningConfigCommandInput
|
|
320
|
+
| GetFunctionCommandInput
|
|
321
|
+
| GetFunctionConcurrencyCommandInput
|
|
322
|
+
| GetFunctionConfigurationCommandInput
|
|
323
|
+
| GetFunctionEventInvokeConfigCommandInput
|
|
324
|
+
| GetFunctionUrlConfigCommandInput
|
|
325
|
+
| GetLayerVersionByArnCommandInput
|
|
326
|
+
| GetLayerVersionCommandInput
|
|
327
|
+
| GetLayerVersionPolicyCommandInput
|
|
328
|
+
| GetPolicyCommandInput
|
|
329
|
+
| GetProvisionedConcurrencyConfigCommandInput
|
|
330
|
+
| InvokeAsyncCommandInput
|
|
331
|
+
| InvokeCommandInput
|
|
332
|
+
| ListAliasesCommandInput
|
|
333
|
+
| ListCodeSigningConfigsCommandInput
|
|
334
|
+
| ListEventSourceMappingsCommandInput
|
|
335
|
+
| ListFunctionEventInvokeConfigsCommandInput
|
|
336
|
+
| ListFunctionUrlConfigsCommandInput
|
|
337
|
+
| ListFunctionsByCodeSigningConfigCommandInput
|
|
338
|
+
| ListFunctionsCommandInput
|
|
339
|
+
| ListLayerVersionsCommandInput
|
|
340
|
+
| ListLayersCommandInput
|
|
341
|
+
| ListProvisionedConcurrencyConfigsCommandInput
|
|
342
|
+
| ListTagsCommandInput
|
|
343
|
+
| ListVersionsByFunctionCommandInput
|
|
344
|
+
| PublishLayerVersionCommandInput
|
|
345
|
+
| PublishVersionCommandInput
|
|
346
|
+
| PutFunctionCodeSigningConfigCommandInput
|
|
347
|
+
| PutFunctionConcurrencyCommandInput
|
|
348
|
+
| PutFunctionEventInvokeConfigCommandInput
|
|
349
|
+
| PutProvisionedConcurrencyConfigCommandInput
|
|
350
|
+
| RemoveLayerVersionPermissionCommandInput
|
|
351
|
+
| RemovePermissionCommandInput
|
|
352
|
+
| TagResourceCommandInput
|
|
353
|
+
| UntagResourceCommandInput
|
|
354
|
+
| UpdateAliasCommandInput
|
|
355
|
+
| UpdateCodeSigningConfigCommandInput
|
|
356
|
+
| UpdateEventSourceMappingCommandInput
|
|
357
|
+
| UpdateFunctionCodeCommandInput
|
|
358
|
+
| UpdateFunctionConfigurationCommandInput
|
|
359
|
+
| UpdateFunctionEventInvokeConfigCommandInput
|
|
360
|
+
| UpdateFunctionUrlConfigCommandInput;
|
|
361
|
+
export declare type ServiceOutputTypes =
|
|
362
|
+
| AddLayerVersionPermissionCommandOutput
|
|
363
|
+
| AddPermissionCommandOutput
|
|
364
|
+
| CreateAliasCommandOutput
|
|
365
|
+
| CreateCodeSigningConfigCommandOutput
|
|
366
|
+
| CreateEventSourceMappingCommandOutput
|
|
367
|
+
| CreateFunctionCommandOutput
|
|
368
|
+
| CreateFunctionUrlConfigCommandOutput
|
|
369
|
+
| DeleteAliasCommandOutput
|
|
370
|
+
| DeleteCodeSigningConfigCommandOutput
|
|
371
|
+
| DeleteEventSourceMappingCommandOutput
|
|
372
|
+
| DeleteFunctionCodeSigningConfigCommandOutput
|
|
373
|
+
| DeleteFunctionCommandOutput
|
|
374
|
+
| DeleteFunctionConcurrencyCommandOutput
|
|
375
|
+
| DeleteFunctionEventInvokeConfigCommandOutput
|
|
376
|
+
| DeleteFunctionUrlConfigCommandOutput
|
|
377
|
+
| DeleteLayerVersionCommandOutput
|
|
378
|
+
| DeleteProvisionedConcurrencyConfigCommandOutput
|
|
379
|
+
| GetAccountSettingsCommandOutput
|
|
380
|
+
| GetAliasCommandOutput
|
|
381
|
+
| GetCodeSigningConfigCommandOutput
|
|
382
|
+
| GetEventSourceMappingCommandOutput
|
|
383
|
+
| GetFunctionCodeSigningConfigCommandOutput
|
|
384
|
+
| GetFunctionCommandOutput
|
|
385
|
+
| GetFunctionConcurrencyCommandOutput
|
|
386
|
+
| GetFunctionConfigurationCommandOutput
|
|
387
|
+
| GetFunctionEventInvokeConfigCommandOutput
|
|
388
|
+
| GetFunctionUrlConfigCommandOutput
|
|
389
|
+
| GetLayerVersionByArnCommandOutput
|
|
390
|
+
| GetLayerVersionCommandOutput
|
|
391
|
+
| GetLayerVersionPolicyCommandOutput
|
|
392
|
+
| GetPolicyCommandOutput
|
|
393
|
+
| GetProvisionedConcurrencyConfigCommandOutput
|
|
394
|
+
| InvokeAsyncCommandOutput
|
|
395
|
+
| InvokeCommandOutput
|
|
396
|
+
| ListAliasesCommandOutput
|
|
397
|
+
| ListCodeSigningConfigsCommandOutput
|
|
398
|
+
| ListEventSourceMappingsCommandOutput
|
|
399
|
+
| ListFunctionEventInvokeConfigsCommandOutput
|
|
400
|
+
| ListFunctionUrlConfigsCommandOutput
|
|
401
|
+
| ListFunctionsByCodeSigningConfigCommandOutput
|
|
402
|
+
| ListFunctionsCommandOutput
|
|
403
|
+
| ListLayerVersionsCommandOutput
|
|
404
|
+
| ListLayersCommandOutput
|
|
405
|
+
| ListProvisionedConcurrencyConfigsCommandOutput
|
|
406
|
+
| ListTagsCommandOutput
|
|
407
|
+
| ListVersionsByFunctionCommandOutput
|
|
408
|
+
| PublishLayerVersionCommandOutput
|
|
409
|
+
| PublishVersionCommandOutput
|
|
410
|
+
| PutFunctionCodeSigningConfigCommandOutput
|
|
411
|
+
| PutFunctionConcurrencyCommandOutput
|
|
412
|
+
| PutFunctionEventInvokeConfigCommandOutput
|
|
413
|
+
| PutProvisionedConcurrencyConfigCommandOutput
|
|
414
|
+
| RemoveLayerVersionPermissionCommandOutput
|
|
415
|
+
| RemovePermissionCommandOutput
|
|
416
|
+
| TagResourceCommandOutput
|
|
417
|
+
| UntagResourceCommandOutput
|
|
418
|
+
| UpdateAliasCommandOutput
|
|
419
|
+
| UpdateCodeSigningConfigCommandOutput
|
|
420
|
+
| UpdateEventSourceMappingCommandOutput
|
|
421
|
+
| UpdateFunctionCodeCommandOutput
|
|
422
|
+
| UpdateFunctionConfigurationCommandOutput
|
|
423
|
+
| UpdateFunctionEventInvokeConfigCommandOutput
|
|
424
|
+
| UpdateFunctionUrlConfigCommandOutput;
|
|
425
|
+
export interface ClientDefaults
|
|
426
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
427
|
+
requestHandler?: __HttpHandler;
|
|
428
|
+
sha256?: __HashConstructor;
|
|
429
|
+
urlParser?: __UrlParser;
|
|
430
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
431
|
+
streamCollector?: __StreamCollector;
|
|
432
|
+
base64Decoder?: __Decoder;
|
|
433
|
+
base64Encoder?: __Encoder;
|
|
434
|
+
utf8Decoder?: __Decoder;
|
|
435
|
+
utf8Encoder?: __Encoder;
|
|
436
|
+
runtime?: string;
|
|
437
|
+
disableHostPrefix?: boolean;
|
|
438
|
+
maxAttempts?: number | __Provider<number>;
|
|
439
|
+
retryMode?: string | __Provider<string>;
|
|
440
|
+
logger?: __Logger;
|
|
441
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
442
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
443
|
+
serviceId?: string;
|
|
444
|
+
region?: string | __Provider<string>;
|
|
445
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
446
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
447
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
448
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
449
|
+
}
|
|
450
|
+
declare type LambdaClientConfigType = Partial<
|
|
451
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
452
|
+
> &
|
|
453
|
+
ClientDefaults &
|
|
454
|
+
RegionInputConfig &
|
|
455
|
+
EndpointsInputConfig &
|
|
456
|
+
RetryInputConfig &
|
|
457
|
+
HostHeaderInputConfig &
|
|
458
|
+
AwsAuthInputConfig &
|
|
459
|
+
UserAgentInputConfig;
|
|
460
|
+
export interface LambdaClientConfig extends LambdaClientConfigType {}
|
|
461
|
+
declare type LambdaClientResolvedConfigType =
|
|
462
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
463
|
+
Required<ClientDefaults> &
|
|
464
|
+
RegionResolvedConfig &
|
|
465
|
+
EndpointsResolvedConfig &
|
|
466
|
+
RetryResolvedConfig &
|
|
467
|
+
HostHeaderResolvedConfig &
|
|
468
|
+
AwsAuthResolvedConfig &
|
|
469
|
+
UserAgentResolvedConfig;
|
|
470
|
+
export interface LambdaClientResolvedConfig
|
|
471
|
+
extends LambdaClientResolvedConfigType {}
|
|
472
|
+
export declare class LambdaClient extends __Client<
|
|
473
|
+
__HttpHandlerOptions,
|
|
474
|
+
ServiceInputTypes,
|
|
475
|
+
ServiceOutputTypes,
|
|
476
|
+
LambdaClientResolvedConfig
|
|
477
|
+
> {
|
|
478
|
+
readonly config: LambdaClientResolvedConfig;
|
|
479
|
+
constructor(configuration: LambdaClientConfig);
|
|
480
|
+
destroy(): void;
|
|
481
|
+
}
|
|
482
|
+
export {};
|