@aws-sdk/client-lambda 3.945.0 → 3.947.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 (131) hide show
  1. package/dist-cjs/index.js +227 -1240
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/LambdaClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +227 -1240
  8. package/dist-types/Lambda.d.ts +1 -1
  9. package/dist-types/LambdaClient.d.ts +11 -11
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +3 -3
  13. package/dist-types/commands/AddPermissionCommand.d.ts +3 -3
  14. package/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateAliasCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateFunctionCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteAliasCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +3 -3
  32. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -3
  33. package/dist-types/commands/GetAliasCommand.d.ts +3 -3
  34. package/dist-types/commands/GetCapacityProviderCommand.d.ts +3 -3
  35. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +3 -3
  36. package/dist-types/commands/GetDurableExecutionCommand.d.ts +3 -3
  37. package/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +3 -3
  38. package/dist-types/commands/GetDurableExecutionStateCommand.d.ts +3 -3
  39. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +3 -3
  40. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +3 -3
  41. package/dist-types/commands/GetFunctionCommand.d.ts +3 -3
  42. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +3 -3
  43. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +3 -3
  45. package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +3 -3
  46. package/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +3 -3
  47. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +3 -3
  48. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +3 -3
  49. package/dist-types/commands/GetLayerVersionCommand.d.ts +3 -3
  50. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +3 -3
  51. package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
  52. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +3 -3
  53. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +3 -3
  54. package/dist-types/commands/InvokeAsyncCommand.d.ts +3 -3
  55. package/dist-types/commands/InvokeCommand.d.ts +2 -2
  56. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +3 -3
  57. package/dist-types/commands/ListAliasesCommand.d.ts +3 -3
  58. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +3 -3
  59. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +3 -3
  61. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +3 -3
  63. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +3 -3
  64. package/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +3 -3
  65. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +3 -3
  66. package/dist-types/commands/ListFunctionsCommand.d.ts +3 -3
  67. package/dist-types/commands/ListLayerVersionsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListLayersCommand.d.ts +3 -3
  69. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +3 -3
  70. package/dist-types/commands/ListTagsCommand.d.ts +3 -3
  71. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +3 -3
  72. package/dist-types/commands/PublishLayerVersionCommand.d.ts +3 -3
  73. package/dist-types/commands/PublishVersionCommand.d.ts +3 -3
  74. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +3 -3
  75. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +3 -3
  76. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +3 -3
  77. package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +3 -3
  78. package/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +3 -3
  79. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +3 -3
  80. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +3 -3
  81. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +3 -3
  82. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
  83. package/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +3 -3
  84. package/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +3 -3
  85. package/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +3 -3
  86. package/dist-types/commands/StopDurableExecutionCommand.d.ts +3 -3
  87. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  88. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  89. package/dist-types/commands/UpdateAliasCommand.d.ts +3 -3
  90. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +3 -3
  92. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +3 -3
  94. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +3 -3
  95. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +3 -3
  96. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +3 -3
  97. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  98. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  99. package/dist-types/extensionConfiguration.d.ts +4 -4
  100. package/dist-types/models/LambdaServiceException.d.ts +1 -1
  101. package/dist-types/models/errors.d.ts +1 -1
  102. package/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
  103. package/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
  104. package/dist-types/pagination/Interfaces.d.ts +1 -1
  105. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
  119. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  120. package/dist-types/runtimeConfig.d.ts +1 -1
  121. package/dist-types/runtimeConfig.native.d.ts +1 -1
  122. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  123. package/dist-types/runtimeExtensions.d.ts +1 -1
  124. package/dist-types/schemas/schemas_0.d.ts +1 -1
  125. package/dist-types/ts3.4/LambdaClient.d.ts +3 -3
  126. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  131. package/package.json +13 -12
