@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,191 +1,761 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddLayerVersionPermissionCommandInput,
|
|
8
|
+
AddLayerVersionPermissionCommandOutput,
|
|
9
|
+
} from "../commands/AddLayerVersionPermissionCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddPermissionCommandInput,
|
|
12
|
+
AddPermissionCommandOutput,
|
|
13
|
+
} from "../commands/AddPermissionCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAliasCommandInput,
|
|
16
|
+
CreateAliasCommandOutput,
|
|
17
|
+
} from "../commands/CreateAliasCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateCodeSigningConfigCommandInput,
|
|
20
|
+
CreateCodeSigningConfigCommandOutput,
|
|
21
|
+
} from "../commands/CreateCodeSigningConfigCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateEventSourceMappingCommandInput,
|
|
24
|
+
CreateEventSourceMappingCommandOutput,
|
|
25
|
+
} from "../commands/CreateEventSourceMappingCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateFunctionCommandInput,
|
|
28
|
+
CreateFunctionCommandOutput,
|
|
29
|
+
} from "../commands/CreateFunctionCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateFunctionUrlConfigCommandInput,
|
|
32
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
33
|
+
} from "../commands/CreateFunctionUrlConfigCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteAliasCommandInput,
|
|
36
|
+
DeleteAliasCommandOutput,
|
|
37
|
+
} from "../commands/DeleteAliasCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteCodeSigningConfigCommandInput,
|
|
40
|
+
DeleteCodeSigningConfigCommandOutput,
|
|
41
|
+
} from "../commands/DeleteCodeSigningConfigCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteEventSourceMappingCommandInput,
|
|
44
|
+
DeleteEventSourceMappingCommandOutput,
|
|
45
|
+
} from "../commands/DeleteEventSourceMappingCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteFunctionCodeSigningConfigCommandInput,
|
|
48
|
+
DeleteFunctionCodeSigningConfigCommandOutput,
|
|
49
|
+
} from "../commands/DeleteFunctionCodeSigningConfigCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteFunctionCommandInput,
|
|
52
|
+
DeleteFunctionCommandOutput,
|
|
53
|
+
} from "../commands/DeleteFunctionCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
56
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
57
|
+
} from "../commands/DeleteFunctionConcurrencyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
60
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
61
|
+
} from "../commands/DeleteFunctionEventInvokeConfigCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
64
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
65
|
+
} from "../commands/DeleteFunctionUrlConfigCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteLayerVersionCommandInput,
|
|
68
|
+
DeleteLayerVersionCommandOutput,
|
|
69
|
+
} from "../commands/DeleteLayerVersionCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
72
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
73
|
+
} from "../commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetAccountSettingsCommandInput,
|
|
76
|
+
GetAccountSettingsCommandOutput,
|
|
77
|
+
} from "../commands/GetAccountSettingsCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetAliasCommandInput,
|
|
80
|
+
GetAliasCommandOutput,
|
|
81
|
+
} from "../commands/GetAliasCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetCodeSigningConfigCommandInput,
|
|
84
|
+
GetCodeSigningConfigCommandOutput,
|
|
85
|
+
} from "../commands/GetCodeSigningConfigCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetEventSourceMappingCommandInput,
|
|
88
|
+
GetEventSourceMappingCommandOutput,
|
|
89
|
+
} from "../commands/GetEventSourceMappingCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
92
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
93
|
+
} from "../commands/GetFunctionCodeSigningConfigCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetFunctionCommandInput,
|
|
96
|
+
GetFunctionCommandOutput,
|
|
97
|
+
} from "../commands/GetFunctionCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetFunctionConcurrencyCommandInput,
|
|
100
|
+
GetFunctionConcurrencyCommandOutput,
|
|
101
|
+
} from "../commands/GetFunctionConcurrencyCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetFunctionConfigurationCommandInput,
|
|
104
|
+
GetFunctionConfigurationCommandOutput,
|
|
105
|
+
} from "../commands/GetFunctionConfigurationCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
108
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
109
|
+
} from "../commands/GetFunctionEventInvokeConfigCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetFunctionUrlConfigCommandInput,
|
|
112
|
+
GetFunctionUrlConfigCommandOutput,
|
|
113
|
+
} from "../commands/GetFunctionUrlConfigCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetLayerVersionByArnCommandInput,
|
|
116
|
+
GetLayerVersionByArnCommandOutput,
|
|
117
|
+
} from "../commands/GetLayerVersionByArnCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetLayerVersionCommandInput,
|
|
120
|
+
GetLayerVersionCommandOutput,
|
|
121
|
+
} from "../commands/GetLayerVersionCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetLayerVersionPolicyCommandInput,
|
|
124
|
+
GetLayerVersionPolicyCommandOutput,
|
|
125
|
+
} from "../commands/GetLayerVersionPolicyCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetPolicyCommandInput,
|
|
128
|
+
GetPolicyCommandOutput,
|
|
129
|
+
} from "../commands/GetPolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
132
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
133
|
+
} from "../commands/GetProvisionedConcurrencyConfigCommand";
|
|
134
|
+
import {
|
|
135
|
+
InvokeAsyncCommandInput,
|
|
136
|
+
InvokeAsyncCommandOutput,
|
|
137
|
+
} from "../commands/InvokeAsyncCommand";
|
|
138
|
+
import {
|
|
139
|
+
InvokeCommandInput,
|
|
140
|
+
InvokeCommandOutput,
|
|
141
|
+
} from "../commands/InvokeCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListAliasesCommandInput,
|
|
144
|
+
ListAliasesCommandOutput,
|
|
145
|
+
} from "../commands/ListAliasesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListCodeSigningConfigsCommandInput,
|
|
148
|
+
ListCodeSigningConfigsCommandOutput,
|
|
149
|
+
} from "../commands/ListCodeSigningConfigsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListEventSourceMappingsCommandInput,
|
|
152
|
+
ListEventSourceMappingsCommandOutput,
|
|
153
|
+
} from "../commands/ListEventSourceMappingsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
156
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
157
|
+
} from "../commands/ListFunctionEventInvokeConfigsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
160
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
161
|
+
} from "../commands/ListFunctionsByCodeSigningConfigCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListFunctionsCommandInput,
|
|
164
|
+
ListFunctionsCommandOutput,
|
|
165
|
+
} from "../commands/ListFunctionsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListFunctionUrlConfigsCommandInput,
|
|
168
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
169
|
+
} from "../commands/ListFunctionUrlConfigsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListLayersCommandInput,
|
|
172
|
+
ListLayersCommandOutput,
|
|
173
|
+
} from "../commands/ListLayersCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListLayerVersionsCommandInput,
|
|
176
|
+
ListLayerVersionsCommandOutput,
|
|
177
|
+
} from "../commands/ListLayerVersionsCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
180
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
181
|
+
} from "../commands/ListProvisionedConcurrencyConfigsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListTagsCommandInput,
|
|
184
|
+
ListTagsCommandOutput,
|
|
185
|
+
} from "../commands/ListTagsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListVersionsByFunctionCommandInput,
|
|
188
|
+
ListVersionsByFunctionCommandOutput,
|
|
189
|
+
} from "../commands/ListVersionsByFunctionCommand";
|
|
190
|
+
import {
|
|
191
|
+
PublishLayerVersionCommandInput,
|
|
192
|
+
PublishLayerVersionCommandOutput,
|
|
193
|
+
} from "../commands/PublishLayerVersionCommand";
|
|
194
|
+
import {
|
|
195
|
+
PublishVersionCommandInput,
|
|
196
|
+
PublishVersionCommandOutput,
|
|
197
|
+
} from "../commands/PublishVersionCommand";
|
|
198
|
+
import {
|
|
199
|
+
PutFunctionCodeSigningConfigCommandInput,
|
|
200
|
+
PutFunctionCodeSigningConfigCommandOutput,
|
|
201
|
+
} from "../commands/PutFunctionCodeSigningConfigCommand";
|
|
202
|
+
import {
|
|
203
|
+
PutFunctionConcurrencyCommandInput,
|
|
204
|
+
PutFunctionConcurrencyCommandOutput,
|
|
205
|
+
} from "../commands/PutFunctionConcurrencyCommand";
|
|
206
|
+
import {
|
|
207
|
+
PutFunctionEventInvokeConfigCommandInput,
|
|
208
|
+
PutFunctionEventInvokeConfigCommandOutput,
|
|
209
|
+
} from "../commands/PutFunctionEventInvokeConfigCommand";
|
|
210
|
+
import {
|
|
211
|
+
PutProvisionedConcurrencyConfigCommandInput,
|
|
212
|
+
PutProvisionedConcurrencyConfigCommandOutput,
|
|
213
|
+
} from "../commands/PutProvisionedConcurrencyConfigCommand";
|
|
214
|
+
import {
|
|
215
|
+
RemoveLayerVersionPermissionCommandInput,
|
|
216
|
+
RemoveLayerVersionPermissionCommandOutput,
|
|
217
|
+
} from "../commands/RemoveLayerVersionPermissionCommand";
|
|
218
|
+
import {
|
|
219
|
+
RemovePermissionCommandInput,
|
|
220
|
+
RemovePermissionCommandOutput,
|
|
221
|
+
} from "../commands/RemovePermissionCommand";
|
|
222
|
+
import {
|
|
223
|
+
TagResourceCommandInput,
|
|
224
|
+
TagResourceCommandOutput,
|
|
225
|
+
} from "../commands/TagResourceCommand";
|
|
226
|
+
import {
|
|
227
|
+
UntagResourceCommandInput,
|
|
228
|
+
UntagResourceCommandOutput,
|
|
229
|
+
} from "../commands/UntagResourceCommand";
|
|
230
|
+
import {
|
|
231
|
+
UpdateAliasCommandInput,
|
|
232
|
+
UpdateAliasCommandOutput,
|
|
233
|
+
} from "../commands/UpdateAliasCommand";
|
|
234
|
+
import {
|
|
235
|
+
UpdateCodeSigningConfigCommandInput,
|
|
236
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
237
|
+
} from "../commands/UpdateCodeSigningConfigCommand";
|
|
238
|
+
import {
|
|
239
|
+
UpdateEventSourceMappingCommandInput,
|
|
240
|
+
UpdateEventSourceMappingCommandOutput,
|
|
241
|
+
} from "../commands/UpdateEventSourceMappingCommand";
|
|
242
|
+
import {
|
|
243
|
+
UpdateFunctionCodeCommandInput,
|
|
244
|
+
UpdateFunctionCodeCommandOutput,
|
|
245
|
+
} from "../commands/UpdateFunctionCodeCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateFunctionConfigurationCommandInput,
|
|
248
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
249
|
+
} from "../commands/UpdateFunctionConfigurationCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
252
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
253
|
+
} from "../commands/UpdateFunctionEventInvokeConfigCommand";
|
|
254
|
+
import {
|
|
255
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
256
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
257
|
+
} from "../commands/UpdateFunctionUrlConfigCommand";
|
|
258
|
+
export declare const serializeAws_restJson1AddLayerVersionPermissionCommand: (
|
|
259
|
+
input: AddLayerVersionPermissionCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1AddPermissionCommand: (
|
|
263
|
+
input: AddPermissionCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1CreateAliasCommand: (
|
|
267
|
+
input: CreateAliasCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1CreateCodeSigningConfigCommand: (
|
|
271
|
+
input: CreateCodeSigningConfigCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1CreateEventSourceMappingCommand: (
|
|
275
|
+
input: CreateEventSourceMappingCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1CreateFunctionCommand: (
|
|
279
|
+
input: CreateFunctionCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1CreateFunctionUrlConfigCommand: (
|
|
283
|
+
input: CreateFunctionUrlConfigCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1DeleteAliasCommand: (
|
|
287
|
+
input: DeleteAliasCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1DeleteCodeSigningConfigCommand: (
|
|
291
|
+
input: DeleteCodeSigningConfigCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1DeleteEventSourceMappingCommand: (
|
|
295
|
+
input: DeleteEventSourceMappingCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1DeleteFunctionCommand: (
|
|
299
|
+
input: DeleteFunctionCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (
|
|
303
|
+
input: DeleteFunctionCodeSigningConfigCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1DeleteFunctionConcurrencyCommand: (
|
|
307
|
+
input: DeleteFunctionConcurrencyCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (
|
|
311
|
+
input: DeleteFunctionEventInvokeConfigCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1DeleteFunctionUrlConfigCommand: (
|
|
315
|
+
input: DeleteFunctionUrlConfigCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1DeleteLayerVersionCommand: (
|
|
319
|
+
input: DeleteLayerVersionCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (
|
|
323
|
+
input: DeleteProvisionedConcurrencyConfigCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1GetAccountSettingsCommand: (
|
|
327
|
+
input: GetAccountSettingsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1GetAliasCommand: (
|
|
331
|
+
input: GetAliasCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1GetCodeSigningConfigCommand: (
|
|
335
|
+
input: GetCodeSigningConfigCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1GetEventSourceMappingCommand: (
|
|
339
|
+
input: GetEventSourceMappingCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1GetFunctionCommand: (
|
|
343
|
+
input: GetFunctionCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1GetFunctionCodeSigningConfigCommand: (
|
|
347
|
+
input: GetFunctionCodeSigningConfigCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1GetFunctionConcurrencyCommand: (
|
|
351
|
+
input: GetFunctionConcurrencyCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1GetFunctionConfigurationCommand: (
|
|
355
|
+
input: GetFunctionConfigurationCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1GetFunctionEventInvokeConfigCommand: (
|
|
359
|
+
input: GetFunctionEventInvokeConfigCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1GetFunctionUrlConfigCommand: (
|
|
363
|
+
input: GetFunctionUrlConfigCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1GetLayerVersionCommand: (
|
|
367
|
+
input: GetLayerVersionCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1GetLayerVersionByArnCommand: (
|
|
371
|
+
input: GetLayerVersionByArnCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1GetLayerVersionPolicyCommand: (
|
|
375
|
+
input: GetLayerVersionPolicyCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1GetPolicyCommand: (
|
|
379
|
+
input: GetPolicyCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (
|
|
383
|
+
input: GetProvisionedConcurrencyConfigCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1InvokeCommand: (
|
|
387
|
+
input: InvokeCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1InvokeAsyncCommand: (
|
|
391
|
+
input: InvokeAsyncCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1ListAliasesCommand: (
|
|
395
|
+
input: ListAliasesCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1ListCodeSigningConfigsCommand: (
|
|
399
|
+
input: ListCodeSigningConfigsCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1ListEventSourceMappingsCommand: (
|
|
403
|
+
input: ListEventSourceMappingsCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (
|
|
407
|
+
input: ListFunctionEventInvokeConfigsCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1ListFunctionsCommand: (
|
|
411
|
+
input: ListFunctionsCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (
|
|
415
|
+
input: ListFunctionsByCodeSigningConfigCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1ListFunctionUrlConfigsCommand: (
|
|
419
|
+
input: ListFunctionUrlConfigsCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1ListLayersCommand: (
|
|
423
|
+
input: ListLayersCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1ListLayerVersionsCommand: (
|
|
427
|
+
input: ListLayerVersionsCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (
|
|
431
|
+
input: ListProvisionedConcurrencyConfigsCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1ListTagsCommand: (
|
|
435
|
+
input: ListTagsCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1ListVersionsByFunctionCommand: (
|
|
439
|
+
input: ListVersionsByFunctionCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1PublishLayerVersionCommand: (
|
|
443
|
+
input: PublishLayerVersionCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1PublishVersionCommand: (
|
|
447
|
+
input: PublishVersionCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1PutFunctionCodeSigningConfigCommand: (
|
|
451
|
+
input: PutFunctionCodeSigningConfigCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restJson1PutFunctionConcurrencyCommand: (
|
|
455
|
+
input: PutFunctionConcurrencyCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restJson1PutFunctionEventInvokeConfigCommand: (
|
|
459
|
+
input: PutFunctionEventInvokeConfigCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (
|
|
463
|
+
input: PutProvisionedConcurrencyConfigCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restJson1RemoveLayerVersionPermissionCommand: (
|
|
467
|
+
input: RemoveLayerVersionPermissionCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restJson1RemovePermissionCommand: (
|
|
471
|
+
input: RemovePermissionCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
475
|
+
input: TagResourceCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
479
|
+
input: UntagResourceCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1UpdateAliasCommand: (
|
|
483
|
+
input: UpdateAliasCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restJson1UpdateCodeSigningConfigCommand: (
|
|
487
|
+
input: UpdateCodeSigningConfigCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1UpdateEventSourceMappingCommand: (
|
|
491
|
+
input: UpdateEventSourceMappingCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1UpdateFunctionCodeCommand: (
|
|
495
|
+
input: UpdateFunctionCodeCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1UpdateFunctionConfigurationCommand: (
|
|
499
|
+
input: UpdateFunctionConfigurationCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (
|
|
503
|
+
input: UpdateFunctionEventInvokeConfigCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1UpdateFunctionUrlConfigCommand: (
|
|
507
|
+
input: UpdateFunctionUrlConfigCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const deserializeAws_restJson1AddLayerVersionPermissionCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<AddLayerVersionPermissionCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1AddPermissionCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<AddPermissionCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1CreateAliasCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<CreateAliasCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_restJson1CreateCodeSigningConfigCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<CreateCodeSigningConfigCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_restJson1CreateEventSourceMappingCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<CreateEventSourceMappingCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_restJson1CreateFunctionCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<CreateFunctionCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_restJson1CreateFunctionUrlConfigCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<CreateFunctionUrlConfigCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_restJson1DeleteAliasCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<DeleteAliasCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_restJson1DeleteCodeSigningConfigCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<DeleteCodeSigningConfigCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_restJson1DeleteEventSourceMappingCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<DeleteEventSourceMappingCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_restJson1DeleteFunctionCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<DeleteFunctionCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_restJson1DeleteFunctionConcurrencyCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DeleteFunctionConcurrencyCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_restJson1DeleteFunctionUrlConfigCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<DeleteFunctionUrlConfigCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_restJson1DeleteLayerVersionCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<DeleteLayerVersionCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_restJson1GetAccountSettingsCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<GetAccountSettingsCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_restJson1GetAliasCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<GetAliasCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_restJson1GetCodeSigningConfigCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<GetCodeSigningConfigCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_restJson1GetEventSourceMappingCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<GetEventSourceMappingCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_restJson1GetFunctionCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<GetFunctionCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_restJson1GetFunctionCodeSigningConfigCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_restJson1GetFunctionConcurrencyCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<GetFunctionConcurrencyCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_restJson1GetFunctionConfigurationCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<GetFunctionConfigurationCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_restJson1GetFunctionEventInvokeConfigCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_restJson1GetFunctionUrlConfigCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<GetFunctionUrlConfigCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_restJson1GetLayerVersionCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<GetLayerVersionCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_restJson1GetLayerVersionByArnCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<GetLayerVersionByArnCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_restJson1GetLayerVersionPolicyCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<GetLayerVersionPolicyCommandOutput>;
|
|
630
|
+
export declare const deserializeAws_restJson1GetPolicyCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<GetPolicyCommandOutput>;
|
|
634
|
+
export declare const deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
|
|
638
|
+
export declare const deserializeAws_restJson1InvokeCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<InvokeCommandOutput>;
|
|
642
|
+
export declare const deserializeAws_restJson1InvokeAsyncCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<InvokeAsyncCommandOutput>;
|
|
646
|
+
export declare const deserializeAws_restJson1ListAliasesCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<ListAliasesCommandOutput>;
|
|
650
|
+
export declare const deserializeAws_restJson1ListCodeSigningConfigsCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<ListCodeSigningConfigsCommandOutput>;
|
|
654
|
+
export declare const deserializeAws_restJson1ListEventSourceMappingsCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<ListEventSourceMappingsCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1ListFunctionsCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<ListFunctionsCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1ListFunctionUrlConfigsCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<ListFunctionUrlConfigsCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1ListLayersCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<ListLayersCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_restJson1ListLayerVersionsCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<ListLayerVersionsCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_restJson1ListTagsCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<ListTagsCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_restJson1ListVersionsByFunctionCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<ListVersionsByFunctionCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_restJson1PublishLayerVersionCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<PublishLayerVersionCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_restJson1PublishVersionCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<PublishVersionCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_restJson1PutFunctionCodeSigningConfigCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_restJson1PutFunctionConcurrencyCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<PutFunctionConcurrencyCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_restJson1PutFunctionEventInvokeConfigCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_restJson1RemoveLayerVersionPermissionCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<RemoveLayerVersionPermissionCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_restJson1RemovePermissionCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<RemovePermissionCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<TagResourceCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_restJson1UpdateAliasCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<UpdateAliasCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_restJson1UpdateCodeSigningConfigCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<UpdateCodeSigningConfigCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_restJson1UpdateEventSourceMappingCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<UpdateEventSourceMappingCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1UpdateFunctionCodeCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<UpdateFunctionCodeCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_restJson1UpdateFunctionConfigurationCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<UpdateFunctionConfigurationCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1UpdateFunctionUrlConfigCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<UpdateFunctionUrlConfigCommandOutput>;
|