@bifravst/http-api-mock 1.1.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 (5812) hide show
  1. package/LICENSE +29 -0
  2. package/README.md +40 -0
  3. package/cdk/App.ts +26 -0
  4. package/cdk/Stack.ts +65 -0
  5. package/cdk/http-api-mock.ts +27 -0
  6. package/cdk/resources/HttpApiMock.ts +104 -0
  7. package/cdk/resources/checkMatchingQueryParams.spec.ts +67 -0
  8. package/cdk/resources/checkMatchingQueryParams.ts +40 -0
  9. package/cdk/resources/http-api-mock-lambda.ts +158 -0
  10. package/cdk/resources/splitMockResponse.spec.ts +17 -0
  11. package/cdk/resources/splitMockResponse.ts +25 -0
  12. package/cli.js +5 -0
  13. package/dist/cdk/App.d.ts +11 -0
  14. package/dist/cdk/App.js +12 -0
  15. package/dist/cdk/Stack.d.ts +19 -0
  16. package/dist/cdk/Stack.js +40 -0
  17. package/dist/cdk/http-api-mock.d.ts +1 -0
  18. package/dist/cdk/http-api-mock.js +20 -0
  19. package/dist/cdk/resources/HttpApiMock.d.ts +14 -0
  20. package/dist/cdk/resources/HttpApiMock.js +72 -0
  21. package/dist/cdk/resources/checkMatchingQueryParams.d.ts +5 -0
  22. package/dist/cdk/resources/checkMatchingQueryParams.js +33 -0
  23. package/dist/cdk/resources/checkMatchingQueryParams.spec.d.ts +1 -0
  24. package/dist/cdk/resources/checkMatchingQueryParams.spec.js +57 -0
  25. package/dist/cdk/resources/http-api-mock-lambda.d.ts +2 -0
  26. package/dist/cdk/resources/http-api-mock-lambda.js +110 -0
  27. package/dist/cdk/resources/splitMockResponse.d.ts +4 -0
  28. package/dist/cdk/resources/splitMockResponse.js +20 -0
  29. package/dist/cdk/resources/splitMockResponse.spec.d.ts +1 -0
  30. package/dist/cdk/resources/splitMockResponse.spec.js +13 -0
  31. package/dist/e2e.spec.d.ts +1 -0
  32. package/dist/e2e.spec.js +51 -0
  33. package/dist/lambdas/httpApiMock.zip +0 -0
  34. package/dist/layers/testResources/nodejs/node_modules/.package-lock.json +1539 -0
  35. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
  36. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
  37. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
  38. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
  39. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
  40. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
  41. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
  42. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
  43. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
  44. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
  45. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
  46. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
  47. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
  48. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
  49. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
  50. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
  51. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
  52. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
  53. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
  54. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
  55. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
  56. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
  57. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
  58. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
  59. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
  60. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
  61. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
  62. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  63. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  64. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
  65. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
  66. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
  67. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
  68. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
  69. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
  70. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
  71. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
  72. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
  73. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
  74. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
  75. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
  76. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
  77. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
  78. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  79. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  80. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
  81. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
  82. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +1 -0
  83. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +8 -0
  84. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +35 -0
  85. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -0
  86. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +9 -0
  87. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +80 -0
  88. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -0
  89. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
  90. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
  91. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/index.js.map +1 -0
  92. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
  93. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
  94. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +1 -0
  95. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +10 -0
  96. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +56 -0
  97. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -0
  98. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
  99. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
  100. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
  101. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
  102. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
  103. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
  104. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  105. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  106. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
  107. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
  108. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
  109. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
  110. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
  111. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  112. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  113. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
  114. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
  115. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
  116. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  117. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  118. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
  119. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
  120. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  121. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  122. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
  123. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
  124. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +1 -0
  125. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
  126. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
  127. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/constants.js.map +1 -0
  128. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
  129. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
  130. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/index.js.map +1 -0
  131. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +12 -0
  132. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +85 -0
  133. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -0
  134. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
  135. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
  136. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -0
  137. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
  138. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
  139. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
  140. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
  141. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
  142. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
  143. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  144. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  145. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
  146. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
  147. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
  148. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
  149. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
  150. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/package.json +28 -0
  151. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  152. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  153. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  154. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  155. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  156. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
  157. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
  158. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  159. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  160. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
  161. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
  162. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
  163. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
  164. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
  165. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
  166. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
  167. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
  168. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
  169. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
  170. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  171. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  172. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
  173. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
  174. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
  175. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
  176. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
  177. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
  178. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  179. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  180. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
  181. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
  182. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/LICENSE +201 -0
  183. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/README.md +16 -0
  184. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
  185. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
  186. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
  187. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/index.d.ts +4 -0
  188. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/index.js +14 -0
  189. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/index.js.map +1 -0
  190. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
  191. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
  192. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
  193. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
  194. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
  195. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
  196. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
  197. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
  198. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
  199. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
  200. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
  201. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
  202. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
  203. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
  204. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
  205. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
  206. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
  207. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
  208. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
  209. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
  210. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
  211. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
  212. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/package.json +31 -0
  213. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  214. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/src/index.ts +7 -0
  215. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  216. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  217. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  218. package/dist/layers/testResources/nodejs/node_modules/@aws-crypto/util/tsconfig.json +23 -0
  219. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/LICENSE +14 -0
  220. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/README.md +124 -0
  221. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.d.ts +72 -0
  222. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.d.ts.map +1 -0
  223. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.js +89 -0
  224. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts +15 -0
  225. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts.map +1 -0
  226. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.js +79 -0
  227. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +76 -0
  228. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +1 -0
  229. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +107 -0
  230. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/fromBase64.d.ts +24 -0
  231. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/fromBase64.d.ts.map +1 -0
  232. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/fromBase64.js +35 -0
  233. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts +8 -0
  234. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts.map +1 -0
  235. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.js +29 -0
  236. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/cleanupMiddlewares.d.ts +50 -0
  237. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/cleanupMiddlewares.d.ts.map +1 -0
  238. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/cleanupMiddlewares.js +71 -0
  239. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts +12 -0
  240. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts.map +1 -0
  241. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.js +18 -0
  242. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/package.json +1 -0
  243. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts +62 -0
  244. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts.map +1 -0
  245. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.js +166 -0
  246. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/ConfigServiceInterface.d.ts +47 -0
  247. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/ConfigServiceInterface.d.ts.map +1 -0
  248. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/ConfigServiceInterface.js +2 -0
  249. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts +9 -0
  250. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts.map +1 -0
  251. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.js +2 -0
  252. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts +27 -0
  253. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts.map +1 -0
  254. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.js +2 -0
  255. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +6 -0
  256. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -0
  257. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.js +2 -0
  258. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts +8 -0
  259. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts.map +1 -0
  260. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.js +2 -0
  261. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts +40 -0
  262. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts.map +1 -0
  263. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.js +2 -0
  264. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +2 -0
  265. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts.map +1 -0
  266. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +5 -0
  267. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.d.ts +72 -0
  268. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.d.ts.map +1 -0
  269. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.js +85 -0
  270. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts +15 -0
  271. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts.map +1 -0
  272. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.js +74 -0
  273. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +76 -0
  274. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +1 -0
  275. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +104 -0
  276. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/fromBase64.d.ts +24 -0
  277. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/fromBase64.d.ts.map +1 -0
  278. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/fromBase64.js +32 -0
  279. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts +8 -0
  280. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts.map +1 -0
  281. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/index.js +7 -0
  282. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/cleanupMiddlewares.d.ts +50 -0
  283. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/cleanupMiddlewares.d.ts.map +1 -0
  284. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/cleanupMiddlewares.js +68 -0
  285. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts +12 -0
  286. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts.map +1 -0
  287. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.js +11 -0
  288. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/package.json +1 -0
  289. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts +62 -0
  290. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts.map +1 -0
  291. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.js +155 -0
  292. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/ConfigServiceInterface.d.ts +47 -0
  293. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/ConfigServiceInterface.d.ts.map +1 -0
  294. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/ConfigServiceInterface.js +1 -0
  295. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts +9 -0
  296. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts.map +1 -0
  297. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.js +1 -0
  298. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts +27 -0
  299. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts.map +1 -0
  300. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.js +1 -0
  301. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +6 -0
  302. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -0
  303. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.js +1 -0
  304. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts +8 -0
  305. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts.map +1 -0
  306. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.js +1 -0
  307. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts +40 -0
  308. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts.map +1 -0
  309. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.js +1 -0
  310. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +2 -0
  311. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts.map +1 -0
  312. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +2 -0
  313. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/commons/package.json +71 -0
  314. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/LICENSE +14 -0
  315. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/README.md +120 -0
  316. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/Metrics.d.ts +400 -0
  317. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/Metrics.d.ts.map +1 -0
  318. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/Metrics.js +617 -0
  319. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/config/EnvironmentVariablesService.d.ts +13 -0
  320. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/config/EnvironmentVariablesService.d.ts.map +1 -0
  321. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/config/EnvironmentVariablesService.js +19 -0
  322. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/constants.d.ts +39 -0
  323. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/constants.d.ts.map +1 -0
  324. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/constants.js +47 -0
  325. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/index.d.ts +3 -0
  326. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/index.d.ts.map +1 -0
  327. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/index.js +8 -0
  328. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/middleware/middy.d.ts +34 -0
  329. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/middleware/middy.d.ts.map +1 -0
  330. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/middleware/middy.js +73 -0
  331. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/package.json +1 -0
  332. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/ConfigServiceInterface.d.ts +18 -0
  333. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/ConfigServiceInterface.d.ts.map +1 -0
  334. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/ConfigServiceInterface.js +2 -0
  335. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/Metrics.d.ts +61 -0
  336. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/Metrics.d.ts.map +1 -0
  337. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/Metrics.js +2 -0
  338. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/MetricsInterface.d.ts +22 -0
  339. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/MetricsInterface.d.ts.map +1 -0
  340. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/MetricsInterface.js +2 -0
  341. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/index.d.ts +4 -0
  342. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/index.d.ts.map +1 -0
  343. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/cjs/types/index.js +2 -0
  344. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/Metrics.d.ts +400 -0
  345. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/Metrics.d.ts.map +1 -0
  346. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/Metrics.js +614 -0
  347. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/config/EnvironmentVariablesService.d.ts +13 -0
  348. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/config/EnvironmentVariablesService.d.ts.map +1 -0
  349. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/config/EnvironmentVariablesService.js +16 -0
  350. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/constants.d.ts +39 -0
  351. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/constants.d.ts.map +1 -0
  352. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/constants.js +38 -0
  353. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/index.d.ts +3 -0
  354. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/index.d.ts.map +1 -0
  355. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/index.js +2 -0
  356. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/middleware/middy.d.ts +34 -0
  357. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/middleware/middy.d.ts.map +1 -0
  358. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/middleware/middy.js +70 -0
  359. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/package.json +1 -0
  360. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/ConfigServiceInterface.d.ts +18 -0
  361. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/ConfigServiceInterface.d.ts.map +1 -0
  362. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/ConfigServiceInterface.js +1 -0
  363. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/Metrics.d.ts +61 -0
  364. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/Metrics.d.ts.map +1 -0
  365. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/Metrics.js +1 -0
  366. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/MetricsInterface.d.ts +22 -0
  367. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/MetricsInterface.d.ts.map +1 -0
  368. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/MetricsInterface.js +1 -0
  369. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/index.d.ts +4 -0
  370. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/index.d.ts.map +1 -0
  371. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/lib/esm/types/index.js +1 -0
  372. package/dist/layers/testResources/nodejs/node_modules/@aws-lambda-powertools/metrics/package.json +75 -0
  373. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/LICENSE +201 -0
  374. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/README.md +678 -0
  375. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  376. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +14 -0
  377. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +7 -0
  378. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +5426 -0
  379. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +40 -0
  380. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +51 -0
  381. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.native.js +15 -0
  382. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +34 -0
  383. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +121 -0
  384. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +57 -0
  385. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  386. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  387. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +24 -0
  388. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +24 -0
  389. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +24 -0
  390. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +24 -0
  391. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +24 -0
  392. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +24 -0
  393. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +24 -0
  394. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +24 -0
  395. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +24 -0
  396. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +24 -0
  397. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +24 -0
  398. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +24 -0
  399. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +24 -0
  400. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +24 -0
  401. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +24 -0
  402. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +24 -0
  403. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +24 -0
  404. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +24 -0
  405. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +24 -0
  406. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +24 -0
  407. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +24 -0
  408. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +24 -0
  409. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +24 -0
  410. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +24 -0
  411. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +24 -0
  412. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +24 -0
  413. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +24 -0
  414. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +24 -0
  415. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +24 -0
  416. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +24 -0
  417. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +24 -0
  418. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +24 -0
  419. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +24 -0
  420. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +24 -0
  421. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +24 -0
  422. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +24 -0
  423. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +24 -0
  424. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +24 -0
  425. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +24 -0
  426. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +24 -0
  427. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +24 -0
  428. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +24 -0
  429. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +24 -0
  430. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +24 -0
  431. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +24 -0
  432. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +24 -0
  433. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +24 -0
  434. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +24 -0
  435. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +24 -0
  436. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +24 -0
  437. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +24 -0
  438. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +24 -0
  439. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +24 -0
  440. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +24 -0
  441. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +24 -0
  442. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +24 -0
  443. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +24 -0
  444. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +57 -0
  445. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +14 -0
  446. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -0
  447. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +4 -0
  448. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/extensionConfiguration.js +1 -0
  449. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +7 -0
  450. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js +8 -0
  451. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  452. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +652 -0
  453. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/Interfaces.js +1 -0
  454. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListContributorInsightsPaginator.js +4 -0
  455. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListExportsPaginator.js +4 -0
  456. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListImportsPaginator.js +4 -0
  457. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListTablesPaginator.js +4 -0
  458. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
  459. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
  460. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/index.js +7 -0
  461. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3072 -0
  462. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +35 -0
  463. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +46 -0
  464. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.native.js +11 -0
  465. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +30 -0
  466. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +21 -0
  467. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +2 -0
  468. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +34 -0
  469. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +25 -0
  470. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +433 -0
  471. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +251 -0
  472. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  473. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  474. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +214 -0
  475. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +340 -0
  476. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +378 -0
  477. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +133 -0
  478. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +184 -0
  479. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +374 -0
  480. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +172 -0
  481. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +271 -0
  482. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +104 -0
  483. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +271 -0
  484. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +152 -0
  485. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +86 -0
  486. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +78 -0
  487. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +63 -0
  488. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +107 -0
  489. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +109 -0
  490. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +171 -0
  491. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +140 -0
  492. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +76 -0
  493. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +151 -0
  494. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +263 -0
  495. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +153 -0
  496. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +71 -0
  497. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +99 -0
  498. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +101 -0
  499. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +229 -0
  500. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +520 -0
  501. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +134 -0
  502. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +243 -0
  503. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +90 -0
  504. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +224 -0
  505. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +92 -0
  506. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +76 -0
  507. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +87 -0
  508. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +88 -0
  509. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +93 -0
  510. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +89 -0
  511. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +78 -0
  512. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +286 -0
  513. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +104 -0
  514. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +317 -0
  515. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +301 -0
  516. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +333 -0
  517. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +315 -0
  518. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +98 -0
  519. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +476 -0
  520. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +645 -0
  521. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +93 -0
  522. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +92 -0
  523. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +76 -0
  524. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +159 -0
  525. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +265 -0
  526. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +298 -0
  527. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +98 -0
  528. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +395 -0
  529. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +222 -0
  530. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +120 -0
  531. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +57 -0
  532. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  533. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -0
  534. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/ruleset.d.ts +2 -0
  535. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +9 -0
  536. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +31 -0
  537. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +13 -0
  538. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  539. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +10550 -0
  540. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +8 -0
  541. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +7 -0
  542. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
  543. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
  544. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +7 -0
  545. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +7 -0
  546. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +7 -0
  547. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts +7 -0
  548. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +515 -0
  549. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +48 -0
  550. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +48 -0
  551. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +47 -0
  552. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +21 -0
  553. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +17 -0
  554. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +1000 -0
  555. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +463 -0
  556. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  557. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  558. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +39 -0
  559. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +35 -0
  560. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +35 -0
  561. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +35 -0
  562. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +38 -0
  563. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +35 -0
  564. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +35 -0
  565. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +35 -0
  566. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -0
  567. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +35 -0
  568. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +35 -0
  569. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +39 -0
  570. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +39 -0
  571. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +39 -0
  572. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +35 -0
  573. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +39 -0
  574. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +39 -0
  575. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +35 -0
  576. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +39 -0
  577. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +35 -0
  578. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +35 -0
  579. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +39 -0
  580. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +39 -0
  581. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +39 -0
  582. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +39 -0
  583. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +38 -0
  584. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +39 -0
  585. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +39 -0
  586. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +29 -0
  587. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -0
  588. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +35 -0
  589. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +35 -0
  590. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +39 -0
  591. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +35 -0
  592. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +38 -0
  593. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +35 -0
  594. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +35 -0
  595. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +39 -0
  596. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +29 -0
  597. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -0
  598. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +29 -0
  599. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +39 -0
  600. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +39 -0
  601. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +29 -0
  602. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +33 -0
  603. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +38 -0
  604. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +39 -0
  605. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +33 -0
  606. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +39 -0
  607. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +39 -0
  608. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +38 -0
  609. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +39 -0
  610. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +35 -0
  611. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +39 -0
  612. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +35 -0
  613. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +39 -0
  614. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +38 -0
  615. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +57 -0
  616. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  617. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  618. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  619. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  620. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +10 -0
  621. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +8 -0
  622. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  623. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1889 -0
  624. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  625. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -0
  626. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
  627. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
  628. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -0
  629. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -0
  630. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -0
  631. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -0
  632. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +686 -0
  633. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +90 -0
  634. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  635. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +84 -0
  636. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  637. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  638. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +2 -0
  639. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -0
  640. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -0
  641. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +2 -0
  642. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +14 -0
  643. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +14 -0
  644. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-dynamodb/package.json +105 -0
  645. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  646. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/README.md +252 -0
  647. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  648. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +14 -0
  649. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
  650. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +630 -0
  651. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
  652. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +47 -0
  653. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
  654. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
  655. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
  656. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +52 -0
  657. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  658. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  659. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +25 -0
  660. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +25 -0
  661. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +25 -0
  662. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +25 -0
  663. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  664. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
  665. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +10 -0
  666. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
  667. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  668. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
  669. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
  670. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  671. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
  672. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  673. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
  674. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
  675. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  676. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +215 -0
  677. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
  678. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +42 -0
  679. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
  680. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
  681. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
  682. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  683. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +184 -0
  684. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  685. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  686. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +82 -0
  687. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +83 -0
  688. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +85 -0
  689. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +82 -0
  690. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  691. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  692. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
  693. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
  694. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
  695. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
  696. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +13 -0
  697. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  698. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
  699. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
  700. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
  701. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  702. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  703. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  704. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +52 -0
  705. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +52 -0
  706. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +51 -0
  707. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
  708. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  709. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
  710. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +139 -0
  711. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  712. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  713. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +39 -0
  714. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +38 -0
  715. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +35 -0
  716. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +29 -0
  717. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  718. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  719. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  720. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  721. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  722. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
  723. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +8 -0
  724. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  725. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
  726. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  727. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
  728. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  729. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  730. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  731. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +107 -0
  732. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +107 -0
  733. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +101 -0
  734. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  735. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  736. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso/package.json +99 -0
  737. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  738. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
  739. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  740. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
  741. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +14 -0
  742. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
  743. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1024 -0
  744. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
  745. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
  746. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
  747. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
  748. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
  749. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +52 -0
  750. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  751. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  752. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
  753. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +25 -0
  754. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
  755. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
  756. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
  757. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
  758. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
  759. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +10 -0
  760. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
  761. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
  762. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
  763. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
  764. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
  765. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
  766. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +409 -0
  767. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
  768. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
  769. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
  770. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
  771. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
  772. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
  773. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +212 -0
  774. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  775. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  776. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +162 -0
  777. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +244 -0
  778. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +108 -0
  779. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +111 -0
  780. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
  781. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
  782. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  783. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
  784. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
  785. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
  786. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
  787. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
  788. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
  789. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
  790. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  791. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +53 -0
  792. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +53 -0
  793. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +52 -0
  794. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
  795. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
  796. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
  797. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +144 -0
  798. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  799. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  800. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +35 -0
  801. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +39 -0
  802. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +38 -0
  803. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +39 -0
  804. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
  805. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
  806. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  807. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  808. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  809. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  810. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
  811. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
  812. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
  813. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
  814. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  815. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +110 -0
  816. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +108 -0
  817. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
  818. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  819. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  820. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sso-oidc/package.json +103 -0
  821. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  822. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/README.md +273 -0
  823. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +56 -0
  824. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  825. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
  826. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
  827. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
  828. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +14 -0
  829. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
  830. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1457 -0
  831. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
  832. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +63 -0
  833. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
  834. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
  835. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
  836. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +23 -0
  837. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +52 -0
  838. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  839. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
  840. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +25 -0
  841. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +25 -0
  842. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +25 -0
  843. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +24 -0
  844. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +24 -0
  845. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +24 -0
  846. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +25 -0
  847. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +25 -0
  848. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
  849. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -0
  850. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
  851. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +67 -0
  852. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
  853. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +10 -0
  854. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
  855. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  856. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
  857. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
  858. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  859. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +130 -0
  860. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +885 -0
  861. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
  862. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +58 -0
  863. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
  864. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
  865. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
  866. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +71 -0
  867. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +182 -0
  868. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  869. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
  870. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +257 -0
  871. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +282 -0
  872. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +291 -0
  873. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +115 -0
  874. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +75 -0
  875. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +116 -0
  876. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +230 -0
  877. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +154 -0
  878. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
  879. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +4 -0
  880. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
  881. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
  882. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
  883. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
  884. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
  885. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
  886. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
  887. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +13 -0
  888. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  889. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1213 -0
  890. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +74 -0
  891. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +54 -0
  892. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +57 -0
  893. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +53 -0
  894. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
  895. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  896. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +143 -0
  897. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +165 -0
  898. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  899. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
  900. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +35 -0
  901. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +39 -0
  902. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +39 -0
  903. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +39 -0
  904. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +38 -0
  905. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +39 -0
  906. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +39 -0
  907. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +38 -0
  908. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
  909. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
  910. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
  911. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
  912. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
  913. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  914. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  915. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  916. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
  917. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +8 -0
  918. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  919. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +206 -0
  920. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
  921. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +116 -0
  922. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +117 -0
  923. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +110 -0
  924. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
  925. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  926. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/client-sts/package.json +104 -0
  927. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/CHANGELOG.md +269 -0
  928. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/README.md +5 -0
  929. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/api-extractor.json +4 -0
  930. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -0
  931. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -0
  932. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
  933. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
  934. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
  935. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
  936. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
  937. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  938. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
  939. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
  940. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
  941. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/index.js +446 -0
  942. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -0
  943. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
  944. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -0
  945. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -0
  946. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
  947. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
  948. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
  949. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
  950. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
  951. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
  952. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
  953. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
  954. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
  955. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  956. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  957. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
  958. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  959. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  960. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
  961. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
  962. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/index.js +4 -0
  963. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
  964. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
  965. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
  966. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
  967. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
  968. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
  969. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  970. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  971. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
  972. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  973. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  974. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  975. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
  976. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  977. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/index.d.ts +3 -0
  978. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
  979. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
  980. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +4 -0
  981. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
  982. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
  983. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
  984. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
  985. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
  986. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
  987. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
  988. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  989. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
  990. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  991. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  992. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  993. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
  994. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  995. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  996. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
  997. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
  998. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +4 -0
  999. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
  1000. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
  1001. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
  1002. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
  1003. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
  1004. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/jest.config.js +6 -0
  1005. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/package.json +59 -0
  1006. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
  1007. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
  1008. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
  1009. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
  1010. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
  1011. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +134 -0
  1012. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
  1013. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
  1014. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
  1015. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
  1016. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
  1017. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
  1018. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
  1019. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
  1020. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
  1021. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
  1022. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
  1023. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/index.ts +3 -0
  1024. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
  1025. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
  1026. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
  1027. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/index.ts +4 -0
  1028. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
  1029. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
  1030. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
  1031. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
  1032. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
  1033. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
  1034. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
  1035. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
  1036. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
  1037. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
  1038. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  1039. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  1040. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +1 -0
  1041. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +68 -0
  1042. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +24 -0
  1043. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  1044. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +32 -0
  1045. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  1046. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +11 -0
  1047. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  1048. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-env/package.json +60 -0
  1049. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  1050. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  1051. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
  1052. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
  1053. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  1054. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
  1055. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  1056. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  1057. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  1058. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  1059. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  1060. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
  1061. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  1062. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
  1063. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  1064. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  1065. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  1066. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
  1067. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  1068. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  1069. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  1070. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  1071. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  1072. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  1073. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  1074. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
  1075. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  1076. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  1077. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  1078. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
  1079. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  1080. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  1081. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  1082. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
  1083. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  1084. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  1085. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +1 -0
  1086. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +211 -0
  1087. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
  1088. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
  1089. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +1 -0
  1090. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -0
  1091. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -0
  1092. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +1 -0
  1093. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -0
  1094. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +1 -0
  1095. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
  1096. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  1097. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +2 -0
  1098. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +53 -0
  1099. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +15 -0
  1100. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +5 -0
  1101. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
  1102. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +13 -0
  1103. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +14 -0
  1104. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +13 -0
  1105. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +45 -0
  1106. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  1107. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +3 -0
  1108. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +44 -0
  1109. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
  1110. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
  1111. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
  1112. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
  1113. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +19 -0
  1114. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
  1115. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +27 -0
  1116. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  1117. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +3 -0
  1118. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +17 -0
  1119. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +8 -0
  1120. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
  1121. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
  1122. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +8 -0
  1123. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +15 -0
  1124. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
  1125. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-ini/package.json +67 -0
  1126. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  1127. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  1128. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +1 -0
  1129. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +125 -0
  1130. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +1 -0
  1131. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -0
  1132. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  1133. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
  1134. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +57 -0
  1135. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  1136. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +10 -0
  1137. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +23 -0
  1138. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  1139. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
  1140. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-node/package.json +69 -0
  1141. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  1142. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  1143. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +1 -0
  1144. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -0
  1145. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -0
  1146. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +98 -0
  1147. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -0
  1148. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  1149. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
  1150. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +22 -0
  1151. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  1152. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +33 -0
  1153. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +11 -0
  1154. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
  1155. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  1156. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  1157. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  1158. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +8 -0
  1159. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
  1160. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -0
  1161. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  1162. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -0
  1163. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-process/package.json +61 -0
  1164. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  1165. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  1166. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +1 -0
  1167. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +201 -0
  1168. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +1 -0
  1169. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
  1170. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -0
  1171. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +1 -0
  1172. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -0
  1173. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +61 -0
  1174. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  1175. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  1176. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  1177. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +53 -0
  1178. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  1179. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  1180. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
  1181. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  1182. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  1183. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  1184. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  1185. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
  1186. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  1187. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  1188. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
  1189. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +12 -0
  1190. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  1191. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -0
  1192. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  1193. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +5 -0
  1194. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-sso/package.json +63 -0
  1195. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  1196. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  1197. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +26 -0
  1198. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +50 -0
  1199. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
  1200. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
  1201. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +21 -0
  1202. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
  1203. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  1204. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +2 -0
  1205. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
  1206. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
  1207. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  1208. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +3 -0
  1209. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
  1210. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +41 -0
  1211. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  1212. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +3 -0
  1213. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/credential-provider-web-identity/package.json +69 -0
  1214. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/LICENSE +201 -0
  1215. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/README.md +17 -0
  1216. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js +1 -0
  1217. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js +1 -0
  1218. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +137 -0
  1219. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-es/Endpoint.js +1 -0
  1220. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +53 -0
  1221. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-es/index.js +2 -0
  1222. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/Endpoint.d.ts +13 -0
  1223. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +56 -0
  1224. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts +8 -0
  1225. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +4 -0
  1226. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +14 -0
  1227. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -0
  1228. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/endpoint-cache/package.json +53 -0
  1229. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/LICENSE +201 -0
  1230. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/README.md +4 -0
  1231. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/configurations.js +1 -0
  1232. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/endpointDiscoveryMiddleware.js +1 -0
  1233. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getCacheKey.js +1 -0
  1234. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/getEndpointDiscoveryPlugin.js +1 -0
  1235. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +227 -0
  1236. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/resolveEndpointDiscoveryConfig.js +1 -0
  1237. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/updateDiscoveredEndpointInCache.js +1 -0
  1238. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/configurations.js +27 -0
  1239. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js +45 -0
  1240. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getCacheKey.js +13 -0
  1241. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getEndpointDiscoveryPlugin.js +22 -0
  1242. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/index.js +3 -0
  1243. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +10 -0
  1244. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/updateDiscoveredEndpointInCache.js +57 -0
  1245. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +2 -0
  1246. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +4 -0
  1247. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +9 -0
  1248. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +18 -0
  1249. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts +3 -0
  1250. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +54 -0
  1251. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -0
  1252. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -0
  1253. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -0
  1254. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -0
  1255. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -0
  1256. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +28 -0
  1257. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -0
  1258. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +8 -0
  1259. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +57 -0
  1260. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1261. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1262. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +70 -0
  1263. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  1264. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
  1265. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  1266. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-host-header/package.json +55 -0
  1267. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1268. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1269. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +79 -0
  1270. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +1 -0
  1271. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  1272. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  1273. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  1274. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  1275. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  1276. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  1277. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-logger/package.json +56 -0
  1278. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1279. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  1280. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +67 -0
  1281. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
  1282. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
  1283. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
  1284. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-recursion-detection/package.json +55 -0
  1285. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1286. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1287. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +1 -0
  1288. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +1 -0
  1289. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +122 -0
  1290. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -0
  1291. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
  1292. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  1293. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  1294. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
  1295. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
  1296. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  1297. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  1298. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
  1299. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  1300. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  1301. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
  1302. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
  1303. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/middleware-user-agent/package.json +57 -0
  1304. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  1305. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  1306. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +1 -0
  1307. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +115 -0
  1308. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +1 -0
  1309. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
  1310. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +1 -0
  1311. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
  1312. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
  1313. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  1314. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  1315. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  1316. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1317. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  1318. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1319. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1320. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  1321. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  1322. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1323. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1324. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1325. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1326. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  1327. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  1328. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  1329. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  1330. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  1331. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  1332. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  1333. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  1334. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/region-config-resolver/package.json +58 -0
  1335. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1336. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/README.md +53 -0
  1337. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +1 -0
  1338. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +1 -0
  1339. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -0
  1340. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +1 -0
  1341. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +1 -0
  1342. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +214 -0
  1343. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
  1344. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -0
  1345. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -0
  1346. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -0
  1347. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -0
  1348. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  1349. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
  1350. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  1351. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  1352. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  1353. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  1354. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -0
  1355. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  1356. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  1357. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  1358. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  1359. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  1360. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
  1361. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
  1362. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +6 -0
  1363. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
  1364. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  1365. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -0
  1366. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  1367. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  1368. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +9 -0
  1369. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  1370. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
  1371. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
  1372. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  1373. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -0
  1374. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1375. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1376. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1377. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1378. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1379. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1380. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1381. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/token-providers/package.json +66 -0
  1382. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/LICENSE +201 -0
  1383. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/README.md +4 -0
  1384. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/abort.js +1 -0
  1385. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/auth.js +1 -0
  1386. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +1 -0
  1387. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/checksum.js +1 -0
  1388. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/client.js +1 -0
  1389. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/command.js +1 -0
  1390. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/connection.js +1 -0
  1391. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/credentials.js +1 -0
  1392. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/crypto.js +1 -0
  1393. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/dns.js +1 -0
  1394. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/encode.js +1 -0
  1395. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +1 -0
  1396. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +1 -0
  1397. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +1 -0
  1398. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/http.js +1 -0
  1399. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +1 -0
  1400. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +1 -0
  1401. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +1 -0
  1402. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +1 -0
  1403. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +1 -0
  1404. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +1 -0
  1405. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/index.js +298 -0
  1406. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/logger.js +1 -0
  1407. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/middleware.js +1 -0
  1408. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/pagination.js +1 -0
  1409. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/profile.js +1 -0
  1410. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/request.js +1 -0
  1411. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/response.js +1 -0
  1412. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/retry.js +1 -0
  1413. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/serde.js +1 -0
  1414. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/shapes.js +1 -0
  1415. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/signature.js +1 -0
  1416. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/stream.js +1 -0
  1417. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/token.js +1 -0
  1418. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/transfer.js +1 -0
  1419. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/uri.js +1 -0
  1420. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/util.js +1 -0
  1421. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-cjs/waiter.js +1 -0
  1422. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1423. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1424. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1425. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1426. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1427. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1428. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1429. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1430. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1431. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1432. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1433. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1434. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1435. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1436. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1437. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1438. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1439. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1440. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1441. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1442. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1443. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
  1444. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1445. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1446. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1447. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1448. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1449. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1450. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1451. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1452. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1453. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1454. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1455. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1456. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1457. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1458. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1459. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1460. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1461. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1462. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1463. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1464. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1465. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1466. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1467. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
  1468. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1469. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1470. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1471. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1472. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1473. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1474. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1475. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1476. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1477. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1478. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1479. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
  1480. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1481. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
  1482. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1483. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
  1484. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1485. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1486. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1487. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1488. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1489. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1490. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1491. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1492. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1493. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1494. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1495. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1496. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1497. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1498. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1499. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1500. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1501. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1502. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
  1503. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1504. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1505. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1506. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1507. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1508. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1509. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1510. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1511. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
  1512. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1513. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1514. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
  1515. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1516. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
  1517. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1518. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
  1519. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1520. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1521. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1522. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1523. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1524. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1525. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1526. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1527. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1528. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1529. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1530. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1531. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1532. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1533. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1534. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1535. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1536. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/types/package.json +56 -0
  1537. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1538. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1539. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +1 -0
  1540. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
  1541. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +1 -0
  1542. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +1 -0
  1543. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +1 -0
  1544. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +1 -0
  1545. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +216 -0
  1546. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
  1547. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
  1548. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
  1549. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
  1550. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
  1551. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
  1552. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
  1553. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +1 -0
  1554. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +1 -0
  1555. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1556. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
  1557. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1558. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1559. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
  1560. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1561. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +216 -0
  1562. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1563. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1564. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1565. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1566. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1567. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1568. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1569. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1570. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1571. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  1572. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
  1573. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1574. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1575. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1576. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1577. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1578. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1579. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  1580. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  1581. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1582. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1583. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1584. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1585. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1586. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1587. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1588. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1589. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1590. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1591. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1592. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1593. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1594. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1595. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1596. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1597. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1598. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1599. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1600. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1601. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-endpoints/package.json +56 -0
  1602. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1603. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1604. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +41 -0
  1605. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1606. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1607. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1608. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-locate-window/package.json +52 -0
  1609. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1610. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  1611. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1612. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +23 -0
  1613. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +17 -0
  1614. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1615. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +17 -0
  1616. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +13 -0
  1617. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1618. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -0
  1619. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -0
  1620. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1621. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -0
  1622. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -0
  1623. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-browser/package.json +53 -0
  1624. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1625. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1626. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +1 -0
  1627. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +94 -0
  1628. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -0
  1629. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1630. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +39 -0
  1631. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1632. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  1633. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +20 -0
  1634. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1635. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1636. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -0
  1637. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1638. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-user-agent-node/package.json +63 -0
  1639. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
  1640. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
  1641. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
  1642. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
  1643. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
  1644. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +4 -0
  1645. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
  1646. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
  1647. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
  1648. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
  1649. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
  1650. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +2 -0
  1651. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
  1652. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
  1653. package/dist/layers/testResources/nodejs/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
  1654. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/LICENSE +21 -0
  1655. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/index.node.mjs +250 -0
  1656. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/index.node.mjs.map +7 -0
  1657. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/index.web.mjs +255 -0
  1658. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/index.web.mjs.map +7 -0
  1659. package/dist/layers/testResources/nodejs/node_modules/@datastream/core/package.json +75 -0
  1660. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/LICENSE +29 -0
  1661. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/README.md +14 -0
  1662. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aProblem.d.ts +4 -0
  1663. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aProblem.js +13 -0
  1664. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aProblem.spec.d.ts +1 -0
  1665. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aProblem.spec.js +21 -0
  1666. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aResponse.d.ts +5 -0
  1667. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aResponse.js +9 -0
  1668. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aResponse.spec.d.ts +1 -0
  1669. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/aResponse.spec.js +19 -0
  1670. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/addVersionHeader.d.ts +3 -0
  1671. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/addVersionHeader.js +15 -0
  1672. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsHeaders.d.ts +12 -0
  1673. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsHeaders.js +21 -0
  1674. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsHeaders.spec.d.ts +1 -0
  1675. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsHeaders.spec.js +28 -0
  1676. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsOPTIONS.d.ts +3 -0
  1677. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsOPTIONS.js +25 -0
  1678. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsResponse.d.ts +4 -0
  1679. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/corsResponse.js +5 -0
  1680. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/logger.d.ts +7 -0
  1681. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/logger.js +16 -0
  1682. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/metrics.d.ts +9 -0
  1683. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/dist/metrics.js +25 -0
  1684. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/lambda-helpers/package.json +93 -0
  1685. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/LICENSE +29 -0
  1686. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/README.md +48 -0
  1687. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/export.js +3 -0
  1688. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/fingerprintGenerator.js +12 -0
  1689. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/fingerprintGenerator.spec.js +14 -0
  1690. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/generateCode.js +13 -0
  1691. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/index.d.js +3 -0
  1692. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/isFingerprint.js +4 -0
  1693. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/fingerprint/isFingerprint.spec.js +18 -0
  1694. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/schema/NRFCloudMessage.schema.js +54 -0
  1695. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/schema/messages.js +296 -0
  1696. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/NRFCloudApplicationSchema.js +15 -0
  1697. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/addDocBlock.js +8 -0
  1698. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/createTypeFromSchema.js +266 -0
  1699. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/createUnionType.js +36 -0
  1700. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/generateExports.js +35 -0
  1701. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/printNode.js +8 -0
  1702. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/generate/types/schema-to-type.js +76 -0
  1703. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/ConfigureDevice.js +30 -0
  1704. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/ConfigureDevice.spec.js +49 -0
  1705. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/Context.js +29 -0
  1706. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/Context.spec.js +25 -0
  1707. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/DeviceIdentity.js +20 -0
  1708. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/IsoDateType.js +10 -0
  1709. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/IsoDateType.spec.js +12 -0
  1710. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/SingleCellGeoLocation.js +29 -0
  1711. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/convert.js +436 -0
  1712. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/convert.spec.js +435 -0
  1713. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/deviceId.js +8 -0
  1714. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/errors/ProblemDetail.js +59 -0
  1715. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/errors/StatusCode.js +29 -0
  1716. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/errors/examples.spec.js +24 -0
  1717. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/export.js +8 -0
  1718. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/HistoricalData.js +43 -0
  1719. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/HistoricalDataRequest.js +116 -0
  1720. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/HistoricalDataResponse.js +58 -0
  1721. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/TimeSpan.js +11 -0
  1722. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/examples.spec.js +119 -0
  1723. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/export.js +4 -0
  1724. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/history/index.d.js +4 -0
  1725. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/incomingMessageValidator.js +8 -0
  1726. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/incomingMessageValidator.spec.js +26 -0
  1727. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/index.d.js +8 -0
  1728. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/DeviceId.js +9 -0
  1729. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/Devices.js +44 -0
  1730. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/ShareDeviceOwnershipConfirmed.js +7 -0
  1731. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/ShareDeviceRequest.js +7 -0
  1732. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/export.js +4 -0
  1733. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/map/index.d.js +4 -0
  1734. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/Model.js +4 -0
  1735. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/Battery.js +15 -0
  1736. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/Gain.js +14 -0
  1737. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/Location.js +32 -0
  1738. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/context.js +6 -0
  1739. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/examples/examples.spec.js +27 -0
  1740. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/export.js +6 -0
  1741. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/index.d.js +6 -0
  1742. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/message.js +317 -0
  1743. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/proto.js +332 -0
  1744. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/model/PCA20035+solar/proto.spec.js +584 -0
  1745. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/hello/ts.js +8 -0
  1746. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/examples.spec.js +61 -0
  1747. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/export.js +2 -0
  1748. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/getShadowUpdateTime.js +7 -0
  1749. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/getShadowUpdateTime.spec.js +9 -0
  1750. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/index.d.js +4 -0
  1751. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/shadow-type-test.js +6 -0
  1752. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/NRFCloudMessage.js +1 -0
  1753. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/AGPS.js +12 -0
  1754. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/AIR_PRESS.js +5 -0
  1755. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/AIR_QUAL.js +5 -0
  1756. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/BUTTON.js +5 -0
  1757. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/CELL_POS.js +5 -0
  1758. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/DEVICE.js +16 -0
  1759. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/FLIP.js +9 -0
  1760. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/GNSS.js +5 -0
  1761. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/GROUND_FIX.js +5 -0
  1762. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/GROUND_FIX_C2D.js +6 -0
  1763. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/HUMID.js +5 -0
  1764. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/LIGHT.js +5 -0
  1765. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/PGPS.js +5 -0
  1766. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/RSRP.js +5 -0
  1767. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/SCELL.js +5 -0
  1768. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/TEMP.js +4 -0
  1769. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/WIFI.js +5 -0
  1770. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/generated/ipShadow.js +23 -0
  1771. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/nrfCloud/NRFCloud.js +6 -0
  1772. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/solarThingy/BATTERY.js +21 -0
  1773. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/solarThingy/SOLAR.js +21 -0
  1774. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/types/types.js +1 -0
  1775. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/validateShadow.spec.js +177 -0
  1776. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfCloud/validator.js +76 -0
  1777. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/agps/agps-err-example.json +5 -0
  1778. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/agps/agps.json +24 -0
  1779. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/air_quality/air_quality-config-example.json +9 -0
  1780. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/air_quality/air_quality.json +38 -0
  1781. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position-err-example.json +5 -0
  1782. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position-example.json +9 -0
  1783. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position.json +63 -0
  1784. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/device/device-example.json +4 -0
  1785. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/device/device.json +20 -0
  1786. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/env/env-example.json +7 -0
  1787. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/env/env.json +31 -0
  1788. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/gps/gps-config-example.json +8 -0
  1789. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/gps/gps.json +35 -0
  1790. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix-err-example.json +5 -0
  1791. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix-example.json +9 -0
  1792. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix.json +63 -0
  1793. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/led/led-example.json +7 -0
  1794. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/led/led.json +32 -0
  1795. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/light/light-config-example.json +8 -0
  1796. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/light/light.json +35 -0
  1797. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/modem/modem-example.json +5 -0
  1798. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/modem/modem.json +28 -0
  1799. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/pgps/pgps-config-example.json +4 -0
  1800. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/pgps/pgps.json +19 -0
  1801. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/pgps-error/pgps-err-example.json +5 -0
  1802. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/pgps-error/pgps.json +24 -0
  1803. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell-err-example.json +5 -0
  1804. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell-example.json +9 -0
  1805. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell.json +56 -0
  1806. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/temp/temp-config-example.json +9 -0
  1807. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/temp/temp.json +39 -0
  1808. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position-err-example.json +5 -0
  1809. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position-example.json +9 -0
  1810. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position.json +56 -0
  1811. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/gatewayShadow-example.json +25 -0
  1812. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/gatewayShadow.json +130 -0
  1813. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/lteGatewayShadowExample.json +71 -0
  1814. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/config.json +30 -0
  1815. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/ipShadow-example.json +68 -0
  1816. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/ipShadow.json +349 -0
  1817. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps-default-example.json +6 -0
  1818. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps-example.json +14 -0
  1819. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps.json +97 -0
  1820. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/air_press/air_press-example.json +5 -0
  1821. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/air_press/air_press.json +33 -0
  1822. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/air_quality/air_quality-example.json +5 -0
  1823. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/air_quality/air_quality.json +34 -0
  1824. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/alert/alert-example.json +7 -0
  1825. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/alert/alert.json +75 -0
  1826. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/battery/battery-example.json +5 -0
  1827. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/battery/battery.json +31 -0
  1828. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/button/button-pressed-example.json +5 -0
  1829. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/button/button-released-example.json +5 -0
  1830. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/button/button.json +33 -0
  1831. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position-example.json +18 -0
  1832. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position-with-neighbors-example.json +26 -0
  1833. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position.json +140 -0
  1834. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/device/device-example.json +44 -0
  1835. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/device/device.json +178 -0
  1836. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip-normal-example.json +5 -0
  1837. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip-upside-example.json +5 -0
  1838. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip.json +38 -0
  1839. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPGGA-example.json +5 -0
  1840. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPGLL-example.json +5 -0
  1841. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPRMC-example.json +5 -0
  1842. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/PVT-example-with-extra.json +15 -0
  1843. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/PVT-example.json +12 -0
  1844. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/gnss.json +101 -0
  1845. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-example.json +36 -0
  1846. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-lte-only-example.json +26 -0
  1847. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-wifi-only-example.json +17 -0
  1848. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix.json +212 -0
  1849. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/humid/humid.json +34 -0
  1850. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/humid/humidity-example.json +5 -0
  1851. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/light/light-example.json +5 -0
  1852. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/light/light-one-channel-example.json +5 -0
  1853. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/light/light.json +34 -0
  1854. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/log/log.example.json +7 -0
  1855. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/log/log.json +65 -0
  1856. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps-default-example.json +6 -0
  1857. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps-example.json +10 -0
  1858. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps.json +63 -0
  1859. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/rsrp/rsrp-example.json +5 -0
  1860. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/rsrp/rsrp.json +34 -0
  1861. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell-example.json +12 -0
  1862. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell-with-format-example.json +13 -0
  1863. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell.json +90 -0
  1864. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-negative-example.json +5 -0
  1865. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-positive-example-time.json +6 -0
  1866. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-positive-example.json +6 -0
  1867. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-zero-example.json +5 -0
  1868. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp.json +35 -0
  1869. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position-example.json +14 -0
  1870. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position-with-doReply-example.json +15 -0
  1871. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position.json +86 -0
  1872. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/schemas/NRFCloudMessage.schema.json +67 -0
  1873. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/formatTypeBoxErrors.js +6 -0
  1874. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/formatTypeBoxErrors.spec.js +144 -0
  1875. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/validateWithJSONSchema.js +43 -0
  1876. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/validateWithJSONSchema.spec.js +31 -0
  1877. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/validateWithTypeBox.js +42 -0
  1878. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/dist/validator/validateWithTypeBox.spec.js +150 -0
  1879. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/example.ts +29 -0
  1880. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/export.js +3 -0
  1881. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/export.js +3 -0
  1882. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/fingerprintGenerator.spec.ts +15 -0
  1883. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/fingerprintGenerator.ts +13 -0
  1884. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/generateCode.ts +11 -0
  1885. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/index.d.ts +3 -0
  1886. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/isFingerprint.spec.ts +12 -0
  1887. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/fingerprint/isFingerprint.ts +5 -0
  1888. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/schema/NRFCloudMessage.schema.ts +41 -0
  1889. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/schema/messages.ts +223 -0
  1890. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/NRFCloudApplicationSchema.ts +85 -0
  1891. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/addDocBlock.ts +14 -0
  1892. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/createTypeFromSchema.ts +215 -0
  1893. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/createUnionType.ts +42 -0
  1894. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/generateExports.ts +41 -0
  1895. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/printNode.ts +12 -0
  1896. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/generate/types/schema-to-type.ts +62 -0
  1897. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/ConfigureDevice.spec.ts +50 -0
  1898. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/ConfigureDevice.ts +42 -0
  1899. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/Context.spec.ts +46 -0
  1900. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/Context.ts +36 -0
  1901. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/DeviceIdentity.ts +27 -0
  1902. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/IsoDateType.spec.ts +13 -0
  1903. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/IsoDateType.ts +9 -0
  1904. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/SingleCellGeoLocation.ts +37 -0
  1905. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/convert.spec.ts +234 -0
  1906. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/convert.ts +174 -0
  1907. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/deviceId.ts +7 -0
  1908. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/errors/ProblemDetail.ts +85 -0
  1909. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/errors/StatusCode.ts +40 -0
  1910. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/errors/examples/BAD_REQUEST.json +7 -0
  1911. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/errors/examples/INTERNAL_ERROR.json +6 -0
  1912. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/errors/examples.spec.ts +17 -0
  1913. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/export.js +8 -0
  1914. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/README.md +17 -0
  1915. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/cloudToDevice/config.cbor +1 -0
  1916. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/cloudToDevice/config.json +1 -0
  1917. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/cloudToDevice/led.cbor +1 -0
  1918. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/cloudToDevice/led.json +1 -0
  1919. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/cloudToDevice.cddl +20 -0
  1920. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/air-pressure.cbor +0 -0
  1921. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/air-pressure.json +1 -0
  1922. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/air-quality.cbor +1 -0
  1923. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/air-quality.json +1 -0
  1924. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/battery.cbor +1 -0
  1925. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/battery.json +1 -0
  1926. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/button.cbor +1 -0
  1927. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/button.json +1 -0
  1928. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/gnss.cbor +0 -0
  1929. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/gnss.json +4 -0
  1930. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/humidity.cbor +1 -0
  1931. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/humidity.json +1 -0
  1932. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/many.cbor +0 -0
  1933. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/many.json +12 -0
  1934. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/rsrp.cbor +1 -0
  1935. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/rsrp.json +1 -0
  1936. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/solar-gain.cbor +1 -0
  1937. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/solar-gain.json +1 -0
  1938. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/temperature.cbor +1 -0
  1939. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud/temperature.json +1 -0
  1940. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/deviceToCloud.cddl +80 -0
  1941. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/firmware/validate.sh +33 -0
  1942. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/HistoricalData.ts +34 -0
  1943. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/HistoricalDataRequest.ts +138 -0
  1944. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/HistoricalDataResponse.ts +69 -0
  1945. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/TimeSpan.ts +8 -0
  1946. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/request/BATTERY.json +10 -0
  1947. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/request/GAIN.json +9 -0
  1948. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/request/LOCATION.json +12 -0
  1949. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/request/locationTrail.json +12 -0
  1950. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/response/BATTERY.json +36 -0
  1951. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/response/GAIN.json +22 -0
  1952. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/response/LOCATION.json +38 -0
  1953. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples/response/locationTrail.json +36 -0
  1954. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/examples.spec.ts +43 -0
  1955. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/export.js +4 -0
  1956. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/history/index.d.ts +4 -0
  1957. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/incomingMessageValidator.spec.ts +26 -0
  1958. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/incomingMessageValidator.ts +8 -0
  1959. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/index.d.ts +8 -0
  1960. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/DeviceId.ts +12 -0
  1961. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/Devices.ts +53 -0
  1962. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/ShareDeviceOwnershipConfirmed.ts +10 -0
  1963. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/ShareDeviceRequest.ts +8 -0
  1964. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/export.js +4 -0
  1965. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/map/index.d.ts +4 -0
  1966. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/Model.ts +3 -0
  1967. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/Battery.ts +14 -0
  1968. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/Gain.ts +12 -0
  1969. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/Location.ts +31 -0
  1970. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/context.ts +12 -0
  1971. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/BATTERY.json +6 -0
  1972. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/DEVICE-networkInfo-with-eest.json +17 -0
  1973. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/GROUND_FIX.json +26 -0
  1974. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/GROUND_FIX_with_timeDiff.json +47 -0
  1975. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/README.md +2 -0
  1976. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/SOLAR.json +6 -0
  1977. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/desiredConfig.json +11 -0
  1978. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/examples/examples.spec.ts +20 -0
  1979. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/export.js +6 -0
  1980. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/index.d.ts +6 -0
  1981. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/message.ts +349 -0
  1982. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/proto.spec.ts +331 -0
  1983. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/model/PCA20035+solar/proto.ts +176 -0
  1984. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/hello/ts.ts +7 -0
  1985. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/index.d.ts +3 -0
  1986. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/cloudToDevice/GROUND_FIX.json +10 -0
  1987. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/AIR_PRESS.json +6 -0
  1988. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/AIR_QUAL.json +6 -0
  1989. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/BUTTON.json +6 -0
  1990. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/DEVICE-deviceInfo.json +14 -0
  1991. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/DEVICE-networkInfo.json +16 -0
  1992. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/GNSS.json +13 -0
  1993. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/GROUND_FIX.json +48 -0
  1994. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/HUMID.json +6 -0
  1995. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/RSRP.json +6 -0
  1996. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/deviceToCloud/TEMP.json +6 -0
  1997. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/shadow-no-networkInfo.json +247 -0
  1998. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples/shadow.json +257 -0
  1999. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/examples.spec.ts +42 -0
  2000. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/export.js +2 -0
  2001. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/getShadowUpdateTime.spec.ts +9 -0
  2002. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/getShadowUpdateTime.ts +8 -0
  2003. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/index.d.ts +4 -0
  2004. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/shadow-type-test.ts +7 -0
  2005. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/NRFCloudMessage.ts +36 -0
  2006. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/AGPS.ts +55 -0
  2007. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/AIR_PRESS.ts +18 -0
  2008. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/AIR_QUAL.ts +21 -0
  2009. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/BUTTON.ts +18 -0
  2010. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/CELL_POS.ts +65 -0
  2011. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/DEVICE.ts +88 -0
  2012. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/FLIP.ts +25 -0
  2013. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/GNSS.ts +66 -0
  2014. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/GROUND_FIX.ts +101 -0
  2015. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/GROUND_FIX_C2D.ts +33 -0
  2016. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/HUMID.ts +21 -0
  2017. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/LIGHT.ts +21 -0
  2018. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/PGPS.ts +29 -0
  2019. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/RSRP.ts +21 -0
  2020. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/SCELL.ts +43 -0
  2021. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/TEMP.ts +21 -0
  2022. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/WIFI.ts +44 -0
  2023. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/generated/ipShadow.ts +190 -0
  2024. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/nrfCloud/NRFCloud.ts +8 -0
  2025. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/solarThingy/BATTERY.ts +27 -0
  2026. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/solarThingy/SOLAR.ts +27 -0
  2027. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/types/types.ts +19 -0
  2028. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/validateShadow.spec.ts +19 -0
  2029. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfCloud/validator.ts +30 -0
  2030. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/LICENSE +28 -0
  2031. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/README.md +73 -0
  2032. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/package-lock.json +5759 -0
  2033. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/agps/agps-err-example.json +5 -0
  2034. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/agps/agps.json +24 -0
  2035. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/air_quality/air_quality-config-example.json +9 -0
  2036. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/air_quality/air_quality.json +38 -0
  2037. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position-err-example.json +5 -0
  2038. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position-example.json +9 -0
  2039. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/cell_position/cell-position.json +63 -0
  2040. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/device/device-example.json +4 -0
  2041. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/device/device.json +20 -0
  2042. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/env/env-example.json +7 -0
  2043. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/env/env.json +31 -0
  2044. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/gps/gps-config-example.json +8 -0
  2045. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/gps/gps.json +35 -0
  2046. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix-err-example.json +5 -0
  2047. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix-example.json +9 -0
  2048. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/ground_fix/ground-fix.json +63 -0
  2049. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/led/led-example.json +7 -0
  2050. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/led/led.json +32 -0
  2051. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/light/light-config-example.json +8 -0
  2052. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/light/light.json +35 -0
  2053. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/modem/modem-example.json +5 -0
  2054. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/modem/modem.json +28 -0
  2055. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/pgps/pgps-config-example.json +4 -0
  2056. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/pgps/pgps.json +19 -0
  2057. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/pgps-error/pgps-err-example.json +5 -0
  2058. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/pgps-error/pgps.json +24 -0
  2059. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell-err-example.json +5 -0
  2060. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell-example.json +9 -0
  2061. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/single_cell/single-cell.json +56 -0
  2062. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/temp/temp-config-example.json +9 -0
  2063. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/temp/temp.json +39 -0
  2064. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position-err-example.json +5 -0
  2065. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position-example.json +9 -0
  2066. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/cloudToDevice/wifi/wifi-position.json +56 -0
  2067. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/gatewayShadow-example.json +25 -0
  2068. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/gatewayShadow.json +130 -0
  2069. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/gatewayShadow/lteGatewayShadowExample.json +71 -0
  2070. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/config.json +30 -0
  2071. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/ipShadow-example.json +68 -0
  2072. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceShadow/ipShadow/ipShadow.json +349 -0
  2073. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps-default-example.json +6 -0
  2074. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps-example.json +14 -0
  2075. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/agps/agps.json +97 -0
  2076. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/air_press/air_press-example.json +5 -0
  2077. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/air_press/air_press.json +33 -0
  2078. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/air_quality/air_quality-example.json +5 -0
  2079. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/air_quality/air_quality.json +34 -0
  2080. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/alert/alert-example.json +7 -0
  2081. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/alert/alert.json +75 -0
  2082. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/battery/battery-example.json +5 -0
  2083. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/battery/battery.json +31 -0
  2084. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/button/button-pressed-example.json +5 -0
  2085. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/button/button-released-example.json +5 -0
  2086. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/button/button.json +33 -0
  2087. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position-example.json +18 -0
  2088. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position-with-neighbors-example.json +26 -0
  2089. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/cell_position/cell-position.json +140 -0
  2090. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/device/device-example.json +44 -0
  2091. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/device/device.json +178 -0
  2092. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip-normal-example.json +5 -0
  2093. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip-upside-example.json +5 -0
  2094. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/flip/flip.json +38 -0
  2095. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPGGA-example.json +5 -0
  2096. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPGLL-example.json +5 -0
  2097. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/GPRMC-example.json +5 -0
  2098. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/PVT-example-with-extra.json +15 -0
  2099. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/PVT-example.json +12 -0
  2100. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/gnss/gnss.json +101 -0
  2101. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-example.json +36 -0
  2102. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-lte-only-example.json +26 -0
  2103. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix-wifi-only-example.json +17 -0
  2104. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/ground_fix/ground-fix.json +212 -0
  2105. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/humid/humid.json +34 -0
  2106. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/humid/humidity-example.json +5 -0
  2107. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/light/light-example.json +5 -0
  2108. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/light/light-one-channel-example.json +5 -0
  2109. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/light/light.json +34 -0
  2110. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/log/log.example.json +7 -0
  2111. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/log/log.json +65 -0
  2112. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps-default-example.json +6 -0
  2113. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps-example.json +10 -0
  2114. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/pgps/pgps.json +63 -0
  2115. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/rsrp/rsrp-example.json +5 -0
  2116. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/rsrp/rsrp.json +34 -0
  2117. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell-example.json +12 -0
  2118. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell-with-format-example.json +13 -0
  2119. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/single_cell/single-cell.json +90 -0
  2120. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-negative-example.json +5 -0
  2121. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-positive-example-time.json +6 -0
  2122. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-positive-example.json +6 -0
  2123. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp-zero-example.json +5 -0
  2124. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/temp/temp.json +35 -0
  2125. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position-example.json +14 -0
  2126. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position-with-doReply-example.json +15 -0
  2127. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/nrfcloud-application-protocols/schemas/deviceToCloud/wifi/wifi-position.json +86 -0
  2128. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/package.json +140 -0
  2129. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/schemas/NRFCloudMessage.schema.json +67 -0
  2130. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/formatTypeBoxErrors.spec.ts +24 -0
  2131. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/formatTypeBoxErrors.ts +6 -0
  2132. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/validateWithJSONSchema.spec.ts +29 -0
  2133. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/validateWithJSONSchema.ts +30 -0
  2134. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/validateWithTypeBox.spec.ts +19 -0
  2135. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto/validator/validateWithTypeBox.ts +24 -0
  2136. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/LICENSE +29 -0
  2137. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/README.md +122 -0
  2138. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/addDocBlock.js +5 -0
  2139. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateLwM2MDefinitions.js +82 -0
  2140. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateLwM2MDefinitions.spec.js +91 -0
  2141. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateLwm2mTimestampResources.js +69 -0
  2142. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateModels.js +142 -0
  2143. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateType.js +90 -0
  2144. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateValidator.js +132 -0
  2145. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/generateValidators.js +63 -0
  2146. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/isDir.js +163 -0
  2147. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/isDir.spec.js +212 -0
  2148. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/lwm2m.js +106 -0
  2149. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/models.js +306 -0
  2150. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/printNode.js +8 -0
  2151. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/tokenizeName.js +5 -0
  2152. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/tokenizeName.spec.js +98 -0
  2153. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/generator/types.js +140 -0
  2154. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/LWM2MObjectDefinition.js +88 -0
  2155. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/LWM2MObjectInfo.js +9 -0
  2156. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/LwM2MObject.d.js +1 -0
  2157. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/LwM2MObjectID.js +57 -0
  2158. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/ParsedLwM2MObjectDefinition.js +1 -0
  2159. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/check-lwm2m-rules.js +480 -0
  2160. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/definitions.js +603 -0
  2161. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/fromXML2JSON.js +194 -0
  2162. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/instanceTs.js +9 -0
  2163. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/instanceTs.spec.js +16 -0
  2164. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/isRegisteredLwM2MObject.js +3 -0
  2165. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/isRegisteredLwM2MObject.spec.js +45 -0
  2166. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14201.d.js +5 -0
  2167. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14202.d.js +5 -0
  2168. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14203.d.js +5 -0
  2169. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14204.d.js +5 -0
  2170. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14205.d.js +5 -0
  2171. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14210.d.js +5 -0
  2172. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14220.d.js +5 -0
  2173. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/14230.d.js +5 -0
  2174. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14201.js +18 -0
  2175. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14202.js +17 -0
  2176. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14203.js +19 -0
  2177. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14204.js +17 -0
  2178. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14205.js +15 -0
  2179. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14210.js +13 -0
  2180. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14220.js +12 -0
  2181. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/object/validate14230.js +13 -0
  2182. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/objects.js +8 -0
  2183. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/parseRangeEnumeration.js +20 -0
  2184. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/parseRangeEnumeration.spec.js +27 -0
  2185. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/resourceType.js +12 -0
  2186. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/timestampResources.js +12 -0
  2187. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/unwrapNestedArray.js +114 -0
  2188. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/unwrapNestedArray.spec.js +374 -0
  2189. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/validate.js +14 -0
  2190. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/validation.js +146 -0
  2191. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/lwm2m/validators.js +20 -0
  2192. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/markdown/getCodeBlock.js +74 -0
  2193. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/markdown/getFrontMatter.js +15 -0
  2194. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/markdown/parseREADME.js +19 -0
  2195. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/models/asset_tracker_v2+AWS/examples/examples.spec.js +489 -0
  2196. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/models/check-model-rules.js +137 -0
  2197. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/models/models.js +137 -0
  2198. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/models/types.js +13 -0
  2199. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/SenMLSchema.js +79 -0
  2200. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/SenMLSchema.spec.js +23 -0
  2201. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/hasValue.js +8 -0
  2202. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/hasValue.spec.js +103 -0
  2203. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/lwm2mToSenML.js +137 -0
  2204. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/lwm2mToSenML.spec.js +104 -0
  2205. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/parseResourceId.js +58 -0
  2206. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/parseResourceId.spec.js +13 -0
  2207. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/senMLtoLwM2M.js +126 -0
  2208. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/senMLtoLwM2M.spec.js +226 -0
  2209. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/validateSenML.js +6 -0
  2210. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/dist/senml/validateSenML.spec.js +31 -0
  2211. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/export.js +13 -0
  2212. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/index.d.ts +14 -0
  2213. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14201.xml +94 -0
  2214. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14202.xml +84 -0
  2215. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14203.xml +104 -0
  2216. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14204.xml +84 -0
  2217. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14205.xml +64 -0
  2218. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14210.xml +44 -0
  2219. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14220.xml +34 -0
  2220. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/14230.xml +44 -0
  2221. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/LWM2M-v1_1.xsd +168 -0
  2222. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/LWM2MObjectDefinition.ts +84 -0
  2223. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/LWM2MObjectInfo.ts +42 -0
  2224. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/LwM2MObject.d.ts +19 -0
  2225. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/LwM2MObjectID.ts +73 -0
  2226. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/ParsedLwM2MObjectDefinition.ts +28 -0
  2227. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/check-lwm2m-rules.ts +160 -0
  2228. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/definitions.ts +281 -0
  2229. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/format.sh +3 -0
  2230. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/fromXML2JSON.ts +44 -0
  2231. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/instanceTs.spec.ts +19 -0
  2232. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/instanceTs.ts +10 -0
  2233. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/isRegisteredLwM2MObject.spec.ts +48 -0
  2234. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/isRegisteredLwM2MObject.ts +4 -0
  2235. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14201.d.ts +73 -0
  2236. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14202.d.ts +59 -0
  2237. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14203.d.ts +67 -0
  2238. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14204.d.ts +55 -0
  2239. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14205.d.ts +47 -0
  2240. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14210.d.ts +31 -0
  2241. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14220.d.ts +25 -0
  2242. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/14230.d.ts +31 -0
  2243. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14201.ts +10 -0
  2244. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14202.ts +10 -0
  2245. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14203.ts +10 -0
  2246. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14204.ts +10 -0
  2247. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14205.ts +10 -0
  2248. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14210.ts +10 -0
  2249. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14220.ts +10 -0
  2250. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/object/validate14230.ts +10 -0
  2251. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/objects.ts +16 -0
  2252. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/parseRangeEnumeration.spec.ts +34 -0
  2253. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/parseRangeEnumeration.ts +29 -0
  2254. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/resourceType.ts +11 -0
  2255. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/timestampResources.ts +4 -0
  2256. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/unwrapNestedArray.spec.ts +241 -0
  2257. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/unwrapNestedArray.ts +27 -0
  2258. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/validate.ts +30 -0
  2259. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/validation.ts +120 -0
  2260. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/lwm2m/validators.ts +21 -0
  2261. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/README.md +10 -0
  2262. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/airQuality.md +48 -0
  2263. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/battery.md +46 -0
  2264. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/button.md +45 -0
  2265. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/deviceInfo.md +72 -0
  2266. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/gain.md +45 -0
  2267. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/geolocationFromGroundfix.md +67 -0
  2268. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/geolocationFromMessage.md +80 -0
  2269. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/humidity.md +43 -0
  2270. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/networkInfo.md +84 -0
  2271. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/pressure.md +43 -0
  2272. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/PCA20035+solar/transforms/temperature.md +43 -0
  2273. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/README.md +10 -0
  2274. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/README.md +6 -0
  2275. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/examples.spec.ts +229 -0
  2276. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/shadow/example-1.json +24 -0
  2277. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/shadow/example-2.json +30 -0
  2278. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/shadow/example-3.json +37 -0
  2279. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/shadow/example-4.json +48 -0
  2280. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/examples/shadow/example-5.json +43 -0
  2281. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/GNSS.md +66 -0
  2282. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/battery-voltage.md +50 -0
  2283. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/device-info.md +61 -0
  2284. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/env.md +69 -0
  2285. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/fuel-gauge.md +62 -0
  2286. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/roam.md +100 -0
  2287. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/asset_tracker_v2+AWS/transforms/solar.md +58 -0
  2288. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/check-model-rules.ts +125 -0
  2289. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/kartverket-vasstandsdata/README.md +13 -0
  2290. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/models.ts +36 -0
  2291. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/models/types.ts +17 -0
  2292. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/package.json +112 -0
  2293. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/SenMLSchema.spec.ts +21 -0
  2294. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/SenMLSchema.ts +74 -0
  2295. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/hasValue.spec.ts +19 -0
  2296. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/hasValue.ts +12 -0
  2297. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/lwm2mToSenML.spec.ts +74 -0
  2298. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/lwm2mToSenML.ts +62 -0
  2299. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/parseResourceId.spec.ts +13 -0
  2300. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/parseResourceId.ts +25 -0
  2301. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/senMLtoLwM2M.spec.ts +181 -0
  2302. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/senMLtoLwM2M.ts +121 -0
  2303. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/validateSenML.spec.ts +16 -0
  2304. package/dist/layers/testResources/nodejs/node_modules/@hello.nrfcloud.com/proto-map/senml/validateSenML.ts +8 -0
  2305. package/dist/layers/testResources/nodejs/node_modules/@middy/core/LICENSE +21 -0
  2306. package/dist/layers/testResources/nodejs/node_modules/@middy/core/README.md +66 -0
  2307. package/dist/layers/testResources/nodejs/node_modules/@middy/core/index.d.ts +188 -0
  2308. package/dist/layers/testResources/nodejs/node_modules/@middy/core/index.js +240 -0
  2309. package/dist/layers/testResources/nodejs/node_modules/@middy/core/package.json +67 -0
  2310. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/LICENSE +29 -0
  2311. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/README.md +31 -0
  2312. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/fromEnv.d.ts +6 -0
  2313. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/fromEnv.js +6 -0
  2314. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/fromEnv.spec.d.ts +1 -0
  2315. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/fromEnv.spec.js +13 -0
  2316. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/index.d.ts +1 -0
  2317. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/dist/index.js +1 -0
  2318. package/dist/layers/testResources/nodejs/node_modules/@nordicsemiconductor/from-env/package.json +83 -0
  2319. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/compiler/compiler.d.mts +51 -0
  2320. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/compiler/compiler.mjs +643 -0
  2321. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/compiler/index.d.mts +2 -0
  2322. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/compiler/index.mjs +2 -0
  2323. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/errors.d.mts +90 -0
  2324. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/errors.mjs +579 -0
  2325. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/function.d.mts +19 -0
  2326. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/function.mjs +147 -0
  2327. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/index.d.mts +2 -0
  2328. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/errors/index.mjs +2 -0
  2329. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/index.d.mts +69 -0
  2330. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/index.mjs +78 -0
  2331. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/index.d.mts +2 -0
  2332. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/index.mjs +2 -0
  2333. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/policy.d.mts +21 -0
  2334. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/policy.mjs +44 -0
  2335. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/system.d.mts +16 -0
  2336. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/system/system.mjs +37 -0
  2337. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/any/any.d.mts +8 -0
  2338. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/any/any.mjs +5 -0
  2339. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/any/index.d.mts +1 -0
  2340. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/any/index.mjs +1 -0
  2341. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/array/array.d.mts +28 -0
  2342. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/array/array.mjs +11 -0
  2343. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/array/index.d.mts +1 -0
  2344. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/array/index.mjs +1 -0
  2345. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/async-iterator/async-iterator.d.mts +11 -0
  2346. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/async-iterator/async-iterator.mjs +11 -0
  2347. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/async-iterator/index.d.mts +1 -0
  2348. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/async-iterator/index.mjs +1 -0
  2349. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/awaited/awaited.d.mts +9 -0
  2350. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/awaited/awaited.mjs +37 -0
  2351. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/awaited/index.d.mts +1 -0
  2352. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/awaited/index.mjs +1 -0
  2353. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/bigint/bigint.d.mts +16 -0
  2354. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/bigint/bigint.mjs +9 -0
  2355. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/bigint/index.d.mts +1 -0
  2356. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/bigint/index.mjs +1 -0
  2357. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/boolean/boolean.d.mts +9 -0
  2358. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/boolean/boolean.mjs +9 -0
  2359. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/boolean/index.d.mts +1 -0
  2360. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/boolean/index.mjs +1 -0
  2361. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/index.d.mts +2 -0
  2362. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/index.mjs +2 -0
  2363. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/type.d.mts +5 -0
  2364. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/type.mjs +9 -0
  2365. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/value.d.mts +2 -0
  2366. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/clone/value.mjs +31 -0
  2367. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/composite/composite.d.mts +18 -0
  2368. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/composite/composite.mjs +38 -0
  2369. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/composite/index.d.mts +1 -0
  2370. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/composite/index.mjs +1 -0
  2371. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/const/const.d.mts +27 -0
  2372. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/const/const.mjs +53 -0
  2373. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/const/index.d.mts +1 -0
  2374. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/const/index.mjs +1 -0
  2375. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor/constructor.d.mts +17 -0
  2376. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor/constructor.mjs +12 -0
  2377. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor/index.d.mts +1 -0
  2378. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor/index.mjs +1 -0
  2379. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor-parameters/constructor-parameters.d.mts +7 -0
  2380. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor-parameters/constructor-parameters.mjs +6 -0
  2381. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor-parameters/index.d.mts +1 -0
  2382. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/constructor-parameters/index.mjs +1 -0
  2383. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/date/date.d.mts +21 -0
  2384. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/date/date.mjs +9 -0
  2385. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/date/index.d.mts +1 -0
  2386. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/date/index.mjs +1 -0
  2387. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/deref/deref.d.mts +22 -0
  2388. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/deref/deref.mjs +100 -0
  2389. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/deref/index.d.mts +1 -0
  2390. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/deref/index.mjs +1 -0
  2391. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/discard/discard.d.mts +1 -0
  2392. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/discard/discard.mjs +7 -0
  2393. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/discard/index.d.mts +1 -0
  2394. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/discard/index.mjs +1 -0
  2395. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/enum/enum.d.mts +14 -0
  2396. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/enum/enum.mjs +18 -0
  2397. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/enum/index.d.mts +1 -0
  2398. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/enum/index.mjs +1 -0
  2399. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/error/error.d.mts +4 -0
  2400. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/error/error.mjs +6 -0
  2401. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/error/index.d.mts +1 -0
  2402. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/error/index.mjs +1 -0
  2403. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude-from-mapped-result.d.mts +11 -0
  2404. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude-from-mapped-result.mjs +17 -0
  2405. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude-from-template-literal.d.mts +5 -0
  2406. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude-from-template-literal.mjs +5 -0
  2407. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude.d.mts +21 -0
  2408. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/exclude.mjs +25 -0
  2409. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/index.d.mts +3 -0
  2410. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/exclude/index.mjs +3 -0
  2411. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-check.d.mts +10 -0
  2412. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-check.mjs +635 -0
  2413. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-from-mapped-key.d.mts +14 -0
  2414. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-from-mapped-key.mjs +24 -0
  2415. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-from-mapped-result.d.mts +11 -0
  2416. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-from-mapped-result.mjs +17 -0
  2417. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-undefined.d.mts +3 -0
  2418. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends-undefined.mjs +20 -0
  2419. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends.d.mts +16 -0
  2420. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/extends.mjs +23 -0
  2421. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/index.d.mts +5 -0
  2422. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extends/index.mjs +5 -0
  2423. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract-from-mapped-result.d.mts +11 -0
  2424. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract-from-mapped-result.mjs +17 -0
  2425. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract-from-template-literal.d.mts +5 -0
  2426. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract-from-template-literal.mjs +5 -0
  2427. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract.d.mts +21 -0
  2428. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/extract.mjs +25 -0
  2429. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/index.d.mts +3 -0
  2430. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/extract/index.mjs +3 -0
  2431. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/function/function.d.mts +17 -0
  2432. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/function/function.mjs +12 -0
  2433. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/function/index.d.mts +1 -0
  2434. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/function/index.mjs +1 -0
  2435. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/index.d.mts +2 -0
  2436. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/index.mjs +2 -0
  2437. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/type.d.mts +143 -0
  2438. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/type.mjs +479 -0
  2439. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/value.d.mts +30 -0
  2440. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/guard/value.mjs +60 -0
  2441. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/helpers/helpers.d.mts +42 -0
  2442. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/helpers/helpers.mjs +4 -0
  2443. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/helpers/index.d.mts +1 -0
  2444. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/helpers/index.mjs +1 -0
  2445. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/index.d.mts +70 -0
  2446. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/index.mjs +70 -0
  2447. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/index.d.mts +4 -0
  2448. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/index.mjs +4 -0
  2449. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-from-mapped-key.d.mts +13 -0
  2450. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-from-mapped-key.mjs +21 -0
  2451. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-from-mapped-result.d.mts +12 -0
  2452. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-from-mapped-result.mjs +18 -0
  2453. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-property-keys.d.mts +14 -0
  2454. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed-property-keys.mjs +31 -0
  2455. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed.d.mts +40 -0
  2456. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/indexed/indexed.mjs +74 -0
  2457. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/instance-type/index.d.mts +1 -0
  2458. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/instance-type/index.mjs +1 -0
  2459. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/instance-type/instance-type.d.mts +5 -0
  2460. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/instance-type/instance-type.mjs +5 -0
  2461. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/integer/index.d.mts +1 -0
  2462. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/integer/index.mjs +1 -0
  2463. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/integer/integer.d.mts +16 -0
  2464. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/integer/integer.mjs +9 -0
  2465. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/index.d.mts +3 -0
  2466. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/index.mjs +3 -0
  2467. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-create.d.mts +3 -0
  2468. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-create.mjs +19 -0
  2469. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-evaluated.d.mts +13 -0
  2470. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-evaluated.mjs +39 -0
  2471. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-type.d.mts +15 -0
  2472. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect-type.mjs +1 -0
  2473. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect.d.mts +6 -0
  2474. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intersect/intersect.mjs +17 -0
  2475. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/capitalize.d.mts +5 -0
  2476. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/capitalize.mjs +5 -0
  2477. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/index.d.mts +6 -0
  2478. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/index.mjs +6 -0
  2479. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/intrinsic-from-mapped-key.d.mts +14 -0
  2480. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/intrinsic-from-mapped-key.mjs +24 -0
  2481. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/intrinsic.d.mts +16 -0
  2482. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/intrinsic.mjs +62 -0
  2483. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/lowercase.d.mts +5 -0
  2484. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/lowercase.mjs +5 -0
  2485. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/uncapitalize.d.mts +5 -0
  2486. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/uncapitalize.mjs +5 -0
  2487. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/uppercase.d.mts +5 -0
  2488. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/intrinsic/uppercase.mjs +5 -0
  2489. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/iterator/index.d.mts +1 -0
  2490. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/iterator/index.mjs +1 -0
  2491. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/iterator/iterator.d.mts +11 -0
  2492. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/iterator/iterator.mjs +11 -0
  2493. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/index.d.mts +3 -0
  2494. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/index.mjs +3 -0
  2495. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof-from-mapped-result.d.mts +12 -0
  2496. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof-from-mapped-result.mjs +17 -0
  2497. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof-property-keys.d.mts +24 -0
  2498. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof-property-keys.mjs +72 -0
  2499. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof.d.mts +16 -0
  2500. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/keyof/keyof.mjs +26 -0
  2501. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/literal/index.d.mts +1 -0
  2502. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/literal/index.mjs +1 -0
  2503. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/literal/literal.d.mts +10 -0
  2504. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/literal/literal.mjs +10 -0
  2505. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/index.d.mts +3 -0
  2506. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/index.mjs +3 -0
  2507. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped-key.d.mts +8 -0
  2508. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped-key.mjs +8 -0
  2509. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped-result.d.mts +9 -0
  2510. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped-result.mjs +8 -0
  2511. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped.d.mts +46 -0
  2512. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/mapped/mapped.mjs +99 -0
  2513. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/never/index.d.mts +1 -0
  2514. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/never/index.mjs +1 -0
  2515. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/never/never.d.mts +9 -0
  2516. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/never/never.mjs +9 -0
  2517. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/not/index.d.mts +1 -0
  2518. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/not/index.mjs +1 -0
  2519. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/not/not.d.mts +10 -0
  2520. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/not/not.mjs +10 -0
  2521. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/null/index.d.mts +1 -0
  2522. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/null/index.mjs +1 -0
  2523. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/null/null.d.mts +9 -0
  2524. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/null/null.mjs +9 -0
  2525. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/number/index.d.mts +1 -0
  2526. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/number/index.mjs +1 -0
  2527. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/number/number.d.mts +16 -0
  2528. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/number/number.mjs +9 -0
  2529. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/object/index.d.mts +1 -0
  2530. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/object/index.mjs +1 -0
  2531. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/object/object.d.mts +44 -0
  2532. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/object/object.mjs +19 -0
  2533. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/index.d.mts +3 -0
  2534. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/index.mjs +3 -0
  2535. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit-from-mapped-key.d.mts +12 -0
  2536. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit-from-mapped-key.mjs +23 -0
  2537. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit-from-mapped-result.d.mts +12 -0
  2538. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit-from-mapped-result.mjs +17 -0
  2539. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit.d.mts +23 -0
  2540. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/omit/omit.mjs +57 -0
  2541. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/index.d.mts +2 -0
  2542. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/index.mjs +2 -0
  2543. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/optional-from-mapped-result.d.mts +10 -0
  2544. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/optional-from-mapped-result.mjs +17 -0
  2545. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/optional.d.mts +20 -0
  2546. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/optional/optional.mjs +22 -0
  2547. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/parameters/index.d.mts +1 -0
  2548. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/parameters/index.mjs +1 -0
  2549. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/parameters/parameters.d.mts +7 -0
  2550. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/parameters/parameters.mjs +6 -0
  2551. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/index.d.mts +2 -0
  2552. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/index.mjs +2 -0
  2553. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/partial-from-mapped-result.d.mts +12 -0
  2554. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/partial-from-mapped-result.mjs +17 -0
  2555. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/partial.d.mts +21 -0
  2556. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/partial/partial.mjs +40 -0
  2557. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/patterns/index.d.mts +1 -0
  2558. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/patterns/index.mjs +1 -0
  2559. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/patterns/patterns.d.mts +6 -0
  2560. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/patterns/patterns.mjs +6 -0
  2561. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/index.d.mts +3 -0
  2562. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/index.mjs +3 -0
  2563. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick-from-mapped-key.d.mts +12 -0
  2564. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick-from-mapped-key.mjs +23 -0
  2565. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick-from-mapped-result.d.mts +12 -0
  2566. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick-from-mapped-result.mjs +17 -0
  2567. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick.d.mts +26 -0
  2568. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/pick/pick.mjs +48 -0
  2569. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/promise/index.d.mts +1 -0
  2570. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/promise/index.mjs +1 -0
  2571. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/promise/promise.d.mts +11 -0
  2572. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/promise/promise.mjs +11 -0
  2573. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/index.d.mts +2 -0
  2574. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/index.mjs +2 -0
  2575. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/readonly-from-mapped-result.d.mts +10 -0
  2576. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/readonly-from-mapped-result.mjs +17 -0
  2577. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/readonly.d.mts +20 -0
  2578. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly/readonly.mjs +22 -0
  2579. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly-optional/index.d.mts +1 -0
  2580. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly-optional/index.mjs +1 -0
  2581. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly-optional/readonly-optional.d.mts +6 -0
  2582. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/readonly-optional/readonly-optional.mjs +6 -0
  2583. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/record/index.d.mts +1 -0
  2584. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/record/index.mjs +1 -0
  2585. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/record/record.d.mts +53 -0
  2586. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/record/record.mjs +82 -0
  2587. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/recursive/index.d.mts +1 -0
  2588. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/recursive/index.mjs +1 -0
  2589. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/recursive/recursive.d.mts +16 -0
  2590. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/recursive/recursive.mjs +14 -0
  2591. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/ref/index.d.mts +1 -0
  2592. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/ref/index.mjs +1 -0
  2593. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/ref/ref.d.mts +12 -0
  2594. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/ref/ref.mjs +17 -0
  2595. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/regexp/index.d.mts +1 -0
  2596. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/regexp/index.mjs +1 -0
  2597. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/regexp/regexp.d.mts +20 -0
  2598. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/regexp/regexp.mjs +7 -0
  2599. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/format.d.mts +13 -0
  2600. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/format.mjs +26 -0
  2601. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/index.d.mts +2 -0
  2602. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/index.mjs +2 -0
  2603. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/type.d.mts +13 -0
  2604. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/registry/type.mjs +26 -0
  2605. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/index.d.mts +2 -0
  2606. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/index.mjs +2 -0
  2607. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/required-from-mapped-result.d.mts +12 -0
  2608. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/required-from-mapped-result.mjs +17 -0
  2609. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/required.d.mts +21 -0
  2610. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/required/required.mjs +42 -0
  2611. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/rest/index.d.mts +1 -0
  2612. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/rest/index.mjs +1 -0
  2613. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/rest/rest.d.mts +10 -0
  2614. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/rest/rest.mjs +16 -0
  2615. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/return-type/index.d.mts +1 -0
  2616. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/return-type/index.mjs +1 -0
  2617. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/return-type/return-type.d.mts +5 -0
  2618. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/return-type/return-type.mjs +5 -0
  2619. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/anyschema.d.mts +33 -0
  2620. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/anyschema.mjs +1 -0
  2621. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/index.d.mts +2 -0
  2622. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/index.mjs +2 -0
  2623. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/schema.d.mts +29 -0
  2624. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/schema/schema.mjs +1 -0
  2625. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/sets/index.d.mts +1 -0
  2626. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/sets/index.mjs +1 -0
  2627. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/sets/set.d.mts +28 -0
  2628. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/sets/set.mjs +45 -0
  2629. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/static/index.d.mts +1 -0
  2630. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/static/index.mjs +1 -0
  2631. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/static/static.d.mts +35 -0
  2632. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/static/static.mjs +1 -0
  2633. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/strict/index.d.mts +1 -0
  2634. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/strict/index.mjs +1 -0
  2635. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/strict/strict.d.mts +3 -0
  2636. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/strict/strict.mjs +4 -0
  2637. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/string/index.d.mts +1 -0
  2638. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/string/index.mjs +1 -0
  2639. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/string/string.d.mts +25 -0
  2640. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/string/string.mjs +5 -0
  2641. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbol/index.d.mts +1 -0
  2642. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbol/index.mjs +1 -0
  2643. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbol/symbol.d.mts +10 -0
  2644. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbol/symbol.mjs +5 -0
  2645. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbols/index.d.mts +1 -0
  2646. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbols/index.mjs +1 -0
  2647. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbols/symbols.d.mts +10 -0
  2648. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/symbols/symbols.mjs +10 -0
  2649. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/finite.d.mts +19 -0
  2650. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/finite.mjs +49 -0
  2651. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/generate.d.mts +21 -0
  2652. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/generate.mjs +53 -0
  2653. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/index.d.mts +7 -0
  2654. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/index.mjs +7 -0
  2655. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/parse.d.mts +20 -0
  2656. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/parse.mjs +167 -0
  2657. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/pattern.d.mts +5 -0
  2658. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/pattern.mjs +34 -0
  2659. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/syntax.d.mts +20 -0
  2660. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/syntax.mjs +55 -0
  2661. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/template-literal.d.mts +30 -0
  2662. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/template-literal.mjs +12 -0
  2663. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/union.d.mts +9 -0
  2664. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/template-literal/union.mjs +9 -0
  2665. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/transform/index.d.mts +1 -0
  2666. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/transform/index.mjs +1 -0
  2667. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/transform/transform.d.mts +30 -0
  2668. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/transform/transform.mjs +45 -0
  2669. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/tuple/index.d.mts +1 -0
  2670. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/tuple/index.mjs +1 -0
  2671. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/tuple/tuple.d.mts +16 -0
  2672. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/tuple/tuple.mjs +11 -0
  2673. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/index.d.mts +6 -0
  2674. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/index.mjs +13 -0
  2675. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/javascript.d.mts +58 -0
  2676. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/javascript.mjs +89 -0
  2677. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/json.d.mts +187 -0
  2678. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/json.mjs +229 -0
  2679. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/type.d.mts +58 -0
  2680. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/type/type.mjs +61 -0
  2681. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/uint8array/index.d.mts +1 -0
  2682. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/uint8array/index.mjs +1 -0
  2683. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/uint8array/uint8array.d.mts +13 -0
  2684. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/uint8array/uint8array.mjs +5 -0
  2685. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/undefined/index.d.mts +1 -0
  2686. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/undefined/index.mjs +1 -0
  2687. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/undefined/undefined.d.mts +9 -0
  2688. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/undefined/undefined.mjs +5 -0
  2689. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/index.d.mts +3 -0
  2690. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/index.mjs +3 -0
  2691. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-create.d.mts +3 -0
  2692. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-create.mjs +5 -0
  2693. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-evaluated.d.mts +13 -0
  2694. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-evaluated.mjs +35 -0
  2695. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-type.d.mts +12 -0
  2696. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union-type.mjs +1 -0
  2697. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union.d.mts +6 -0
  2698. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/union/union.mjs +10 -0
  2699. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unknown/index.d.mts +1 -0
  2700. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unknown/index.mjs +1 -0
  2701. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unknown/unknown.d.mts +8 -0
  2702. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unknown/unknown.mjs +8 -0
  2703. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unsafe/index.d.mts +1 -0
  2704. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unsafe/index.mjs +1 -0
  2705. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unsafe/unsafe.d.mts +11 -0
  2706. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/unsafe/unsafe.mjs +8 -0
  2707. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/void/index.d.mts +1 -0
  2708. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/void/index.mjs +1 -0
  2709. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/void/void.d.mts +9 -0
  2710. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/type/void/void.mjs +9 -0
  2711. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/cast/cast.d.mts +11 -0
  2712. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/cast/cast.mjs +207 -0
  2713. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/cast/index.d.mts +1 -0
  2714. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/cast/index.mjs +1 -0
  2715. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/check/check.d.mts +11 -0
  2716. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/check/check.mjs +458 -0
  2717. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/check/index.d.mts +1 -0
  2718. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/check/index.mjs +1 -0
  2719. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clean/clean.d.mts +5 -0
  2720. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clean/clean.mjs +138 -0
  2721. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clean/index.d.mts +1 -0
  2722. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clean/index.mjs +1 -0
  2723. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clone/clone.d.mts +2 -0
  2724. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clone/clone.mjs +40 -0
  2725. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clone/index.d.mts +1 -0
  2726. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/clone/index.mjs +1 -0
  2727. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/convert/convert.d.mts +5 -0
  2728. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/convert/convert.mjs +247 -0
  2729. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/convert/index.d.mts +1 -0
  2730. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/convert/index.mjs +1 -0
  2731. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/create/create.d.mts +11 -0
  2732. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/create/create.mjs +461 -0
  2733. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/create/index.d.mts +1 -0
  2734. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/create/index.mjs +1 -0
  2735. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/default/default.d.mts +5 -0
  2736. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/default/default.mjs +151 -0
  2737. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/default/index.d.mts +1 -0
  2738. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/default/index.mjs +1 -0
  2739. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/delta/delta.d.mts +36 -0
  2740. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/delta/delta.mjs +168 -0
  2741. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/delta/index.d.mts +1 -0
  2742. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/delta/index.mjs +1 -0
  2743. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/deref/deref.d.mts +10 -0
  2744. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/deref/deref.mjs +15 -0
  2745. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/deref/index.d.mts +1 -0
  2746. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/deref/index.mjs +1 -0
  2747. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/equal/equal.d.mts +2 -0
  2748. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/equal/equal.mjs +46 -0
  2749. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/equal/index.d.mts +1 -0
  2750. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/equal/index.mjs +1 -0
  2751. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/guard/guard.d.mts +72 -0
  2752. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/guard/guard.mjs +155 -0
  2753. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/guard/index.d.mts +1 -0
  2754. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/guard/index.mjs +1 -0
  2755. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/hash/hash.d.mts +7 -0
  2756. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/hash/hash.mjs +147 -0
  2757. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/hash/index.d.mts +1 -0
  2758. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/hash/index.mjs +1 -0
  2759. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/index.d.mts +16 -0
  2760. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/index.mjs +28 -0
  2761. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/mutate/index.d.mts +1 -0
  2762. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/mutate/index.mjs +1 -0
  2763. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/mutate/mutate.d.mts +9 -0
  2764. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/mutate/mutate.mjs +92 -0
  2765. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/pointer/index.d.mts +1 -0
  2766. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/pointer/index.mjs +1 -0
  2767. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/pointer/pointer.d.mts +22 -0
  2768. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/pointer/pointer.mjs +120 -0
  2769. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/decode.d.mts +22 -0
  2770. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/decode.mjs +196 -0
  2771. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/encode.d.mts +23 -0
  2772. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/encode.mjs +204 -0
  2773. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/has.d.mts +3 -0
  2774. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/has.mjs +121 -0
  2775. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/index.d.mts +3 -0
  2776. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/transform/index.mjs +3 -0
  2777. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/value/index.d.mts +1 -0
  2778. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/value/index.mjs +1 -0
  2779. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/value/value.d.mts +53 -0
  2780. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/import/value/value/value.mjs +80 -0
  2781. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/compiler/compiler.d.ts +51 -0
  2782. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/compiler/compiler.js +643 -0
  2783. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/compiler/index.d.ts +2 -0
  2784. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/compiler/index.js +22 -0
  2785. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/errors.d.ts +90 -0
  2786. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/errors.js +584 -0
  2787. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/function.d.ts +19 -0
  2788. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/function.js +154 -0
  2789. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/index.d.ts +2 -0
  2790. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/errors/index.js +19 -0
  2791. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/index.d.ts +69 -0
  2792. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/index.js +95 -0
  2793. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/index.d.ts +2 -0
  2794. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/index.js +19 -0
  2795. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/policy.d.ts +21 -0
  2796. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/policy.js +48 -0
  2797. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/system.d.ts +16 -0
  2798. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/system/system.js +43 -0
  2799. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/any/any.d.ts +8 -0
  2800. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/any/any.js +10 -0
  2801. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/any/index.d.ts +1 -0
  2802. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/any/index.js +18 -0
  2803. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/array/array.d.ts +28 -0
  2804. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/array/array.js +16 -0
  2805. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/array/index.d.ts +1 -0
  2806. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/array/index.js +18 -0
  2807. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/async-iterator/async-iterator.d.ts +11 -0
  2808. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/async-iterator/async-iterator.js +16 -0
  2809. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/async-iterator/index.d.ts +1 -0
  2810. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/async-iterator/index.js +18 -0
  2811. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/awaited/awaited.d.ts +9 -0
  2812. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/awaited/awaited.js +42 -0
  2813. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/awaited/index.d.ts +1 -0
  2814. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/awaited/index.js +18 -0
  2815. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/bigint/bigint.d.ts +16 -0
  2816. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/bigint/bigint.js +14 -0
  2817. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/bigint/index.d.ts +1 -0
  2818. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/bigint/index.js +18 -0
  2819. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/boolean/boolean.d.ts +9 -0
  2820. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/boolean/boolean.js +14 -0
  2821. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/boolean/index.d.ts +1 -0
  2822. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/boolean/index.js +18 -0
  2823. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/index.d.ts +2 -0
  2824. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/index.js +19 -0
  2825. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/type.d.ts +5 -0
  2826. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/type.js +15 -0
  2827. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/value.d.ts +2 -0
  2828. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/clone/value.js +36 -0
  2829. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/composite/composite.d.ts +18 -0
  2830. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/composite/composite.js +43 -0
  2831. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/composite/index.d.ts +1 -0
  2832. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/composite/index.js +18 -0
  2833. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/const/const.d.ts +27 -0
  2834. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/const/const.js +58 -0
  2835. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/const/index.d.ts +1 -0
  2836. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/const/index.js +18 -0
  2837. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor/constructor.d.ts +17 -0
  2838. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor/constructor.js +17 -0
  2839. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor/index.d.ts +1 -0
  2840. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor/index.js +18 -0
  2841. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor-parameters/constructor-parameters.d.ts +7 -0
  2842. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor-parameters/constructor-parameters.js +11 -0
  2843. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor-parameters/index.d.ts +1 -0
  2844. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/constructor-parameters/index.js +18 -0
  2845. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/date/date.d.ts +21 -0
  2846. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/date/date.js +14 -0
  2847. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/date/index.d.ts +1 -0
  2848. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/date/index.js +18 -0
  2849. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/deref/deref.d.ts +22 -0
  2850. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/deref/deref.js +105 -0
  2851. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/deref/index.d.ts +1 -0
  2852. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/deref/index.js +18 -0
  2853. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/discard/discard.d.ts +1 -0
  2854. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/discard/discard.js +12 -0
  2855. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/discard/index.d.ts +1 -0
  2856. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/discard/index.js +18 -0
  2857. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/enum/enum.d.ts +14 -0
  2858. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/enum/enum.js +23 -0
  2859. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/enum/index.d.ts +1 -0
  2860. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/enum/index.js +18 -0
  2861. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/error/error.d.ts +4 -0
  2862. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/error/error.js +11 -0
  2863. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/error/index.d.ts +1 -0
  2864. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/error/index.js +18 -0
  2865. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude-from-mapped-result.d.ts +11 -0
  2866. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude-from-mapped-result.js +22 -0
  2867. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude-from-template-literal.d.ts +5 -0
  2868. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude-from-template-literal.js +10 -0
  2869. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude.d.ts +21 -0
  2870. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/exclude.js +30 -0
  2871. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/index.d.ts +3 -0
  2872. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/exclude/index.js +20 -0
  2873. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-check.d.ts +10 -0
  2874. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-check.js +641 -0
  2875. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-from-mapped-key.d.ts +14 -0
  2876. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-from-mapped-key.js +29 -0
  2877. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-from-mapped-result.d.ts +11 -0
  2878. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-from-mapped-result.js +22 -0
  2879. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-undefined.d.ts +3 -0
  2880. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends-undefined.js +25 -0
  2881. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends.d.ts +16 -0
  2882. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/extends.js +28 -0
  2883. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/index.d.ts +5 -0
  2884. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extends/index.js +22 -0
  2885. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract-from-mapped-result.d.ts +11 -0
  2886. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract-from-mapped-result.js +22 -0
  2887. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract-from-template-literal.d.ts +5 -0
  2888. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract-from-template-literal.js +10 -0
  2889. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract.d.ts +21 -0
  2890. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/extract.js +30 -0
  2891. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/index.d.ts +3 -0
  2892. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/extract/index.js +20 -0
  2893. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/function/function.d.ts +17 -0
  2894. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/function/function.js +17 -0
  2895. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/function/index.d.ts +1 -0
  2896. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/function/index.js +18 -0
  2897. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/index.d.ts +2 -0
  2898. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/index.js +6 -0
  2899. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/type.d.ts +143 -0
  2900. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/type.js +531 -0
  2901. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/value.d.ts +30 -0
  2902. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/guard/value.js +79 -0
  2903. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/helpers/helpers.d.ts +42 -0
  2904. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/helpers/helpers.js +9 -0
  2905. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/helpers/index.d.ts +1 -0
  2906. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/helpers/index.js +18 -0
  2907. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/index.d.ts +70 -0
  2908. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/index.js +87 -0
  2909. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/index.d.ts +4 -0
  2910. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/index.js +21 -0
  2911. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-from-mapped-key.d.ts +13 -0
  2912. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-from-mapped-key.js +26 -0
  2913. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-from-mapped-result.d.ts +12 -0
  2914. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-from-mapped-result.js +23 -0
  2915. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-property-keys.d.ts +14 -0
  2916. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed-property-keys.js +36 -0
  2917. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed.d.ts +40 -0
  2918. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/indexed/indexed.js +81 -0
  2919. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/instance-type/index.d.ts +1 -0
  2920. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/instance-type/index.js +18 -0
  2921. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/instance-type/instance-type.d.ts +5 -0
  2922. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/instance-type/instance-type.js +10 -0
  2923. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/integer/index.d.ts +1 -0
  2924. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/integer/index.js +18 -0
  2925. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/integer/integer.d.ts +16 -0
  2926. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/integer/integer.js +14 -0
  2927. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/index.d.ts +3 -0
  2928. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/index.js +20 -0
  2929. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-create.d.ts +3 -0
  2930. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-create.js +24 -0
  2931. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-evaluated.d.ts +13 -0
  2932. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-evaluated.js +44 -0
  2933. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-type.d.ts +15 -0
  2934. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect-type.js +4 -0
  2935. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect.d.ts +6 -0
  2936. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intersect/intersect.js +22 -0
  2937. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/capitalize.d.ts +5 -0
  2938. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/capitalize.js +10 -0
  2939. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/index.d.ts +6 -0
  2940. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/index.js +23 -0
  2941. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/intrinsic-from-mapped-key.d.ts +14 -0
  2942. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/intrinsic-from-mapped-key.js +29 -0
  2943. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/intrinsic.d.ts +16 -0
  2944. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/intrinsic.js +67 -0
  2945. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/lowercase.d.ts +5 -0
  2946. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/lowercase.js +10 -0
  2947. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/uncapitalize.d.ts +5 -0
  2948. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/uncapitalize.js +10 -0
  2949. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/uppercase.d.ts +5 -0
  2950. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/intrinsic/uppercase.js +10 -0
  2951. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/iterator/index.d.ts +1 -0
  2952. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/iterator/index.js +18 -0
  2953. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/iterator/iterator.d.ts +11 -0
  2954. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/iterator/iterator.js +16 -0
  2955. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/index.d.ts +3 -0
  2956. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/index.js +20 -0
  2957. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof-from-mapped-result.d.ts +12 -0
  2958. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof-from-mapped-result.js +22 -0
  2959. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof-property-keys.d.ts +24 -0
  2960. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof-property-keys.js +78 -0
  2961. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof.d.ts +16 -0
  2962. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/keyof/keyof.js +32 -0
  2963. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/literal/index.d.ts +1 -0
  2964. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/literal/index.js +18 -0
  2965. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/literal/literal.d.ts +10 -0
  2966. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/literal/literal.js +15 -0
  2967. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/index.d.ts +3 -0
  2968. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/index.js +20 -0
  2969. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped-key.d.ts +8 -0
  2970. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped-key.js +13 -0
  2971. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped-result.d.ts +9 -0
  2972. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped-result.js +13 -0
  2973. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped.d.ts +46 -0
  2974. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/mapped/mapped.js +105 -0
  2975. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/never/index.d.ts +1 -0
  2976. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/never/index.js +18 -0
  2977. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/never/never.d.ts +9 -0
  2978. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/never/never.js +14 -0
  2979. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/not/index.d.ts +1 -0
  2980. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/not/index.js +18 -0
  2981. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/not/not.d.ts +10 -0
  2982. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/not/not.js +15 -0
  2983. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/null/index.d.ts +1 -0
  2984. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/null/index.js +18 -0
  2985. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/null/null.d.ts +9 -0
  2986. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/null/null.js +14 -0
  2987. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/number/index.d.ts +1 -0
  2988. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/number/index.js +18 -0
  2989. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/number/number.d.ts +16 -0
  2990. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/number/number.js +14 -0
  2991. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/object/index.d.ts +1 -0
  2992. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/object/index.js +18 -0
  2993. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/object/object.d.ts +44 -0
  2994. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/object/object.js +23 -0
  2995. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/index.d.ts +3 -0
  2996. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/index.js +20 -0
  2997. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit-from-mapped-key.d.ts +12 -0
  2998. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit-from-mapped-key.js +28 -0
  2999. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit-from-mapped-result.d.ts +12 -0
  3000. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit-from-mapped-result.js +22 -0
  3001. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit.d.ts +23 -0
  3002. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/omit/omit.js +62 -0
  3003. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/index.d.ts +2 -0
  3004. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/index.js +19 -0
  3005. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/optional-from-mapped-result.d.ts +10 -0
  3006. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/optional-from-mapped-result.js +22 -0
  3007. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/optional.d.ts +20 -0
  3008. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/optional/optional.js +27 -0
  3009. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/parameters/index.d.ts +1 -0
  3010. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/parameters/index.js +18 -0
  3011. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/parameters/parameters.d.ts +7 -0
  3012. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/parameters/parameters.js +11 -0
  3013. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/index.d.ts +2 -0
  3014. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/index.js +19 -0
  3015. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/partial-from-mapped-result.d.ts +12 -0
  3016. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/partial-from-mapped-result.js +22 -0
  3017. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/partial.d.ts +21 -0
  3018. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/partial/partial.js +45 -0
  3019. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/patterns/index.d.ts +1 -0
  3020. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/patterns/index.js +18 -0
  3021. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/patterns/patterns.d.ts +6 -0
  3022. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/patterns/patterns.js +10 -0
  3023. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/index.d.ts +3 -0
  3024. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/index.js +20 -0
  3025. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick-from-mapped-key.d.ts +12 -0
  3026. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick-from-mapped-key.js +28 -0
  3027. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick-from-mapped-result.d.ts +12 -0
  3028. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick-from-mapped-result.js +22 -0
  3029. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick.d.ts +26 -0
  3030. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/pick/pick.js +53 -0
  3031. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/promise/index.d.ts +1 -0
  3032. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/promise/index.js +18 -0
  3033. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/promise/promise.d.ts +11 -0
  3034. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/promise/promise.js +16 -0
  3035. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/index.d.ts +2 -0
  3036. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/index.js +19 -0
  3037. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/readonly-from-mapped-result.d.ts +10 -0
  3038. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/readonly-from-mapped-result.js +22 -0
  3039. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/readonly.d.ts +20 -0
  3040. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly/readonly.js +27 -0
  3041. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly-optional/index.d.ts +1 -0
  3042. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly-optional/index.js +18 -0
  3043. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly-optional/readonly-optional.d.ts +6 -0
  3044. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/readonly-optional/readonly-optional.js +11 -0
  3045. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/record/index.d.ts +1 -0
  3046. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/record/index.js +18 -0
  3047. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/record/record.d.ts +53 -0
  3048. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/record/record.js +87 -0
  3049. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/recursive/index.d.ts +1 -0
  3050. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/recursive/index.js +18 -0
  3051. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/recursive/recursive.d.ts +16 -0
  3052. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/recursive/recursive.js +19 -0
  3053. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/ref/index.d.ts +1 -0
  3054. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/ref/index.js +18 -0
  3055. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/ref/ref.d.ts +12 -0
  3056. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/ref/ref.js +22 -0
  3057. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/regexp/index.d.ts +1 -0
  3058. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/regexp/index.js +18 -0
  3059. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/regexp/regexp.d.ts +20 -0
  3060. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/regexp/regexp.js +12 -0
  3061. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/format.d.ts +13 -0
  3062. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/format.js +36 -0
  3063. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/index.d.ts +2 -0
  3064. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/index.js +6 -0
  3065. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/type.d.ts +13 -0
  3066. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/registry/type.js +36 -0
  3067. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/index.d.ts +2 -0
  3068. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/index.js +19 -0
  3069. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/required-from-mapped-result.d.ts +12 -0
  3070. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/required-from-mapped-result.js +22 -0
  3071. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/required.d.ts +21 -0
  3072. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/required/required.js +47 -0
  3073. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/rest/index.d.ts +1 -0
  3074. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/rest/index.js +18 -0
  3075. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/rest/rest.d.ts +10 -0
  3076. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/rest/rest.js +21 -0
  3077. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/return-type/index.d.ts +1 -0
  3078. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/return-type/index.js +18 -0
  3079. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/return-type/return-type.d.ts +5 -0
  3080. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/return-type/return-type.js +10 -0
  3081. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/anyschema.d.ts +33 -0
  3082. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/anyschema.js +3 -0
  3083. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/index.d.ts +2 -0
  3084. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/index.js +19 -0
  3085. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/schema.d.ts +29 -0
  3086. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/schema/schema.js +4 -0
  3087. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/sets/index.d.ts +1 -0
  3088. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/sets/index.js +18 -0
  3089. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/sets/set.d.ts +28 -0
  3090. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/sets/set.js +57 -0
  3091. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/static/index.d.ts +1 -0
  3092. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/static/index.js +18 -0
  3093. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/static/static.d.ts +35 -0
  3094. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/static/static.js +3 -0
  3095. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/strict/index.d.ts +1 -0
  3096. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/strict/index.js +18 -0
  3097. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/strict/strict.d.ts +3 -0
  3098. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/strict/strict.js +9 -0
  3099. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/string/index.d.ts +1 -0
  3100. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/string/index.js +18 -0
  3101. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/string/string.d.ts +25 -0
  3102. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/string/string.js +10 -0
  3103. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbol/index.d.ts +1 -0
  3104. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbol/index.js +18 -0
  3105. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbol/symbol.d.ts +10 -0
  3106. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbol/symbol.js +10 -0
  3107. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbols/index.d.ts +1 -0
  3108. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbols/index.js +18 -0
  3109. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbols/symbols.d.ts +10 -0
  3110. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/symbols/symbols.js +14 -0
  3111. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/finite.d.ts +19 -0
  3112. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/finite.js +56 -0
  3113. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/generate.d.ts +21 -0
  3114. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/generate.js +60 -0
  3115. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/index.d.ts +7 -0
  3116. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/index.js +24 -0
  3117. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/parse.d.ts +20 -0
  3118. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/parse.js +174 -0
  3119. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/pattern.d.ts +5 -0
  3120. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/pattern.js +40 -0
  3121. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/syntax.d.ts +20 -0
  3122. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/syntax.js +60 -0
  3123. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/template-literal.d.ts +30 -0
  3124. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/template-literal.js +17 -0
  3125. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/union.d.ts +9 -0
  3126. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/template-literal/union.js +14 -0
  3127. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/transform/index.d.ts +1 -0
  3128. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/transform/index.js +18 -0
  3129. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/transform/transform.d.ts +30 -0
  3130. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/transform/transform.js +49 -0
  3131. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/tuple/index.d.ts +1 -0
  3132. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/tuple/index.js +18 -0
  3133. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/tuple/tuple.d.ts +16 -0
  3134. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/tuple/tuple.js +16 -0
  3135. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/index.d.ts +6 -0
  3136. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/index.js +18 -0
  3137. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/javascript.d.ts +58 -0
  3138. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/javascript.js +94 -0
  3139. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/json.d.ts +187 -0
  3140. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/json.js +234 -0
  3141. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/type.d.ts +58 -0
  3142. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/type/type.js +127 -0
  3143. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/uint8array/index.d.ts +1 -0
  3144. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/uint8array/index.js +18 -0
  3145. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/uint8array/uint8array.d.ts +13 -0
  3146. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/uint8array/uint8array.js +10 -0
  3147. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/undefined/index.d.ts +1 -0
  3148. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/undefined/index.js +18 -0
  3149. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/undefined/undefined.d.ts +9 -0
  3150. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/undefined/undefined.js +10 -0
  3151. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/index.d.ts +3 -0
  3152. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/index.js +20 -0
  3153. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-create.d.ts +3 -0
  3154. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-create.js +10 -0
  3155. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-evaluated.d.ts +13 -0
  3156. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-evaluated.js +40 -0
  3157. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-type.d.ts +12 -0
  3158. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union-type.js +4 -0
  3159. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union.d.ts +6 -0
  3160. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/union/union.js +15 -0
  3161. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unknown/index.d.ts +1 -0
  3162. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unknown/index.js +18 -0
  3163. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unknown/unknown.d.ts +8 -0
  3164. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unknown/unknown.js +13 -0
  3165. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unsafe/index.d.ts +1 -0
  3166. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unsafe/index.js +18 -0
  3167. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unsafe/unsafe.d.ts +11 -0
  3168. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/unsafe/unsafe.js +13 -0
  3169. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/void/index.d.ts +1 -0
  3170. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/void/index.js +18 -0
  3171. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/void/void.d.ts +9 -0
  3172. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/type/void/void.js +14 -0
  3173. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/cast/cast.d.ts +11 -0
  3174. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/cast/cast.js +212 -0
  3175. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/cast/index.d.ts +1 -0
  3176. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/cast/index.js +18 -0
  3177. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/check/check.d.ts +11 -0
  3178. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/check/check.js +463 -0
  3179. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/check/index.d.ts +1 -0
  3180. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/check/index.js +18 -0
  3181. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clean/clean.d.ts +5 -0
  3182. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clean/clean.js +143 -0
  3183. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clean/index.d.ts +1 -0
  3184. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clean/index.js +18 -0
  3185. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clone/clone.d.ts +2 -0
  3186. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clone/clone.js +45 -0
  3187. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clone/index.d.ts +1 -0
  3188. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/clone/index.js +18 -0
  3189. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/convert/convert.d.ts +5 -0
  3190. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/convert/convert.js +252 -0
  3191. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/convert/index.d.ts +1 -0
  3192. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/convert/index.js +18 -0
  3193. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/create/create.d.ts +11 -0
  3194. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/create/create.js +466 -0
  3195. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/create/index.d.ts +1 -0
  3196. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/create/index.js +18 -0
  3197. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/default/default.d.ts +5 -0
  3198. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/default/default.js +156 -0
  3199. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/default/index.d.ts +1 -0
  3200. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/default/index.js +18 -0
  3201. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/delta/delta.d.ts +36 -0
  3202. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/delta/delta.js +174 -0
  3203. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/delta/index.d.ts +1 -0
  3204. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/delta/index.js +18 -0
  3205. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/deref/deref.d.ts +10 -0
  3206. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/deref/deref.js +20 -0
  3207. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/deref/index.d.ts +1 -0
  3208. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/deref/index.js +18 -0
  3209. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/equal/equal.d.ts +2 -0
  3210. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/equal/equal.js +51 -0
  3211. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/equal/index.d.ts +1 -0
  3212. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/equal/index.js +18 -0
  3213. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/guard/guard.d.ts +72 -0
  3214. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/guard/guard.js +193 -0
  3215. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/guard/index.d.ts +1 -0
  3216. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/guard/index.js +18 -0
  3217. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/hash/hash.d.ts +7 -0
  3218. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/hash/hash.js +152 -0
  3219. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/hash/index.d.ts +1 -0
  3220. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/hash/index.js +18 -0
  3221. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/index.d.ts +16 -0
  3222. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/index.js +49 -0
  3223. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/mutate/index.d.ts +1 -0
  3224. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/mutate/index.js +18 -0
  3225. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/mutate/mutate.d.ts +9 -0
  3226. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/mutate/mutate.js +98 -0
  3227. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/pointer/index.d.ts +1 -0
  3228. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/pointer/index.js +5 -0
  3229. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/pointer/pointer.d.ts +22 -0
  3230. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/pointer/pointer.js +126 -0
  3231. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/decode.d.ts +22 -0
  3232. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/decode.js +196 -0
  3233. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/encode.d.ts +23 -0
  3234. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/encode.js +204 -0
  3235. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/has.d.ts +3 -0
  3236. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/has.js +126 -0
  3237. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/index.d.ts +3 -0
  3238. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/transform/index.js +20 -0
  3239. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/value/index.d.ts +1 -0
  3240. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/value/index.js +5 -0
  3241. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/value/value.d.ts +53 -0
  3242. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/build/require/value/value/value.js +99 -0
  3243. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/compiler/package.json +4 -0
  3244. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/errors/package.json +4 -0
  3245. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/license +25 -0
  3246. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/package.json +85 -0
  3247. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/readme.md +1818 -0
  3248. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/system/package.json +4 -0
  3249. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/type/package.json +4 -0
  3250. package/dist/layers/testResources/nodejs/node_modules/@sinclair/typebox/value/package.json +4 -0
  3251. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/LICENSE +201 -0
  3252. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/README.md +4 -0
  3253. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  3254. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  3255. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
  3256. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  3257. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  3258. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  3259. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
  3260. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
  3261. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  3262. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
  3263. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
  3264. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  3265. package/dist/layers/testResources/nodejs/node_modules/@smithy/abort-controller/package.json +62 -0
  3266. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/LICENSE +201 -0
  3267. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/README.md +10 -0
  3268. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
  3269. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
  3270. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
  3271. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
  3272. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
  3273. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
  3274. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
  3275. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
  3276. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
  3277. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
  3278. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
  3279. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
  3280. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
  3281. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
  3282. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
  3283. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
  3284. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
  3285. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
  3286. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
  3287. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
  3288. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
  3289. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
  3290. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  3291. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  3292. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  3293. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
  3294. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
  3295. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  3296. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  3297. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  3298. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  3299. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  3300. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  3301. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  3302. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  3303. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  3304. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  3305. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  3306. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  3307. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  3308. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  3309. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  3310. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  3311. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  3312. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  3313. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  3314. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  3315. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  3316. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  3317. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  3318. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  3319. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  3320. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  3321. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  3322. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  3323. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  3324. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
  3325. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
  3326. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  3327. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  3328. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
  3329. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
  3330. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
  3331. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
  3332. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  3333. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  3334. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  3335. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  3336. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  3337. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  3338. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  3339. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  3340. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  3341. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  3342. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  3343. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  3344. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  3345. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  3346. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
  3347. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
  3348. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
  3349. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
  3350. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
  3351. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
  3352. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
  3353. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
  3354. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  3355. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  3356. package/dist/layers/testResources/nodejs/node_modules/@smithy/config-resolver/package.json +64 -0
  3357. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/LICENSE +201 -0
  3358. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/README.md +12 -0
  3359. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
  3360. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/index.js +493 -0
  3361. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
  3362. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
  3363. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
  3364. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
  3365. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
  3366. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
  3367. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
  3368. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
  3369. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
  3370. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
  3371. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
  3372. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
  3373. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
  3374. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
  3375. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
  3376. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
  3377. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
  3378. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  3379. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/index.js +7 -0
  3380. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +18 -0
  3381. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  3382. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
  3383. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  3384. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +16 -0
  3385. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
  3386. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  3387. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  3388. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
  3389. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +67 -0
  3390. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  3391. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +33 -0
  3392. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +10 -0
  3393. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  3394. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  3395. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  3396. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
  3397. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  3398. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/index.d.ts +7 -0
  3399. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  3400. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  3401. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  3402. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  3403. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  3404. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  3405. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  3406. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  3407. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  3408. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +51 -0
  3409. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  3410. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +7 -0
  3411. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  3412. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  3413. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  3414. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  3415. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  3416. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  3417. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  3418. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  3419. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  3420. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +51 -0
  3421. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  3422. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  3423. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  3424. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  3425. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  3426. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  3427. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  3428. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  3429. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  3430. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  3431. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  3432. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  3433. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  3434. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  3435. package/dist/layers/testResources/nodejs/node_modules/@smithy/core/package.json +67 -0
  3436. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  3437. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  3438. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
  3439. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
  3440. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
  3441. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
  3442. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
  3443. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
  3444. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
  3445. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +437 -0
  3446. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
  3447. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
  3448. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
  3449. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
  3450. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
  3451. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
  3452. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
  3453. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
  3454. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
  3455. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  3456. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  3457. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  3458. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  3459. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  3460. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
  3461. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +132 -0
  3462. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  3463. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
  3464. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  3465. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  3466. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  3467. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  3468. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  3469. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  3470. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  3471. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  3472. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  3473. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  3474. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  3475. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  3476. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  3477. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  3478. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  3479. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  3480. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
  3481. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  3482. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
  3483. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  3484. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  3485. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  3486. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  3487. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  3488. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  3489. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  3490. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  3491. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  3492. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
  3493. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
  3494. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  3495. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
  3496. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  3497. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  3498. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  3499. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  3500. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  3501. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  3502. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  3503. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  3504. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  3505. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  3506. package/dist/layers/testResources/nodejs/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  3507. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  3508. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/README.md +4 -0
  3509. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  3510. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -0
  3511. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  3512. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  3513. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +111 -0
  3514. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  3515. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  3516. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
  3517. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
  3518. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  3519. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  3520. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  3521. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
  3522. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  3523. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  3524. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  3525. package/dist/layers/testResources/nodejs/node_modules/@smithy/fetch-http-handler/package.json +79 -0
  3526. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/LICENSE +201 -0
  3527. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/README.md +10 -0
  3528. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
  3529. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
  3530. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  3531. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  3532. package/dist/layers/testResources/nodejs/node_modules/@smithy/hash-node/package.json +64 -0
  3533. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  3534. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/README.md +10 -0
  3535. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
  3536. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
  3537. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
  3538. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  3539. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  3540. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  3541. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  3542. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  3543. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  3544. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  3545. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  3546. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  3547. package/dist/layers/testResources/nodejs/node_modules/@smithy/invalid-dependency/package.json +57 -0
  3548. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  3549. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/README.md +10 -0
  3550. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  3551. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  3552. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  3553. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  3554. package/dist/layers/testResources/nodejs/node_modules/@smithy/is-array-buffer/package.json +60 -0
  3555. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  3556. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/README.md +4 -0
  3557. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
  3558. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  3559. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  3560. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  3561. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-content-length/package.json +63 -0
  3562. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  3563. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  3564. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
  3565. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  3566. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  3567. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
  3568. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  3569. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
  3570. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
  3571. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
  3572. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
  3573. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -0
  3574. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
  3575. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
  3576. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
  3577. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
  3578. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +32 -0
  3579. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  3580. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  3581. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
  3582. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  3583. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  3584. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  3585. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +32 -0
  3586. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  3587. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
  3588. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
  3589. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  3590. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  3591. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  3592. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  3593. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  3594. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
  3595. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  3596. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  3597. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  3598. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  3599. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  3600. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  3601. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
  3602. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +93 -0
  3603. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  3604. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  3605. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  3606. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  3607. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
  3608. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  3609. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  3610. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  3611. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  3612. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  3613. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  3614. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
  3615. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +93 -0
  3616. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  3617. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  3618. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
  3619. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
  3620. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-endpoint/package.json +73 -0
  3621. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  3622. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/README.md +11 -0
  3623. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  3624. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  3625. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
  3626. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
  3627. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
  3628. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
  3629. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  3630. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  3631. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
  3632. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
  3633. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
  3634. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
  3635. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
  3636. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
  3637. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
  3638. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
  3639. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  3640. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  3641. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  3642. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  3643. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  3644. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  3645. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  3646. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
  3647. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  3648. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  3649. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
  3650. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
  3651. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
  3652. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  3653. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  3654. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  3655. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  3656. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  3657. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  3658. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
  3659. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
  3660. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
  3661. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
  3662. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
  3663. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
  3664. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
  3665. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  3666. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  3667. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  3668. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  3669. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
  3670. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
  3671. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
  3672. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  3673. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
  3674. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  3675. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-retry/package.json +78 -0
  3676. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  3677. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/README.md +4 -0
  3678. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
  3679. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
  3680. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
  3681. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
  3682. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
  3683. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  3684. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  3685. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
  3686. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
  3687. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  3688. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
  3689. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  3690. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
  3691. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  3692. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
  3693. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
  3694. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-serde/package.json +62 -0
  3695. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  3696. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/README.md +78 -0
  3697. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
  3698. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -0
  3699. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
  3700. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  3701. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  3702. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  3703. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  3704. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  3705. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  3706. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  3707. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  3708. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  3709. package/dist/layers/testResources/nodejs/node_modules/@smithy/middleware-stack/package.json +63 -0
  3710. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  3711. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/README.md +4 -0
  3712. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
  3713. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
  3714. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
  3715. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
  3716. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -0
  3717. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
  3718. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
  3719. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +22 -0
  3720. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  3721. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  3722. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
  3723. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
  3724. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
  3725. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  3726. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
  3727. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
  3728. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
  3729. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
  3730. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  3731. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  3732. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-config-provider/package.json +65 -0
  3733. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  3734. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/README.md +4 -0
  3735. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
  3736. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
  3737. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -0
  3738. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
  3739. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
  3740. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
  3741. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
  3742. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
  3743. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
  3744. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
  3745. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
  3746. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
  3747. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
  3748. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
  3749. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
  3750. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
  3751. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  3752. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  3753. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  3754. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +184 -0
  3755. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  3756. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  3757. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +159 -0
  3758. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
  3759. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +81 -0
  3760. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
  3761. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
  3762. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
  3763. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
  3764. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
  3765. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
  3766. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +52 -0
  3767. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  3768. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  3769. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  3770. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +37 -0
  3771. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  3772. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  3773. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
  3774. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
  3775. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  3776. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  3777. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  3778. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  3779. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
  3780. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  3781. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
  3782. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  3783. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  3784. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  3785. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +36 -0
  3786. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
  3787. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
  3788. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
  3789. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  3790. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  3791. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  3792. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  3793. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  3794. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  3795. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  3796. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  3797. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  3798. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
  3799. package/dist/layers/testResources/nodejs/node_modules/@smithy/node-http-handler/package.json +67 -0
  3800. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/LICENSE +201 -0
  3801. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/README.md +10 -0
  3802. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  3803. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  3804. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  3805. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  3806. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  3807. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -0
  3808. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  3809. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
  3810. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
  3811. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
  3812. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  3813. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  3814. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  3815. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  3816. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
  3817. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
  3818. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
  3819. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  3820. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  3821. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  3822. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  3823. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
  3824. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
  3825. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
  3826. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  3827. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  3828. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  3829. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  3830. package/dist/layers/testResources/nodejs/node_modules/@smithy/property-provider/package.json +60 -0
  3831. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/LICENSE +201 -0
  3832. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/README.md +4 -0
  3833. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
  3834. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
  3835. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
  3836. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
  3837. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
  3838. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
  3839. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
  3840. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
  3841. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
  3842. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
  3843. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  3844. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  3845. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  3846. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  3847. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  3848. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
  3849. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  3850. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  3851. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  3852. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  3853. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  3854. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  3855. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  3856. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  3857. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
  3858. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
  3859. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  3860. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  3861. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  3862. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  3863. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  3864. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  3865. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  3866. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
  3867. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
  3868. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
  3869. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  3870. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  3871. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  3872. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  3873. package/dist/layers/testResources/nodejs/node_modules/@smithy/protocol-http/package.json +61 -0
  3874. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  3875. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/README.md +10 -0
  3876. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
  3877. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  3878. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  3879. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  3880. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-builder/package.json +61 -0
  3881. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  3882. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/README.md +10 -0
  3883. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
  3884. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  3885. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  3886. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  3887. package/dist/layers/testResources/nodejs/node_modules/@smithy/querystring-parser/package.json +60 -0
  3888. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  3889. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/README.md +4 -0
  3890. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
  3891. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
  3892. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  3893. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-es/index.js +21 -0
  3894. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  3895. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
  3896. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  3897. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
  3898. package/dist/layers/testResources/nodejs/node_modules/@smithy/service-error-classification/package.json +59 -0
  3899. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  3900. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  3901. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  3902. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  3903. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  3904. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  3905. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  3906. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  3907. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  3908. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  3909. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
  3910. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  3911. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  3912. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  3913. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  3914. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  3915. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  3916. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  3917. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  3918. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  3919. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  3920. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  3921. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  3922. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  3923. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  3924. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  3925. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  3926. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +27 -0
  3927. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  3928. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  3929. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  3930. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  3931. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  3932. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  3933. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  3934. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  3935. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  3936. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  3937. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  3938. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  3939. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  3940. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  3941. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  3942. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +22 -0
  3943. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  3944. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  3945. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  3946. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  3947. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  3948. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  3949. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  3950. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  3951. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  3952. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  3953. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  3954. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  3955. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  3956. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  3957. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +22 -0
  3958. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  3959. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  3960. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  3961. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  3962. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  3963. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  3964. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  3965. package/dist/layers/testResources/nodejs/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  3966. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/LICENSE +201 -0
  3967. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/README.md +11 -0
  3968. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  3969. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
  3970. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -0
  3971. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
  3972. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
  3973. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
  3974. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
  3975. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
  3976. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
  3977. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/index.js +588 -0
  3978. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
  3979. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
  3980. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
  3981. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
  3982. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  3983. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +190 -0
  3984. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
  3985. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  3986. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  3987. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  3988. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
  3989. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  3990. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  3991. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
  3992. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
  3993. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  3994. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  3995. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  3996. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  3997. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
  3998. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
  3999. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  4000. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  4001. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  4002. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  4003. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  4004. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  4005. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
  4006. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
  4007. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  4008. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  4009. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  4010. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
  4011. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
  4012. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  4013. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
  4014. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  4015. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  4016. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  4017. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  4018. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
  4019. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
  4020. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  4021. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  4022. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  4023. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  4024. package/dist/layers/testResources/nodejs/node_modules/@smithy/signature-v4/package.json +69 -0
  4025. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/LICENSE +201 -0
  4026. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/README.md +10 -0
  4027. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
  4028. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
  4029. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
  4030. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
  4031. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
  4032. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
  4033. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
  4034. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
  4035. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
  4036. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
  4037. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
  4038. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
  4039. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
  4040. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  4041. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
  4042. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
  4043. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
  4044. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
  4045. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -0
  4046. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
  4047. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
  4048. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
  4049. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
  4050. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
  4051. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
  4052. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
  4053. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  4054. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
  4055. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
  4056. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/command.js +114 -0
  4057. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  4058. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  4059. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
  4060. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  4061. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  4062. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  4063. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
  4064. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
  4065. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  4066. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  4067. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  4068. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  4069. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  4070. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  4071. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/index.js +22 -0
  4072. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
  4073. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  4074. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
  4075. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
  4076. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
  4077. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  4078. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
  4079. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  4080. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/client.d.ts +32 -0
  4081. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
  4082. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
  4083. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  4084. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  4085. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
  4086. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
  4087. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  4088. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  4089. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
  4090. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
  4091. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  4092. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  4093. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  4094. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  4095. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  4096. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  4097. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/index.d.ts +23 -0
  4098. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
  4099. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  4100. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
  4101. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
  4102. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
  4103. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
  4104. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
  4105. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  4106. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +32 -0
  4107. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
  4108. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
  4109. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  4110. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
  4111. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
  4112. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
  4113. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  4114. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  4115. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
  4116. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
  4117. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  4118. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  4119. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  4120. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  4121. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  4122. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  4123. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +23 -0
  4124. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
  4125. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  4126. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
  4127. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
  4128. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
  4129. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
  4130. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
  4131. package/dist/layers/testResources/nodejs/node_modules/@smithy/smithy-client/package.json +66 -0
  4132. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/LICENSE +201 -0
  4133. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/README.md +80 -0
  4134. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
  4135. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  4136. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  4137. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  4138. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  4139. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  4140. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  4141. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  4142. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  4143. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
  4144. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/client.js +1 -0
  4145. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/command.js +1 -0
  4146. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  4147. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  4148. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  4149. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  4150. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
  4151. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  4152. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
  4153. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
  4154. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  4155. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  4156. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  4157. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  4158. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  4159. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  4160. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
  4161. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  4162. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  4163. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  4164. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  4165. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  4166. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  4167. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  4168. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/http.js +1 -0
  4169. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  4170. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  4171. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  4172. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  4173. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  4174. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/index.js +149 -0
  4175. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
  4176. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
  4177. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
  4178. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
  4179. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/response.js +1 -0
  4180. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
  4181. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
  4182. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
  4183. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
  4184. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
  4185. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  4186. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  4187. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  4188. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
  4189. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  4190. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  4191. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  4192. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  4193. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  4194. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
  4195. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/util.js +1 -0
  4196. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
  4197. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/abort.js +1 -0
  4198. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  4199. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  4200. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  4201. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  4202. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  4203. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  4204. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  4205. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  4206. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  4207. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/client.js +1 -0
  4208. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/command.js +1 -0
  4209. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  4210. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  4211. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  4212. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  4213. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  4214. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  4215. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/encode.js +1 -0
  4216. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  4217. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  4218. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  4219. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  4220. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  4221. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  4222. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  4223. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  4224. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  4225. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  4226. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  4227. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  4228. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  4229. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  4230. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  4231. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/http.js +5 -0
  4232. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  4233. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  4234. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  4235. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  4236. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  4237. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/index.js +36 -0
  4238. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/logger.js +1 -0
  4239. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  4240. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  4241. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/profile.js +6 -0
  4242. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/response.js +1 -0
  4243. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/retry.js +1 -0
  4244. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/serde.js +1 -0
  4245. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  4246. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/signature.js +1 -0
  4247. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/stream.js +1 -0
  4248. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  4249. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  4250. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  4251. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  4252. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  4253. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  4254. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  4255. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  4256. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  4257. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/uri.js +1 -0
  4258. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/util.js +1 -0
  4259. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  4260. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
  4261. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  4262. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  4263. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  4264. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  4265. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  4266. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  4267. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  4268. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  4269. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  4270. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
  4271. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
  4272. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  4273. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  4274. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  4275. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  4276. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  4277. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  4278. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  4279. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  4280. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  4281. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  4282. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  4283. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  4284. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  4285. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  4286. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  4287. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  4288. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  4289. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  4290. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  4291. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  4292. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  4293. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
  4294. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
  4295. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  4296. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -0
  4297. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  4298. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  4299. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  4300. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
  4301. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  4302. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
  4303. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  4304. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  4305. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  4306. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  4307. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
  4308. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/shapes.d.ts +81 -0
  4309. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
  4310. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  4311. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  4312. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  4313. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  4314. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  4315. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  4316. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
  4317. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  4318. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
  4319. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  4320. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
  4321. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  4322. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  4323. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  4324. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  4325. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  4326. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  4327. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  4328. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  4329. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  4330. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +44 -0
  4331. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
  4332. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  4333. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  4334. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  4335. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  4336. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  4337. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  4338. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  4339. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  4340. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  4341. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  4342. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  4343. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  4344. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  4345. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  4346. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  4347. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  4348. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  4349. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  4350. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  4351. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  4352. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  4353. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
  4354. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
  4355. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  4356. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -0
  4357. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  4358. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  4359. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  4360. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -0
  4361. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  4362. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
  4363. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  4364. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  4365. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  4366. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  4367. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
  4368. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +81 -0
  4369. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
  4370. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  4371. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  4372. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  4373. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  4374. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  4375. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  4376. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
  4377. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  4378. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
  4379. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  4380. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  4381. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  4382. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  4383. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  4384. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  4385. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  4386. package/dist/layers/testResources/nodejs/node_modules/@smithy/types/package.json +61 -0
  4387. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/LICENSE +201 -0
  4388. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/README.md +10 -0
  4389. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
  4390. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  4391. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  4392. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  4393. package/dist/layers/testResources/nodejs/node_modules/@smithy/url-parser/package.json +58 -0
  4394. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/LICENSE +201 -0
  4395. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/README.md +4 -0
  4396. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  4397. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  4398. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  4399. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  4400. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
  4401. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  4402. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  4403. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  4404. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  4405. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  4406. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  4407. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  4408. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  4409. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  4410. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  4411. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  4412. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  4413. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  4414. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  4415. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  4416. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  4417. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  4418. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  4419. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  4420. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-base64/package.json +73 -0
  4421. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  4422. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  4423. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
  4424. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
  4425. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  4426. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  4427. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  4428. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  4429. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  4430. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  4431. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-browser/package.json +57 -0
  4432. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  4433. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/README.md +12 -0
  4434. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
  4435. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
  4436. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
  4437. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  4438. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  4439. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  4440. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  4441. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  4442. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-body-length-node/package.json +61 -0
  4443. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  4444. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/README.md +10 -0
  4445. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  4446. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  4447. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  4448. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  4449. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-buffer-from/package.json +61 -0
  4450. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  4451. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/README.md +4 -0
  4452. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
  4453. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
  4454. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
  4455. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
  4456. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  4457. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  4458. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  4459. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  4460. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  4461. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  4462. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  4463. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  4464. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  4465. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  4466. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  4467. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  4468. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-config-provider/package.json +62 -0
  4469. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  4470. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  4471. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  4472. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
  4473. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
  4474. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  4475. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  4476. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  4477. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
  4478. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  4479. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  4480. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  4481. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  4482. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  4483. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  4484. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  4485. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  4486. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  4487. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  4488. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  4489. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  4490. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
  4491. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
  4492. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
  4493. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
  4494. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  4495. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  4496. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  4497. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  4498. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  4499. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  4500. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  4501. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  4502. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  4503. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  4504. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  4505. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  4506. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  4507. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  4508. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/README.md +10 -0
  4509. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
  4510. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
  4511. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
  4512. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
  4513. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -0
  4514. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
  4515. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
  4516. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
  4517. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
  4518. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
  4519. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
  4520. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
  4521. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
  4522. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
  4523. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
  4524. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
  4525. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
  4526. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
  4527. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
  4528. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
  4529. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
  4530. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
  4531. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
  4532. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
  4533. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
  4534. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
  4535. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
  4536. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
  4537. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
  4538. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
  4539. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
  4540. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
  4541. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
  4542. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
  4543. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
  4544. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
  4545. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
  4546. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
  4547. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
  4548. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
  4549. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
  4550. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
  4551. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
  4552. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  4553. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  4554. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  4555. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  4556. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
  4557. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  4558. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  4559. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  4560. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  4561. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  4562. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  4563. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  4564. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  4565. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  4566. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  4567. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  4568. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  4569. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
  4570. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  4571. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  4572. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  4573. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  4574. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  4575. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  4576. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  4577. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  4578. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  4579. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  4580. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  4581. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  4582. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  4583. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  4584. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  4585. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
  4586. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
  4587. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  4588. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
  4589. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  4590. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
  4591. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
  4592. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  4593. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  4594. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  4595. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  4596. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  4597. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  4598. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  4599. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
  4600. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  4601. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  4602. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  4603. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  4604. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  4605. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  4606. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  4607. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  4608. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  4609. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  4610. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  4611. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  4612. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  4613. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  4614. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  4615. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  4616. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  4617. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  4618. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  4619. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  4620. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  4621. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  4622. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  4623. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  4624. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  4625. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  4626. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  4627. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  4628. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  4629. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  4630. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  4631. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  4632. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  4633. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  4634. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  4635. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  4636. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  4637. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  4638. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  4639. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  4640. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  4641. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  4642. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  4643. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  4644. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  4645. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  4646. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  4647. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  4648. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  4649. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  4650. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  4651. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  4652. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  4653. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  4654. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  4655. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  4656. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  4657. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  4658. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  4659. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  4660. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  4661. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  4662. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  4663. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  4664. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
  4665. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  4666. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  4667. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  4668. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  4669. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  4670. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  4671. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
  4672. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  4673. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  4674. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
  4675. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  4676. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
  4677. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
  4678. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  4679. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  4680. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  4681. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-endpoints/package.json +67 -0
  4682. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  4683. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  4684. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
  4685. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  4686. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  4687. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  4688. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-hex-encoding/package.json +60 -0
  4689. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/LICENSE +201 -0
  4690. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/README.md +12 -0
  4691. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
  4692. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
  4693. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
  4694. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  4695. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  4696. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  4697. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  4698. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  4699. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  4700. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  4701. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  4702. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  4703. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-middleware/package.json +66 -0
  4704. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/LICENSE +201 -0
  4705. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/README.md +78 -0
  4706. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  4707. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  4708. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  4709. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  4710. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  4711. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  4712. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  4713. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  4714. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -0
  4715. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  4716. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  4717. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  4718. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
  4719. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  4720. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  4721. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  4722. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  4723. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  4724. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  4725. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  4726. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  4727. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  4728. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
  4729. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  4730. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  4731. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  4732. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  4733. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  4734. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  4735. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  4736. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  4737. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
  4738. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  4739. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  4740. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  4741. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  4742. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  4743. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  4744. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  4745. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  4746. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-retry/package.json +68 -0
  4747. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/LICENSE +201 -0
  4748. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/README.md +6 -0
  4749. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
  4750. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
  4751. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  4752. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  4753. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/index.js +89 -0
  4754. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  4755. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
  4756. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  4757. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
  4758. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  4759. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  4760. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
  4761. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  4762. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
  4763. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  4764. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
  4765. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  4766. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  4767. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
  4768. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  4769. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  4770. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  4771. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  4772. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  4773. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
  4774. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
  4775. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  4776. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  4777. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-stream/package.json +95 -0
  4778. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  4779. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/README.md +10 -0
  4780. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
  4781. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
  4782. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
  4783. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  4784. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  4785. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  4786. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  4787. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  4788. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  4789. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  4790. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  4791. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  4792. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-uri-escape/package.json +59 -0
  4793. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/LICENSE +201 -0
  4794. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/README.md +4 -0
  4795. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  4796. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  4797. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  4798. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  4799. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  4800. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  4801. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  4802. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  4803. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  4804. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  4805. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  4806. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  4807. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  4808. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  4809. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  4810. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  4811. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  4812. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  4813. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  4814. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  4815. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  4816. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  4817. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  4818. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  4819. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-utf8/package.json +66 -0
  4820. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/LICENSE +201 -0
  4821. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/README.md +10 -0
  4822. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
  4823. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/index.js +155 -0
  4824. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
  4825. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
  4826. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
  4827. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
  4828. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
  4829. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +23 -0
  4830. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  4831. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/poller.js +33 -0
  4832. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  4833. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  4834. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  4835. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
  4836. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  4837. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  4838. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  4839. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
  4840. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  4841. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
  4842. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
  4843. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
  4844. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
  4845. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +44 -0
  4846. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  4847. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  4848. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  4849. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +44 -0
  4850. package/dist/layers/testResources/nodejs/node_modules/@smithy/util-waiter/package.json +62 -0
  4851. package/dist/layers/testResources/nodejs/node_modules/abort-controller/LICENSE +21 -0
  4852. package/dist/layers/testResources/nodejs/node_modules/abort-controller/README.md +98 -0
  4853. package/dist/layers/testResources/nodejs/node_modules/abort-controller/browser.js +13 -0
  4854. package/dist/layers/testResources/nodejs/node_modules/abort-controller/browser.mjs +11 -0
  4855. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.d.ts +43 -0
  4856. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.js +127 -0
  4857. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.js.map +1 -0
  4858. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.mjs +118 -0
  4859. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.mjs.map +1 -0
  4860. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.umd.js +5 -0
  4861. package/dist/layers/testResources/nodejs/node_modules/abort-controller/dist/abort-controller.umd.js.map +1 -0
  4862. package/dist/layers/testResources/nodejs/node_modules/abort-controller/package.json +97 -0
  4863. package/dist/layers/testResources/nodejs/node_modules/abort-controller/polyfill.js +21 -0
  4864. package/dist/layers/testResources/nodejs/node_modules/abort-controller/polyfill.mjs +19 -0
  4865. package/dist/layers/testResources/nodejs/node_modules/ajv/.runkit_example.js +23 -0
  4866. package/dist/layers/testResources/nodejs/node_modules/ajv/LICENSE +22 -0
  4867. package/dist/layers/testResources/nodejs/node_modules/ajv/README.md +207 -0
  4868. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2019.d.ts +19 -0
  4869. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2019.js +59 -0
  4870. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2019.js.map +1 -0
  4871. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2020.d.ts +19 -0
  4872. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2020.js +53 -0
  4873. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/2020.js.map +1 -0
  4874. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/ajv.d.ts +18 -0
  4875. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/ajv.js +48 -0
  4876. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/ajv.js.map +1 -0
  4877. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/code.d.ts +40 -0
  4878. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/code.js +155 -0
  4879. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/code.js.map +1 -0
  4880. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/index.d.ts +79 -0
  4881. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  4882. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/index.js.map +1 -0
  4883. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/scope.d.ts +79 -0
  4884. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  4885. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -0
  4886. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/errors.d.ts +13 -0
  4887. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/errors.js +123 -0
  4888. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/errors.js.map +1 -0
  4889. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/index.d.ts +80 -0
  4890. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/index.js +242 -0
  4891. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/index.js.map +1 -0
  4892. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/parse.d.ts +4 -0
  4893. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/parse.js +350 -0
  4894. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/parse.js.map +1 -0
  4895. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/serialize.d.ts +4 -0
  4896. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/serialize.js +229 -0
  4897. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/serialize.js.map +1 -0
  4898. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/types.d.ts +6 -0
  4899. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/types.js +14 -0
  4900. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/jtd/types.js.map +1 -0
  4901. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/names.d.ts +20 -0
  4902. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/names.js +28 -0
  4903. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/names.js.map +1 -0
  4904. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/ref_error.d.ts +6 -0
  4905. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/ref_error.js +12 -0
  4906. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/ref_error.js.map +1 -0
  4907. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/resolve.d.ts +12 -0
  4908. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/resolve.js +155 -0
  4909. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/resolve.js.map +1 -0
  4910. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/rules.d.ts +28 -0
  4911. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/rules.js +26 -0
  4912. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/rules.js.map +1 -0
  4913. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/util.d.ts +40 -0
  4914. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/util.js +178 -0
  4915. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/util.js.map +1 -0
  4916. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/applicability.d.ts +6 -0
  4917. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  4918. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -0
  4919. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +4 -0
  4920. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  4921. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -0
  4922. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/dataType.d.ts +17 -0
  4923. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/dataType.js +202 -0
  4924. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -0
  4925. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/defaults.d.ts +2 -0
  4926. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  4927. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -0
  4928. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/index.d.ts +42 -0
  4929. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/index.js +520 -0
  4930. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/index.js.map +1 -0
  4931. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/keyword.d.ts +8 -0
  4932. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  4933. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -0
  4934. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/subschema.d.ts +47 -0
  4935. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  4936. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -0
  4937. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/core.d.ts +173 -0
  4938. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/core.js +617 -0
  4939. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/core.js.map +1 -0
  4940. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/jtd.d.ts +47 -0
  4941. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/jtd.js +70 -0
  4942. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/jtd.js.map +1 -0
  4943. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/data.json +13 -0
  4944. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +2 -0
  4945. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +28 -0
  4946. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +1 -0
  4947. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  4948. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  4949. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  4950. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  4951. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  4952. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  4953. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  4954. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +2 -0
  4955. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +30 -0
  4956. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +1 -0
  4957. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  4958. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  4959. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  4960. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  4961. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  4962. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  4963. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  4964. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  4965. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  4966. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  4967. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  4968. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/jtd-schema.d.ts +3 -0
  4969. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/jtd-schema.js +118 -0
  4970. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/refs/jtd-schema.js.map +1 -0
  4971. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/equal.d.ts +6 -0
  4972. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/equal.js +7 -0
  4973. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/equal.js.map +1 -0
  4974. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/parseJson.d.ts +18 -0
  4975. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/parseJson.js +184 -0
  4976. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/parseJson.js.map +1 -0
  4977. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/quote.d.ts +5 -0
  4978. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/quote.js +30 -0
  4979. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/quote.js.map +1 -0
  4980. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/re2.d.ts +6 -0
  4981. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/re2.js +6 -0
  4982. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/re2.js.map +1 -0
  4983. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/timestamp.d.ts +5 -0
  4984. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/timestamp.js +42 -0
  4985. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/timestamp.js.map +1 -0
  4986. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/ucs2length.d.ts +5 -0
  4987. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  4988. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -0
  4989. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/uri.d.ts +6 -0
  4990. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/uri.js +6 -0
  4991. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/uri.js.map +1 -0
  4992. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/validation_error.d.ts +7 -0
  4993. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  4994. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/runtime/validation_error.js.map +1 -0
  4995. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/index.d.ts +6 -0
  4996. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/index.js +90 -0
  4997. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/index.js.map +1 -0
  4998. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/instance.d.ts +12 -0
  4999. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/instance.js +35 -0
  5000. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/standalone/instance.js.map +1 -0
  5001. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/index.d.ts +183 -0
  5002. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/index.js +3 -0
  5003. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/index.js.map +1 -0
  5004. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/json-schema.d.ts +125 -0
  5005. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/json-schema.js +3 -0
  5006. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/json-schema.js.map +1 -0
  5007. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/jtd-schema.d.ts +174 -0
  5008. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/jtd-schema.js +3 -0
  5009. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/types/jtd-schema.js.map +1 -0
  5010. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +8 -0
  5011. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  5012. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -0
  5013. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +6 -0
  5014. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  5015. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -0
  5016. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +3 -0
  5017. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  5018. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -0
  5019. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +4 -0
  5020. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  5021. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -0
  5022. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +7 -0
  5023. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  5024. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -0
  5025. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +21 -0
  5026. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  5027. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -0
  5028. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +3 -0
  5029. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +11 -0
  5030. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +1 -0
  5031. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +6 -0
  5032. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  5033. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -0
  5034. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +13 -0
  5035. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  5036. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -0
  5037. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +5 -0
  5038. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  5039. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -0
  5040. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +6 -0
  5041. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  5042. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -0
  5043. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +4 -0
  5044. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  5045. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -0
  5046. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +6 -0
  5047. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  5048. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -0
  5049. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +3 -0
  5050. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  5051. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -0
  5052. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +3 -0
  5053. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  5054. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -0
  5055. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +3 -0
  5056. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  5057. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -0
  5058. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +6 -0
  5059. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  5060. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -0
  5061. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +3 -0
  5062. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  5063. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -0
  5064. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/code.d.ts +17 -0
  5065. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/code.js +131 -0
  5066. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/code.js.map +1 -0
  5067. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/id.d.ts +3 -0
  5068. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  5069. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -0
  5070. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/index.d.ts +3 -0
  5071. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  5072. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -0
  5073. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/ref.d.ts +8 -0
  5074. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  5075. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -0
  5076. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +5 -0
  5077. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/index.js +100 -0
  5078. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -0
  5079. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +10 -0
  5080. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  5081. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -0
  5082. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft2020.d.ts +3 -0
  5083. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft2020.js +23 -0
  5084. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft2020.js.map +1 -0
  5085. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft7.d.ts +3 -0
  5086. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  5087. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -0
  5088. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +5 -0
  5089. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +30 -0
  5090. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +1 -0
  5091. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +5 -0
  5092. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +51 -0
  5093. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +1 -0
  5094. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +3 -0
  5095. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/index.js +9 -0
  5096. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +1 -0
  5097. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +3 -0
  5098. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +16 -0
  5099. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +1 -0
  5100. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +3 -0
  5101. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +10 -0
  5102. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +1 -0
  5103. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/errors.d.ts +9 -0
  5104. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/errors.js +3 -0
  5105. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/errors.js.map +1 -0
  5106. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/format.d.ts +8 -0
  5107. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  5108. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -0
  5109. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/index.d.ts +3 -0
  5110. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  5111. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -0
  5112. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +6 -0
  5113. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +71 -0
  5114. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +1 -0
  5115. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +5 -0
  5116. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/elements.js +24 -0
  5117. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +1 -0
  5118. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +6 -0
  5119. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/enum.js +43 -0
  5120. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +1 -0
  5121. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +9 -0
  5122. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/error.js +20 -0
  5123. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/error.js.map +1 -0
  5124. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +10 -0
  5125. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/index.js +29 -0
  5126. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/index.js.map +1 -0
  5127. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +5 -0
  5128. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/metadata.js +25 -0
  5129. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +1 -0
  5130. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +4 -0
  5131. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/nullable.js +22 -0
  5132. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +1 -0
  5133. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +3 -0
  5134. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +15 -0
  5135. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +1 -0
  5136. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +22 -0
  5137. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/properties.js +149 -0
  5138. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +1 -0
  5139. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +4 -0
  5140. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/ref.js +67 -0
  5141. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +1 -0
  5142. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +10 -0
  5143. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/type.js +69 -0
  5144. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/type.js.map +1 -0
  5145. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +3 -0
  5146. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/union.js +12 -0
  5147. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/union.js.map +1 -0
  5148. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +5 -0
  5149. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/values.js +51 -0
  5150. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/jtd/values.js.map +1 -0
  5151. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/metadata.d.ts +3 -0
  5152. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  5153. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -0
  5154. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/next.d.ts +3 -0
  5155. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/next.js +8 -0
  5156. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/next.js.map +1 -0
  5157. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +3 -0
  5158. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/index.js +7 -0
  5159. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +1 -0
  5160. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +6 -0
  5161. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +40 -0
  5162. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +1 -0
  5163. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +6 -0
  5164. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +65 -0
  5165. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +1 -0
  5166. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/const.d.ts +6 -0
  5167. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  5168. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -0
  5169. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +5 -0
  5170. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +12 -0
  5171. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +1 -0
  5172. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +8 -0
  5173. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  5174. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -0
  5175. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/index.d.ts +16 -0
  5176. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  5177. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -0
  5178. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +3 -0
  5179. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitContains.js +15 -0
  5180. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +1 -0
  5181. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +3 -0
  5182. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  5183. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -0
  5184. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +3 -0
  5185. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  5186. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -0
  5187. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +11 -0
  5188. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  5189. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -0
  5190. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +3 -0
  5191. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  5192. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -0
  5193. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +8 -0
  5194. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  5195. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -0
  5196. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +8 -0
  5197. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/pattern.js +24 -0
  5198. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -0
  5199. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/required.d.ts +8 -0
  5200. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  5201. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -0
  5202. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +9 -0
  5203. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  5204. package/dist/layers/testResources/nodejs/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -0
  5205. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/2019.ts +80 -0
  5206. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/2020.ts +74 -0
  5207. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/ajv.ts +69 -0
  5208. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/codegen/code.ts +168 -0
  5209. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/codegen/index.ts +832 -0
  5210. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/codegen/scope.ts +215 -0
  5211. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/errors.ts +184 -0
  5212. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/index.ts +324 -0
  5213. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/jtd/parse.ts +411 -0
  5214. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/jtd/serialize.ts +266 -0
  5215. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/jtd/types.ts +16 -0
  5216. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/names.ts +27 -0
  5217. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/ref_error.ts +13 -0
  5218. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/resolve.ts +149 -0
  5219. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/rules.ts +50 -0
  5220. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/util.ts +213 -0
  5221. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/applicability.ts +22 -0
  5222. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/boolSchema.ts +47 -0
  5223. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/dataType.ts +229 -0
  5224. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/defaults.ts +32 -0
  5225. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/index.ts +582 -0
  5226. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/keyword.ts +171 -0
  5227. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/compile/validate/subschema.ts +135 -0
  5228. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/core.ts +887 -0
  5229. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/jtd.ts +131 -0
  5230. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/data.json +13 -0
  5231. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +28 -0
  5232. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  5233. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  5234. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  5235. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  5236. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  5237. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  5238. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  5239. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +30 -0
  5240. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  5241. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  5242. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  5243. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  5244. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  5245. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  5246. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  5247. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  5248. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  5249. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  5250. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  5251. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/refs/jtd-schema.ts +130 -0
  5252. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/equal.ts +7 -0
  5253. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/parseJson.ts +176 -0
  5254. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/quote.ts +31 -0
  5255. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/re2.ts +6 -0
  5256. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/timestamp.ts +46 -0
  5257. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/ucs2length.ts +20 -0
  5258. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/uri.ts +6 -0
  5259. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/runtime/validation_error.ts +13 -0
  5260. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/standalone/index.ts +100 -0
  5261. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/standalone/instance.ts +36 -0
  5262. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/types/index.ts +240 -0
  5263. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/types/json-schema.ts +187 -0
  5264. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/types/jtd-schema.ts +273 -0
  5265. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +56 -0
  5266. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +118 -0
  5267. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +22 -0
  5268. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +14 -0
  5269. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/contains.ts +109 -0
  5270. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +112 -0
  5271. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +11 -0
  5272. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/if.ts +80 -0
  5273. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/index.ts +53 -0
  5274. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/items.ts +59 -0
  5275. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +36 -0
  5276. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/not.ts +38 -0
  5277. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +82 -0
  5278. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +91 -0
  5279. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +12 -0
  5280. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/properties.ts +57 -0
  5281. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +50 -0
  5282. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +13 -0
  5283. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/code.ts +168 -0
  5284. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/core/id.ts +10 -0
  5285. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/core/index.ts +16 -0
  5286. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/core/ref.ts +129 -0
  5287. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/discriminator/index.ts +110 -0
  5288. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/discriminator/types.ts +12 -0
  5289. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/draft2020.ts +23 -0
  5290. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/draft7.ts +17 -0
  5291. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +31 -0
  5292. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +51 -0
  5293. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/dynamic/index.ts +9 -0
  5294. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +14 -0
  5295. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +10 -0
  5296. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/errors.ts +18 -0
  5297. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/format/format.ts +120 -0
  5298. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/format/index.ts +6 -0
  5299. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +89 -0
  5300. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/elements.ts +32 -0
  5301. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/enum.ts +45 -0
  5302. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/error.ts +23 -0
  5303. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/index.ts +37 -0
  5304. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +24 -0
  5305. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +21 -0
  5306. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +15 -0
  5307. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/properties.ts +184 -0
  5308. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/ref.ts +76 -0
  5309. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/type.ts +75 -0
  5310. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/union.ts +12 -0
  5311. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/jtd/values.ts +58 -0
  5312. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/metadata.ts +17 -0
  5313. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/next.ts +8 -0
  5314. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +7 -0
  5315. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +47 -0
  5316. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +85 -0
  5317. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/const.ts +28 -0
  5318. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +23 -0
  5319. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/enum.ts +54 -0
  5320. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/index.ts +49 -0
  5321. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +16 -0
  5322. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +26 -0
  5323. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +30 -0
  5324. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +42 -0
  5325. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +26 -0
  5326. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +34 -0
  5327. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/pattern.ts +28 -0
  5328. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/required.ts +98 -0
  5329. package/dist/layers/testResources/nodejs/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +79 -0
  5330. package/dist/layers/testResources/nodejs/node_modules/ajv/package.json +126 -0
  5331. package/dist/layers/testResources/nodejs/node_modules/base64-js/LICENSE +21 -0
  5332. package/dist/layers/testResources/nodejs/node_modules/base64-js/README.md +34 -0
  5333. package/dist/layers/testResources/nodejs/node_modules/base64-js/base64js.min.js +1 -0
  5334. package/dist/layers/testResources/nodejs/node_modules/base64-js/index.d.ts +3 -0
  5335. package/dist/layers/testResources/nodejs/node_modules/base64-js/index.js +150 -0
  5336. package/dist/layers/testResources/nodejs/node_modules/base64-js/package.json +47 -0
  5337. package/dist/layers/testResources/nodejs/node_modules/bowser/CHANGELOG.md +218 -0
  5338. package/dist/layers/testResources/nodejs/node_modules/bowser/LICENSE +39 -0
  5339. package/dist/layers/testResources/nodejs/node_modules/bowser/README.md +179 -0
  5340. package/dist/layers/testResources/nodejs/node_modules/bowser/bundled.js +1 -0
  5341. package/dist/layers/testResources/nodejs/node_modules/bowser/es5.js +1 -0
  5342. package/dist/layers/testResources/nodejs/node_modules/bowser/index.d.ts +250 -0
  5343. package/dist/layers/testResources/nodejs/node_modules/bowser/package.json +83 -0
  5344. package/dist/layers/testResources/nodejs/node_modules/bowser/src/bowser.js +77 -0
  5345. package/dist/layers/testResources/nodejs/node_modules/bowser/src/constants.js +116 -0
  5346. package/dist/layers/testResources/nodejs/node_modules/bowser/src/parser-browsers.js +700 -0
  5347. package/dist/layers/testResources/nodejs/node_modules/bowser/src/parser-engines.js +120 -0
  5348. package/dist/layers/testResources/nodejs/node_modules/bowser/src/parser-os.js +199 -0
  5349. package/dist/layers/testResources/nodejs/node_modules/bowser/src/parser-platforms.js +266 -0
  5350. package/dist/layers/testResources/nodejs/node_modules/bowser/src/parser.js +496 -0
  5351. package/dist/layers/testResources/nodejs/node_modules/bowser/src/utils.js +309 -0
  5352. package/dist/layers/testResources/nodejs/node_modules/buffer/AUTHORS.md +73 -0
  5353. package/dist/layers/testResources/nodejs/node_modules/buffer/LICENSE +21 -0
  5354. package/dist/layers/testResources/nodejs/node_modules/buffer/README.md +410 -0
  5355. package/dist/layers/testResources/nodejs/node_modules/buffer/index.d.ts +194 -0
  5356. package/dist/layers/testResources/nodejs/node_modules/buffer/index.js +2106 -0
  5357. package/dist/layers/testResources/nodejs/node_modules/buffer/package.json +93 -0
  5358. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/.github/dependabot.yml +7 -0
  5359. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/.github/workflows/ci.yml +29 -0
  5360. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/LICENSE +21 -0
  5361. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/README.md +50 -0
  5362. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/example.js +14 -0
  5363. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/index.js +170 -0
  5364. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/package.json +36 -0
  5365. package/dist/layers/testResources/nodejs/node_modules/cloneable-readable/test.js +740 -0
  5366. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/LICENSE +22 -0
  5367. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/README.md +293 -0
  5368. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.js +871 -0
  5369. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.js.map +1 -0
  5370. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.mjs +862 -0
  5371. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.mjs.map +1 -0
  5372. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.umd.js +6 -0
  5373. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/dist/event-target-shim.umd.js.map +1 -0
  5374. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/index.d.ts +399 -0
  5375. package/dist/layers/testResources/nodejs/node_modules/event-target-shim/package.json +82 -0
  5376. package/dist/layers/testResources/nodejs/node_modules/events/.airtap.yml +15 -0
  5377. package/dist/layers/testResources/nodejs/node_modules/events/.github/FUNDING.yml +12 -0
  5378. package/dist/layers/testResources/nodejs/node_modules/events/.travis.yml +18 -0
  5379. package/dist/layers/testResources/nodejs/node_modules/events/History.md +118 -0
  5380. package/dist/layers/testResources/nodejs/node_modules/events/LICENSE +22 -0
  5381. package/dist/layers/testResources/nodejs/node_modules/events/Readme.md +50 -0
  5382. package/dist/layers/testResources/nodejs/node_modules/events/events.js +497 -0
  5383. package/dist/layers/testResources/nodejs/node_modules/events/package.json +37 -0
  5384. package/dist/layers/testResources/nodejs/node_modules/events/security.md +10 -0
  5385. package/dist/layers/testResources/nodejs/node_modules/events/tests/add-listeners.js +111 -0
  5386. package/dist/layers/testResources/nodejs/node_modules/events/tests/check-listener-leaks.js +101 -0
  5387. package/dist/layers/testResources/nodejs/node_modules/events/tests/common.js +104 -0
  5388. package/dist/layers/testResources/nodejs/node_modules/events/tests/errors.js +13 -0
  5389. package/dist/layers/testResources/nodejs/node_modules/events/tests/events-list.js +28 -0
  5390. package/dist/layers/testResources/nodejs/node_modules/events/tests/events-once.js +234 -0
  5391. package/dist/layers/testResources/nodejs/node_modules/events/tests/index.js +64 -0
  5392. package/dist/layers/testResources/nodejs/node_modules/events/tests/legacy-compat.js +16 -0
  5393. package/dist/layers/testResources/nodejs/node_modules/events/tests/listener-count.js +37 -0
  5394. package/dist/layers/testResources/nodejs/node_modules/events/tests/listeners-side-effects.js +56 -0
  5395. package/dist/layers/testResources/nodejs/node_modules/events/tests/listeners.js +168 -0
  5396. package/dist/layers/testResources/nodejs/node_modules/events/tests/max-listeners.js +47 -0
  5397. package/dist/layers/testResources/nodejs/node_modules/events/tests/method-names.js +35 -0
  5398. package/dist/layers/testResources/nodejs/node_modules/events/tests/modify-in-emit.js +90 -0
  5399. package/dist/layers/testResources/nodejs/node_modules/events/tests/num-args.js +60 -0
  5400. package/dist/layers/testResources/nodejs/node_modules/events/tests/once.js +83 -0
  5401. package/dist/layers/testResources/nodejs/node_modules/events/tests/prepend.js +31 -0
  5402. package/dist/layers/testResources/nodejs/node_modules/events/tests/remove-all-listeners.js +133 -0
  5403. package/dist/layers/testResources/nodejs/node_modules/events/tests/remove-listeners.js +212 -0
  5404. package/dist/layers/testResources/nodejs/node_modules/events/tests/set-max-listeners-side-effects.js +31 -0
  5405. package/dist/layers/testResources/nodejs/node_modules/events/tests/special-event-names.js +45 -0
  5406. package/dist/layers/testResources/nodejs/node_modules/events/tests/subclass.js +66 -0
  5407. package/dist/layers/testResources/nodejs/node_modules/events/tests/symbols.js +25 -0
  5408. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/LICENSE +21 -0
  5409. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/README.md +96 -0
  5410. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  5411. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/es6/index.js +72 -0
  5412. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  5413. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/es6/react.js +79 -0
  5414. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/index.d.ts +4 -0
  5415. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/index.js +46 -0
  5416. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/package.json +61 -0
  5417. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/react.d.ts +2 -0
  5418. package/dist/layers/testResources/nodejs/node_modules/fast-deep-equal/react.js +53 -0
  5419. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/CHANGELOG.md +554 -0
  5420. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/LICENSE +21 -0
  5421. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/README.md +204 -0
  5422. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/package.json +71 -0
  5423. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
  5424. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/cli/man.js +12 -0
  5425. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/cli/read.js +92 -0
  5426. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
  5427. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/fxp.js +11 -0
  5428. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/util.js +72 -0
  5429. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/validator.js +423 -0
  5430. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +259 -0
  5431. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
  5432. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  5433. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
  5434. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
  5435. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +588 -0
  5436. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
  5437. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
  5438. package/dist/layers/testResources/nodejs/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
  5439. package/dist/layers/testResources/nodejs/node_modules/ieee754/LICENSE +11 -0
  5440. package/dist/layers/testResources/nodejs/node_modules/ieee754/README.md +51 -0
  5441. package/dist/layers/testResources/nodejs/node_modules/ieee754/index.d.ts +10 -0
  5442. package/dist/layers/testResources/nodejs/node_modules/ieee754/index.js +85 -0
  5443. package/dist/layers/testResources/nodejs/node_modules/ieee754/package.json +52 -0
  5444. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/.eslintrc.yml +27 -0
  5445. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/.github/FUNDING.yml +2 -0
  5446. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/.github/workflows/build.yml +28 -0
  5447. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/.github/workflows/publish.yml +27 -0
  5448. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/LICENSE +21 -0
  5449. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/README.md +95 -0
  5450. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/index.d.ts +40 -0
  5451. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/index.js +93 -0
  5452. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/package.json +43 -0
  5453. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/spec/.eslintrc.yml +6 -0
  5454. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  5455. package/dist/layers/testResources/nodejs/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  5456. package/dist/layers/testResources/nodejs/node_modules/jsonata/LICENSE +19 -0
  5457. package/dist/layers/testResources/nodejs/node_modules/jsonata/README.md +70 -0
  5458. package/dist/layers/testResources/nodejs/node_modules/jsonata/jsonata-es5.js +9867 -0
  5459. package/dist/layers/testResources/nodejs/node_modules/jsonata/jsonata-es5.min.js +1 -0
  5460. package/dist/layers/testResources/nodejs/node_modules/jsonata/jsonata.d.ts +53 -0
  5461. package/dist/layers/testResources/nodejs/node_modules/jsonata/jsonata.js +7541 -0
  5462. package/dist/layers/testResources/nodejs/node_modules/jsonata/jsonata.min.js +1 -0
  5463. package/dist/layers/testResources/nodejs/node_modules/jsonata/package.json +62 -0
  5464. package/dist/layers/testResources/nodejs/node_modules/mnemonist/CHANGELOG.md +305 -0
  5465. package/dist/layers/testResources/nodejs/node_modules/mnemonist/LICENSE.txt +21 -0
  5466. package/dist/layers/testResources/nodejs/node_modules/mnemonist/README.md +112 -0
  5467. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bi-map.d.ts +46 -0
  5468. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bi-map.js +195 -0
  5469. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bit-set.d.ts +29 -0
  5470. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bit-set.js +379 -0
  5471. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bit-vector.d.ts +42 -0
  5472. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bit-vector.js +550 -0
  5473. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bk-tree.d.ts +24 -0
  5474. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bk-tree.js +180 -0
  5475. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bloom-filter.d.ts +29 -0
  5476. package/dist/layers/testResources/nodejs/node_modules/mnemonist/bloom-filter.js +186 -0
  5477. package/dist/layers/testResources/nodejs/node_modules/mnemonist/circular-buffer.d.ts +34 -0
  5478. package/dist/layers/testResources/nodejs/node_modules/mnemonist/circular-buffer.js +131 -0
  5479. package/dist/layers/testResources/nodejs/node_modules/mnemonist/critbit-tree-map.js +515 -0
  5480. package/dist/layers/testResources/nodejs/node_modules/mnemonist/default-map.d.ts +29 -0
  5481. package/dist/layers/testResources/nodejs/node_modules/mnemonist/default-map.js +162 -0
  5482. package/dist/layers/testResources/nodejs/node_modules/mnemonist/default-weak-map.d.ts +18 -0
  5483. package/dist/layers/testResources/nodejs/node_modules/mnemonist/default-weak-map.js +108 -0
  5484. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
  5485. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fibonacci-heap.js +320 -0
  5486. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
  5487. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-deque.d.ts +34 -0
  5488. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-deque.js +351 -0
  5489. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
  5490. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
  5491. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-stack.d.ts +36 -0
  5492. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fixed-stack.js +242 -0
  5493. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
  5494. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fuzzy-map.js +185 -0
  5495. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
  5496. package/dist/layers/testResources/nodejs/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
  5497. package/dist/layers/testResources/nodejs/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
  5498. package/dist/layers/testResources/nodejs/node_modules/mnemonist/hashed-array-tree.js +209 -0
  5499. package/dist/layers/testResources/nodejs/node_modules/mnemonist/heap.d.ts +84 -0
  5500. package/dist/layers/testResources/nodejs/node_modules/mnemonist/heap.js +576 -0
  5501. package/dist/layers/testResources/nodejs/node_modules/mnemonist/index.d.ts +46 -0
  5502. package/dist/layers/testResources/nodejs/node_modules/mnemonist/index.js +56 -0
  5503. package/dist/layers/testResources/nodejs/node_modules/mnemonist/inverted-index.d.ts +33 -0
  5504. package/dist/layers/testResources/nodejs/node_modules/mnemonist/inverted-index.js +249 -0
  5505. package/dist/layers/testResources/nodejs/node_modules/mnemonist/kd-tree.d.ts +25 -0
  5506. package/dist/layers/testResources/nodejs/node_modules/mnemonist/kd-tree.js +447 -0
  5507. package/dist/layers/testResources/nodejs/node_modules/mnemonist/linked-list.d.ts +29 -0
  5508. package/dist/layers/testResources/nodejs/node_modules/mnemonist/linked-list.js +261 -0
  5509. package/dist/layers/testResources/nodejs/node_modules/mnemonist/lru-cache.d.ts +43 -0
  5510. package/dist/layers/testResources/nodejs/node_modules/mnemonist/lru-cache.js +433 -0
  5511. package/dist/layers/testResources/nodejs/node_modules/mnemonist/lru-map.d.ts +43 -0
  5512. package/dist/layers/testResources/nodejs/node_modules/mnemonist/lru-map.js +258 -0
  5513. package/dist/layers/testResources/nodejs/node_modules/mnemonist/multi-array.js +447 -0
  5514. package/dist/layers/testResources/nodejs/node_modules/mnemonist/multi-map.d.ts +47 -0
  5515. package/dist/layers/testResources/nodejs/node_modules/mnemonist/multi-map.js +408 -0
  5516. package/dist/layers/testResources/nodejs/node_modules/mnemonist/multi-set.d.ts +37 -0
  5517. package/dist/layers/testResources/nodejs/node_modules/mnemonist/multi-set.js +440 -0
  5518. package/dist/layers/testResources/nodejs/node_modules/mnemonist/package.json +119 -0
  5519. package/dist/layers/testResources/nodejs/node_modules/mnemonist/passjoin-index.d.ts +54 -0
  5520. package/dist/layers/testResources/nodejs/node_modules/mnemonist/passjoin-index.js +518 -0
  5521. package/dist/layers/testResources/nodejs/node_modules/mnemonist/queue.d.ts +27 -0
  5522. package/dist/layers/testResources/nodejs/node_modules/mnemonist/queue.js +215 -0
  5523. package/dist/layers/testResources/nodejs/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
  5524. package/dist/layers/testResources/nodejs/node_modules/mnemonist/set.d.ts +18 -0
  5525. package/dist/layers/testResources/nodejs/node_modules/mnemonist/set.js +356 -0
  5526. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sort/insertion.d.ts +4 -0
  5527. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sort/insertion.js +50 -0
  5528. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sort/quick.d.ts +4 -0
  5529. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sort/quick.js +116 -0
  5530. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-map.d.ts +26 -0
  5531. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-map.js +243 -0
  5532. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
  5533. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-queue-set.js +218 -0
  5534. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-set.d.ts +23 -0
  5535. package/dist/layers/testResources/nodejs/node_modules/mnemonist/sparse-set.js +168 -0
  5536. package/dist/layers/testResources/nodejs/node_modules/mnemonist/stack.d.ts +27 -0
  5537. package/dist/layers/testResources/nodejs/node_modules/mnemonist/stack.js +210 -0
  5538. package/dist/layers/testResources/nodejs/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
  5539. package/dist/layers/testResources/nodejs/node_modules/mnemonist/static-disjoint-set.js +195 -0
  5540. package/dist/layers/testResources/nodejs/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
  5541. package/dist/layers/testResources/nodejs/node_modules/mnemonist/static-interval-tree.js +387 -0
  5542. package/dist/layers/testResources/nodejs/node_modules/mnemonist/suffix-array.d.ts +37 -0
  5543. package/dist/layers/testResources/nodejs/node_modules/mnemonist/suffix-array.js +352 -0
  5544. package/dist/layers/testResources/nodejs/node_modules/mnemonist/symspell.d.ts +33 -0
  5545. package/dist/layers/testResources/nodejs/node_modules/mnemonist/symspell.js +547 -0
  5546. package/dist/layers/testResources/nodejs/node_modules/mnemonist/trie-map.d.ts +30 -0
  5547. package/dist/layers/testResources/nodejs/node_modules/mnemonist/trie-map.js +477 -0
  5548. package/dist/layers/testResources/nodejs/node_modules/mnemonist/trie.d.ts +26 -0
  5549. package/dist/layers/testResources/nodejs/node_modules/mnemonist/trie.js +167 -0
  5550. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/binary-search.js +216 -0
  5551. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/bitwise.js +109 -0
  5552. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/comparators.js +79 -0
  5553. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/hash-tables.js +107 -0
  5554. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/iterables.js +93 -0
  5555. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/merge.js +563 -0
  5556. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/murmurhash3.js +87 -0
  5557. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/typed-arrays.js +187 -0
  5558. package/dist/layers/testResources/nodejs/node_modules/mnemonist/utils/types.d.ts +16 -0
  5559. package/dist/layers/testResources/nodejs/node_modules/mnemonist/vector.d.ts +81 -0
  5560. package/dist/layers/testResources/nodejs/node_modules/mnemonist/vector.js +373 -0
  5561. package/dist/layers/testResources/nodejs/node_modules/mnemonist/vp-tree.d.ts +27 -0
  5562. package/dist/layers/testResources/nodejs/node_modules/mnemonist/vp-tree.js +367 -0
  5563. package/dist/layers/testResources/nodejs/node_modules/obliterator/LICENSE.txt +21 -0
  5564. package/dist/layers/testResources/nodejs/node_modules/obliterator/README.md +321 -0
  5565. package/dist/layers/testResources/nodejs/node_modules/obliterator/chain.d.ts +3 -0
  5566. package/dist/layers/testResources/nodejs/node_modules/obliterator/chain.js +39 -0
  5567. package/dist/layers/testResources/nodejs/node_modules/obliterator/combinations.d.ts +3 -0
  5568. package/dist/layers/testResources/nodejs/node_modules/obliterator/combinations.js +76 -0
  5569. package/dist/layers/testResources/nodejs/node_modules/obliterator/consume.d.ts +1 -0
  5570. package/dist/layers/testResources/nodejs/node_modules/obliterator/consume.js +32 -0
  5571. package/dist/layers/testResources/nodejs/node_modules/obliterator/filter.d.ts +5 -0
  5572. package/dist/layers/testResources/nodejs/node_modules/obliterator/filter.js +28 -0
  5573. package/dist/layers/testResources/nodejs/node_modules/obliterator/foreach.d.ts +1 -0
  5574. package/dist/layers/testResources/nodejs/node_modules/obliterator/foreach.js +156 -0
  5575. package/dist/layers/testResources/nodejs/node_modules/obliterator/index.d.ts +14 -0
  5576. package/dist/layers/testResources/nodejs/node_modules/obliterator/index.js +22 -0
  5577. package/dist/layers/testResources/nodejs/node_modules/obliterator/iterator.d.ts +19 -0
  5578. package/dist/layers/testResources/nodejs/node_modules/obliterator/iterator.js +104 -0
  5579. package/dist/layers/testResources/nodejs/node_modules/obliterator/map.d.ts +5 -0
  5580. package/dist/layers/testResources/nodejs/node_modules/obliterator/map.js +27 -0
  5581. package/dist/layers/testResources/nodejs/node_modules/obliterator/match.d.ts +3 -0
  5582. package/dist/layers/testResources/nodejs/node_modules/obliterator/match.js +42 -0
  5583. package/dist/layers/testResources/nodejs/node_modules/obliterator/package.json +45 -0
  5584. package/dist/layers/testResources/nodejs/node_modules/obliterator/permutations.d.ts +3 -0
  5585. package/dist/layers/testResources/nodejs/node_modules/obliterator/permutations.js +96 -0
  5586. package/dist/layers/testResources/nodejs/node_modules/obliterator/power-set.d.ts +3 -0
  5587. package/dist/layers/testResources/nodejs/node_modules/obliterator/power-set.js +28 -0
  5588. package/dist/layers/testResources/nodejs/node_modules/obliterator/range.d.ts +5 -0
  5589. package/dist/layers/testResources/nodejs/node_modules/obliterator/range.js +45 -0
  5590. package/dist/layers/testResources/nodejs/node_modules/obliterator/split.d.ts +3 -0
  5591. package/dist/layers/testResources/nodejs/node_modules/obliterator/split.js +68 -0
  5592. package/dist/layers/testResources/nodejs/node_modules/obliterator/take-into.d.ts +5 -0
  5593. package/dist/layers/testResources/nodejs/node_modules/obliterator/take-into.js +40 -0
  5594. package/dist/layers/testResources/nodejs/node_modules/obliterator/take.d.ts +3 -0
  5595. package/dist/layers/testResources/nodejs/node_modules/obliterator/take.js +40 -0
  5596. package/dist/layers/testResources/nodejs/node_modules/process/.eslintrc +21 -0
  5597. package/dist/layers/testResources/nodejs/node_modules/process/LICENSE +22 -0
  5598. package/dist/layers/testResources/nodejs/node_modules/process/README.md +26 -0
  5599. package/dist/layers/testResources/nodejs/node_modules/process/browser.js +184 -0
  5600. package/dist/layers/testResources/nodejs/node_modules/process/index.js +2 -0
  5601. package/dist/layers/testResources/nodejs/node_modules/process/package.json +27 -0
  5602. package/dist/layers/testResources/nodejs/node_modules/process/test.js +199 -0
  5603. package/dist/layers/testResources/nodejs/node_modules/punycode/LICENSE-MIT.txt +20 -0
  5604. package/dist/layers/testResources/nodejs/node_modules/punycode/README.md +148 -0
  5605. package/dist/layers/testResources/nodejs/node_modules/punycode/package.json +58 -0
  5606. package/dist/layers/testResources/nodejs/node_modules/punycode/punycode.es6.js +444 -0
  5607. package/dist/layers/testResources/nodejs/node_modules/punycode/punycode.js +443 -0
  5608. package/dist/layers/testResources/nodejs/node_modules/readable-stream/LICENSE +47 -0
  5609. package/dist/layers/testResources/nodejs/node_modules/readable-stream/README.md +116 -0
  5610. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/_stream_duplex.js +4 -0
  5611. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/_stream_passthrough.js +4 -0
  5612. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/_stream_readable.js +4 -0
  5613. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/_stream_transform.js +4 -0
  5614. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/_stream_writable.js +4 -0
  5615. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +52 -0
  5616. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/buffer_list.js +157 -0
  5617. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/compose.js +194 -0
  5618. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/destroy.js +290 -0
  5619. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/duplex.js +143 -0
  5620. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/duplexify.js +378 -0
  5621. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +284 -0
  5622. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/from.js +98 -0
  5623. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +51 -0
  5624. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/legacy.js +89 -0
  5625. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/operators.js +457 -0
  5626. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/passthrough.js +39 -0
  5627. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/pipeline.js +471 -0
  5628. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/readable.js +1288 -0
  5629. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/state.js +39 -0
  5630. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/transform.js +180 -0
  5631. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/utils.js +329 -0
  5632. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/streams/writable.js +817 -0
  5633. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/internal/validators.js +530 -0
  5634. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/ours/browser.js +35 -0
  5635. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/ours/errors.js +341 -0
  5636. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/ours/index.js +65 -0
  5637. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/ours/primordials.js +107 -0
  5638. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/ours/util.js +200 -0
  5639. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/stream/promises.js +43 -0
  5640. package/dist/layers/testResources/nodejs/node_modules/readable-stream/lib/stream.js +141 -0
  5641. package/dist/layers/testResources/nodejs/node_modules/readable-stream/package.json +86 -0
  5642. package/dist/layers/testResources/nodejs/node_modules/require-from-string/index.js +34 -0
  5643. package/dist/layers/testResources/nodejs/node_modules/require-from-string/license +21 -0
  5644. package/dist/layers/testResources/nodejs/node_modules/require-from-string/package.json +28 -0
  5645. package/dist/layers/testResources/nodejs/node_modules/require-from-string/readme.md +56 -0
  5646. package/dist/layers/testResources/nodejs/node_modules/safe-buffer/LICENSE +21 -0
  5647. package/dist/layers/testResources/nodejs/node_modules/safe-buffer/README.md +584 -0
  5648. package/dist/layers/testResources/nodejs/node_modules/safe-buffer/index.d.ts +187 -0
  5649. package/dist/layers/testResources/nodejs/node_modules/safe-buffer/index.js +65 -0
  5650. package/dist/layers/testResources/nodejs/node_modules/safe-buffer/package.json +51 -0
  5651. package/dist/layers/testResources/nodejs/node_modules/string_decoder/LICENSE +48 -0
  5652. package/dist/layers/testResources/nodejs/node_modules/string_decoder/README.md +47 -0
  5653. package/dist/layers/testResources/nodejs/node_modules/string_decoder/lib/string_decoder.js +296 -0
  5654. package/dist/layers/testResources/nodejs/node_modules/string_decoder/package.json +34 -0
  5655. package/dist/layers/testResources/nodejs/node_modules/strnum/.vscode/launch.json +25 -0
  5656. package/dist/layers/testResources/nodejs/node_modules/strnum/LICENSE +21 -0
  5657. package/dist/layers/testResources/nodejs/node_modules/strnum/README.md +86 -0
  5658. package/dist/layers/testResources/nodejs/node_modules/strnum/package.json +24 -0
  5659. package/dist/layers/testResources/nodejs/node_modules/strnum/strnum.js +124 -0
  5660. package/dist/layers/testResources/nodejs/node_modules/strnum/strnum.test.js +150 -0
  5661. package/dist/layers/testResources/nodejs/node_modules/tslib/CopyrightNotice.txt +15 -0
  5662. package/dist/layers/testResources/nodejs/node_modules/tslib/LICENSE.txt +12 -0
  5663. package/dist/layers/testResources/nodejs/node_modules/tslib/README.md +164 -0
  5664. package/dist/layers/testResources/nodejs/node_modules/tslib/SECURITY.md +41 -0
  5665. package/dist/layers/testResources/nodejs/node_modules/tslib/modules/index.d.ts +37 -0
  5666. package/dist/layers/testResources/nodejs/node_modules/tslib/modules/index.js +68 -0
  5667. package/dist/layers/testResources/nodejs/node_modules/tslib/modules/package.json +3 -0
  5668. package/dist/layers/testResources/nodejs/node_modules/tslib/package.json +47 -0
  5669. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.d.ts +453 -0
  5670. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.es6.html +1 -0
  5671. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.es6.js +370 -0
  5672. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.es6.mjs +370 -0
  5673. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.html +1 -0
  5674. package/dist/layers/testResources/nodejs/node_modules/tslib/tslib.js +421 -0
  5675. package/dist/layers/testResources/nodejs/node_modules/uri-js/LICENSE +11 -0
  5676. package/dist/layers/testResources/nodejs/node_modules/uri-js/README.md +203 -0
  5677. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  5678. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.js +1443 -0
  5679. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  5680. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  5681. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  5682. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  5683. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  5684. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/index.js +17 -0
  5685. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  5686. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  5687. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  5688. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  5689. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  5690. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  5691. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  5692. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  5693. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/http.js +28 -0
  5694. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  5695. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  5696. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  5697. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  5698. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  5699. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  5700. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  5701. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  5702. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  5703. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  5704. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  5705. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  5706. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  5707. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +7 -0
  5708. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/ws.js +41 -0
  5709. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/ws.js.map +1 -0
  5710. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +3 -0
  5711. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/wss.js +9 -0
  5712. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/schemes/wss.js.map +1 -0
  5713. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  5714. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/uri.js +480 -0
  5715. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  5716. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  5717. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/util.js +36 -0
  5718. package/dist/layers/testResources/nodejs/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  5719. package/dist/layers/testResources/nodejs/node_modules/uri-js/package.json +77 -0
  5720. package/dist/layers/testResources/nodejs/node_modules/uri-js/yarn.lock +2558 -0
  5721. package/dist/layers/testResources/nodejs/node_modules/uuid/CHANGELOG.md +274 -0
  5722. package/dist/layers/testResources/nodejs/node_modules/uuid/CONTRIBUTING.md +18 -0
  5723. package/dist/layers/testResources/nodejs/node_modules/uuid/LICENSE.md +9 -0
  5724. package/dist/layers/testResources/nodejs/node_modules/uuid/README.md +466 -0
  5725. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/bin/uuid +2 -0
  5726. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  5727. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  5728. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  5729. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  5730. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  5731. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  5732. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  5733. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  5734. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  5735. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  5736. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  5737. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  5738. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  5739. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  5740. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  5741. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  5742. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/index.js +9 -0
  5743. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  5744. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/native.js +4 -0
  5745. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  5746. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  5747. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  5748. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  5749. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  5750. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  5751. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  5752. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  5753. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  5754. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  5755. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  5756. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  5757. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-browser/version.js +11 -0
  5758. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/index.js +9 -0
  5759. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/md5.js +13 -0
  5760. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/native.js +4 -0
  5761. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/nil.js +1 -0
  5762. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/parse.js +35 -0
  5763. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/regex.js +1 -0
  5764. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/rng.js +12 -0
  5765. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  5766. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  5767. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/v1.js +95 -0
  5768. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/v3.js +4 -0
  5769. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/v35.js +66 -0
  5770. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/v4.js +29 -0
  5771. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/v5.js +4 -0
  5772. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/validate.js +7 -0
  5773. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/esm-node/version.js +11 -0
  5774. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/index.js +79 -0
  5775. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/md5-browser.js +223 -0
  5776. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/md5.js +23 -0
  5777. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/native-browser.js +11 -0
  5778. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/native.js +15 -0
  5779. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/nil.js +8 -0
  5780. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/parse.js +45 -0
  5781. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/regex.js +8 -0
  5782. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/rng-browser.js +25 -0
  5783. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/rng.js +24 -0
  5784. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/sha1-browser.js +104 -0
  5785. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/sha1.js +23 -0
  5786. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/stringify.js +44 -0
  5787. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/uuid-bin.js +85 -0
  5788. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/v1.js +107 -0
  5789. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/v3.js +16 -0
  5790. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/v35.js +80 -0
  5791. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/v4.js +43 -0
  5792. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/v5.js +16 -0
  5793. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/validate.js +17 -0
  5794. package/dist/layers/testResources/nodejs/node_modules/uuid/dist/version.js +21 -0
  5795. package/dist/layers/testResources/nodejs/node_modules/uuid/package.json +135 -0
  5796. package/dist/layers/testResources/nodejs/node_modules/uuid/wrapper.mjs +10 -0
  5797. package/dist/layers/testResources/nodejs/package-lock.json +7508 -0
  5798. package/dist/layers/testResources/nodejs/package.json +1 -0
  5799. package/dist/layers/testResources.zip +0 -0
  5800. package/dist/src/cli.d.ts +1 -0
  5801. package/dist/src/cli.js +88 -0
  5802. package/dist/src/randomString.d.ts +1 -0
  5803. package/dist/src/randomString.js +5 -0
  5804. package/dist/src/requests.d.ts +14 -0
  5805. package/dist/src/requests.js +11 -0
  5806. package/dist/src/responses.d.ts +11 -0
  5807. package/dist/src/responses.js +17 -0
  5808. package/dist/src/sortQueryString.d.ts +1 -0
  5809. package/dist/src/sortQueryString.js +15 -0
  5810. package/dist/src/sortQueryString.spec.d.ts +1 -0
  5811. package/dist/src/sortQueryString.spec.js +6 -0
  5812. package/package.json +108 -0
