@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
package/dist-cjs/index.js CHANGED
@@ -1518,15 +1518,7 @@ const _tK = "tagKeys";
1518
1518
  const n0 = "com.amazonaws.lambda";
1519
1519
  var BinaryOperationPayload = [0, n0, _BOP, 8, 21];
1520
1520
  var _Blob = [0, n0, _B, 8, 21];
1521
- var BlobStream = [
1522
- 0,
1523
- n0,
1524
- _BS,
1525
- {
1526
- [_s]: 1,
1527
- },
1528
- 42,
1529
- ];
1521
+ var BlobStream = [0, n0, _BS, { [_s]: 1 }, 42];
1530
1522
  var EnvironmentVariableName = [0, n0, _EVN, 8, 0];
1531
1523
  var EnvironmentVariableValue = [0, n0, _EVV, 8, 0];
1532
1524
  var ErrorData = [0, n0, _ED, 8, 0];
@@ -1545,20 +1537,7 @@ var AddLayerVersionPermissionRequest = [
1545
1537
  _ALVPR,
1546
1538
  0,
1547
1539
  [_LN, _VN, _SI, _A, _P, _OI, _RI],
1548
- [
1549
- [0, 1],
1550
- [1, 1],
1551
- 0,
1552
- 0,
1553
- 0,
1554
- 0,
1555
- [
1556
- 0,
1557
- {
1558
- [_hQ]: _RI,
1559
- },
1560
- ],
1561
- ],
1540
+ [[0, 1], [1, 1], 0, 0, 0, 0, [0, { [_hQ]: _RI }]],
1562
1541
  ];
1563
1542
  var AddLayerVersionPermissionResponse = [3, n0, _ALVPRd, 0, [_S, _RI], [0, 0]];