@@ -716,15 +716,7 @@ import { CallbackTimeoutException as __CallbackTimeoutException, CapacityProvide
716
716
  import { LambdaServiceException as __LambdaServiceException } from "../models/LambdaServiceException";
717
717
  export var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
718
718
  export var _Blob = [0, n0, _B, 8, 21];
719
- export var BlobStream = [
720
- 0,
721
- n0,
722
- _BS,
723
- {
724
- [_s]: 1,
725
- },
726
- 42,
727
- ];
719
+ export var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
728
720
  export var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
729
721
  export var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
730
722
  export var ErrorData = [0, n0, _ED, 8, 0];
@@ -743,20 +735,7 @@ export var AddLayerVersionPermissionRequest = [
743
735
  _ALVPR,
744
736
  0,
745
737
  [_LN, _VN, _SI, _A, _P, _OI, _RI],
746
- [
747
- [0, 1],
748
- [1, 1],
749
- 0,
750
- 0,
751
- 0,
752
- 0,
753
- [
754
- 0,
755
- {
756
- [_hQ]: _RI,
757
- },
758
- ],
759
- ],
738
+ [[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]],
760
739
  ];
761
740
  export var AddLayerVersionPermissionResponse = [3, n0, _ALVPRd, 0, [_S, _RI], [0, 0]];
762
741
  export var AddPermissionRequest = [
@@ -765,25 +744,7 @@ export var AddPermissionRequest = [
765
744
  _APR,
766
745
  0,
767
746
  [_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
768
- [
769
- [0, 1],
770
- 0,
771
- 0,
772
- 0,
773
- 0,
774
- 0,
775
- 0,
776
- [
777
- 0,
778
- {
779
- [_hQ]: _Q,
780
- },
781
- ],
782
- 0,
783
- 0,
784
- 0,
785
- 2,
786
- ],
747
+ [[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2],
787
748
  ];
788
749
  export var AddPermissionResponse = [3, n0, _APRd, 0, [_S], [0]];
789
750
  export var AliasConfiguration = [
@@ -817,17 +778,7 @@ export var CallbackOptions = [3, n0, _CO, 0, [_TS, _HTS], [1, 1]];
817
778
  export var CallbackStartedDetails = [3, n0, _CSD, 0, [_CI, _HT, _T], [0, 1, 1]];
818
779
  export var CallbackSucceededDetails = [3, n0, _CSDa, 0, [_R], [[() => EventResult, 0]]];
819
780
  export var CallbackTimedOutDetails = [3, n0, _CTOD, 0, [_E], [[() => EventError, 0]]];
820
- export var CallbackTimeoutException = [
821
- -3,
822
- n0,
823
- _CTE,
824
- {
825
- [_e]: _c,
826
- [_hE]: 400,
827
- },
828
- [_Ty, _M],
829
- [0, 0],
830
- ];
781
+ export var CallbackTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
831
782
  TypeRegistry.for(n0).registerError(CallbackTimeoutException, __CallbackTimeoutException);
832
783
  export var CapacityProvider = [
833
784
  3,
@@ -858,10 +809,7 @@ export var CapacityProviderLimitExceededException = [
858
809
  -3,
859
810
  n0,
860
811
  _CPLEE,
861
- {
862
- [_e]: _c,
863
- [_hE]: 400,
864
- },
812
+ { [_e]: _c, [_hE]: 400 },
865
813
  [_Ty, _m],
866
814
  [0, 0],
867
815
  ];
@@ -936,10 +884,7 @@ export var CodeSigningConfigNotFoundException = [
936
884
  -3,
937
885
  n0,
938
886
  _CSCNFE,
939
- {
940
- [_e]: _c,
941
- [_hE]: 404,
942
- },
887
+ { [_e]: _c, [_hE]: 404 },
943
888
  [_Ty, _M],
944
889
  [0, 0],
945
890
  ];
@@ -949,10 +894,7 @@ export var CodeStorageExceededException = [
949
894
  -3,
950
895
  n0,
951
896
  _CSEE,
952
- {
953
- [_e]: _c,
954
- [_hE]: 400,
955
- },
897
+ { [_e]: _c, [_hE]: 400 },
956
898
  [_Ty, _m],
957
899
  [0, 0],
958
900
  ];
@@ -961,10 +903,7 @@ export var CodeVerificationFailedException = [
961
903
  -3,
962
904
  n0,
963
905
  _CVFE,
964
- {
965
- [_e]: _c,
966
- [_hE]: 400,
967
- },
906
+ { [_e]: _c, [_hE]: 400 },
968
907
  [_Ty, _M],
969
908
  [0, 0],
970
909
  ];
@@ -1167,18 +1106,7 @@ export var CreateFunctionUrlConfigRequest = [
1167
1106
  _CFUCR,
1168
1107
  0,
1169
1108
  [_FN, _Q, _AT, _Co, _IM],
1170
- [
1171
- [0, 1],
1172
- [
1173
- 0,
1174
- {
1175
- [_hQ]: _Q,
1176
- },
1177
- ],
1178
- 0,
1179
- () => Cors,
1180
- 0,
1181
- ],
1109
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
1182
1110
  ];
1183
1111
  export var CreateFunctionUrlConfigResponse = [
1184
1112
  3,
@@ -1215,12 +1143,7 @@ export var DeleteFunctionEventInvokeConfigRequest = [
1215
1143
  [_FN, _Q],
1216
1144
  [
1217
1145
  [0, 1],
1218
- [
1219
- 0,
1220
- {
1221
- [_hQ]: _Q,
1222
- },
1223
- ],
1146
+ [0, { [_hQ]: _Q }],
1224
1147
  ],
1225
1148
  ];
1226
1149
  export var DeleteFunctionRequest = [
@@ -1231,12 +1154,7 @@ export var DeleteFunctionRequest = [
1231
1154
  [_FN, _Q],
1232
1155
  [
1233
1156
  [0, 1],
1234
- [
1235
- 0,
1236
- {
1237
- [_hQ]: _Q,
1238
- },
1239
- ],
1157
+ [0, { [_hQ]: _Q }],
1240
1158
  ],
1241
1159
  ];
1242
1160
  export var DeleteFunctionResponse = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
@@ -1248,12 +1166,7 @@ export var DeleteFunctionUrlConfigRequest = [
1248
1166
  [_FN, _Q],
1249
1167
  [
1250
1168
  [0, 1],
1251
- [
1252
- 0,
1253
- {
1254
- [_hQ]: _Q,
1255
- },
1256
- ],
1169
+ [0, { [_hQ]: _Q }],
1257
1170
  ],
1258
1171
  ];
1259
1172
  export var DeleteLayerVersionRequest = [
@@ -1275,12 +1188,7 @@ export var DeleteProvisionedConcurrencyConfigRequest = [
1275
1188
  [_FN, _Q],
1276
1189
  [
1277
1190
  [0, 1],
1278
- [
1279
- 0,
1280
- {
1281
- [_hQ]: _Q,
1282
- },
1283
- ],
1191
+ [0, { [_hQ]: _Q }],
1284
1192
  ],
1285
1193
  ];
1286
1194
  export var DestinationConfig = [3, n0, _DC, 0, [_OS, _OF], [() => OnSuccess, () => OnFailure]];
@@ -1290,106 +1198,44 @@ export var DurableExecutionAlreadyStartedException = [
1290
1198
  -3,
1291
1199
  n0,
1292
1200
  _DEASE,
1293
- {
1294
- [_e]: _c,
1295
- [_hE]: 409,
1296
- },
1201
+ { [_e]: _c, [_hE]: 409 },
1297
1202
  [_Ty, _M],
1298
1203
  [0, 0],
1299
1204
  ];
1300
1205
  TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException, __DurableExecutionAlreadyStartedException);
1301
- export var EC2AccessDeniedException = [
1302
- -3,
1303
- n0,
1304
- _ECADE,
1305
- {
1306
- [_e]: _se,
1307
- [_hE]: 502,
1308
- },
1309
- [_Ty, _M],
1310
- [0, 0],
1311
- ];
1206
+ export var EC2AccessDeniedException = [-3, n0, _ECADE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1312
1207
  TypeRegistry.for(n0).registerError(EC2AccessDeniedException, __EC2AccessDeniedException);
1313
- export var EC2ThrottledException = [
1314
- -3,
1315
- n0,
1316
- _ECTE,
1317
- {
1318
- [_e]: _se,
1319
- [_hE]: 502,
1320
- },
1321
- [_Ty, _M],
1322
- [0, 0],
1323
- ];
1208
+ export var EC2ThrottledException = [-3, n0, _ECTE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
1324
1209
  TypeRegistry.for(n0).registerError(EC2ThrottledException, __EC2ThrottledException);
1325
1210
  export var EC2UnexpectedException = [
1326
1211
  -3,
1327
1212
  n0,
1328
1213
  _ECUE,
1329
- {
1330
- [_e]: _se,
1331
- [_hE]: 502,
1332
- },
1214
+ { [_e]: _se, [_hE]: 502 },
1333
1215
  [_Ty, _M, _ECEC],
1334
1216
  [0, 0, 0],
1335
1217
  ];
1336
1218
  TypeRegistry.for(n0).registerError(EC2UnexpectedException, __EC2UnexpectedException);
1337
- export var EFSIOException = [
1338
- -3,
1339
- n0,
1340
- _EFSIOE,
1341
- {
1342
- [_e]: _c,
1343
- [_hE]: 410,
1344
- },
1345
- [_Ty, _M],
1346
- [0, 0],
1347
- ];
1219
+ export var EFSIOException = [-3, n0, _EFSIOE, { [_e]: _c, [_hE]: 410 }, [_Ty, _M], [0, 0]];
1348
1220
  TypeRegistry.for(n0).registerError(EFSIOException, __EFSIOException);
1349
1221
  export var EFSMountConnectivityException = [
1350
1222
  -3,
1351
1223
  n0,
1352
1224
  _EFSMCE,
1353
- {
1354
- [_e]: _c,
1355
- [_hE]: 408,
1356
- },
1225
+ { [_e]: _c, [_hE]: 408 },
1357
1226
  [_Ty, _M],
1358
1227
  [0, 0],
1359
1228
  ];
1360
1229
  TypeRegistry.for(n0).registerError(EFSMountConnectivityException, __EFSMountConnectivityException);
1361
- export var EFSMountFailureException = [
1362
- -3,
1363
- n0,
1364
- _EFSMFE,
1365
- {
1366
- [_e]: _c,
1367
- [_hE]: 403,
1368
- },
1369
- [_Ty, _M],
1370
- [0, 0],
1371
- ];
1230
+ export var EFSMountFailureException = [-3, n0, _EFSMFE, { [_e]: _c, [_hE]: 403 }, [_Ty, _M], [0, 0]];
1372
1231
  TypeRegistry.for(n0).registerError(EFSMountFailureException, __EFSMountFailureException);
1373
- export var EFSMountTimeoutException = [
1374
- -3,
1375
- n0,
1376
- _EFSMTE,
1377
- {
1378
- [_e]: _c,
1379
- [_hE]: 408,
1380
- },
1381
- [_Ty, _M],
1382
- [0, 0],
1383
- ];
1232
+ export var EFSMountTimeoutException = [-3, n0, _EFSMTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
1384
1233
  TypeRegistry.for(n0).registerError(EFSMountTimeoutException, __EFSMountTimeoutException);
1385
1234
  export var ENILimitReachedException = [
1386
1235
  -3,
1387
1236
  n0,
1388
1237
  _ENILRE,
1389
- {
1390
- [_e]: _se,
1391
- [_hE]: 502,
1392
- },
1238
+ { [_e]: _se, [_hE]: 502 },
1393
1239
  [_Ty, _M],
1394
1240
  [0, 0],
1395
1241
  ];
@@ -1710,10 +1556,7 @@ export var FunctionVersionsPerCapacityProviderLimitExceededException = [
1710
1556
  -3,
1711
1557
  n0,
1712
1558
  _FVPCPLEE,
1713
- {
1714
- [_e]: _c,
1715
- [_hE]: 400,
1716
- },
1559
+ { [_e]: _c, [_hE]: 400 },
1717
1560
  [_Ty, _m],
1718
1561
  [0, 0],
1719
1562
  ];
@@ -1750,30 +1593,10 @@ export var GetDurableExecutionHistoryRequest = [
1750
1593
  [_DEA, _IED, _MI, _Ma, _RO],
1751
1594
  [
1752
1595
  [0, 1],
1753
- [
1754
- 2,
1755
- {
1756
- [_hQ]: _IED,
1757
- },
1758
- ],
1759
- [
1760
- 1,
1761
- {
1762
- [_hQ]: _MI,
1763
- },
1764
- ],
1765
- [
1766
- 0,
1767
- {
1768
- [_hQ]: _Ma,
1769
- },
1770
- ],
1771
- [
1772
- 2,
1773
- {
1774
- [_hQ]: _RO,
1775
- },
1776
- ],
1596
+ [2, { [_hQ]: _IED }],
1597
+ [1, { [_hQ]: _MI }],
1598
+ [0, { [_hQ]: _Ma }],
1599
+ [2, { [_hQ]: _RO }],
1777
1600
  ],
1778
1601
  ];
1779
1602
  export var GetDurableExecutionHistoryResponse = [
@@ -1801,24 +1624,9 @@ export var GetDurableExecutionStateRequest = [
1801
1624
  [_DEA, _CT, _Ma, _MI],
1802
1625
  [
1803
1626
  [0, 1],
1804
- [
1805
- 0,
1806
- {
1807
- [_hQ]: _CT,
1808
- },
1809
- ],
1810
- [
1811
- 0,
1812
- {
1813
- [_hQ]: _Ma,
1814
- },
1815
- ],
1816
- [
1817
- 1,
1818
- {
1819
- [_hQ]: _MI,
1820
- },
1821
- ],
1627
+ [0, { [_hQ]: _CT }],
1628
+ [0, { [_hQ]: _Ma }],
1629
+ [1, { [_hQ]: _MI }],
1822
1630
  ],
1823
1631
  ];
1824
1632
  export var GetDurableExecutionStateResponse = [
@@ -1842,12 +1650,7 @@ export var GetFunctionConfigurationRequest = [
1842
1650
  [_FN, _Q],
1843
1651
  [
1844
1652
  [0, 1],
1845
- [
1846
- 0,
1847
- {
1848
- [_hQ]: _Q,
1849
- },
1850
- ],
1653
+ [0, { [_hQ]: _Q }],
1851
1654
  ],
1852
1655
  ];
1853
1656
  export var GetFunctionEventInvokeConfigRequest = [
@@ -1858,12 +1661,7 @@ export var GetFunctionEventInvokeConfigRequest = [
1858
1661
  [_FN, _Q],
1859
1662
  [
1860
1663
  [0, 1],
1861
- [
1862
- 0,
1863
- {
1864
- [_hQ]: _Q,
1865
- },
1866
- ],
1664
+ [0, { [_hQ]: _Q }],
1867
1665
  ],
1868
1666
  ];
1869
1667
  export var GetFunctionRecursionConfigRequest = [3, n0, _GFRCR, 0, [_FN], [[0, 1]]];
@@ -1876,12 +1674,7 @@ export var GetFunctionRequest = [
1876
1674
  [_FN, _Q],
1877
1675
  [
1878
1676
  [0, 1],
1879
- [
1880
- 0,
1881
- {
1882
- [_hQ]: _Q,
1883
- },
1884
- ],
1677
+ [0, { [_hQ]: _Q }],
1885
1678
  ],
1886
1679
  ];
1887
1680
  export var GetFunctionResponse = [
@@ -1900,12 +1693,7 @@ export var GetFunctionScalingConfigRequest = [
1900
1693
  [_FN, _Q],
1901
1694
  [
1902
1695
  [0, 1],
1903
- [
1904
- 0,
1905
- {
1906
- [_hQ]: _Q,
1907
- },
1908
- ],
1696
+ [0, { [_hQ]: _Q }],
1909
1697
  ],
1910
1698
  ];
1911
1699
  export var GetFunctionScalingConfigResponse = [
@@ -1924,12 +1712,7 @@ export var GetFunctionUrlConfigRequest = [
1924
1712
  [_FN, _Q],
1925
1713
  [
1926
1714
  [0, 1],
1927
- [
1928
- 0,
1929
- {
1930
- [_hQ]: _Q,
1931
- },
1932
- ],
1715
+ [0, { [_hQ]: _Q }],
1933
1716
  ],
1934
1717
  ];
1935
1718
  export var GetFunctionUrlConfigResponse = [
@@ -1940,21 +1723,7 @@ export var GetFunctionUrlConfigResponse = [
1940
1723
  [_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
1941
1724
  [0, 0, 0, () => Cors, 0, 0, 0],
1942
1725
  ];
1943
- export var GetLayerVersionByArnRequest = [
1944
- 3,
1945
- n0,
1946
- _GLVBAR,
1947
- 0,
1948
- [_Arn],
1949
- [
1950
- [
1951
- 0,
1952
- {
1953
- [_hQ]: _Arn,
1954
- },
1955
- ],
1956
- ],
1957
- ];
1726
+ export var GetLayerVersionByArnRequest = [3, n0, _GLVBAR, 0, [_Arn], [[0, { [_hQ]: _Arn }]]];
1958
1727
  export var GetLayerVersionPolicyRequest = [
1959
1728
  3,
1960
1729
  n0,
@@ -1994,12 +1763,7 @@ export var GetPolicyRequest = [
1994
1763
  [_FN, _Q],
1995
1764
  [
1996
1765
  [0, 1],
1997
- [
1998
- 0,
1999
- {
2000
- [_hQ]: _Q,
2001
- },
2002
- ],
1766
+ [0, { [_hQ]: _Q }],
2003
1767
  ],
2004
1768
  ];
2005
1769
  export var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po, _RI], [0, 0]];
@@ -2011,12 +1775,7 @@ export var GetProvisionedConcurrencyConfigRequest = [
2011
1775
  [_FN, _Q],
2012
1776
  [
2013
1777
  [0, 1],
2014
- [
2015
- 0,
2016
- {
2017
- [_hQ]: _Q,
2018
- },
2019
- ],
1778
+ [0, { [_hQ]: _Q }],
2020
1779
  ],
2021
1780
  ];
2022
1781
  export var GetProvisionedConcurrencyConfigResponse = [
@@ -2035,12 +1794,7 @@ export var GetRuntimeManagementConfigRequest = [
2035
1794
  [_FN, _Q],
2036
1795
  [
2037
1796
  [0, 1],
2038
- [
2039
- 0,
2040
- {
2041
- [_hQ]: _Q,
2042
- },
2043
- ],
1797
+ [0, { [_hQ]: _Q }],
2044
1798
  ],
2045
1799
  ];
2046
1800
  export var GetRuntimeManagementConfigResponse = [
@@ -2066,10 +1820,7 @@ export var InvalidCodeSignatureException = [
2066
1820
  -3,
2067
1821
  n0,
2068
1822
  _ICSE,
2069
- {
2070
- [_e]: _c,
2071
- [_hE]: 400,
2072
- },
1823
+ { [_e]: _c, [_hE]: 400 },
2073
1824
  [_Ty, _M],
2074
1825
  [0, 0],
2075
1826
  ];
@@ -2078,10 +1829,7 @@ export var InvalidParameterValueException = [
2078
1829
  -3,
2079
1830
  n0,
2080
1831
  _IPVE,
2081
- {
2082
- [_e]: _c,
2083
- [_hE]: 400,
2084
- },
1832
+ { [_e]: _c, [_hE]: 400 },
2085
1833
  [_Ty, _m],
2086
1834
  [0, 0],
2087
1835
  ];
@@ -2090,61 +1838,25 @@ export var InvalidRequestContentException = [
2090
1838
  -3,
2091
1839
  n0,
2092
1840
  _IRCE,
2093
- {
2094
- [_e]: _c,
2095
- [_hE]: 400,
2096
- },
1841
+ { [_e]: _c, [_hE]: 400 },
2097
1842
  [_Ty, _m],
2098
1843
  [0, 0],
2099
1844
  ];
2100
1845
  TypeRegistry.for(n0).registerError(InvalidRequestContentException, __InvalidRequestContentException);
2101
- export var InvalidRuntimeException = [
2102
- -3,
2103
- n0,
2104
- _IRE,
2105
- {
2106
- [_e]: _se,
2107
- [_hE]: 502,
2108
- },
2109
- [_Ty, _M],
2110
- [0, 0],
2111
- ];
1846
+ export var InvalidRuntimeException = [-3, n0, _IRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2112
1847
  TypeRegistry.for(n0).registerError(InvalidRuntimeException, __InvalidRuntimeException);
2113
1848
  export var InvalidSecurityGroupIDException = [
2114
1849
  -3,
2115
1850
  n0,
2116
1851
  _ISGIDE,
2117
- {
2118
- [_e]: _se,
2119
- [_hE]: 502,
2120
- },
1852
+ { [_e]: _se, [_hE]: 502 },
2121
1853
  [_Ty, _M],
2122
1854
  [0, 0],
2123
1855
  ];
2124
1856
  TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException, __InvalidSecurityGroupIDException);
2125
- export var InvalidSubnetIDException = [
2126
- -3,
2127
- n0,
2128
- _ISIDE,
2129
- {
2130
- [_e]: _se,
2131
- [_hE]: 502,
2132
- },
2133
- [_Ty, _M],
2134
- [0, 0],
2135
- ];
1857
+ export var InvalidSubnetIDException = [-3, n0, _ISIDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2136
1858
  TypeRegistry.for(n0).registerError(InvalidSubnetIDException, __InvalidSubnetIDException);
2137
- export var InvalidZipFileException = [
2138
- -3,
2139
- n0,
2140
- _IZFE,
2141
- {
2142
- [_e]: _se,
2143
- [_hE]: 502,
2144
- },
2145
- [_Ty, _M],
2146
- [0, 0],
2147
- ];
1859
+ export var InvalidZipFileException = [-3, n0, _IZFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2148
1860
  TypeRegistry.for(n0).registerError(InvalidZipFileException, __InvalidZipFileException);
2149
1861
  export var InvocationCompletedDetails = [
2150
1862
  3,
@@ -2162,43 +1874,13 @@ export var InvocationRequest = [
2162
1874
  [_FN, _IT, _LT, _CC, _DEN, _Pa, _Q, _TI],
2163
1875
  [
2164
1876
  [0, 1],
2165
- [
2166
- 0,
2167
- {
2168
- [_hH]: _XAIT,
2169
- },
2170
- ],
2171
- [
2172
- 0,
2173
- {
2174
- [_hH]: _XALT,
2175
- },
2176
- ],
2177
- [
2178
- 0,
2179
- {
2180
- [_hH]: _XACC,
2181
- },
2182
- ],
2183
- [
2184
- 0,
2185
- {
2186
- [_hH]: _XADEN,
2187
- },
2188
- ],
1877
+ [0, { [_hH]: _XAIT }],
1878
+ [0, { [_hH]: _XALT }],
1879
+ [0, { [_hH]: _XACC }],
1880
+ [0, { [_hH]: _XADEN }],
2189
1881
  [() => _Blob, 16],
2190
- [
2191
- 0,
2192
- {
2193
- [_hQ]: _Q,
2194
- },
2195
- ],
2196
- [
2197
- 0,
2198
- {
2199
- [_hH]: _XATI,
2200
- },
2201
- ],
1882
+ [0, { [_hQ]: _Q }],
1883
+ [0, { [_hH]: _XATI }],
2202
1884
  ],
2203
1885
  ];
2204
1886
  export var InvocationResponse = [
@@ -2209,31 +1891,11 @@ export var InvocationResponse = [
2209
1891
  [_SCt, _FE, _LR, _Pa, _EV, _DEA],
2210
1892
  [
2211
1893
  [1, 32],
2212
- [
2213
- 0,
2214
- {
2215
- [_hH]: _XAFE,
2216
- },
2217
- ],
2218
- [
2219
- 0,
2220
- {
2221
- [_hH]: _XALR,
2222
- },
2223
- ],
1894
+ [0, { [_hH]: _XAFE }],
1895
+ [0, { [_hH]: _XALR }],
2224
1896
  [() => _Blob, 16],
2225
- [
2226
- 0,
2227
- {
2228
- [_hH]: _XAEV,
2229
- },
2230
- ],
2231
- [
2232
- 0,
2233
- {
2234
- [_hH]: _XADEA,
2235
- },
2236
- ],
1897
+ [0, { [_hH]: _XAEV }],
1898
+ [0, { [_hH]: _XADEA }],
2237
1899
  ],
2238
1900
  ];
2239
1901
  export var InvokeAsyncRequest = [
@@ -2248,21 +1910,7 @@ export var InvokeAsyncRequest = [
2248
1910
  ],
2249
1911
  ];
2250
1912
  export var InvokeAsyncResponse = [3, n0, _IARn, 0, [_Sta], [[1, 32]]];
2251
- export var InvokeResponseStreamUpdate = [
2252
- 3,
2253
- n0,
2254
- _IRSU,
2255
- 0,
2256
- [_Pa],
2257
- [
2258
- [
2259
- () => _Blob,
2260
- {
2261
- [_eP]: 1,
2262
- },
2263
- ],
2264
- ],
2265
- ];
1913
+ export var InvokeResponseStreamUpdate = [3, n0, _IRSU, 0, [_Pa], [[() => _Blob, { [_eP]: 1 }]]];
2266
1914
  export var InvokeWithResponseStreamCompleteEvent = [
2267
1915
  3,
2268
1916
  n0,
@@ -2279,37 +1927,12 @@ export var InvokeWithResponseStreamRequest = [
2279
1927
  [_FN, _IT, _LT, _CC, _Q, _Pa, _TI],
2280
1928
  [
2281
1929
  [0, 1],
2282
- [
2283
- 0,
2284
- {
2285
- [_hH]: _XAIT,
2286
- },
2287
- ],
2288
- [
2289
- 0,
2290
- {
2291
- [_hH]: _XALT,
2292
- },
2293
- ],
2294
- [
2295
- 0,
2296
- {
2297
- [_hH]: _XACC,
2298
- },
2299
- ],
2300
- [
2301
- 0,
2302
- {
2303
- [_hQ]: _Q,
2304
- },
2305
- ],
1930
+ [0, { [_hH]: _XAIT }],
1931
+ [0, { [_hH]: _XALT }],
1932
+ [0, { [_hH]: _XACC }],
1933
+ [0, { [_hQ]: _Q }],
2306
1934
  [() => _Blob, 16],
2307
- [
2308
- 0,
2309
- {
2310
- [_hH]: _XATI,
2311
- },
2312
- ],
1935
+ [0, { [_hH]: _XATI }],
2313
1936
  ],
2314
1937
  ];
2315
1938
  export var InvokeWithResponseStreamResponse = [
@@ -2320,19 +1943,9 @@ export var InvokeWithResponseStreamResponse = [
2320
1943
  [_SCt, _EV, _ESv, _RSCT],
2321
1944
  [
2322
1945
  [1, 32],
2323
- [
2324
- 0,
2325
- {
2326
- [_hH]: _XAEV,
2327
- },
2328
- ],
1946
+ [0, { [_hH]: _XAEV }],
2329
1947
  [() => InvokeWithResponseStreamResponseEvent, 16],
2330
- [
2331
- 0,
2332
- {
2333
- [_hH]: _CT_,
2334
- },
2335
- ],
1948
+ [0, { [_hH]: _CT_ }],
2336
1949
  ],
2337
1950
  ];
2338
1951
  export var KafkaSchemaRegistryAccessConfig = [3, n0, _KSRAC, 0, [_Ty, _URI], [0, 0]];
@@ -2349,49 +1962,23 @@ export var KMSAccessDeniedException = [
2349
1962
  -3,
2350
1963
  n0,
2351
1964
  _KMSADE,
2352
- {
2353
- [_e]: _se,
2354
- [_hE]: 502,
2355
- },
1965
+ { [_e]: _se, [_hE]: 502 },
2356
1966
  [_Ty, _M],
2357
1967
  [0, 0],
2358
1968
  ];
2359
1969
  TypeRegistry.for(n0).registerError(KMSAccessDeniedException, __KMSAccessDeniedException);
2360
- export var KMSDisabledException = [
2361
- -3,
2362
- n0,
2363
- _KMSDE,
2364
- {
2365
- [_e]: _se,
2366
- [_hE]: 502,
2367
- },
2368
- [_Ty, _M],
2369
- [0, 0],
2370
- ];
1970
+ export var KMSDisabledException = [-3, n0, _KMSDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2371
1971
  TypeRegistry.for(n0).registerError(KMSDisabledException, __KMSDisabledException);
2372
1972
  export var KMSInvalidStateException = [
2373
1973
  -3,
2374
1974
  n0,
2375
1975
  _KMSISE,
2376
- {
2377
- [_e]: _se,
2378
- [_hE]: 502,
2379
- },
1976
+ { [_e]: _se, [_hE]: 502 },
2380
1977
  [_Ty, _M],
2381
1978
  [0, 0],
2382
1979
  ];
2383
1980
  TypeRegistry.for(n0).registerError(KMSInvalidStateException, __KMSInvalidStateException);
2384
- export var KMSNotFoundException = [
2385
- -3,
2386
- n0,
2387
- _KMSNFE,
2388
- {
2389
- [_e]: _se,
2390
- [_hE]: 502,
2391
- },
2392
- [_Ty, _M],
2393
- [0, 0],
2394
- ];
1981
+ export var KMSNotFoundException = [-3, n0, _KMSNFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2395
1982
  TypeRegistry.for(n0).registerError(KMSNotFoundException, __KMSNotFoundException);
2396
1983
  export var LambdaManagedInstancesCapacityProviderConfig = [
2397
1984
  3,
@@ -2442,24 +2029,9 @@ export var ListAliasesRequest = [
2442
2029
  [_FN, _FV, _Ma, _MI],
2443
2030
  [
2444
2031
  [0, 1],
2445
- [
2446
- 0,
2447
- {
2448
- [_hQ]: _FV,
2449
- },
2450
- ],
2451
- [
2452
- 0,
2453
- {
2454
- [_hQ]: _Ma,
2455
- },
2456
- ],
2457
- [
2458
- 1,
2459
- {
2460
- [_hQ]: _MI,
2461
- },
2462
- ],
2032
+ [0, { [_hQ]: _FV }],
2033
+ [0, { [_hQ]: _Ma }],
2034
+ [1, { [_hQ]: _MI }],
2463
2035
  ],
2464
2036
  ];
2465
2037
  export var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
@@ -2470,24 +2042,9 @@ export var ListCapacityProvidersRequest = [
2470
2042
  0,
2471
2043
  [_St, _Ma, _MI],
2472
2044
  [
2473
- [
2474
- 0,
2475
- {
2476
- [_hQ]: _St,
2477
- },
2478
- ],
2479
- [
2480
- 0,
2481
- {
2482
- [_hQ]: _Ma,
2483
- },
2484
- ],
2485
- [
2486
- 1,
2487
- {
2488
- [_hQ]: _MI,
2489
- },
2490
- ],
2045
+ [0, { [_hQ]: _St }],
2046
+ [0, { [_hQ]: _Ma }],
2047
+ [1, { [_hQ]: _MI }],
2491
2048
  ],
2492
2049
  ];
2493
2050
  export var ListCapacityProvidersResponse = [
@@ -2505,18 +2062,8 @@ export var ListCodeSigningConfigsRequest = [
2505
2062
  0,
2506
2063
  [_Ma, _MI],
2507
2064
  [
2508
- [
2509
- 0,
2510
- {
2511
- [_hQ]: _Ma,
2512
- },
2513
- ],
2514
- [
2515
- 1,
2516
- {
2517
- [_hQ]: _MI,
2518
- },
2519
- ],
2065
+ [0, { [_hQ]: _Ma }],
2066
+ [1, { [_hQ]: _MI }],
2520
2067
  ],
2521
2068
  ];
2522
2069
  export var ListCodeSigningConfigsResponse = [
@@ -2535,54 +2082,14 @@ export var ListDurableExecutionsByFunctionRequest = [
2535
2082
  [_FN, _Q, _DEN, _Stat, _SAt, _SBt, _RO, _Ma, _MI],
2536
2083
  [
2537
2084
  [0, 1],
2538
- [
2539
- 0,
2540
- {
2541
- [_hQ]: _Q,
2542
- },
2543
- ],
2544
- [
2545
- 0,
2546
- {
2547
- [_hQ]: _DEN,
2548
- },
2549
- ],
2550
- [
2551
- 64 | 0,
2552
- {
2553
- [_hQ]: _Stat,
2554
- },
2555
- ],
2556
- [
2557
- 4,
2558
- {
2559
- [_hQ]: _SAt,
2560
- },
2561
- ],
2562
- [
2563
- 4,
2564
- {
2565
- [_hQ]: _SBt,
2566
- },
2567
- ],
2568
- [
2569
- 2,
2570
- {
2571
- [_hQ]: _RO,
2572
- },
2573
- ],
2574
- [
2575
- 0,
2576
- {
2577
- [_hQ]: _Ma,
2578
- },
2579
- ],
2580
- [
2581
- 1,
2582
- {
2583
- [_hQ]: _MI,
2584
- },
2585
- ],
2085
+ [0, { [_hQ]: _Q }],
2086
+ [0, { [_hQ]: _DEN }],
2087
+ [64 | 0, { [_hQ]: _Stat }],
2088
+ [4, { [_hQ]: _SAt }],
2089
+ [4, { [_hQ]: _SBt }],
2090
+ [2, { [_hQ]: _RO }],
2091
+ [0, { [_hQ]: _Ma }],
2092
+ [1, { [_hQ]: _MI }],
2586
2093
  ],
2587
2094
  ];
2588
2095
  export var ListDurableExecutionsByFunctionResponse = [
@@ -2600,30 +2107,10 @@ export var ListEventSourceMappingsRequest = [
2600
2107
  0,
2601
2108
  [_ESA, _FN, _Ma, _MI],
2602
2109
  [
2603
- [
2604
- 0,
2605
- {
2606
- [_hQ]: _ESA,
2607
- },
2608
- ],
2609
- [
2610
- 0,
2611
- {
2612
- [_hQ]: _FN,
2613
- },
2614
- ],
2615
- [
2616
- 0,
2617
- {
2618
- [_hQ]: _Ma,
2619
- },
2620
- ],
2621
- [
2622
- 1,
2623
- {
2624
- [_hQ]: _MI,
2625
- },
2626
- ],
2110
+ [0, { [_hQ]: _ESA }],
2111
+ [0, { [_hQ]: _FN }],
2112
+ [0, { [_hQ]: _Ma }],
2113
+ [1, { [_hQ]: _MI }],
2627
2114
  ],
2628
2115
  ];
2629
2116
  export var ListEventSourceMappingsResponse = [
@@ -2642,18 +2129,8 @@ export var ListFunctionEventInvokeConfigsRequest = [
2642
2129
  [_FN, _Ma, _MI],
2643
2130
  [
2644
2131
  [0, 1],
2645
- [
2646
- 0,
2647
- {
2648
- [_hQ]: _Ma,
2649
- },
2650
- ],
2651
- [
2652
- 1,
2653
- {
2654
- [_hQ]: _MI,
2655
- },
2656
- ],
2132
+ [0, { [_hQ]: _Ma }],
2133
+ [1, { [_hQ]: _MI }],
2657
2134
  ],
2658
2135
  ];
2659
2136
  export var ListFunctionEventInvokeConfigsResponse = [
@@ -2672,18 +2149,8 @@ export var ListFunctionsByCodeSigningConfigRequest = [
2672
2149
  [_CSCA, _Ma, _MI],
2673
2150
  [
2674
2151
  [0, 1],
2675
- [
2676
- 0,
2677
- {
2678
- [_hQ]: _Ma,
2679
- },
2680
- ],
2681
- [
2682
- 1,
2683
- {
2684
- [_hQ]: _MI,
2685
- },
2686
- ],
2152
+ [0, { [_hQ]: _Ma }],
2153
+ [1, { [_hQ]: _MI }],
2687
2154
  ],
2688
2155
  ];
2689
2156
  export var ListFunctionsByCodeSigningConfigResponse = [
@@ -2701,30 +2168,10 @@ export var ListFunctionsRequest = [
2701
2168
  0,
2702
2169
  [_MR, _FV, _Ma, _MI],
2703
2170
  [
2704
- [
2705
- 0,
2706
- {
2707
- [_hQ]: _MR,
2708
- },
2709
- ],
2710
- [
2711
- 0,
2712
- {
2713
- [_hQ]: _FV,
2714
- },
2715
- ],
2716
- [
2717
- 0,
2718
- {
2719
- [_hQ]: _Ma,
2720
- },
2721
- ],
2722
- [
2723
- 1,
2724
- {
2725
- [_hQ]: _MI,
2726
- },
2727
- ],
2171
+ [0, { [_hQ]: _MR }],
2172
+ [0, { [_hQ]: _FV }],
2173
+ [0, { [_hQ]: _Ma }],
2174
+ [1, { [_hQ]: _MI }],
2728
2175
  ],
2729
2176
  ];
2730
2177
  export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_NM, _Fu], [0, [() => FunctionList, 0]]];
@@ -2736,18 +2183,8 @@ export var ListFunctionUrlConfigsRequest = [
2736
2183
  [_FN, _Ma, _MI],
2737
2184
  [
2738
2185
  [0, 1],
2739
- [
2740
- 0,
2741
- {
2742
- [_hQ]: _Ma,
2743
- },
2744
- ],
2745
- [
2746
- 1,
2747
- {
2748
- [_hQ]: _MI,
2749
- },
2750
- ],
2186
+ [0, { [_hQ]: _Ma }],
2187
+ [1, { [_hQ]: _MI }],
2751
2188
  ],
2752
2189
  ];
2753
2190
  export var ListFunctionUrlConfigsResponse = [
@@ -2766,18 +2203,8 @@ export var ListFunctionVersionsByCapacityProviderRequest = [
2766
2203
  [_CPN, _Ma, _MI],
2767
2204
  [
2768
2205
  [0, 1],
2769
- [
2770
- 0,
2771
- {
2772
- [_hQ]: _Ma,
2773
- },
2774
- ],
2775
- [
2776
- 1,
2777
- {
2778
- [_hQ]: _MI,
2779
- },
2780
- ],
2206
+ [0, { [_hQ]: _Ma }],
2207
+ [1, { [_hQ]: _MI }],
2781
2208
  ],
2782
2209
  ];
2783
2210
  export var ListFunctionVersionsByCapacityProviderResponse = [
@@ -2795,30 +2222,10 @@ export var ListLayersRequest = [
2795
2222
  0,
2796
2223
  [_CRo, _Ma, _MI, _CAo],
2797
2224
  [
2798
- [
2799
- 0,
2800
- {
2801
- [_hQ]: _CRo,
2802
- },
2803
- ],
2804
- [
2805
- 0,
2806
- {
2807
- [_hQ]: _Ma,
2808
- },
2809
- ],
2810
- [
2811
- 1,
2812
- {
2813
- [_hQ]: _MI,
2814
- },
2815
- ],
2816
- [
2817
- 0,
2818
- {
2819
- [_hQ]: _CAo,
2820
- },
2821
- ],
2225
+ [0, { [_hQ]: _CRo }],
2226
+ [0, { [_hQ]: _Ma }],
2227
+ [1, { [_hQ]: _MI }],
2228
+ [0, { [_hQ]: _CAo }],
2822
2229
  ],
2823
2230
  ];
2824
2231
  export var ListLayersResponse = [3, n0, _LLRi, 0, [_NM, _L], [0, () => LayersList]];
@@ -2829,31 +2236,11 @@ export var ListLayerVersionsRequest = [
2829
2236
  0,
2830
2237
  [_CRo, _LN, _Ma, _MI, _CAo],
2831
2238
  [
2832
- [
2833
- 0,
2834
- {
2835
- [_hQ]: _CRo,
2836
- },
2837
- ],
2239
+ [0, { [_hQ]: _CRo }],
2838
2240
  [0, 1],
2839
- [
2840
- 0,
2841
- {
2842
- [_hQ]: _Ma,
2843
- },
2844
- ],
2845
- [
2846
- 1,
2847
- {
2848
- [_hQ]: _MI,
2849
- },
2850
- ],
2851
- [
2852
- 0,
2853
- {
2854
- [_hQ]: _CAo,
2855
- },
2856
- ],
2241
+ [0, { [_hQ]: _Ma }],
2242
+ [1, { [_hQ]: _MI }],
2243
+ [0, { [_hQ]: _CAo }],
2857
2244
  ],
2858
2245
  ];
2859
2246
  export var ListLayerVersionsResponse = [
@@ -2872,18 +2259,8 @@ export var ListProvisionedConcurrencyConfigsRequest = [
2872
2259
  [_FN, _Ma, _MI],
2873
2260
  [
2874
2261
  [0, 1],
2875
- [
2876
- 0,
2877
- {
2878
- [_hQ]: _Ma,
2879
- },
2880
- ],
2881
- [
2882
- 1,
2883
- {
2884
- [_hQ]: _MI,
2885
- },
2886
- ],
2262
+ [0, { [_hQ]: _Ma }],
2263
+ [1, { [_hQ]: _MI }],
2887
2264
  ],
2888
2265
  ];
2889
2266
  export var ListProvisionedConcurrencyConfigsResponse = [
@@ -2904,18 +2281,8 @@ export var ListVersionsByFunctionRequest = [
2904
2281
  [_FN, _Ma, _MI],
2905
2282
  [
2906
2283
  [0, 1],
2907
- [
2908
- 0,
2909
- {
2910
- [_hQ]: _Ma,
2911
- },
2912
- ],
2913
- [
2914
- 1,
2915
- {
2916
- [_hQ]: _MI,
2917
- },
2918
- ],
2284
+ [0, { [_hQ]: _Ma }],
2285
+ [1, { [_hQ]: _MI }],
2919
2286
  ],
2920
2287
  ];
2921
2288
  export var ListVersionsByFunctionResponse = [
@@ -2931,10 +2298,7 @@ export var NoPublishedVersionException = [
2931
2298
  -3,
2932
2299
  n0,
2933
2300
  _NPVE,
2934
- {
2935
- [_e]: _c,
2936
- [_hE]: 400,
2937
- },
2301
+ { [_e]: _c, [_hE]: 400 },
2938
2302
  [_Ty, _M],
2939
2303
  [0, 0],
2940
2304
  ];
@@ -2990,25 +2354,12 @@ export var PolicyLengthExceededException = [
2990
2354
  -3,
2991
2355
  n0,
2992
2356
  _PLEE,
2993
- {
2994
- [_e]: _c,
2995
- [_hE]: 400,
2996
- },
2357
+ { [_e]: _c, [_hE]: 400 },
2997
2358
  [_Ty, _m],
2998
2359
  [0, 0],
2999
2360
  ];
3000
2361
  TypeRegistry.for(n0).registerError(PolicyLengthExceededException, __PolicyLengthExceededException);
3001
- export var PreconditionFailedException = [
3002
- -3,
3003
- n0,
3004
- _PFE,
3005
- {
3006
- [_e]: _c,
3007
- [_hE]: 412,
3008
- },
3009
- [_Ty, _m],
3010
- [0, 0],
3011
- ];
2362
+ export var PreconditionFailedException = [-3, n0, _PFE, { [_e]: _c, [_hE]: 412 }, [_Ty, _m], [0, 0]];
3012
2363
  TypeRegistry.for(n0).registerError(PreconditionFailedException, __PreconditionFailedException);
3013
2364
  export var ProvisionedConcurrencyConfigListItem = [
3014
2365
  3,
@@ -3022,10 +2373,7 @@ export var ProvisionedConcurrencyConfigNotFoundException = [
3022
2373
  -3,
3023
2374
  n0,
3024
2375
  _PCCNFE,
3025
- {
3026
- [_e]: _c,
3027
- [_hE]: 404,
3028
- },
2376
+ { [_e]: _c, [_hE]: 404 },
3029
2377
  [_Ty, _m],
3030
2378
  [0, 0],
3031
2379
  ];
@@ -3064,18 +2412,7 @@ export var PutFunctionEventInvokeConfigRequest = [
3064
2412
  _PFEICR,
3065
2413
  0,
3066
2414
  [_FN, _Q, _MRA, _MEAIS, _DC],
3067
- [
3068
- [0, 1],
3069
- [
3070
- 0,
3071
- {
3072
- [_hQ]: _Q,
3073
- },
3074
- ],
3075
- 1,
3076
- 1,
3077
- () => DestinationConfig,
3078
- ],
2415
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
3079
2416
  ];
3080
2417
  export var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
3081
2418
  export var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
@@ -3085,16 +2422,7 @@ export var PutFunctionScalingConfigRequest = [
3085
2422
  _PFSCR,
3086
2423
  0,
3087
2424
  [_FN, _Q, _FSCu],
3088
- [
3089
- [0, 1],
3090
- [
3091
- 0,
3092
- {
3093
- [_hQ]: _Q,
3094
- },
3095
- ],
3096
- () => FunctionScalingConfig,
3097
- ],
2425
+ [[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig],
3098
2426
  ];
3099
2427
  export var PutFunctionScalingConfigResponse = [3, n0, _PFSCRu, 0, [_FS], [0]];
3100
2428
  export var PutProvisionedConcurrencyConfigRequest = [
@@ -3103,16 +2431,7 @@ export var PutProvisionedConcurrencyConfigRequest = [
3103
2431
  _PPCCR,
3104
2432
  0,
3105
2433
  [_FN, _Q, _PCE],
3106
- [
3107
- [0, 1],
3108
- [
3109
- 0,
3110
- {
3111
- [_hQ]: _Q,
3112
- },
3113
- ],
3114
- 1,
3115
- ],
2434
+ [[0, 1], [0, { [_hQ]: _Q }], 1],
3116
2435
  ];
3117
2436
  export var PutProvisionedConcurrencyConfigResponse = [
3118
2437
  3,
@@ -3128,17 +2447,7 @@ export var PutRuntimeManagementConfigRequest = [
3128
2447
  _PRMCR,
3129
2448
  0,
3130
2449
  [_FN, _Q, _URO, _RVA],
3131
- [
3132
- [0, 1],
3133
- [
3134
- 0,
3135
- {
3136
- [_hQ]: _Q,
3137
- },
3138
- ],
3139
- 0,
3140
- 0,
3141
- ],
2450
+ [[0, 1], [0, { [_hQ]: _Q }], 0, 0],
3142
2451
  ];
3143
2452
  export var PutRuntimeManagementConfigResponse = [
3144
2453
  3,
@@ -3152,10 +2461,7 @@ export var RecursiveInvocationException = [
3152
2461
  -3,
3153
2462
  n0,
3154
2463
  _RIE,
3155
- {
3156
- [_e]: _c,
3157
- [_hE]: 400,
3158
- },
2464
+ { [_e]: _c, [_hE]: 400 },
3159
2465
  [_Ty, _M],
3160
2466
  [0, 0],
3161
2467
  ];
@@ -3170,12 +2476,7 @@ export var RemoveLayerVersionPermissionRequest = [
3170
2476
  [0, 1],
3171
2477
  [1, 1],
3172
2478
  [0, 1],
3173
- [
3174
- 0,
3175
- {
3176
- [_hQ]: _RI,
3177
- },
3178
- ],
2479
+ [0, { [_hQ]: _RI }],
3179
2480
  ],
3180
2481
  ];
3181
2482
  export var RemovePermissionRequest = [
@@ -3187,79 +2488,19 @@ export var RemovePermissionRequest = [
3187
2488
  [
3188
2489
  [0, 1],
3189
2490
  [0, 1],
3190
- [
3191
- 0,
3192
- {
3193
- [_hQ]: _Q,
3194
- },
3195
- ],
3196
- [
3197
- 0,
3198
- {
3199
- [_hQ]: _RI,
3200
- },
3201
- ],
2491
+ [0, { [_hQ]: _Q }],
2492
+ [0, { [_hQ]: _RI }],
3202
2493
  ],
3203
2494
  ];
3204
- export var RequestTooLargeException = [
3205
- -3,
3206
- n0,
3207
- _RTLE,
3208
- {
3209
- [_e]: _c,
3210
- [_hE]: 413,
3211
- },
3212
- [_Ty, _m],
3213
- [0, 0],
3214
- ];
2495
+ export var RequestTooLargeException = [-3, n0, _RTLE, { [_e]: _c, [_hE]: 413 }, [_Ty, _m], [0, 0]];
3215
2496
  TypeRegistry.for(n0).registerError(RequestTooLargeException, __RequestTooLargeException);
3216
- export var ResourceConflictException = [
3217
- -3,
3218
- n0,
3219
- _RCEe,
3220
- {
3221
- [_e]: _c,
3222
- [_hE]: 409,
3223
- },
3224
- [_Ty, _m],
3225
- [0, 0],
3226
- ];
2497
+ export var ResourceConflictException = [-3, n0, _RCEe, { [_e]: _c, [_hE]: 409 }, [_Ty, _m], [0, 0]];
3227
2498
  TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
3228
- export var ResourceInUseException = [
3229
- -3,
3230
- n0,
3231
- _RIUE,
3232
- {
3233
- [_e]: _c,
3234
- [_hE]: 400,
3235
- },
3236
- [_Ty, _M],
3237
- [0, 0],
3238
- ];
2499
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
3239
2500
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
3240
- export var ResourceNotFoundException = [
3241
- -3,
3242
- n0,
3243
- _RNFE,
3244
- {
3245
- [_e]: _c,
3246
- [_hE]: 404,
3247
- },
3248
- [_Ty, _M],
3249
- [0, 0],
3250
- ];
2501
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_Ty, _M], [0, 0]];
3251
2502
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
3252
- export var ResourceNotReadyException = [
3253
- -3,
3254
- n0,
3255
- _RNRE,
3256
- {
3257
- [_e]: _se,
3258
- [_hE]: 502,
3259
- },
3260
- [_Ty, _m],
3261
- [0, 0],
3262
- ];
2503
+ export var ResourceNotReadyException = [-3, n0, _RNRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _m], [0, 0]];
3263
2504
  TypeRegistry.for(n0).registerError(ResourceNotReadyException, __ResourceNotReadyException);
3264
2505
  export var RetryDetails = [3, n0, _RD, 0, [_CAu, _NADS], [1, 1]];
3265
2506
  export var RuntimeVersionConfig = [
@@ -3311,63 +2552,27 @@ export var SerializedRequestEntityTooLargeException = [
3311
2552
  -3,
3312
2553
  n0,
3313
2554
  _SRETLE,
3314
- {
3315
- [_e]: _c,
3316
- [_hE]: 413,
3317
- },
2555
+ { [_e]: _c, [_hE]: 413 },
3318
2556
  [_Ty, _m],
3319
2557
  [0, 0],
3320
2558
  ];
3321
2559
  TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException, __SerializedRequestEntityTooLargeException);
3322
- export var ServiceException = [
3323
- -3,
3324
- n0,
3325
- _SE,
3326
- {
3327
- [_e]: _se,
3328
- [_hE]: 500,
3329
- },
3330
- [_Ty, _M],
3331
- [0, 0],
3332
- ];
2560
+ export var ServiceException = [-3, n0, _SE, { [_e]: _se, [_hE]: 500 }, [_Ty, _M], [0, 0]];
3333
2561
  TypeRegistry.for(n0).registerError(ServiceException, __ServiceException);
3334
2562
  export var SnapStart = [3, n0, _SSn, 0, [_AOp], [0]];
3335
- export var SnapStartException = [
3336
- -3,
3337
- n0,
3338
- _SSE,
3339
- {
3340
- [_e]: _c,
3341
- [_hE]: 400,
3342
- },
3343
- [_Ty, _M],
3344
- [0, 0],
3345
- ];
2563
+ export var SnapStartException = [-3, n0, _SSE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
3346
2564
  TypeRegistry.for(n0).registerError(SnapStartException, __SnapStartException);
3347
2565
  export var SnapStartNotReadyException = [
3348
2566
  -3,
3349
2567
  n0,
3350
2568
  _SSNRE,
3351
- {
3352
- [_e]: _c,
3353
- [_hE]: 409,
3354
- },
2569
+ { [_e]: _c, [_hE]: 409 },
3355
2570
  [_Ty, _M],
3356
2571
  [0, 0],
3357
2572
  ];
3358
2573
  TypeRegistry.for(n0).registerError(SnapStartNotReadyException, __SnapStartNotReadyException);
3359
2574
  export var SnapStartResponse = [3, n0, _SSR, 0, [_AOp, _OSp], [0, 0]];
3360
- export var SnapStartTimeoutException = [
3361
- -3,
3362
- n0,
3363
- _SSTE,
3364
- {
3365
- [_e]: _c,
3366
- [_hE]: 408,
3367
- },
3368
- [_Ty, _M],
3369
- [0, 0],
3370
- ];
2575
+ export var SnapStartTimeoutException = [-3, n0, _SSTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
3371
2576
  TypeRegistry.for(n0).registerError(SnapStartTimeoutException, __SnapStartTimeoutException);
3372
2577
  export var SourceAccessConfiguration = [3, n0, _SACo, 0, [_Ty, _URI], [0, 0]];
3373
2578
  export var StepDetails = [
@@ -3412,10 +2617,7 @@ export var SubnetIPAddressLimitReachedException = [
3412
2617
  -3,
3413
2618
  n0,
3414
2619
  _SIPALRE,
3415
- {
3416
- [_e]: _se,
3417
- [_hE]: 502,
3418
- },
2620
+ { [_e]: _se, [_hE]: 502 },
3419
2621
  [_Ty, _M],
3420
2622
  [0, 0],
3421
2623
  ];
@@ -3428,22 +2630,9 @@ export var TooManyRequestsException = [
3428
2630
  -3,
3429
2631
  n0,
3430
2632
  _TMRE,
3431
- {
3432
- [_e]: _c,
3433
- [_hE]: 429,
3434
- },
2633
+ { [_e]: _c, [_hE]: 429 },
3435
2634
  [_rAS, _Ty, _m, _Rea],
3436
- [
3437
- [
3438
- 0,
3439
- {
3440
- [_hH]: _RA,
3441
- },
3442
- ],
3443
- 0,
3444
- 0,
3445
- 0,
3446
- ],
2635
+ [[0, { [_hH]: _RA }], 0, 0, 0],
3447
2636
  ];
3448
2637
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
3449
2638
  export var TraceHeader = [3, n0, _TH, 0, [_XATIm], [0]];
@@ -3453,10 +2642,7 @@ export var UnsupportedMediaTypeException = [
3453
2642
  -3,
3454
2643
  n0,
3455
2644
  _UMTE,
3456
- {
3457
- [_e]: _c,
3458
- [_hE]: 415,
3459
- },
2645
+ { [_e]: _c, [_hE]: 415 },
3460
2646
  [_Ty, _m],
3461
2647
  [0, 0],
3462
2648
  ];
@@ -3469,12 +2655,7 @@ export var UntagResourceRequest = [
3469
2655
  [_Re, _TK],
3470
2656
  [
3471
2657
  [0, 1],
3472
- [
3473
- 64 | 0,
3474
- {
3475
- [_hQ]: _tK,
3476
- },
3477
- ],
2658
+ [64 | 0, { [_hQ]: _tK }],
3478
2659
  ],
3479
2660
  ];
3480
2661
  export var UpdateAliasRequest = [
@@ -3606,18 +2787,7 @@ export var UpdateFunctionEventInvokeConfigRequest = [
3606
2787
  _UFEICR,
3607
2788
  0,
3608
2789
  [_FN, _Q, _MRA, _MEAIS, _DC],
3609
- [
3610
- [0, 1],
3611
- [
3612
- 0,
3613
- {
3614
- [_hQ]: _Q,
3615
- },
3616
- ],
3617
- 1,
3618
- 1,
3619
- () => DestinationConfig,
3620
- ],
2790
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
3621
2791
  ];
3622
2792
  export var UpdateFunctionUrlConfigRequest = [
3623
2793
  3,
@@ -3625,18 +2795,7 @@ export var UpdateFunctionUrlConfigRequest = [
3625
2795
  _UFUCR,
3626
2796
  0,
3627
2797
  [_FN, _Q, _AT, _Co, _IM],
3628
- [
3629
- [0, 1],
3630
- [
3631
- 0,
3632
- {
3633
- [_hQ]: _Q,
3634
- },
3635
- ],
3636
- 0,
3637
- () => Cors,
3638
- 0,
3639
- ],
2798
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
3640
2799
  ];
3641
2800
  export var UpdateFunctionUrlConfigResponse = [
3642
2801
  3,
@@ -3747,9 +2906,7 @@ export var InvokeWithResponseStreamResponseEvent = [
3747
2906
  3,
3748
2907
  n0,
3749
2908
  _IWRSRE,
3750
- {
3751
- [_s]: 1,
3752
- },
2909
+ { [_s]: 1 },
3753
2910
  [_PCa, _ICn],
3754
2911
  [[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
3755
2912
  ];
@@ -3757,9 +2914,7 @@ export var AddLayerVersionPermission = [
3757
2914
  9,
3758
2915
  n0,
3759
2916
  _ALVP,
3760
- {
3761
- [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201],
3762
- },
2917
+ { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201] },
3763
2918
  () => AddLayerVersionPermissionRequest,
3764
2919
  () => AddLayerVersionPermissionResponse,
3765
2920
  ];
@@ -3767,9 +2922,7 @@ export var AddPermission = [
3767
2922
  9,
3768
2923
  n0,
3769
2924
  _APd,
3770
- {
3771
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201],
3772
- },
2925
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201] },
3773
2926
  () => AddPermissionRequest,
3774
2927
  () => AddPermissionResponse,
3775
2928
  ];
@@ -3777,9 +2930,7 @@ export var CheckpointDurableExecution = [
3777
2930
  9,
3778
2931
  n0,
3779
2932
  _CDE,
3780
- {
3781
- [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200],
3782
- },
2933
+ { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200] },
3783
2934
  () => CheckpointDurableExecutionRequest,
3784
2935
  () => CheckpointDurableExecutionResponse,
3785
2936
  ];
@@ -3787,9 +2938,7 @@ export var CreateAlias = [
3787
2938
  9,
3788
2939
  n0,
3789
2940
  _CAr,
3790
- {
3791
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201],
3792
- },
2941
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201] },
3793
2942
  () => CreateAliasRequest,
3794
2943
  () => AliasConfiguration,
3795
2944
  ];
@@ -3797,9 +2946,7 @@ export var CreateCapacityProvider = [
3797
2946
  9,
3798
2947
  n0,
3799
2948
  _CCP,
3800
- {
3801
- [_h]: ["POST", "/2025-11-30/capacity-providers", 202],
3802
- },
2949
+ { [_h]: ["POST", "/2025-11-30/capacity-providers", 202] },
3803
2950
  () => CreateCapacityProviderRequest,
3804
2951
  () => CreateCapacityProviderResponse,
3805
2952
  ];
@@ -3807,9 +2954,7 @@ export var CreateCodeSigningConfig = [
3807
2954
  9,
3808
2955
  n0,
3809
2956
  _CCSC,
3810
- {
3811
- [_h]: ["POST", "/2020-04-22/code-signing-configs", 201],
3812
- },
2957
+ { [_h]: ["POST", "/2020-04-22/code-signing-configs", 201] },
3813
2958
  () => CreateCodeSigningConfigRequest,
3814
2959
  () => CreateCodeSigningConfigResponse,
3815
2960
  ];
@@ -3817,9 +2962,7 @@ export var CreateEventSourceMapping = [
3817
2962
  9,
3818
2963
  n0,
3819
2964
  _CESM,
3820
- {
3821
- [_h]: ["POST", "/2015-03-31/event-source-mappings", 202],
3822
- },
2965
+ { [_h]: ["POST", "/2015-03-31/event-source-mappings", 202] },
3823
2966
  () => CreateEventSourceMappingRequest,
3824
2967
  () => EventSourceMappingConfiguration,
3825
2968
  ];
@@ -3827,9 +2970,7 @@ export var CreateFunction = [
3827
2970
  9,
3828
2971
  n0,
3829
2972
  _CF,
3830
- {
3831
- [_h]: ["POST", "/2015-03-31/functions", 201],
3832
- },
2973
+ { [_h]: ["POST", "/2015-03-31/functions", 201] },
3833
2974
  () => CreateFunctionRequest,
3834
2975
  () => FunctionConfiguration,
3835
2976
  ];
@@ -3837,9 +2978,7 @@ export var CreateFunctionUrlConfig = [
3837
2978
  9,
3838
2979
  n0,
3839
2980
  _CFUC,
3840
- {
3841
- [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201],
3842
- },
2981
+ { [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201] },
3843
2982
  () => CreateFunctionUrlConfigRequest,
3844
2983
  () => CreateFunctionUrlConfigResponse,
3845
2984
  ];
@@ -3847,9 +2986,7 @@ export var DeleteAlias = [
3847
2986
  9,
3848
2987
  n0,
3849
2988
  _DA,
3850
- {
3851
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204],
3852
- },
2989
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204] },
3853
2990
  () => DeleteAliasRequest,
3854
2991
  () => __Unit,
3855
2992
  ];
@@ -3857,9 +2994,7 @@ export var DeleteCapacityProvider = [
3857
2994
  9,
3858
2995
  n0,
3859
2996
  _DCP,
3860
- {
3861
- [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
3862
- },
2997
+ { [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
3863
2998
  () => DeleteCapacityProviderRequest,
3864
2999
  () => DeleteCapacityProviderResponse,
3865
3000
  ];
@@ -3867,9 +3002,7 @@ export var DeleteCodeSigningConfig = [
3867
3002
  9,
3868
3003
  n0,
3869
3004
  _DCSC,
3870
- {
3871
- [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204],
3872
- },
3005
+ { [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204] },
3873
3006
  () => DeleteCodeSigningConfigRequest,
3874
3007
  () => DeleteCodeSigningConfigResponse,
3875
3008
  ];
@@ -3877,9 +3010,7 @@ export var DeleteEventSourceMapping = [
3877
3010
  9,
3878
3011
  n0,
3879
3012
  _DESM,
3880
- {
3881
- [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202],
3882
- },
3013
+ { [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202] },
3883
3014
  () => DeleteEventSourceMappingRequest,
3884
3015
  () => EventSourceMappingConfiguration,
3885
3016
  ];
@@ -3887,9 +3018,7 @@ export var DeleteFunction = [
3887
3018
  9,
3888
3019
  n0,
3889
3020
  _DF,
3890
- {
3891
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200],
3892
- },
3021
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200] },
3893
3022
  () => DeleteFunctionRequest,
3894
3023
  () => DeleteFunctionResponse,
3895
3024
  ];
@@ -3897,9 +3026,7 @@ export var DeleteFunctionCodeSigningConfig = [
3897
3026
  9,
3898
3027
  n0,
3899
3028
  _DFCSC,
3900
- {
3901
- [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204],
3902
- },
3029
+ { [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204] },
3903
3030
  () => DeleteFunctionCodeSigningConfigRequest,
3904
3031
  () => __Unit,
3905
3032
  ];
@@ -3907,9 +3034,7 @@ export var DeleteFunctionConcurrency = [
3907
3034
  9,
3908
3035
  n0,
3909
3036
  _DFC,
3910
- {
3911
- [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204],
3912
- },
3037
+ { [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204] },
3913
3038
  () => DeleteFunctionConcurrencyRequest,
3914
3039
  () => __Unit,
3915
3040
  ];
@@ -3917,9 +3042,7 @@ export var DeleteFunctionEventInvokeConfig = [
3917
3042
  9,
3918
3043
  n0,
3919
3044
  _DFEIC,
3920
- {
3921
- [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204],
3922
- },
3045
+ { [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204] },
3923
3046
  () => DeleteFunctionEventInvokeConfigRequest,
3924
3047
  () => __Unit,
3925
3048
  ];
@@ -3927,9 +3050,7 @@ export var DeleteFunctionUrlConfig = [
3927
3050
  9,
3928
3051
  n0,
3929
3052
  _DFUC,
3930
- {
3931
- [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204],
3932
- },
3053
+ { [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204] },
3933
3054
  () => DeleteFunctionUrlConfigRequest,
3934
3055
  () => __Unit,
3935
3056
  ];
@@ -3937,9 +3058,7 @@ export var DeleteLayerVersion = [
3937
3058
  9,
3938
3059
  n0,
3939
3060
  _DLV,
3940
- {
3941
- [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204],
3942
- },
3061
+ { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204] },
3943
3062
  () => DeleteLayerVersionRequest,
3944
3063
  () => __Unit,
3945
3064
  ];
@@ -3947,9 +3066,7 @@ export var DeleteProvisionedConcurrencyConfig = [
3947
3066
  9,
3948
3067
  n0,
3949
3068
  _DPCC,
3950
- {
3951
- [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204],
3952
- },
3069
+ { [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204] },
3953
3070
  () => DeleteProvisionedConcurrencyConfigRequest,
3954
3071
  () => __Unit,
3955
3072
  ];
@@ -3957,9 +3074,7 @@ export var GetAccountSettings = [
3957
3074
  9,
3958
3075
  n0,
3959
3076
  _GAS,
3960
- {
3961
- [_h]: ["GET", "/2016-08-19/account-settings", 200],
3962
- },
3077
+ { [_h]: ["GET", "/2016-08-19/account-settings", 200] },
3963
3078
  () => GetAccountSettingsRequest,
3964
3079
  () => GetAccountSettingsResponse,
3965
3080
  ];
@@ -3967,9 +3082,7 @@ export var GetAlias = [
3967
3082
  9,
3968
3083
  n0,
3969
3084
  _GA,
3970
- {
3971
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
3972
- },
3085
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
3973
3086
  () => GetAliasRequest,
3974
3087
  () => AliasConfiguration,
3975
3088
  ];
@@ -3977,9 +3090,7 @@ export var GetCapacityProvider = [
3977
3090
  9,
3978
3091
  n0,
3979
3092
  _GCP,
3980
- {
3981
- [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200],
3982
- },
3093
+ { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200] },
3983
3094
  () => GetCapacityProviderRequest,
3984
3095
  () => GetCapacityProviderResponse,
3985
3096
  ];
@@ -3987,9 +3098,7 @@ export var GetCodeSigningConfig = [
3987
3098
  9,
3988
3099
  n0,
3989
3100
  _GCSC,
3990
- {
3991
- [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
3992
- },
3101
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
3993
3102
  () => GetCodeSigningConfigRequest,
3994
3103
  () => GetCodeSigningConfigResponse,
3995
3104
  ];
@@ -3997,9 +3106,7 @@ export var GetDurableExecution = [
3997
3106
  9,
3998
3107
  n0,
3999
3108
  _GDE,
4000
- {
4001
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200],
4002
- },
3109
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200] },
4003
3110
  () => GetDurableExecutionRequest,
4004
3111
  () => GetDurableExecutionResponse,
4005
3112
  ];
@@ -4007,9 +3114,7 @@ export var GetDurableExecutionHistory = [
4007
3114
  9,
4008
3115
  n0,
4009
3116
  _GDEH,
4010
- {
4011
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200],
4012
- },
3117
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200] },
4013
3118
  () => GetDurableExecutionHistoryRequest,
4014
3119
  () => GetDurableExecutionHistoryResponse,
4015
3120
  ];
@@ -4017,9 +3122,7 @@ export var GetDurableExecutionState = [
4017
3122
  9,
4018
3123
  n0,
4019
3124
  _GDES,
4020
- {
4021
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200],
4022
- },
3125
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200] },
4023
3126
  () => GetDurableExecutionStateRequest,
4024
3127
  () => GetDurableExecutionStateResponse,
4025
3128
  ];
@@ -4027,9 +3130,7 @@ export var GetEventSourceMapping = [
4027
3130
  9,
4028
3131
  n0,
4029
3132
  _GESM,
4030
- {
4031
- [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200],
4032
- },
3133
+ { [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200] },
4033
3134
  () => GetEventSourceMappingRequest,
4034
3135
  () => EventSourceMappingConfiguration,
4035
3136
  ];
@@ -4037,9 +3138,7 @@ export var GetFunction = [
4037
3138
  9,
4038
3139
  n0,
4039
3140
  _GF,
4040
- {
4041
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200],
4042
- },
3141
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200] },
4043
3142
  () => GetFunctionRequest,
4044
3143
  () => GetFunctionResponse,
4045
3144
  ];
@@ -4047,9 +3146,7 @@ export var GetFunctionCodeSigningConfig = [
4047
3146
  9,
4048
3147
  n0,
4049
3148
  _GFCSC,
4050
- {
4051
- [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
4052
- },
3149
+ { [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
4053
3150
  () => GetFunctionCodeSigningConfigRequest,
4054
3151
  () => GetFunctionCodeSigningConfigResponse,
4055
3152
  ];
@@ -4057,9 +3154,7 @@ export var GetFunctionConcurrency = [
4057
3154
  9,
4058
3155
  n0,
4059
3156
  _GFC,
4060
- {
4061
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200],
4062
- },
3157
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200] },
4063
3158
  () => GetFunctionConcurrencyRequest,
4064
3159
  () => GetFunctionConcurrencyResponse,
4065
3160
  ];
@@ -4067,9 +3162,7 @@ export var GetFunctionConfiguration = [
4067
3162
  9,
4068
3163
  n0,
4069
3164
  _GFCe,
4070
- {
4071
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200],
4072
- },
3165
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
4073
3166
  () => GetFunctionConfigurationRequest,
4074
3167
  () => FunctionConfiguration,
4075
3168
  ];
@@ -4077,9 +3170,7 @@ export var GetFunctionEventInvokeConfig = [
4077
3170
  9,
4078
3171
  n0,
4079
3172
  _GFEIC,
4080
- {
4081
- [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
4082
- },
3173
+ { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
4083
3174
  () => GetFunctionEventInvokeConfigRequest,
4084
3175
  () => FunctionEventInvokeConfig,
4085
3176
  ];
@@ -4087,9 +3178,7 @@ export var GetFunctionRecursionConfig = [
4087
3178
  9,
4088
3179
  n0,
4089
3180
  _GFRC,
4090
- {
4091
- [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
4092
- },
3181
+ { [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
4093
3182
  () => GetFunctionRecursionConfigRequest,
4094
3183
  () => GetFunctionRecursionConfigResponse,
4095
3184
  ];
@@ -4097,9 +3186,7 @@ export var GetFunctionScalingConfig = [
4097
3186
  9,
4098
3187
  n0,
4099
3188
  _GFSC,
4100
- {
4101
- [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200],
4102
- },
3189
+ { [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] },
4103
3190
  () => GetFunctionScalingConfigRequest,
4104
3191
  () => GetFunctionScalingConfigResponse,
4105
3192
  ];
@@ -4107,9 +3194,7 @@ export var GetFunctionUrlConfig = [
4107
3194
  9,
4108
3195
  n0,
4109
3196
  _GFUC,
4110
- {
4111
- [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200],
4112
- },
3197
+ { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] },
4113
3198
  () => GetFunctionUrlConfigRequest,
4114
3199
  () => GetFunctionUrlConfigResponse,
4115
3200
  ];
@@ -4117,9 +3202,7 @@ export var GetLayerVersion = [
4117
3202
  9,
4118
3203
  n0,
4119
3204
  _GLV,
4120
- {
4121
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200],
4122
- },
3205
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] },
4123
3206
  () => GetLayerVersionRequest,
4124
3207
  () => GetLayerVersionResponse,
4125
3208
  ];
@@ -4127,9 +3210,7 @@ export var GetLayerVersionByArn = [
4127
3210
  9,
4128
3211
  n0,
4129
3212
  _GLVBA,
4130
- {
4131
- [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200],
4132
- },
3213
+ { [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] },
4133
3214
  () => GetLayerVersionByArnRequest,
4134
3215
  () => GetLayerVersionResponse,
4135
3216
  ];
@@ -4137,9 +3218,7 @@ export var GetLayerVersionPolicy = [
4137
3218
  9,
4138
3219
  n0,
4139
3220
  _GLVP,
4140
- {
4141
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200],
4142
- },
3221
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] },
4143
3222
  () => GetLayerVersionPolicyRequest,
4144
3223
  () => GetLayerVersionPolicyResponse,
4145
3224
  ];
@@ -4147,9 +3226,7 @@ export var GetPolicy = [
4147
3226
  9,
4148
3227
  n0,
4149
3228
  _GP,
4150
- {
4151
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200],
4152
- },
3229
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] },
4153
3230
  () => GetPolicyRequest,
4154
3231
  () => GetPolicyResponse,
4155
3232
  ];
@@ -4157,9 +3234,7 @@ export var GetProvisionedConcurrencyConfig = [
4157
3234
  9,
4158
3235
  n0,
4159
3236
  _GPCC,
4160
- {
4161
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200],
4162
- },
3237
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] },
4163
3238
  () => GetProvisionedConcurrencyConfigRequest,
4164
3239
  () => GetProvisionedConcurrencyConfigResponse,
4165
3240
  ];
@@ -4167,9 +3242,7 @@ export var GetRuntimeManagementConfig = [
4167
3242
  9,
4168
3243
  n0,
4169
3244
  _GRMC,
4170
- {
4171
- [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
4172
- },
3245
+ { [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
4173
3246
  () => GetRuntimeManagementConfigRequest,
4174
3247
  () => GetRuntimeManagementConfigResponse,
4175
3248
  ];
@@ -4177,9 +3250,7 @@ export var Invoke = [
4177
3250
  9,
4178
3251
  n0,
4179
3252
  _In,
4180
- {
4181
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200],
4182
- },
3253
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] },
4183
3254
  () => InvocationRequest,
4184
3255
  () => InvocationResponse,
4185
3256
  ];
@@ -4187,9 +3258,7 @@ export var InvokeAsync = [
4187
3258
  9,
4188
3259
  n0,
4189
3260
  _IAn,
4190
- {
4191
- [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202],
4192
- },
3261
+ { [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] },
4193
3262
  () => InvokeAsyncRequest,
4194
3263
  () => InvokeAsyncResponse,
4195
3264
  ];
@@ -4197,9 +3266,7 @@ export var InvokeWithResponseStream = [
4197
3266
  9,
4198
3267
  n0,
4199
3268
  _IWRS,
4200
- {
4201
- [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200],
4202
- },
3269
+ { [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] },
4203
3270
  () => InvokeWithResponseStreamRequest,
4204
3271
  () => InvokeWithResponseStreamResponse,
4205
3272
  ];
@@ -4207,9 +3274,7 @@ export var ListAliases = [
4207
3274
  9,
4208
3275
  n0,
4209
3276
  _LAi,
4210
- {
4211
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200],
4212
- },
3277
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] },
4213
3278
  () => ListAliasesRequest,
4214
3279
  () => ListAliasesResponse,
4215
3280
  ];
@@ -4217,9 +3282,7 @@ export var ListCapacityProviders = [
4217
3282
  9,
4218
3283
  n0,
4219
3284
  _LCP,
4220
- {
4221
- [_h]: ["GET", "/2025-11-30/capacity-providers", 200],
4222
- },
3285
+ { [_h]: ["GET", "/2025-11-30/capacity-providers", 200] },
4223
3286
  () => ListCapacityProvidersRequest,
4224
3287
  () => ListCapacityProvidersResponse,
4225
3288
  ];
@@ -4227,9 +3290,7 @@ export var ListCodeSigningConfigs = [
4227
3290
  9,
4228
3291
  n0,
4229
3292
  _LCSC,
4230
- {
4231
- [_h]: ["GET", "/2020-04-22/code-signing-configs", 200],
4232
- },
3293
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] },
4233
3294
  () => ListCodeSigningConfigsRequest,
4234
3295
  () => ListCodeSigningConfigsResponse,
4235
3296
  ];
@@ -4237,9 +3298,7 @@ export var ListDurableExecutionsByFunction = [
4237
3298
  9,
4238
3299
  n0,
4239
3300
  _LDEBF,
4240
- {
4241
- [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200],
4242
- },
3301
+ { [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] },
4243
3302
  () => ListDurableExecutionsByFunctionRequest,
4244
3303
  () => ListDurableExecutionsByFunctionResponse,
4245
3304
  ];
@@ -4247,9 +3306,7 @@ export var ListEventSourceMappings = [
4247
3306
  9,
4248
3307
  n0,
4249
3308
  _LESM,
4250
- {
4251
- [_h]: ["GET", "/2015-03-31/event-source-mappings", 200],
4252
- },
3309
+ { [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] },
4253
3310
  () => ListEventSourceMappingsRequest,
4254
3311
  () => ListEventSourceMappingsResponse,
4255
3312
  ];
@@ -4257,9 +3314,7 @@ export var ListFunctionEventInvokeConfigs = [
4257
3314
  9,
4258
3315
  n0,
4259
3316
  _LFEIC,
4260
- {
4261
- [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200],
4262
- },
3317
+ { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] },
4263
3318
  () => ListFunctionEventInvokeConfigsRequest,
4264
3319
  () => ListFunctionEventInvokeConfigsResponse,
4265
3320
  ];
@@ -4267,9 +3322,7 @@ export var ListFunctions = [
4267
3322
  9,
4268
3323
  n0,
4269
3324
  _LFi,
4270
- {
4271
- [_h]: ["GET", "/2015-03-31/functions", 200],
4272
- },
3325
+ { [_h]: ["GET", "/2015-03-31/functions", 200] },
4273
3326
  () => ListFunctionsRequest,
4274
3327
  () => ListFunctionsResponse,
4275
3328
  ];
@@ -4277,9 +3330,7 @@ export var ListFunctionsByCodeSigningConfig = [
4277
3330
  9,
4278
3331
  n0,
4279
3332
  _LFBCSC,
4280
- {
4281
- [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200],
4282
- },
3333
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] },
4283
3334
  () => ListFunctionsByCodeSigningConfigRequest,
4284
3335
  () => ListFunctionsByCodeSigningConfigResponse,
4285
3336
  ];
@@ -4287,9 +3338,7 @@ export var ListFunctionUrlConfigs = [
4287
3338
  9,
4288
3339
  n0,
4289
3340
  _LFUC,
4290
- {
4291
- [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200],
4292
- },
3341
+ { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] },
4293
3342
  () => ListFunctionUrlConfigsRequest,
4294
3343
  () => ListFunctionUrlConfigsResponse,
4295
3344
  ];
@@ -4297,9 +3346,7 @@ export var ListFunctionVersionsByCapacityProvider = [
4297
3346
  9,
4298
3347
  n0,
4299
3348
  _LFVBCP,
4300
- {
4301
- [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200],
4302
- },
3349
+ { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] },
4303
3350
  () => ListFunctionVersionsByCapacityProviderRequest,
4304
3351
  () => ListFunctionVersionsByCapacityProviderResponse,
4305
3352
  ];
@@ -4307,9 +3354,7 @@ export var ListLayers = [
4307
3354
  9,
4308
3355
  n0,
4309
3356
  _LLi,
4310
- {
4311
- [_h]: ["GET", "/2018-10-31/layers", 200],
4312
- },
3357
+ { [_h]: ["GET", "/2018-10-31/layers", 200] },
4313
3358
  () => ListLayersRequest,
4314
3359
  () => ListLayersResponse,
4315
3360
  ];
@@ -4317,9 +3362,7 @@ export var ListLayerVersions = [
4317
3362
  9,
4318
3363
  n0,
4319
3364
  _LLV,
4320
- {
4321
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200],
4322
- },
3365
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] },
4323
3366
  () => ListLayerVersionsRequest,
4324
3367
  () => ListLayerVersionsResponse,
4325
3368
  ];
@@ -4327,9 +3370,7 @@ export var ListProvisionedConcurrencyConfigs = [
4327
3370
  9,
4328
3371
  n0,
4329
3372
  _LPCC,
4330
- {
4331
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200],
4332
- },
3373
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] },
4333
3374
  () => ListProvisionedConcurrencyConfigsRequest,