@@ -0,0 +1,3072 @@
1
+ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
2
+ import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
+ import { v4 as generateIdempotencyToken } from "uuid";
5
+ import { DynamoDBServiceException as __BaseException } from "../models/DynamoDBServiceException";
6
+ import { AttributeValue, BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/models_0";
7
+ export const se_BatchExecuteStatementCommand = async (input, context) => {
8
+ const headers = sharedHeaders("BatchExecuteStatement");
9
+ let body;
10
+ body = JSON.stringify(se_BatchExecuteStatementInput(input, context));
11
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
12
+ };
13
+ export const se_BatchGetItemCommand = async (input, context) => {
14
+ const headers = sharedHeaders("BatchGetItem");
15
+ let body;
16
+ body = JSON.stringify(se_BatchGetItemInput(input, context));
17
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
18
+ };
19
+ export const se_BatchWriteItemCommand = async (input, context) => {
20
+ const headers = sharedHeaders("BatchWriteItem");
21
+ let body;
22
+ body = JSON.stringify(se_BatchWriteItemInput(input, context));
23
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
24
+ };
25
+ export const se_CreateBackupCommand = async (input, context) => {
26
+ const headers = sharedHeaders("CreateBackup");
27
+ let body;
28
+ body = JSON.stringify(_json(input));
29
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
30
+ };
31
+ export const se_CreateGlobalTableCommand = async (input, context) => {
32
+ const headers = sharedHeaders("CreateGlobalTable");
33
+ let body;
34
+ body = JSON.stringify(_json(input));
35
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
36
+ };
37
+ export const se_CreateTableCommand = async (input, context) => {
38
+ const headers = sharedHeaders("CreateTable");
39
+ let body;
40
+ body = JSON.stringify(_json(input));
41
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
42
+ };
43
+ export const se_DeleteBackupCommand = async (input, context) => {
44
+ const headers = sharedHeaders("DeleteBackup");
45
+ let body;
46
+ body = JSON.stringify(_json(input));
47
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
48
+ };
49
+ export const se_DeleteItemCommand = async (input, context) => {
50
+ const headers = sharedHeaders("DeleteItem");
51
+ let body;
52
+ body = JSON.stringify(se_DeleteItemInput(input, context));
53
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
54
+ };
55
+ export const se_DeleteResourcePolicyCommand = async (input, context) => {
56
+ const headers = sharedHeaders("DeleteResourcePolicy");
57
+ let body;
58
+ body = JSON.stringify(_json(input));
59
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
60
+ };
61
+ export const se_DeleteTableCommand = async (input, context) => {
62
+ const headers = sharedHeaders("DeleteTable");
63
+ let body;
64
+ body = JSON.stringify(_json(input));
65
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
66
+ };
67
+ export const se_DescribeBackupCommand = async (input, context) => {
68
+ const headers = sharedHeaders("DescribeBackup");
69
+ let body;
70
+ body = JSON.stringify(_json(input));
71
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
72
+ };
73
+ export const se_DescribeContinuousBackupsCommand = async (input, context) => {
74
+ const headers = sharedHeaders("DescribeContinuousBackups");
75
+ let body;
76
+ body = JSON.stringify(_json(input));
77
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
78
+ };
79
+ export const se_DescribeContributorInsightsCommand = async (input, context) => {
80
+ const headers = sharedHeaders("DescribeContributorInsights");
81
+ let body;
82
+ body = JSON.stringify(_json(input));
83
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
84
+ };
85
+ export const se_DescribeEndpointsCommand = async (input, context) => {
86
+ const headers = sharedHeaders("DescribeEndpoints");
87
+ let body;
88
+ body = JSON.stringify(_json(input));
89
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
90
+ };
91
+ export const se_DescribeExportCommand = async (input, context) => {
92
+ const headers = sharedHeaders("DescribeExport");
93
+ let body;
94
+ body = JSON.stringify(_json(input));
95
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
96
+ };
97
+ export const se_DescribeGlobalTableCommand = async (input, context) => {
98
+ const headers = sharedHeaders("DescribeGlobalTable");
99
+ let body;
100
+ body = JSON.stringify(_json(input));
101
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
102
+ };
103
+ export const se_DescribeGlobalTableSettingsCommand = async (input, context) => {
104
+ const headers = sharedHeaders("DescribeGlobalTableSettings");
105
+ let body;
106
+ body = JSON.stringify(_json(input));
107
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
108
+ };
109
+ export const se_DescribeImportCommand = async (input, context) => {
110
+ const headers = sharedHeaders("DescribeImport");
111
+ let body;
112
+ body = JSON.stringify(_json(input));
113
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
114
+ };
115
+ export const se_DescribeKinesisStreamingDestinationCommand = async (input, context) => {
116
+ const headers = sharedHeaders("DescribeKinesisStreamingDestination");
117
+ let body;
118
+ body = JSON.stringify(_json(input));
119
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
120
+ };
121
+ export const se_DescribeLimitsCommand = async (input, context) => {
122
+ const headers = sharedHeaders("DescribeLimits");
123
+ let body;
124
+ body = JSON.stringify(_json(input));
125
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
126
+ };
127
+ export const se_DescribeTableCommand = async (input, context) => {
128
+ const headers = sharedHeaders("DescribeTable");
129
+ let body;
130
+ body = JSON.stringify(_json(input));
131
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
132
+ };
133
+ export const se_DescribeTableReplicaAutoScalingCommand = async (input, context) => {
134
+ const headers = sharedHeaders("DescribeTableReplicaAutoScaling");
135
+ let body;
136
+ body = JSON.stringify(_json(input));
137
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
138
+ };
139
+ export const se_DescribeTimeToLiveCommand = async (input, context) => {
140
+ const headers = sharedHeaders("DescribeTimeToLive");
141
+ let body;
142
+ body = JSON.stringify(_json(input));
143
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
144
+ };
145
+ export const se_DisableKinesisStreamingDestinationCommand = async (input, context) => {
146
+ const headers = sharedHeaders("DisableKinesisStreamingDestination");
147
+ let body;
148
+ body = JSON.stringify(_json(input));
149
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
150
+ };
151
+ export const se_EnableKinesisStreamingDestinationCommand = async (input, context) => {
152
+ const headers = sharedHeaders("EnableKinesisStreamingDestination");
153
+ let body;
154
+ body = JSON.stringify(_json(input));
155
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
156
+ };
157
+ export const se_ExecuteStatementCommand = async (input, context) => {
158
+ const headers = sharedHeaders("ExecuteStatement");
159
+ let body;
160
+ body = JSON.stringify(se_ExecuteStatementInput(input, context));
161
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
162
+ };
163
+ export const se_ExecuteTransactionCommand = async (input, context) => {
164
+ const headers = sharedHeaders("ExecuteTransaction");
165
+ let body;
166
+ body = JSON.stringify(se_ExecuteTransactionInput(input, context));
167
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
168
+ };
169
+ export const se_ExportTableToPointInTimeCommand = async (input, context) => {
170
+ const headers = sharedHeaders("ExportTableToPointInTime");
171
+ let body;
172
+ body = JSON.stringify(se_ExportTableToPointInTimeInput(input, context));
173
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
174
+ };
175
+ export const se_GetItemCommand = async (input, context) => {
176
+ const headers = sharedHeaders("GetItem");
177
+ let body;
178
+ body = JSON.stringify(se_GetItemInput(input, context));
179
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
180
+ };
181
+ export const se_GetResourcePolicyCommand = async (input, context) => {
182
+ const headers = sharedHeaders("GetResourcePolicy");
183
+ let body;
184
+ body = JSON.stringify(_json(input));
185
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
186
+ };
187
+ export const se_ImportTableCommand = async (input, context) => {
188
+ const headers = sharedHeaders("ImportTable");
189
+ let body;
190
+ body = JSON.stringify(se_ImportTableInput(input, context));
191
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
192
+ };
193
+ export const se_ListBackupsCommand = async (input, context) => {
194
+ const headers = sharedHeaders("ListBackups");
195
+ let body;
196
+ body = JSON.stringify(se_ListBackupsInput(input, context));
197
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
198
+ };
199
+ export const se_ListContributorInsightsCommand = async (input, context) => {
200
+ const headers = sharedHeaders("ListContributorInsights");
201
+ let body;
202
+ body = JSON.stringify(_json(input));
203
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
204
+ };
205
+ export const se_ListExportsCommand = async (input, context) => {
206
+ const headers = sharedHeaders("ListExports");
207
+ let body;
208
+ body = JSON.stringify(_json(input));
209
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
210
+ };
211
+ export const se_ListGlobalTablesCommand = async (input, context) => {
212
+ const headers = sharedHeaders("ListGlobalTables");
213
+ let body;
214
+ body = JSON.stringify(_json(input));
215
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
216
+ };
217
+ export const se_ListImportsCommand = async (input, context) => {
218
+ const headers = sharedHeaders("ListImports");
219
+ let body;
220
+ body = JSON.stringify(_json(input));
221
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
222
+ };
223
+ export const se_ListTablesCommand = async (input, context) => {
224
+ const headers = sharedHeaders("ListTables");
225
+ let body;
226
+ body = JSON.stringify(_json(input));
227
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
228
+ };
229
+ export const se_ListTagsOfResourceCommand = async (input, context) => {
230
+ const headers = sharedHeaders("ListTagsOfResource");
231
+ let body;
232
+ body = JSON.stringify(_json(input));
233
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
234
+ };
235
+ export const se_PutItemCommand = async (input, context) => {
236
+ const headers = sharedHeaders("PutItem");
237
+ let body;
238
+ body = JSON.stringify(se_PutItemInput(input, context));
239
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
240
+ };
241
+ export const se_PutResourcePolicyCommand = async (input, context) => {
242
+ const headers = sharedHeaders("PutResourcePolicy");
243
+ let body;
244
+ body = JSON.stringify(_json(input));
245
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
246
+ };
247
+ export const se_QueryCommand = async (input, context) => {
248
+ const headers = sharedHeaders("Query");
249
+ let body;
250
+ body = JSON.stringify(se_QueryInput(input, context));
251
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
252
+ };
253
+ export const se_RestoreTableFromBackupCommand = async (input, context) => {
254
+ const headers = sharedHeaders("RestoreTableFromBackup");
255
+ let body;
256
+ body = JSON.stringify(_json(input));
257
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
258
+ };
259
+ export const se_RestoreTableToPointInTimeCommand = async (input, context) => {
260
+ const headers = sharedHeaders("RestoreTableToPointInTime");
261
+ let body;
262
+ body = JSON.stringify(se_RestoreTableToPointInTimeInput(input, context));
263
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
264
+ };
265
+ export const se_ScanCommand = async (input, context) => {
266
+ const headers = sharedHeaders("Scan");
267
+ let body;
268
+ body = JSON.stringify(se_ScanInput(input, context));
269
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
270
+ };
271
+ export const se_TagResourceCommand = async (input, context) => {
272
+ const headers = sharedHeaders("TagResource");
273
+ let body;
274
+ body = JSON.stringify(_json(input));
275
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
276
+ };
277
+ export const se_TransactGetItemsCommand = async (input, context) => {
278
+ const headers = sharedHeaders("TransactGetItems");
279
+ let body;
280
+ body = JSON.stringify(se_TransactGetItemsInput(input, context));
281
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
282
+ };
283
+ export const se_TransactWriteItemsCommand = async (input, context) => {
284
+ const headers = sharedHeaders("TransactWriteItems");
285
+ let body;
286
+ body = JSON.stringify(se_TransactWriteItemsInput(input, context));
287
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
288
+ };
289
+ export const se_UntagResourceCommand = async (input, context) => {
290
+ const headers = sharedHeaders("UntagResource");
291
+ let body;
292
+ body = JSON.stringify(_json(input));
293
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
294
+ };
295
+ export const se_UpdateContinuousBackupsCommand = async (input, context) => {
296
+ const headers = sharedHeaders("UpdateContinuousBackups");
297
+ let body;
298
+ body = JSON.stringify(_json(input));
299
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
300
+ };
301
+ export const se_UpdateContributorInsightsCommand = async (input, context) => {
302
+ const headers = sharedHeaders("UpdateContributorInsights");
303
+ let body;
304
+ body = JSON.stringify(_json(input));
305
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
306
+ };
307
+ export const se_UpdateGlobalTableCommand = async (input, context) => {
308
+ const headers = sharedHeaders("UpdateGlobalTable");
309
+ let body;
310
+ body = JSON.stringify(_json(input));
311
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
312
+ };
313
+ export const se_UpdateGlobalTableSettingsCommand = async (input, context) => {
314
+ const headers = sharedHeaders("UpdateGlobalTableSettings");
315
+ let body;
316
+ body = JSON.stringify(se_UpdateGlobalTableSettingsInput(input, context));
317
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
318
+ };
319
+ export const se_UpdateItemCommand = async (input, context) => {
320
+ const headers = sharedHeaders("UpdateItem");
321
+ let body;
322
+ body = JSON.stringify(se_UpdateItemInput(input, context));
323
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
324
+ };
325
+ export const se_UpdateKinesisStreamingDestinationCommand = async (input, context) => {
326
+ const headers = sharedHeaders("UpdateKinesisStreamingDestination");
327
+ let body;
328
+ body = JSON.stringify(_json(input));
329
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
330
+ };
331
+ export const se_UpdateTableCommand = async (input, context) => {
332
+ const headers = sharedHeaders("UpdateTable");
333
+ let body;
334
+ body = JSON.stringify(_json(input));
335
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
336
+ };
337
+ export const se_UpdateTableReplicaAutoScalingCommand = async (input, context) => {
338
+ const headers = sharedHeaders("UpdateTableReplicaAutoScaling");
339
+ let body;
340
+ body = JSON.stringify(se_UpdateTableReplicaAutoScalingInput(input, context));
341
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
342
+ };
343
+ export const se_UpdateTimeToLiveCommand = async (input, context) => {
344
+ const headers = sharedHeaders("UpdateTimeToLive");
345
+ let body;
346
+ body = JSON.stringify(_json(input));
347
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
348
+ };
349
+ export const de_BatchExecuteStatementCommand = async (output, context) => {
350
+ if (output.statusCode >= 300) {
351
+ return de_CommandError(output, context);
352
+ }
353
+ const data = await parseBody(output.body, context);
354
+ let contents = {};
355
+ contents = de_BatchExecuteStatementOutput(data, context);
356
+ const response = {
357
+ $metadata: deserializeMetadata(output),
358
+ ...contents,
359
+ };
360
+ return response;
361
+ };
362
+ export const de_BatchGetItemCommand = async (output, context) => {
363
+ if (output.statusCode >= 300) {
364
+ return de_CommandError(output, context);
365
+ }
366
+ const data = await parseBody(output.body, context);
367
+ let contents = {};
368
+ contents = de_BatchGetItemOutput(data, context);
369
+ const response = {
370
+ $metadata: deserializeMetadata(output),
371
+ ...contents,
372
+ };
373
+ return response;
374
+ };
375
+ export const de_BatchWriteItemCommand = async (output, context) => {
376
+ if (output.statusCode >= 300) {
377
+ return de_CommandError(output, context);
378
+ }
379
+ const data = await parseBody(output.body, context);
380
+ let contents = {};
381
+ contents = de_BatchWriteItemOutput(data, context);
382
+ const response = {
383
+ $metadata: deserializeMetadata(output),
384
+ ...contents,
385
+ };
386
+ return response;
387
+ };
388
+ export const de_CreateBackupCommand = async (output, context) => {
389
+ if (output.statusCode >= 300) {
390
+ return de_CommandError(output, context);
391
+ }
392
+ const data = await parseBody(output.body, context);
393
+ let contents = {};
394
+ contents = de_CreateBackupOutput(data, context);
395
+ const response = {
396
+ $metadata: deserializeMetadata(output),
397
+ ...contents,
398
+ };
399
+ return response;
400
+ };
401
+ export const de_CreateGlobalTableCommand = async (output, context) => {
402
+ if (output.statusCode >= 300) {
403
+ return de_CommandError(output, context);
404
+ }
405
+ const data = await parseBody(output.body, context);
406
+ let contents = {};
407
+ contents = de_CreateGlobalTableOutput(data, context);
408
+ const response = {
409
+ $metadata: deserializeMetadata(output),
410
+ ...contents,
411
+ };
412
+ return response;
413
+ };
414
+ export const de_CreateTableCommand = async (output, context) => {
415
+ if (output.statusCode >= 300) {
416
+ return de_CommandError(output, context);
417
+ }
418
+ const data = await parseBody(output.body, context);
419
+ let contents = {};
420
+ contents = de_CreateTableOutput(data, context);
421
+ const response = {
422
+ $metadata: deserializeMetadata(output),
423
+ ...contents,
424
+ };
425
+ return response;
426
+ };
427
+ export const de_DeleteBackupCommand = async (output, context) => {
428
+ if (output.statusCode >= 300) {
429
+ return de_CommandError(output, context);
430
+ }
431
+ const data = await parseBody(output.body, context);
432
+ let contents = {};
433
+ contents = de_DeleteBackupOutput(data, context);
434
+ const response = {
435
+ $metadata: deserializeMetadata(output),
436
+ ...contents,
437
+ };
438
+ return response;
439
+ };
440
+ export const de_DeleteItemCommand = async (output, context) => {
441
+ if (output.statusCode >= 300) {
442
+ return de_CommandError(output, context);
443
+ }
444
+ const data = await parseBody(output.body, context);
445
+ let contents = {};
446
+ contents = de_DeleteItemOutput(data, context);
447
+ const response = {
448
+ $metadata: deserializeMetadata(output),
449
+ ...contents,
450
+ };
451
+ return response;
452
+ };
453
+ export const de_DeleteResourcePolicyCommand = async (output, context) => {
454
+ if (output.statusCode >= 300) {
455
+ return de_CommandError(output, context);
456
+ }
457
+ const data = await parseBody(output.body, context);
458
+ let contents = {};
459
+ contents = _json(data);
460
+ const response = {
461
+ $metadata: deserializeMetadata(output),
462
+ ...contents,
463
+ };
464
+ return response;
465
+ };
466
+ export const de_DeleteTableCommand = async (output, context) => {
467
+ if (output.statusCode >= 300) {
468
+ return de_CommandError(output, context);
469
+ }
470
+ const data = await parseBody(output.body, context);
471
+ let contents = {};
472
+ contents = de_DeleteTableOutput(data, context);
473
+ const response = {
474
+ $metadata: deserializeMetadata(output),
475
+ ...contents,
476
+ };
477
+ return response;
478
+ };
479
+ export const de_DescribeBackupCommand = async (output, context) => {
480
+ if (output.statusCode >= 300) {
481
+ return de_CommandError(output, context);
482
+ }
483
+ const data = await parseBody(output.body, context);
484
+ let contents = {};
485
+ contents = de_DescribeBackupOutput(data, context);
486
+ const response = {
487
+ $metadata: deserializeMetadata(output),
488
+ ...contents,
489
+ };
490
+ return response;
491
+ };
492
+ export const de_DescribeContinuousBackupsCommand = async (output, context) => {
493
+ if (output.statusCode >= 300) {
494
+ return de_CommandError(output, context);
495
+ }
496
+ const data = await parseBody(output.body, context);
497
+ let contents = {};
498
+ contents = de_DescribeContinuousBackupsOutput(data, context);
499
+ const response = {
500
+ $metadata: deserializeMetadata(output),
501
+ ...contents,
502
+ };
503
+ return response;
504
+ };
505
+ export const de_DescribeContributorInsightsCommand = async (output, context) => {
506
+ if (output.statusCode >= 300) {
507
+ return de_CommandError(output, context);
508
+ }
509
+ const data = await parseBody(output.body, context);
510
+ let contents = {};
511
+ contents = de_DescribeContributorInsightsOutput(data, context);
512
+ const response = {
513
+ $metadata: deserializeMetadata(output),
514
+ ...contents,
515
+ };
516
+ return response;
517
+ };
518
+ export const de_DescribeEndpointsCommand = async (output, context) => {
519
+ if (output.statusCode >= 300) {
520
+ return de_CommandError(output, context);
521
+ }
522
+ const data = await parseBody(output.body, context);
523
+ let contents = {};
524
+ contents = _json(data);
525
+ const response = {
526
+ $metadata: deserializeMetadata(output),
527
+ ...contents,
528
+ };
529
+ return response;
530
+ };
531
+ export const de_DescribeExportCommand = async (output, context) => {
532
+ if (output.statusCode >= 300) {
533
+ return de_CommandError(output, context);
534
+ }
535
+ const data = await parseBody(output.body, context);
536
+ let contents = {};
537
+ contents = de_DescribeExportOutput(data, context);
538
+ const response = {
539
+ $metadata: deserializeMetadata(output),
540
+ ...contents,
541
+ };
542
+ return response;
543
+ };
544
+ export const de_DescribeGlobalTableCommand = async (output, context) => {
545
+ if (output.statusCode >= 300) {
546
+ return de_CommandError(output, context);
547
+ }
548
+ const data = await parseBody(output.body, context);
549
+ let contents = {};
550
+ contents = de_DescribeGlobalTableOutput(data, context);
551
+ const response = {
552
+ $metadata: deserializeMetadata(output),
553
+ ...contents,
554
+ };
555
+ return response;
556
+ };
557
+ export const de_DescribeGlobalTableSettingsCommand = async (output, context) => {
558
+ if (output.statusCode >= 300) {
559
+ return de_CommandError(output, context);
560
+ }
561
+ const data = await parseBody(output.body, context);
562
+ let contents = {};
563
+ contents = de_DescribeGlobalTableSettingsOutput(data, context);
564
+ const response = {
565
+ $metadata: deserializeMetadata(output),
566
+ ...contents,
567
+ };
568
+ return response;
569
+ };
570
+ export const de_DescribeImportCommand = async (output, context) => {
571
+ if (output.statusCode >= 300) {
572
+ return de_CommandError(output, context);
573
+ }
574
+ const data = await parseBody(output.body, context);
575
+ let contents = {};
576
+ contents = de_DescribeImportOutput(data, context);
577
+ const response = {
578
+ $metadata: deserializeMetadata(output),
579
+ ...contents,
580
+ };
581
+ return response;
582
+ };
583
+ export const de_DescribeKinesisStreamingDestinationCommand = async (output, context) => {
584
+ if (output.statusCode >= 300) {
585
+ return de_CommandError(output, context);
586
+ }
587
+ const data = await parseBody(output.body, context);
588
+ let contents = {};
589
+ contents = _json(data);
590
+ const response = {
591
+ $metadata: deserializeMetadata(output),
592
+ ...contents,
593
+ };
594
+ return response;
595
+ };
596
+ export const de_DescribeLimitsCommand = async (output, context) => {
597
+ if (output.statusCode >= 300) {
598
+ return de_CommandError(output, context);
599
+ }
600
+ const data = await parseBody(output.body, context);
601
+ let contents = {};
602
+ contents = _json(data);
603
+ const response = {
604
+ $metadata: deserializeMetadata(output),
605
+ ...contents,
606
+ };
607
+ return response;
608
+ };
609
+ export const de_DescribeTableCommand = async (output, context) => {
610
+ if (output.statusCode >= 300) {
611
+ return de_CommandError(output, context);
612
+ }
613
+ const data = await parseBody(output.body, context);
614
+ let contents = {};
615
+ contents = de_DescribeTableOutput(data, context);
616
+ const response = {
617
+ $metadata: deserializeMetadata(output),
618
+ ...contents,
619
+ };
620
+ return response;
621
+ };
622
+ export const de_DescribeTableReplicaAutoScalingCommand = async (output, context) => {
623
+ if (output.statusCode >= 300) {
624
+ return de_CommandError(output, context);
625
+ }
626
+ const data = await parseBody(output.body, context);
627
+ let contents = {};
628
+ contents = de_DescribeTableReplicaAutoScalingOutput(data, context);
629
+ const response = {
630
+ $metadata: deserializeMetadata(output),
631
+ ...contents,
632
+ };
633
+ return response;
634
+ };
635
+ export const de_DescribeTimeToLiveCommand = async (output, context) => {
636
+ if (output.statusCode >= 300) {
637
+ return de_CommandError(output, context);
638
+ }
639
+ const data = await parseBody(output.body, context);
640
+ let contents = {};
641
+ contents = _json(data);
642
+ const response = {
643
+ $metadata: deserializeMetadata(output),
644
+ ...contents,
645
+ };
646
+ return response;
647
+ };
648
+ export const de_DisableKinesisStreamingDestinationCommand = async (output, context) => {
649
+ if (output.statusCode >= 300) {
650
+ return de_CommandError(output, context);
651
+ }
652
+ const data = await parseBody(output.body, context);
653
+ let contents = {};
654
+ contents = _json(data);
655
+ const response = {
656
+ $metadata: deserializeMetadata(output),
657
+ ...contents,
658
+ };
659
+ return response;
660
+ };
661
+ export const de_EnableKinesisStreamingDestinationCommand = async (output, context) => {
662
+ if (output.statusCode >= 300) {
663
+ return de_CommandError(output, context);
664
+ }
665
+ const data = await parseBody(output.body, context);
666
+ let contents = {};
667
+ contents = _json(data);
668
+ const response = {
669
+ $metadata: deserializeMetadata(output),
670
+ ...contents,
671
+ };
672
+ return response;
673
+ };
674
+ export const de_ExecuteStatementCommand = async (output, context) => {
675
+ if (output.statusCode >= 300) {
676
+ return de_CommandError(output, context);
677
+ }
678
+ const data = await parseBody(output.body, context);
679
+ let contents = {};
680
+ contents = de_ExecuteStatementOutput(data, context);
681
+ const response = {
682
+ $metadata: deserializeMetadata(output),
683
+ ...contents,
684
+ };
685
+ return response;
686
+ };
687
+ export const de_ExecuteTransactionCommand = async (output, context) => {
688
+ if (output.statusCode >= 300) {
689
+ return de_CommandError(output, context);
690
+ }
691
+ const data = await parseBody(output.body, context);
692
+ let contents = {};
693
+ contents = de_ExecuteTransactionOutput(data, context);
694
+ const response = {
695
+ $metadata: deserializeMetadata(output),
696
+ ...contents,
697
+ };
698
+ return response;
699
+ };
700
+ export const de_ExportTableToPointInTimeCommand = async (output, context) => {
701
+ if (output.statusCode >= 300) {
702
+ return de_CommandError(output, context);
703
+ }
704
+ const data = await parseBody(output.body, context);
705
+ let contents = {};
706
+ contents = de_ExportTableToPointInTimeOutput(data, context);
707
+ const response = {
708
+ $metadata: deserializeMetadata(output),
709
+ ...contents,
710
+ };
711
+ return response;
712
+ };
713
+ export const de_GetItemCommand = async (output, context) => {
714
+ if (output.statusCode >= 300) {
715
+ return de_CommandError(output, context);
716
+ }
717
+ const data = await parseBody(output.body, context);
718
+ let contents = {};
719
+ contents = de_GetItemOutput(data, context);
720
+ const response = {
721
+ $metadata: deserializeMetadata(output),
722
+ ...contents,
723
+ };
724
+ return response;
725
+ };
726
+ export const de_GetResourcePolicyCommand = async (output, context) => {
727
+ if (output.statusCode >= 300) {
728
+ return de_CommandError(output, context);
729
+ }
730
+ const data = await parseBody(output.body, context);
731
+ let contents = {};
732
+ contents = _json(data);
733
+ const response = {
734
+ $metadata: deserializeMetadata(output),
735
+ ...contents,
736
+ };
737
+ return response;
738
+ };
739
+ export const de_ImportTableCommand = async (output, context) => {
740
+ if (output.statusCode >= 300) {
741
+ return de_CommandError(output, context);
742
+ }
743
+ const data = await parseBody(output.body, context);
744
+ let contents = {};
745
+ contents = de_ImportTableOutput(data, context);
746
+ const response = {
747
+ $metadata: deserializeMetadata(output),
748
+ ...contents,
749
+ };
750
+ return response;
751
+ };
752
+ export const de_ListBackupsCommand = async (output, context) => {
753
+ if (output.statusCode >= 300) {
754
+ return de_CommandError(output, context);
755
+ }
756
+ const data = await parseBody(output.body, context);
757
+ let contents = {};
758
+ contents = de_ListBackupsOutput(data, context);
759
+ const response = {
760
+ $metadata: deserializeMetadata(output),
761
+ ...contents,
762
+ };
763
+ return response;
764
+ };
765
+ export const de_ListContributorInsightsCommand = async (output, context) => {
766
+ if (output.statusCode >= 300) {
767
+ return de_CommandError(output, context);
768
+ }
769
+ const data = await parseBody(output.body, context);
770
+ let contents = {};
771
+ contents = _json(data);
772
+ const response = {
773
+ $metadata: deserializeMetadata(output),
774
+ ...contents,
775
+ };
776
+ return response;
777
+ };
778
+ export const de_ListExportsCommand = async (output, context) => {
779
+ if (output.statusCode >= 300) {
780
+ return de_CommandError(output, context);
781
+ }
782
+ const data = await parseBody(output.body, context);
783
+ let contents = {};
784
+ contents = _json(data);
785
+ const response = {
786
+ $metadata: deserializeMetadata(output),
787
+ ...contents,
788
+ };
789
+ return response;
790
+ };
791
+ export const de_ListGlobalTablesCommand = async (output, context) => {
792
+ if (output.statusCode >= 300) {
793
+ return de_CommandError(output, context);
794
+ }
795
+ const data = await parseBody(output.body, context);
796
+ let contents = {};
797
+ contents = _json(data);
798
+ const response = {
799
+ $metadata: deserializeMetadata(output),
800
+ ...contents,
801
+ };
802
+ return response;
803
+ };
804
+ export const de_ListImportsCommand = async (output, context) => {
805
+ if (output.statusCode >= 300) {
806
+ return de_CommandError(output, context);
807
+ }
808
+ const data = await parseBody(output.body, context);
809
+ let contents = {};
810
+ contents = de_ListImportsOutput(data, context);
811
+ const response = {
812
+ $metadata: deserializeMetadata(output),
813
+ ...contents,
814
+ };
815
+ return response;
816
+ };
817
+ export const de_ListTablesCommand = async (output, context) => {
818
+ if (output.statusCode >= 300) {
819
+ return de_CommandError(output, context);
820
+ }
821
+ const data = await parseBody(output.body, context);
822
+ let contents = {};
823
+ contents = _json(data);
824
+ const response = {
825
+ $metadata: deserializeMetadata(output),
826
+ ...contents,
827
+ };
828
+ return response;
829
+ };
830
+ export const de_ListTagsOfResourceCommand = async (output, context) => {
831
+ if (output.statusCode >= 300) {
832
+ return de_CommandError(output, context);
833
+ }
834
+ const data = await parseBody(output.body, context);
835
+ let contents = {};
836
+ contents = _json(data);
837
+ const response = {
838
+ $metadata: deserializeMetadata(output),
839
+ ...contents,
840
+ };
841
+ return response;
842
+ };
843
+ export const de_PutItemCommand = async (output, context) => {
844
+ if (output.statusCode >= 300) {
845
+ return de_CommandError(output, context);
846
+ }
847
+ const data = await parseBody(output.body, context);
848
+ let contents = {};
849
+ contents = de_PutItemOutput(data, context);
850
+ const response = {
851
+ $metadata: deserializeMetadata(output),
852
+ ...contents,
853
+ };
854
+ return response;
855
+ };
856
+ export const de_PutResourcePolicyCommand = async (output, context) => {
857
+ if (output.statusCode >= 300) {
858
+ return de_CommandError(output, context);
859
+ }
860
+ const data = await parseBody(output.body, context);
861
+ let contents = {};
862
+ contents = _json(data);
863
+ const response = {
864
+ $metadata: deserializeMetadata(output),
865
+ ...contents,
866
+ };
867
+ return response;
868
+ };
869
+ export const de_QueryCommand = async (output, context) => {
870
+ if (output.statusCode >= 300) {
871
+ return de_CommandError(output, context);
872
+ }
873
+ const data = await parseBody(output.body, context);
874
+ let contents = {};
875
+ contents = de_QueryOutput(data, context);
876
+ const response = {
877
+ $metadata: deserializeMetadata(output),
878
+ ...contents,
879
+ };
880
+ return response;
881
+ };
882
+ export const de_RestoreTableFromBackupCommand = async (output, context) => {
883
+ if (output.statusCode >= 300) {
884
+ return de_CommandError(output, context);
885
+ }
886
+ const data = await parseBody(output.body, context);
887
+ let contents = {};
888
+ contents = de_RestoreTableFromBackupOutput(data, context);
889
+ const response = {
890
+ $metadata: deserializeMetadata(output),
891
+ ...contents,
892
+ };
893
+ return response;
894
+ };
895
+ export const de_RestoreTableToPointInTimeCommand = async (output, context) => {
896
+ if (output.statusCode >= 300) {
897
+ return de_CommandError(output, context);
898
+ }
899
+ const data = await parseBody(output.body, context);
900
+ let contents = {};
901
+ contents = de_RestoreTableToPointInTimeOutput(data, context);
902
+ const response = {
903
+ $metadata: deserializeMetadata(output),
904
+ ...contents,
905
+ };
906
+ return response;
907
+ };
908
+ export const de_ScanCommand = async (output, context) => {
909
+ if (output.statusCode >= 300) {
910
+ return de_CommandError(output, context);
911
+ }
912
+ const data = await parseBody(output.body, context);
913
+ let contents = {};
914
+ contents = de_ScanOutput(data, context);
915
+ const response = {
916
+ $metadata: deserializeMetadata(output),
917
+ ...contents,
918
+ };
919
+ return response;
920
+ };
921
+ export const de_TagResourceCommand = async (output, context) => {
922
+ if (output.statusCode >= 300) {
923
+ return de_CommandError(output, context);
924
+ }
925
+ await collectBody(output.body, context);
926
+ const response = {
927
+ $metadata: deserializeMetadata(output),
928
+ };
929
+ return response;
930
+ };
931
+ export const de_TransactGetItemsCommand = async (output, context) => {
932
+ if (output.statusCode >= 300) {
933
+ return de_CommandError(output, context);
934
+ }
935
+ const data = await parseBody(output.body, context);
936
+ let contents = {};
937
+ contents = de_TransactGetItemsOutput(data, context);
938
+ const response = {
939
+ $metadata: deserializeMetadata(output),
940
+ ...contents,
941
+ };
942
+ return response;
943
+ };
944
+ export const de_TransactWriteItemsCommand = async (output, context) => {
945
+ if (output.statusCode >= 300) {
946
+ return de_CommandError(output, context);
947
+ }
948
+ const data = await parseBody(output.body, context);
949
+ let contents = {};
950
+ contents = de_TransactWriteItemsOutput(data, context);
951
+ const response = {
952
+ $metadata: deserializeMetadata(output),
953
+ ...contents,
954
+ };
955
+ return response;
956
+ };
957
+ export const de_UntagResourceCommand = async (output, context) => {
958
+ if (output.statusCode >= 300) {
959
+ return de_CommandError(output, context);
960
+ }
961
+ await collectBody(output.body, context);
962
+ const response = {
963
+ $metadata: deserializeMetadata(output),
964
+ };
965
+ return response;
966
+ };
967
+ export const de_UpdateContinuousBackupsCommand = async (output, context) => {
968
+ if (output.statusCode >= 300) {
969
+ return de_CommandError(output, context);
970
+ }
971
+ const data = await parseBody(output.body, context);
972
+ let contents = {};
973
+ contents = de_UpdateContinuousBackupsOutput(data, context);
974
+ const response = {
975
+ $metadata: deserializeMetadata(output),
976
+ ...contents,
977
+ };
978
+ return response;
979
+ };
980
+ export const de_UpdateContributorInsightsCommand = async (output, context) => {
981
+ if (output.statusCode >= 300) {
982
+ return de_CommandError(output, context);
983
+ }
984
+ const data = await parseBody(output.body, context);
985
+ let contents = {};
986
+ contents = _json(data);
987
+ const response = {
988
+ $metadata: deserializeMetadata(output),
989
+ ...contents,
990
+ };
991
+ return response;
992
+ };
993
+ export const de_UpdateGlobalTableCommand = async (output, context) => {
994
+ if (output.statusCode >= 300) {
995
+ return de_CommandError(output, context);
996
+ }
997
+ const data = await parseBody(output.body, context);
998
+ let contents = {};
999
+ contents = de_UpdateGlobalTableOutput(data, context);
1000
+ const response = {
1001
+ $metadata: deserializeMetadata(output),
1002
+ ...contents,
1003
+ };
1004
+ return response;
1005
+ };
1006
+ export const de_UpdateGlobalTableSettingsCommand = async (output, context) => {
1007
+ if (output.statusCode >= 300) {
1008
+ return de_CommandError(output, context);
1009
+ }
1010
+ const data = await parseBody(output.body, context);
1011
+ let contents = {};
1012
+ contents = de_UpdateGlobalTableSettingsOutput(data, context);
1013
+ const response = {
1014
+ $metadata: deserializeMetadata(output),
1015
+ ...contents,
1016
+ };
1017
+ return response;
1018
+ };
1019
+ export const de_UpdateItemCommand = async (output, context) => {
1020
+ if (output.statusCode >= 300) {
1021
+ return de_CommandError(output, context);
1022
+ }
1023
+ const data = await parseBody(output.body, context);
1024
+ let contents = {};
1025
+ contents = de_UpdateItemOutput(data, context);
1026
+ const response = {
1027
+ $metadata: deserializeMetadata(output),
1028
+ ...contents,
1029
+ };
1030
+ return response;
1031
+ };
1032
+ export const de_UpdateKinesisStreamingDestinationCommand = async (output, context) => {
1033
+ if (output.statusCode >= 300) {
1034
+ return de_CommandError(output, context);
1035
+ }
1036
+ const data = await parseBody(output.body, context);
1037
+ let contents = {};
1038
+ contents = _json(data);
1039
+ const response = {
1040
+ $metadata: deserializeMetadata(output),
1041
+ ...contents,
1042
+ };
1043
+ return response;
1044
+ };
1045
+ export const de_UpdateTableCommand = async (output, context) => {
1046
+ if (output.statusCode >= 300) {
1047
+ return de_CommandError(output, context);
1048
+ }
1049
+ const data = await parseBody(output.body, context);
1050
+ let contents = {};
1051
+ contents = de_UpdateTableOutput(data, context);
1052
+ const response = {
1053
+ $metadata: deserializeMetadata(output),
1054
+ ...contents,
1055
+ };
1056
+ return response;
1057
+ };
1058
+ export const de_UpdateTableReplicaAutoScalingCommand = async (output, context) => {
1059
+ if (output.statusCode >= 300) {
1060
+ return de_CommandError(output, context);
1061
+ }
1062
+ const data = await parseBody(output.body, context);
1063
+ let contents = {};
1064
+ contents = de_UpdateTableReplicaAutoScalingOutput(data, context);
1065
+ const response = {
1066
+ $metadata: deserializeMetadata(output),
1067
+ ...contents,
1068
+ };
1069
+ return response;
1070
+ };
1071
+ export const de_UpdateTimeToLiveCommand = async (output, context) => {
1072
+ if (output.statusCode >= 300) {
1073
+ return de_CommandError(output, context);
1074
+ }
1075
+ const data = await parseBody(output.body, context);
1076
+ let contents = {};
1077
+ contents = _json(data);
1078
+ const response = {
1079
+ $metadata: deserializeMetadata(output),
1080
+ ...contents,
1081
+ };
1082
+ return response;
1083
+ };
1084
+ const de_CommandError = async (output, context) => {
1085
+ const parsedOutput = {
1086
+ ...output,
1087
+ body: await parseErrorBody(output.body, context),
1088
+ };
1089
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1090
+ switch (errorCode) {
1091
+ case "InternalServerError":
1092
+ case "com.amazonaws.dynamodb#InternalServerError":
1093
+ throw await de_InternalServerErrorRes(parsedOutput, context);
1094
+ case "RequestLimitExceeded":
1095
+ case "com.amazonaws.dynamodb#RequestLimitExceeded":
1096
+ throw await de_RequestLimitExceededRes(parsedOutput, context);
1097
+ case "InvalidEndpointException":
1098
+ case "com.amazonaws.dynamodb#InvalidEndpointException":
1099
+ throw await de_InvalidEndpointExceptionRes(parsedOutput, context);
1100
+ case "ProvisionedThroughputExceededException":
1101
+ case "com.amazonaws.dynamodb#ProvisionedThroughputExceededException":
1102
+ throw await de_ProvisionedThroughputExceededExceptionRes(parsedOutput, context);
1103
+ case "ResourceNotFoundException":
1104
+ case "com.amazonaws.dynamodb#ResourceNotFoundException":
1105
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
1106
+ case "ItemCollectionSizeLimitExceededException":
1107
+ case "com.amazonaws.dynamodb#ItemCollectionSizeLimitExceededException":
1108
+ throw await de_ItemCollectionSizeLimitExceededExceptionRes(parsedOutput, context);
1109
+ case "BackupInUseException":
1110
+ case "com.amazonaws.dynamodb#BackupInUseException":
1111
+ throw await de_BackupInUseExceptionRes(parsedOutput, context);
1112
+ case "ContinuousBackupsUnavailableException":
1113
+ case "com.amazonaws.dynamodb#ContinuousBackupsUnavailableException":
1114
+ throw await de_ContinuousBackupsUnavailableExceptionRes(parsedOutput, context);
1115
+ case "LimitExceededException":
1116
+ case "com.amazonaws.dynamodb#LimitExceededException":
1117
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
1118
+ case "TableInUseException":
1119
+ case "com.amazonaws.dynamodb#TableInUseException":
1120
+ throw await de_TableInUseExceptionRes(parsedOutput, context);
1121
+ case "TableNotFoundException":
1122
+ case "com.amazonaws.dynamodb#TableNotFoundException":
1123
+ throw await de_TableNotFoundExceptionRes(parsedOutput, context);
1124
+ case "GlobalTableAlreadyExistsException":
1125
+ case "com.amazonaws.dynamodb#GlobalTableAlreadyExistsException":
1126
+ throw await de_GlobalTableAlreadyExistsExceptionRes(parsedOutput, context);
1127
+ case "ResourceInUseException":
1128
+ case "com.amazonaws.dynamodb#ResourceInUseException":
1129
+ throw await de_ResourceInUseExceptionRes(parsedOutput, context);
1130
+ case "BackupNotFoundException":
1131
+ case "com.amazonaws.dynamodb#BackupNotFoundException":
1132
+ throw await de_BackupNotFoundExceptionRes(parsedOutput, context);
1133
+ case "ConditionalCheckFailedException":
1134
+ case "com.amazonaws.dynamodb#ConditionalCheckFailedException":
1135
+ throw await de_ConditionalCheckFailedExceptionRes(parsedOutput, context);
1136
+ case "TransactionConflictException":
1137
+ case "com.amazonaws.dynamodb#TransactionConflictException":
1138
+ throw await de_TransactionConflictExceptionRes(parsedOutput, context);
1139
+ case "PolicyNotFoundException":
1140
+ case "com.amazonaws.dynamodb#PolicyNotFoundException":
1141
+ throw await de_PolicyNotFoundExceptionRes(parsedOutput, context);
1142
+ case "ExportNotFoundException":
1143
+ case "com.amazonaws.dynamodb#ExportNotFoundException":
1144
+ throw await de_ExportNotFoundExceptionRes(parsedOutput, context);
1145
+ case "GlobalTableNotFoundException":
1146
+ case "com.amazonaws.dynamodb#GlobalTableNotFoundException":
1147
+ throw await de_GlobalTableNotFoundExceptionRes(parsedOutput, context);
1148
+ case "ImportNotFoundException":
1149
+ case "com.amazonaws.dynamodb#ImportNotFoundException":
1150
+ throw await de_ImportNotFoundExceptionRes(parsedOutput, context);
1151
+ case "DuplicateItemException":
1152
+ case "com.amazonaws.dynamodb#DuplicateItemException":
1153
+ throw await de_DuplicateItemExceptionRes(parsedOutput, context);
1154
+ case "IdempotentParameterMismatchException":
1155
+ case "com.amazonaws.dynamodb#IdempotentParameterMismatchException":
1156
+ throw await de_IdempotentParameterMismatchExceptionRes(parsedOutput, context);
1157
+ case "TransactionCanceledException":
1158
+ case "com.amazonaws.dynamodb#TransactionCanceledException":
1159
+ throw await de_TransactionCanceledExceptionRes(parsedOutput, context);
1160
+ case "TransactionInProgressException":
1161
+ case "com.amazonaws.dynamodb#TransactionInProgressException":
1162
+ throw await de_TransactionInProgressExceptionRes(parsedOutput, context);
1163
+ case "ExportConflictException":
1164
+ case "com.amazonaws.dynamodb#ExportConflictException":
1165
+ throw await de_ExportConflictExceptionRes(parsedOutput, context);
1166
+ case "InvalidExportTimeException":
1167
+ case "com.amazonaws.dynamodb#InvalidExportTimeException":
1168
+ throw await de_InvalidExportTimeExceptionRes(parsedOutput, context);
1169
+ case "PointInTimeRecoveryUnavailableException":
1170
+ case "com.amazonaws.dynamodb#PointInTimeRecoveryUnavailableException":
1171
+ throw await de_PointInTimeRecoveryUnavailableExceptionRes(parsedOutput, context);
1172
+ case "ImportConflictException":
1173
+ case "com.amazonaws.dynamodb#ImportConflictException":
1174
+ throw await de_ImportConflictExceptionRes(parsedOutput, context);
1175
+ case "TableAlreadyExistsException":
1176
+ case "com.amazonaws.dynamodb#TableAlreadyExistsException":
1177
+ throw await de_TableAlreadyExistsExceptionRes(parsedOutput, context);
1178
+ case "InvalidRestoreTimeException":
1179
+ case "com.amazonaws.dynamodb#InvalidRestoreTimeException":
1180
+ throw await de_InvalidRestoreTimeExceptionRes(parsedOutput, context);
1181
+ case "ReplicaAlreadyExistsException":
1182
+ case "com.amazonaws.dynamodb#ReplicaAlreadyExistsException":
1183
+ throw await de_ReplicaAlreadyExistsExceptionRes(parsedOutput, context);
1184
+ case "ReplicaNotFoundException":
1185
+ case "com.amazonaws.dynamodb#ReplicaNotFoundException":
1186
+ throw await de_ReplicaNotFoundExceptionRes(parsedOutput, context);
1187
+ case "IndexNotFoundException":
1188
+ case "com.amazonaws.dynamodb#IndexNotFoundException":
1189
+ throw await de_IndexNotFoundExceptionRes(parsedOutput, context);
1190
+ default:
1191
+ const parsedBody = parsedOutput.body;
1192
+ return throwDefaultError({
1193
+ output,
1194
+ parsedBody,
1195
+ errorCode,
1196
+ });
1197
+ }
1198
+ };
1199
+ const de_BackupInUseExceptionRes = async (parsedOutput, context) => {
1200
+ const body = parsedOutput.body;
1201
+ const deserialized = _json(body);
1202
+ const exception = new BackupInUseException({
1203
+ $metadata: deserializeMetadata(parsedOutput),
1204
+ ...deserialized,
1205
+ });
1206
+ return __decorateServiceException(exception, body);
1207
+ };
1208
+ const de_BackupNotFoundExceptionRes = async (parsedOutput, context) => {
1209
+ const body = parsedOutput.body;
1210
+ const deserialized = _json(body);
1211
+ const exception = new BackupNotFoundException({
1212
+ $metadata: deserializeMetadata(parsedOutput),
1213
+ ...deserialized,
1214
+ });
1215
+ return __decorateServiceException(exception, body);
1216
+ };
1217
+ const de_ConditionalCheckFailedExceptionRes = async (parsedOutput, context) => {
1218
+ const body = parsedOutput.body;
1219
+ const deserialized = de_ConditionalCheckFailedException(body, context);
1220
+ const exception = new ConditionalCheckFailedException({
1221
+ $metadata: deserializeMetadata(parsedOutput),
1222
+ ...deserialized,
1223
+ });
1224
+ return __decorateServiceException(exception, body);
1225
+ };
1226
+ const de_ContinuousBackupsUnavailableExceptionRes = async (parsedOutput, context) => {
1227
+ const body = parsedOutput.body;
1228
+ const deserialized = _json(body);
1229
+ const exception = new ContinuousBackupsUnavailableException({
1230
+ $metadata: deserializeMetadata(parsedOutput),
1231
+ ...deserialized,
1232
+ });
1233
+ return __decorateServiceException(exception, body);
1234
+ };
1235
+ const de_DuplicateItemExceptionRes = async (parsedOutput, context) => {
1236
+ const body = parsedOutput.body;
1237
+ const deserialized = _json(body);
1238
+ const exception = new DuplicateItemException({
1239
+ $metadata: deserializeMetadata(parsedOutput),
1240
+ ...deserialized,
1241
+ });
1242
+ return __decorateServiceException(exception, body);
1243
+ };
1244
+ const de_ExportConflictExceptionRes = async (parsedOutput, context) => {
1245
+ const body = parsedOutput.body;
1246
+ const deserialized = _json(body);
1247
+ const exception = new ExportConflictException({
1248
+ $metadata: deserializeMetadata(parsedOutput),
1249
+ ...deserialized,
1250
+ });
1251
+ return __decorateServiceException(exception, body);
1252
+ };
1253
+ const de_ExportNotFoundExceptionRes = async (parsedOutput, context) => {
1254
+ const body = parsedOutput.body;
1255
+ const deserialized = _json(body);
1256
+ const exception = new ExportNotFoundException({
1257
+ $metadata: deserializeMetadata(parsedOutput),
1258
+ ...deserialized,
1259
+ });
1260
+ return __decorateServiceException(exception, body);
1261
+ };
1262
+ const de_GlobalTableAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1263
+ const body = parsedOutput.body;
1264
+ const deserialized = _json(body);
1265
+ const exception = new GlobalTableAlreadyExistsException({
1266
+ $metadata: deserializeMetadata(parsedOutput),
1267
+ ...deserialized,
1268
+ });
1269
+ return __decorateServiceException(exception, body);
1270
+ };
1271
+ const de_GlobalTableNotFoundExceptionRes = async (parsedOutput, context) => {
1272
+ const body = parsedOutput.body;
1273
+ const deserialized = _json(body);
1274
+ const exception = new GlobalTableNotFoundException({
1275
+ $metadata: deserializeMetadata(parsedOutput),
1276
+ ...deserialized,
1277
+ });
1278
+ return __decorateServiceException(exception, body);
1279
+ };
1280
+ const de_IdempotentParameterMismatchExceptionRes = async (parsedOutput, context) => {
1281
+ const body = parsedOutput.body;
1282
+ const deserialized = _json(body);
1283
+ const exception = new IdempotentParameterMismatchException({
1284
+ $metadata: deserializeMetadata(parsedOutput),
1285
+ ...deserialized,
1286
+ });
1287
+ return __decorateServiceException(exception, body);
1288
+ };
1289
+ const de_ImportConflictExceptionRes = async (parsedOutput, context) => {
1290
+ const body = parsedOutput.body;
1291
+ const deserialized = _json(body);
1292
+ const exception = new ImportConflictException({
1293
+ $metadata: deserializeMetadata(parsedOutput),
1294
+ ...deserialized,
1295
+ });
1296
+ return __decorateServiceException(exception, body);
1297
+ };
1298
+ const de_ImportNotFoundExceptionRes = async (parsedOutput, context) => {
1299
+ const body = parsedOutput.body;
1300
+ const deserialized = _json(body);
1301
+ const exception = new ImportNotFoundException({
1302
+ $metadata: deserializeMetadata(parsedOutput),
1303
+ ...deserialized,
1304
+ });
1305
+ return __decorateServiceException(exception, body);
1306
+ };
1307
+ const de_IndexNotFoundExceptionRes = async (parsedOutput, context) => {
1308
+ const body = parsedOutput.body;
1309
+ const deserialized = _json(body);
1310
+ const exception = new IndexNotFoundException({
1311
+ $metadata: deserializeMetadata(parsedOutput),
1312
+ ...deserialized,
1313
+ });
1314
+ return __decorateServiceException(exception, body);
1315
+ };
1316
+ const de_InternalServerErrorRes = async (parsedOutput, context) => {
1317
+ const body = parsedOutput.body;
1318
+ const deserialized = _json(body);
1319
+ const exception = new InternalServerError({
1320
+ $metadata: deserializeMetadata(parsedOutput),
1321
+ ...deserialized,
1322
+ });
1323
+ return __decorateServiceException(exception, body);
1324
+ };
1325
+ const de_InvalidEndpointExceptionRes = async (parsedOutput, context) => {
1326
+ const body = parsedOutput.body;
1327
+ const deserialized = _json(body);
1328
+ const exception = new InvalidEndpointException({
1329
+ $metadata: deserializeMetadata(parsedOutput),
1330
+ ...deserialized,
1331
+ });
1332
+ return __decorateServiceException(exception, body);
1333
+ };
1334
+ const de_InvalidExportTimeExceptionRes = async (parsedOutput, context) => {
1335
+ const body = parsedOutput.body;
1336
+ const deserialized = _json(body);
1337
+ const exception = new InvalidExportTimeException({
1338
+ $metadata: deserializeMetadata(parsedOutput),
1339
+ ...deserialized,
1340
+ });
1341
+ return __decorateServiceException(exception, body);
1342
+ };
1343
+ const de_InvalidRestoreTimeExceptionRes = async (parsedOutput, context) => {
1344
+ const body = parsedOutput.body;
1345
+ const deserialized = _json(body);
1346
+ const exception = new InvalidRestoreTimeException({
1347
+ $metadata: deserializeMetadata(parsedOutput),
1348
+ ...deserialized,
1349
+ });
1350
+ return __decorateServiceException(exception, body);
1351
+ };
1352
+ const de_ItemCollectionSizeLimitExceededExceptionRes = async (parsedOutput, context) => {
1353
+ const body = parsedOutput.body;
1354
+ const deserialized = _json(body);
1355
+ const exception = new ItemCollectionSizeLimitExceededException({
1356
+ $metadata: deserializeMetadata(parsedOutput),
1357
+ ...deserialized,
1358
+ });
1359
+ return __decorateServiceException(exception, body);
1360
+ };
1361
+ const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1362
+ const body = parsedOutput.body;
1363
+ const deserialized = _json(body);
1364
+ const exception = new LimitExceededException({
1365
+ $metadata: deserializeMetadata(parsedOutput),
1366
+ ...deserialized,
1367
+ });
1368
+ return __decorateServiceException(exception, body);
1369
+ };
1370
+ const de_PointInTimeRecoveryUnavailableExceptionRes = async (parsedOutput, context) => {
1371
+ const body = parsedOutput.body;
1372
+ const deserialized = _json(body);
1373
+ const exception = new PointInTimeRecoveryUnavailableException({
1374
+ $metadata: deserializeMetadata(parsedOutput),
1375
+ ...deserialized,
1376
+ });
1377
+ return __decorateServiceException(exception, body);
1378
+ };
1379
+ const de_PolicyNotFoundExceptionRes = async (parsedOutput, context) => {
1380
+ const body = parsedOutput.body;
1381
+ const deserialized = _json(body);
1382
+ const exception = new PolicyNotFoundException({
1383
+ $metadata: deserializeMetadata(parsedOutput),
1384
+ ...deserialized,
1385
+ });
1386
+ return __decorateServiceException(exception, body);
1387
+ };
1388
+ const de_ProvisionedThroughputExceededExceptionRes = async (parsedOutput, context) => {
1389
+ const body = parsedOutput.body;
1390
+ const deserialized = _json(body);
1391
+ const exception = new ProvisionedThroughputExceededException({
1392
+ $metadata: deserializeMetadata(parsedOutput),
1393
+ ...deserialized,
1394
+ });
1395
+ return __decorateServiceException(exception, body);
1396
+ };
1397
+ const de_ReplicaAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1398
+ const body = parsedOutput.body;
1399
+ const deserialized = _json(body);
1400
+ const exception = new ReplicaAlreadyExistsException({
1401
+ $metadata: deserializeMetadata(parsedOutput),
1402
+ ...deserialized,
1403
+ });
1404
+ return __decorateServiceException(exception, body);
1405
+ };
1406
+ const de_ReplicaNotFoundExceptionRes = async (parsedOutput, context) => {
1407
+ const body = parsedOutput.body;
1408
+ const deserialized = _json(body);
1409
+ const exception = new ReplicaNotFoundException({
1410
+ $metadata: deserializeMetadata(parsedOutput),
1411
+ ...deserialized,
1412
+ });
1413
+ return __decorateServiceException(exception, body);
1414
+ };
1415
+ const de_RequestLimitExceededRes = async (parsedOutput, context) => {
1416
+ const body = parsedOutput.body;
1417
+ const deserialized = _json(body);
1418
+ const exception = new RequestLimitExceeded({
1419
+ $metadata: deserializeMetadata(parsedOutput),
1420
+ ...deserialized,
1421
+ });
1422
+ return __decorateServiceException(exception, body);
1423
+ };
1424
+ const de_ResourceInUseExceptionRes = async (parsedOutput, context) => {
1425
+ const body = parsedOutput.body;
1426
+ const deserialized = _json(body);
1427
+ const exception = new ResourceInUseException({
1428
+ $metadata: deserializeMetadata(parsedOutput),
1429
+ ...deserialized,
1430
+ });
1431
+ return __decorateServiceException(exception, body);
1432
+ };
1433
+ const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1434
+ const body = parsedOutput.body;
1435
+ const deserialized = _json(body);
1436
+ const exception = new ResourceNotFoundException({
1437
+ $metadata: deserializeMetadata(parsedOutput),
1438
+ ...deserialized,
1439
+ });
1440
+ return __decorateServiceException(exception, body);
1441
+ };
1442
+ const de_TableAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1443
+ const body = parsedOutput.body;
1444
+ const deserialized = _json(body);
1445
+ const exception = new TableAlreadyExistsException({
1446
+ $metadata: deserializeMetadata(parsedOutput),
1447
+ ...deserialized,
1448
+ });
1449
+ return __decorateServiceException(exception, body);
1450
+ };
1451
+ const de_TableInUseExceptionRes = async (parsedOutput, context) => {
1452
+ const body = parsedOutput.body;
1453
+ const deserialized = _json(body);
1454
+ const exception = new TableInUseException({
1455
+ $metadata: deserializeMetadata(parsedOutput),
1456
+ ...deserialized,
1457
+ });
1458
+ return __decorateServiceException(exception, body);
1459
+ };
1460
+ const de_TableNotFoundExceptionRes = async (parsedOutput, context) => {
1461
+ const body = parsedOutput.body;
1462
+ const deserialized = _json(body);
1463
+ const exception = new TableNotFoundException({
1464
+ $metadata: deserializeMetadata(parsedOutput),
1465
+ ...deserialized,
1466
+ });
1467
+ return __decorateServiceException(exception, body);
1468
+ };
1469
+ const de_TransactionCanceledExceptionRes = async (parsedOutput, context) => {
1470
+ const body = parsedOutput.body;
1471
+ const deserialized = de_TransactionCanceledException(body, context);
1472
+ const exception = new TransactionCanceledException({
1473
+ $metadata: deserializeMetadata(parsedOutput),
1474
+ ...deserialized,
1475
+ });
1476
+ return __decorateServiceException(exception, body);
1477
+ };
1478
+ const de_TransactionConflictExceptionRes = async (parsedOutput, context) => {
1479
+ const body = parsedOutput.body;
1480
+ const deserialized = _json(body);
1481
+ const exception = new TransactionConflictException({
1482
+ $metadata: deserializeMetadata(parsedOutput),
1483
+ ...deserialized,
1484
+ });
1485
+ return __decorateServiceException(exception, body);
1486
+ };
1487
+ const de_TransactionInProgressExceptionRes = async (parsedOutput, context) => {
1488
+ const body = parsedOutput.body;
1489
+ const deserialized = _json(body);
1490
+ const exception = new TransactionInProgressException({
1491
+ $metadata: deserializeMetadata(parsedOutput),
1492
+ ...deserialized,
1493
+ });
1494
+ return __decorateServiceException(exception, body);
1495
+ };
1496
+ const se_AttributeUpdates = (input, context) => {
1497
+ return Object.entries(input).reduce((acc, [key, value]) => {
1498
+ if (value === null) {
1499
+ return acc;
1500
+ }
1501
+ acc[key] = se_AttributeValueUpdate(value, context);
1502
+ return acc;
1503
+ }, {});
1504
+ };
1505
+ const se_AttributeValue = (input, context) => {
1506
+ return AttributeValue.visit(input, {
1507
+ B: (value) => ({ B: context.base64Encoder(value) }),
1508
+ BOOL: (value) => ({ BOOL: value }),
1509
+ BS: (value) => ({ BS: se_BinarySetAttributeValue(value, context) }),
1510
+ L: (value) => ({ L: se_ListAttributeValue(value, context) }),
1511
+ M: (value) => ({ M: se_MapAttributeValue(value, context) }),
1512
+ N: (value) => ({ N: value }),
1513
+ NS: (value) => ({ NS: _json(value) }),
1514
+ NULL: (value) => ({ NULL: value }),
1515
+ S: (value) => ({ S: value }),
1516
+ SS: (value) => ({ SS: _json(value) }),
1517
+ _: (name, value) => ({ name: value }),
1518
+ });
1519
+ };
1520
+ const se_AttributeValueList = (input, context) => {
1521
+ return input
1522
+ .filter((e) => e != null)
1523
+ .map((entry) => {
1524
+ return se_AttributeValue(entry, context);
1525
+ });
1526
+ };
1527
+ const se_AttributeValueUpdate = (input, context) => {
1528
+ return take(input, {
1529
+ Action: [],
1530
+ Value: (_) => se_AttributeValue(_, context),
1531
+ });
1532
+ };
1533
+ const se_AutoScalingPolicyUpdate = (input, context) => {
1534
+ return take(input, {
1535
+ PolicyName: [],
1536
+ TargetTrackingScalingPolicyConfiguration: (_) => se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate(_, context),
1537
+ });
1538
+ };
1539
+ const se_AutoScalingSettingsUpdate = (input, context) => {
1540
+ return take(input, {
1541
+ AutoScalingDisabled: [],
1542
+ AutoScalingRoleArn: [],
1543
+ MaximumUnits: [],
1544
+ MinimumUnits: [],
1545
+ ScalingPolicyUpdate: (_) => se_AutoScalingPolicyUpdate(_, context),
1546
+ });
1547
+ };
1548
+ const se_AutoScalingTargetTrackingScalingPolicyConfigurationUpdate = (input, context) => {
1549
+ return take(input, {
1550
+ DisableScaleIn: [],
1551
+ ScaleInCooldown: [],
1552
+ ScaleOutCooldown: [],
1553
+ TargetValue: __serializeFloat,
1554
+ });
1555
+ };
1556
+ const se_BatchExecuteStatementInput = (input, context) => {
1557
+ return take(input, {
1558
+ ReturnConsumedCapacity: [],
1559
+ Statements: (_) => se_PartiQLBatchRequest(_, context),
1560
+ });
1561
+ };
1562
+ const se_BatchGetItemInput = (input, context) => {
1563
+ return take(input, {
1564
+ RequestItems: (_) => se_BatchGetRequestMap(_, context),
1565
+ ReturnConsumedCapacity: [],
1566
+ });
1567
+ };
1568
+ const se_BatchGetRequestMap = (input, context) => {
1569
+ return Object.entries(input).reduce((acc, [key, value]) => {
1570
+ if (value === null) {
1571
+ return acc;
1572
+ }
1573
+ acc[key] = se_KeysAndAttributes(value, context);
1574
+ return acc;
1575
+ }, {});
1576
+ };
1577
+ const se_BatchStatementRequest = (input, context) => {
1578
+ return take(input, {
1579
+ ConsistentRead: [],
1580
+ Parameters: (_) => se_PreparedStatementParameters(_, context),
1581
+ ReturnValuesOnConditionCheckFailure: [],
1582
+ Statement: [],
1583
+ });
1584
+ };
1585
+ const se_BatchWriteItemInput = (input, context) => {
1586
+ return take(input, {
1587
+ RequestItems: (_) => se_BatchWriteItemRequestMap(_, context),
1588
+ ReturnConsumedCapacity: [],
1589
+ ReturnItemCollectionMetrics: [],
1590
+ });
1591
+ };
1592
+ const se_BatchWriteItemRequestMap = (input, context) => {
1593
+ return Object.entries(input).reduce((acc, [key, value]) => {
1594
+ if (value === null) {
1595
+ return acc;
1596
+ }
1597
+ acc[key] = se_WriteRequests(value, context);
1598
+ return acc;
1599
+ }, {});
1600
+ };
1601
+ const se_BinarySetAttributeValue = (input, context) => {
1602
+ return input
1603
+ .filter((e) => e != null)
1604
+ .map((entry) => {
1605
+ return context.base64Encoder(entry);
1606
+ });
1607
+ };
1608
+ const se_Condition = (input, context) => {
1609
+ return take(input, {
1610
+ AttributeValueList: (_) => se_AttributeValueList(_, context),
1611
+ ComparisonOperator: [],
1612
+ });
1613
+ };
1614
+ const se_ConditionCheck = (input, context) => {
1615
+ return take(input, {
1616
+ ConditionExpression: [],
1617
+ ExpressionAttributeNames: _json,
1618
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1619
+ Key: (_) => se_Key(_, context),
1620
+ ReturnValuesOnConditionCheckFailure: [],
1621
+ TableName: [],
1622
+ });
1623
+ };
1624
+ const se_Delete = (input, context) => {
1625
+ return take(input, {
1626
+ ConditionExpression: [],
1627
+ ExpressionAttributeNames: _json,
1628
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1629
+ Key: (_) => se_Key(_, context),
1630
+ ReturnValuesOnConditionCheckFailure: [],
1631
+ TableName: [],
1632
+ });
1633
+ };
1634
+ const se_DeleteItemInput = (input, context) => {
1635
+ return take(input, {
1636
+ ConditionExpression: [],
1637
+ ConditionalOperator: [],
1638
+ Expected: (_) => se_ExpectedAttributeMap(_, context),
1639
+ ExpressionAttributeNames: _json,
1640
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1641
+ Key: (_) => se_Key(_, context),
1642
+ ReturnConsumedCapacity: [],
1643
+ ReturnItemCollectionMetrics: [],
1644
+ ReturnValues: [],
1645
+ ReturnValuesOnConditionCheckFailure: [],
1646
+ TableName: [],
1647
+ });
1648
+ };
1649
+ const se_DeleteRequest = (input, context) => {
1650
+ return take(input, {
1651
+ Key: (_) => se_Key(_, context),
1652
+ });
1653
+ };
1654
+ const se_ExecuteStatementInput = (input, context) => {
1655
+ return take(input, {
1656
+ ConsistentRead: [],
1657
+ Limit: [],
1658
+ NextToken: [],
1659
+ Parameters: (_) => se_PreparedStatementParameters(_, context),
1660
+ ReturnConsumedCapacity: [],
1661
+ ReturnValuesOnConditionCheckFailure: [],
1662
+ Statement: [],
1663
+ });
1664
+ };
1665
+ const se_ExecuteTransactionInput = (input, context) => {
1666
+ return take(input, {
1667
+ ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
1668
+ ReturnConsumedCapacity: [],
1669
+ TransactStatements: (_) => se_ParameterizedStatements(_, context),
1670
+ });
1671
+ };
1672
+ const se_ExpectedAttributeMap = (input, context) => {
1673
+ return Object.entries(input).reduce((acc, [key, value]) => {
1674
+ if (value === null) {
1675
+ return acc;
1676
+ }
1677
+ acc[key] = se_ExpectedAttributeValue(value, context);
1678
+ return acc;
1679
+ }, {});
1680
+ };
1681
+ const se_ExpectedAttributeValue = (input, context) => {
1682
+ return take(input, {
1683
+ AttributeValueList: (_) => se_AttributeValueList(_, context),
1684
+ ComparisonOperator: [],
1685
+ Exists: [],
1686
+ Value: (_) => se_AttributeValue(_, context),
1687
+ });
1688
+ };
1689
+ const se_ExportTableToPointInTimeInput = (input, context) => {
1690
+ return take(input, {
1691
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
1692
+ ExportFormat: [],
1693
+ ExportTime: (_) => Math.round(_.getTime() / 1000),
1694
+ ExportType: [],
1695
+ IncrementalExportSpecification: (_) => se_IncrementalExportSpecification(_, context),
1696
+ S3Bucket: [],
1697
+ S3BucketOwner: [],
1698
+ S3Prefix: [],
1699
+ S3SseAlgorithm: [],
1700
+ S3SseKmsKeyId: [],
1701
+ TableArn: [],
1702
+ });
1703
+ };
1704
+ const se_ExpressionAttributeValueMap = (input, context) => {
1705
+ return Object.entries(input).reduce((acc, [key, value]) => {
1706
+ if (value === null) {
1707
+ return acc;
1708
+ }
1709
+ acc[key] = se_AttributeValue(value, context);
1710
+ return acc;
1711
+ }, {});
1712
+ };
1713
+ const se_FilterConditionMap = (input, context) => {
1714
+ return Object.entries(input).reduce((acc, [key, value]) => {
1715
+ if (value === null) {
1716
+ return acc;
1717
+ }
1718
+ acc[key] = se_Condition(value, context);
1719
+ return acc;
1720
+ }, {});
1721
+ };
1722
+ const se_Get = (input, context) => {
1723
+ return take(input, {
1724
+ ExpressionAttributeNames: _json,
1725
+ Key: (_) => se_Key(_, context),
1726
+ ProjectionExpression: [],
1727
+ TableName: [],
1728
+ });
1729
+ };
1730
+ const se_GetItemInput = (input, context) => {
1731
+ return take(input, {
1732
+ AttributesToGet: _json,
1733
+ ConsistentRead: [],
1734
+ ExpressionAttributeNames: _json,
1735
+ Key: (_) => se_Key(_, context),
1736
+ ProjectionExpression: [],
1737
+ ReturnConsumedCapacity: [],
1738
+ TableName: [],
1739
+ });
1740
+ };
1741
+ const se_GlobalSecondaryIndexAutoScalingUpdate = (input, context) => {
1742
+ return take(input, {
1743
+ IndexName: [],
1744
+ ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1745
+ });
1746
+ };
1747
+ const se_GlobalSecondaryIndexAutoScalingUpdateList = (input, context) => {
1748
+ return input
1749
+ .filter((e) => e != null)
1750
+ .map((entry) => {
1751
+ return se_GlobalSecondaryIndexAutoScalingUpdate(entry, context);
1752
+ });
1753
+ };
1754
+ const se_GlobalTableGlobalSecondaryIndexSettingsUpdate = (input, context) => {
1755
+ return take(input, {
1756
+ IndexName: [],
1757
+ ProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1758
+ ProvisionedWriteCapacityUnits: [],
1759
+ });
1760
+ };
1761
+ const se_GlobalTableGlobalSecondaryIndexSettingsUpdateList = (input, context) => {
1762
+ return input
1763
+ .filter((e) => e != null)
1764
+ .map((entry) => {
1765
+ return se_GlobalTableGlobalSecondaryIndexSettingsUpdate(entry, context);
1766
+ });
1767
+ };
1768
+ const se_ImportTableInput = (input, context) => {
1769
+ return take(input, {
1770
+ ClientToken: [true, (_) => _ ?? generateIdempotencyToken()],
1771
+ InputCompressionType: [],
1772
+ InputFormat: [],
1773
+ InputFormatOptions: _json,
1774
+ S3BucketSource: _json,
1775
+ TableCreationParameters: _json,
1776
+ });
1777
+ };
1778
+ const se_IncrementalExportSpecification = (input, context) => {
1779
+ return take(input, {
1780
+ ExportFromTime: (_) => Math.round(_.getTime() / 1000),
1781
+ ExportToTime: (_) => Math.round(_.getTime() / 1000),
1782
+ ExportViewType: [],
1783
+ });
1784
+ };
1785
+ const se_Key = (input, context) => {
1786
+ return Object.entries(input).reduce((acc, [key, value]) => {
1787
+ if (value === null) {
1788
+ return acc;
1789
+ }
1790
+ acc[key] = se_AttributeValue(value, context);
1791
+ return acc;
1792
+ }, {});
1793
+ };
1794
+ const se_KeyConditions = (input, context) => {
1795
+ return Object.entries(input).reduce((acc, [key, value]) => {
1796
+ if (value === null) {
1797
+ return acc;
1798
+ }
1799
+ acc[key] = se_Condition(value, context);
1800
+ return acc;
1801
+ }, {});
1802
+ };
1803
+ const se_KeyList = (input, context) => {
1804
+ return input
1805
+ .filter((e) => e != null)
1806
+ .map((entry) => {
1807
+ return se_Key(entry, context);
1808
+ });
1809
+ };
1810
+ const se_KeysAndAttributes = (input, context) => {
1811
+ return take(input, {
1812
+ AttributesToGet: _json,
1813
+ ConsistentRead: [],
1814
+ ExpressionAttributeNames: _json,
1815
+ Keys: (_) => se_KeyList(_, context),
1816
+ ProjectionExpression: [],
1817
+ });
1818
+ };
1819
+ const se_ListAttributeValue = (input, context) => {
1820
+ return input
1821
+ .filter((e) => e != null)
1822
+ .map((entry) => {
1823
+ return se_AttributeValue(entry, context);
1824
+ });
1825
+ };
1826
+ const se_ListBackupsInput = (input, context) => {
1827
+ return take(input, {
1828
+ BackupType: [],
1829
+ ExclusiveStartBackupArn: [],
1830
+ Limit: [],
1831
+ TableName: [],
1832
+ TimeRangeLowerBound: (_) => Math.round(_.getTime() / 1000),
1833
+ TimeRangeUpperBound: (_) => Math.round(_.getTime() / 1000),
1834
+ });
1835
+ };
1836
+ const se_MapAttributeValue = (input, context) => {
1837
+ return Object.entries(input).reduce((acc, [key, value]) => {
1838
+ if (value === null) {
1839
+ return acc;
1840
+ }
1841
+ acc[key] = se_AttributeValue(value, context);
1842
+ return acc;
1843
+ }, {});
1844
+ };
1845
+ const se_ParameterizedStatement = (input, context) => {
1846
+ return take(input, {
1847
+ Parameters: (_) => se_PreparedStatementParameters(_, context),
1848
+ ReturnValuesOnConditionCheckFailure: [],
1849
+ Statement: [],
1850
+ });
1851
+ };
1852
+ const se_ParameterizedStatements = (input, context) => {
1853
+ return input
1854
+ .filter((e) => e != null)
1855
+ .map((entry) => {
1856
+ return se_ParameterizedStatement(entry, context);
1857
+ });
1858
+ };
1859
+ const se_PartiQLBatchRequest = (input, context) => {
1860
+ return input
1861
+ .filter((e) => e != null)
1862
+ .map((entry) => {
1863
+ return se_BatchStatementRequest(entry, context);
1864
+ });
1865
+ };
1866
+ const se_PreparedStatementParameters = (input, context) => {
1867
+ return input
1868
+ .filter((e) => e != null)
1869
+ .map((entry) => {
1870
+ return se_AttributeValue(entry, context);
1871
+ });
1872
+ };
1873
+ const se_Put = (input, context) => {
1874
+ return take(input, {
1875
+ ConditionExpression: [],
1876
+ ExpressionAttributeNames: _json,
1877
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1878
+ Item: (_) => se_PutItemInputAttributeMap(_, context),
1879
+ ReturnValuesOnConditionCheckFailure: [],
1880
+ TableName: [],
1881
+ });
1882
+ };
1883
+ const se_PutItemInput = (input, context) => {
1884
+ return take(input, {
1885
+ ConditionExpression: [],
1886
+ ConditionalOperator: [],
1887
+ Expected: (_) => se_ExpectedAttributeMap(_, context),
1888
+ ExpressionAttributeNames: _json,
1889
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1890
+ Item: (_) => se_PutItemInputAttributeMap(_, context),
1891
+ ReturnConsumedCapacity: [],
1892
+ ReturnItemCollectionMetrics: [],
1893
+ ReturnValues: [],
1894
+ ReturnValuesOnConditionCheckFailure: [],
1895
+ TableName: [],
1896
+ });
1897
+ };
1898
+ const se_PutItemInputAttributeMap = (input, context) => {
1899
+ return Object.entries(input).reduce((acc, [key, value]) => {
1900
+ if (value === null) {
1901
+ return acc;
1902
+ }
1903
+ acc[key] = se_AttributeValue(value, context);
1904
+ return acc;
1905
+ }, {});
1906
+ };
1907
+ const se_PutRequest = (input, context) => {
1908
+ return take(input, {
1909
+ Item: (_) => se_PutItemInputAttributeMap(_, context),
1910
+ });
1911
+ };
1912
+ const se_QueryInput = (input, context) => {
1913
+ return take(input, {
1914
+ AttributesToGet: _json,
1915
+ ConditionalOperator: [],
1916
+ ConsistentRead: [],
1917
+ ExclusiveStartKey: (_) => se_Key(_, context),
1918
+ ExpressionAttributeNames: _json,
1919
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
1920
+ FilterExpression: [],
1921
+ IndexName: [],
1922
+ KeyConditionExpression: [],
1923
+ KeyConditions: (_) => se_KeyConditions(_, context),
1924
+ Limit: [],
1925
+ ProjectionExpression: [],
1926
+ QueryFilter: (_) => se_FilterConditionMap(_, context),
1927
+ ReturnConsumedCapacity: [],
1928
+ ScanIndexForward: [],
1929
+ Select: [],
1930
+ TableName: [],
1931
+ });
1932
+ };
1933
+ const se_ReplicaAutoScalingUpdate = (input, context) => {
1934
+ return take(input, {
1935
+ RegionName: [],
1936
+ ReplicaGlobalSecondaryIndexUpdates: (_) => se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList(_, context),
1937
+ ReplicaProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1938
+ });
1939
+ };
1940
+ const se_ReplicaAutoScalingUpdateList = (input, context) => {
1941
+ return input
1942
+ .filter((e) => e != null)
1943
+ .map((entry) => {
1944
+ return se_ReplicaAutoScalingUpdate(entry, context);
1945
+ });
1946
+ };
1947
+ const se_ReplicaGlobalSecondaryIndexAutoScalingUpdate = (input, context) => {
1948
+ return take(input, {
1949
+ IndexName: [],
1950
+ ProvisionedReadCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1951
+ });
1952
+ };
1953
+ const se_ReplicaGlobalSecondaryIndexAutoScalingUpdateList = (input, context) => {
1954
+ return input
1955
+ .filter((e) => e != null)
1956
+ .map((entry) => {
1957
+ return se_ReplicaGlobalSecondaryIndexAutoScalingUpdate(entry, context);
1958
+ });
1959
+ };
1960
+ const se_ReplicaGlobalSecondaryIndexSettingsUpdate = (input, context) => {
1961
+ return take(input, {
1962
+ IndexName: [],
1963
+ ProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1964
+ ProvisionedReadCapacityUnits: [],
1965
+ });
1966
+ };
1967
+ const se_ReplicaGlobalSecondaryIndexSettingsUpdateList = (input, context) => {
1968
+ return input
1969
+ .filter((e) => e != null)
1970
+ .map((entry) => {
1971
+ return se_ReplicaGlobalSecondaryIndexSettingsUpdate(entry, context);
1972
+ });
1973
+ };
1974
+ const se_ReplicaSettingsUpdate = (input, context) => {
1975
+ return take(input, {
1976
+ RegionName: [],
1977
+ ReplicaGlobalSecondaryIndexSettingsUpdate: (_) => se_ReplicaGlobalSecondaryIndexSettingsUpdateList(_, context),
1978
+ ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
1979
+ ReplicaProvisionedReadCapacityUnits: [],
1980
+ ReplicaTableClass: [],
1981
+ });
1982
+ };
1983
+ const se_ReplicaSettingsUpdateList = (input, context) => {
1984
+ return input
1985
+ .filter((e) => e != null)
1986
+ .map((entry) => {
1987
+ return se_ReplicaSettingsUpdate(entry, context);
1988
+ });
1989
+ };
1990
+ const se_RestoreTableToPointInTimeInput = (input, context) => {
1991
+ return take(input, {
1992
+ BillingModeOverride: [],
1993
+ GlobalSecondaryIndexOverride: _json,
1994
+ LocalSecondaryIndexOverride: _json,
1995
+ ProvisionedThroughputOverride: _json,
1996
+ RestoreDateTime: (_) => Math.round(_.getTime() / 1000),
1997
+ SSESpecificationOverride: _json,
1998
+ SourceTableArn: [],
1999
+ SourceTableName: [],
2000
+ TargetTableName: [],
2001
+ UseLatestRestorableTime: [],
2002
+ });
2003
+ };
2004
+ const se_ScanInput = (input, context) => {
2005
+ return take(input, {
2006
+ AttributesToGet: _json,
2007
+ ConditionalOperator: [],
2008
+ ConsistentRead: [],
2009
+ ExclusiveStartKey: (_) => se_Key(_, context),
2010
+ ExpressionAttributeNames: _json,
2011
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2012
+ FilterExpression: [],
2013
+ IndexName: [],
2014
+ Limit: [],
2015
+ ProjectionExpression: [],
2016
+ ReturnConsumedCapacity: [],
2017
+ ScanFilter: (_) => se_FilterConditionMap(_, context),
2018
+ Segment: [],
2019
+ Select: [],
2020
+ TableName: [],
2021
+ TotalSegments: [],
2022
+ });
2023
+ };
2024
+ const se_TransactGetItem = (input, context) => {
2025
+ return take(input, {
2026
+ Get: (_) => se_Get(_, context),
2027
+ });
2028
+ };
2029
+ const se_TransactGetItemList = (input, context) => {
2030
+ return input
2031
+ .filter((e) => e != null)
2032
+ .map((entry) => {
2033
+ return se_TransactGetItem(entry, context);
2034
+ });
2035
+ };
2036
+ const se_TransactGetItemsInput = (input, context) => {
2037
+ return take(input, {
2038
+ ReturnConsumedCapacity: [],
2039
+ TransactItems: (_) => se_TransactGetItemList(_, context),
2040
+ });
2041
+ };
2042
+ const se_TransactWriteItem = (input, context) => {
2043
+ return take(input, {
2044
+ ConditionCheck: (_) => se_ConditionCheck(_, context),
2045
+ Delete: (_) => se_Delete(_, context),
2046
+ Put: (_) => se_Put(_, context),
2047
+ Update: (_) => se_Update(_, context),
2048
+ });
2049
+ };
2050
+ const se_TransactWriteItemList = (input, context) => {
2051
+ return input
2052
+ .filter((e) => e != null)
2053
+ .map((entry) => {
2054
+ return se_TransactWriteItem(entry, context);
2055
+ });
2056
+ };
2057
+ const se_TransactWriteItemsInput = (input, context) => {
2058
+ return take(input, {
2059
+ ClientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
2060
+ ReturnConsumedCapacity: [],
2061
+ ReturnItemCollectionMetrics: [],
2062
+ TransactItems: (_) => se_TransactWriteItemList(_, context),
2063
+ });
2064
+ };
2065
+ const se_Update = (input, context) => {
2066
+ return take(input, {
2067
+ ConditionExpression: [],
2068
+ ExpressionAttributeNames: _json,
2069
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2070
+ Key: (_) => se_Key(_, context),
2071
+ ReturnValuesOnConditionCheckFailure: [],
2072
+ TableName: [],
2073
+ UpdateExpression: [],
2074
+ });
2075
+ };
2076
+ const se_UpdateGlobalTableSettingsInput = (input, context) => {
2077
+ return take(input, {
2078
+ GlobalTableBillingMode: [],
2079
+ GlobalTableGlobalSecondaryIndexSettingsUpdate: (_) => se_GlobalTableGlobalSecondaryIndexSettingsUpdateList(_, context),
2080
+ GlobalTableName: [],
2081
+ GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
2082
+ GlobalTableProvisionedWriteCapacityUnits: [],
2083
+ ReplicaSettingsUpdate: (_) => se_ReplicaSettingsUpdateList(_, context),
2084
+ });
2085
+ };
2086
+ const se_UpdateItemInput = (input, context) => {
2087
+ return take(input, {
2088
+ AttributeUpdates: (_) => se_AttributeUpdates(_, context),
2089
+ ConditionExpression: [],
2090
+ ConditionalOperator: [],
2091
+ Expected: (_) => se_ExpectedAttributeMap(_, context),
2092
+ ExpressionAttributeNames: _json,
2093
+ ExpressionAttributeValues: (_) => se_ExpressionAttributeValueMap(_, context),
2094
+ Key: (_) => se_Key(_, context),
2095
+ ReturnConsumedCapacity: [],
2096
+ ReturnItemCollectionMetrics: [],
2097
+ ReturnValues: [],
2098
+ ReturnValuesOnConditionCheckFailure: [],
2099
+ TableName: [],
2100
+ UpdateExpression: [],
2101
+ });
2102
+ };
2103
+ const se_UpdateTableReplicaAutoScalingInput = (input, context) => {
2104
+ return take(input, {
2105
+ GlobalSecondaryIndexUpdates: (_) => se_GlobalSecondaryIndexAutoScalingUpdateList(_, context),
2106
+ ProvisionedWriteCapacityAutoScalingUpdate: (_) => se_AutoScalingSettingsUpdate(_, context),
2107
+ ReplicaUpdates: (_) => se_ReplicaAutoScalingUpdateList(_, context),
2108
+ TableName: [],
2109
+ });
2110
+ };
2111
+ const se_WriteRequest = (input, context) => {
2112
+ return take(input, {
2113
+ DeleteRequest: (_) => se_DeleteRequest(_, context),
2114
+ PutRequest: (_) => se_PutRequest(_, context),
2115
+ });
2116
+ };
2117
+ const se_WriteRequests = (input, context) => {
2118
+ return input
2119
+ .filter((e) => e != null)
2120
+ .map((entry) => {
2121
+ return se_WriteRequest(entry, context);
2122
+ });
2123
+ };
2124
+ const de_ArchivalSummary = (output, context) => {
2125
+ return take(output, {
2126
+ ArchivalBackupArn: __expectString,
2127
+ ArchivalDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2128
+ ArchivalReason: __expectString,
2129
+ });
2130
+ };
2131
+ const de_AttributeMap = (output, context) => {
2132
+ return Object.entries(output).reduce((acc, [key, value]) => {
2133
+ if (value === null) {
2134
+ return acc;
2135
+ }
2136
+ acc[key] = de_AttributeValue(__expectUnion(value), context);
2137
+ return acc;
2138
+ }, {});
2139
+ };
2140
+ const de_AttributeValue = (output, context) => {
2141
+ if (output.B != null) {
2142
+ return {
2143
+ B: context.base64Decoder(output.B),
2144
+ };
2145
+ }
2146
+ if (__expectBoolean(output.BOOL) !== undefined) {
2147
+ return { BOOL: __expectBoolean(output.BOOL) };
2148
+ }
2149
+ if (output.BS != null) {
2150
+ return {
2151
+ BS: de_BinarySetAttributeValue(output.BS, context),
2152
+ };
2153
+ }
2154
+ if (output.L != null) {
2155
+ return {
2156
+ L: de_ListAttributeValue(output.L, context),
2157
+ };
2158
+ }
2159
+ if (output.M != null) {
2160
+ return {
2161
+ M: de_MapAttributeValue(output.M, context),
2162
+ };
2163
+ }
2164
+ if (__expectString(output.N) !== undefined) {
2165
+ return { N: __expectString(output.N) };
2166
+ }
2167
+ if (output.NS != null) {
2168
+ return {
2169
+ NS: _json(output.NS),
2170
+ };
2171
+ }
2172
+ if (__expectBoolean(output.NULL) !== undefined) {
2173
+ return { NULL: __expectBoolean(output.NULL) };
2174
+ }
2175
+ if (__expectString(output.S) !== undefined) {
2176
+ return { S: __expectString(output.S) };
2177
+ }
2178
+ if (output.SS != null) {
2179
+ return {
2180
+ SS: _json(output.SS),
2181
+ };
2182
+ }
2183
+ return { $unknown: Object.entries(output)[0] };
2184
+ };
2185
+ const de_AutoScalingPolicyDescription = (output, context) => {
2186
+ return take(output, {
2187
+ PolicyName: __expectString,
2188
+ TargetTrackingScalingPolicyConfiguration: (_) => de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription(_, context),
2189
+ });
2190
+ };
2191
+ const de_AutoScalingPolicyDescriptionList = (output, context) => {
2192
+ const retVal = (output || [])
2193
+ .filter((e) => e != null)
2194
+ .map((entry) => {
2195
+ return de_AutoScalingPolicyDescription(entry, context);
2196
+ });
2197
+ return retVal;
2198
+ };
2199
+ const de_AutoScalingSettingsDescription = (output, context) => {
2200
+ return take(output, {
2201
+ AutoScalingDisabled: __expectBoolean,
2202
+ AutoScalingRoleArn: __expectString,
2203
+ MaximumUnits: __expectLong,
2204
+ MinimumUnits: __expectLong,
2205
+ ScalingPolicies: (_) => de_AutoScalingPolicyDescriptionList(_, context),
2206
+ });
2207
+ };
2208
+ const de_AutoScalingTargetTrackingScalingPolicyConfigurationDescription = (output, context) => {
2209
+ return take(output, {
2210
+ DisableScaleIn: __expectBoolean,
2211
+ ScaleInCooldown: __expectInt32,
2212
+ ScaleOutCooldown: __expectInt32,
2213
+ TargetValue: __limitedParseDouble,
2214
+ });
2215
+ };
2216
+ const de_BackupDescription = (output, context) => {
2217
+ return take(output, {
2218
+ BackupDetails: (_) => de_BackupDetails(_, context),
2219
+ SourceTableDetails: (_) => de_SourceTableDetails(_, context),
2220
+ SourceTableFeatureDetails: (_) => de_SourceTableFeatureDetails(_, context),
2221
+ });
2222
+ };
2223
+ const de_BackupDetails = (output, context) => {
2224
+ return take(output, {
2225
+ BackupArn: __expectString,
2226
+ BackupCreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2227
+ BackupExpiryDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2228
+ BackupName: __expectString,
2229
+ BackupSizeBytes: __expectLong,
2230
+ BackupStatus: __expectString,
2231
+ BackupType: __expectString,
2232
+ });
2233
+ };
2234
+ const de_BackupSummaries = (output, context) => {
2235
+ const retVal = (output || [])
2236
+ .filter((e) => e != null)
2237
+ .map((entry) => {
2238
+ return de_BackupSummary(entry, context);
2239
+ });
2240
+ return retVal;
2241
+ };
2242
+ const de_BackupSummary = (output, context) => {
2243
+ return take(output, {
2244
+ BackupArn: __expectString,
2245
+ BackupCreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2246
+ BackupExpiryDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2247
+ BackupName: __expectString,
2248
+ BackupSizeBytes: __expectLong,
2249
+ BackupStatus: __expectString,
2250
+ BackupType: __expectString,
2251
+ TableArn: __expectString,
2252
+ TableId: __expectString,
2253
+ TableName: __expectString,
2254
+ });
2255
+ };
2256
+ const de_BatchExecuteStatementOutput = (output, context) => {
2257
+ return take(output, {
2258
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2259
+ Responses: (_) => de_PartiQLBatchResponse(_, context),
2260
+ });
2261
+ };
2262
+ const de_BatchGetItemOutput = (output, context) => {
2263
+ return take(output, {
2264
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2265
+ Responses: (_) => de_BatchGetResponseMap(_, context),
2266
+ UnprocessedKeys: (_) => de_BatchGetRequestMap(_, context),
2267
+ });
2268
+ };
2269
+ const de_BatchGetRequestMap = (output, context) => {
2270
+ return Object.entries(output).reduce((acc, [key, value]) => {
2271
+ if (value === null) {
2272
+ return acc;
2273
+ }
2274
+ acc[key] = de_KeysAndAttributes(value, context);
2275
+ return acc;
2276
+ }, {});
2277
+ };
2278
+ const de_BatchGetResponseMap = (output, context) => {
2279
+ return Object.entries(output).reduce((acc, [key, value]) => {
2280
+ if (value === null) {
2281
+ return acc;
2282
+ }
2283
+ acc[key] = de_ItemList(value, context);
2284
+ return acc;
2285
+ }, {});
2286
+ };
2287
+ const de_BatchStatementError = (output, context) => {
2288
+ return take(output, {
2289
+ Code: __expectString,
2290
+ Item: (_) => de_AttributeMap(_, context),
2291
+ Message: __expectString,
2292
+ });
2293
+ };
2294
+ const de_BatchStatementResponse = (output, context) => {
2295
+ return take(output, {
2296
+ Error: (_) => de_BatchStatementError(_, context),
2297
+ Item: (_) => de_AttributeMap(_, context),
2298
+ TableName: __expectString,
2299
+ });
2300
+ };
2301
+ const de_BatchWriteItemOutput = (output, context) => {
2302
+ return take(output, {
2303
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2304
+ ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context),
2305
+ UnprocessedItems: (_) => de_BatchWriteItemRequestMap(_, context),
2306
+ });
2307
+ };
2308
+ const de_BatchWriteItemRequestMap = (output, context) => {
2309
+ return Object.entries(output).reduce((acc, [key, value]) => {
2310
+ if (value === null) {
2311
+ return acc;
2312
+ }
2313
+ acc[key] = de_WriteRequests(value, context);
2314
+ return acc;
2315
+ }, {});
2316
+ };
2317
+ const de_BillingModeSummary = (output, context) => {
2318
+ return take(output, {
2319
+ BillingMode: __expectString,
2320
+ LastUpdateToPayPerRequestDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2321
+ });
2322
+ };
2323
+ const de_BinarySetAttributeValue = (output, context) => {
2324
+ const retVal = (output || [])
2325
+ .filter((e) => e != null)
2326
+ .map((entry) => {
2327
+ return context.base64Decoder(entry);
2328
+ });
2329
+ return retVal;
2330
+ };
2331
+ const de_CancellationReason = (output, context) => {
2332
+ return take(output, {
2333
+ Code: __expectString,
2334
+ Item: (_) => de_AttributeMap(_, context),
2335
+ Message: __expectString,
2336
+ });
2337
+ };
2338
+ const de_CancellationReasonList = (output, context) => {
2339
+ const retVal = (output || [])
2340
+ .filter((e) => e != null)
2341
+ .map((entry) => {
2342
+ return de_CancellationReason(entry, context);
2343
+ });
2344
+ return retVal;
2345
+ };
2346
+ const de_Capacity = (output, context) => {
2347
+ return take(output, {
2348
+ CapacityUnits: __limitedParseDouble,
2349
+ ReadCapacityUnits: __limitedParseDouble,
2350
+ WriteCapacityUnits: __limitedParseDouble,
2351
+ });
2352
+ };
2353
+ const de_ConditionalCheckFailedException = (output, context) => {
2354
+ return take(output, {
2355
+ Item: (_) => de_AttributeMap(_, context),
2356
+ message: __expectString,
2357
+ });
2358
+ };
2359
+ const de_ConsumedCapacity = (output, context) => {
2360
+ return take(output, {
2361
+ CapacityUnits: __limitedParseDouble,
2362
+ GlobalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
2363
+ LocalSecondaryIndexes: (_) => de_SecondaryIndexesCapacityMap(_, context),
2364
+ ReadCapacityUnits: __limitedParseDouble,
2365
+ Table: (_) => de_Capacity(_, context),
2366
+ TableName: __expectString,
2367
+ WriteCapacityUnits: __limitedParseDouble,
2368
+ });
2369
+ };
2370
+ const de_ConsumedCapacityMultiple = (output, context) => {
2371
+ const retVal = (output || [])
2372
+ .filter((e) => e != null)
2373
+ .map((entry) => {
2374
+ return de_ConsumedCapacity(entry, context);
2375
+ });
2376
+ return retVal;
2377
+ };
2378
+ const de_ContinuousBackupsDescription = (output, context) => {
2379
+ return take(output, {
2380
+ ContinuousBackupsStatus: __expectString,
2381
+ PointInTimeRecoveryDescription: (_) => de_PointInTimeRecoveryDescription(_, context),
2382
+ });
2383
+ };
2384
+ const de_CreateBackupOutput = (output, context) => {
2385
+ return take(output, {
2386
+ BackupDetails: (_) => de_BackupDetails(_, context),
2387
+ });
2388
+ };
2389
+ const de_CreateGlobalTableOutput = (output, context) => {
2390
+ return take(output, {
2391
+ GlobalTableDescription: (_) => de_GlobalTableDescription(_, context),
2392
+ });
2393
+ };
2394
+ const de_CreateTableOutput = (output, context) => {
2395
+ return take(output, {
2396
+ TableDescription: (_) => de_TableDescription(_, context),
2397
+ });
2398
+ };
2399
+ const de_DeleteBackupOutput = (output, context) => {
2400
+ return take(output, {
2401
+ BackupDescription: (_) => de_BackupDescription(_, context),
2402
+ });
2403
+ };
2404
+ const de_DeleteItemOutput = (output, context) => {
2405
+ return take(output, {
2406
+ Attributes: (_) => de_AttributeMap(_, context),
2407
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2408
+ ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context),
2409
+ });
2410
+ };
2411
+ const de_DeleteRequest = (output, context) => {
2412
+ return take(output, {
2413
+ Key: (_) => de_Key(_, context),
2414
+ });
2415
+ };
2416
+ const de_DeleteTableOutput = (output, context) => {
2417
+ return take(output, {
2418
+ TableDescription: (_) => de_TableDescription(_, context),
2419
+ });
2420
+ };
2421
+ const de_DescribeBackupOutput = (output, context) => {
2422
+ return take(output, {
2423
+ BackupDescription: (_) => de_BackupDescription(_, context),
2424
+ });
2425
+ };
2426
+ const de_DescribeContinuousBackupsOutput = (output, context) => {
2427
+ return take(output, {
2428
+ ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context),
2429
+ });
2430
+ };
2431
+ const de_DescribeContributorInsightsOutput = (output, context) => {
2432
+ return take(output, {
2433
+ ContributorInsightsRuleList: _json,
2434
+ ContributorInsightsStatus: __expectString,
2435
+ FailureException: _json,
2436
+ IndexName: __expectString,
2437
+ LastUpdateDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2438
+ TableName: __expectString,
2439
+ });
2440
+ };
2441
+ const de_DescribeExportOutput = (output, context) => {
2442
+ return take(output, {
2443
+ ExportDescription: (_) => de_ExportDescription(_, context),
2444
+ });
2445
+ };
2446
+ const de_DescribeGlobalTableOutput = (output, context) => {
2447
+ return take(output, {
2448
+ GlobalTableDescription: (_) => de_GlobalTableDescription(_, context),
2449
+ });
2450
+ };
2451
+ const de_DescribeGlobalTableSettingsOutput = (output, context) => {
2452
+ return take(output, {
2453
+ GlobalTableName: __expectString,
2454
+ ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context),
2455
+ });
2456
+ };
2457
+ const de_DescribeImportOutput = (output, context) => {
2458
+ return take(output, {
2459
+ ImportTableDescription: (_) => de_ImportTableDescription(_, context),
2460
+ });
2461
+ };
2462
+ const de_DescribeTableOutput = (output, context) => {
2463
+ return take(output, {
2464
+ Table: (_) => de_TableDescription(_, context),
2465
+ });
2466
+ };
2467
+ const de_DescribeTableReplicaAutoScalingOutput = (output, context) => {
2468
+ return take(output, {
2469
+ TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context),
2470
+ });
2471
+ };
2472
+ const de_ExecuteStatementOutput = (output, context) => {
2473
+ return take(output, {
2474
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2475
+ Items: (_) => de_ItemList(_, context),
2476
+ LastEvaluatedKey: (_) => de_Key(_, context),
2477
+ NextToken: __expectString,
2478
+ });
2479
+ };
2480
+ const de_ExecuteTransactionOutput = (output, context) => {
2481
+ return take(output, {
2482
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2483
+ Responses: (_) => de_ItemResponseList(_, context),
2484
+ });
2485
+ };
2486
+ const de_ExportDescription = (output, context) => {
2487
+ return take(output, {
2488
+ BilledSizeBytes: __expectLong,
2489
+ ClientToken: __expectString,
2490
+ EndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2491
+ ExportArn: __expectString,
2492
+ ExportFormat: __expectString,
2493
+ ExportManifest: __expectString,
2494
+ ExportStatus: __expectString,
2495
+ ExportTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2496
+ ExportType: __expectString,
2497
+ FailureCode: __expectString,
2498
+ FailureMessage: __expectString,
2499
+ IncrementalExportSpecification: (_) => de_IncrementalExportSpecification(_, context),
2500
+ ItemCount: __expectLong,
2501
+ S3Bucket: __expectString,
2502
+ S3BucketOwner: __expectString,
2503
+ S3Prefix: __expectString,
2504
+ S3SseAlgorithm: __expectString,
2505
+ S3SseKmsKeyId: __expectString,
2506
+ StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2507
+ TableArn: __expectString,
2508
+ TableId: __expectString,
2509
+ });
2510
+ };
2511
+ const de_ExportTableToPointInTimeOutput = (output, context) => {
2512
+ return take(output, {
2513
+ ExportDescription: (_) => de_ExportDescription(_, context),
2514
+ });
2515
+ };
2516
+ const de_GetItemOutput = (output, context) => {
2517
+ return take(output, {
2518
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2519
+ Item: (_) => de_AttributeMap(_, context),
2520
+ });
2521
+ };
2522
+ const de_GlobalSecondaryIndexDescription = (output, context) => {
2523
+ return take(output, {
2524
+ Backfilling: __expectBoolean,
2525
+ IndexArn: __expectString,
2526
+ IndexName: __expectString,
2527
+ IndexSizeBytes: __expectLong,
2528
+ IndexStatus: __expectString,
2529
+ ItemCount: __expectLong,
2530
+ KeySchema: _json,
2531
+ Projection: _json,
2532
+ ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
2533
+ });
2534
+ };
2535
+ const de_GlobalSecondaryIndexDescriptionList = (output, context) => {
2536
+ const retVal = (output || [])
2537
+ .filter((e) => e != null)
2538
+ .map((entry) => {
2539
+ return de_GlobalSecondaryIndexDescription(entry, context);
2540
+ });
2541
+ return retVal;
2542
+ };
2543
+ const de_GlobalTableDescription = (output, context) => {
2544
+ return take(output, {
2545
+ CreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2546
+ GlobalTableArn: __expectString,
2547
+ GlobalTableName: __expectString,
2548
+ GlobalTableStatus: __expectString,
2549
+ ReplicationGroup: (_) => de_ReplicaDescriptionList(_, context),
2550
+ });
2551
+ };
2552
+ const de_ImportSummary = (output, context) => {
2553
+ return take(output, {
2554
+ CloudWatchLogGroupArn: __expectString,
2555
+ EndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2556
+ ImportArn: __expectString,
2557
+ ImportStatus: __expectString,
2558
+ InputFormat: __expectString,
2559
+ S3BucketSource: _json,
2560
+ StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2561
+ TableArn: __expectString,
2562
+ });
2563
+ };
2564
+ const de_ImportSummaryList = (output, context) => {
2565
+ const retVal = (output || [])
2566
+ .filter((e) => e != null)
2567
+ .map((entry) => {
2568
+ return de_ImportSummary(entry, context);
2569
+ });
2570
+ return retVal;
2571
+ };
2572
+ const de_ImportTableDescription = (output, context) => {
2573
+ return take(output, {
2574
+ ClientToken: __expectString,
2575
+ CloudWatchLogGroupArn: __expectString,
2576
+ EndTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2577
+ ErrorCount: __expectLong,
2578
+ FailureCode: __expectString,
2579
+ FailureMessage: __expectString,
2580
+ ImportArn: __expectString,
2581
+ ImportStatus: __expectString,
2582
+ ImportedItemCount: __expectLong,
2583
+ InputCompressionType: __expectString,
2584
+ InputFormat: __expectString,
2585
+ InputFormatOptions: _json,
2586
+ ProcessedItemCount: __expectLong,
2587
+ ProcessedSizeBytes: __expectLong,
2588
+ S3BucketSource: _json,
2589
+ StartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2590
+ TableArn: __expectString,
2591
+ TableCreationParameters: _json,
2592
+ TableId: __expectString,
2593
+ });
2594
+ };
2595
+ const de_ImportTableOutput = (output, context) => {
2596
+ return take(output, {
2597
+ ImportTableDescription: (_) => de_ImportTableDescription(_, context),
2598
+ });
2599
+ };
2600
+ const de_IncrementalExportSpecification = (output, context) => {
2601
+ return take(output, {
2602
+ ExportFromTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2603
+ ExportToTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2604
+ ExportViewType: __expectString,
2605
+ });
2606
+ };
2607
+ const de_ItemCollectionKeyAttributeMap = (output, context) => {
2608
+ return Object.entries(output).reduce((acc, [key, value]) => {
2609
+ if (value === null) {
2610
+ return acc;
2611
+ }
2612
+ acc[key] = de_AttributeValue(__expectUnion(value), context);
2613
+ return acc;
2614
+ }, {});
2615
+ };
2616
+ const de_ItemCollectionMetrics = (output, context) => {
2617
+ return take(output, {
2618
+ ItemCollectionKey: (_) => de_ItemCollectionKeyAttributeMap(_, context),
2619
+ SizeEstimateRangeGB: (_) => de_ItemCollectionSizeEstimateRange(_, context),
2620
+ });
2621
+ };
2622
+ const de_ItemCollectionMetricsMultiple = (output, context) => {
2623
+ const retVal = (output || [])
2624
+ .filter((e) => e != null)
2625
+ .map((entry) => {
2626
+ return de_ItemCollectionMetrics(entry, context);
2627
+ });
2628
+ return retVal;
2629
+ };
2630
+ const de_ItemCollectionMetricsPerTable = (output, context) => {
2631
+ return Object.entries(output).reduce((acc, [key, value]) => {
2632
+ if (value === null) {
2633
+ return acc;
2634
+ }
2635
+ acc[key] = de_ItemCollectionMetricsMultiple(value, context);
2636
+ return acc;
2637
+ }, {});
2638
+ };
2639
+ const de_ItemCollectionSizeEstimateRange = (output, context) => {
2640
+ const retVal = (output || [])
2641
+ .filter((e) => e != null)
2642
+ .map((entry) => {
2643
+ return __limitedParseDouble(entry);
2644
+ });
2645
+ return retVal;
2646
+ };
2647
+ const de_ItemList = (output, context) => {
2648
+ const retVal = (output || [])
2649
+ .filter((e) => e != null)
2650
+ .map((entry) => {
2651
+ return de_AttributeMap(entry, context);
2652
+ });
2653
+ return retVal;
2654
+ };
2655
+ const de_ItemResponse = (output, context) => {
2656
+ return take(output, {
2657
+ Item: (_) => de_AttributeMap(_, context),
2658
+ });
2659
+ };
2660
+ const de_ItemResponseList = (output, context) => {
2661
+ const retVal = (output || [])
2662
+ .filter((e) => e != null)
2663
+ .map((entry) => {
2664
+ return de_ItemResponse(entry, context);
2665
+ });
2666
+ return retVal;
2667
+ };
2668
+ const de_Key = (output, context) => {
2669
+ return Object.entries(output).reduce((acc, [key, value]) => {
2670
+ if (value === null) {
2671
+ return acc;
2672
+ }
2673
+ acc[key] = de_AttributeValue(__expectUnion(value), context);
2674
+ return acc;
2675
+ }, {});
2676
+ };
2677
+ const de_KeyList = (output, context) => {
2678
+ const retVal = (output || [])
2679
+ .filter((e) => e != null)
2680
+ .map((entry) => {
2681
+ return de_Key(entry, context);
2682
+ });
2683
+ return retVal;
2684
+ };
2685
+ const de_KeysAndAttributes = (output, context) => {
2686
+ return take(output, {
2687
+ AttributesToGet: _json,
2688
+ ConsistentRead: __expectBoolean,
2689
+ ExpressionAttributeNames: _json,
2690
+ Keys: (_) => de_KeyList(_, context),
2691
+ ProjectionExpression: __expectString,
2692
+ });
2693
+ };
2694
+ const de_ListAttributeValue = (output, context) => {
2695
+ const retVal = (output || [])
2696
+ .filter((e) => e != null)
2697
+ .map((entry) => {
2698
+ return de_AttributeValue(__expectUnion(entry), context);
2699
+ });
2700
+ return retVal;
2701
+ };
2702
+ const de_ListBackupsOutput = (output, context) => {
2703
+ return take(output, {
2704
+ BackupSummaries: (_) => de_BackupSummaries(_, context),
2705
+ LastEvaluatedBackupArn: __expectString,
2706
+ });
2707
+ };
2708
+ const de_ListImportsOutput = (output, context) => {
2709
+ return take(output, {
2710
+ ImportSummaryList: (_) => de_ImportSummaryList(_, context),
2711
+ NextToken: __expectString,
2712
+ });
2713
+ };
2714
+ const de_MapAttributeValue = (output, context) => {
2715
+ return Object.entries(output).reduce((acc, [key, value]) => {
2716
+ if (value === null) {
2717
+ return acc;
2718
+ }
2719
+ acc[key] = de_AttributeValue(__expectUnion(value), context);
2720
+ return acc;
2721
+ }, {});
2722
+ };
2723
+ const de_PartiQLBatchResponse = (output, context) => {
2724
+ const retVal = (output || [])
2725
+ .filter((e) => e != null)
2726
+ .map((entry) => {
2727
+ return de_BatchStatementResponse(entry, context);
2728
+ });
2729
+ return retVal;
2730
+ };
2731
+ const de_PointInTimeRecoveryDescription = (output, context) => {
2732
+ return take(output, {
2733
+ EarliestRestorableDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2734
+ LatestRestorableDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2735
+ PointInTimeRecoveryStatus: __expectString,
2736
+ });
2737
+ };
2738
+ const de_ProvisionedThroughputDescription = (output, context) => {
2739
+ return take(output, {
2740
+ LastDecreaseDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2741
+ LastIncreaseDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2742
+ NumberOfDecreasesToday: __expectLong,
2743
+ ReadCapacityUnits: __expectLong,
2744
+ WriteCapacityUnits: __expectLong,
2745
+ });
2746
+ };
2747
+ const de_PutItemInputAttributeMap = (output, context) => {
2748
+ return Object.entries(output).reduce((acc, [key, value]) => {
2749
+ if (value === null) {
2750
+ return acc;
2751
+ }
2752
+ acc[key] = de_AttributeValue(__expectUnion(value), context);
2753
+ return acc;
2754
+ }, {});
2755
+ };
2756
+ const de_PutItemOutput = (output, context) => {
2757
+ return take(output, {
2758
+ Attributes: (_) => de_AttributeMap(_, context),
2759
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2760
+ ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context),
2761
+ });
2762
+ };
2763
+ const de_PutRequest = (output, context) => {
2764
+ return take(output, {
2765
+ Item: (_) => de_PutItemInputAttributeMap(_, context),
2766
+ });
2767
+ };
2768
+ const de_QueryOutput = (output, context) => {
2769
+ return take(output, {
2770
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2771
+ Count: __expectInt32,
2772
+ Items: (_) => de_ItemList(_, context),
2773
+ LastEvaluatedKey: (_) => de_Key(_, context),
2774
+ ScannedCount: __expectInt32,
2775
+ });
2776
+ };
2777
+ const de_ReplicaAutoScalingDescription = (output, context) => {
2778
+ return take(output, {
2779
+ GlobalSecondaryIndexes: (_) => de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList(_, context),
2780
+ RegionName: __expectString,
2781
+ ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2782
+ ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2783
+ ReplicaStatus: __expectString,
2784
+ });
2785
+ };
2786
+ const de_ReplicaAutoScalingDescriptionList = (output, context) => {
2787
+ const retVal = (output || [])
2788
+ .filter((e) => e != null)
2789
+ .map((entry) => {
2790
+ return de_ReplicaAutoScalingDescription(entry, context);
2791
+ });
2792
+ return retVal;
2793
+ };
2794
+ const de_ReplicaDescription = (output, context) => {
2795
+ return take(output, {
2796
+ GlobalSecondaryIndexes: _json,
2797
+ KMSMasterKeyId: __expectString,
2798
+ ProvisionedThroughputOverride: _json,
2799
+ RegionName: __expectString,
2800
+ ReplicaInaccessibleDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2801
+ ReplicaStatus: __expectString,
2802
+ ReplicaStatusDescription: __expectString,
2803
+ ReplicaStatusPercentProgress: __expectString,
2804
+ ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
2805
+ });
2806
+ };
2807
+ const de_ReplicaDescriptionList = (output, context) => {
2808
+ const retVal = (output || [])
2809
+ .filter((e) => e != null)
2810
+ .map((entry) => {
2811
+ return de_ReplicaDescription(entry, context);
2812
+ });
2813
+ return retVal;
2814
+ };
2815
+ const de_ReplicaGlobalSecondaryIndexAutoScalingDescription = (output, context) => {
2816
+ return take(output, {
2817
+ IndexName: __expectString,
2818
+ IndexStatus: __expectString,
2819
+ ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2820
+ ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2821
+ });
2822
+ };
2823
+ const de_ReplicaGlobalSecondaryIndexAutoScalingDescriptionList = (output, context) => {
2824
+ const retVal = (output || [])
2825
+ .filter((e) => e != null)
2826
+ .map((entry) => {
2827
+ return de_ReplicaGlobalSecondaryIndexAutoScalingDescription(entry, context);
2828
+ });
2829
+ return retVal;
2830
+ };
2831
+ const de_ReplicaGlobalSecondaryIndexSettingsDescription = (output, context) => {
2832
+ return take(output, {
2833
+ IndexName: __expectString,
2834
+ IndexStatus: __expectString,
2835
+ ProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2836
+ ProvisionedReadCapacityUnits: __expectLong,
2837
+ ProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2838
+ ProvisionedWriteCapacityUnits: __expectLong,
2839
+ });
2840
+ };
2841
+ const de_ReplicaGlobalSecondaryIndexSettingsDescriptionList = (output, context) => {
2842
+ const retVal = (output || [])
2843
+ .filter((e) => e != null)
2844
+ .map((entry) => {
2845
+ return de_ReplicaGlobalSecondaryIndexSettingsDescription(entry, context);
2846
+ });
2847
+ return retVal;
2848
+ };
2849
+ const de_ReplicaSettingsDescription = (output, context) => {
2850
+ return take(output, {
2851
+ RegionName: __expectString,
2852
+ ReplicaBillingModeSummary: (_) => de_BillingModeSummary(_, context),
2853
+ ReplicaGlobalSecondaryIndexSettings: (_) => de_ReplicaGlobalSecondaryIndexSettingsDescriptionList(_, context),
2854
+ ReplicaProvisionedReadCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2855
+ ReplicaProvisionedReadCapacityUnits: __expectLong,
2856
+ ReplicaProvisionedWriteCapacityAutoScalingSettings: (_) => de_AutoScalingSettingsDescription(_, context),
2857
+ ReplicaProvisionedWriteCapacityUnits: __expectLong,
2858
+ ReplicaStatus: __expectString,
2859
+ ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
2860
+ });
2861
+ };
2862
+ const de_ReplicaSettingsDescriptionList = (output, context) => {
2863
+ const retVal = (output || [])
2864
+ .filter((e) => e != null)
2865
+ .map((entry) => {
2866
+ return de_ReplicaSettingsDescription(entry, context);
2867
+ });
2868
+ return retVal;
2869
+ };
2870
+ const de_RestoreSummary = (output, context) => {
2871
+ return take(output, {
2872
+ RestoreDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2873
+ RestoreInProgress: __expectBoolean,
2874
+ SourceBackupArn: __expectString,
2875
+ SourceTableArn: __expectString,
2876
+ });
2877
+ };
2878
+ const de_RestoreTableFromBackupOutput = (output, context) => {
2879
+ return take(output, {
2880
+ TableDescription: (_) => de_TableDescription(_, context),
2881
+ });
2882
+ };
2883
+ const de_RestoreTableToPointInTimeOutput = (output, context) => {
2884
+ return take(output, {
2885
+ TableDescription: (_) => de_TableDescription(_, context),
2886
+ });
2887
+ };
2888
+ const de_ScanOutput = (output, context) => {
2889
+ return take(output, {
2890
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
2891
+ Count: __expectInt32,
2892
+ Items: (_) => de_ItemList(_, context),
2893
+ LastEvaluatedKey: (_) => de_Key(_, context),
2894
+ ScannedCount: __expectInt32,
2895
+ });
2896
+ };
2897
+ const de_SecondaryIndexesCapacityMap = (output, context) => {
2898
+ return Object.entries(output).reduce((acc, [key, value]) => {
2899
+ if (value === null) {
2900
+ return acc;
2901
+ }
2902
+ acc[key] = de_Capacity(value, context);
2903
+ return acc;
2904
+ }, {});
2905
+ };
2906
+ const de_SourceTableDetails = (output, context) => {
2907
+ return take(output, {
2908
+ BillingMode: __expectString,
2909
+ ItemCount: __expectLong,
2910
+ KeySchema: _json,
2911
+ ProvisionedThroughput: _json,
2912
+ TableArn: __expectString,
2913
+ TableCreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2914
+ TableId: __expectString,
2915
+ TableName: __expectString,
2916
+ TableSizeBytes: __expectLong,
2917
+ });
2918
+ };
2919
+ const de_SourceTableFeatureDetails = (output, context) => {
2920
+ return take(output, {
2921
+ GlobalSecondaryIndexes: _json,
2922
+ LocalSecondaryIndexes: _json,
2923
+ SSEDescription: (_) => de_SSEDescription(_, context),
2924
+ StreamDescription: _json,
2925
+ TimeToLiveDescription: _json,
2926
+ });
2927
+ };
2928
+ const de_SSEDescription = (output, context) => {
2929
+ return take(output, {
2930
+ InaccessibleEncryptionDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2931
+ KMSMasterKeyArn: __expectString,
2932
+ SSEType: __expectString,
2933
+ Status: __expectString,
2934
+ });
2935
+ };
2936
+ const de_TableAutoScalingDescription = (output, context) => {
2937
+ return take(output, {
2938
+ Replicas: (_) => de_ReplicaAutoScalingDescriptionList(_, context),
2939
+ TableName: __expectString,
2940
+ TableStatus: __expectString,
2941
+ });
2942
+ };
2943
+ const de_TableClassSummary = (output, context) => {
2944
+ return take(output, {
2945
+ LastUpdateDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2946
+ TableClass: __expectString,
2947
+ });
2948
+ };
2949
+ const de_TableDescription = (output, context) => {
2950
+ return take(output, {
2951
+ ArchivalSummary: (_) => de_ArchivalSummary(_, context),
2952
+ AttributeDefinitions: _json,
2953
+ BillingModeSummary: (_) => de_BillingModeSummary(_, context),
2954
+ CreationDateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2955
+ DeletionProtectionEnabled: __expectBoolean,
2956
+ GlobalSecondaryIndexes: (_) => de_GlobalSecondaryIndexDescriptionList(_, context),
2957
+ GlobalTableVersion: __expectString,
2958
+ ItemCount: __expectLong,
2959
+ KeySchema: _json,
2960
+ LatestStreamArn: __expectString,
2961
+ LatestStreamLabel: __expectString,
2962
+ LocalSecondaryIndexes: _json,
2963
+ ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
2964
+ Replicas: (_) => de_ReplicaDescriptionList(_, context),
2965
+ RestoreSummary: (_) => de_RestoreSummary(_, context),
2966
+ SSEDescription: (_) => de_SSEDescription(_, context),
2967
+ StreamSpecification: _json,
2968
+ TableArn: __expectString,
2969
+ TableClassSummary: (_) => de_TableClassSummary(_, context),
2970
+ TableId: __expectString,
2971
+ TableName: __expectString,
2972
+ TableSizeBytes: __expectLong,
2973
+ TableStatus: __expectString,
2974
+ });
2975
+ };
2976
+ const de_TransactGetItemsOutput = (output, context) => {
2977
+ return take(output, {
2978
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2979
+ Responses: (_) => de_ItemResponseList(_, context),
2980
+ });
2981
+ };
2982
+ const de_TransactionCanceledException = (output, context) => {
2983
+ return take(output, {
2984
+ CancellationReasons: (_) => de_CancellationReasonList(_, context),
2985
+ Message: __expectString,
2986
+ });
2987
+ };
2988
+ const de_TransactWriteItemsOutput = (output, context) => {
2989
+ return take(output, {
2990
+ ConsumedCapacity: (_) => de_ConsumedCapacityMultiple(_, context),
2991
+ ItemCollectionMetrics: (_) => de_ItemCollectionMetricsPerTable(_, context),
2992
+ });
2993
+ };
2994
+ const de_UpdateContinuousBackupsOutput = (output, context) => {
2995
+ return take(output, {
2996
+ ContinuousBackupsDescription: (_) => de_ContinuousBackupsDescription(_, context),
2997
+ });
2998
+ };
2999
+ const de_UpdateGlobalTableOutput = (output, context) => {
3000
+ return take(output, {
3001
+ GlobalTableDescription: (_) => de_GlobalTableDescription(_, context),
3002
+ });
3003
+ };
3004
+ const de_UpdateGlobalTableSettingsOutput = (output, context) => {
3005
+ return take(output, {
3006
+ GlobalTableName: __expectString,
3007
+ ReplicaSettings: (_) => de_ReplicaSettingsDescriptionList(_, context),
3008
+ });
3009
+ };
3010
+ const de_UpdateItemOutput = (output, context) => {
3011
+ return take(output, {
3012
+ Attributes: (_) => de_AttributeMap(_, context),
3013
+ ConsumedCapacity: (_) => de_ConsumedCapacity(_, context),
3014
+ ItemCollectionMetrics: (_) => de_ItemCollectionMetrics(_, context),
3015
+ });
3016
+ };
3017
+ const de_UpdateTableOutput = (output, context) => {
3018
+ return take(output, {
3019
+ TableDescription: (_) => de_TableDescription(_, context),
3020
+ });
3021
+ };
3022
+ const de_UpdateTableReplicaAutoScalingOutput = (output, context) => {
3023
+ return take(output, {
3024
+ TableAutoScalingDescription: (_) => de_TableAutoScalingDescription(_, context),
3025
+ });
3026
+ };
3027
+ const de_WriteRequest = (output, context) => {
3028
+ return take(output, {
3029
+ DeleteRequest: (_) => de_DeleteRequest(_, context),
3030
+ PutRequest: (_) => de_PutRequest(_, context),
3031
+ });
3032
+ };
3033
+ const de_WriteRequests = (output, context) => {
3034
+ const retVal = (output || [])
3035
+ .filter((e) => e != null)
3036
+ .map((entry) => {
3037
+ return de_WriteRequest(entry, context);
3038
+ });
3039
+ return retVal;
3040
+ };
3041
+ const deserializeMetadata = (output) => ({
3042
+ httpStatusCode: output.statusCode,
3043
+ requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
3044
+ extendedRequestId: output.headers["x-amz-id-2"],
3045
+ cfId: output.headers["x-amz-cf-id"],
3046
+ });
3047
+ const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
3048
+ const throwDefaultError = withBaseException(__BaseException);
3049
+ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
3050
+ const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
3051
+ const contents = {
3052
+ protocol,
3053
+ hostname,
3054
+ port,
3055
+ method: "POST",
3056
+ path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
3057
+ headers,
3058
+ };
3059
+ if (resolvedHostname !== undefined) {
3060
+ contents.hostname = resolvedHostname;
3061
+ }
3062
+ if (body !== undefined) {
3063
+ contents.body = body;
3064
+ }
3065
+ return new __HttpRequest(contents);
3066
+ };
3067
+ function sharedHeaders(operation) {
3068
+ return {
3069
+ "content-type": "application/x-amz-json-1.0",
3070
+ "x-amz-target": `DynamoDB_20120810.${operation}`,
3071
+ };
3072
+ }