1564
1543
  var AddPermissionRequest = [
@@ -1567,25 +1546,7 @@ var AddPermissionRequest = [
1567
1546
  _APR,
1568
1547
  0,
1569
1548
  [_FN, _SI, _A, _P, _SA, _SAo, _EST, _Q, _RI, _POID, _FUAT, _IVFU],
1570
- [
1571
- [0, 1],
1572
- 0,
1573
- 0,
1574
- 0,
1575
- 0,
1576
- 0,
1577
- 0,
1578
- [
1579
- 0,
1580
- {
1581
- [_hQ]: _Q,
1582
- },
1583
- ],
1584
- 0,
1585
- 0,
1586
- 0,
1587
- 2,
1588
- ],
1549
+ [[0, 1], 0, 0, 0, 0, 0, 0, [0, { [_hQ]: _Q }], 0, 0, 0, 2],
1589
1550
  ];
1590
1551
  var AddPermissionResponse = [3, n0, _APRd, 0, [_S], [0]];
1591
1552
  var AliasConfiguration = [
@@ -1619,17 +1580,7 @@ var CallbackOptions = [3, n0, _CO, 0, [_TS, _HTS], [1, 1]];
1619
1580
  var CallbackStartedDetails = [3, n0, _CSD, 0, [_CI, _HT, _T], [0, 1, 1]];
1620
1581
  var CallbackSucceededDetails = [3, n0, _CSDa, 0, [_R], [[() => EventResult, 0]]];
1621
1582
  var CallbackTimedOutDetails = [3, n0, _CTOD, 0, [_E], [[() => EventError, 0]]];
1622
- var CallbackTimeoutException = [
1623
- -3,
1624
- n0,
1625
- _CTE,
1626
- {
1627
- [_e]: _c,
1628
- [_hE]: 400,
1629
- },
1630
- [_Ty, _M],
1631
- [0, 0],
1632
- ];
1583
+ var CallbackTimeoutException = [-3, n0, _CTE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
1633
1584
  schema.TypeRegistry.for(n0).registerError(CallbackTimeoutException, CallbackTimeoutException$1);
1634
1585
  var CapacityProvider = [
1635
1586
  3,
@@ -1660,10 +1611,7 @@ var CapacityProviderLimitExceededException = [
1660
1611
  -3,
1661
1612
  n0,
1662
1613
  _CPLEE,
1663
- {
1664
- [_e]: _c,
1665
- [_hE]: 400,
1666
- },
1614
+ { [_e]: _c, [_hE]: 400 },
1667
1615
  [_Ty, _m],
1668
1616
  [0, 0],
1669
1617
  ];
@@ -1738,10 +1686,7 @@ var CodeSigningConfigNotFoundException = [
1738
1686
  -3,
1739
1687
  n0,
1740
1688
  _CSCNFE,
1741
- {
1742
- [_e]: _c,
1743
- [_hE]: 404,
1744
- },
1689
+ { [_e]: _c, [_hE]: 404 },
1745
1690
  [_Ty, _M],
1746
1691
  [0, 0],
1747
1692
  ];
@@ -1751,10 +1696,7 @@ var CodeStorageExceededException = [
1751
1696
  -3,
1752
1697
  n0,
1753
1698
  _CSEE,
1754
- {
1755
- [_e]: _c,
1756
- [_hE]: 400,
1757
- },
1699
+ { [_e]: _c, [_hE]: 400 },
1758
1700
  [_Ty, _m],
1759
1701
  [0, 0],
1760
1702
  ];
@@ -1763,10 +1705,7 @@ var CodeVerificationFailedException = [
1763
1705
  -3,
1764
1706
  n0,
1765
1707
  _CVFE,
1766
- {
1767
- [_e]: _c,
1768
- [_hE]: 400,
1769
- },
1708
+ { [_e]: _c, [_hE]: 400 },
1770
1709
  [_Ty, _M],
1771
1710
  [0, 0],
1772
1711
  ];
@@ -1969,18 +1908,7 @@ var CreateFunctionUrlConfigRequest = [
1969
1908
  _CFUCR,
1970
1909
  0,
1971
1910
  [_FN, _Q, _AT, _Co, _IM],
1972
- [
1973
- [0, 1],
1974
- [
1975
- 0,
1976
- {
1977
- [_hQ]: _Q,
1978
- },
1979
- ],
1980
- 0,
1981
- () => Cors,
1982
- 0,
1983
- ],
1911
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
1984
1912
  ];
1985
1913
  var CreateFunctionUrlConfigResponse = [
1986
1914
  3,
@@ -2017,12 +1945,7 @@ var DeleteFunctionEventInvokeConfigRequest = [
2017
1945
  [_FN, _Q],
2018
1946
  [
2019
1947
  [0, 1],
2020
- [
2021
- 0,
2022
- {
2023
- [_hQ]: _Q,
2024
- },
2025
- ],
1948
+ [0, { [_hQ]: _Q }],
2026
1949
  ],
2027
1950
  ];
2028
1951
  var DeleteFunctionRequest = [
@@ -2033,12 +1956,7 @@ var DeleteFunctionRequest = [
2033
1956
  [_FN, _Q],
2034
1957
  [
2035
1958
  [0, 1],
2036
- [
2037
- 0,
2038
- {
2039
- [_hQ]: _Q,
2040
- },
2041
- ],
1959
+ [0, { [_hQ]: _Q }],
2042
1960
  ],
2043
1961
  ];
2044
1962
  var DeleteFunctionResponse = [3, n0, _DFRe, 0, [_SCt], [[1, 32]]];
@@ -2050,12 +1968,7 @@ var DeleteFunctionUrlConfigRequest = [
2050
1968
  [_FN, _Q],
2051
1969
  [
2052
1970
  [0, 1],
2053
- [
2054
- 0,
2055
- {
2056
- [_hQ]: _Q,
2057
- },
2058
- ],
1971
+ [0, { [_hQ]: _Q }],
2059
1972
  ],
2060
1973
  ];
2061
1974
  var DeleteLayerVersionRequest = [
@@ -2077,12 +1990,7 @@ var DeleteProvisionedConcurrencyConfigRequest = [
2077
1990
  [_FN, _Q],
2078
1991
  [
2079
1992
  [0, 1],
2080
- [
2081
- 0,
2082
- {
2083
- [_hQ]: _Q,
2084
- },
2085
- ],
1993
+ [0, { [_hQ]: _Q }],
2086
1994
  ],
2087
1995
  ];
2088
1996
  var DestinationConfig = [3, n0, _DC, 0, [_OS, _OF], [() => OnSuccess, () => OnFailure]];
@@ -2092,106 +2000,44 @@ var DurableExecutionAlreadyStartedException = [
2092
2000
  -3,
2093
2001
  n0,
2094
2002
  _DEASE,
2095
- {
2096
- [_e]: _c,
2097
- [_hE]: 409,
2098
- },
2003
+ { [_e]: _c, [_hE]: 409 },
2099
2004
  [_Ty, _M],
2100
2005
  [0, 0],
2101
2006
  ];
2102
2007
  schema.TypeRegistry.for(n0).registerError(DurableExecutionAlreadyStartedException, DurableExecutionAlreadyStartedException$1);
2103
- var EC2AccessDeniedException = [
2104
- -3,
2105
- n0,
2106
- _ECADE,
2107
- {
2108
- [_e]: _se,
2109
- [_hE]: 502,
2110
- },
2111
- [_Ty, _M],
2112
- [0, 0],
2113
- ];
2008
+ var EC2AccessDeniedException = [-3, n0, _ECADE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2114
2009
  schema.TypeRegistry.for(n0).registerError(EC2AccessDeniedException, EC2AccessDeniedException$1);
2115
- var EC2ThrottledException = [
2116
- -3,
2117
- n0,
2118
- _ECTE,
2119
- {
2120
- [_e]: _se,
2121
- [_hE]: 502,
2122
- },
2123
- [_Ty, _M],
2124
- [0, 0],
2125
- ];
2010
+ var EC2ThrottledException = [-3, n0, _ECTE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2126
2011
  schema.TypeRegistry.for(n0).registerError(EC2ThrottledException, EC2ThrottledException$1);
2127
2012
  var EC2UnexpectedException = [
2128
2013
  -3,
2129
2014
  n0,
2130
2015
  _ECUE,
2131
- {
2132
- [_e]: _se,
2133
- [_hE]: 502,
2134
- },
2016
+ { [_e]: _se, [_hE]: 502 },
2135
2017
  [_Ty, _M, _ECEC],
2136
2018
  [0, 0, 0],
2137
2019
  ];
2138
2020
  schema.TypeRegistry.for(n0).registerError(EC2UnexpectedException, EC2UnexpectedException$1);
2139
- var EFSIOException = [
2140
- -3,
2141
- n0,
2142
- _EFSIOE,
2143
- {
2144
- [_e]: _c,
2145
- [_hE]: 410,
2146
- },
2147
- [_Ty, _M],
2148
- [0, 0],
2149
- ];
2021
+ var EFSIOException = [-3, n0, _EFSIOE, { [_e]: _c, [_hE]: 410 }, [_Ty, _M], [0, 0]];
2150
2022
  schema.TypeRegistry.for(n0).registerError(EFSIOException, EFSIOException$1);
2151
2023
  var EFSMountConnectivityException = [
2152
2024
  -3,
2153
2025
  n0,
2154
2026
  _EFSMCE,
2155
- {
2156
- [_e]: _c,
2157
- [_hE]: 408,
2158
- },
2027
+ { [_e]: _c, [_hE]: 408 },
2159
2028
  [_Ty, _M],
2160
2029
  [0, 0],
2161
2030
  ];
2162
2031
  schema.TypeRegistry.for(n0).registerError(EFSMountConnectivityException, EFSMountConnectivityException$1);
2163
- var EFSMountFailureException = [
2164
- -3,
2165
- n0,
2166
- _EFSMFE,
2167
- {
2168
- [_e]: _c,
2169
- [_hE]: 403,
2170
- },
2171
- [_Ty, _M],
2172
- [0, 0],
2173
- ];
2032
+ var EFSMountFailureException = [-3, n0, _EFSMFE, { [_e]: _c, [_hE]: 403 }, [_Ty, _M], [0, 0]];
2174
2033
  schema.TypeRegistry.for(n0).registerError(EFSMountFailureException, EFSMountFailureException$1);
2175
- var EFSMountTimeoutException = [
2176
- -3,
2177
- n0,
2178
- _EFSMTE,
2179
- {
2180
- [_e]: _c,
2181
- [_hE]: 408,
2182
- },
2183
- [_Ty, _M],
2184
- [0, 0],
2185
- ];
2034
+ var EFSMountTimeoutException = [-3, n0, _EFSMTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
2186
2035
  schema.TypeRegistry.for(n0).registerError(EFSMountTimeoutException, EFSMountTimeoutException$1);
2187
2036
  var ENILimitReachedException = [
2188
2037
  -3,
2189
2038
  n0,
2190
2039
  _ENILRE,
2191
- {
2192
- [_e]: _se,
2193
- [_hE]: 502,
2194
- },
2040
+ { [_e]: _se, [_hE]: 502 },
2195
2041
  [_Ty, _M],
2196
2042
  [0, 0],
2197
2043
  ];
@@ -2512,10 +2358,7 @@ var FunctionVersionsPerCapacityProviderLimitExceededException = [
2512
2358
  -3,
2513
2359
  n0,
2514
2360
  _FVPCPLEE,
2515
- {
2516
- [_e]: _c,
2517
- [_hE]: 400,
2518
- },
2361
+ { [_e]: _c, [_hE]: 400 },
2519
2362
  [_Ty, _m],
2520
2363
  [0, 0],
2521
2364
  ];
@@ -2552,30 +2395,10 @@ var GetDurableExecutionHistoryRequest = [
2552
2395
  [_DEA, _IED, _MI, _Ma, _RO],
2553
2396
  [
2554
2397
  [0, 1],
2555
- [
2556
- 2,
2557
- {
2558
- [_hQ]: _IED,
2559
- },
2560
- ],
2561
- [
2562
- 1,
2563
- {
2564
- [_hQ]: _MI,
2565
- },
2566
- ],
2567
- [
2568
- 0,
2569
- {
2570
- [_hQ]: _Ma,
2571
- },
2572
- ],
2573
- [
2574
- 2,
2575
- {
2576
- [_hQ]: _RO,
2577
- },
2578
- ],
2398
+ [2, { [_hQ]: _IED }],
2399
+ [1, { [_hQ]: _MI }],
2400
+ [0, { [_hQ]: _Ma }],
2401
+ [2, { [_hQ]: _RO }],
2579
2402
  ],
2580
2403
  ];
2581
2404
  var GetDurableExecutionHistoryResponse = [
@@ -2603,24 +2426,9 @@ var GetDurableExecutionStateRequest = [
2603
2426
  [_DEA, _CT, _Ma, _MI],
2604
2427
  [
2605
2428
  [0, 1],
2606
- [
2607
- 0,
2608
- {
2609
- [_hQ]: _CT,
2610
- },
2611
- ],
2612
- [
2613
- 0,
2614
- {
2615
- [_hQ]: _Ma,
2616
- },
2617
- ],
2618
- [
2619
- 1,
2620
- {
2621
- [_hQ]: _MI,
2622
- },
2623
- ],
2429
+ [0, { [_hQ]: _CT }],
2430
+ [0, { [_hQ]: _Ma }],
2431
+ [1, { [_hQ]: _MI }],
2624
2432
  ],
2625
2433
  ];
2626
2434
  var GetDurableExecutionStateResponse = [
@@ -2644,12 +2452,7 @@ var GetFunctionConfigurationRequest = [
2644
2452
  [_FN, _Q],
2645
2453
  [
2646
2454
  [0, 1],
2647
- [
2648
- 0,
2649
- {
2650
- [_hQ]: _Q,
2651
- },
2652
- ],
2455
+ [0, { [_hQ]: _Q }],
2653
2456
  ],
2654
2457
  ];
2655
2458
  var GetFunctionEventInvokeConfigRequest = [
@@ -2660,12 +2463,7 @@ var GetFunctionEventInvokeConfigRequest = [
2660
2463
  [_FN, _Q],
2661
2464
  [
2662
2465
  [0, 1],
2663
- [
2664
- 0,
2665
- {
2666
- [_hQ]: _Q,
2667
- },
2668
- ],
2466
+ [0, { [_hQ]: _Q }],
2669
2467
  ],
2670
2468
  ];
2671
2469
  var GetFunctionRecursionConfigRequest = [3, n0, _GFRCR, 0, [_FN], [[0, 1]]];
@@ -2678,12 +2476,7 @@ var GetFunctionRequest = [
2678
2476
  [_FN, _Q],
2679
2477
  [
2680
2478
  [0, 1],
2681
- [
2682
- 0,
2683
- {
2684
- [_hQ]: _Q,
2685
- },
2686
- ],
2479
+ [0, { [_hQ]: _Q }],
2687
2480
  ],
2688
2481
  ];
2689
2482
  var GetFunctionResponse = [
@@ -2702,12 +2495,7 @@ var GetFunctionScalingConfigRequest = [
2702
2495
  [_FN, _Q],
2703
2496
  [
2704
2497
  [0, 1],
2705
- [
2706
- 0,
2707
- {
2708
- [_hQ]: _Q,
2709
- },
2710
- ],
2498
+ [0, { [_hQ]: _Q }],
2711
2499
  ],
2712
2500
  ];
2713
2501
  var GetFunctionScalingConfigResponse = [
@@ -2726,12 +2514,7 @@ var GetFunctionUrlConfigRequest = [
2726
2514
  [_FN, _Q],
2727
2515
  [
2728
2516
  [0, 1],
2729
- [
2730
- 0,
2731
- {
2732
- [_hQ]: _Q,
2733
- },
2734
- ],
2517
+ [0, { [_hQ]: _Q }],
2735
2518
  ],
2736
2519
  ];
2737
2520
  var GetFunctionUrlConfigResponse = [
@@ -2742,21 +2525,7 @@ var GetFunctionUrlConfigResponse = [
2742
2525
  [_FU, _FA, _AT, _Co, _CTr, _LMT, _IM],
2743
2526
  [0, 0, 0, () => Cors, 0, 0, 0],
2744
2527
  ];
2745
- var GetLayerVersionByArnRequest = [
2746
- 3,
2747
- n0,
2748
- _GLVBAR,
2749
- 0,
2750
- [_Arn],
2751
- [
2752
- [
2753
- 0,
2754
- {
2755
- [_hQ]: _Arn,
2756
- },
2757
- ],
2758
- ],
2759
- ];
2528
+ var GetLayerVersionByArnRequest = [3, n0, _GLVBAR, 0, [_Arn], [[0, { [_hQ]: _Arn }]]];
2760
2529
  var GetLayerVersionPolicyRequest = [
2761
2530
  3,
2762
2531
  n0,
@@ -2796,12 +2565,7 @@ var GetPolicyRequest = [
2796
2565
  [_FN, _Q],
2797
2566
  [
2798
2567
  [0, 1],
2799
- [
2800
- 0,
2801
- {
2802
- [_hQ]: _Q,
2803
- },
2804
- ],
2568
+ [0, { [_hQ]: _Q }],
2805
2569
  ],
2806
2570
  ];
2807
2571
  var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po, _RI], [0, 0]];
@@ -2813,12 +2577,7 @@ var GetProvisionedConcurrencyConfigRequest = [
2813
2577
  [_FN, _Q],
2814
2578
  [
2815
2579
  [0, 1],
2816
- [
2817
- 0,
2818
- {
2819
- [_hQ]: _Q,
2820
- },
2821
- ],
2580
+ [0, { [_hQ]: _Q }],
2822
2581
  ],
2823
2582
  ];
2824
2583
  var GetProvisionedConcurrencyConfigResponse = [
@@ -2837,12 +2596,7 @@ var GetRuntimeManagementConfigRequest = [
2837
2596
  [_FN, _Q],
2838
2597
  [
2839
2598
  [0, 1],
2840
- [
2841
- 0,
2842
- {
2843
- [_hQ]: _Q,
2844
- },
2845
- ],
2599
+ [0, { [_hQ]: _Q }],
2846
2600
  ],
2847
2601
  ];
2848
2602
  var GetRuntimeManagementConfigResponse = [
@@ -2868,10 +2622,7 @@ var InvalidCodeSignatureException = [
2868
2622
  -3,
2869
2623
  n0,
2870
2624
  _ICSE,
2871
- {
2872
- [_e]: _c,
2873
- [_hE]: 400,
2874
- },
2625
+ { [_e]: _c, [_hE]: 400 },
2875
2626
  [_Ty, _M],
2876
2627
  [0, 0],
2877
2628
  ];
@@ -2880,10 +2631,7 @@ var InvalidParameterValueException = [
2880
2631
  -3,
2881
2632
  n0,
2882
2633
  _IPVE,
2883
- {
2884
- [_e]: _c,
2885
- [_hE]: 400,
2886
- },
2634
+ { [_e]: _c, [_hE]: 400 },
2887
2635
  [_Ty, _m],
2888
2636
  [0, 0],
2889
2637
  ];
@@ -2892,61 +2640,25 @@ var InvalidRequestContentException = [
2892
2640
  -3,
2893
2641
  n0,
2894
2642
  _IRCE,
2895
- {
2896
- [_e]: _c,
2897
- [_hE]: 400,
2898
- },
2643
+ { [_e]: _c, [_hE]: 400 },
2899
2644
  [_Ty, _m],
2900
2645
  [0, 0],
2901
2646
  ];
2902
2647
  schema.TypeRegistry.for(n0).registerError(InvalidRequestContentException, InvalidRequestContentException$1);
2903
- var InvalidRuntimeException = [
2904
- -3,
2905
- n0,
2906
- _IRE,
2907
- {
2908
- [_e]: _se,
2909
- [_hE]: 502,
2910
- },
2911
- [_Ty, _M],
2912
- [0, 0],
2913
- ];
2648
+ var InvalidRuntimeException = [-3, n0, _IRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2914
2649
  schema.TypeRegistry.for(n0).registerError(InvalidRuntimeException, InvalidRuntimeException$1);
2915
2650
  var InvalidSecurityGroupIDException = [
2916
2651
  -3,
2917
2652
  n0,
2918
2653
  _ISGIDE,
2919
- {
2920
- [_e]: _se,
2921
- [_hE]: 502,
2922
- },
2654
+ { [_e]: _se, [_hE]: 502 },
2923
2655
  [_Ty, _M],
2924
2656
  [0, 0],
2925
2657
  ];
2926
2658
  schema.TypeRegistry.for(n0).registerError(InvalidSecurityGroupIDException, InvalidSecurityGroupIDException$1);
2927
- var InvalidSubnetIDException = [
2928
- -3,
2929
- n0,
2930
- _ISIDE,
2931
- {
2932
- [_e]: _se,
2933
- [_hE]: 502,
2934
- },
2935
- [_Ty, _M],
2936
- [0, 0],
2937
- ];
2659
+ var InvalidSubnetIDException = [-3, n0, _ISIDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2938
2660
  schema.TypeRegistry.for(n0).registerError(InvalidSubnetIDException, InvalidSubnetIDException$1);
2939
- var InvalidZipFileException = [
2940
- -3,
2941
- n0,
2942
- _IZFE,
2943
- {
2944
- [_e]: _se,
2945
- [_hE]: 502,
2946
- },
2947
- [_Ty, _M],
2948
- [0, 0],
2949
- ];
2661
+ var InvalidZipFileException = [-3, n0, _IZFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
2950
2662
  schema.TypeRegistry.for(n0).registerError(InvalidZipFileException, InvalidZipFileException$1);
2951
2663
  var InvocationCompletedDetails = [
2952
2664
  3,
@@ -2964,43 +2676,13 @@ var InvocationRequest = [
2964
2676
  [_FN, _IT, _LT, _CC, _DEN, _Pa, _Q, _TI],
2965
2677
  [
2966
2678
  [0, 1],
2967
- [
2968
- 0,
2969
- {
2970
- [_hH]: _XAIT,
2971
- },
2972
- ],
2973
- [
2974
- 0,
2975
- {
2976
- [_hH]: _XALT,
2977
- },
2978
- ],
2979
- [
2980
- 0,
2981
- {
2982
- [_hH]: _XACC,
2983
- },
2984
- ],
2985
- [
2986
- 0,
2987
- {
2988
- [_hH]: _XADEN,
2989
- },
2990
- ],
2679
+ [0, { [_hH]: _XAIT }],
2680
+ [0, { [_hH]: _XALT }],
2681
+ [0, { [_hH]: _XACC }],
2682
+ [0, { [_hH]: _XADEN }],
2991
2683
  [() => _Blob, 16],
2992
- [
2993
- 0,
2994
- {
2995
- [_hQ]: _Q,
2996
- },
2997
- ],
2998
- [
2999
- 0,
3000
- {
3001
- [_hH]: _XATI,
3002
- },
3003
- ],
2684
+ [0, { [_hQ]: _Q }],
2685
+ [0, { [_hH]: _XATI }],
3004
2686
  ],
3005
2687
  ];
3006
2688
  var InvocationResponse = [
@@ -3011,31 +2693,11 @@ var InvocationResponse = [
3011
2693
  [_SCt, _FE, _LR, _Pa, _EV, _DEA],
3012
2694
  [
3013
2695
  [1, 32],
3014
- [
3015
- 0,
3016
- {
3017
- [_hH]: _XAFE,
3018
- },
3019
- ],
3020
- [
3021
- 0,
3022
- {
3023
- [_hH]: _XALR,
3024
- },
3025
- ],
2696
+ [0, { [_hH]: _XAFE }],
2697
+ [0, { [_hH]: _XALR }],
3026
2698
  [() => _Blob, 16],
3027
- [
3028
- 0,
3029
- {
3030
- [_hH]: _XAEV,
3031
- },
3032
- ],
3033
- [
3034
- 0,
3035
- {
3036
- [_hH]: _XADEA,
3037
- },
3038
- ],
2699
+ [0, { [_hH]: _XAEV }],
2700
+ [0, { [_hH]: _XADEA }],
3039
2701
  ],
3040
2702
  ];
3041
2703
  var InvokeAsyncRequest = [
@@ -3050,21 +2712,7 @@ var InvokeAsyncRequest = [
3050
2712
  ],
3051
2713
  ];
3052
2714
  var InvokeAsyncResponse = [3, n0, _IARn, 0, [_Sta], [[1, 32]]];
3053
- var InvokeResponseStreamUpdate = [
3054
- 3,
3055
- n0,
3056
- _IRSU,
3057
- 0,
3058
- [_Pa],
3059
- [
3060
- [
3061
- () => _Blob,
3062
- {
3063
- [_eP]: 1,
3064
- },
3065
- ],
3066
- ],
3067
- ];
2715
+ var InvokeResponseStreamUpdate = [3, n0, _IRSU, 0, [_Pa], [[() => _Blob, { [_eP]: 1 }]]];
3068
2716
  var InvokeWithResponseStreamCompleteEvent = [
3069
2717
  3,
3070
2718
  n0,
@@ -3081,37 +2729,12 @@ var InvokeWithResponseStreamRequest = [
3081
2729
  [_FN, _IT, _LT, _CC, _Q, _Pa, _TI],
3082
2730
  [
3083
2731
  [0, 1],
3084
- [
3085
- 0,
3086
- {
3087
- [_hH]: _XAIT,
3088
- },
3089
- ],
3090
- [
3091
- 0,
3092
- {
3093
- [_hH]: _XALT,
3094
- },
3095
- ],
3096
- [
3097
- 0,
3098
- {
3099
- [_hH]: _XACC,
3100
- },
3101
- ],
3102
- [
3103
- 0,
3104
- {
3105
- [_hQ]: _Q,
3106
- },
3107
- ],
2732
+ [0, { [_hH]: _XAIT }],
2733
+ [0, { [_hH]: _XALT }],
2734
+ [0, { [_hH]: _XACC }],
2735
+ [0, { [_hQ]: _Q }],
3108
2736
  [() => _Blob, 16],
3109
- [
3110
- 0,
3111
- {
3112
- [_hH]: _XATI,
3113
- },
3114
- ],
2737
+ [0, { [_hH]: _XATI }],
3115
2738
  ],
3116
2739
  ];
3117
2740
  var InvokeWithResponseStreamResponse = [
@@ -3122,19 +2745,9 @@ var InvokeWithResponseStreamResponse = [
3122
2745
  [_SCt, _EV, _ESv, _RSCT],
3123
2746
  [
3124
2747
  [1, 32],
3125
- [
3126
- 0,
3127
- {
3128
- [_hH]: _XAEV,
3129
- },
3130
- ],
2748
+ [0, { [_hH]: _XAEV }],
3131
2749
  [() => InvokeWithResponseStreamResponseEvent, 16],
3132
- [
3133
- 0,
3134
- {
3135
- [_hH]: _CT_,
3136
- },
3137
- ],
2750
+ [0, { [_hH]: _CT_ }],
3138
2751
  ],
3139
2752
  ];
3140
2753
  var KafkaSchemaRegistryAccessConfig = [3, n0, _KSRAC, 0, [_Ty, _URI], [0, 0]];
@@ -3151,49 +2764,23 @@ var KMSAccessDeniedException = [
3151
2764
  -3,
3152
2765
  n0,
3153
2766
  _KMSADE,
3154
- {
3155
- [_e]: _se,
3156
- [_hE]: 502,
3157
- },
2767
+ { [_e]: _se, [_hE]: 502 },
3158
2768
  [_Ty, _M],
3159
2769
  [0, 0],
3160
2770
  ];
3161
2771
  schema.TypeRegistry.for(n0).registerError(KMSAccessDeniedException, KMSAccessDeniedException$1);
3162
- var KMSDisabledException = [
3163
- -3,
3164
- n0,
3165
- _KMSDE,
3166
- {
3167
- [_e]: _se,
3168
- [_hE]: 502,
3169
- },
3170
- [_Ty, _M],
3171
- [0, 0],
3172
- ];
2772
+ var KMSDisabledException = [-3, n0, _KMSDE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
3173
2773
  schema.TypeRegistry.for(n0).registerError(KMSDisabledException, KMSDisabledException$1);
3174
2774
  var KMSInvalidStateException = [
3175
2775
  -3,
3176
2776
  n0,
3177
2777
  _KMSISE,
3178
- {
3179
- [_e]: _se,
3180
- [_hE]: 502,
3181
- },
2778
+ { [_e]: _se, [_hE]: 502 },
3182
2779
  [_Ty, _M],
3183
2780
  [0, 0],
3184
2781
  ];
3185
2782
  schema.TypeRegistry.for(n0).registerError(KMSInvalidStateException, KMSInvalidStateException$1);
3186
- var KMSNotFoundException = [
3187
- -3,
3188
- n0,
3189
- _KMSNFE,
3190
- {
3191
- [_e]: _se,
3192
- [_hE]: 502,
3193
- },
3194
- [_Ty, _M],
3195
- [0, 0],
3196
- ];
2783
+ var KMSNotFoundException = [-3, n0, _KMSNFE, { [_e]: _se, [_hE]: 502 }, [_Ty, _M], [0, 0]];
3197
2784
  schema.TypeRegistry.for(n0).registerError(KMSNotFoundException, KMSNotFoundException$1);
3198
2785
  var LambdaManagedInstancesCapacityProviderConfig = [
3199
2786
  3,
@@ -3244,24 +2831,9 @@ var ListAliasesRequest = [
3244
2831
  [_FN, _FV, _Ma, _MI],
3245
2832
  [
3246
2833
  [0, 1],
3247
- [
3248
- 0,
3249
- {
3250
- [_hQ]: _FV,
3251
- },
3252
- ],
3253
- [
3254
- 0,
3255
- {
3256
- [_hQ]: _Ma,
3257
- },
3258
- ],
3259
- [
3260
- 1,
3261
- {
3262
- [_hQ]: _MI,
3263
- },
3264
- ],
2834
+ [0, { [_hQ]: _FV }],
2835
+ [0, { [_hQ]: _Ma }],
2836
+ [1, { [_hQ]: _MI }],
3265
2837
  ],
3266
2838
  ];
3267
2839
  var ListAliasesResponse = [3, n0, _LARi, 0, [_NM, _Al], [0, () => AliasList]];
@@ -3272,24 +2844,9 @@ var ListCapacityProvidersRequest = [
3272
2844
  0,
3273
2845
  [_St, _Ma, _MI],
3274
2846
  [
3275
- [
3276
- 0,
3277
- {
3278
- [_hQ]: _St,
3279
- },
3280
- ],
3281
- [
3282
- 0,
3283
- {
3284
- [_hQ]: _Ma,
3285
- },
3286
- ],
3287
- [
3288
- 1,
3289
- {
3290
- [_hQ]: _MI,
3291
- },
3292
- ],
2847
+ [0, { [_hQ]: _St }],
2848
+ [0, { [_hQ]: _Ma }],
2849
+ [1, { [_hQ]: _MI }],
3293
2850
  ],
3294
2851
  ];
3295
2852
  var ListCapacityProvidersResponse = [
@@ -3307,18 +2864,8 @@ var ListCodeSigningConfigsRequest = [
3307
2864
  0,
3308
2865
  [_Ma, _MI],
3309
2866
  [
3310
- [
3311
- 0,
3312
- {
3313
- [_hQ]: _Ma,
3314
- },
3315
- ],
3316
- [
3317
- 1,
3318
- {
3319
- [_hQ]: _MI,
3320
- },
3321
- ],
2867
+ [0, { [_hQ]: _Ma }],
2868
+ [1, { [_hQ]: _MI }],
3322
2869
  ],
3323
2870
  ];
3324
2871
  var ListCodeSigningConfigsResponse = [
@@ -3337,54 +2884,14 @@ var ListDurableExecutionsByFunctionRequest = [
3337
2884
  [_FN, _Q, _DEN, _Stat, _SAt, _SBt, _RO, _Ma, _MI],
3338
2885
  [
3339
2886
  [0, 1],
3340
- [
3341
- 0,
3342
- {
3343
- [_hQ]: _Q,
3344
- },
3345
- ],
3346
- [
3347
- 0,
3348
- {
3349
- [_hQ]: _DEN,
3350
- },
3351
- ],
3352
- [
3353
- 64 | 0,
3354
- {
3355
- [_hQ]: _Stat,
3356
- },
3357
- ],
3358
- [
3359
- 4,
3360
- {
3361
- [_hQ]: _SAt,
3362
- },
3363
- ],
3364
- [
3365
- 4,
3366
- {
3367
- [_hQ]: _SBt,
3368
- },
3369
- ],
3370
- [
3371
- 2,
3372
- {
3373
- [_hQ]: _RO,
3374
- },
3375
- ],
3376
- [
3377
- 0,
3378
- {
3379
- [_hQ]: _Ma,
3380
- },
3381
- ],
3382
- [
3383
- 1,
3384
- {
3385
- [_hQ]: _MI,
3386
- },
3387
- ],
2887
+ [0, { [_hQ]: _Q }],
2888
+ [0, { [_hQ]: _DEN }],
2889
+ [64 | 0, { [_hQ]: _Stat }],
2890
+ [4, { [_hQ]: _SAt }],
2891
+ [4, { [_hQ]: _SBt }],
2892
+ [2, { [_hQ]: _RO }],
2893
+ [0, { [_hQ]: _Ma }],
2894
+ [1, { [_hQ]: _MI }],
3388
2895
  ],
3389
2896
  ];
3390
2897
  var ListDurableExecutionsByFunctionResponse = [
@@ -3402,30 +2909,10 @@ var ListEventSourceMappingsRequest = [
3402
2909
  0,
3403
2910
  [_ESA, _FN, _Ma, _MI],
3404
2911
  [
3405
- [
3406
- 0,
3407
- {
3408
- [_hQ]: _ESA,
3409
- },
3410
- ],
3411
- [
3412
- 0,
3413
- {
3414
- [_hQ]: _FN,
3415
- },
3416
- ],
3417
- [
3418
- 0,
3419
- {
3420
- [_hQ]: _Ma,
3421
- },
3422
- ],
3423
- [
3424
- 1,
3425
- {
3426
- [_hQ]: _MI,
3427
- },
3428
- ],
2912
+ [0, { [_hQ]: _ESA }],
2913
+ [0, { [_hQ]: _FN }],
2914
+ [0, { [_hQ]: _Ma }],
2915
+ [1, { [_hQ]: _MI }],
3429
2916
  ],
3430
2917
  ];
3431
2918
  var ListEventSourceMappingsResponse = [
@@ -3444,18 +2931,8 @@ var ListFunctionEventInvokeConfigsRequest = [
3444
2931
  [_FN, _Ma, _MI],
3445
2932
  [
3446
2933
  [0, 1],
3447
- [
3448
- 0,
3449
- {
3450
- [_hQ]: _Ma,
3451
- },
3452
- ],
3453
- [
3454
- 1,
3455
- {
3456
- [_hQ]: _MI,
3457
- },
3458
- ],
2934
+ [0, { [_hQ]: _Ma }],
2935
+ [1, { [_hQ]: _MI }],
3459
2936
  ],
3460
2937
  ];
3461
2938
  var ListFunctionEventInvokeConfigsResponse = [
@@ -3474,18 +2951,8 @@ var ListFunctionsByCodeSigningConfigRequest = [
3474
2951
  [_CSCA, _Ma, _MI],
3475
2952
  [
3476
2953
  [0, 1],
3477
- [
3478
- 0,
3479
- {
3480
- [_hQ]: _Ma,
3481
- },
3482
- ],
3483
- [
3484
- 1,
3485
- {
3486
- [_hQ]: _MI,
3487
- },
3488
- ],
2954
+ [0, { [_hQ]: _Ma }],
2955
+ [1, { [_hQ]: _MI }],
3489
2956
  ],
3490
2957
  ];
3491
2958
  var ListFunctionsByCodeSigningConfigResponse = [
@@ -3503,30 +2970,10 @@ var ListFunctionsRequest = [
3503
2970
  0,
3504
2971
  [_MR, _FV, _Ma, _MI],
3505
2972
  [
3506
- [
3507
- 0,
3508
- {
3509
- [_hQ]: _MR,
3510
- },
3511
- ],
3512
- [
3513
- 0,
3514
- {
3515
- [_hQ]: _FV,
3516
- },
3517
- ],
3518
- [
3519
- 0,
3520
- {
3521
- [_hQ]: _Ma,
3522
- },
3523
- ],
3524
- [
3525
- 1,
3526
- {
3527
- [_hQ]: _MI,
3528
- },
3529
- ],
2973
+ [0, { [_hQ]: _MR }],
2974
+ [0, { [_hQ]: _FV }],
2975
+ [0, { [_hQ]: _Ma }],
2976
+ [1, { [_hQ]: _MI }],
3530
2977
  ],
3531
2978
  ];
3532
2979
  var ListFunctionsResponse = [3, n0, _LFRi, 0, [_NM, _Fu], [0, [() => FunctionList, 0]]];
@@ -3538,18 +2985,8 @@ var ListFunctionUrlConfigsRequest = [
3538
2985
  [_FN, _Ma, _MI],
3539
2986
  [
3540
2987
  [0, 1],
3541
- [
3542
- 0,
3543
- {
3544
- [_hQ]: _Ma,
3545
- },
3546
- ],
3547
- [
3548
- 1,
3549
- {
3550
- [_hQ]: _MI,
3551
- },
3552
- ],
2988
+ [0, { [_hQ]: _Ma }],
2989
+ [1, { [_hQ]: _MI }],
3553
2990
  ],
3554
2991
  ];
3555
2992
  var ListFunctionUrlConfigsResponse = [
@@ -3568,18 +3005,8 @@ var ListFunctionVersionsByCapacityProviderRequest = [
3568
3005
  [_CPN, _Ma, _MI],
3569
3006
  [
3570
3007
  [0, 1],
3571
- [
3572
- 0,
3573
- {
3574
- [_hQ]: _Ma,
3575
- },
3576
- ],
3577
- [
3578
- 1,
3579
- {
3580
- [_hQ]: _MI,
3581
- },
3582
- ],
3008
+ [0, { [_hQ]: _Ma }],
3009
+ [1, { [_hQ]: _MI }],
3583
3010
  ],
3584
3011
  ];
3585
3012
  var ListFunctionVersionsByCapacityProviderResponse = [
@@ -3597,30 +3024,10 @@ var ListLayersRequest = [
3597
3024
  0,
3598
3025
  [_CRo, _Ma, _MI, _CAo],
3599
3026
  [
3600
- [
3601
- 0,
3602
- {
3603
- [_hQ]: _CRo,
3604
- },
3605
- ],
3606
- [
3607
- 0,
3608
- {
3609
- [_hQ]: _Ma,
3610
- },
3611
- ],
3612
- [
3613
- 1,
3614
- {
3615
- [_hQ]: _MI,
3616
- },
3617
- ],
3618
- [
3619
- 0,
3620
- {
3621
- [_hQ]: _CAo,
3622
- },
3623
- ],
3027
+ [0, { [_hQ]: _CRo }],
3028
+ [0, { [_hQ]: _Ma }],
3029
+ [1, { [_hQ]: _MI }],
3030
+ [0, { [_hQ]: _CAo }],
3624
3031
  ],
3625
3032
  ];
3626
3033
  var ListLayersResponse = [3, n0, _LLRi, 0, [_NM, _L], [0, () => LayersList]];
@@ -3631,31 +3038,11 @@ var ListLayerVersionsRequest = [
3631
3038
  0,
3632
3039
  [_CRo, _LN, _Ma, _MI, _CAo],
3633
3040
  [
3634
- [
3635
- 0,
3636
- {
3637
- [_hQ]: _CRo,
3638
- },
3639
- ],
3041
+ [0, { [_hQ]: _CRo }],
3640
3042
  [0, 1],
3641
- [
3642
- 0,
3643
- {
3644
- [_hQ]: _Ma,
3645
- },
3646
- ],
3647
- [
3648
- 1,
3649
- {
3650
- [_hQ]: _MI,
3651
- },
3652
- ],
3653
- [
3654
- 0,
3655
- {
3656
- [_hQ]: _CAo,
3657
- },
3658
- ],
3043
+ [0, { [_hQ]: _Ma }],
3044
+ [1, { [_hQ]: _MI }],
3045
+ [0, { [_hQ]: _CAo }],
3659
3046
  ],
3660
3047
  ];
3661
3048
  var ListLayerVersionsResponse = [
@@ -3674,18 +3061,8 @@ var ListProvisionedConcurrencyConfigsRequest = [
3674
3061
  [_FN, _Ma, _MI],
3675
3062
  [
3676
3063
  [0, 1],
3677
- [
3678
- 0,
3679
- {
3680
- [_hQ]: _Ma,
3681
- },
3682
- ],
3683
- [
3684
- 1,
3685
- {
3686
- [_hQ]: _MI,
3687
- },
3688
- ],
3064
+ [0, { [_hQ]: _Ma }],
3065
+ [1, { [_hQ]: _MI }],
3689
3066
  ],
3690
3067
  ];
3691
3068
  var ListProvisionedConcurrencyConfigsResponse = [
@@ -3706,18 +3083,8 @@ var ListVersionsByFunctionRequest = [
3706
3083
  [_FN, _Ma, _MI],
3707
3084
  [
3708
3085
  [0, 1],
3709
- [
3710
- 0,
3711
- {
3712
- [_hQ]: _Ma,
3713
- },
3714
- ],
3715
- [
3716
- 1,
3717
- {
3718
- [_hQ]: _MI,
3719
- },
3720
- ],
3086
+ [0, { [_hQ]: _Ma }],
3087
+ [1, { [_hQ]: _MI }],
3721
3088
  ],
3722
3089
  ];
3723
3090
  var ListVersionsByFunctionResponse = [
@@ -3733,10 +3100,7 @@ var NoPublishedVersionException = [
3733
3100
  -3,
3734
3101
  n0,
3735
3102
  _NPVE,
3736
- {
3737
- [_e]: _c,
3738
- [_hE]: 400,
3739
- },
3103
+ { [_e]: _c, [_hE]: 400 },
3740
3104
  [_Ty, _M],
3741
3105
  [0, 0],
3742
3106
  ];
@@ -3792,25 +3156,12 @@ var PolicyLengthExceededException = [
3792
3156
  -3,
3793
3157
  n0,
3794
3158
  _PLEE,
3795
- {
3796
- [_e]: _c,
3797
- [_hE]: 400,
3798
- },
3159
+ { [_e]: _c, [_hE]: 400 },
3799
3160
  [_Ty, _m],
3800
3161
  [0, 0],
3801
3162
  ];
3802
3163
  schema.TypeRegistry.for(n0).registerError(PolicyLengthExceededException, PolicyLengthExceededException$1);
3803
- var PreconditionFailedException = [
3804
- -3,
3805
- n0,
3806
- _PFE,
3807
- {
3808
- [_e]: _c,
3809
- [_hE]: 412,
3810
- },
3811
- [_Ty, _m],
3812
- [0, 0],
3813
- ];
3164
+ var PreconditionFailedException = [-3, n0, _PFE, { [_e]: _c, [_hE]: 412 }, [_Ty, _m], [0, 0]];
3814
3165
  schema.TypeRegistry.for(n0).registerError(PreconditionFailedException, PreconditionFailedException$1);
3815
3166
  var ProvisionedConcurrencyConfigListItem = [
3816
3167
  3,
@@ -3824,10 +3175,7 @@ var ProvisionedConcurrencyConfigNotFoundException = [
3824
3175
  -3,
3825
3176
  n0,
3826
3177
  _PCCNFE,
3827
- {
3828
- [_e]: _c,
3829
- [_hE]: 404,
3830
- },
3178
+ { [_e]: _c, [_hE]: 404 },
3831
3179
  [_Ty, _m],
3832
3180
  [0, 0],
3833
3181
  ];
@@ -3866,18 +3214,7 @@ var PutFunctionEventInvokeConfigRequest = [
3866
3214
  _PFEICR,
3867
3215
  0,
3868
3216
  [_FN, _Q, _MRA, _MEAIS, _DC],
3869
- [
3870
- [0, 1],
3871
- [
3872
- 0,
3873
- {
3874
- [_hQ]: _Q,
3875
- },
3876
- ],
3877
- 1,
3878
- 1,
3879
- () => DestinationConfig,
3880
- ],
3217
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
3881
3218
  ];
3882
3219
  var PutFunctionRecursionConfigRequest = [3, n0, _PFRCR, 0, [_FN, _RL], [[0, 1], 0]];
3883
3220
  var PutFunctionRecursionConfigResponse = [3, n0, _PFRCRu, 0, [_RL], [0]];
@@ -3887,16 +3224,7 @@ var PutFunctionScalingConfigRequest = [
3887
3224
  _PFSCR,
3888
3225
  0,
3889
3226
  [_FN, _Q, _FSCu],
3890
- [
3891
- [0, 1],
3892
- [
3893
- 0,
3894
- {
3895
- [_hQ]: _Q,
3896
- },
3897
- ],
3898
- () => FunctionScalingConfig,
3899
- ],
3227
+ [[0, 1], [0, { [_hQ]: _Q }], () => FunctionScalingConfig],
3900
3228
  ];
3901
3229
  var PutFunctionScalingConfigResponse = [3, n0, _PFSCRu, 0, [_FS], [0]];
3902
3230
  var PutProvisionedConcurrencyConfigRequest = [
@@ -3905,16 +3233,7 @@ var PutProvisionedConcurrencyConfigRequest = [
3905
3233
  _PPCCR,
3906
3234
  0,
3907
3235
  [_FN, _Q, _PCE],
3908
- [
3909
- [0, 1],
3910
- [
3911
- 0,
3912
- {
3913
- [_hQ]: _Q,
3914
- },
3915
- ],
3916
- 1,
3917
- ],
3236
+ [[0, 1], [0, { [_hQ]: _Q }], 1],
3918
3237
  ];
3919
3238
  var PutProvisionedConcurrencyConfigResponse = [
3920
3239
  3,
@@ -3930,17 +3249,7 @@ var PutRuntimeManagementConfigRequest = [
3930
3249
  _PRMCR,
3931
3250
  0,
3932
3251
  [_FN, _Q, _URO, _RVA],
3933
- [
3934
- [0, 1],
3935
- [
3936
- 0,
3937
- {
3938
- [_hQ]: _Q,
3939
- },
3940
- ],
3941
- 0,
3942
- 0,
3943
- ],
3252
+ [[0, 1], [0, { [_hQ]: _Q }], 0, 0],
3944
3253
  ];
3945
3254
  var PutRuntimeManagementConfigResponse = [
3946
3255
  3,
@@ -3954,10 +3263,7 @@ var RecursiveInvocationException = [
3954
3263
  -3,
3955
3264
  n0,
3956
3265
  _RIE,
3957
- {
3958
- [_e]: _c,
3959
- [_hE]: 400,
3960
- },
3266
+ { [_e]: _c, [_hE]: 400 },
3961
3267
  [_Ty, _M],
3962
3268
  [0, 0],
3963
3269
  ];
@@ -3972,12 +3278,7 @@ var RemoveLayerVersionPermissionRequest = [
3972
3278
  [0, 1],
3973
3279
  [1, 1],
3974
3280
  [0, 1],
3975
- [
3976
- 0,
3977
- {
3978
- [_hQ]: _RI,
3979
- },
3980
- ],
3281
+ [0, { [_hQ]: _RI }],
3981
3282
  ],
3982
3283
  ];
3983
3284
  var RemovePermissionRequest = [
@@ -3989,79 +3290,19 @@ var RemovePermissionRequest = [
3989
3290
  [
3990
3291
  [0, 1],
3991
3292
  [0, 1],
3992
- [
3993
- 0,
3994
- {
3995
- [_hQ]: _Q,
3996
- },
3997
- ],
3998
- [
3999
- 0,
4000
- {
4001
- [_hQ]: _RI,
4002
- },
4003
- ],
3293
+ [0, { [_hQ]: _Q }],
3294
+ [0, { [_hQ]: _RI }],
4004
3295
  ],
4005
3296
  ];
4006
- var RequestTooLargeException = [
4007
- -3,
4008
- n0,
4009
- _RTLE,
4010
- {
4011
- [_e]: _c,
4012
- [_hE]: 413,
4013
- },
4014
- [_Ty, _m],
4015
- [0, 0],
4016
- ];
3297
+ var RequestTooLargeException = [-3, n0, _RTLE, { [_e]: _c, [_hE]: 413 }, [_Ty, _m], [0, 0]];
4017
3298
  schema.TypeRegistry.for(n0).registerError(RequestTooLargeException, RequestTooLargeException$1);
4018
- var ResourceConflictException = [
4019
- -3,
4020
- n0,
4021
- _RCEe,
4022
- {
4023
- [_e]: _c,
4024
- [_hE]: 409,
4025
- },
4026
- [_Ty, _m],
4027
- [0, 0],
4028
- ];
3299
+ var ResourceConflictException = [-3, n0, _RCEe, { [_e]: _c, [_hE]: 409 }, [_Ty, _m], [0, 0]];
4029
3300
  schema.TypeRegistry.for(n0).registerError(ResourceConflictException, ResourceConflictException$1);
4030
- var ResourceInUseException = [
4031
- -3,
4032
- n0,
4033
- _RIUE,
4034
- {
4035
- [_e]: _c,
4036
- [_hE]: 400,
4037
- },
4038
- [_Ty, _M],
4039
- [0, 0],
4040
- ];
3301
+ var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
4041
3302
  schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
4042
- var ResourceNotFoundException = [
4043
- -3,
4044
- n0,
4045
- _RNFE,
4046
- {
4047
- [_e]: _c,
4048
- [_hE]: 404,
4049
- },
4050
- [_Ty, _M],
4051
- [0, 0],
4052
- ];
3303
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_Ty, _M], [0, 0]];
4053
3304
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
4054
- var ResourceNotReadyException = [
4055
- -3,
4056
- n0,
4057
- _RNRE,
4058
- {
4059
- [_e]: _se,
4060
- [_hE]: 502,
4061
- },
4062
- [_Ty, _m],
4063
- [0, 0],
4064
- ];
3305
+ var ResourceNotReadyException = [-3, n0, _RNRE, { [_e]: _se, [_hE]: 502 }, [_Ty, _m], [0, 0]];
4065
3306
  schema.TypeRegistry.for(n0).registerError(ResourceNotReadyException, ResourceNotReadyException$1);
4066
3307
  var RetryDetails = [3, n0, _RD, 0, [_CAu, _NADS], [1, 1]];
4067
3308
  var RuntimeVersionConfig = [
@@ -4113,63 +3354,27 @@ var SerializedRequestEntityTooLargeException = [
4113
3354
  -3,
4114
3355
  n0,
4115
3356
  _SRETLE,
4116
- {
4117
- [_e]: _c,
4118
- [_hE]: 413,
4119
- },
3357
+ { [_e]: _c, [_hE]: 413 },
4120
3358
  [_Ty, _m],
4121
3359
  [0, 0],
4122
3360
  ];
4123
3361
  schema.TypeRegistry.for(n0).registerError(SerializedRequestEntityTooLargeException, SerializedRequestEntityTooLargeException$1);
4124
- var ServiceException = [
4125
- -3,
4126
- n0,
4127
- _SE,
4128
- {
4129
- [_e]: _se,
4130
- [_hE]: 500,
4131
- },
4132
- [_Ty, _M],
4133
- [0, 0],
4134
- ];
3362
+ var ServiceException = [-3, n0, _SE, { [_e]: _se, [_hE]: 500 }, [_Ty, _M], [0, 0]];
4135
3363
  schema.TypeRegistry.for(n0).registerError(ServiceException, ServiceException$1);
4136
3364
  var SnapStart = [3, n0, _SSn, 0, [_AOp], [0]];
4137
- var SnapStartException = [
4138
- -3,
4139
- n0,
4140
- _SSE,
4141
- {
4142
- [_e]: _c,
4143
- [_hE]: 400,
4144
- },
4145
- [_Ty, _M],
4146
- [0, 0],
4147
- ];
3365
+ var SnapStartException = [-3, n0, _SSE, { [_e]: _c, [_hE]: 400 }, [_Ty, _M], [0, 0]];
4148
3366
  schema.TypeRegistry.for(n0).registerError(SnapStartException, SnapStartException$1);
4149
3367
  var SnapStartNotReadyException = [
4150
3368
  -3,
4151
3369
  n0,
4152
3370
  _SSNRE,
4153
- {
4154
- [_e]: _c,
4155
- [_hE]: 409,
4156
- },
3371
+ { [_e]: _c, [_hE]: 409 },
4157
3372
  [_Ty, _M],
4158
3373
  [0, 0],
4159
3374
  ];
4160
3375
  schema.TypeRegistry.for(n0).registerError(SnapStartNotReadyException, SnapStartNotReadyException$1);
4161
3376
  var SnapStartResponse = [3, n0, _SSR, 0, [_AOp, _OSp], [0, 0]];
4162
- var SnapStartTimeoutException = [
4163
- -3,
4164
- n0,
4165
- _SSTE,
4166
- {
4167
- [_e]: _c,
4168
- [_hE]: 408,
4169
- },
4170
- [_Ty, _M],
4171
- [0, 0],
4172
- ];
3377
+ var SnapStartTimeoutException = [-3, n0, _SSTE, { [_e]: _c, [_hE]: 408 }, [_Ty, _M], [0, 0]];
4173
3378
  schema.TypeRegistry.for(n0).registerError(SnapStartTimeoutException, SnapStartTimeoutException$1);
4174
3379
  var SourceAccessConfiguration = [3, n0, _SACo, 0, [_Ty, _URI], [0, 0]];
4175
3380
  var StepDetails = [
@@ -4214,10 +3419,7 @@ var SubnetIPAddressLimitReachedException = [
4214
3419
  -3,
4215
3420
  n0,
4216
3421
  _SIPALRE,
4217
- {
4218
- [_e]: _se,
4219
- [_hE]: 502,
4220
- },
3422
+ { [_e]: _se, [_hE]: 502 },
4221
3423
  [_Ty, _M],
4222
3424
  [0, 0],
4223
3425
  ];
@@ -4230,22 +3432,9 @@ var TooManyRequestsException = [
4230
3432
  -3,
4231
3433
  n0,
4232
3434
  _TMRE,
4233
- {
4234
- [_e]: _c,
4235
- [_hE]: 429,
4236
- },
3435
+ { [_e]: _c, [_hE]: 429 },
4237
3436
  [_rAS, _Ty, _m, _Rea],
4238
- [
4239
- [
4240
- 0,
4241
- {
4242
- [_hH]: _RA,
4243
- },
4244
- ],
4245
- 0,
4246
- 0,
4247
- 0,
4248
- ],
3437
+ [[0, { [_hH]: _RA }], 0, 0, 0],
4249
3438
  ];
4250
3439
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
4251
3440
  var TraceHeader = [3, n0, _TH, 0, [_XATIm], [0]];
@@ -4255,10 +3444,7 @@ var UnsupportedMediaTypeException = [
4255
3444
  -3,
4256
3445
  n0,
4257
3446
  _UMTE,
4258
- {
4259
- [_e]: _c,
4260
- [_hE]: 415,
4261
- },
3447
+ { [_e]: _c, [_hE]: 415 },
4262
3448
  [_Ty, _m],
4263
3449
  [0, 0],
4264
3450
  ];
@@ -4271,12 +3457,7 @@ var UntagResourceRequest = [
4271
3457
  [_Re, _TK],
4272
3458
  [
4273
3459
  [0, 1],
4274
- [
4275
- 64 | 0,
4276
- {
4277
- [_hQ]: _tK,
4278
- },
4279
- ],
3460
+ [64 | 0, { [_hQ]: _tK }],
4280
3461
  ],
4281
3462
  ];
4282
3463
  var UpdateAliasRequest = [
@@ -4408,18 +3589,7 @@ var UpdateFunctionEventInvokeConfigRequest = [
4408
3589
  _UFEICR,
4409
3590
  0,
4410
3591
  [_FN, _Q, _MRA, _MEAIS, _DC],
4411
- [
4412
- [0, 1],
4413
- [
4414
- 0,
4415
- {
4416
- [_hQ]: _Q,
4417
- },
4418
- ],
4419
- 1,
4420
- 1,
4421
- () => DestinationConfig,
4422
- ],
3592
+ [[0, 1], [0, { [_hQ]: _Q }], 1, 1, () => DestinationConfig],
4423
3593
  ];
4424
3594
  var UpdateFunctionUrlConfigRequest = [
4425
3595
  3,
@@ -4427,18 +3597,7 @@ var UpdateFunctionUrlConfigRequest = [
4427
3597
  _UFUCR,
4428
3598
  0,
4429
3599
  [_FN, _Q, _AT, _Co, _IM],
4430
- [
4431
- [0, 1],
4432
- [
4433
- 0,
4434
- {
4435
- [_hQ]: _Q,
4436
- },
4437
- ],
4438
- 0,
4439
- () => Cors,
4440
- 0,
4441
- ],
3600
+ [[0, 1], [0, { [_hQ]: _Q }], 0, () => Cors, 0],
4442
3601
  ];
4443
3602
  var UpdateFunctionUrlConfigResponse = [
4444
3603
  3,
@@ -4524,9 +3683,7 @@ var InvokeWithResponseStreamResponseEvent = [
4524
3683
  3,
4525
3684
  n0,
4526
3685
  _IWRSRE,
4527
- {
4528
- [_s]: 1,
4529
- },
3686
+ { [_s]: 1 },
4530
3687
  [_PCa, _ICn],
4531
3688
  [[() => InvokeResponseStreamUpdate, 0], () => InvokeWithResponseStreamCompleteEvent],
4532
3689
  ];
@@ -4534,9 +3691,7 @@ var AddLayerVersionPermission = [
4534
3691
  9,
4535
3692
  n0,
4536
3693
  _ALVP,
4537
- {
4538
- [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201],
4539
- },
3694
+ { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 201] },
4540
3695
  () => AddLayerVersionPermissionRequest,
4541
3696
  () => AddLayerVersionPermissionResponse,
4542
3697
  ];
@@ -4544,9 +3699,7 @@ var AddPermission = [
4544
3699
  9,
4545
3700
  n0,
4546
3701
  _APd,
4547
- {
4548
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201],
4549
- },
3702
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/policy", 201] },
4550
3703
  () => AddPermissionRequest,
4551
3704
  () => AddPermissionResponse,
4552
3705
  ];
@@ -4554,9 +3707,7 @@ var CheckpointDurableExecution = [
4554
3707
  9,
4555
3708
  n0,
4556
3709
  _CDE,
4557
- {
4558
- [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200],
4559
- },
3710
+ { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/checkpoint", 200] },
4560
3711
  () => CheckpointDurableExecutionRequest,
4561
3712
  () => CheckpointDurableExecutionResponse,
4562
3713
  ];
@@ -4564,9 +3715,7 @@ var CreateAlias = [
4564
3715
  9,
4565
3716
  n0,
4566
3717
  _CAr,
4567
- {
4568
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201],
4569
- },
3718
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/aliases", 201] },
4570
3719
  () => CreateAliasRequest,
4571
3720
  () => AliasConfiguration,
4572
3721
  ];
@@ -4574,9 +3723,7 @@ var CreateCapacityProvider = [
4574
3723
  9,
4575
3724
  n0,
4576
3725
  _CCP,
4577
- {
4578
- [_h]: ["POST", "/2025-11-30/capacity-providers", 202],
4579
- },
3726
+ { [_h]: ["POST", "/2025-11-30/capacity-providers", 202] },
4580
3727
  () => CreateCapacityProviderRequest,
4581
3728
  () => CreateCapacityProviderResponse,
4582
3729
  ];
@@ -4584,9 +3731,7 @@ var CreateCodeSigningConfig = [
4584
3731
  9,
4585
3732
  n0,
4586
3733
  _CCSC,
4587
- {
4588
- [_h]: ["POST", "/2020-04-22/code-signing-configs", 201],
4589
- },
3734
+ { [_h]: ["POST", "/2020-04-22/code-signing-configs", 201] },
4590
3735
  () => CreateCodeSigningConfigRequest,
4591
3736
  () => CreateCodeSigningConfigResponse,
4592
3737
  ];
@@ -4594,9 +3739,7 @@ var CreateEventSourceMapping = [
4594
3739
  9,
4595
3740
  n0,
4596
3741
  _CESM,
4597
- {
4598
- [_h]: ["POST", "/2015-03-31/event-source-mappings", 202],
4599
- },
3742
+ { [_h]: ["POST", "/2015-03-31/event-source-mappings", 202] },
4600
3743
  () => CreateEventSourceMappingRequest,
4601
3744
  () => EventSourceMappingConfiguration,
4602
3745
  ];
@@ -4604,9 +3747,7 @@ var CreateFunction = [
4604
3747
  9,
4605
3748
  n0,
4606
3749
  _CF,
4607
- {
4608
- [_h]: ["POST", "/2015-03-31/functions", 201],
4609
- },
3750
+ { [_h]: ["POST", "/2015-03-31/functions", 201] },
4610
3751
  () => CreateFunctionRequest,
4611
3752
  () => FunctionConfiguration,
4612
3753
  ];
@@ -4614,9 +3755,7 @@ var CreateFunctionUrlConfig = [
4614
3755
  9,
4615
3756
  n0,
4616
3757
  _CFUC,
4617
- {
4618
- [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201],
4619
- },
3758
+ { [_h]: ["POST", "/2021-10-31/functions/{FunctionName}/url", 201] },
4620
3759
  () => CreateFunctionUrlConfigRequest,
4621
3760
  () => CreateFunctionUrlConfigResponse,
4622
3761
  ];
@@ -4624,9 +3763,7 @@ var DeleteAlias = [
4624
3763
  9,
4625
3764
  n0,
4626
3765
  _DA,
4627
- {
4628
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204],
4629
- },
3766
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 204] },
4630
3767
  () => DeleteAliasRequest,
4631
3768
  () => __Unit,
4632
3769
  ];
@@ -4634,9 +3771,7 @@ var DeleteCapacityProvider = [
4634
3771
  9,
4635
3772
  n0,
4636
3773
  _DCP,
4637
- {
4638
- [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
4639
- },
3774
+ { [_h]: ["DELETE", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
4640
3775
  () => DeleteCapacityProviderRequest,
4641
3776
  () => DeleteCapacityProviderResponse,
4642
3777
  ];
@@ -4644,9 +3779,7 @@ var DeleteCodeSigningConfig = [
4644
3779
  9,
4645
3780
  n0,
4646
3781
  _DCSC,
4647
- {
4648
- [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204],
4649
- },
3782
+ { [_h]: ["DELETE", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 204] },
4650
3783
  () => DeleteCodeSigningConfigRequest,
4651
3784
  () => DeleteCodeSigningConfigResponse,
4652
3785
  ];
@@ -4654,9 +3787,7 @@ var DeleteEventSourceMapping = [
4654
3787
  9,
4655
3788
  n0,
4656
3789
  _DESM,
4657
- {
4658
- [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202],
4659
- },
3790
+ { [_h]: ["DELETE", "/2015-03-31/event-source-mappings/{UUID}", 202] },
4660
3791
  () => DeleteEventSourceMappingRequest,
4661
3792
  () => EventSourceMappingConfiguration,
4662
3793
  ];
@@ -4664,9 +3795,7 @@ var DeleteFunction = [
4664
3795
  9,
4665
3796
  n0,
4666
3797
  _DF,
4667
- {
4668
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200],
4669
- },
3798
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}", 200] },
4670
3799
  () => DeleteFunctionRequest,
4671
3800
  () => DeleteFunctionResponse,
4672
3801
  ];
@@ -4674,9 +3803,7 @@ var DeleteFunctionCodeSigningConfig = [
4674
3803
  9,
4675
3804
  n0,
4676
3805
  _DFCSC,
4677
- {
4678
- [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204],
4679
- },
3806
+ { [_h]: ["DELETE", "/2020-06-30/functions/{FunctionName}/code-signing-config", 204] },
4680
3807
  () => DeleteFunctionCodeSigningConfigRequest,
4681
3808
  () => __Unit,
4682
3809
  ];
@@ -4684,9 +3811,7 @@ var DeleteFunctionConcurrency = [
4684
3811
  9,
4685
3812
  n0,
4686
3813
  _DFC,
4687
- {
4688
- [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204],
4689
- },
3814
+ { [_h]: ["DELETE", "/2017-10-31/functions/{FunctionName}/concurrency", 204] },
4690
3815
  () => DeleteFunctionConcurrencyRequest,
4691
3816
  () => __Unit,
4692
3817
  ];
@@ -4694,9 +3819,7 @@ var DeleteFunctionEventInvokeConfig = [
4694
3819
  9,
4695
3820
  n0,
4696
3821
  _DFEIC,
4697
- {
4698
- [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204],
4699
- },
3822
+ { [_h]: ["DELETE", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 204] },
4700
3823
  () => DeleteFunctionEventInvokeConfigRequest,
4701
3824
  () => __Unit,
4702
3825
  ];
@@ -4704,9 +3827,7 @@ var DeleteFunctionUrlConfig = [
4704
3827
  9,
4705
3828
  n0,
4706
3829
  _DFUC,
4707
- {
4708
- [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204],
4709
- },
3830
+ { [_h]: ["DELETE", "/2021-10-31/functions/{FunctionName}/url", 204] },
4710
3831
  () => DeleteFunctionUrlConfigRequest,
4711
3832
  () => __Unit,
4712
3833
  ];
@@ -4714,9 +3835,7 @@ var DeleteLayerVersion = [
4714
3835
  9,
4715
3836
  n0,
4716
3837
  _DLV,
4717
- {
4718
- [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204],
4719
- },
3838
+ { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 204] },
4720
3839
  () => DeleteLayerVersionRequest,
4721
3840
  () => __Unit,
4722
3841
  ];
@@ -4724,9 +3843,7 @@ var DeleteProvisionedConcurrencyConfig = [
4724
3843
  9,
4725
3844
  n0,
4726
3845
  _DPCC,
4727
- {
4728
- [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204],
4729
- },
3846
+ { [_h]: ["DELETE", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 204] },
4730
3847
  () => DeleteProvisionedConcurrencyConfigRequest,
4731
3848
  () => __Unit,
4732
3849
  ];
@@ -4734,9 +3851,7 @@ var GetAccountSettings = [
4734
3851
  9,
4735
3852
  n0,
4736
3853
  _GAS,
4737
- {
4738
- [_h]: ["GET", "/2016-08-19/account-settings", 200],
4739
- },
3854
+ { [_h]: ["GET", "/2016-08-19/account-settings", 200] },
4740
3855
  () => GetAccountSettingsRequest,
4741
3856
  () => GetAccountSettingsResponse,
4742
3857
  ];
@@ -4744,9 +3859,7 @@ var GetAlias = [
4744
3859
  9,
4745
3860
  n0,
4746
3861
  _GA,
4747
- {
4748
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
4749
- },
3862
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
4750
3863
  () => GetAliasRequest,
4751
3864
  () => AliasConfiguration,
4752
3865
  ];
@@ -4754,9 +3867,7 @@ var GetCapacityProvider = [
4754
3867
  9,
4755
3868
  n0,
4756
3869
  _GCP,
4757
- {
4758
- [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200],
4759
- },
3870
+ { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}", 200] },
4760
3871
  () => GetCapacityProviderRequest,
4761
3872
  () => GetCapacityProviderResponse,
4762
3873
  ];
@@ -4764,9 +3875,7 @@ var GetCodeSigningConfig = [
4764
3875
  9,
4765
3876
  n0,
4766
3877
  _GCSC,
4767
- {
4768
- [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
4769
- },
3878
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
4770
3879
  () => GetCodeSigningConfigRequest,
4771
3880
  () => GetCodeSigningConfigResponse,
4772
3881
  ];
@@ -4774,9 +3883,7 @@ var GetDurableExecution = [
4774
3883
  9,
4775
3884
  n0,
4776
3885
  _GDE,
4777
- {
4778
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200],
4779
- },
3886
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}", 200] },
4780
3887
  () => GetDurableExecutionRequest,
4781
3888
  () => GetDurableExecutionResponse,
4782
3889
  ];
@@ -4784,9 +3891,7 @@ var GetDurableExecutionHistory = [
4784
3891
  9,
4785
3892
  n0,
4786
3893
  _GDEH,
4787
- {
4788
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200],
4789
- },
3894
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/history", 200] },
4790
3895
  () => GetDurableExecutionHistoryRequest,
4791
3896
  () => GetDurableExecutionHistoryResponse,
4792
3897
  ];
@@ -4794,9 +3899,7 @@ var GetDurableExecutionState = [
4794
3899
  9,
4795
3900
  n0,
4796
3901
  _GDES,
4797
- {
4798
- [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200],
4799
- },
3902
+ { [_h]: ["GET", "/2025-12-01/durable-executions/{DurableExecutionArn}/state", 200] },
4800
3903
  () => GetDurableExecutionStateRequest,
4801
3904
  () => GetDurableExecutionStateResponse,
4802
3905
  ];
@@ -4804,9 +3907,7 @@ var GetEventSourceMapping = [
4804
3907
  9,
4805
3908
  n0,
4806
3909
  _GESM,
4807
- {
4808
- [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200],
4809
- },
3910
+ { [_h]: ["GET", "/2015-03-31/event-source-mappings/{UUID}", 200] },
4810
3911
  () => GetEventSourceMappingRequest,
4811
3912
  () => EventSourceMappingConfiguration,
4812
3913
  ];
@@ -4814,9 +3915,7 @@ var GetFunction = [
4814
3915
  9,
4815
3916
  n0,
4816
3917
  _GF,
4817
- {
4818
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200],
4819
- },
3918
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}", 200] },
4820
3919
  () => GetFunctionRequest,
4821
3920
  () => GetFunctionResponse,
4822
3921
  ];
@@ -4824,9 +3923,7 @@ var GetFunctionCodeSigningConfig = [
4824
3923
  9,
4825
3924
  n0,
4826
3925
  _GFCSC,
4827
- {
4828
- [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
4829
- },
3926
+ { [_h]: ["GET", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
4830
3927
  () => GetFunctionCodeSigningConfigRequest,
4831
3928
  () => GetFunctionCodeSigningConfigResponse,
4832
3929
  ];
@@ -4834,9 +3931,7 @@ var GetFunctionConcurrency = [
4834
3931
  9,
4835
3932
  n0,
4836
3933
  _GFC,
4837
- {
4838
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200],
4839
- },
3934
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/concurrency", 200] },
4840
3935
  () => GetFunctionConcurrencyRequest,
4841
3936
  () => GetFunctionConcurrencyResponse,
4842
3937
  ];
@@ -4844,9 +3939,7 @@ var GetFunctionConfiguration = [
4844
3939
  9,
4845
3940
  n0,
4846
3941
  _GFCe,
4847
- {
4848
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200],
4849
- },
3942
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
4850
3943
  () => GetFunctionConfigurationRequest,
4851
3944
  () => FunctionConfiguration,
4852
3945
  ];
@@ -4854,9 +3947,7 @@ var GetFunctionEventInvokeConfig = [
4854
3947
  9,
4855
3948
  n0,
4856
3949
  _GFEIC,
4857
- {
4858
- [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
4859
- },
3950
+ { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
4860
3951
  () => GetFunctionEventInvokeConfigRequest,
4861
3952
  () => FunctionEventInvokeConfig,
4862
3953
  ];
@@ -4864,9 +3955,7 @@ var GetFunctionRecursionConfig = [
4864
3955
  9,
4865
3956
  n0,
4866
3957
  _GFRC,
4867
- {
4868
- [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
4869
- },
3958
+ { [_h]: ["GET", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
4870
3959
  () => GetFunctionRecursionConfigRequest,
4871
3960
  () => GetFunctionRecursionConfigResponse,
4872
3961
  ];
@@ -4874,9 +3963,7 @@ var GetFunctionScalingConfig = [
4874
3963
  9,
4875
3964
  n0,
4876
3965
  _GFSC,
4877
- {
4878
- [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200],
4879
- },
3966
+ { [_h]: ["GET", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 200] },
4880
3967
  () => GetFunctionScalingConfigRequest,
4881
3968
  () => GetFunctionScalingConfigResponse,
4882
3969
  ];
@@ -4884,9 +3971,7 @@ var GetFunctionUrlConfig = [
4884
3971
  9,
4885
3972
  n0,
4886
3973
  _GFUC,
4887
- {
4888
- [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200],
4889
- },
3974
+ { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/url", 200] },
4890
3975
  () => GetFunctionUrlConfigRequest,
4891
3976
  () => GetFunctionUrlConfigResponse,
4892
3977
  ];
@@ -4894,9 +3979,7 @@ var GetLayerVersion = [
4894
3979
  9,
4895
3980
  n0,
4896
3981
  _GLV,
4897
- {
4898
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200],
4899
- },
3982
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}", 200] },
4900
3983
  () => GetLayerVersionRequest,
4901
3984
  () => GetLayerVersionResponse,
4902
3985
  ];
@@ -4904,9 +3987,7 @@ var GetLayerVersionByArn = [
4904
3987
  9,
4905
3988
  n0,
4906
3989
  _GLVBA,
4907
- {
4908
- [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200],
4909
- },
3990
+ { [_h]: ["GET", "/2018-10-31/layers?find=LayerVersion", 200] },
4910
3991
  () => GetLayerVersionByArnRequest,
4911
3992
  () => GetLayerVersionResponse,
4912
3993
  ];
@@ -4914,9 +3995,7 @@ var GetLayerVersionPolicy = [
4914
3995
  9,
4915
3996
  n0,
4916
3997
  _GLVP,
4917
- {
4918
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200],
4919
- },
3998
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy", 200] },
4920
3999
  () => GetLayerVersionPolicyRequest,
4921
4000
  () => GetLayerVersionPolicyResponse,
4922
4001
  ];
@@ -4924,9 +4003,7 @@ var GetPolicy = [
4924
4003
  9,
4925
4004
  n0,
4926
4005
  _GP,
4927
- {
4928
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200],
4929
- },
4006
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/policy", 200] },
4930
4007
  () => GetPolicyRequest,
4931
4008
  () => GetPolicyResponse,
4932
4009
  ];
@@ -4934,9 +4011,7 @@ var GetProvisionedConcurrencyConfig = [
4934
4011
  9,
4935
4012
  n0,
4936
4013
  _GPCC,
4937
- {
4938
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200],
4939
- },
4014
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 200] },
4940
4015
  () => GetProvisionedConcurrencyConfigRequest,
4941
4016
  () => GetProvisionedConcurrencyConfigResponse,
4942
4017
  ];
@@ -4944,9 +4019,7 @@ var GetRuntimeManagementConfig = [
4944
4019
  9,
4945
4020
  n0,
4946
4021
  _GRMC,
4947
- {
4948
- [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
4949
- },
4022
+ { [_h]: ["GET", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
4950
4023
  () => GetRuntimeManagementConfigRequest,
4951
4024
  () => GetRuntimeManagementConfigResponse,
4952
4025
  ];
@@ -4954,9 +4027,7 @@ var Invoke = [
4954
4027
  9,
4955
4028
  n0,
4956
4029
  _In,
4957
- {
4958
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200],
4959
- },
4030
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/invocations", 200] },
4960
4031
  () => InvocationRequest,
4961
4032
  () => InvocationResponse,
4962
4033
  ];
@@ -4964,9 +4035,7 @@ var InvokeAsync = [
4964
4035
  9,
4965
4036
  n0,
4966
4037
  _IAn,
4967
- {
4968
- [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202],
4969
- },
4038
+ { [_h]: ["POST", "/2014-11-13/functions/{FunctionName}/invoke-async", 202] },
4970
4039
  () => InvokeAsyncRequest,
4971
4040
  () => InvokeAsyncResponse,
4972
4041
  ];
@@ -4974,9 +4043,7 @@ var InvokeWithResponseStream = [
4974
4043
  9,
4975
4044
  n0,
4976
4045
  _IWRS,
4977
- {
4978
- [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200],
4979
- },
4046
+ { [_h]: ["POST", "/2021-11-15/functions/{FunctionName}/response-streaming-invocations", 200] },
4980
4047
  () => InvokeWithResponseStreamRequest,
4981
4048
  () => InvokeWithResponseStreamResponse,
4982
4049
  ];
@@ -4984,9 +4051,7 @@ var ListAliases = [
4984
4051
  9,
4985
4052
  n0,
4986
4053
  _LAi,
4987
- {
4988
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200],
4989
- },
4054
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/aliases", 200] },
4990
4055
  () => ListAliasesRequest,
4991
4056
  () => ListAliasesResponse,
4992
4057
  ];
@@ -4994,9 +4059,7 @@ var ListCapacityProviders = [
4994
4059
  9,
4995
4060
  n0,
4996
4061
  _LCP,
4997
- {
4998
- [_h]: ["GET", "/2025-11-30/capacity-providers", 200],
4999
- },
4062
+ { [_h]: ["GET", "/2025-11-30/capacity-providers", 200] },
5000
4063
  () => ListCapacityProvidersRequest,
5001
4064
  () => ListCapacityProvidersResponse,
5002
4065
  ];
@@ -5004,9 +4067,7 @@ var ListCodeSigningConfigs = [
5004
4067
  9,
5005
4068
  n0,
5006
4069
  _LCSC,
5007
- {
5008
- [_h]: ["GET", "/2020-04-22/code-signing-configs", 200],
5009
- },
4070
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs", 200] },
5010
4071
  () => ListCodeSigningConfigsRequest,
5011
4072
  () => ListCodeSigningConfigsResponse,
5012
4073
  ];
@@ -5014,9 +4075,7 @@ var ListDurableExecutionsByFunction = [
5014
4075
  9,
5015
4076
  n0,
5016
4077
  _LDEBF,
5017
- {
5018
- [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200],
5019
- },
4078
+ { [_h]: ["GET", "/2025-12-01/functions/{FunctionName}/durable-executions", 200] },
5020
4079
  () => ListDurableExecutionsByFunctionRequest,
5021
4080
  () => ListDurableExecutionsByFunctionResponse,
5022
4081
  ];
@@ -5024,9 +4083,7 @@ var ListEventSourceMappings = [
5024
4083
  9,
5025
4084
  n0,
5026
4085
  _LESM,
5027
- {
5028
- [_h]: ["GET", "/2015-03-31/event-source-mappings", 200],
5029
- },
4086
+ { [_h]: ["GET", "/2015-03-31/event-source-mappings", 200] },
5030
4087
  () => ListEventSourceMappingsRequest,
5031
4088
  () => ListEventSourceMappingsResponse,
5032
4089
  ];
@@ -5034,9 +4091,7 @@ var ListFunctionEventInvokeConfigs = [
5034
4091
  9,
5035
4092
  n0,
5036
4093
  _LFEIC,
5037
- {
5038
- [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200],
5039
- },
4094
+ { [_h]: ["GET", "/2019-09-25/functions/{FunctionName}/event-invoke-config/list", 200] },
5040
4095
  () => ListFunctionEventInvokeConfigsRequest,
5041
4096
  () => ListFunctionEventInvokeConfigsResponse,
5042
4097
  ];
@@ -5044,9 +4099,7 @@ var ListFunctions = [
5044
4099
  9,
5045
4100
  n0,
5046
4101
  _LFi,
5047
- {
5048
- [_h]: ["GET", "/2015-03-31/functions", 200],
5049
- },
4102
+ { [_h]: ["GET", "/2015-03-31/functions", 200] },
5050
4103
  () => ListFunctionsRequest,
5051
4104
  () => ListFunctionsResponse,
5052
4105
  ];
@@ -5054,9 +4107,7 @@ var ListFunctionsByCodeSigningConfig = [
5054
4107
  9,
5055
4108
  n0,
5056
4109
  _LFBCSC,
5057
- {
5058
- [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200],
5059
- },
4110
+ { [_h]: ["GET", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions", 200] },
5060
4111
  () => ListFunctionsByCodeSigningConfigRequest,
5061
4112
  () => ListFunctionsByCodeSigningConfigResponse,
5062
4113
  ];
@@ -5064,9 +4115,7 @@ var ListFunctionUrlConfigs = [
5064
4115
  9,
5065
4116
  n0,
5066
4117
  _LFUC,
5067
- {
5068
- [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200],
5069
- },
4118
+ { [_h]: ["GET", "/2021-10-31/functions/{FunctionName}/urls", 200] },
5070
4119
  () => ListFunctionUrlConfigsRequest,
5071
4120
  () => ListFunctionUrlConfigsResponse,
5072
4121
  ];
@@ -5074,9 +4123,7 @@ var ListFunctionVersionsByCapacityProvider = [
5074
4123
  9,
5075
4124
  n0,
5076
4125
  _LFVBCP,
5077
- {
5078
- [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200],
5079
- },
4126
+ { [_h]: ["GET", "/2025-11-30/capacity-providers/{CapacityProviderName}/function-versions", 200] },
5080
4127
  () => ListFunctionVersionsByCapacityProviderRequest,
5081
4128
  () => ListFunctionVersionsByCapacityProviderResponse,
5082
4129
  ];
@@ -5084,9 +4131,7 @@ var ListLayers = [
5084
4131
  9,
5085
4132
  n0,
5086
4133
  _LLi,
5087
- {
5088
- [_h]: ["GET", "/2018-10-31/layers", 200],
5089
- },
4134
+ { [_h]: ["GET", "/2018-10-31/layers", 200] },
5090
4135
  () => ListLayersRequest,
5091
4136
  () => ListLayersResponse,
5092
4137
  ];
@@ -5094,9 +4139,7 @@ var ListLayerVersions = [
5094
4139
  9,
5095
4140
  n0,
5096
4141
  _LLV,
5097
- {
5098
- [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200],
5099
- },
4142
+ { [_h]: ["GET", "/2018-10-31/layers/{LayerName}/versions", 200] },
5100
4143
  () => ListLayerVersionsRequest,
5101
4144
  () => ListLayerVersionsResponse,
5102
4145
  ];
@@ -5104,9 +4147,7 @@ var ListProvisionedConcurrencyConfigs = [
5104
4147
  9,
5105
4148
  n0,
5106
4149
  _LPCC,
5107
- {
5108
- [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200],
5109
- },
4150
+ { [_h]: ["GET", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency?List=ALL", 200] },
5110
4151
  () => ListProvisionedConcurrencyConfigsRequest,
5111
4152
  () => ListProvisionedConcurrencyConfigsResponse,
5112
4153
  ];
@@ -5114,9 +4155,7 @@ var ListTags = [
5114
4155
  9,
5115
4156
  n0,
5116
4157
  _LTi,
5117
- {
5118
- [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200],
5119
- },
4158
+ { [_h]: ["GET", "/2017-03-31/tags/{Resource}", 200] },
5120
4159
  () => ListTagsRequest,
5121
4160
  () => ListTagsResponse,
5122
4161
  ];
@@ -5124,9 +4163,7 @@ var ListVersionsByFunction = [
5124
4163
  9,
5125
4164
  n0,
5126
4165
  _LVBF,
5127
- {
5128
- [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200],
5129
- },
4166
+ { [_h]: ["GET", "/2015-03-31/functions/{FunctionName}/versions", 200] },
5130
4167
  () => ListVersionsByFunctionRequest,
5131
4168
  () => ListVersionsByFunctionResponse,
5132
4169
  ];
@@ -5134,9 +4171,7 @@ var PublishLayerVersion = [
5134
4171
  9,
5135
4172
  n0,
5136
4173
  _PLV,
5137
- {
5138
- [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201],
5139
- },
4174
+ { [_h]: ["POST", "/2018-10-31/layers/{LayerName}/versions", 201] },
5140
4175
  () => PublishLayerVersionRequest,
5141
4176
  () => PublishLayerVersionResponse,
5142
4177
  ];
@@ -5144,9 +4179,7 @@ var PublishVersion = [
5144
4179
  9,
5145
4180
  n0,
5146
4181
  _PV,
5147
- {
5148
- [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201],
5149
- },
4182
+ { [_h]: ["POST", "/2015-03-31/functions/{FunctionName}/versions", 201] },
5150
4183
  () => PublishVersionRequest,
5151
4184
  () => FunctionConfiguration,
5152
4185
  ];
@@ -5154,9 +4187,7 @@ var PutFunctionCodeSigningConfig = [
5154
4187
  9,
5155
4188
  n0,
5156
4189
  _PFCSC,
5157
- {
5158
- [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200],
5159
- },
4190
+ { [_h]: ["PUT", "/2020-06-30/functions/{FunctionName}/code-signing-config", 200] },
5160
4191
  () => PutFunctionCodeSigningConfigRequest,
5161
4192
  () => PutFunctionCodeSigningConfigResponse,
5162
4193
  ];
@@ -5164,9 +4195,7 @@ var PutFunctionConcurrency = [
5164
4195
  9,
5165
4196
  n0,
5166
4197
  _PFC,
5167
- {
5168
- [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200],
5169
- },
4198
+ { [_h]: ["PUT", "/2017-10-31/functions/{FunctionName}/concurrency", 200] },
5170
4199
  () => PutFunctionConcurrencyRequest,
5171
4200
  () => Concurrency,
5172
4201
  ];
@@ -5174,9 +4203,7 @@ var PutFunctionEventInvokeConfig = [
5174
4203
  9,
5175
4204
  n0,
5176
4205
  _PFEIC,
5177
- {
5178
- [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
5179
- },
4206
+ { [_h]: ["PUT", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
5180
4207
  () => PutFunctionEventInvokeConfigRequest,
5181
4208
  () => FunctionEventInvokeConfig,
5182
4209
  ];
@@ -5184,9 +4211,7 @@ var PutFunctionRecursionConfig = [
5184
4211
  9,
5185
4212
  n0,
5186
4213
  _PFRC,
5187
- {
5188
- [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200],
5189
- },
4214
+ { [_h]: ["PUT", "/2024-08-31/functions/{FunctionName}/recursion-config", 200] },
5190
4215
  () => PutFunctionRecursionConfigRequest,
5191
4216
  () => PutFunctionRecursionConfigResponse,
5192
4217
  ];
@@ -5194,9 +4219,7 @@ var PutFunctionScalingConfig = [
5194
4219
  9,
5195
4220
  n0,
5196
4221
  _PFSC,
5197
- {
5198
- [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202],
5199
- },
4222
+ { [_h]: ["PUT", "/2025-11-30/functions/{FunctionName}/function-scaling-config", 202] },
5200
4223
  () => PutFunctionScalingConfigRequest,
5201
4224
  () => PutFunctionScalingConfigResponse,
5202
4225
  ];
@@ -5204,9 +4227,7 @@ var PutProvisionedConcurrencyConfig = [
5204
4227
  9,
5205
4228
  n0,
5206
4229
  _PPCC,
5207
- {
5208
- [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202],
5209
- },
4230
+ { [_h]: ["PUT", "/2019-09-30/functions/{FunctionName}/provisioned-concurrency", 202] },
5210
4231
  () => PutProvisionedConcurrencyConfigRequest,
5211
4232
  () => PutProvisionedConcurrencyConfigResponse,
5212
4233
  ];
@@ -5214,9 +4235,7 @@ var PutRuntimeManagementConfig = [
5214
4235
  9,
5215
4236
  n0,
5216
4237
  _PRMC,
5217
- {
5218
- [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200],
5219
- },
4238
+ { [_h]: ["PUT", "/2021-07-20/functions/{FunctionName}/runtime-management-config", 200] },
5220
4239
  () => PutRuntimeManagementConfigRequest,
5221
4240
  () => PutRuntimeManagementConfigResponse,
5222
4241
  ];
@@ -5224,9 +4243,7 @@ var RemoveLayerVersionPermission = [
5224
4243
  9,
5225
4244
  n0,
5226
4245
  _RLVP,
5227
- {
5228
- [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204],
5229
- },
4246
+ { [_h]: ["DELETE", "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}", 204] },
5230
4247
  () => RemoveLayerVersionPermissionRequest,
5231
4248
  () => __Unit,
5232
4249
  ];
@@ -5234,9 +4251,7 @@ var RemovePermission = [
5234
4251
  9,
5235
4252
  n0,
5236
4253
  _RP,
5237
- {
5238
- [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204],
5239
- },
4254
+ { [_h]: ["DELETE", "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", 204] },
5240
4255
  () => RemovePermissionRequest,
5241
4256
  () => __Unit,
5242
4257
  ];
@@ -5244,9 +4259,7 @@ var SendDurableExecutionCallbackFailure = [
5244
4259
  9,
5245
4260
  n0,
5246
4261
  _SDECF,
5247
- {
5248
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200],
5249
- },
4262
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/fail", 200] },
5250
4263
  () => SendDurableExecutionCallbackFailureRequest,
5251
4264
  () => SendDurableExecutionCallbackFailureResponse,
5252
4265
  ];
@@ -5254,9 +4267,7 @@ var SendDurableExecutionCallbackHeartbeat = [
5254
4267
  9,
5255
4268
  n0,
5256
4269
  _SDECH,
5257
- {
5258
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200],
5259
- },
4270
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/heartbeat", 200] },
5260
4271
  () => SendDurableExecutionCallbackHeartbeatRequest,
5261
4272
  () => SendDurableExecutionCallbackHeartbeatResponse,
5262
4273
  ];
@@ -5264,9 +4275,7 @@ var SendDurableExecutionCallbackSuccess = [
5264
4275
  9,
5265
4276
  n0,
5266
4277
  _SDECS,
5267
- {
5268
- [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200],
5269
- },
4278
+ { [_h]: ["POST", "/2025-12-01/durable-execution-callbacks/{CallbackId}/succeed", 200] },
5270
4279
  () => SendDurableExecutionCallbackSuccessRequest,
5271
4280
  () => SendDurableExecutionCallbackSuccessResponse,
5272
4281
  ];
@@ -5274,9 +4283,7 @@ var StopDurableExecution = [
5274
4283
  9,
5275
4284
  n0,
5276
4285
  _SDE,
5277
- {
5278
- [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200],
5279
- },
4286
+ { [_h]: ["POST", "/2025-12-01/durable-executions/{DurableExecutionArn}/stop", 200] },
5280
4287
  () => StopDurableExecutionRequest,
5281
4288
  () => StopDurableExecutionResponse,
5282
4289
  ];
@@ -5284,9 +4291,7 @@ var TagResource = [
5284
4291
  9,
5285
4292
  n0,
5286
4293
  _TR,
5287
- {
5288
- [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204],
5289
- },
4294
+ { [_h]: ["POST", "/2017-03-31/tags/{Resource}", 204] },
5290
4295
  () => TagResourceRequest,
5291
4296
  () => __Unit,
5292
4297
  ];
@@ -5294,9 +4299,7 @@ var UntagResource = [
5294
4299
  9,
5295
4300
  n0,
5296
4301
  _UR,
5297
- {
5298
- [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204],
5299
- },
4302
+ { [_h]: ["DELETE", "/2017-03-31/tags/{Resource}", 204] },
5300
4303
  () => UntagResourceRequest,
5301
4304
  () => __Unit,
5302
4305
  ];
@@ -5304,9 +4307,7 @@ var UpdateAlias = [
5304
4307
  9,
5305
4308
  n0,
5306
4309
  _UA,
5307
- {
5308
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200],
5309
- },
4310
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/aliases/{Name}", 200] },
5310
4311
  () => UpdateAliasRequest,
5311
4312
  () => AliasConfiguration,
5312
4313
  ];
@@ -5314,9 +4315,7 @@ var UpdateCapacityProvider = [
5314
4315
  9,
5315
4316
  n0,
5316
4317
  _UCP,
5317
- {
5318
- [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202],
5319
- },
4318
+ { [_h]: ["PUT", "/2025-11-30/capacity-providers/{CapacityProviderName}", 202] },
5320
4319
  () => UpdateCapacityProviderRequest,
5321
4320
  () => UpdateCapacityProviderResponse,
5322
4321
  ];
@@ -5324,9 +4323,7 @@ var UpdateCodeSigningConfig = [
5324
4323
  9,
5325
4324
  n0,
5326
4325
  _UCSC,
5327
- {
5328
- [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200],
5329
- },
4326
+ { [_h]: ["PUT", "/2020-04-22/code-signing-configs/{CodeSigningConfigArn}", 200] },
5330
4327
  () => UpdateCodeSigningConfigRequest,
5331
4328
  () => UpdateCodeSigningConfigResponse,
5332
4329
  ];
@@ -5334,9 +4331,7 @@ var UpdateEventSourceMapping = [
5334
4331
  9,
5335
4332
  n0,
5336
4333
  _UESM,
5337
- {
5338
- [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202],
5339
- },
4334
+ { [_h]: ["PUT", "/2015-03-31/event-source-mappings/{UUID}", 202] },
5340
4335
  () => UpdateEventSourceMappingRequest,
5341
4336
  () => EventSourceMappingConfiguration,
5342
4337
  ];
@@ -5344,9 +4339,7 @@ var UpdateFunctionCode = [
5344
4339
  9,
5345
4340
  n0,
5346
4341
  _UFC,
5347
- {
5348
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200],
5349
- },
4342
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/code", 200] },
5350
4343
  () => UpdateFunctionCodeRequest,
5351
4344
  () => FunctionConfiguration,
5352
4345
  ];
@@ -5354,9 +4347,7 @@ var UpdateFunctionConfiguration = [
5354
4347
  9,
5355
4348
  n0,
5356
4349
  _UFCp,
5357
- {
5358
- [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200],
5359
- },
4350
+ { [_h]: ["PUT", "/2015-03-31/functions/{FunctionName}/configuration", 200] },
5360
4351
  () => UpdateFunctionConfigurationRequest,
5361
4352
  () => FunctionConfiguration,
5362
4353
  ];
@@ -5364,9 +4355,7 @@ var UpdateFunctionEventInvokeConfig = [
5364
4355
  9,
5365
4356
  n0,
5366
4357
  _UFEIC,
5367
- {
5368
- [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200],
5369
- },
4358
+ { [_h]: ["POST", "/2019-09-25/functions/{FunctionName}/event-invoke-config", 200] },
5370
4359
  () => UpdateFunctionEventInvokeConfigRequest,
5371
4360
  () => FunctionEventInvokeConfig,
5372
4361
  ];
@@ -5374,9 +4363,7 @@ var UpdateFunctionUrlConfig = [
5374
4363
  9,
5375
4364
  n0,
5376
4365
  _UFUC,
5377
- {
5378
- [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200],
5379
- },
4366
+ { [_h]: ["PUT", "/2021-10-31/functions/{FunctionName}/url", 200] },
5380
4367
  () => UpdateFunctionUrlConfigRequest,
5381
4368
  () => UpdateFunctionUrlConfigResponse,
5382
4369
  ];