4334
3375
  () => ListProvisionedConcurrencyConfigsResponse,
4335
3376
  ];
@@ -4337,9 +3378,7 @@ export var ListTags = [
4337
3378
  9,
4338
3379
  n0,
4339
3380
  _LTi,
4340
- {
4341
- [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200],
4342
- },
3381
+ { [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] },
4343
3382
  () => ListTagsRequest,
4344
3383
  () => ListTagsResponse,
4345
3384
  ];
@@ -4347,9 +3386,7 @@ export var ListVersionsByFunction = [
4347
3386
  9,
4348
3387
  n0,
4349
3388
  _LVBF,
4350
- {
4351
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200],
4352
- },
3389
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] },
4353
3390
  () => ListVersionsByFunctionRequest,
4354
3391
  () => ListVersionsByFunctionResponse,
4355
3392
  ];
@@ -4357,9 +3394,7 @@ export var PublishLayerVersion = [
4357
3394
  9,
4358
3395
  n0,
4359
3396
  _PLV,
4360
- {
4361
- [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201],
4362
- },
3397
+ { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] },
4363
3398
  () => PublishLayerVersionRequest,
4364
3399
  () => PublishLayerVersionResponse,
4365
3400
  ];
@@ -4367,9 +3402,7 @@ export var PublishVersion = [
4367
3402
  9,
4368
3403
  n0,
4369
3404
  _PV,
4370
- {
4371
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201],
4372
- },
3405
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] },
4373
3406
  () => PublishVersionRequest,
4374
3407
  () => FunctionConfiguration,
4375
3408
  ];
@@ -4377,9 +3410,7 @@ export var PutFunctionCodeSigningConfig = [
4377
3410
  9,
4378
3411
  n0,
4379
3412
  _PFCSC,
4380
- {
4381
- [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
4382
- },
3413
+ { [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
4383
3414
  () => PutFunctionCodeSigningConfigRequest,
4384
3415
  () => PutFunctionCodeSigningConfigResponse,
4385
3416
  ];
@@ -4387,9 +3418,7 @@ export var PutFunctionConcurrency = [
4387
3418
  9,
4388
3419
  n0,
4389
3420
  _PFC,
4390
- {
4391
- [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200],
4392
- },
3421
+ { [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] },
4393
3422
  () => PutFunctionConcurrencyRequest,
4394
3423
  () => Concurrency,
4395
3424
  ];
@@ -4397,9 +3426,7 @@ export var PutFunctionEventInvokeConfig = [
4397
3426
  9,
4398
3427
  n0,
4399
3428
  _PFEIC,
4400
- {
4401
- [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
4402
- },
3429
+ { [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
4403
3430
  () => PutFunctionEventInvokeConfigRequest,
4404
3431
  () => FunctionEventInvokeConfig,
4405
3432
  ];
@@ -4407,9 +3434,7 @@ export var PutFunctionRecursionConfig = [
4407
3434
  9,
4408
3435
  n0,
4409
3436
  _PFRC,
4410
- {
4411
- [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
4412
- },
3437
+ { [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
4413
3438
  () => PutFunctionRecursionConfigRequest,
4414
3439
  () => PutFunctionRecursionConfigResponse,
4415
3440
  ];
@@ -4417,9 +3442,7 @@ export var PutFunctionScalingConfig = [
4417
3442
  9,
4418
3443
  n0,
4419
3444
  _PFSC,
4420
- {
4421
- [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202],
4422
- },
3445
+ { [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] },
4423
3446
  () => PutFunctionScalingConfigRequest,
4424
3447
  () => PutFunctionScalingConfigResponse,
4425
3448
  ];
@@ -4427,9 +3450,7 @@ export var PutProvisionedConcurrencyConfig = [
4427
3450
  9,
4428
3451
  n0,
4429
3452
  _PPCC,
4430
- {
4431
- [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202],
4432
- },
3453
+ { [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] },
4433
3454
  () => PutProvisionedConcurrencyConfigRequest,
4434
3455
  () => PutProvisionedConcurrencyConfigResponse,
4435
3456
  ];
@@ -4437,9 +3458,7 @@ export var PutRuntimeManagementConfig = [
4437
3458
  9,
4438
3459
  n0,
4439
3460
  _PRMC,
4440
- {
4441
- [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
4442
- },
3461
+ { [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
4443
3462
  () => PutRuntimeManagementConfigRequest,
4444
3463
  () => PutRuntimeManagementConfigResponse,
4445
3464
  ];
@@ -4447,9 +3466,7 @@ export var RemoveLayerVersionPermission = [
4447
3466
  9,
4448
3467
  n0,
4449
3468
  _RLVP,
4450
- {
4451
- [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204],
4452
- },
3469
+ { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] },
4453
3470
  () => RemoveLayerVersionPermissionRequest,
4454
3471
  () => __Unit,
4455
3472
  ];
@@ -4457,9 +3474,7 @@ export var RemovePermission = [
4457
3474
  9,
4458
3475
  n0,
4459
3476
  _RP,
4460
- {
4461
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204],
4462
- },
3477
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] },
4463
3478
  () => RemovePermissionRequest,
4464
3479
  () => __Unit,
4465
3480
  ];
@@ -4467,9 +3482,7 @@ export var SendDurableExecutionCallbackFailure = [
4467
3482
  9,
4468
3483
  n0,
4469
3484
  _SDECF,
4470
- {
4471
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200],
4472
- },
3485
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] },
4473
3486
  () => SendDurableExecutionCallbackFailureRequest,
4474
3487
  () => SendDurableExecutionCallbackFailureResponse,
4475
3488
  ];
@@ -4477,9 +3490,7 @@ export var SendDurableExecutionCallbackHeartbeat = [
4477
3490
  9,
4478
3491
  n0,
4479
3492
  _SDECH,
4480
- {
4481
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200],
4482
- },
3493
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] },
4483
3494
  () => SendDurableExecutionCallbackHeartbeatRequest,
4484
3495
  () => SendDurableExecutionCallbackHeartbeatResponse,
4485
3496
  ];
@@ -4487,9 +3498,7 @@ export var SendDurableExecutionCallbackSuccess = [
4487
3498
  9,
4488
3499
  n0,
4489
3500
  _SDECS,
4490
- {
4491
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200],
4492
- },
3501
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] },
4493
3502
  () => SendDurableExecutionCallbackSuccessRequest,
4494
3503
  () => SendDurableExecutionCallbackSuccessResponse,
4495
3504
  ];
@@ -4497,9 +3506,7 @@ export var StopDurableExecution = [
4497
3506
  9,
4498
3507
  n0,
4499
3508
  _SDE,
4500
- {
4501
- [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200],
4502
- },
3509
+ { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] },
4503
3510
  () => StopDurableExecutionRequest,
4504
3511
  () => StopDurableExecutionResponse,
4505
3512
  ];
@@ -4507,9 +3514,7 @@ export var TagResource = [
4507
3514
  9,
4508
3515
  n0,
4509
3516
  _TR,
4510
- {
4511
- [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204],
4512
- },
3517
+ { [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] },
4513
3518
  () => TagResourceRequest,
4514
3519
  () => __Unit,
4515
3520
  ];
@@ -4517,9 +3522,7 @@ export var UntagResource = [
4517
3522
  9,
4518
3523
  n0,
4519
3524
  _UR,
4520
- {
4521
- [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204],
4522
- },
3525
+ { [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] },
4523
3526
  () => UntagResourceRequest,
4524
3527
  () => __Unit,
4525
3528
  ];
@@ -4527,9 +3530,7 @@ export var UpdateAlias = [
4527
3530
  9,
4528
3531
  n0,
4529
3532
  _UA,
4530
- {
4531
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
4532
- },
3533
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
4533
3534
  () => UpdateAliasRequest,
4534
3535
  () => AliasConfiguration,
4535
3536
  ];
