@aws-sdk/client-lambda 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist-cjs/index.js +3678 -3901
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LambdaClient.js +2 -0
  4. package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -9
  5. package/dist-es/commands/AddPermissionCommand.js +3 -9
  6. package/dist-es/commands/CreateAliasCommand.js +3 -9
  7. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -9
  8. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -9
  9. package/dist-es/commands/CreateFunctionCommand.js +3 -10
  10. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -9
  11. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  12. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -9
  13. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -9
  14. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -9
  15. package/dist-es/commands/DeleteFunctionCommand.js +3 -9
  16. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -9
  17. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -9
  18. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -9
  19. package/dist-es/commands/DeleteLayerVersionCommand.js +3 -9
  20. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -9
  21. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  22. package/dist-es/commands/GetAliasCommand.js +3 -9
  23. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -9
  24. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -9
  25. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -9
  26. package/dist-es/commands/GetFunctionCommand.js +3 -10
  27. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -9
  28. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -10
  29. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -9
  30. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +3 -9
  31. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -9
  32. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -9
  33. package/dist-es/commands/GetLayerVersionCommand.js +3 -9
  34. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -9
  35. package/dist-es/commands/GetPolicyCommand.js +3 -9
  36. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -9
  37. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -9
  38. package/dist-es/commands/InvokeAsyncCommand.js +3 -10
  39. package/dist-es/commands/InvokeCommand.js +3 -10
  40. package/dist-es/commands/InvokeWithResponseStreamCommand.js +3 -10
  41. package/dist-es/commands/ListAliasesCommand.js +3 -9
  42. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -9
  43. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -9
  44. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -9
  45. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -9
  46. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -9
  47. package/dist-es/commands/ListFunctionsCommand.js +3 -10
  48. package/dist-es/commands/ListLayerVersionsCommand.js +3 -9
  49. package/dist-es/commands/ListLayersCommand.js +3 -9
  50. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -9
  51. package/dist-es/commands/ListTagsCommand.js +3 -9
  52. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -10
  53. package/dist-es/commands/PublishLayerVersionCommand.js +3 -10
  54. package/dist-es/commands/PublishVersionCommand.js +3 -10
  55. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -9
  56. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -9
  57. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -9
  58. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +3 -9
  59. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -9
  60. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -9
  61. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -9
  62. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  63. package/dist-es/commands/TagResourceCommand.js +3 -9
  64. package/dist-es/commands/UntagResourceCommand.js +3 -9
  65. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  66. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -9
  67. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -9
  68. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -10
  69. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -10
  70. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -9
  71. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -9
  72. package/dist-es/models/models_0.js +0 -108
  73. package/dist-es/runtimeConfig.shared.js +2 -0
  74. package/dist-es/schemas/schemas_0.js +3462 -0
  75. package/dist-types/LambdaClient.d.ts +10 -1
  76. package/dist-types/models/models_0.d.ts +0 -96
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  78. package/dist-types/runtimeConfig.d.ts +1 -0
  79. package/dist-types/runtimeConfig.native.d.ts +1 -0
  80. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  81. package/dist-types/schemas/schemas_0.d.ts +319 -0
  82. package/dist-types/ts3.4/LambdaClient.d.ts +4 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +0 -68
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  89. package/package.json +2 -2
  90. package/dist-es/protocols/Aws_restJson1.js +0 -3196
  91. package/dist-types/protocols/Aws_restJson1.d.ts +0 -614
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -824
@@ -1,614 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "../commands/AddLayerVersionPermissionCommand";
4
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
5
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
6
- import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "../commands/CreateCodeSigningConfigCommand";
7
- import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "../commands/CreateEventSourceMappingCommand";
8
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
9
- import { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "../commands/CreateFunctionUrlConfigCommand";
10
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
11
- import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "../commands/DeleteCodeSigningConfigCommand";
12
- import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "../commands/DeleteEventSourceMappingCommand";
13
- import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "../commands/DeleteFunctionCodeSigningConfigCommand";
14
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
15
- import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "../commands/DeleteFunctionConcurrencyCommand";
16
- import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "../commands/DeleteFunctionEventInvokeConfigCommand";
17
- import { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "../commands/DeleteFunctionUrlConfigCommand";
18
- import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "../commands/DeleteLayerVersionCommand";
19
- import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "../commands/DeleteProvisionedConcurrencyConfigCommand";
20
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
21
- import { GetAliasCommandInput, GetAliasCommandOutput } from "../commands/GetAliasCommand";
22
- import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "../commands/GetCodeSigningConfigCommand";
23
- import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "../commands/GetEventSourceMappingCommand";
24
- import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "../commands/GetFunctionCodeSigningConfigCommand";
25
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
26
- import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "../commands/GetFunctionConcurrencyCommand";
27
- import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "../commands/GetFunctionConfigurationCommand";
28
- import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "../commands/GetFunctionEventInvokeConfigCommand";
29
- import { GetFunctionRecursionConfigCommandInput, GetFunctionRecursionConfigCommandOutput } from "../commands/GetFunctionRecursionConfigCommand";
30
- import { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "../commands/GetFunctionUrlConfigCommand";
31
- import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "../commands/GetLayerVersionByArnCommand";
32
- import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "../commands/GetLayerVersionCommand";
33
- import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "../commands/GetLayerVersionPolicyCommand";
34
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
35
- import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "../commands/GetProvisionedConcurrencyConfigCommand";
36
- import { GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput } from "../commands/GetRuntimeManagementConfigCommand";
37
- import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "../commands/InvokeAsyncCommand";
38
- import { InvokeCommandInput, InvokeCommandOutput } from "../commands/InvokeCommand";
39
- import { InvokeWithResponseStreamCommandInput, InvokeWithResponseStreamCommandOutput } from "../commands/InvokeWithResponseStreamCommand";
40
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
41
- import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
42
- import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
43
- import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
44
- import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
45
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
46
- import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "../commands/ListFunctionUrlConfigsCommand";
47
- import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
48
- import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
49
- import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
50
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
51
- import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
52
- import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "../commands/PublishLayerVersionCommand";
53
- import { PublishVersionCommandInput, PublishVersionCommandOutput } from "../commands/PublishVersionCommand";
54
- import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "../commands/PutFunctionCodeSigningConfigCommand";
55
- import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "../commands/PutFunctionConcurrencyCommand";
56
- import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "../commands/PutFunctionEventInvokeConfigCommand";
57
- import { PutFunctionRecursionConfigCommandInput, PutFunctionRecursionConfigCommandOutput } from "../commands/PutFunctionRecursionConfigCommand";
58
- import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "../commands/PutProvisionedConcurrencyConfigCommand";
59
- import { PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput } from "../commands/PutRuntimeManagementConfigCommand";
60
- import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "../commands/RemoveLayerVersionPermissionCommand";
61
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
62
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
63
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
64
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
65
- import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "../commands/UpdateCodeSigningConfigCommand";
66
- import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "../commands/UpdateEventSourceMappingCommand";
67
- import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "../commands/UpdateFunctionCodeCommand";
68
- import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "../commands/UpdateFunctionConfigurationCommand";
69
- import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "../commands/UpdateFunctionEventInvokeConfigCommand";
70
- import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "../commands/UpdateFunctionUrlConfigCommand";
71
- /**
72
- * serializeAws_restJson1AddLayerVersionPermissionCommand
73
- */
74
- export declare const se_AddLayerVersionPermissionCommand: (input: AddLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1AddPermissionCommand
77
- */
78
- export declare const se_AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1CreateAliasCommand
81
- */
82
- export declare const se_CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1CreateCodeSigningConfigCommand
85
- */
86
- export declare const se_CreateCodeSigningConfigCommand: (input: CreateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1CreateEventSourceMappingCommand
89
- */
90
- export declare const se_CreateEventSourceMappingCommand: (input: CreateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1CreateFunctionCommand
93
- */
94
- export declare const se_CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1CreateFunctionUrlConfigCommand
97
- */
98
- export declare const se_CreateFunctionUrlConfigCommand: (input: CreateFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1DeleteAliasCommand
101
- */
102
- export declare const se_DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1DeleteCodeSigningConfigCommand
105
- */
106
- export declare const se_DeleteCodeSigningConfigCommand: (input: DeleteCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1DeleteEventSourceMappingCommand
109
- */
110
- export declare const se_DeleteEventSourceMappingCommand: (input: DeleteEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1DeleteFunctionCommand
113
- */
114
- export declare const se_DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand
117
- */
118
- export declare const se_DeleteFunctionCodeSigningConfigCommand: (input: DeleteFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1DeleteFunctionConcurrencyCommand
121
- */
122
- export declare const se_DeleteFunctionConcurrencyCommand: (input: DeleteFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand
125
- */
126
- export declare const se_DeleteFunctionEventInvokeConfigCommand: (input: DeleteFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DeleteFunctionUrlConfigCommand
129
- */
130
- export declare const se_DeleteFunctionUrlConfigCommand: (input: DeleteFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1DeleteLayerVersionCommand
133
- */
134
- export declare const se_DeleteLayerVersionCommand: (input: DeleteLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand
137
- */
138
- export declare const se_DeleteProvisionedConcurrencyConfigCommand: (input: DeleteProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1GetAccountSettingsCommand
141
- */
142
- export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1GetAliasCommand
145
- */
146
- export declare const se_GetAliasCommand: (input: GetAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1GetCodeSigningConfigCommand
149
- */
150
- export declare const se_GetCodeSigningConfigCommand: (input: GetCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1GetEventSourceMappingCommand
153
- */
154
- export declare const se_GetEventSourceMappingCommand: (input: GetEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1GetFunctionCommand
157
- */
158
- export declare const se_GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1GetFunctionCodeSigningConfigCommand
161
- */
162
- export declare const se_GetFunctionCodeSigningConfigCommand: (input: GetFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1GetFunctionConcurrencyCommand
165
- */
166
- export declare const se_GetFunctionConcurrencyCommand: (input: GetFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1GetFunctionConfigurationCommand
169
- */
170
- export declare const se_GetFunctionConfigurationCommand: (input: GetFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1GetFunctionEventInvokeConfigCommand
173
- */
174
- export declare const se_GetFunctionEventInvokeConfigCommand: (input: GetFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1GetFunctionRecursionConfigCommand
177
- */
178
- export declare const se_GetFunctionRecursionConfigCommand: (input: GetFunctionRecursionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1GetFunctionUrlConfigCommand
181
- */
182
- export declare const se_GetFunctionUrlConfigCommand: (input: GetFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1GetLayerVersionCommand
185
- */
186
- export declare const se_GetLayerVersionCommand: (input: GetLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1GetLayerVersionByArnCommand
189
- */
190
- export declare const se_GetLayerVersionByArnCommand: (input: GetLayerVersionByArnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1GetLayerVersionPolicyCommand
193
- */
194
- export declare const se_GetLayerVersionPolicyCommand: (input: GetLayerVersionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1GetPolicyCommand
197
- */
198
- export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1GetProvisionedConcurrencyConfigCommand
201
- */
202
- export declare const se_GetProvisionedConcurrencyConfigCommand: (input: GetProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1GetRuntimeManagementConfigCommand
205
- */
206
- export declare const se_GetRuntimeManagementConfigCommand: (input: GetRuntimeManagementConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1InvokeCommand
209
- */
210
- export declare const se_InvokeCommand: (input: InvokeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1InvokeAsyncCommand
213
- */
214
- export declare const se_InvokeAsyncCommand: (input: InvokeAsyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1InvokeWithResponseStreamCommand
217
- */
218
- export declare const se_InvokeWithResponseStreamCommand: (input: InvokeWithResponseStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1ListAliasesCommand
221
- */
222
- export declare const se_ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_restJson1ListCodeSigningConfigsCommand
225
- */
226
- export declare const se_ListCodeSigningConfigsCommand: (input: ListCodeSigningConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_restJson1ListEventSourceMappingsCommand
229
- */
230
- export declare const se_ListEventSourceMappingsCommand: (input: ListEventSourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_restJson1ListFunctionEventInvokeConfigsCommand
233
- */
234
- export declare const se_ListFunctionEventInvokeConfigsCommand: (input: ListFunctionEventInvokeConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_restJson1ListFunctionsCommand
237
- */
238
- export declare const se_ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand
241
- */
242
- export declare const se_ListFunctionsByCodeSigningConfigCommand: (input: ListFunctionsByCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_restJson1ListFunctionUrlConfigsCommand
245
- */
246
- export declare const se_ListFunctionUrlConfigsCommand: (input: ListFunctionUrlConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_restJson1ListLayersCommand
249
- */
250
- export declare const se_ListLayersCommand: (input: ListLayersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_restJson1ListLayerVersionsCommand
253
- */
254
- export declare const se_ListLayerVersionsCommand: (input: ListLayerVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand
257
- */
258
- export declare const se_ListProvisionedConcurrencyConfigsCommand: (input: ListProvisionedConcurrencyConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_restJson1ListTagsCommand
261
- */
262
- export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_restJson1ListVersionsByFunctionCommand
265
- */
266
- export declare const se_ListVersionsByFunctionCommand: (input: ListVersionsByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_restJson1PublishLayerVersionCommand
269
- */
270
- export declare const se_PublishLayerVersionCommand: (input: PublishLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_restJson1PublishVersionCommand
273
- */
274
- export declare const se_PublishVersionCommand: (input: PublishVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_restJson1PutFunctionCodeSigningConfigCommand
277
- */
278
- export declare const se_PutFunctionCodeSigningConfigCommand: (input: PutFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_restJson1PutFunctionConcurrencyCommand
281
- */
282
- export declare const se_PutFunctionConcurrencyCommand: (input: PutFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_restJson1PutFunctionEventInvokeConfigCommand
285
- */
286
- export declare const se_PutFunctionEventInvokeConfigCommand: (input: PutFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_restJson1PutFunctionRecursionConfigCommand
289
- */
290
- export declare const se_PutFunctionRecursionConfigCommand: (input: PutFunctionRecursionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_restJson1PutProvisionedConcurrencyConfigCommand
293
- */
294
- export declare const se_PutProvisionedConcurrencyConfigCommand: (input: PutProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_restJson1PutRuntimeManagementConfigCommand
297
- */
298
- export declare const se_PutRuntimeManagementConfigCommand: (input: PutRuntimeManagementConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_restJson1RemoveLayerVersionPermissionCommand
301
- */
302
- export declare const se_RemoveLayerVersionPermissionCommand: (input: RemoveLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * serializeAws_restJson1RemovePermissionCommand
305
- */
306
- export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- /**
308
- * serializeAws_restJson1TagResourceCommand
309
- */
310
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- /**
312
- * serializeAws_restJson1UntagResourceCommand
313
- */
314
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- /**
316
- * serializeAws_restJson1UpdateAliasCommand
317
- */
318
- export declare const se_UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- /**
320
- * serializeAws_restJson1UpdateCodeSigningConfigCommand
321
- */
322
- export declare const se_UpdateCodeSigningConfigCommand: (input: UpdateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- /**
324
- * serializeAws_restJson1UpdateEventSourceMappingCommand
325
- */
326
- export declare const se_UpdateEventSourceMappingCommand: (input: UpdateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- /**
328
- * serializeAws_restJson1UpdateFunctionCodeCommand
329
- */
330
- export declare const se_UpdateFunctionCodeCommand: (input: UpdateFunctionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- /**
332
- * serializeAws_restJson1UpdateFunctionConfigurationCommand
333
- */
334
- export declare const se_UpdateFunctionConfigurationCommand: (input: UpdateFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- /**
336
- * serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand
337
- */
338
- export declare const se_UpdateFunctionEventInvokeConfigCommand: (input: UpdateFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- /**
340
- * serializeAws_restJson1UpdateFunctionUrlConfigCommand
341
- */
342
- export declare const se_UpdateFunctionUrlConfigCommand: (input: UpdateFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- /**
344
- * deserializeAws_restJson1AddLayerVersionPermissionCommand
345
- */
346
- export declare const de_AddLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLayerVersionPermissionCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1AddPermissionCommand
349
- */
350
- export declare const de_AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1CreateAliasCommand
353
- */
354
- export declare const de_CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1CreateCodeSigningConfigCommand
357
- */
358
- export declare const de_CreateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSigningConfigCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1CreateEventSourceMappingCommand
361
- */
362
- export declare const de_CreateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSourceMappingCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1CreateFunctionCommand
365
- */
366
- export declare const de_CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
367
- /**
368
- * deserializeAws_restJson1CreateFunctionUrlConfigCommand
369
- */
370
- export declare const de_CreateFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionUrlConfigCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1DeleteAliasCommand
373
- */
374
- export declare const de_DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
375
- /**
376
- * deserializeAws_restJson1DeleteCodeSigningConfigCommand
377
- */
378
- export declare const de_DeleteCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSigningConfigCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1DeleteEventSourceMappingCommand
381
- */
382
- export declare const de_DeleteEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSourceMappingCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1DeleteFunctionCommand
385
- */
386
- export declare const de_DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand
389
- */
390
- export declare const de_DeleteFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1DeleteFunctionConcurrencyCommand
393
- */
394
- export declare const de_DeleteFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionConcurrencyCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand
397
- */
398
- export declare const de_DeleteFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
399
- /**
400
- * deserializeAws_restJson1DeleteFunctionUrlConfigCommand
401
- */
402
- export declare const de_DeleteFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionUrlConfigCommandOutput>;
403
- /**
404
- * deserializeAws_restJson1DeleteLayerVersionCommand
405
- */
406
- export declare const de_DeleteLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLayerVersionCommandOutput>;
407
- /**
408
- * deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand
409
- */
410
- export declare const de_DeleteProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
411
- /**
412
- * deserializeAws_restJson1GetAccountSettingsCommand
413
- */
414
- export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
415
- /**
416
- * deserializeAws_restJson1GetAliasCommand
417
- */
418
- export declare const de_GetAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAliasCommandOutput>;
419
- /**
420
- * deserializeAws_restJson1GetCodeSigningConfigCommand
421
- */
422
- export declare const de_GetCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSigningConfigCommandOutput>;
423
- /**
424
- * deserializeAws_restJson1GetEventSourceMappingCommand
425
- */
426
- export declare const de_GetEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventSourceMappingCommandOutput>;
427
- /**
428
- * deserializeAws_restJson1GetFunctionCommand
429
- */
430
- export declare const de_GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
431
- /**
432
- * deserializeAws_restJson1GetFunctionCodeSigningConfigCommand
433
- */
434
- export declare const de_GetFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
435
- /**
436
- * deserializeAws_restJson1GetFunctionConcurrencyCommand
437
- */
438
- export declare const de_GetFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConcurrencyCommandOutput>;
439
- /**
440
- * deserializeAws_restJson1GetFunctionConfigurationCommand
441
- */
442
- export declare const de_GetFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConfigurationCommandOutput>;
443
- /**
444
- * deserializeAws_restJson1GetFunctionEventInvokeConfigCommand
445
- */
446
- export declare const de_GetFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
447
- /**
448
- * deserializeAws_restJson1GetFunctionRecursionConfigCommand
449
- */
450
- export declare const de_GetFunctionRecursionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionRecursionConfigCommandOutput>;
451
- /**
452
- * deserializeAws_restJson1GetFunctionUrlConfigCommand
453
- */
454
- export declare const de_GetFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionUrlConfigCommandOutput>;
455
- /**
456
- * deserializeAws_restJson1GetLayerVersionCommand
457
- */
458
- export declare const de_GetLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionCommandOutput>;
459
- /**
460
- * deserializeAws_restJson1GetLayerVersionByArnCommand
461
- */
462
- export declare const de_GetLayerVersionByArnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionByArnCommandOutput>;
463
- /**
464
- * deserializeAws_restJson1GetLayerVersionPolicyCommand
465
- */
466
- export declare const de_GetLayerVersionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionPolicyCommandOutput>;
467
- /**
468
- * deserializeAws_restJson1GetPolicyCommand
469
- */
470
- export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
471
- /**
472
- * deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand
473
- */
474
- export declare const de_GetProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
475
- /**
476
- * deserializeAws_restJson1GetRuntimeManagementConfigCommand
477
- */
478
- export declare const de_GetRuntimeManagementConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuntimeManagementConfigCommandOutput>;
479
- /**
480
- * deserializeAws_restJson1InvokeCommand
481
- */
482
- export declare const de_InvokeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeCommandOutput>;
483
- /**
484
- * deserializeAws_restJson1InvokeAsyncCommand
485
- */
486
- export declare const de_InvokeAsyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeAsyncCommandOutput>;
487
- /**
488
- * deserializeAws_restJson1InvokeWithResponseStreamCommand
489
- */
490
- export declare const de_InvokeWithResponseStreamCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<InvokeWithResponseStreamCommandOutput>;
491
- /**
492
- * deserializeAws_restJson1ListAliasesCommand
493
- */
494
- export declare const de_ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
495
- /**
496
- * deserializeAws_restJson1ListCodeSigningConfigsCommand
497
- */
498
- export declare const de_ListCodeSigningConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSigningConfigsCommandOutput>;
499
- /**
500
- * deserializeAws_restJson1ListEventSourceMappingsCommand
501
- */
502
- export declare const de_ListEventSourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSourceMappingsCommandOutput>;
503
- /**
504
- * deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand
505
- */
506
- export declare const de_ListFunctionEventInvokeConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
507
- /**
508
- * deserializeAws_restJson1ListFunctionsCommand
509
- */
510
- export declare const de_ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
511
- /**
512
- * deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand
513
- */
514
- export declare const de_ListFunctionsByCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
515
- /**
516
- * deserializeAws_restJson1ListFunctionUrlConfigsCommand
517
- */
518
- export declare const de_ListFunctionUrlConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionUrlConfigsCommandOutput>;
519
- /**
520
- * deserializeAws_restJson1ListLayersCommand
521
- */
522
- export declare const de_ListLayersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayersCommandOutput>;
523
- /**
524
- * deserializeAws_restJson1ListLayerVersionsCommand
525
- */
526
- export declare const de_ListLayerVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayerVersionsCommandOutput>;
527
- /**
528
- * deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand
529
- */
530
- export declare const de_ListProvisionedConcurrencyConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
531
- /**
532
- * deserializeAws_restJson1ListTagsCommand
533
- */
534
- export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
535
- /**
536
- * deserializeAws_restJson1ListVersionsByFunctionCommand
537
- */
538
- export declare const de_ListVersionsByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVersionsByFunctionCommandOutput>;
539
- /**
540
- * deserializeAws_restJson1PublishLayerVersionCommand
541
- */
542
- export declare const de_PublishLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishLayerVersionCommandOutput>;
543
- /**
544
- * deserializeAws_restJson1PublishVersionCommand
545
- */
546
- export declare const de_PublishVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishVersionCommandOutput>;
547
- /**
548
- * deserializeAws_restJson1PutFunctionCodeSigningConfigCommand
549
- */
550
- export declare const de_PutFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
551
- /**
552
- * deserializeAws_restJson1PutFunctionConcurrencyCommand
553
- */
554
- export declare const de_PutFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionConcurrencyCommandOutput>;
555
- /**
556
- * deserializeAws_restJson1PutFunctionEventInvokeConfigCommand
557
- */
558
- export declare const de_PutFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
559
- /**
560
- * deserializeAws_restJson1PutFunctionRecursionConfigCommand
561
- */
562
- export declare const de_PutFunctionRecursionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionRecursionConfigCommandOutput>;
563
- /**
564
- * deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand
565
- */
566
- export declare const de_PutProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
567
- /**
568
- * deserializeAws_restJson1PutRuntimeManagementConfigCommand
569
- */
570
- export declare const de_PutRuntimeManagementConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRuntimeManagementConfigCommandOutput>;
571
- /**
572
- * deserializeAws_restJson1RemoveLayerVersionPermissionCommand
573
- */
574
- export declare const de_RemoveLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLayerVersionPermissionCommandOutput>;
575
- /**
576
- * deserializeAws_restJson1RemovePermissionCommand
577
- */
578
- export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
579
- /**
580
- * deserializeAws_restJson1TagResourceCommand
581
- */
582
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
583
- /**
584
- * deserializeAws_restJson1UntagResourceCommand
585
- */
586
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
587
- /**
588
- * deserializeAws_restJson1UpdateAliasCommand
589
- */
590
- export declare const de_UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
591
- /**
592
- * deserializeAws_restJson1UpdateCodeSigningConfigCommand
593
- */
594
- export declare const de_UpdateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSigningConfigCommandOutput>;
595
- /**
596
- * deserializeAws_restJson1UpdateEventSourceMappingCommand
597
- */
598
- export declare const de_UpdateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourceMappingCommandOutput>;
599
- /**
600
- * deserializeAws_restJson1UpdateFunctionCodeCommand
601
- */
602
- export declare const de_UpdateFunctionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCodeCommandOutput>;
603
- /**
604
- * deserializeAws_restJson1UpdateFunctionConfigurationCommand
605
- */
606
- export declare const de_UpdateFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionConfigurationCommandOutput>;
607
- /**
608
- * deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand
609
- */
610
- export declare const de_UpdateFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
611
- /**
612
- * deserializeAws_restJson1UpdateFunctionUrlConfigCommand
613
- */
614
- export declare const de_UpdateFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionUrlConfigCommandOutput>;