@aws-sdk/client-lambda 3.927.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 +5 -5
  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
@@ -0,0 +1,3462 @@
1
+ const _A = "Action";
2
+ const _AA = "AliasArn";
3
+ const _AC = "AliasConfiguration";
4
+ const _ACc = "AccessConfigs";
5
+ const _ACl = "AllowCredentials";
6
+ const _AH = "AllowHeaders";
7
+ const _AL = "AccountLimit";
8
+ const _ALL = "ApplicationLogLevel";
9
+ const _ALVP = "AddLayerVersionPermission";
10
+ const _ALVPR = "AddLayerVersionPermissionRequest";
11
+ const _ALVPRd = "AddLayerVersionPermissionResponse";
12
+ const _ALl = "AliasList";
13
+ const _AM = "AllowMethods";
14
+ const _AMKESC = "AmazonManagedKafkaEventSourceConfig";
15
+ const _AO = "AllowOrigins";
16
+ const _AOp = "ApplyOn";
17
+ const _AP = "AllowedPublishers";
18
+ const _APCE = "AvailableProvisionedConcurrentExecutions";
19
+ const _APCEl = "AllocatedProvisionedConcurrentExecutions";
20
+ const _APR = "AddPermissionRequest";
21
+ const _APRd = "AddPermissionResponse";
22
+ const _APd = "AddPermission";
23
+ const _ARC = "AliasRoutingConfiguration";
24
+ const _AT = "AuthType";
25
+ const _AU = "AccountUsage";
26
+ const _AVW = "AdditionalVersionWeights";
27
+ const _Al = "Aliases";
28
+ const _Ar = "Architectures";
29
+ const _Arn = "Arn";
30
+ const _At = "Attribute";
31
+ const _B = "Blob";
32
+ const _BBOFE = "BisectBatchOnFunctionError";
33
+ const _BS = "BlobStream";
34
+ const _BSa = "BatchSize";
35
+ const _C = "Concurrency";
36
+ const _CA = "CompatibleArchitectures";
37
+ const _CAR = "CreateAliasRequest";
38
+ const _CAo = "CompatibleArchitecture";
39
+ const _CAr = "CreateAlias";
40
+ const _CC = "ClientContext";
41
+ const _CCSC = "CreateCodeSigningConfig";
42
+ const _CCSCR = "CreateCodeSigningConfigRequest";
43
+ const _CCSCRr = "CreateCodeSigningConfigResponse";
44
+ const _CD = "CreatedDate";
45
+ const _CE = "ConcurrentExecutions";
46
+ const _CESM = "CreateEventSourceMapping";
47
+ const _CESMR = "CreateEventSourceMappingRequest";
48
+ const _CF = "CreateFunction";
49
+ const _CFR = "CreateFunctionRequest";
50
+ const _CFUC = "CreateFunctionUrlConfig";
51
+ const _CFUCR = "CreateFunctionUrlConfigRequest";
52
+ const _CFUCRr = "CreateFunctionUrlConfigResponse";
53
+ const _CGI = "ConsumerGroupId";
54
+ const _CN = "CollectionName";
55
+ const _CR = "CompatibleRuntimes";
56
+ const _CRo = "CompatibleRuntime";
57
+ const _CS = "CodeSize";
58
+ const _CSC = "CodeSigningConfig";
59
+ const _CSCA = "CodeSigningConfigArn";
60
+ const _CSCI = "CodeSigningConfigId";
61
+ const _CSCL = "CodeSigningConfigList";
62
+ const _CSCNFE = "CodeSigningConfigNotFoundException";
63
+ const _CSCo = "CodeSigningConfigs";
64
+ const _CSEE = "CodeStorageExceededException";
65
+ const _CSP = "CodeSigningPolicies";
66
+ const _CSU = "CodeSizeUnzipped";
67
+ const _CSZ = "CodeSizeZipped";
68
+ const _CSo = "CodeSha256";
69
+ const _CT = "CreationTime";
70
+ const _CT_ = "Content-Type";
71
+ const _CVFE = "CodeVerificationFailedException";
72
+ const _Co = "Cors";
73
+ const _Cod = "Code";
74
+ const _Com = "Command";
75
+ const _Con = "Configuration";
76
+ const _Cont = "Content";
77
+ const _D = "Description";
78
+ const _DA = "DeleteAlias";
79
+ const _DAR = "DeleteAliasRequest";
80
+ const _DC = "DestinationConfig";
81
+ const _DCSC = "DeleteCodeSigningConfig";
82
+ const _DCSCR = "DeleteCodeSigningConfigRequest";
83
+ const _DCSCRe = "DeleteCodeSigningConfigResponse";
84
+ const _DDBESC = "DocumentDBEventSourceConfig";
85
+ const _DESM = "DeleteEventSourceMapping";
86
+ const _DESMR = "DeleteEventSourceMappingRequest";
87
+ const _DF = "DeleteFunction";
88
+ const _DFC = "DeleteFunctionConcurrency";
89
+ const _DFCR = "DeleteFunctionConcurrencyRequest";
90
+ const _DFCSC = "DeleteFunctionCodeSigningConfig";
91
+ const _DFCSCR = "DeleteFunctionCodeSigningConfigRequest";
92
+ const _DFEIC = "DeleteFunctionEventInvokeConfig";
93
+ const _DFEICR = "DeleteFunctionEventInvokeConfigRequest";
94
+ const _DFR = "DeleteFunctionRequest";
95
+ const _DFUC = "DeleteFunctionUrlConfig";
96
+ const _DFUCR = "DeleteFunctionUrlConfigRequest";
97
+ const _DLC = "DeadLetterConfig";
98
+ const _DLV = "DeleteLayerVersion";
99
+ const _DLVR = "DeleteLayerVersionRequest";
100
+ const _DN = "DatabaseName";
101
+ const _DPCC = "DeleteProvisionedConcurrencyConfig";
102
+ const _DPCCR = "DeleteProvisionedConcurrencyConfigRequest";
103
+ const _DR = "DryRun";
104
+ const _De = "Destination";
105
+ const _E = "Enabled";
106
+ const _EC = "ErrorCode";
107
+ const _ECADE = "EC2AccessDeniedException";
108
+ const _ECEC = "EC2ErrorCode";
109
+ const _ECTE = "EC2ThrottledException";
110
+ const _ECUE = "EC2UnexpectedException";
111
+ const _ED = "ErrorDetails";
112
+ const _EE = "EnvironmentError";
113
+ const _EFSIOE = "EFSIOException";
114
+ const _EFSMCE = "EFSMountConnectivityException";
115
+ const _EFSMFE = "EFSMountFailureException";
116
+ const _EFSMTE = "EFSMountTimeoutException";
117
+ const _EH = "ExposeHeaders";
118
+ const _ENILRE = "ENILimitReachedException";
119
+ const _EP = "EntryPoint";
120
+ const _ER = "EnvironmentResponse";
121
+ const _ERF = "EventRecordFormat";
122
+ const _ES = "EphemeralStorage";
123
+ const _ESA = "EventSourceArn";
124
+ const _ESM = "EventSourceMappings";
125
+ const _ESMA = "EventSourceMappingArn";
126
+ const _ESMC = "EventSourceMappingConfiguration";
127
+ const _ESML = "EventSourceMappingsList";
128
+ const _ESMMC = "EventSourceMappingMetricsConfig";
129
+ const _EST = "EventSourceToken";
130
+ const _ESv = "EventStream";
131
+ const _EV = "ExecutedVersion";
132
+ const _EVN = "EnvironmentVariableName";
133
+ const _EVV = "EnvironmentVariableValue";
134
+ const _EVn = "EnvironmentVariables";
135
+ const _En = "Environment";
136
+ const _End = "Endpoints";
137
+ const _Er = "Error";
138
+ const _F = "Filter";
139
+ const _FA = "FunctionArn";
140
+ const _FAu = "FunctionArns";
141
+ const _FC = "FunctionCount";
142
+ const _FCE = "FilterCriteriaError";
143
+ const _FCL = "FunctionCodeLocation";
144
+ const _FCi = "FilterCriteria";
145
+ const _FCu = "FunctionCode";
146
+ const _FCun = "FunctionConfiguration";
147
+ const _FD = "FullDocument";
148
+ const _FE = "FunctionError";
149
+ const _FEIC = "FunctionEventInvokeConfig";
150
+ const _FEICL = "FunctionEventInvokeConfigList";
151
+ const _FEICu = "FunctionEventInvokeConfigs";
152
+ const _FL = "FilterList";
153
+ const _FLu = "FunctionList";
154
+ const _FN = "FunctionName";
155
+ const _FRT = "FunctionResponseTypes";
156
+ const _FSC = "FileSystemConfigs";
157
+ const _FSCL = "FileSystemConfigList";
158
+ const _FSCi = "FileSystemConfig";
159
+ const _FU = "FunctionUrl";
160
+ const _FUAT = "FunctionUrlAuthType";
161
+ const _FUC = "FunctionUrlConfig";
162
+ const _FUCL = "FunctionUrlConfigList";
163
+ const _FUCu = "FunctionUrlConfigs";
164
+ const _FV = "FunctionVersion";
165
+ const _Fi = "Filters";
166
+ const _Fu = "Functions";
167
+ const _GA = "GetAlias";
168
+ const _GAR = "GetAliasRequest";
169
+ const _GAS = "GetAccountSettings";
170
+ const _GASR = "GetAccountSettingsRequest";
171
+ const _GASRe = "GetAccountSettingsResponse";
172
+ const _GCSC = "GetCodeSigningConfig";
173
+ const _GCSCR = "GetCodeSigningConfigRequest";
174
+ const _GCSCRe = "GetCodeSigningConfigResponse";
175
+ const _GESM = "GetEventSourceMapping";
176
+ const _GESMR = "GetEventSourceMappingRequest";
177
+ const _GF = "GetFunction";
178
+ const _GFC = "GetFunctionConcurrency";
179
+ const _GFCR = "GetFunctionConcurrencyRequest";
180
+ const _GFCRe = "GetFunctionConcurrencyResponse";
181
+ const _GFCRet = "GetFunctionConfigurationRequest";
182
+ const _GFCSC = "GetFunctionCodeSigningConfig";
183
+ const _GFCSCR = "GetFunctionCodeSigningConfigRequest";
184
+ const _GFCSCRe = "GetFunctionCodeSigningConfigResponse";
185
+ const _GFCe = "GetFunctionConfiguration";
186
+ const _GFEIC = "GetFunctionEventInvokeConfig";
187
+ const _GFEICR = "GetFunctionEventInvokeConfigRequest";
188
+ const _GFR = "GetFunctionRequest";
189
+ const _GFRC = "GetFunctionRecursionConfig";
190
+ const _GFRCR = "GetFunctionRecursionConfigRequest";
191
+ const _GFRCRe = "GetFunctionRecursionConfigResponse";
192
+ const _GFRe = "GetFunctionResponse";
193
+ const _GFUC = "GetFunctionUrlConfig";
194
+ const _GFUCR = "GetFunctionUrlConfigRequest";
195
+ const _GFUCRe = "GetFunctionUrlConfigResponse";
196
+ const _GLV = "GetLayerVersion";
197
+ const _GLVBA = "GetLayerVersionByArn";
198
+ const _GLVBAR = "GetLayerVersionByArnRequest";
199
+ const _GLVP = "GetLayerVersionPolicy";
200
+ const _GLVPR = "GetLayerVersionPolicyRequest";
201
+ const _GLVPRe = "GetLayerVersionPolicyResponse";
202
+ const _GLVR = "GetLayerVersionRequest";
203
+ const _GLVRe = "GetLayerVersionResponse";
204
+ const _GP = "GetPolicy";
205
+ const _GPCC = "GetProvisionedConcurrencyConfig";
206
+ const _GPCCR = "GetProvisionedConcurrencyConfigRequest";
207
+ const _GPCCRe = "GetProvisionedConcurrencyConfigResponse";
208
+ const _GPR = "GetPolicyRequest";
209
+ const _GPRe = "GetPolicyResponse";
210
+ const _GRMC = "GetRuntimeManagementConfig";
211
+ const _GRMCR = "GetRuntimeManagementConfigRequest";
212
+ const _GRMCRe = "GetRuntimeManagementConfigResponse";
213
+ const _H = "Handler";
214
+ const _I = "Invoke";
215
+ const _IA = "InvokeArgs";
216
+ const _IAFDS = "Ipv6AllowedForDualStack";
217
+ const _IAR = "InvokeAsyncRequest";
218
+ const _IARn = "InvokeAsyncResponse";
219
+ const _IAn = "InvokeAsync";
220
+ const _IC = "ImageConfig";
221
+ const _ICE = "ImageConfigError";
222
+ const _ICR = "ImageConfigResponse";
223
+ const _ICSE = "InvalidCodeSignatureException";
224
+ const _ICn = "InvokeComplete";
225
+ const _IM = "InvokeMode";
226
+ const _IPVE = "InvalidParameterValueException";
227
+ const _IR = "InvocationRequest";
228
+ const _IRCE = "InvalidRequestContentException";
229
+ const _IRE = "InvalidRuntimeException";
230
+ const _IRSU = "InvokeResponseStreamUpdate";
231
+ const _IRn = "InvocationResponse";
232
+ const _ISGIDE = "InvalidSecurityGroupIDException";
233
+ const _ISIDE = "InvalidSubnetIDException";
234
+ const _IT = "InvocationType";
235
+ const _IU = "ImageUri";
236
+ const _IVFU = "InvokedViaFunctionUrl";
237
+ const _IWRS = "InvokeWithResponseStream";
238
+ const _IWRSCE = "InvokeWithResponseStreamCompleteEvent";
239
+ const _IWRSR = "InvokeWithResponseStreamRequest";
240
+ const _IWRSRE = "InvokeWithResponseStreamResponseEvent";
241
+ const _IWRSRn = "InvokeWithResponseStreamResponse";
242
+ const _IZFE = "InvalidZipFileException";
243
+ const _KMSADE = "KMSAccessDeniedException";
244
+ const _KMSDE = "KMSDisabledException";
245
+ const _KMSISE = "KMSInvalidStateException";
246
+ const _KMSKA = "KMSKeyArn";
247
+ const _KMSNFE = "KMSNotFoundException";
248
+ const _KSRAC = "KafkaSchemaRegistryAccessConfig";
249
+ const _KSRACL = "KafkaSchemaRegistryAccessConfigList";
250
+ const _KSRC = "KafkaSchemaRegistryConfig";
251
+ const _KSVC = "KafkaSchemaValidationConfig";
252
+ const _KSVCL = "KafkaSchemaValidationConfigList";
253
+ const _L = "Layers";
254
+ const _LA = "LayerArn";
255
+ const _LAR = "ListAliasesRequest";
256
+ const _LARi = "ListAliasesResponse";
257
+ const _LAi = "ListAliases";
258
+ const _LC = "LoggingConfig";
259
+ const _LCSC = "ListCodeSigningConfigs";
260
+ const _LCSCR = "ListCodeSigningConfigsRequest";
261
+ const _LCSCRi = "ListCodeSigningConfigsResponse";
262
+ const _LESM = "ListEventSourceMappings";
263
+ const _LESMR = "ListEventSourceMappingsRequest";
264
+ const _LESMRi = "ListEventSourceMappingsResponse";
265
+ const _LF = "LogFormat";
266
+ const _LFBCSC = "ListFunctionsByCodeSigningConfig";
267
+ const _LFBCSCR = "ListFunctionsByCodeSigningConfigRequest";
268
+ const _LFBCSCRi = "ListFunctionsByCodeSigningConfigResponse";
269
+ const _LFEIC = "ListFunctionEventInvokeConfigs";
270
+ const _LFEICR = "ListFunctionEventInvokeConfigsRequest";
271
+ const _LFEICRi = "ListFunctionEventInvokeConfigsResponse";
272
+ const _LFR = "ListFunctionsRequest";
273
+ const _LFRi = "ListFunctionsResponse";
274
+ const _LFUC = "ListFunctionUrlConfigs";
275
+ const _LFUCR = "ListFunctionUrlConfigsRequest";
276
+ const _LFUCRi = "ListFunctionUrlConfigsResponse";
277
+ const _LFi = "ListFunctions";
278
+ const _LG = "LogGroup";
279
+ const _LI = "LicenseInfo";
280
+ const _LL = "LayersList";
281
+ const _LLI = "LayersListItem";
282
+ const _LLR = "ListLayersRequest";
283
+ const _LLRi = "ListLayersResponse";
284
+ const _LLV = "ListLayerVersions";
285
+ const _LLVR = "ListLayerVersionsRequest";
286
+ const _LLVRi = "ListLayerVersionsResponse";
287
+ const _LLi = "ListLayers";
288
+ const _LM = "LastModified";
289
+ const _LMP = "LocalMountPath";
290
+ const _LMT = "LastModifiedTime";
291
+ const _LMV = "LatestMatchingVersion";
292
+ const _LN = "LayerName";
293
+ const _LPCC = "ListProvisionedConcurrencyConfigs";
294
+ const _LPCCR = "ListProvisionedConcurrencyConfigsRequest";
295
+ const _LPCCRi = "ListProvisionedConcurrencyConfigsResponse";
296
+ const _LPR = "LastProcessingResult";
297
+ const _LR = "LogResult";
298
+ const _LRL = "LayersReferenceList";
299
+ const _LT = "LogType";
300
+ const _LTR = "ListTagsRequest";
301
+ const _LTRi = "ListTagsResponse";
302
+ const _LTi = "ListTags";
303
+ const _LUS = "LastUpdateStatus";
304
+ const _LUSR = "LastUpdateStatusReason";
305
+ const _LUSRC = "LastUpdateStatusReasonCode";
306
+ const _LV = "LayerVersions";
307
+ const _LVA = "LayerVersionArn";
308
+ const _LVBF = "ListVersionsByFunction";
309
+ const _LVBFR = "ListVersionsByFunctionRequest";
310
+ const _LVBFRi = "ListVersionsByFunctionResponse";
311
+ const _LVCI = "LayerVersionContentInput";
312
+ const _LVCO = "LayerVersionContentOutput";
313
+ const _LVL = "LayerVersionsList";
314
+ const _LVLI = "LayerVersionsListItem";
315
+ const _La = "Layer";
316
+ const _Lo = "Location";
317
+ const _M = "Message";
318
+ const _MA = "MaxAge";
319
+ const _MAa = "MasterArn";
320
+ const _MBWIS = "MaximumBatchingWindowInSeconds";
321
+ const _MC = "MetricsConfig";
322
+ const _MCa = "MaximumConcurrency";
323
+ const _MEAIS = "MaximumEventAgeInSeconds";
324
+ const _MI = "MaxItems";
325
+ const _MP = "MinimumPollers";
326
+ const _MPa = "MaximumPollers";
327
+ const _MR = "MasterRegion";
328
+ const _MRA = "MaximumRetryAttempts";
329
+ const _MRAIS = "MaximumRecordAgeInSeconds";
330
+ const _MS = "MemorySize";
331
+ const _Ma = "Marker";
332
+ const _Me = "Metrics";
333
+ const _Mo = "Mode";
334
+ const _N = "Name";
335
+ const _NM = "NextMarker";
336
+ const _OF = "OnFailure";
337
+ const _OI = "OrganizationId";
338
+ const _OS = "OnSuccess";
339
+ const _OSp = "OptimizationStatus";
340
+ const _P = "Principal";
341
+ const _PC = "PayloadChunk";
342
+ const _PCC = "ProvisionedConcurrencyConfigs";
343
+ const _PCCL = "ProvisionedConcurrencyConfigList";
344
+ const _PCCLI = "ProvisionedConcurrencyConfigListItem";
345
+ const _PCCNFE = "ProvisionedConcurrencyConfigNotFoundException";
346
+ const _PCE = "ProvisionedConcurrentExecutions";
347
+ const _PF = "ParallelizationFactor";
348
+ const _PFC = "PutFunctionConcurrency";
349
+ const _PFCR = "PutFunctionConcurrencyRequest";
350
+ const _PFCSC = "PutFunctionCodeSigningConfig";
351
+ const _PFCSCR = "PutFunctionCodeSigningConfigRequest";
352
+ const _PFCSCRu = "PutFunctionCodeSigningConfigResponse";
353
+ const _PFE = "PreconditionFailedException";
354
+ const _PFEIC = "PutFunctionEventInvokeConfig";
355
+ const _PFEICR = "PutFunctionEventInvokeConfigRequest";
356
+ const _PFRC = "PutFunctionRecursionConfig";
357
+ const _PFRCR = "PutFunctionRecursionConfigRequest";
358
+ const _PFRCRu = "PutFunctionRecursionConfigResponse";
359
+ const _PLEE = "PolicyLengthExceededException";
360
+ const _PLV = "PublishLayerVersion";
361
+ const _PLVR = "PublishLayerVersionRequest";
362
+ const _PLVRu = "PublishLayerVersionResponse";
363
+ const _POID = "PrincipalOrgID";
364
+ const _PPC = "ProvisionedPollerConfig";
365
+ const _PPCC = "PutProvisionedConcurrencyConfig";
366
+ const _PPCCR = "PutProvisionedConcurrencyConfigRequest";
367
+ const _PPCCRu = "PutProvisionedConcurrencyConfigResponse";
368
+ const _PRMC = "PutRuntimeManagementConfig";
369
+ const _PRMCR = "PutRuntimeManagementConfigRequest";
370
+ const _PRMCRu = "PutRuntimeManagementConfigResponse";
371
+ const _PT = "PackageType";
372
+ const _PV = "PublishVersion";
373
+ const _PVR = "PublishVersionRequest";
374
+ const _Pa = "Pattern";
375
+ const _Pay = "Payload";
376
+ const _Po = "Policy";
377
+ const _Pu = "Publish";
378
+ const _Q = "Qualifier";
379
+ const _Qu = "Queues";
380
+ const _R = "Runtime";
381
+ const _RA = "Retry-After";
382
+ const _RC = "RoutingConfig";
383
+ const _RCE = "ReservedConcurrentExecutions";
384
+ const _RCEe = "ResourceConflictException";
385
+ const _RI = "RevisionId";
386
+ const _RIE = "RecursiveInvocationException";
387
+ const _RIU = "ResolvedImageUri";
388
+ const _RIUE = "ResourceInUseException";
389
+ const _RL = "RecursiveLoop";
390
+ const _RLVP = "RemoveLayerVersionPermission";
391
+ const _RLVPR = "RemoveLayerVersionPermissionRequest";
392
+ const _RNFE = "ResourceNotFoundException";
393
+ const _RNRE = "ResourceNotReadyException";
394
+ const _RP = "RemovePermission";
395
+ const _RPCE = "RequestedProvisionedConcurrentExecutions";
396
+ const _RPR = "RemovePermissionRequest";
397
+ const _RSCT = "ResponseStreamContentType";
398
+ const _RT = "RepositoryType";
399
+ const _RTLE = "RequestTooLargeException";
400
+ const _RVA = "RuntimeVersionArn";
401
+ const _RVC = "RuntimeVersionConfig";
402
+ const _RVE = "RuntimeVersionError";
403
+ const _Re = "Resource";
404
+ const _Rea = "Reason";
405
+ const _Ro = "Role";
406
+ const _S = "Statement";
407
+ const _SA = "SourceArn";
408
+ const _SAC = "SourceAccessConfigurations";
409
+ const _SACo = "SourceAccessConfiguration";
410
+ const _SAo = "SourceAccount";
411
+ const _SB = "S3Bucket";
412
+ const _SC = "ScalingConfig";
413
+ const _SCt = "StatusCode";
414
+ const _SE = "ServiceException";
415
+ const _SGI = "SecurityGroupIds";
416
+ const _SI = "StatementId";
417
+ const _SIPALRE = "SubnetIPAddressLimitReachedException";
418
+ const _SIu = "SubnetIds";
419
+ const _SJA = "SigningJobArn";
420
+ const _SK = "S3Key";
421
+ const _SKMSKA = "SourceKMSKeyArn";
422
+ const _SLL = "SystemLogLevel";
423
+ const _SMES = "SelfManagedEventSource";
424
+ const _SMKESC = "SelfManagedKafkaEventSourceConfig";
425
+ const _SOV = "S3ObjectVersion";
426
+ const _SP = "StartingPosition";
427
+ const _SPT = "StartingPositionTimestamp";
428
+ const _SPVA = "SigningProfileVersionArns";
429
+ const _SPVAi = "SigningProfileVersionArn";
430
+ const _SR = "StateReason";
431
+ const _SRC = "SchemaRegistryConfig";
432
+ const _SRCt = "StateReasonCode";
433
+ const _SRETLE = "SerializedRequestEntityTooLargeException";
434
+ const _SRURI = "SchemaRegistryURI";
435
+ const _SRt = "StatusReason";
436
+ const _SS = "SensitiveString";
437
+ const _SSE = "SnapStartException";
438
+ const _SSNRE = "SnapStartNotReadyException";
439
+ const _SSR = "SnapStartResponse";
440
+ const _SSTE = "SnapStartTimeoutException";
441
+ const _SSn = "SnapStart";
442
+ const _STR = "StateTransitionReason";
443
+ const _SVC = "SchemaValidationConfigs";
444
+ const _Si = "Size";
445
+ const _St = "State";
446
+ const _Sta = "Status";
447
+ const _T = "Type";
448
+ const _TA = "TargetArn";
449
+ const _TC = "TracingConfig";
450
+ const _TCR = "TracingConfigResponse";
451
+ const _TCS = "TotalCodeSize";
452
+ const _TE = "TagsError";
453
+ const _TK = "TagKeys";
454
+ const _TMRE = "TooManyRequestsException";
455
+ const _TR = "TagResource";
456
+ const _TRR = "TagResourceRequest";
457
+ const _TWIS = "TumblingWindowInSeconds";
458
+ const _Ta = "Tags";
459
+ const _Ti = "Timeout";
460
+ const _To = "Topics";
461
+ const _UA = "UpdateAlias";
462
+ const _UAOD = "UntrustedArtifactOnDeployment";
463
+ const _UAR = "UpdateAliasRequest";
464
+ const _UCE = "UnreservedConcurrentExecutions";
465
+ const _UCSC = "UpdateCodeSigningConfig";
466
+ const _UCSCR = "UpdateCodeSigningConfigRequest";
467
+ const _UCSCRp = "UpdateCodeSigningConfigResponse";
468
+ const _UESM = "UpdateEventSourceMapping";
469
+ const _UESMR = "UpdateEventSourceMappingRequest";
470
+ const _UFC = "UpdateFunctionCode";
471
+ const _UFCR = "UpdateFunctionCodeRequest";
472
+ const _UFCRp = "UpdateFunctionConfigurationRequest";
473
+ const _UFCp = "UpdateFunctionConfiguration";
474
+ const _UFEIC = "UpdateFunctionEventInvokeConfig";
475
+ const _UFEICR = "UpdateFunctionEventInvokeConfigRequest";
476
+ const _UFUC = "UpdateFunctionUrlConfig";
477
+ const _UFUCR = "UpdateFunctionUrlConfigRequest";
478
+ const _UFUCRp = "UpdateFunctionUrlConfigResponse";
479
+ const _UMTE = "UnsupportedMediaTypeException";
480
+ const _UR = "UntagResource";
481
+ const _URI = "URI";
482
+ const _URO = "UpdateRuntimeOn";
483
+ const _URR = "UntagResourceRequest";
484
+ const _UUID = "UUID";
485
+ const _V = "Variables";
486
+ const _VC = "VpcConfig";
487
+ const _VCR = "VpcConfigResponse";
488
+ const _VI = "VpcId";
489
+ const _VN = "VersionNumber";
490
+ const _Ve = "Version";
491
+ const _Ver = "Versions";
492
+ const _WD = "WorkingDirectory";
493
+ const _XACC = "X-Amz-Client-Context";
494
+ const _XAEV = "X-Amz-Executed-Version";
495
+ const _XAFE = "X-Amz-Function-Error";
496
+ const _XAIT = "X-Amz-Invocation-Type";
497
+ const _XALR = "X-Amz-Log-Result";
498
+ const _XALT = "X-Amz-Log-Type";
499
+ const _ZF = "ZipFile";
500
+ const _c = "client";
501
+ const _e = "error";
502
+ const _eP = "eventPayload";
503
+ const _h = "http";
504
+ const _hE = "httpError";
505
+ const _hH = "httpHeader";
506
+ const _hQ = "httpQuery";
507
+ const _m = "message";
508
+ const _rAS = "retryAfterSeconds";
509
+ const _s = "streaming";
510
+ const _se = "server";
511
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.lambda";
512
+ const _tK = "tagKeys";
513
+ const n0 = "com.amazonaws.lambda";
514
+ import { TypeRegistry } from "@smithy/core/schema";
515
+ import { CodeSigningConfigNotFoundException as __CodeSigningConfigNotFoundException, CodeStorageExceededException as __CodeStorageExceededException, CodeVerificationFailedException as __CodeVerificationFailedException, EC2AccessDeniedException as __EC2AccessDeniedException, EC2ThrottledException as __EC2ThrottledException, EC2UnexpectedException as __EC2UnexpectedException, EFSIOException as __EFSIOException, EFSMountConnectivityException as __EFSMountConnectivityException, EFSMountFailureException as __EFSMountFailureException, EFSMountTimeoutException as __EFSMountTimeoutException, ENILimitReachedException as __ENILimitReachedException, InvalidCodeSignatureException as __InvalidCodeSignatureException, InvalidParameterValueException as __InvalidParameterValueException, InvalidRequestContentException as __InvalidRequestContentException, InvalidRuntimeException as __InvalidRuntimeException, InvalidSecurityGroupIDException as __InvalidSecurityGroupIDException, InvalidSubnetIDException as __InvalidSubnetIDException, InvalidZipFileException as __InvalidZipFileException, KMSAccessDeniedException as __KMSAccessDeniedException, KMSDisabledException as __KMSDisabledException, KMSInvalidStateException as __KMSInvalidStateException, KMSNotFoundException as __KMSNotFoundException, PolicyLengthExceededException as __PolicyLengthExceededException, PreconditionFailedException as __PreconditionFailedException, ProvisionedConcurrencyConfigNotFoundException as __ProvisionedConcurrencyConfigNotFoundException, RecursiveInvocationException as __RecursiveInvocationException, RequestTooLargeException as __RequestTooLargeException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ResourceNotReadyException as __ResourceNotReadyException, SerializedRequestEntityTooLargeException as __SerializedRequestEntityTooLargeException, ServiceException as __ServiceException, SnapStartException as __SnapStartException, SnapStartNotReadyException as __SnapStartNotReadyException, SnapStartTimeoutException as __SnapStartTimeoutException, SubnetIPAddressLimitReachedException as __SubnetIPAddressLimitReachedException, TooManyRequestsException as __TooManyRequestsException, UnsupportedMediaTypeException as __UnsupportedMediaTypeException, } from "../models/index";
516
+ import { LambdaServiceException as __LambdaServiceException } from "../models/LambdaServiceException";
517
+ export var _Blob = [0, n0, _B, 8, 21];
518
+ export var BlobStream = [
519
+ 0,
520
+ n0,
521
+ _BS,
522
+ {
523
+ [_s]: 1,
524
+ },
525
+ 42,
526
+ ];
527
+ export var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
528
+ export var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
529
+ export var SensitiveString = [0, n0, _SS, 8, 0];
530
+ export var AccountLimit = [3, n0, _AL, 0, [_TCS, _CSU, _CSZ, _CE, _UCE], [1, 1, 1, 1, 1]];
531
+ export var AccountUsage = [3, n0, _AU, 0, [_TCS, _FC], [1, 1]];
532
+ export var AddLayerVersionPermissionRequest = [
533
+ 3,
534
+ n0,
535
+ _ALVPR,
536
+ 0,
537
+ [_LN, _VN, _SI, _A, _P, _OI, _RI],
538
+ [
539
+ [0, 1],
540
+ [1, 1],
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ [
546
+ 0,
547
+ {
548
+ [_hQ]: _RI,
549
+ },
550
+ ],
551
+ ],
552
+ ];
553
+ export var AddLayerVersionPermissionResponse = [3, n0, _ALVPRd, 0, [_S, _RI], [0, 0]];
554
+ export var AddPermissionRequest = [
555
+ 3,
556
+ n0,
557
+ _APR,
558
+ 0,
559
+ [_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
560
+ [
561
+ [0, 1],
562
+ 0,
563
+ 0,
564
+ 0,
565
+ 0,
566
+ 0,
567
+ 0,
568
+ [
569
+ 0,
570
+ {
571
+ [_hQ]: _Q,
572
+ },
573
+ ],
574
+ 0,
575
+ 0,
576
+ 0,
577
+ 2,
578
+ ],
579
+ ];
580
+ export var AddPermissionResponse = [3, n0, _APRd, 0, [_S], [0]];
581
+ export var AliasConfiguration = [
582
+ 3,
583
+ n0,
584
+ _AC,
585
+ 0,
586
+ [_AA, _N, _FV, _D, _RC, _RI],
587
+ [0, 0, 0, 0, () => AliasRoutingConfiguration, 0],
588
+ ];
589
+ export var AliasRoutingConfiguration = [3, n0, _ARC, 0, [_AVW], [128 | 1]];
590
+ export var AllowedPublishers = [3, n0, _AP, 0, [_SPVA], [64 | 0]];
591
+ export var AmazonManagedKafkaEventSourceConfig = [
592
+ 3,
593
+ n0,
594
+ _AMKESC,
595
+ 0,
596
+ [_CGI, _SRC],
597
+ [0, () => KafkaSchemaRegistryConfig],
598
+ ];
599
+ export var CodeSigningConfig = [
600
+ 3,
601
+ n0,
602
+ _CSC,
603
+ 0,
604
+ [_CSCI, _CSCA, _D, _AP, _CSP, _LM],
605
+ [0, 0, 0, () => AllowedPublishers, () => CodeSigningPolicies, 0],
606
+ ];
607
+ export var CodeSigningConfigNotFoundException = [
608
+ -3,
609
+ n0,
610
+ _CSCNFE,
611
+ {
612
+ [_e]: _c,
613
+ [_hE]: 404,
614
+ },
615
+ [_T, _M],
616
+ [0, 0],
617
+ ];
618
+ TypeRegistry.for(n0).registerError(CodeSigningConfigNotFoundException, __CodeSigningConfigNotFoundException);
619
+ export var CodeSigningPolicies = [3, n0, _CSP, 0, [_UAOD], [0]];
620
+ export var CodeStorageExceededException = [
621
+ -3,
622
+ n0,
623
+ _CSEE,
624
+ {
625
+ [_e]: _c,
626
+ [_hE]: 400,
627
+ },
628
+ [_T, _m],
629
+ [0, 0],
630
+ ];
631
+ TypeRegistry.for(n0).registerError(CodeStorageExceededException, __CodeStorageExceededException);
632
+ export var CodeVerificationFailedException = [
633
+ -3,
634
+ n0,
635
+ _CVFE,
636
+ {
637
+ [_e]: _c,
638
+ [_hE]: 400,
639
+ },
640
+ [_T, _M],
641
+ [0, 0],
642
+ ];
643
+ TypeRegistry.for(n0).registerError(CodeVerificationFailedException, __CodeVerificationFailedException);
644
+ export var Concurrency = [3, n0, _C, 0, [_RCE], [1]];
645
+ export var Cors = [
646
+ 3,
647
+ n0,
648
+ _Co,
649
+ 0,
650
+ [_ACl, _AH, _AM, _AO, _EH, _MA],
651
+ [2, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1],
652
+ ];
653
+ export var CreateAliasRequest = [
654
+ 3,
655
+ n0,
656
+ _CAR,
657
+ 0,
658
+ [_FN, _N, _FV, _D, _RC],
659
+ [[0, 1], 0, 0, 0, () => AliasRoutingConfiguration],
660
+ ];
661
+ export var CreateCodeSigningConfigRequest = [
662
+ 3,
663
+ n0,
664
+ _CCSCR,
665
+ 0,
666
+ [_D, _AP, _CSP, _Ta],
667
+ [0, () => AllowedPublishers, () => CodeSigningPolicies, 128 | 0],
668
+ ];
669
+ export var CreateCodeSigningConfigResponse = [
670
+ 3,
671
+ n0,
672
+ _CCSCRr,
673
+ 0,
674
+ [_CSC],
675
+ [() => CodeSigningConfig],
676
+ ];
677
+ export var CreateEventSourceMappingRequest = [
678
+ 3,
679
+ n0,
680
+ _CESMR,
681
+ 0,
682
+ [
683
+ _ESA,
684
+ _FN,
685
+ _E,
686
+ _BSa,
687
+ _FCi,
688
+ _MBWIS,
689
+ _PF,
690
+ _SP,
691
+ _SPT,
692
+ _DC,
693
+ _MRAIS,
694
+ _BBOFE,
695
+ _MRA,
696
+ _Ta,
697
+ _TWIS,
698
+ _To,
699
+ _Qu,
700
+ _SAC,
701
+ _SMES,
702
+ _FRT,
703
+ _AMKESC,
704
+ _SMKESC,
705
+ _SC,
706
+ _DDBESC,
707
+ _KMSKA,
708
+ _MC,
709
+ _PPC,
710
+ ],
711
+ [
712
+ 0,
713
+ 0,
714
+ 2,
715
+ 1,
716
+ () => FilterCriteria,
717
+ 1,
718
+ 1,
719
+ 0,
720
+ 4,
721
+ () => DestinationConfig,
722
+ 1,
723
+ 2,
724
+ 1,
725
+ 128 | 0,
726
+ 1,
727
+ 64 | 0,
728
+ 64 | 0,
729
+ () => SourceAccessConfigurations,
730
+ () => SelfManagedEventSource,
731
+ 64 | 0,
732
+ () => AmazonManagedKafkaEventSourceConfig,
733
+ () => SelfManagedKafkaEventSourceConfig,
734
+ () => ScalingConfig,
735
+ () => DocumentDBEventSourceConfig,
736
+ 0,
737
+ () => EventSourceMappingMetricsConfig,
738
+ () => ProvisionedPollerConfig,
739
+ ],
740
+ ];
741
+ export var CreateFunctionRequest = [
742
+ 3,
743
+ n0,
744
+ _CFR,
745
+ 0,
746
+ [
747
+ _FN,
748
+ _R,
749
+ _Ro,
750
+ _H,
751
+ _Cod,
752
+ _D,
753
+ _Ti,
754
+ _MS,
755
+ _Pu,
756
+ _VC,
757
+ _PT,
758
+ _DLC,
759
+ _En,
760
+ _KMSKA,
761
+ _TC,
762
+ _Ta,
763
+ _L,
764
+ _FSC,
765
+ _IC,
766
+ _CSCA,
767
+ _Ar,
768
+ _ES,
769
+ _SSn,
770
+ _LC,
771
+ ],
772
+ [
773
+ 0,
774
+ 0,
775
+ 0,
776
+ 0,
777
+ [() => FunctionCode, 0],
778
+ 0,
779
+ 1,
780
+ 1,
781
+ 2,
782
+ () => VpcConfig,
783
+ 0,
784
+ () => DeadLetterConfig,
785
+ [() => Environment, 0],
786
+ 0,
787
+ () => TracingConfig,
788
+ 128 | 0,
789
+ 64 | 0,
790
+ () => FileSystemConfigList,
791
+ () => ImageConfig,
792
+ 0,
793
+ 64 | 0,
794
+ () => EphemeralStorage,
795
+ () => SnapStart,
796
+ () => LoggingConfig,
797
+ ],
798
+ ];
799
+ export var CreateFunctionUrlConfigRequest = [
800
+ 3,
801
+ n0,
802
+ _CFUCR,
803
+ 0,
804
+ [_FN, _Q, _AT, _Co, _IM],
805
+ [
806
+ [0, 1],
807
+ [
808
+ 0,
809
+ {
810
+ [_hQ]: _Q,
811
+ },
812
+ ],
813
+ 0,
814
+ () => Cors,
815
+ 0,
816
+ ],
817
+ ];
818
+ export var CreateFunctionUrlConfigResponse = [
819
+ 3,
820
+ n0,
821
+ _CFUCRr,
822
+ 0,
823
+ [_FU, _FA, _AT, _Co, _CT, _IM],
824
+ [0, 0, 0, () => Cors, 0, 0],
825
+ ];
826
+ export var DeadLetterConfig = [3, n0, _DLC, 0, [_TA], [0]];
827
+ export var DeleteAliasRequest = [
828
+ 3,
829
+ n0,
830
+ _DAR,
831
+ 0,
832
+ [_FN, _N],
833
+ [
834
+ [0, 1],
835
+ [0, 1],
836
+ ],
837
+ ];
838
+ export var DeleteCodeSigningConfigRequest = [3, n0, _DCSCR, 0, [_CSCA], [[0, 1]]];
839
+ export var DeleteCodeSigningConfigResponse = [3, n0, _DCSCRe, 0, [], []];
840
+ export var DeleteEventSourceMappingRequest = [3, n0, _DESMR, 0, [_UUID], [[0, 1]]];
841
+ export var DeleteFunctionCodeSigningConfigRequest = [3, n0, _DFCSCR, 0, [_FN], [[0, 1]]];
842
+ export var DeleteFunctionConcurrencyRequest = [3, n0, _DFCR, 0, [_FN], [[0, 1]]];
843
+ export var DeleteFunctionEventInvokeConfigRequest = [
844
+ 3,
845
+ n0,
846
+ _DFEICR,
847
+ 0,
848
+ [_FN, _Q],
849
+ [
850
+ [0, 1],
851
+ [
852
+ 0,
853
+ {
854
+ [_hQ]: _Q,
855
+ },
856
+ ],
857
+ ],
858
+ ];
859
+ export var DeleteFunctionRequest = [
860
+ 3,
861
+ n0,
862
+ _DFR,
863
+ 0,
864
+ [_FN, _Q],
865
+ [
866
+ [0, 1],
867
+ [
868
+ 0,
869
+ {
870
+ [_hQ]: _Q,
871
+ },
872
+ ],
873
+ ],
874
+ ];
875
+ export var DeleteFunctionUrlConfigRequest = [
876
+ 3,
877
+ n0,
878
+ _DFUCR,
879
+ 0,
880
+ [_FN, _Q],
881
+ [
882
+ [0, 1],
883
+ [
884
+ 0,
885
+ {
886
+ [_hQ]: _Q,
887
+ },
888
+ ],
889
+ ],
890
+ ];
891
+ export var DeleteLayerVersionRequest = [
892
+ 3,
893
+ n0,
894
+ _DLVR,
895
+ 0,
896
+ [_LN, _VN],
897
+ [
898
+ [0, 1],
899
+ [1, 1],
900
+ ],
901
+ ];
902
+ export var DeleteProvisionedConcurrencyConfigRequest = [
903
+ 3,
904
+ n0,
905
+ _DPCCR,
906
+ 0,
907
+ [_FN, _Q],
908
+ [
909
+ [0, 1],
910
+ [
911
+ 0,
912
+ {
913
+ [_hQ]: _Q,
914
+ },
915
+ ],
916
+ ],
917
+ ];
918
+ export var DestinationConfig = [3, n0, _DC, 0, [_OS, _OF], [() => OnSuccess, () => OnFailure]];
919
+ export var DocumentDBEventSourceConfig = [3, n0, _DDBESC, 0, [_DN, _CN, _FD], [0, 0, 0]];
920
+ export var EC2AccessDeniedException = [
921
+ -3,
922
+ n0,
923
+ _ECADE,
924
+ {
925
+ [_e]: _se,
926
+ [_hE]: 502,
927
+ },
928
+ [_T, _M],
929
+ [0, 0],
930
+ ];
931
+ TypeRegistry.for(n0).registerError(EC2AccessDeniedException, __EC2AccessDeniedException);
932
+ export var EC2ThrottledException = [
933
+ -3,
934
+ n0,
935
+ _ECTE,
936
+ {
937
+ [_e]: _se,
938
+ [_hE]: 502,
939
+ },
940
+ [_T, _M],
941
+ [0, 0],
942
+ ];
943
+ TypeRegistry.for(n0).registerError(EC2ThrottledException, __EC2ThrottledException);
944
+ export var EC2UnexpectedException = [
945
+ -3,
946
+ n0,
947
+ _ECUE,
948
+ {
949
+ [_e]: _se,
950
+ [_hE]: 502,
951
+ },
952
+ [_T, _M, _ECEC],
953
+ [0, 0, 0],
954
+ ];
955
+ TypeRegistry.for(n0).registerError(EC2UnexpectedException, __EC2UnexpectedException);
956
+ export var EFSIOException = [
957
+ -3,
958
+ n0,
959
+ _EFSIOE,
960
+ {
961
+ [_e]: _c,
962
+ [_hE]: 410,
963
+ },
964
+ [_T, _M],
965
+ [0, 0],
966
+ ];
967
+ TypeRegistry.for(n0).registerError(EFSIOException, __EFSIOException);
968
+ export var EFSMountConnectivityException = [
969
+ -3,
970
+ n0,
971
+ _EFSMCE,
972
+ {
973
+ [_e]: _c,
974
+ [_hE]: 408,
975
+ },
976
+ [_T, _M],
977
+ [0, 0],
978
+ ];
979
+ TypeRegistry.for(n0).registerError(EFSMountConnectivityException, __EFSMountConnectivityException);
980
+ export var EFSMountFailureException = [
981
+ -3,
982
+ n0,
983
+ _EFSMFE,
984
+ {
985
+ [_e]: _c,
986
+ [_hE]: 403,
987
+ },
988
+ [_T, _M],
989
+ [0, 0],
990
+ ];
991
+ TypeRegistry.for(n0).registerError(EFSMountFailureException, __EFSMountFailureException);
992
+ export var EFSMountTimeoutException = [
993
+ -3,
994
+ n0,
995
+ _EFSMTE,
996
+ {
997
+ [_e]: _c,
998
+ [_hE]: 408,
999
+ },
1000
+ [_T, _M],
1001
+ [0, 0],
1002
+ ];
1003
+ TypeRegistry.for(n0).registerError(EFSMountTimeoutException, __EFSMountTimeoutException);
1004
+ export var ENILimitReachedException = [
1005
+ -3,
1006
+ n0,
1007
+ _ENILRE,
1008
+ {
1009
+ [_e]: _se,
1010
+ [_hE]: 502,
1011
+ },
1012
+ [_T, _M],
1013
+ [0, 0],
1014
+ ];
1015
+ TypeRegistry.for(n0).registerError(ENILimitReachedException, __ENILimitReachedException);
1016
+ export var Environment = [3, n0, _En, 0, [_V], [[() => EnvironmentVariables, 0]]];
1017
+ export var EnvironmentError = [3, n0, _EE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1018
+ export var EnvironmentResponse = [
1019
+ 3,
1020
+ n0,
1021
+ _ER,
1022
+ 0,
1023
+ [_V, _Er],
1024
+ [
1025
+ [() => EnvironmentVariables, 0],
1026
+ [() => EnvironmentError, 0],
1027
+ ],
1028
+ ];
1029
+ export var EphemeralStorage = [3, n0, _ES, 0, [_Si], [1]];
1030
+ export var EventSourceMappingConfiguration = [
1031
+ 3,
1032
+ n0,
1033
+ _ESMC,
1034
+ 0,
1035
+ [
1036
+ _UUID,
1037
+ _SP,
1038
+ _SPT,
1039
+ _BSa,
1040
+ _MBWIS,
1041
+ _PF,
1042
+ _ESA,
1043
+ _FCi,
1044
+ _FA,
1045
+ _LM,
1046
+ _LPR,
1047
+ _St,
1048
+ _STR,
1049
+ _DC,
1050
+ _To,
1051
+ _Qu,
1052
+ _SAC,
1053
+ _SMES,
1054
+ _MRAIS,
1055
+ _BBOFE,
1056
+ _MRA,
1057
+ _TWIS,
1058
+ _FRT,
1059
+ _AMKESC,
1060
+ _SMKESC,
1061
+ _SC,
1062
+ _DDBESC,
1063
+ _KMSKA,
1064
+ _FCE,
1065
+ _ESMA,
1066
+ _MC,
1067
+ _PPC,
1068
+ ],
1069
+ [
1070
+ 0,
1071
+ 0,
1072
+ 4,
1073
+ 1,
1074
+ 1,
1075
+ 1,
1076
+ 0,
1077
+ () => FilterCriteria,
1078
+ 0,
1079
+ 4,
1080
+ 0,
1081
+ 0,
1082
+ 0,
1083
+ () => DestinationConfig,
1084
+ 64 | 0,
1085
+ 64 | 0,
1086
+ () => SourceAccessConfigurations,
1087
+ () => SelfManagedEventSource,
1088
+ 1,
1089
+ 2,
1090
+ 1,
1091
+ 1,
1092
+ 64 | 0,
1093
+ () => AmazonManagedKafkaEventSourceConfig,
1094
+ () => SelfManagedKafkaEventSourceConfig,
1095
+ () => ScalingConfig,
1096
+ () => DocumentDBEventSourceConfig,
1097
+ 0,
1098
+ () => FilterCriteriaError,
1099
+ 0,
1100
+ () => EventSourceMappingMetricsConfig,
1101
+ () => ProvisionedPollerConfig,
1102
+ ],
1103
+ ];
1104
+ export var EventSourceMappingMetricsConfig = [3, n0, _ESMMC, 0, [_Me], [64 | 0]];
1105
+ export var FileSystemConfig = [3, n0, _FSCi, 0, [_Arn, _LMP], [0, 0]];
1106
+ export var Filter = [3, n0, _F, 0, [_Pa], [0]];
1107
+ export var FilterCriteria = [3, n0, _FCi, 0, [_Fi], [() => FilterList]];
1108
+ export var FilterCriteriaError = [3, n0, _FCE, 0, [_EC, _M], [0, 0]];
1109
+ export var FunctionCode = [
1110
+ 3,
1111
+ n0,
1112
+ _FCu,
1113
+ 0,
1114
+ [_ZF, _SB, _SK, _SOV, _IU, _SKMSKA],
1115
+ [[() => _Blob, 0], 0, 0, 0, 0, 0],
1116
+ ];
1117
+ export var FunctionCodeLocation = [
1118
+ 3,
1119
+ n0,
1120
+ _FCL,
1121
+ 0,
1122
+ [_RT, _Lo, _IU, _RIU, _SKMSKA],
1123
+ [0, 0, 0, 0, 0],
1124
+ ];
1125
+ export var FunctionConfiguration = [
1126
+ 3,
1127
+ n0,
1128
+ _FCun,
1129
+ 0,
1130
+ [
1131
+ _FN,
1132
+ _FA,
1133
+ _R,
1134
+ _Ro,
1135
+ _H,
1136
+ _CS,
1137
+ _D,
1138
+ _Ti,
1139
+ _MS,
1140
+ _LM,
1141
+ _CSo,
1142
+ _Ve,
1143
+ _VC,
1144
+ _DLC,
1145
+ _En,
1146
+ _KMSKA,
1147
+ _TC,
1148
+ _MAa,
1149
+ _RI,
1150
+ _L,
1151
+ _St,
1152
+ _SR,
1153
+ _SRCt,
1154
+ _LUS,
1155
+ _LUSR,
1156
+ _LUSRC,
1157
+ _FSC,
1158
+ _PT,
1159
+ _ICR,
1160
+ _SPVAi,
1161
+ _SJA,
1162
+ _Ar,
1163
+ _ES,
1164
+ _SSn,
1165
+ _RVC,
1166
+ _LC,
1167
+ ],
1168
+ [
1169
+ 0,
1170
+ 0,
1171
+ 0,
1172
+ 0,
1173
+ 0,
1174
+ 1,
1175
+ 0,
1176
+ 1,
1177
+ 1,
1178
+ 0,
1179
+ 0,
1180
+ 0,
1181
+ () => VpcConfigResponse,
1182
+ () => DeadLetterConfig,
1183
+ [() => EnvironmentResponse, 0],
1184
+ 0,
1185
+ () => TracingConfigResponse,
1186
+ 0,
1187
+ 0,
1188
+ () => LayersReferenceList,
1189
+ 0,
1190
+ 0,
1191
+ 0,
1192
+ 0,
1193
+ 0,
1194
+ 0,
1195
+ () => FileSystemConfigList,
1196
+ 0,
1197
+ [() => ImageConfigResponse, 0],
1198
+ 0,
1199
+ 0,
1200
+ 64 | 0,
1201
+ () => EphemeralStorage,
1202
+ () => SnapStartResponse,
1203
+ [() => RuntimeVersionConfig, 0],
1204
+ () => LoggingConfig,
1205
+ ],
1206
+ ];
1207
+ export var FunctionEventInvokeConfig = [
1208
+ 3,
1209
+ n0,
1210
+ _FEIC,
1211
+ 0,
1212
+ [_LM, _FA, _MRA, _MEAIS, _DC],
1213
+ [4, 0, 1, 1, () => DestinationConfig],
1214
+ ];
1215
+ export var FunctionUrlConfig = [
1216
+ 3,
1217
+ n0,
1218
+ _FUC,
1219
+ 0,
1220
+ [_FU, _FA, _CT, _LMT, _Co, _AT, _IM],
1221
+ [0, 0, 0, 0, () => Cors, 0, 0],
1222
+ ];
1223
+ export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
1224
+ export var GetAccountSettingsResponse = [
1225
+ 3,
1226
+ n0,
1227
+ _GASRe,
1228
+ 0,
1229
+ [_AL, _AU],
1230
+ [() => AccountLimit, () => AccountUsage],
1231
+ ];
1232
+ export var GetAliasRequest = [
1233
+ 3,
1234
+ n0,
1235
+ _GAR,
1236
+ 0,
1237
+ [_FN, _N],
1238
+ [
1239
+ [0, 1],
1240
+ [0, 1],
1241
+ ],
1242
+ ];
1243
+ export var GetCodeSigningConfigRequest = [3, n0, _GCSCR, 0, [_CSCA], [[0, 1]]];
1244
+ export var GetCodeSigningConfigResponse = [3, n0, _GCSCRe, 0, [_CSC], [() => CodeSigningConfig]];
1245
+ export var GetEventSourceMappingRequest = [3, n0, _GESMR, 0, [_UUID], [[0, 1]]];
1246
+ export var GetFunctionCodeSigningConfigRequest = [3, n0, _GFCSCR, 0, [_FN], [[0, 1]]];
1247
+ export var GetFunctionCodeSigningConfigResponse = [3, n0, _GFCSCRe, 0, [_CSCA, _FN], [0, 0]];
1248
+ export var GetFunctionConcurrencyRequest = [3, n0, _GFCR, 0, [_FN], [[0, 1]]];
1249
+ export var GetFunctionConcurrencyResponse = [3, n0, _GFCRe, 0, [_RCE], [1]];
1250
+ export var GetFunctionConfigurationRequest = [
1251
+ 3,
1252
+ n0,
1253
+ _GFCRet,
1254
+ 0,
1255
+ [_FN, _Q],
1256
+ [
1257
+ [0, 1],
1258
+ [
1259
+ 0,
1260
+ {
1261
+ [_hQ]: _Q,
1262
+ },
1263
+ ],
1264
+ ],
1265
+ ];
1266
+ export var GetFunctionEventInvokeConfigRequest = [
1267
+ 3,
1268
+ n0,
1269
+ _GFEICR,
1270
+ 0,
1271
+ [_FN, _Q],
1272
+ [
1273
+ [0, 1],
1274
+ [
1275
+ 0,
1276
+ {
1277
+ [_hQ]: _Q,
1278
+ },
1279
+ ],
1280
+ ],
1281
+ ];
1282
+ export var GetFunctionRecursionConfigRequest = [3, n0, _GFRCR, 0, [_FN], [[0, 1]]];
1283
+ export var GetFunctionRecursionConfigResponse = [3, n0, _GFRCRe, 0, [_RL], [0]];
1284
+ export var GetFunctionRequest = [
1285
+ 3,
1286
+ n0,
1287
+ _GFR,
1288
+ 0,
1289
+ [_FN, _Q],
1290
+ [
1291
+ [0, 1],
1292
+ [
1293
+ 0,
1294
+ {
1295
+ [_hQ]: _Q,
1296
+ },
1297
+ ],
1298
+ ],
1299
+ ];
1300
+ export var GetFunctionResponse = [
1301
+ 3,
1302
+ n0,
1303
+ _GFRe,
1304
+ 0,
1305
+ [_Con, _Cod, _Ta, _TE, _C],
1306
+ [[() => FunctionConfiguration, 0], () => FunctionCodeLocation, 128 | 0, () => TagsError, () => Concurrency],
1307
+ ];
1308
+ export var GetFunctionUrlConfigRequest = [
1309
+ 3,
1310
+ n0,
1311
+ _GFUCR,
1312
+ 0,
1313
+ [_FN, _Q],
1314
+ [
1315
+ [0, 1],
1316
+ [
1317
+ 0,
1318
+ {
1319
+ [_hQ]: _Q,
1320
+ },
1321
+ ],
1322
+ ],
1323
+ ];
1324
+ export var GetFunctionUrlConfigResponse = [
1325
+ 3,
1326
+ n0,
1327
+ _GFUCRe,
1328
+ 0,
1329
+ [_FU, _FA, _AT, _Co, _CT, _LMT, _IM],
1330
+ [0, 0, 0, () => Cors, 0, 0, 0],
1331
+ ];
1332
+ export var GetLayerVersionByArnRequest = [
1333
+ 3,
1334
+ n0,
1335
+ _GLVBAR,
1336
+ 0,
1337
+ [_Arn],
1338
+ [
1339
+ [
1340
+ 0,
1341
+ {
1342
+ [_hQ]: _Arn,
1343
+ },
1344
+ ],
1345
+ ],
1346
+ ];
1347
+ export var GetLayerVersionPolicyRequest = [
1348
+ 3,
1349
+ n0,
1350
+ _GLVPR,
1351
+ 0,
1352
+ [_LN, _VN],
1353
+ [
1354
+ [0, 1],
1355
+ [1, 1],
1356
+ ],
1357
+ ];
1358
+ export var GetLayerVersionPolicyResponse = [3, n0, _GLVPRe, 0, [_Po, _RI], [0, 0]];
1359
+ export var GetLayerVersionRequest = [
1360
+ 3,
1361
+ n0,
1362
+ _GLVR,
1363
+ 0,
1364
+ [_LN, _VN],
1365
+ [
1366
+ [0, 1],
1367
+ [1, 1],
1368
+ ],
1369
+ ];
1370
+ export var GetLayerVersionResponse = [
1371
+ 3,
1372
+ n0,
1373
+ _GLVRe,
1374
+ 0,
1375
+ [_Cont, _LA, _LVA, _D, _CD, _Ve, _CR, _LI, _CA],
1376
+ [() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
1377
+ ];
1378
+ export var GetPolicyRequest = [
1379
+ 3,
1380
+ n0,
1381
+ _GPR,
1382
+ 0,
1383
+ [_FN, _Q],
1384
+ [
1385
+ [0, 1],
1386
+ [
1387
+ 0,
1388
+ {
1389
+ [_hQ]: _Q,
1390
+ },
1391
+ ],
1392
+ ],
1393
+ ];
1394
+ export var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po, _RI], [0, 0]];
1395
+ export var GetProvisionedConcurrencyConfigRequest = [
1396
+ 3,
1397
+ n0,
1398
+ _GPCCR,
1399
+ 0,
1400
+ [_FN, _Q],
1401
+ [
1402
+ [0, 1],
1403
+ [
1404
+ 0,
1405
+ {
1406
+ [_hQ]: _Q,
1407
+ },
1408
+ ],
1409
+ ],
1410
+ ];
1411
+ export var GetProvisionedConcurrencyConfigResponse = [
1412
+ 3,
1413
+ n0,
1414
+ _GPCCRe,
1415
+ 0,
1416
+ [_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
1417
+ [1, 1, 1, 0, 0, 0],
1418
+ ];
1419
+ export var GetRuntimeManagementConfigRequest = [
1420
+ 3,
1421
+ n0,
1422
+ _GRMCR,
1423
+ 0,
1424
+ [_FN, _Q],
1425
+ [
1426
+ [0, 1],
1427
+ [
1428
+ 0,
1429
+ {
1430
+ [_hQ]: _Q,
1431
+ },
1432
+ ],
1433
+ ],
1434
+ ];
1435
+ export var GetRuntimeManagementConfigResponse = [
1436
+ 3,
1437
+ n0,
1438
+ _GRMCRe,
1439
+ 0,
1440
+ [_URO, _RVA, _FA],
1441
+ [0, 0, 0],
1442
+ ];
1443
+ export var ImageConfig = [3, n0, _IC, 0, [_EP, _Com, _WD], [64 | 0, 64 | 0, 0]];
1444
+ export var ImageConfigError = [3, n0, _ICE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
1445
+ export var ImageConfigResponse = [
1446
+ 3,
1447
+ n0,
1448
+ _ICR,
1449
+ 0,
1450
+ [_IC, _Er],
1451
+ [() => ImageConfig, [() => ImageConfigError, 0]],
1452
+ ];
1453
+ export var InvalidCodeSignatureException = [
1454
+ -3,
1455
+ n0,
1456
+ _ICSE,
1457
+ {
1458
+ [_e]: _c,
1459
+ [_hE]: 400,
1460
+ },
1461
+ [_T, _M],
1462
+ [0, 0],
1463
+ ];
1464
+ TypeRegistry.for(n0).registerError(InvalidCodeSignatureException, __InvalidCodeSignatureException);
1465
+ export var InvalidParameterValueException = [
1466
+ -3,
1467
+ n0,
1468
+ _IPVE,
1469
+ {
1470
+ [_e]: _c,
1471
+ [_hE]: 400,
1472
+ },
1473
+ [_T, _m],
1474
+ [0, 0],
1475
+ ];
1476
+ TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
1477
+ export var InvalidRequestContentException = [
1478
+ -3,
1479
+ n0,
1480
+ _IRCE,
1481
+ {
1482
+ [_e]: _c,
1483
+ [_hE]: 400,
1484
+ },
1485
+ [_T, _m],
1486
+ [0, 0],
1487
+ ];
1488
+ TypeRegistry.for(n0).registerError(InvalidRequestContentException, __InvalidRequestContentException);
1489
+ export var InvalidRuntimeException = [
1490
+ -3,
1491
+ n0,
1492
+ _IRE,
1493
+ {
1494
+ [_e]: _se,
1495
+ [_hE]: 502,
1496
+ },
1497
+ [_T, _M],
1498
+ [0, 0],
1499
+ ];
1500
+ TypeRegistry.for(n0).registerError(InvalidRuntimeException, __InvalidRuntimeException);
1501
+ export var InvalidSecurityGroupIDException = [
1502
+ -3,
1503
+ n0,
1504
+ _ISGIDE,
1505
+ {
1506
+ [_e]: _se,
1507
+ [_hE]: 502,
1508
+ },
1509
+ [_T, _M],
1510
+ [0, 0],
1511
+ ];
1512
+ TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException, __InvalidSecurityGroupIDException);
1513
+ export var InvalidSubnetIDException = [
1514
+ -3,
1515
+ n0,
1516
+ _ISIDE,
1517
+ {
1518
+ [_e]: _se,
1519
+ [_hE]: 502,
1520
+ },
1521
+ [_T, _M],
1522
+ [0, 0],
1523
+ ];
1524
+ TypeRegistry.for(n0).registerError(InvalidSubnetIDException, __InvalidSubnetIDException);
1525
+ export var InvalidZipFileException = [
1526
+ -3,
1527
+ n0,
1528
+ _IZFE,
1529
+ {
1530
+ [_e]: _se,
1531
+ [_hE]: 502,
1532
+ },
1533
+ [_T, _M],
1534
+ [0, 0],
1535
+ ];
1536
+ TypeRegistry.for(n0).registerError(InvalidZipFileException, __InvalidZipFileException);
1537
+ export var InvocationRequest = [
1538
+ 3,
1539
+ n0,
1540
+ _IR,
1541
+ 0,
1542
+ [_FN, _IT, _LT, _CC, _Pay, _Q],
1543
+ [
1544
+ [0, 1],
1545
+ [
1546
+ 0,
1547
+ {
1548
+ [_hH]: _XAIT,
1549
+ },
1550
+ ],
1551
+ [
1552
+ 0,
1553
+ {
1554
+ [_hH]: _XALT,
1555
+ },
1556
+ ],
1557
+ [
1558
+ 0,
1559
+ {
1560
+ [_hH]: _XACC,
1561
+ },
1562
+ ],
1563
+ [() => _Blob, 16],
1564
+ [
1565
+ 0,
1566
+ {
1567
+ [_hQ]: _Q,
1568
+ },
1569
+ ],
1570
+ ],
1571
+ ];
1572
+ export var InvocationResponse = [
1573
+ 3,
1574
+ n0,
1575
+ _IRn,
1576
+ 0,
1577
+ [_SCt, _FE, _LR, _Pay, _EV],
1578
+ [
1579
+ [1, 32],
1580
+ [
1581
+ 0,
1582
+ {
1583
+ [_hH]: _XAFE,
1584
+ },
1585
+ ],
1586
+ [
1587
+ 0,
1588
+ {
1589
+ [_hH]: _XALR,
1590
+ },
1591
+ ],
1592
+ [() => _Blob, 16],
1593
+ [
1594
+ 0,
1595
+ {
1596
+ [_hH]: _XAEV,
1597
+ },
1598
+ ],
1599
+ ],
1600
+ ];
1601
+ export var InvokeAsyncRequest = [
1602
+ 3,
1603
+ n0,
1604
+ _IAR,
1605
+ 0,
1606
+ [_FN, _IA],
1607
+ [
1608
+ [0, 1],
1609
+ [() => BlobStream, 16],
1610
+ ],
1611
+ ];
1612
+ export var InvokeAsyncResponse = [3, n0, _IARn, 0, [_Sta], [[1, 32]]];
1613
+ export var InvokeResponseStreamUpdate = [
1614
+ 3,
1615
+ n0,
1616
+ _IRSU,
1617
+ 0,
1618
+ [_Pay],
1619
+ [
1620
+ [
1621
+ () => _Blob,
1622
+ {
1623
+ [_eP]: 1,
1624
+ },
1625
+ ],
1626
+ ],
1627
+ ];
1628
+ export var InvokeWithResponseStreamCompleteEvent = [
1629
+ 3,
1630
+ n0,
1631
+ _IWRSCE,
1632
+ 0,
1633
+ [_EC, _ED, _LR],
1634
+ [0, 0, 0],
1635
+ ];
1636
+ export var InvokeWithResponseStreamRequest = [
1637
+ 3,
1638
+ n0,
1639
+ _IWRSR,
1640
+ 0,
1641
+ [_FN, _IT, _LT, _CC, _Q, _Pay],
1642
+ [
1643
+ [0, 1],
1644
+ [
1645
+ 0,
1646
+ {
1647
+ [_hH]: _XAIT,
1648
+ },
1649
+ ],
1650
+ [
1651
+ 0,
1652
+ {
1653
+ [_hH]: _XALT,
1654
+ },
1655
+ ],
1656
+ [
1657
+ 0,
1658
+ {
1659
+ [_hH]: _XACC,
1660
+ },
1661
+ ],
1662
+ [
1663
+ 0,
1664
+ {
1665
+ [_hQ]: _Q,
1666
+ },
1667
+ ],
1668
+ [() => _Blob, 16],
1669
+ ],
1670
+ ];
1671
+ export var InvokeWithResponseStreamResponse = [
1672
+ 3,
1673
+ n0,
1674
+ _IWRSRn,
1675
+ 0,
1676
+ [_SCt, _EV, _ESv, _RSCT],
1677
+ [
1678
+ [1, 32],
1679
+ [
1680
+ 0,
1681
+ {
1682
+ [_hH]: _XAEV,
1683
+ },
1684
+ ],
1685
+ [() => InvokeWithResponseStreamResponseEvent, 16],
1686
+ [
1687
+ 0,
1688
+ {
1689
+ [_hH]: _CT_,
1690
+ },
1691
+ ],
1692
+ ],
1693
+ ];
1694
+ export var KafkaSchemaRegistryAccessConfig = [3, n0, _KSRAC, 0, [_T, _URI], [0, 0]];
1695
+ export var KafkaSchemaRegistryConfig = [
1696
+ 3,
1697
+ n0,
1698
+ _KSRC,
1699
+ 0,
1700
+ [_SRURI, _ERF, _ACc, _SVC],
1701
+ [0, 0, () => KafkaSchemaRegistryAccessConfigList, () => KafkaSchemaValidationConfigList],
1702
+ ];
1703
+ export var KafkaSchemaValidationConfig = [3, n0, _KSVC, 0, [_At], [0]];
1704
+ export var KMSAccessDeniedException = [
1705
+ -3,
1706
+ n0,
1707
+ _KMSADE,
1708
+ {
1709
+ [_e]: _se,
1710
+ [_hE]: 502,
1711
+ },
1712
+ [_T, _M],
1713
+ [0, 0],
1714
+ ];
1715
+ TypeRegistry.for(n0).registerError(KMSAccessDeniedException, __KMSAccessDeniedException);
1716
+ export var KMSDisabledException = [
1717
+ -3,
1718
+ n0,
1719
+ _KMSDE,
1720
+ {
1721
+ [_e]: _se,
1722
+ [_hE]: 502,
1723
+ },
1724
+ [_T, _M],
1725
+ [0, 0],
1726
+ ];
1727
+ TypeRegistry.for(n0).registerError(KMSDisabledException, __KMSDisabledException);
1728
+ export var KMSInvalidStateException = [
1729
+ -3,
1730
+ n0,
1731
+ _KMSISE,
1732
+ {
1733
+ [_e]: _se,
1734
+ [_hE]: 502,
1735
+ },
1736
+ [_T, _M],
1737
+ [0, 0],
1738
+ ];
1739
+ TypeRegistry.for(n0).registerError(KMSInvalidStateException, __KMSInvalidStateException);
1740
+ export var KMSNotFoundException = [
1741
+ -3,
1742
+ n0,
1743
+ _KMSNFE,
1744
+ {
1745
+ [_e]: _se,
1746
+ [_hE]: 502,
1747
+ },
1748
+ [_T, _M],
1749
+ [0, 0],
1750
+ ];
1751
+ TypeRegistry.for(n0).registerError(KMSNotFoundException, __KMSNotFoundException);
1752
+ export var Layer = [3, n0, _La, 0, [_Arn, _CS, _SPVAi, _SJA], [0, 1, 0, 0]];
1753
+ export var LayersListItem = [
1754
+ 3,
1755
+ n0,
1756
+ _LLI,
1757
+ 0,
1758
+ [_LN, _LA, _LMV],
1759
+ [0, 0, () => LayerVersionsListItem],
1760
+ ];
1761
+ export var LayerVersionContentInput = [
1762
+ 3,
1763
+ n0,
1764
+ _LVCI,
1765
+ 0,
1766
+ [_SB, _SK, _SOV, _ZF],
1767
+ [0, 0, 0, [() => _Blob, 0]],
1768
+ ];
1769
+ export var LayerVersionContentOutput = [
1770
+ 3,
1771
+ n0,
1772
+ _LVCO,
1773
+ 0,
1774
+ [_Lo, _CSo, _CS, _SPVAi, _SJA],
1775
+ [0, 0, 1, 0, 0],
1776
+ ];
1777
+ export var LayerVersionsListItem = [
1778
+ 3,
1779
+ n0,
1780
+ _LVLI,
1781
+ 0,
1782
+ [_LVA, _Ve, _D, _CD, _CR, _LI, _CA],
1783
+ [0, 1, 0, 0, 64 | 0, 0, 64 | 0],
1784
+ ];
1785
+ export var ListAliasesRequest = [
1786
+ 3,
1787
+ n0,
1788
+ _LAR,
1789
+ 0,
1790
+ [_FN, _FV, _Ma, _MI],
1791
+ [
1792
+ [0, 1],
1793
+ [
1794
+ 0,
1795
+ {
1796
+ [_hQ]: _FV,
1797
+ },
1798
+ ],
1799
+ [
1800
+ 0,
1801
+ {
1802
+ [_hQ]: _Ma,
1803
+ },
1804
+ ],
1805
+ [
1806
+ 1,
1807
+ {
1808
+ [_hQ]: _MI,
1809
+ },
1810
+ ],
1811
+ ],
1812
+ ];
1813
+ export var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
1814
+ export var ListCodeSigningConfigsRequest = [
1815
+ 3,
1816
+ n0,
1817
+ _LCSCR,
1818
+ 0,
1819
+ [_Ma, _MI],
1820
+ [
1821
+ [
1822
+ 0,
1823
+ {
1824
+ [_hQ]: _Ma,
1825
+ },
1826
+ ],
1827
+ [
1828
+ 1,
1829
+ {
1830
+ [_hQ]: _MI,
1831
+ },
1832
+ ],
1833
+ ],
1834
+ ];
1835
+ export var ListCodeSigningConfigsResponse = [
1836
+ 3,
1837
+ n0,
1838
+ _LCSCRi,
1839
+ 0,
1840
+ [_NM, _CSCo],
1841
+ [0, () => CodeSigningConfigList],
1842
+ ];
1843
+ export var ListEventSourceMappingsRequest = [
1844
+ 3,
1845
+ n0,
1846
+ _LESMR,
1847
+ 0,
1848
+ [_ESA, _FN, _Ma, _MI],
1849
+ [
1850
+ [
1851
+ 0,
1852
+ {
1853
+ [_hQ]: _ESA,
1854
+ },
1855
+ ],
1856
+ [
1857
+ 0,
1858
+ {
1859
+ [_hQ]: _FN,
1860
+ },
1861
+ ],
1862
+ [
1863
+ 0,
1864
+ {
1865
+ [_hQ]: _Ma,
1866
+ },
1867
+ ],
1868
+ [
1869
+ 1,
1870
+ {
1871
+ [_hQ]: _MI,
1872
+ },
1873
+ ],
1874
+ ],
1875
+ ];
1876
+ export var ListEventSourceMappingsResponse = [
1877
+ 3,
1878
+ n0,
1879
+ _LESMRi,
1880
+ 0,
1881
+ [_NM, _ESM],
1882
+ [0, () => EventSourceMappingsList],
1883
+ ];
1884
+ export var ListFunctionEventInvokeConfigsRequest = [
1885
+ 3,
1886
+ n0,
1887
+ _LFEICR,
1888
+ 0,
1889
+ [_FN, _Ma, _MI],
1890
+ [
1891
+ [0, 1],
1892
+ [
1893
+ 0,
1894
+ {
1895
+ [_hQ]: _Ma,
1896
+ },
1897
+ ],
1898
+ [
1899
+ 1,
1900
+ {
1901
+ [_hQ]: _MI,
1902
+ },
1903
+ ],
1904
+ ],
1905
+ ];
1906
+ export var ListFunctionEventInvokeConfigsResponse = [
1907
+ 3,
1908
+ n0,
1909
+ _LFEICRi,
1910
+ 0,
1911
+ [_FEICu, _NM],
1912
+ [() => FunctionEventInvokeConfigList, 0],
1913
+ ];
1914
+ export var ListFunctionsByCodeSigningConfigRequest = [
1915
+ 3,
1916
+ n0,
1917
+ _LFBCSCR,
1918
+ 0,
1919
+ [_CSCA, _Ma, _MI],
1920
+ [
1921
+ [0, 1],
1922
+ [
1923
+ 0,
1924
+ {
1925
+ [_hQ]: _Ma,
1926
+ },
1927
+ ],
1928
+ [
1929
+ 1,
1930
+ {
1931
+ [_hQ]: _MI,
1932
+ },
1933
+ ],
1934
+ ],
1935
+ ];
1936
+ export var ListFunctionsByCodeSigningConfigResponse = [
1937
+ 3,
1938
+ n0,
1939
+ _LFBCSCRi,
1940
+ 0,
1941
+ [_NM, _FAu],
1942
+ [0, 64 | 0],
1943
+ ];
1944
+ export var ListFunctionsRequest = [
1945
+ 3,
1946
+ n0,
1947
+ _LFR,
1948
+ 0,
1949
+ [_MR, _FV, _Ma, _MI],
1950
+ [
1951
+ [
1952
+ 0,
1953
+ {
1954
+ [_hQ]: _MR,
1955
+ },
1956
+ ],
1957
+ [
1958
+ 0,
1959
+ {
1960
+ [_hQ]: _FV,
1961
+ },
1962
+ ],
1963
+ [
1964
+ 0,
1965
+ {
1966
+ [_hQ]: _Ma,
1967
+ },
1968
+ ],
1969
+ [
1970
+ 1,
1971
+ {
1972
+ [_hQ]: _MI,
1973
+ },
1974
+ ],
1975
+ ],
1976
+ ];
1977
+ export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_NM, _Fu], [0, [() => FunctionList, 0]]];
1978
+ export var ListFunctionUrlConfigsRequest = [
1979
+ 3,
1980
+ n0,
1981
+ _LFUCR,
1982
+ 0,
1983
+ [_FN, _Ma, _MI],
1984
+ [
1985
+ [0, 1],
1986
+ [
1987
+ 0,
1988
+ {
1989
+ [_hQ]: _Ma,
1990
+ },
1991
+ ],
1992
+ [
1993
+ 1,
1994
+ {
1995
+ [_hQ]: _MI,
1996
+ },
1997
+ ],
1998
+ ],
1999
+ ];
2000
+ export var ListFunctionUrlConfigsResponse = [
2001
+ 3,
2002
+ n0,
2003
+ _LFUCRi,
2004
+ 0,
2005
+ [_FUCu, _NM],
2006
+ [() => FunctionUrlConfigList, 0],
2007
+ ];
2008
+ export var ListLayersRequest = [
2009
+ 3,
2010
+ n0,
2011
+ _LLR,
2012
+ 0,
2013
+ [_CRo, _Ma, _MI, _CAo],
2014
+ [
2015
+ [
2016
+ 0,
2017
+ {
2018
+ [_hQ]: _CRo,
2019
+ },
2020
+ ],
2021
+ [
2022
+ 0,
2023
+ {
2024
+ [_hQ]: _Ma,
2025
+ },
2026
+ ],
2027
+ [
2028
+ 1,
2029
+ {
2030
+ [_hQ]: _MI,
2031
+ },
2032
+ ],
2033
+ [
2034
+ 0,
2035
+ {
2036
+ [_hQ]: _CAo,
2037
+ },
2038
+ ],
2039
+ ],
2040
+ ];
2041
+ export var ListLayersResponse = [3, n0, _LLRi, 0, [_NM, _L], [0, () => LayersList]];
2042
+ export var ListLayerVersionsRequest = [
2043
+ 3,
2044
+ n0,
2045
+ _LLVR,
2046
+ 0,
2047
+ [_CRo, _LN, _Ma, _MI, _CAo],
2048
+ [
2049
+ [
2050
+ 0,
2051
+ {
2052
+ [_hQ]: _CRo,
2053
+ },
2054
+ ],
2055
+ [0, 1],
2056
+ [
2057
+ 0,
2058
+ {
2059
+ [_hQ]: _Ma,
2060
+ },
2061
+ ],
2062
+ [
2063
+ 1,
2064
+ {
2065
+ [_hQ]: _MI,
2066
+ },
2067
+ ],
2068
+ [
2069
+ 0,
2070
+ {
2071
+ [_hQ]: _CAo,
2072
+ },
2073
+ ],
2074
+ ],
2075
+ ];
2076
+ export var ListLayerVersionsResponse = [
2077
+ 3,
2078
+ n0,
2079
+ _LLVRi,
2080
+ 0,
2081
+ [_NM, _LV],
2082
+ [0, () => LayerVersionsList],
2083
+ ];
2084
+ export var ListProvisionedConcurrencyConfigsRequest = [
2085
+ 3,
2086
+ n0,
2087
+ _LPCCR,
2088
+ 0,
2089
+ [_FN, _Ma, _MI],
2090
+ [
2091
+ [0, 1],
2092
+ [
2093
+ 0,
2094
+ {
2095
+ [_hQ]: _Ma,
2096
+ },
2097
+ ],
2098
+ [
2099
+ 1,
2100
+ {
2101
+ [_hQ]: _MI,
2102
+ },
2103
+ ],
2104
+ ],
2105
+ ];
2106
+ export var ListProvisionedConcurrencyConfigsResponse = [
2107
+ 3,
2108
+ n0,
2109
+ _LPCCRi,
2110
+ 0,
2111
+ [_PCC, _NM],
2112
+ [() => ProvisionedConcurrencyConfigList, 0],
2113
+ ];
2114
+ export var ListTagsRequest = [3, n0, _LTR, 0, [_Re], [[0, 1]]];
2115
+ export var ListTagsResponse = [3, n0, _LTRi, 0, [_Ta], [128 | 0]];
2116
+ export var ListVersionsByFunctionRequest = [
2117
+ 3,
2118
+ n0,
2119
+ _LVBFR,
2120
+ 0,
2121
+ [_FN, _Ma, _MI],
2122
+ [
2123
+ [0, 1],
2124
+ [
2125
+ 0,
2126
+ {
2127
+ [_hQ]: _Ma,
2128
+ },
2129
+ ],
2130
+ [
2131
+ 1,
2132
+ {
2133
+ [_hQ]: _MI,
2134
+ },
2135
+ ],
2136
+ ],
2137
+ ];
2138
+ export var ListVersionsByFunctionResponse = [
2139
+ 3,
2140
+ n0,
2141
+ _LVBFRi,
2142
+ 0,
2143
+ [_NM, _Ver],
2144
+ [0, [() => FunctionList, 0]],
2145
+ ];
2146
+ export var LoggingConfig = [3, n0, _LC, 0, [_LF, _ALL, _SLL, _LG], [0, 0, 0, 0]];
2147
+ export var OnFailure = [3, n0, _OF, 0, [_De], [0]];
2148
+ export var OnSuccess = [3, n0, _OS, 0, [_De], [0]];
2149
+ export var PolicyLengthExceededException = [
2150
+ -3,
2151
+ n0,
2152
+ _PLEE,
2153
+ {
2154
+ [_e]: _c,
2155
+ [_hE]: 400,
2156
+ },
2157
+ [_T, _m],
2158
+ [0, 0],
2159
+ ];
2160
+ TypeRegistry.for(n0).registerError(PolicyLengthExceededException, __PolicyLengthExceededException);
2161
+ export var PreconditionFailedException = [
2162
+ -3,
2163
+ n0,
2164
+ _PFE,
2165
+ {
2166
+ [_e]: _c,
2167
+ [_hE]: 412,
2168
+ },
2169
+ [_T, _m],
2170
+ [0, 0],
2171
+ ];
2172
+ TypeRegistry.for(n0).registerError(PreconditionFailedException, __PreconditionFailedException);
2173
+ export var ProvisionedConcurrencyConfigListItem = [
2174
+ 3,
2175
+ n0,
2176
+ _PCCLI,
2177
+ 0,
2178
+ [_FA, _RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
2179
+ [0, 1, 1, 1, 0, 0, 0],
2180
+ ];
2181
+ export var ProvisionedConcurrencyConfigNotFoundException = [
2182
+ -3,
2183
+ n0,
2184
+ _PCCNFE,
2185
+ {
2186
+ [_e]: _c,
2187
+ [_hE]: 404,
2188
+ },
2189
+ [_T, _m],
2190
+ [0, 0],
2191
+ ];
2192
+ TypeRegistry.for(n0).registerError(ProvisionedConcurrencyConfigNotFoundException, __ProvisionedConcurrencyConfigNotFoundException);
2193
+ export var ProvisionedPollerConfig = [3, n0, _PPC, 0, [_MP, _MPa], [1, 1]];
2194
+ export var PublishLayerVersionRequest = [
2195
+ 3,
2196
+ n0,
2197
+ _PLVR,
2198
+ 0,
2199
+ [_LN, _D, _Cont, _CR, _LI, _CA],
2200
+ [[0, 1], 0, [() => LayerVersionContentInput, 0], 64 | 0, 0, 64 | 0],
2201
+ ];
2202
+ export var PublishLayerVersionResponse = [
2203
+ 3,
2204
+ n0,
2205
+ _PLVRu,
2206
+ 0,
2207
+ [_Cont, _LA, _LVA, _D, _CD, _Ve, _CR, _LI, _CA],
2208
+ [() => LayerVersionContentOutput, 0, 0, 0, 0, 1, 64 | 0, 0, 64 | 0],
2209
+ ];
2210
+ export var PublishVersionRequest = [3, n0, _PVR, 0, [_FN, _CSo, _D, _RI], [[0, 1], 0, 0, 0]];
2211
+ export var PutFunctionCodeSigningConfigRequest = [3, n0, _PFCSCR, 0, [_CSCA, _FN], [0, [0, 1]]];
2212
+ export var PutFunctionCodeSigningConfigResponse = [3, n0, _PFCSCRu, 0, [_CSCA, _FN], [0, 0]];
2213
+ export var PutFunctionConcurrencyRequest = [3, n0, _PFCR, 0, [_FN, _RCE], [[0, 1], 1]];
2214
+ export var PutFunctionEventInvokeConfigRequest = [
2215
+ 3,
2216
+ n0,
2217
+ _PFEICR,
2218
+ 0,
2219
+ [_FN, _Q, _MRA, _MEAIS, _DC],
2220
+ [
2221
+ [0, 1],
2222
+ [
2223
+ 0,
2224
+ {
2225
+ [_hQ]: _Q,
2226
+ },
2227
+ ],
2228
+ 1,
2229
+ 1,
2230
+ () => DestinationConfig,
2231
+ ],
2232
+ ];
2233
+ export var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
2234
+ export var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
2235
+ export var PutProvisionedConcurrencyConfigRequest = [
2236
+ 3,
2237
+ n0,
2238
+ _PPCCR,
2239
+ 0,
2240
+ [_FN, _Q, _PCE],
2241
+ [
2242
+ [0, 1],
2243
+ [
2244
+ 0,
2245
+ {
2246
+ [_hQ]: _Q,
2247
+ },
2248
+ ],
2249
+ 1,
2250
+ ],
2251
+ ];
2252
+ export var PutProvisionedConcurrencyConfigResponse = [
2253
+ 3,
2254
+ n0,
2255
+ _PPCCRu,
2256
+ 0,
2257
+ [_RPCE, _APCE, _APCEl, _Sta, _SRt, _LM],
2258
+ [1, 1, 1, 0, 0, 0],
2259
+ ];
2260
+ export var PutRuntimeManagementConfigRequest = [
2261
+ 3,
2262
+ n0,
2263
+ _PRMCR,
2264
+ 0,
2265
+ [_FN, _Q, _URO, _RVA],
2266
+ [
2267
+ [0, 1],
2268
+ [
2269
+ 0,
2270
+ {
2271
+ [_hQ]: _Q,
2272
+ },
2273
+ ],
2274
+ 0,
2275
+ 0,
2276
+ ],
2277
+ ];
2278
+ export var PutRuntimeManagementConfigResponse = [
2279
+ 3,
2280
+ n0,
2281
+ _PRMCRu,
2282
+ 0,
2283
+ [_URO, _FA, _RVA],
2284
+ [0, 0, 0],
2285
+ ];
2286
+ export var RecursiveInvocationException = [
2287
+ -3,
2288
+ n0,
2289
+ _RIE,
2290
+ {
2291
+ [_e]: _c,
2292
+ [_hE]: 400,
2293
+ },
2294
+ [_T, _M],
2295
+ [0, 0],
2296
+ ];
2297
+ TypeRegistry.for(n0).registerError(RecursiveInvocationException, __RecursiveInvocationException);
2298
+ export var RemoveLayerVersionPermissionRequest = [
2299
+ 3,
2300
+ n0,
2301
+ _RLVPR,
2302
+ 0,
2303
+ [_LN, _VN, _SI, _RI],
2304
+ [
2305
+ [0, 1],
2306
+ [1, 1],
2307
+ [0, 1],
2308
+ [
2309
+ 0,
2310
+ {
2311
+ [_hQ]: _RI,
2312
+ },
2313
+ ],
2314
+ ],
2315
+ ];
2316
+ export var RemovePermissionRequest = [
2317
+ 3,
2318
+ n0,
2319
+ _RPR,
2320
+ 0,
2321
+ [_FN, _SI, _Q, _RI],
2322
+ [
2323
+ [0, 1],
2324
+ [0, 1],
2325
+ [
2326
+ 0,
2327
+ {
2328
+ [_hQ]: _Q,
2329
+ },
2330
+ ],
2331
+ [
2332
+ 0,
2333
+ {
2334
+ [_hQ]: _RI,
2335
+ },
2336
+ ],
2337
+ ],
2338
+ ];
2339
+ export var RequestTooLargeException = [
2340
+ -3,
2341
+ n0,
2342
+ _RTLE,
2343
+ {
2344
+ [_e]: _c,
2345
+ [_hE]: 413,
2346
+ },
2347
+ [_T, _m],
2348
+ [0, 0],
2349
+ ];
2350
+ TypeRegistry.for(n0).registerError(RequestTooLargeException, __RequestTooLargeException);
2351
+ export var ResourceConflictException = [
2352
+ -3,
2353
+ n0,
2354
+ _RCEe,
2355
+ {
2356
+ [_e]: _c,
2357
+ [_hE]: 409,
2358
+ },
2359
+ [_T, _m],
2360
+ [0, 0],
2361
+ ];
2362
+ TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
2363
+ export var ResourceInUseException = [
2364
+ -3,
2365
+ n0,
2366
+ _RIUE,
2367
+ {
2368
+ [_e]: _c,
2369
+ [_hE]: 400,
2370
+ },
2371
+ [_T, _M],
2372
+ [0, 0],
2373
+ ];
2374
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
2375
+ export var ResourceNotFoundException = [
2376
+ -3,
2377
+ n0,
2378
+ _RNFE,
2379
+ {
2380
+ [_e]: _c,
2381
+ [_hE]: 404,
2382
+ },
2383
+ [_T, _M],
2384
+ [0, 0],
2385
+ ];
2386
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2387
+ export var ResourceNotReadyException = [
2388
+ -3,
2389
+ n0,
2390
+ _RNRE,
2391
+ {
2392
+ [_e]: _se,
2393
+ [_hE]: 502,
2394
+ },
2395
+ [_T, _m],
2396
+ [0, 0],
2397
+ ];
2398
+ TypeRegistry.for(n0).registerError(ResourceNotReadyException, __ResourceNotReadyException);
2399
+ export var RuntimeVersionConfig = [
2400
+ 3,
2401
+ n0,
2402
+ _RVC,
2403
+ 0,
2404
+ [_RVA, _Er],
2405
+ [0, [() => RuntimeVersionError, 0]],
2406
+ ];
2407
+ export var RuntimeVersionError = [3, n0, _RVE, 0, [_EC, _M], [0, [() => SensitiveString, 0]]];
2408
+ export var ScalingConfig = [3, n0, _SC, 0, [_MCa], [1]];
2409
+ export var SelfManagedEventSource = [3, n0, _SMES, 0, [_End], [[2, n0, _End, 0, 0, 64 | 0]]];
2410
+ export var SelfManagedKafkaEventSourceConfig = [
2411
+ 3,
2412
+ n0,
2413
+ _SMKESC,
2414
+ 0,
2415
+ [_CGI, _SRC],
2416
+ [0, () => KafkaSchemaRegistryConfig],
2417
+ ];
2418
+ export var SerializedRequestEntityTooLargeException = [
2419
+ -3,
2420
+ n0,
2421
+ _SRETLE,
2422
+ {
2423
+ [_e]: _c,
2424
+ [_hE]: 413,
2425
+ },
2426
+ [_T, _m],
2427
+ [0, 0],
2428
+ ];
2429
+ TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException, __SerializedRequestEntityTooLargeException);
2430
+ export var ServiceException = [
2431
+ -3,
2432
+ n0,
2433
+ _SE,
2434
+ {
2435
+ [_e]: _se,
2436
+ [_hE]: 500,
2437
+ },
2438
+ [_T, _M],
2439
+ [0, 0],
2440
+ ];
2441
+ TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
2442
+ export var SnapStart = [3, n0, _SSn, 0, [_AOp], [0]];
2443
+ export var SnapStartException = [
2444
+ -3,
2445
+ n0,
2446
+ _SSE,
2447
+ {
2448
+ [_e]: _c,
2449
+ [_hE]: 400,
2450
+ },
2451
+ [_T, _M],
2452
+ [0, 0],
2453
+ ];
2454
+ TypeRegistry.for(n0).registerError(SnapStartException, __SnapStartException);
2455
+ export var SnapStartNotReadyException = [
2456
+ -3,
2457
+ n0,
2458
+ _SSNRE,
2459
+ {
2460
+ [_e]: _c,
2461
+ [_hE]: 409,
2462
+ },
2463
+ [_T, _M],
2464
+ [0, 0],
2465
+ ];
2466
+ TypeRegistry.for(n0).registerError(SnapStartNotReadyException, __SnapStartNotReadyException);
2467
+ export var SnapStartResponse = [3, n0, _SSR, 0, [_AOp, _OSp], [0, 0]];
2468
+ export var SnapStartTimeoutException = [
2469
+ -3,
2470
+ n0,
2471
+ _SSTE,
2472
+ {
2473
+ [_e]: _c,
2474
+ [_hE]: 408,
2475
+ },
2476
+ [_T, _M],
2477
+ [0, 0],
2478
+ ];
2479
+ TypeRegistry.for(n0).registerError(SnapStartTimeoutException, __SnapStartTimeoutException);
2480
+ export var SourceAccessConfiguration = [3, n0, _SACo, 0, [_T, _URI], [0, 0]];
2481
+ export var SubnetIPAddressLimitReachedException = [
2482
+ -3,
2483
+ n0,
2484
+ _SIPALRE,
2485
+ {
2486
+ [_e]: _se,
2487
+ [_hE]: 502,
2488
+ },
2489
+ [_T, _M],
2490
+ [0, 0],
2491
+ ];
2492
+ TypeRegistry.for(n0).registerError(SubnetIPAddressLimitReachedException, __SubnetIPAddressLimitReachedException);
2493
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_Re, _Ta], [[0, 1], 128 | 0]];
2494
+ export var TagsError = [3, n0, _TE, 0, [_EC, _M], [0, 0]];
2495
+ export var TooManyRequestsException = [
2496
+ -3,
2497
+ n0,
2498
+ _TMRE,
2499
+ {
2500
+ [_e]: _c,
2501
+ [_hE]: 429,
2502
+ },
2503
+ [_rAS, _T, _m, _Rea],
2504
+ [
2505
+ [
2506
+ 0,
2507
+ {
2508
+ [_hH]: _RA,
2509
+ },
2510
+ ],
2511
+ 0,
2512
+ 0,
2513
+ 0,
2514
+ ],
2515
+ ];
2516
+ TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
2517
+ export var TracingConfig = [3, n0, _TC, 0, [_Mo], [0]];
2518
+ export var TracingConfigResponse = [3, n0, _TCR, 0, [_Mo], [0]];
2519
+ export var UnsupportedMediaTypeException = [
2520
+ -3,
2521
+ n0,
2522
+ _UMTE,
2523
+ {
2524
+ [_e]: _c,
2525
+ [_hE]: 415,
2526
+ },
2527
+ [_T, _m],
2528
+ [0, 0],
2529
+ ];
2530
+ TypeRegistry.for(n0).registerError(UnsupportedMediaTypeException, __UnsupportedMediaTypeException);
2531
+ export var UntagResourceRequest = [
2532
+ 3,
2533
+ n0,
2534
+ _URR,
2535
+ 0,
2536
+ [_Re, _TK],
2537
+ [
2538
+ [0, 1],
2539
+ [
2540
+ 64 | 0,
2541
+ {
2542
+ [_hQ]: _tK,
2543
+ },
2544
+ ],
2545
+ ],
2546
+ ];
2547
+ export var UpdateAliasRequest = [
2548
+ 3,
2549
+ n0,
2550
+ _UAR,
2551
+ 0,
2552
+ [_FN, _N, _FV, _D, _RC, _RI],
2553
+ [[0, 1], [0, 1], 0, 0, () => AliasRoutingConfiguration, 0],
2554
+ ];
2555
+ export var UpdateCodeSigningConfigRequest = [
2556
+ 3,
2557
+ n0,
2558
+ _UCSCR,
2559
+ 0,
2560
+ [_CSCA, _D, _AP, _CSP],
2561
+ [[0, 1], 0, () => AllowedPublishers, () => CodeSigningPolicies],
2562
+ ];
2563
+ export var UpdateCodeSigningConfigResponse = [
2564
+ 3,
2565
+ n0,
2566
+ _UCSCRp,
2567
+ 0,
2568
+ [_CSC],
2569
+ [() => CodeSigningConfig],
2570
+ ];
2571
+ export var UpdateEventSourceMappingRequest = [
2572
+ 3,
2573
+ n0,
2574
+ _UESMR,
2575
+ 0,
2576
+ [
2577
+ _UUID,
2578
+ _FN,
2579
+ _E,
2580
+ _BSa,
2581
+ _FCi,
2582
+ _MBWIS,
2583
+ _DC,
2584
+ _MRAIS,
2585
+ _BBOFE,
2586
+ _MRA,
2587
+ _PF,
2588
+ _SAC,
2589
+ _TWIS,
2590
+ _FRT,
2591
+ _SC,
2592
+ _AMKESC,
2593
+ _SMKESC,
2594
+ _DDBESC,
2595
+ _KMSKA,
2596
+ _MC,
2597
+ _PPC,
2598
+ ],
2599
+ [
2600
+ [0, 1],
2601
+ 0,
2602
+ 2,
2603
+ 1,
2604
+ () => FilterCriteria,
2605
+ 1,
2606
+ () => DestinationConfig,
2607
+ 1,
2608
+ 2,
2609
+ 1,
2610
+ 1,
2611
+ () => SourceAccessConfigurations,
2612
+ 1,
2613
+ 64 | 0,
2614
+ () => ScalingConfig,
2615
+ () => AmazonManagedKafkaEventSourceConfig,
2616
+ () => SelfManagedKafkaEventSourceConfig,
2617
+ () => DocumentDBEventSourceConfig,
2618
+ 0,
2619
+ () => EventSourceMappingMetricsConfig,
2620
+ () => ProvisionedPollerConfig,
2621
+ ],
2622
+ ];
2623
+ export var UpdateFunctionCodeRequest = [
2624
+ 3,
2625
+ n0,
2626
+ _UFCR,
2627
+ 0,
2628
+ [_FN, _ZF, _SB, _SK, _SOV, _IU, _Pu, _DR, _RI, _Ar, _SKMSKA],
2629
+ [[0, 1], [() => _Blob, 0], 0, 0, 0, 0, 2, 2, 0, 64 | 0, 0],
2630
+ ];
2631
+ export var UpdateFunctionConfigurationRequest = [
2632
+ 3,
2633
+ n0,
2634
+ _UFCRp,
2635
+ 0,
2636
+ [_FN, _Ro, _H, _D, _Ti, _MS, _VC, _En, _R, _DLC, _KMSKA, _TC, _RI, _L, _FSC, _IC, _ES, _SSn, _LC],
2637
+ [
2638
+ [0, 1],
2639
+ 0,
2640
+ 0,
2641
+ 0,
2642
+ 1,
2643
+ 1,
2644
+ () => VpcConfig,
2645
+ [() => Environment, 0],
2646
+ 0,
2647
+ () => DeadLetterConfig,
2648
+ 0,
2649
+ () => TracingConfig,
2650
+ 0,
2651
+ 64 | 0,
2652
+ () => FileSystemConfigList,
2653
+ () => ImageConfig,
2654
+ () => EphemeralStorage,
2655
+ () => SnapStart,
2656
+ () => LoggingConfig,
2657
+ ],
2658
+ ];
2659
+ export var UpdateFunctionEventInvokeConfigRequest = [
2660
+ 3,
2661
+ n0,
2662
+ _UFEICR,
2663
+ 0,
2664
+ [_FN, _Q, _MRA, _MEAIS, _DC],
2665
+ [
2666
+ [0, 1],
2667
+ [
2668
+ 0,
2669
+ {
2670
+ [_hQ]: _Q,
2671
+ },
2672
+ ],
2673
+ 1,
2674
+ 1,
2675
+ () => DestinationConfig,
2676
+ ],
2677
+ ];
2678
+ export var UpdateFunctionUrlConfigRequest = [
2679
+ 3,
2680
+ n0,
2681
+ _UFUCR,
2682
+ 0,
2683
+ [_FN, _Q, _AT, _Co, _IM],
2684
+ [
2685
+ [0, 1],
2686
+ [
2687
+ 0,
2688
+ {
2689
+ [_hQ]: _Q,
2690
+ },
2691
+ ],
2692
+ 0,
2693
+ () => Cors,
2694
+ 0,
2695
+ ],
2696
+ ];
2697
+ export var UpdateFunctionUrlConfigResponse = [
2698
+ 3,
2699
+ n0,
2700
+ _UFUCRp,
2701
+ 0,
2702
+ [_FU, _FA, _AT, _Co, _CT, _LMT, _IM],
2703
+ [0, 0, 0, () => Cors, 0, 0, 0],
2704
+ ];
2705
+ export var VpcConfig = [3, n0, _VC, 0, [_SIu, _SGI, _IAFDS], [64 | 0, 64 | 0, 2]];
2706
+ export var VpcConfigResponse = [
2707
+ 3,
2708
+ n0,
2709
+ _VCR,
2710
+ 0,
2711
+ [_SIu, _SGI, _VI, _IAFDS],
2712
+ [64 | 0, 64 | 0, 0, 2],
2713
+ ];
2714
+ export var __Unit = "unit";
2715
+ export var LambdaServiceException = [-3, _sm, "LambdaServiceException", 0, [], []];
2716
+ TypeRegistry.for(_sm).registerError(LambdaServiceException, __LambdaServiceException);
2717
+ export var AliasList = [1, n0, _ALl, 0, () => AliasConfiguration];
2718
+ export var AllowMethodsList = 64 | 0;
2719
+ export var AllowOriginsList = 64 | 0;
2720
+ export var ArchitecturesList = 64 | 0;
2721
+ export var CodeSigningConfigList = [1, n0, _CSCL, 0, () => CodeSigningConfig];
2722
+ export var CompatibleArchitectures = 64 | 0;
2723
+ export var CompatibleRuntimes = 64 | 0;
2724
+ export var EndpointLists = 64 | 0;
2725
+ export var EventSourceMappingMetricList = 64 | 0;
2726
+ export var EventSourceMappingsList = [1, n0, _ESML, 0, () => EventSourceMappingConfiguration];
2727
+ export var FileSystemConfigList = [1, n0, _FSCL, 0, () => FileSystemConfig];
2728
+ export var FilterList = [1, n0, _FL, 0, () => Filter];
2729
+ export var FunctionArnList = 64 | 0;
2730
+ export var FunctionEventInvokeConfigList = [1, n0, _FEICL, 0, () => FunctionEventInvokeConfig];
2731
+ export var FunctionList = [1, n0, _FLu, 0, [() => FunctionConfiguration, 0]];
2732
+ export var FunctionResponseTypeList = 64 | 0;
2733
+ export var FunctionUrlConfigList = [1, n0, _FUCL, 0, () => FunctionUrlConfig];
2734
+ export var HeadersList = 64 | 0;
2735
+ export var KafkaSchemaRegistryAccessConfigList = [
2736
+ 1,
2737
+ n0,
2738
+ _KSRACL,
2739
+ 0,
2740
+ () => KafkaSchemaRegistryAccessConfig,
2741
+ ];
2742
+ export var KafkaSchemaValidationConfigList = [1, n0, _KSVCL, 0, () => KafkaSchemaValidationConfig];
2743
+ export var LayerList = 64 | 0;
2744
+ export var LayersList = [1, n0, _LL, 0, () => LayersListItem];
2745
+ export var LayersReferenceList = [1, n0, _LRL, 0, () => Layer];
2746
+ export var LayerVersionsList = [1, n0, _LVL, 0, () => LayerVersionsListItem];
2747
+ export var ProvisionedConcurrencyConfigList = [
2748
+ 1,
2749
+ n0,
2750
+ _PCCL,
2751
+ 0,
2752
+ () => ProvisionedConcurrencyConfigListItem,
2753
+ ];
2754
+ export var Queues = 64 | 0;
2755
+ export var SecurityGroupIds = 64 | 0;
2756
+ export var SigningProfileVersionArns = 64 | 0;
2757
+ export var SourceAccessConfigurations = [1, n0, _SAC, 0, () => SourceAccessConfiguration];
2758
+ export var StringList = 64 | 0;
2759
+ export var SubnetIds = 64 | 0;
2760
+ export var TagKeyList = 64 | 0;
2761
+ export var Topics = 64 | 0;
2762
+ export var AdditionalVersionWeights = 128 | 1;
2763
+ export var Endpoints = [2, n0, _End, 0, 0, 64 | 0];
2764
+ export var EnvironmentVariables = [
2765
+ 2,
2766
+ n0,
2767
+ _EVn,
2768
+ 8,
2769
+ [() => EnvironmentVariableName, 0],
2770
+ [() => EnvironmentVariableValue, 0],
2771
+ ];
2772
+ export var Tags = 128 | 0;
2773
+ export var InvokeWithResponseStreamResponseEvent = [
2774
+ 3,
2775
+ n0,
2776
+ _IWRSRE,
2777
+ {
2778
+ [_s]: 1,
2779
+ },
2780
+ [_PC, _ICn],
2781
+ [[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
2782
+ ];
2783
+ export var AddLayerVersionPermission = [
2784
+ 9,
2785
+ n0,
2786
+ _ALVP,
2787
+ {
2788
+ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201],
2789
+ },
2790
+ () => AddLayerVersionPermissionRequest,
2791
+ () => AddLayerVersionPermissionResponse,
2792
+ ];
2793
+ export var AddPermission = [
2794
+ 9,
2795
+ n0,
2796
+ _APd,
2797
+ {
2798
+ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201],
2799
+ },
2800
+ () => AddPermissionRequest,
2801
+ () => AddPermissionResponse,
2802
+ ];
2803
+ export var CreateAlias = [
2804
+ 9,
2805
+ n0,
2806
+ _CAr,
2807
+ {
2808
+ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201],
2809
+ },
2810
+ () => CreateAliasRequest,
2811
+ () => AliasConfiguration,
2812
+ ];
2813
+ export var CreateCodeSigningConfig = [
2814
+ 9,
2815
+ n0,
2816
+ _CCSC,
2817
+ {
2818
+ [_h]: ["POST", "/2020-04-22/code-signing-configs", 201],
2819
+ },
2820
+ () => CreateCodeSigningConfigRequest,
2821
+ () => CreateCodeSigningConfigResponse,
2822
+ ];
2823
+ export var CreateEventSourceMapping = [
2824
+ 9,
2825
+ n0,
2826
+ _CESM,
2827
+ {
2828
+ [_h]: ["POST", "/2015-03-31/event-source-mappings", 202],
2829
+ },
2830
+ () => CreateEventSourceMappingRequest,
2831
+ () => EventSourceMappingConfiguration,
2832
+ ];
2833
+ export var CreateFunction = [
2834
+ 9,
2835
+ n0,
2836
+ _CF,
2837
+ {
2838
+ [_h]: ["POST", "/2015-03-31/functions", 201],
2839
+ },
2840
+ () => CreateFunctionRequest,
2841
+ () => FunctionConfiguration,
2842
+ ];
2843
+ export var CreateFunctionUrlConfig = [
2844
+ 9,
2845
+ n0,
2846
+ _CFUC,
2847
+ {
2848
+ [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201],
2849
+ },
2850
+ () => CreateFunctionUrlConfigRequest,
2851
+ () => CreateFunctionUrlConfigResponse,
2852
+ ];
2853
+ export var DeleteAlias = [
2854
+ 9,
2855
+ n0,
2856
+ _DA,
2857
+ {
2858
+ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204],
2859
+ },
2860
+ () => DeleteAliasRequest,
2861
+ () => __Unit,
2862
+ ];
2863
+ export var DeleteCodeSigningConfig = [
2864
+ 9,
2865
+ n0,
2866
+ _DCSC,
2867
+ {
2868
+ [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204],
2869
+ },
2870
+ () => DeleteCodeSigningConfigRequest,
2871
+ () => DeleteCodeSigningConfigResponse,
2872
+ ];
2873
+ export var DeleteEventSourceMapping = [
2874
+ 9,
2875
+ n0,
2876
+ _DESM,
2877
+ {
2878
+ [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202],
2879
+ },
2880
+ () => DeleteEventSourceMappingRequest,
2881
+ () => EventSourceMappingConfiguration,
2882
+ ];
2883
+ export var DeleteFunction = [
2884
+ 9,
2885
+ n0,
2886
+ _DF,
2887
+ {
2888
+ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 204],
2889
+ },
2890
+ () => DeleteFunctionRequest,
2891
+ () => __Unit,
2892
+ ];
2893
+ export var DeleteFunctionCodeSigningConfig = [
2894
+ 9,
2895
+ n0,
2896
+ _DFCSC,
2897
+ {
2898
+ [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204],
2899
+ },
2900
+ () => DeleteFunctionCodeSigningConfigRequest,
2901
+ () => __Unit,
2902
+ ];
2903
+ export var DeleteFunctionConcurrency = [
2904
+ 9,
2905
+ n0,
2906
+ _DFC,
2907
+ {
2908
+ [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204],
2909
+ },
2910
+ () => DeleteFunctionConcurrencyRequest,
2911
+ () => __Unit,
2912
+ ];
2913
+ export var DeleteFunctionEventInvokeConfig = [
2914
+ 9,
2915
+ n0,
2916
+ _DFEIC,
2917
+ {
2918
+ [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204],
2919
+ },
2920
+ () => DeleteFunctionEventInvokeConfigRequest,
2921
+ () => __Unit,
2922
+ ];
2923
+ export var DeleteFunctionUrlConfig = [
2924
+ 9,
2925
+ n0,
2926
+ _DFUC,
2927
+ {
2928
+ [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204],
2929
+ },
2930
+ () => DeleteFunctionUrlConfigRequest,
2931
+ () => __Unit,
2932
+ ];
2933
+ export var DeleteLayerVersion = [
2934
+ 9,
2935
+ n0,
2936
+ _DLV,
2937
+ {
2938
+ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204],
2939
+ },
2940
+ () => DeleteLayerVersionRequest,
2941
+ () => __Unit,
2942
+ ];
2943
+ export var DeleteProvisionedConcurrencyConfig = [
2944
+ 9,
2945
+ n0,
2946
+ _DPCC,
2947
+ {
2948
+ [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204],
2949
+ },
2950
+ () => DeleteProvisionedConcurrencyConfigRequest,
2951
+ () => __Unit,
2952
+ ];
2953
+ export var GetAccountSettings = [
2954
+ 9,
2955
+ n0,
2956
+ _GAS,
2957
+ {
2958
+ [_h]: ["GET", "/2016-08-19/account-settings", 200],
2959
+ },
2960
+ () => GetAccountSettingsRequest,
2961
+ () => GetAccountSettingsResponse,
2962
+ ];
2963
+ export var GetAlias = [
2964
+ 9,
2965
+ n0,
2966
+ _GA,
2967
+ {
2968
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
2969
+ },
2970
+ () => GetAliasRequest,
2971
+ () => AliasConfiguration,
2972
+ ];
2973
+ export var GetCodeSigningConfig = [
2974
+ 9,
2975
+ n0,
2976
+ _GCSC,
2977
+ {
2978
+ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
2979
+ },
2980
+ () => GetCodeSigningConfigRequest,
2981
+ () => GetCodeSigningConfigResponse,
2982
+ ];
2983
+ export var GetEventSourceMapping = [
2984
+ 9,
2985
+ n0,
2986
+ _GESM,
2987
+ {
2988
+ [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200],
2989
+ },
2990
+ () => GetEventSourceMappingRequest,
2991
+ () => EventSourceMappingConfiguration,
2992
+ ];
2993
+ export var GetFunction = [
2994
+ 9,
2995
+ n0,
2996
+ _GF,
2997
+ {
2998
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200],
2999
+ },
3000
+ () => GetFunctionRequest,
3001
+ () => GetFunctionResponse,
3002
+ ];
3003
+ export var GetFunctionCodeSigningConfig = [
3004
+ 9,
3005
+ n0,
3006
+ _GFCSC,
3007
+ {
3008
+ [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
3009
+ },
3010
+ () => GetFunctionCodeSigningConfigRequest,
3011
+ () => GetFunctionCodeSigningConfigResponse,
3012
+ ];
3013
+ export var GetFunctionConcurrency = [
3014
+ 9,
3015
+ n0,
3016
+ _GFC,
3017
+ {
3018
+ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200],
3019
+ },
3020
+ () => GetFunctionConcurrencyRequest,
3021
+ () => GetFunctionConcurrencyResponse,
3022
+ ];
3023
+ export var GetFunctionConfiguration = [
3024
+ 9,
3025
+ n0,
3026
+ _GFCe,
3027
+ {
3028
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200],
3029
+ },
3030
+ () => GetFunctionConfigurationRequest,
3031
+ () => FunctionConfiguration,
3032
+ ];
3033
+ export var GetFunctionEventInvokeConfig = [
3034
+ 9,
3035
+ n0,
3036
+ _GFEIC,
3037
+ {
3038
+ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
3039
+ },
3040
+ () => GetFunctionEventInvokeConfigRequest,
3041
+ () => FunctionEventInvokeConfig,
3042
+ ];
3043
+ export var GetFunctionRecursionConfig = [
3044
+ 9,
3045
+ n0,
3046
+ _GFRC,
3047
+ {
3048
+ [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
3049
+ },
3050
+ () => GetFunctionRecursionConfigRequest,
3051
+ () => GetFunctionRecursionConfigResponse,
3052
+ ];
3053
+ export var GetFunctionUrlConfig = [
3054
+ 9,
3055
+ n0,
3056
+ _GFUC,
3057
+ {
3058
+ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200],
3059
+ },
3060
+ () => GetFunctionUrlConfigRequest,
3061
+ () => GetFunctionUrlConfigResponse,
3062
+ ];
3063
+ export var GetLayerVersion = [
3064
+ 9,
3065
+ n0,
3066
+ _GLV,
3067
+ {
3068
+ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200],
3069
+ },
3070
+ () => GetLayerVersionRequest,
3071
+ () => GetLayerVersionResponse,
3072
+ ];
3073
+ export var GetLayerVersionByArn = [
3074
+ 9,
3075
+ n0,
3076
+ _GLVBA,
3077
+ {
3078
+ [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200],
3079
+ },
3080
+ () => GetLayerVersionByArnRequest,
3081
+ () => GetLayerVersionResponse,
3082
+ ];
3083
+ export var GetLayerVersionPolicy = [
3084
+ 9,
3085
+ n0,
3086
+ _GLVP,
3087
+ {
3088
+ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200],
3089
+ },
3090
+ () => GetLayerVersionPolicyRequest,
3091
+ () => GetLayerVersionPolicyResponse,
3092
+ ];
3093
+ export var GetPolicy = [
3094
+ 9,
3095
+ n0,
3096
+ _GP,
3097
+ {
3098
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200],
3099
+ },
3100
+ () => GetPolicyRequest,
3101
+ () => GetPolicyResponse,
3102
+ ];
3103
+ export var GetProvisionedConcurrencyConfig = [
3104
+ 9,
3105
+ n0,
3106
+ _GPCC,
3107
+ {
3108
+ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200],
3109
+ },
3110
+ () => GetProvisionedConcurrencyConfigRequest,
3111
+ () => GetProvisionedConcurrencyConfigResponse,
3112
+ ];
3113
+ export var GetRuntimeManagementConfig = [
3114
+ 9,
3115
+ n0,
3116
+ _GRMC,
3117
+ {
3118
+ [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
3119
+ },
3120
+ () => GetRuntimeManagementConfigRequest,
3121
+ () => GetRuntimeManagementConfigResponse,
3122
+ ];
3123
+ export var Invoke = [
3124
+ 9,
3125
+ n0,
3126
+ _I,
3127
+ {
3128
+ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200],
3129
+ },
3130
+ () => InvocationRequest,
3131
+ () => InvocationResponse,
3132
+ ];
3133
+ export var InvokeAsync = [
3134
+ 9,
3135
+ n0,
3136
+ _IAn,
3137
+ {
3138
+ [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202],
3139
+ },
3140
+ () => InvokeAsyncRequest,
3141
+ () => InvokeAsyncResponse,
3142
+ ];
3143
+ export var InvokeWithResponseStream = [
3144
+ 9,
3145
+ n0,
3146
+ _IWRS,
3147
+ {
3148
+ [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200],
3149
+ },
3150
+ () => InvokeWithResponseStreamRequest,
3151
+ () => InvokeWithResponseStreamResponse,
3152
+ ];
3153
+ export var ListAliases = [
3154
+ 9,
3155
+ n0,
3156
+ _LAi,
3157
+ {
3158
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200],
3159
+ },
3160
+ () => ListAliasesRequest,
3161
+ () => ListAliasesResponse,
3162
+ ];
3163
+ export var ListCodeSigningConfigs = [
3164
+ 9,
3165
+ n0,
3166
+ _LCSC,
3167
+ {
3168
+ [_h]: ["GET", "/2020-04-22/code-signing-configs", 200],
3169
+ },
3170
+ () => ListCodeSigningConfigsRequest,
3171
+ () => ListCodeSigningConfigsResponse,
3172
+ ];
3173
+ export var ListEventSourceMappings = [
3174
+ 9,
3175
+ n0,
3176
+ _LESM,
3177
+ {
3178
+ [_h]: ["GET", "/2015-03-31/event-source-mappings", 200],
3179
+ },
3180
+ () => ListEventSourceMappingsRequest,
3181
+ () => ListEventSourceMappingsResponse,
3182
+ ];
3183
+ export var ListFunctionEventInvokeConfigs = [
3184
+ 9,
3185
+ n0,
3186
+ _LFEIC,
3187
+ {
3188
+ [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200],
3189
+ },
3190
+ () => ListFunctionEventInvokeConfigsRequest,
3191
+ () => ListFunctionEventInvokeConfigsResponse,
3192
+ ];
3193
+ export var ListFunctions = [
3194
+ 9,
3195
+ n0,
3196
+ _LFi,
3197
+ {
3198
+ [_h]: ["GET", "/2015-03-31/functions", 200],
3199
+ },
3200
+ () => ListFunctionsRequest,
3201
+ () => ListFunctionsResponse,
3202
+ ];
3203
+ export var ListFunctionsByCodeSigningConfig = [
3204
+ 9,
3205
+ n0,
3206
+ _LFBCSC,
3207
+ {
3208
+ [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200],
3209
+ },
3210
+ () => ListFunctionsByCodeSigningConfigRequest,
3211
+ () => ListFunctionsByCodeSigningConfigResponse,
3212
+ ];
3213
+ export var ListFunctionUrlConfigs = [
3214
+ 9,
3215
+ n0,
3216
+ _LFUC,
3217
+ {
3218
+ [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200],
3219
+ },
3220
+ () => ListFunctionUrlConfigsRequest,
3221
+ () => ListFunctionUrlConfigsResponse,
3222
+ ];
3223
+ export var ListLayers = [
3224
+ 9,
3225
+ n0,
3226
+ _LLi,
3227
+ {
3228
+ [_h]: ["GET", "/2018-10-31/layers", 200],
3229
+ },
3230
+ () => ListLayersRequest,
3231
+ () => ListLayersResponse,
3232
+ ];
3233
+ export var ListLayerVersions = [
3234
+ 9,
3235
+ n0,
3236
+ _LLV,
3237
+ {
3238
+ [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200],
3239
+ },
3240
+ () => ListLayerVersionsRequest,
3241
+ () => ListLayerVersionsResponse,
3242
+ ];
3243
+ export var ListProvisionedConcurrencyConfigs = [
3244
+ 9,
3245
+ n0,
3246
+ _LPCC,
3247
+ {
3248
+ [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200],
3249
+ },
3250
+ () => ListProvisionedConcurrencyConfigsRequest,
3251
+ () => ListProvisionedConcurrencyConfigsResponse,
3252
+ ];
3253
+ export var ListTags = [
3254
+ 9,
3255
+ n0,
3256
+ _LTi,
3257
+ {
3258
+ [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200],
3259
+ },
3260
+ () => ListTagsRequest,
3261
+ () => ListTagsResponse,
3262
+ ];
3263
+ export var ListVersionsByFunction = [
3264
+ 9,
3265
+ n0,
3266
+ _LVBF,
3267
+ {
3268
+ [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200],
3269
+ },
3270
+ () => ListVersionsByFunctionRequest,
3271
+ () => ListVersionsByFunctionResponse,
3272
+ ];
3273
+ export var PublishLayerVersion = [
3274
+ 9,
3275
+ n0,
3276
+ _PLV,
3277
+ {
3278
+ [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201],
3279
+ },
3280
+ () => PublishLayerVersionRequest,
3281
+ () => PublishLayerVersionResponse,
3282
+ ];
3283
+ export var PublishVersion = [
3284
+ 9,
3285
+ n0,
3286
+ _PV,
3287
+ {
3288
+ [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201],
3289
+ },
3290
+ () => PublishVersionRequest,
3291
+ () => FunctionConfiguration,
3292
+ ];
3293
+ export var PutFunctionCodeSigningConfig = [
3294
+ 9,
3295
+ n0,
3296
+ _PFCSC,
3297
+ {
3298
+ [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
3299
+ },
3300
+ () => PutFunctionCodeSigningConfigRequest,
3301
+ () => PutFunctionCodeSigningConfigResponse,
3302
+ ];
3303
+ export var PutFunctionConcurrency = [
3304
+ 9,
3305
+ n0,
3306
+ _PFC,
3307
+ {
3308
+ [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200],
3309
+ },
3310
+ () => PutFunctionConcurrencyRequest,
3311
+ () => Concurrency,
3312
+ ];
3313
+ export var PutFunctionEventInvokeConfig = [
3314
+ 9,
3315
+ n0,
3316
+ _PFEIC,
3317
+ {
3318
+ [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
3319
+ },
3320
+ () => PutFunctionEventInvokeConfigRequest,
3321
+ () => FunctionEventInvokeConfig,
3322
+ ];
3323
+ export var PutFunctionRecursionConfig = [
3324
+ 9,
3325
+ n0,
3326
+ _PFRC,
3327
+ {
3328
+ [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
3329
+ },
3330
+ () => PutFunctionRecursionConfigRequest,
3331
+ () => PutFunctionRecursionConfigResponse,
3332
+ ];
3333
+ export var PutProvisionedConcurrencyConfig = [
3334
+ 9,
3335
+ n0,
3336
+ _PPCC,
3337
+ {
3338
+ [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202],
3339
+ },
3340
+ () => PutProvisionedConcurrencyConfigRequest,
3341
+ () => PutProvisionedConcurrencyConfigResponse,
3342
+ ];
3343
+ export var PutRuntimeManagementConfig = [
3344
+ 9,
3345
+ n0,
3346
+ _PRMC,
3347
+ {
3348
+ [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
3349
+ },
3350
+ () => PutRuntimeManagementConfigRequest,
3351
+ () => PutRuntimeManagementConfigResponse,
3352
+ ];
3353
+ export var RemoveLayerVersionPermission = [
3354
+ 9,
3355
+ n0,
3356
+ _RLVP,
3357
+ {
3358
+ [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204],
3359
+ },
3360
+ () => RemoveLayerVersionPermissionRequest,
3361
+ () => __Unit,
3362
+ ];
3363
+ export var RemovePermission = [
3364
+ 9,
3365
+ n0,
3366
+ _RP,
3367
+ {
3368
+ [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204],
3369
+ },
3370
+ () => RemovePermissionRequest,
3371
+ () => __Unit,
3372
+ ];
3373
+ export var TagResource = [
3374
+ 9,
3375
+ n0,
3376
+ _TR,
3377
+ {
3378
+ [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204],
3379
+ },
3380
+ () => TagResourceRequest,
3381
+ () => __Unit,
3382
+ ];
3383
+ export var UntagResource = [
3384
+ 9,
3385
+ n0,
3386
+ _UR,
3387
+ {
3388
+ [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204],
3389
+ },
3390
+ () => UntagResourceRequest,
3391
+ () => __Unit,
3392
+ ];
3393
+ export var UpdateAlias = [
3394
+ 9,
3395
+ n0,
3396
+ _UA,
3397
+ {
3398
+ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
3399
+ },
3400
+ () => UpdateAliasRequest,
3401
+ () => AliasConfiguration,
3402
+ ];
3403
+ export var UpdateCodeSigningConfig = [
3404
+ 9,
3405
+ n0,
3406
+ _UCSC,
3407
+ {
3408
+ [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
3409
+ },
3410
+ () => UpdateCodeSigningConfigRequest,
3411
+ () => UpdateCodeSigningConfigResponse,
3412
+ ];
3413
+ export var UpdateEventSourceMapping = [
3414
+ 9,
3415
+ n0,
3416
+ _UESM,
3417
+ {
3418
+ [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202],
3419
+ },
3420
+ () => UpdateEventSourceMappingRequest,
3421
+ () => EventSourceMappingConfiguration,
3422
+ ];
3423
+ export var UpdateFunctionCode = [
3424
+ 9,
3425
+ n0,
3426
+ _UFC,
3427
+ {
3428
+ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200],
3429
+ },
3430
+ () => UpdateFunctionCodeRequest,
3431
+ () => FunctionConfiguration,
3432
+ ];
3433
+ export var UpdateFunctionConfiguration = [
3434
+ 9,
3435
+ n0,
3436
+ _UFCp,
3437
+ {
3438
+ [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200],
3439
+ },
3440
+ () => UpdateFunctionConfigurationRequest,
3441
+ () => FunctionConfiguration,
3442
+ ];
3443
+ export var UpdateFunctionEventInvokeConfig = [
3444
+ 9,
3445
+ n0,
3446
+ _UFEIC,
3447
+ {
3448
+ [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
3449
+ },
3450
+ () => UpdateFunctionEventInvokeConfigRequest,
3451
+ () => FunctionEventInvokeConfig,
3452
+ ];
3453
+ export var UpdateFunctionUrlConfig = [
3454
+ 9,
3455
+ n0,
3456
+ _UFUC,
3457
+ {
3458
+ [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200],
3459
+ },
3460
+ () => UpdateFunctionUrlConfigRequest,
3461
+ () => UpdateFunctionUrlConfigResponse,
3462
+ ];