@@ -4537,9 +3538,7 @@ export var UpdateCapacityProvider = [
4537
3538
  9,
4538
3539
  n0,
4539
3540
  _UCP,
4540
- {
4541
- [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
4542
- },
3541
+ { [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
4543
3542
  () => UpdateCapacityProviderRequest,
4544
3543
  () => UpdateCapacityProviderResponse,
4545
3544
  ];
@@ -4547,9 +3546,7 @@ export var UpdateCodeSigningConfig = [
4547
3546
  9,
4548
3547
  n0,
4549
3548
  _UCSC,
4550
- {
4551
- [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
4552
- },
3549
+ { [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
4553
3550
  () => UpdateCodeSigningConfigRequest,
4554
3551
  () => UpdateCodeSigningConfigResponse,
4555
3552
  ];
@@ -4557,9 +3554,7 @@ export var UpdateEventSourceMapping = [
4557
3554
  9,
4558
3555
  n0,
4559
3556
  _UESM,
4560
- {
4561
- [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202],
4562
- },
3557
+ { [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] },
4563
3558
  () => UpdateEventSourceMappingRequest,
4564
3559
  () => EventSourceMappingConfiguration,
4565
3560
  ];
@@ -4567,9 +3562,7 @@ export var UpdateFunctionCode = [
4567
3562
  9,
4568
3563
  n0,
4569
3564
  _UFC,
4570
- {
4571
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200],
4572
- },
3565
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] },
4573
3566
  () => UpdateFunctionCodeRequest,
4574
3567
  () => FunctionConfiguration,
4575
3568
  ];
@@ -4577,9 +3570,7 @@ export var UpdateFunctionConfiguration = [
4577
3570
  9,
4578
3571
  n0,
4579
3572
  _UFCp,
4580
- {
4581
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200],
4582
- },
3573
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
4583
3574
  () => UpdateFunctionConfigurationRequest,
4584
3575
  () => FunctionConfiguration,
4585
3576
  ];
@@ -4587,9 +3578,7 @@ export var UpdateFunctionEventInvokeConfig = [
4587
3578
  9,
4588
3579
  n0,
4589
3580
  _UFEIC,
4590
- {
4591
- [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
4592
- },
3581
+ { [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
4593
3582
  () => UpdateFunctionEventInvokeConfigRequest,
4594
3583
  () => FunctionEventInvokeConfig,
4595
3584
  ];
@@ -4597,9 +3586,7 @@ export var UpdateFunctionUrlConfig = [
4597
3586
  9,
4598
3587
  n0,
4599
3588
  _UFUC,
4600
- {
4601
- [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200],
4602
- },
3589
+ { [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] },
4603
3590
  () => UpdateFunctionUrlConfigRequest,
4604
3591
  () => UpdateFunctionUrlConfigResponse,
4605
3592
  ];