p6-cdk-namer 1.3.45 → 1.3.47

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 (2174) hide show
  1. package/.jsii +4 -4
  2. package/lib/p6cdknamer.js +1 -1
  3. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/LICENSE +201 -0
  4. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/README.md +4 -0
  5. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-cjs/index.js +294 -0
  6. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  7. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  8. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  9. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  10. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  11. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
  12. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  13. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  14. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  15. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  16. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  17. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  18. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  19. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  20. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  21. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  22. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  23. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  24. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  25. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  26. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  27. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  28. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  29. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  30. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  31. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  32. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  33. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  34. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  35. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +50 -0
  36. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  37. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  38. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  39. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  40. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  41. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  42. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +65 -0
  43. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  44. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  45. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  46. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -0
  47. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  48. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  49. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
  50. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  51. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
  52. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  53. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  54. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  55. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  56. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  57. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  58. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  59. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  60. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  61. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  62. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  63. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  64. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  65. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  66. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  67. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  68. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  69. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  70. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  71. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  72. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +13 -0
  73. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  74. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  75. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  76. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  77. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  78. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  79. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +58 -0
  80. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  81. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  82. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  83. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +30 -0
  84. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  85. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  86. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
  87. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  88. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
  89. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  90. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  91. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  92. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  93. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  94. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  95. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  96. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  97. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  98. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  99. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  100. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  101. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  102. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  103. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  104. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  105. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  106. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  107. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  108. package/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/package.json +57 -0
  109. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/LICENSE +201 -0
  110. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/README.md +115 -0
  111. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  112. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  113. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/abort.js +1 -0
  114. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  115. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  116. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  117. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  118. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  119. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  120. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  121. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  122. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  123. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/client.js +1 -0
  124. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/command.js +1 -0
  125. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  126. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  127. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  128. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  129. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  130. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  131. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/encode.js +1 -0
  132. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  133. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  134. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  135. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  136. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  137. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  138. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  139. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  140. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  141. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  142. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  143. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  144. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  145. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  146. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  147. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  148. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/http.js +5 -0
  149. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  150. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  151. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  152. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  153. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  154. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/index.js +40 -0
  155. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/logger.js +1 -0
  156. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  157. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  158. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/profile.js +6 -0
  159. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/response.js +1 -0
  160. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/retry.js +1 -0
  161. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  162. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  163. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  164. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/serde.js +1 -0
  165. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  166. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/signature.js +1 -0
  167. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/stream.js +1 -0
  168. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  169. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  170. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  171. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  172. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  173. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  174. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  175. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  176. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  177. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  178. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/uri.js +1 -0
  179. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/util.js +1 -0
  180. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  181. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  182. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  183. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  184. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  185. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  186. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  187. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  188. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  189. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  190. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  191. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  192. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  193. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  194. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  195. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  196. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  197. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  198. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  199. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  200. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  201. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  202. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  203. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  204. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  205. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  206. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  207. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  208. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  209. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  210. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  211. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  212. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  213. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  214. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  215. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  216. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +121 -0
  217. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  218. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  219. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  220. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  221. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  222. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  223. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/index.d.ts +40 -0
  224. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  225. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  226. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  227. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  228. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  229. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  230. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/schema.d.ts +271 -0
  231. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  232. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  233. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  234. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  235. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  236. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  237. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  238. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  239. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  240. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  241. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  242. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  243. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  244. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  245. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  246. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  247. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  248. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  249. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  250. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  251. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  252. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  253. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  254. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  255. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  256. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  257. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  258. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  259. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  260. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  261. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  262. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  263. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  264. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  265. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  266. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  267. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  268. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  269. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  270. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  271. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  272. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  273. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  274. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  275. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  276. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  277. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  278. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  279. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  280. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  281. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  282. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
  283. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  284. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  285. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  286. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  287. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  288. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  289. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +40 -0
  290. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  291. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  292. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  293. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  294. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  295. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  296. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +289 -0
  297. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  298. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  299. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  300. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  301. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  302. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  303. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  304. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  305. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  306. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  307. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  308. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  309. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  310. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  311. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  312. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  313. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  314. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  315. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  316. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  317. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  318. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  319. package/node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/package.json +61 -0
  320. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/LICENSE +201 -0
  321. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/README.md +4 -0
  322. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-cjs/index.js +294 -0
  323. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  324. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  325. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  326. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  327. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  328. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  329. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  330. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  331. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  332. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  333. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  334. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  335. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  336. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  337. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  338. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  339. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  340. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  341. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  342. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  343. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  344. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  345. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  346. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
  347. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  348. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  349. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  350. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  351. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  352. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  353. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  354. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  355. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  356. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  357. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  358. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  359. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  360. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  361. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  362. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  363. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  364. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  365. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  366. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  367. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  368. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  369. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  370. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +50 -0
  371. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  372. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  373. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  374. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  375. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  376. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  377. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +65 -0
  378. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  379. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  380. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  381. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +60 -0
  382. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  383. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  384. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
  385. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  386. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
  387. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  388. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  389. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  390. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  391. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  392. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  393. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  394. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  395. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  396. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  397. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  398. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  399. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  400. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  401. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  402. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  403. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  404. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  405. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  406. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  407. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +13 -0
  408. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  409. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  410. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  411. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  412. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  413. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  414. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +58 -0
  415. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  416. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  417. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  418. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +30 -0
  419. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  420. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  421. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
  422. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  423. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
  424. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  425. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  426. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  427. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  428. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  429. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  430. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  431. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  432. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  433. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  434. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  435. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  436. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  437. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  438. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  439. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  440. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  441. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  442. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  443. package/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/package.json +57 -0
  444. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/LICENSE +201 -0
  445. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/README.md +115 -0
  446. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  447. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  448. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/abort.js +1 -0
  449. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  450. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  451. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  452. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  453. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  454. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  455. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  456. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  457. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  458. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/client.js +1 -0
  459. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/command.js +1 -0
  460. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  461. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  462. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  463. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  464. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  465. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  466. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/encode.js +1 -0
  467. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  468. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  469. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  470. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  471. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  472. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  473. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  474. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  475. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  476. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  477. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  478. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  479. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  480. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  481. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  482. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  483. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/http.js +5 -0
  484. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  485. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  486. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  487. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  488. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  489. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/index.js +40 -0
  490. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/logger.js +1 -0
  491. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  492. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  493. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/profile.js +6 -0
  494. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/response.js +1 -0
  495. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/retry.js +1 -0
  496. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  497. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  498. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  499. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/serde.js +1 -0
  500. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  501. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/signature.js +1 -0
  502. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/stream.js +1 -0
  503. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  504. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  505. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  506. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  507. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  508. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  509. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  510. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  511. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  512. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  513. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/uri.js +1 -0
  514. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/util.js +1 -0
  515. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  516. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  517. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  518. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  519. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  520. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  521. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  522. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  523. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  524. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  525. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  526. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  527. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  528. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  529. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  530. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  531. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  532. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  533. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  534. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  535. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  536. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  537. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  538. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  539. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  540. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  541. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  542. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  543. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  544. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  545. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  546. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  547. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  548. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  549. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  550. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  551. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +121 -0
  552. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  553. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  554. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  555. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  556. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  557. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  558. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/index.d.ts +40 -0
  559. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  560. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  561. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  562. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  563. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  564. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  565. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/schema.d.ts +271 -0
  566. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  567. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  568. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  569. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  570. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  571. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  572. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  573. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  574. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  575. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  576. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  577. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  578. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  579. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  580. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  581. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  582. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  583. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  584. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  585. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  586. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  587. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  588. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  589. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  590. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  591. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  592. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  593. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  594. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  595. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  596. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  597. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  598. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  599. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  600. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  601. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  602. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  603. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  604. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  605. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  606. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  607. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  608. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  609. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  610. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  611. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  612. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  613. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  614. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  615. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  616. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  617. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
  618. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  619. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  620. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  621. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  622. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  623. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  624. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +40 -0
  625. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  626. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  627. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  628. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  629. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  630. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  631. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +289 -0
  632. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  633. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  634. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  635. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  636. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  637. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  638. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  639. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  640. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  641. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  642. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  643. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  644. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  645. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  646. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  647. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  648. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  649. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  650. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  651. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  652. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  653. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  654. package/node_modules/@aws-crypto/util/node_modules/@smithy/types/package.json +61 -0
  655. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +11 -11
  656. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  657. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  658. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  659. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  660. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  661. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  662. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  663. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  664. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  665. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  666. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  667. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
  668. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
  669. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  670. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  671. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  672. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
  673. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
  674. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  675. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  676. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
  677. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  678. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
  679. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  680. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
  681. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/types/package.json +2 -2
  682. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  683. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  684. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  685. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
  686. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
  687. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  688. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  689. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  690. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/config-resolver/package.json +5 -4
  691. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
  692. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
  693. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
  694. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
  695. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
  696. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  697. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
  698. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
  699. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
  700. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
  701. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  702. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
  703. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  704. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
  705. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
  706. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  707. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  708. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
  709. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  710. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  711. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  712. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
  713. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  714. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
  715. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
  716. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  717. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  718. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
  719. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  720. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  721. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  722. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +7 -7
  723. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  724. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  725. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/hash-node/package.json +2 -2
  726. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/invalid-dependency/package.json +2 -2
  727. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-content-length/package.json +3 -3
  728. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  729. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +8 -8
  730. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-serde/package.json +3 -3
  731. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-stack/package.json +2 -2
  732. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-config-provider/package.json +4 -4
  733. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/node-http-handler/package.json +5 -5
  734. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/property-provider/package.json +2 -2
  735. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/protocol-http/package.json +2 -2
  736. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +7 -7
  737. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/index.js +1 -0
  738. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  739. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  740. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  741. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  742. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  743. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  744. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  745. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  746. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  747. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  748. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  749. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/types/package.json +1 -1
  750. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/url-parser/package.json +3 -3
  751. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  752. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  753. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-middleware/package.json +2 -2
  754. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-retry/package.json +3 -3
  755. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
  756. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
  757. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/package.json +4 -4
  758. package/node_modules/@aws-sdk/client-iam/package.json +34 -34
  759. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/core/package.json +11 -11
  760. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  761. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  762. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  763. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  764. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
  765. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
  766. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  767. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  768. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
  769. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  770. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
  771. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  772. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
  773. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/types/package.json +2 -2
  774. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  775. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  776. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  777. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
  778. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
  779. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  780. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  781. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  782. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/config-resolver/package.json +5 -4
  783. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
  784. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
  785. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
  786. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
  787. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
  788. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  789. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
  790. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
  791. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
  792. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
  793. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  794. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
  795. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  796. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
  797. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
  798. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  799. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  800. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
  801. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  802. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  803. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  804. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
  805. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  806. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
  807. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
  808. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  809. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  810. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
  811. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  812. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  813. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  814. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/core/package.json +7 -7
  815. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  816. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  817. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/hash-node/package.json +2 -2
  818. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/invalid-dependency/package.json +2 -2
  819. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-content-length/package.json +3 -3
  820. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  821. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-retry/package.json +8 -8
  822. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-serde/package.json +3 -3
  823. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/middleware-stack/package.json +2 -2
  824. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/node-config-provider/package.json +4 -4
  825. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/node-http-handler/package.json +5 -5
  826. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/property-provider/package.json +2 -2
  827. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/protocol-http/package.json +2 -2
  828. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/smithy-client/package.json +7 -7
  829. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/index.js +1 -0
  830. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  831. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  832. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  833. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  834. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  835. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  836. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  837. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  838. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  839. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  840. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  841. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/types/package.json +1 -1
  842. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/url-parser/package.json +3 -3
  843. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  844. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  845. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-middleware/package.json +2 -2
  846. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +3 -3
  847. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
  848. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
  849. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/package.json +4 -4
  850. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  851. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/core/package.json +11 -11
  852. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  853. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  854. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  855. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  856. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
  857. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
  858. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  859. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  860. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  861. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +22 -49
  862. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -1
  863. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  864. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  865. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -1
  866. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  867. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -1
  868. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  869. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/package.json +4 -7
  870. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/types/package.json +2 -2
  871. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  872. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  873. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  874. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -5
  875. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
  876. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  877. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  878. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  879. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/config-resolver/package.json +5 -4
  880. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -2
  881. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -3
  882. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +171 -169
  883. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -2
  884. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -4
  885. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +1 -1
  886. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/index.js +1 -0
  887. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +4 -6
  888. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +4 -6
  889. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +26 -35
  890. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  891. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +1 -0
  892. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  893. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +2 -0
  894. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +2 -0
  895. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  896. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  897. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -0
  898. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  899. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  900. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  901. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +1 -0
  902. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +2 -0
  903. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +2 -0
  904. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +2 -0
  905. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +4 -21
  906. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +2 -0
  907. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -0
  908. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +2 -0
  909. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +2 -0
  910. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  911. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/core/package.json +7 -7
  912. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  913. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  914. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/hash-node/package.json +2 -2
  915. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/invalid-dependency/package.json +2 -2
  916. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-content-length/package.json +3 -3
  917. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  918. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-retry/package.json +8 -8
  919. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-serde/package.json +3 -3
  920. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/middleware-stack/package.json +2 -2
  921. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/node-config-provider/package.json +4 -4
  922. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/node-http-handler/package.json +5 -5
  923. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/property-provider/package.json +2 -2
  924. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/protocol-http/package.json +2 -2
  925. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/smithy-client/package.json +7 -7
  926. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-es/index.js +1 -0
  927. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  928. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  929. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  930. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  931. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  932. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  933. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  934. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  935. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  936. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  937. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  938. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types/package.json +1 -1
  939. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/url-parser/package.json +3 -3
  940. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  941. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  942. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-middleware/package.json +2 -2
  943. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-retry/package.json +3 -3
  944. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -15
  945. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +10 -3
  946. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/package.json +4 -4
  947. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  948. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/index.js +1 -0
  949. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  950. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  951. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  952. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  953. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  954. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  955. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  956. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  957. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  958. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  959. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  960. package/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types/package.json +1 -1
  961. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  962. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-es/index.js +1 -0
  963. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  964. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  965. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  966. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  967. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  968. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  969. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  970. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  971. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  972. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  973. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  974. package/node_modules/@smithy/abort-controller/node_modules/@smithy/types/package.json +1 -1
  975. package/node_modules/@smithy/abort-controller/package.json +2 -2
  976. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-es/index.js +1 -0
  977. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  978. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  979. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  980. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  981. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  982. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  983. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  984. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  985. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  986. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  987. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  988. package/node_modules/@smithy/querystring-builder/node_modules/@smithy/types/package.json +1 -1
  989. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  990. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-es/index.js +1 -0
  991. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  992. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  993. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  994. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  995. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  996. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  997. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  998. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  999. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  1000. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  1001. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  1002. package/node_modules/@smithy/querystring-parser/node_modules/@smithy/types/package.json +1 -1
  1003. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  1004. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-es/index.js +1 -0
  1005. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1006. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1007. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1008. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  1009. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  1010. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  1011. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1012. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1013. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  1014. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  1015. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  1016. package/node_modules/@smithy/service-error-classification/node_modules/@smithy/types/package.json +1 -1
  1017. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  1018. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +2 -1
  1019. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  1020. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
  1021. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +1 -1
  1022. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  1023. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  1024. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -4
  1025. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
  1026. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
  1027. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/index.js +1 -0
  1028. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1029. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1030. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1031. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  1032. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  1033. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  1034. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1035. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1036. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  1037. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  1038. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  1039. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +1 -1
  1040. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  1041. package/node_modules/@smithy/signature-v4/node_modules/@smithy/protocol-http/package.json +2 -2
  1042. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-es/index.js +1 -0
  1043. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1044. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1045. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1046. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  1047. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  1048. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  1049. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1050. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1051. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  1052. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  1053. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  1054. package/node_modules/@smithy/signature-v4/node_modules/@smithy/types/package.json +1 -1
  1055. package/node_modules/@smithy/signature-v4/node_modules/@smithy/util-middleware/package.json +2 -2
  1056. package/node_modules/@smithy/signature-v4/package.json +4 -4
  1057. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
  1058. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  1059. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1060. package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1061. package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1062. package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1063. package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  1064. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
  1065. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
  1066. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
  1067. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
  1068. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
  1069. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
  1070. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -0
  1071. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -0
  1072. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +8 -0
  1073. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -0
  1074. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +8 -0
  1075. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -0
  1076. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
  1077. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
  1078. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
  1079. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
  1080. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
  1081. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
  1082. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  1083. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/README.md +10 -0
  1084. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
  1085. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
  1086. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
  1087. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
  1088. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  1089. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  1090. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  1091. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
  1092. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
  1093. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
  1094. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
  1095. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  1096. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
  1097. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
  1098. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
  1099. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
  1100. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
  1101. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  1102. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
  1103. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/node-config-provider/package.json +66 -0
  1104. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/LICENSE +201 -0
  1105. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/README.md +10 -0
  1106. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  1107. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  1108. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  1109. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  1110. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  1111. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  1112. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  1113. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  1114. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  1115. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  1116. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  1117. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  1118. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  1119. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  1120. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  1121. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
  1122. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  1123. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
  1124. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  1125. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  1126. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  1127. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  1128. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/property-provider/package.json +61 -0
  1129. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/LICENSE +201 -0
  1130. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/README.md +115 -0
  1131. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  1132. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  1133. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/abort.js +1 -0
  1134. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  1135. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  1136. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  1137. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  1138. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  1139. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  1140. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  1141. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  1142. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  1143. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/client.js +1 -0
  1144. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/command.js +1 -0
  1145. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  1146. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  1147. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  1148. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  1149. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  1150. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  1151. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/encode.js +1 -0
  1152. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  1153. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  1154. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  1155. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  1156. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  1157. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  1158. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  1159. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  1160. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  1161. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  1162. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  1163. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  1164. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  1165. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  1166. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  1167. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  1168. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/http.js +5 -0
  1169. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  1170. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  1171. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  1172. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  1173. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  1174. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/index.js +42 -0
  1175. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/logger.js +1 -0
  1176. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  1177. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  1178. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/profile.js +6 -0
  1179. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/response.js +1 -0
  1180. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/retry.js +1 -0
  1181. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1182. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  1183. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  1184. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  1185. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  1186. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/serde.js +1 -0
  1187. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  1188. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/signature.js +1 -0
  1189. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/stream.js +1 -0
  1190. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  1191. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  1192. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  1193. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  1194. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  1195. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  1196. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  1197. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  1198. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  1199. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  1200. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/uri.js +1 -0
  1201. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/util.js +1 -0
  1202. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  1203. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  1204. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  1205. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  1206. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  1207. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  1208. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  1209. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  1210. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  1211. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  1212. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  1213. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  1214. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  1215. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  1216. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  1217. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  1218. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  1219. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  1220. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  1221. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  1222. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  1223. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  1224. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  1225. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  1226. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  1227. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  1228. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  1229. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  1230. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  1231. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  1232. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  1233. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  1234. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  1235. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  1236. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  1237. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  1238. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  1239. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  1240. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  1241. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  1242. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  1243. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  1244. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  1245. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/index.d.ts +42 -0
  1246. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  1247. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  1248. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  1249. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  1250. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  1251. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  1252. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1253. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  1254. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  1255. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  1256. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  1257. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  1258. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  1259. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  1260. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  1261. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  1262. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  1263. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  1264. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  1265. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  1266. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  1267. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  1268. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  1269. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  1270. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  1271. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  1272. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  1273. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  1274. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  1275. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  1276. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  1277. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  1278. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  1279. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  1280. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  1281. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  1282. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  1283. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  1284. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  1285. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1286. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  1287. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  1288. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  1289. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  1290. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  1291. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  1292. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  1293. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  1294. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  1295. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  1296. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  1297. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  1298. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  1299. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  1300. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  1301. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  1302. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  1303. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  1304. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  1305. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1306. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  1307. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  1308. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  1309. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  1310. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  1311. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  1312. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  1313. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +42 -0
  1314. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  1315. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  1316. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  1317. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  1318. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  1319. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  1320. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1321. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  1322. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1323. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  1324. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1325. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  1326. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  1327. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  1328. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  1329. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  1330. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  1331. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  1332. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  1333. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  1334. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  1335. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  1336. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1337. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  1338. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  1339. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  1340. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  1341. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  1342. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  1343. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  1344. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  1345. package/node_modules/@smithy/util-endpoints/node_modules/@smithy/types/package.json +61 -0
  1346. package/node_modules/@smithy/util-endpoints/package.json +69 -0
  1347. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/index.js +1 -0
  1348. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1349. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  1350. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1351. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/schema.d.ts +26 -68
  1352. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +8 -8
  1353. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/serde.d.ts +2 -2
  1354. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  1355. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1356. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +27 -72
  1357. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +9 -9
  1358. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
  1359. package/node_modules/@smithy/util-waiter/node_modules/@smithy/types/package.json +1 -1
  1360. package/node_modules/@smithy/util-waiter/package.json +3 -3
  1361. package/node_modules/cdk-iam-floyd/README.md +2 -2
  1362. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
  1363. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
  1364. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
  1365. package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
  1366. package/node_modules/cdk-iam-floyd/lib/generated/index.d.ts +1 -0
  1367. package/node_modules/cdk-iam-floyd/lib/generated/index.js +9 -7
  1368. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/actionrecommendations.d.ts +25 -0
  1369. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/actionrecommendations.js +36 -0
  1370. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.d.ts +64 -0
  1371. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/healthlake.js +89 -1
  1372. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/performanceinsights.d.ts +4 -0
  1373. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/performanceinsights.js +5 -1
  1374. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.d.ts +8 -0
  1375. package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/service-oracledatabase-aws.js +13 -2
  1376. package/node_modules/cdk-iam-floyd/package.json +5 -5
  1377. package/package.json +8 -8
  1378. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1379. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1380. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1381. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1382. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  1383. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1384. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1385. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1386. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1387. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1388. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1389. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1390. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1391. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1392. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1393. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
  1394. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
  1395. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  1396. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  1397. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  1398. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  1399. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  1400. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  1401. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  1402. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  1403. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  1404. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  1405. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  1406. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  1407. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  1408. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  1409. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  1410. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  1411. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  1412. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/package.json +0 -69
  1413. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  1414. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  1415. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  1416. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1417. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1418. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1419. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1420. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  1421. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1422. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1423. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1424. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1425. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1426. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1427. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1428. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1429. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1430. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1431. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  1432. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/README.md +0 -10
  1433. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
  1434. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -50
  1435. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
  1436. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
  1437. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
  1438. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
  1439. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
  1440. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
  1441. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
  1442. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
  1443. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
  1444. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
  1445. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
  1446. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
  1447. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
  1448. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
  1449. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
  1450. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
  1451. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
  1452. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
  1453. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
  1454. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
  1455. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
  1456. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
  1457. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
  1458. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  1459. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  1460. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  1461. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  1462. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  1463. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  1464. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
  1465. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  1466. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  1467. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  1468. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  1469. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
  1470. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
  1471. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
  1472. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  1473. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
  1474. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
  1475. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
  1476. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  1477. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
  1478. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
  1479. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
  1480. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
  1481. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
  1482. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
  1483. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
  1484. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
  1485. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
  1486. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  1487. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
  1488. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
  1489. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
  1490. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  1491. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  1492. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  1493. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  1494. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  1495. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  1496. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  1497. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  1498. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  1499. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  1500. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  1501. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  1502. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  1503. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  1504. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  1505. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  1506. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  1507. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  1508. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  1509. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  1510. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  1511. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  1512. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  1513. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  1514. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  1515. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  1516. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  1517. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  1518. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  1519. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  1520. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  1521. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  1522. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  1523. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  1524. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  1525. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  1526. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  1527. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  1528. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  1529. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  1530. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  1531. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  1532. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  1533. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  1534. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  1535. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
  1536. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
  1537. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
  1538. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
  1539. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
  1540. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
  1541. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
  1542. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  1543. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  1544. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
  1545. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
  1546. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  1547. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  1548. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
  1549. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  1550. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  1551. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  1552. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
  1553. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  1554. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  1555. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  1556. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  1557. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  1558. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
  1559. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
  1560. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/package.json +0 -69
  1561. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  1562. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  1563. package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  1564. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1565. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1566. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1567. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1568. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  1569. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1570. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1571. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1572. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1573. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1574. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1575. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1576. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1577. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1578. package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1579. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  1580. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/README.md +0 -10
  1581. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -463
  1582. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -50
  1583. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
  1584. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
  1585. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
  1586. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
  1587. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
  1588. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
  1589. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
  1590. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
  1591. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
  1592. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
  1593. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
  1594. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
  1595. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
  1596. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
  1597. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
  1598. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
  1599. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
  1600. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
  1601. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
  1602. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
  1603. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
  1604. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
  1605. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
  1606. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  1607. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  1608. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  1609. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  1610. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  1611. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  1612. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
  1613. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  1614. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  1615. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  1616. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  1617. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
  1618. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
  1619. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
  1620. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  1621. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
  1622. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
  1623. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
  1624. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  1625. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
  1626. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
  1627. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
  1628. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
  1629. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
  1630. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
  1631. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
  1632. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
  1633. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
  1634. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  1635. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
  1636. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
  1637. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
  1638. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  1639. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  1640. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  1641. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  1642. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  1643. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  1644. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  1645. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  1646. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  1647. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  1648. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  1649. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  1650. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  1651. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  1652. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  1653. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  1654. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  1655. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  1656. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  1657. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  1658. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  1659. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  1660. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  1661. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  1662. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  1663. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  1664. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  1665. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  1666. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  1667. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  1668. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  1669. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  1670. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  1671. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  1672. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  1673. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  1674. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  1675. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  1676. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  1677. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  1678. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  1679. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  1680. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  1681. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  1682. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  1683. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
  1684. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
  1685. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
  1686. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
  1687. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
  1688. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
  1689. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
  1690. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  1691. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  1692. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
  1693. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
  1694. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  1695. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  1696. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
  1697. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  1698. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  1699. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  1700. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
  1701. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  1702. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  1703. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  1704. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  1705. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  1706. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
  1707. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
  1708. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/package.json +0 -69
  1709. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  1710. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  1711. package/node_modules/@aws-sdk/token-providers/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  1712. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/LICENSE +0 -0
  1713. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/README.md +0 -0
  1714. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-cjs/index.js +0 -0
  1715. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
  1716. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/auth.js +0 -0
  1717. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/blob/blob-types.js +0 -0
  1718. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
  1719. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
  1720. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
  1721. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/connection.js +0 -0
  1722. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/credentials.js +0 -0
  1723. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
  1724. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/dns.js +0 -0
  1725. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
  1726. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/endpoint.js +0 -0
  1727. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
  1728. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/extensions/index.js +0 -0
  1729. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/feature-ids.js +0 -0
  1730. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/function.js +0 -0
  1731. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/http.js +0 -0
  1732. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/AnonymousIdentity.js +0 -0
  1733. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/AwsCredentialIdentity.js +0 -0
  1734. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/Identity.js +0 -0
  1735. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/LoginIdentity.js +0 -0
  1736. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/TokenIdentity.js +0 -0
  1737. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/identity/index.js +0 -0
  1738. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/index.js +0 -0
  1739. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
  1740. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/middleware.js +0 -0
  1741. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
  1742. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/profile.js +0 -0
  1743. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/request.js +0 -0
  1744. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
  1745. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/retry.js +0 -0
  1746. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
  1747. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
  1748. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
  1749. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
  1750. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/token.js +0 -0
  1751. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/transfer.js +0 -0
  1752. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
  1753. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
  1754. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
  1755. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/abort.d.ts +0 -0
  1756. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/auth.d.ts +0 -0
  1757. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/blob/blob-types.d.ts +0 -0
  1758. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/checksum.d.ts +0 -0
  1759. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/client.d.ts +0 -0
  1760. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/command.d.ts +0 -0
  1761. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/connection.d.ts +0 -0
  1762. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/credentials.d.ts +0 -0
  1763. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/crypto.d.ts +0 -0
  1764. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/dns.d.ts +0 -0
  1765. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/encode.d.ts +0 -0
  1766. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/endpoint.d.ts +0 -0
  1767. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/eventStream.d.ts +0 -0
  1768. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/extensions/index.d.ts +0 -0
  1769. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/feature-ids.d.ts +0 -0
  1770. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/function.d.ts +0 -0
  1771. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/http.d.ts +0 -0
  1772. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/AnonymousIdentity.d.ts +0 -0
  1773. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -0
  1774. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/Identity.d.ts +0 -0
  1775. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/LoginIdentity.d.ts +0 -0
  1776. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/TokenIdentity.d.ts +0 -0
  1777. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/identity/index.d.ts +0 -0
  1778. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/index.d.ts +0 -0
  1779. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/logger.d.ts +0 -0
  1780. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/middleware.d.ts +0 -0
  1781. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/pagination.d.ts +0 -0
  1782. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/profile.d.ts +0 -0
  1783. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/request.d.ts +0 -0
  1784. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/response.d.ts +0 -0
  1785. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/retry.d.ts +0 -0
  1786. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/serde.d.ts +0 -0
  1787. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/shapes.d.ts +0 -0
  1788. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/signature.d.ts +0 -0
  1789. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/stream.d.ts +0 -0
  1790. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/token.d.ts +0 -0
  1791. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/transfer.d.ts +0 -0
  1792. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/abort.d.ts +0 -0
  1793. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/auth.d.ts +0 -0
  1794. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -0
  1795. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/checksum.d.ts +0 -0
  1796. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/client.d.ts +0 -0
  1797. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/command.d.ts +0 -0
  1798. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/connection.d.ts +0 -0
  1799. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/credentials.d.ts +0 -0
  1800. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/crypto.d.ts +0 -0
  1801. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/dns.d.ts +0 -0
  1802. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/encode.d.ts +0 -0
  1803. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/endpoint.d.ts +0 -0
  1804. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/eventStream.d.ts +0 -0
  1805. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/extensions/index.d.ts +0 -0
  1806. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/feature-ids.d.ts +0 -0
  1807. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/function.d.ts +0 -0
  1808. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/http.d.ts +0 -0
  1809. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -0
  1810. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -0
  1811. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/Identity.d.ts +0 -0
  1812. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -0
  1813. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -0
  1814. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/identity/index.d.ts +0 -0
  1815. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/index.d.ts +0 -0
  1816. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/logger.d.ts +0 -0
  1817. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/middleware.d.ts +0 -0
  1818. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/pagination.d.ts +0 -0
  1819. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/profile.d.ts +0 -0
  1820. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/request.d.ts +0 -0
  1821. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/response.d.ts +0 -0
  1822. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/retry.d.ts +0 -0
  1823. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/serde.d.ts +0 -0
  1824. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/shapes.d.ts +0 -0
  1825. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/signature.d.ts +0 -0
  1826. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/stream.d.ts +0 -0
  1827. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/token.d.ts +0 -0
  1828. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/transfer.d.ts +0 -0
  1829. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/uri.d.ts +0 -0
  1830. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/util.d.ts +0 -0
  1831. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/ts3.4/waiter.d.ts +0 -0
  1832. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/uri.d.ts +0 -0
  1833. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/util.d.ts +0 -0
  1834. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/dist-types/waiter.d.ts +0 -0
  1835. /package/node_modules/{@aws-sdk → @aws-crypto/sha256-browser/node_modules/@aws-sdk}/types/package.json +0 -0
  1836. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/LICENSE +0 -0
  1837. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/README.md +0 -0
  1838. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-cjs/index.js +0 -0
  1839. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/abort-handler.js +0 -0
  1840. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/abort.js +0 -0
  1841. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpApiKeyAuth.js +0 -0
  1842. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpAuthScheme.js +0 -0
  1843. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -0
  1844. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/HttpSigner.js +0 -0
  1845. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/IdentityProviderConfig.js +0 -0
  1846. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/auth.js +0 -0
  1847. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/auth/index.js +0 -0
  1848. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/blob/blob-payload-input-types.js +0 -0
  1849. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/checksum.js +0 -0
  1850. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/client.js +0 -0
  1851. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/command.js +0 -0
  1852. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/config.js +0 -0
  1853. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/index.js +0 -0
  1854. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/manager.js +0 -0
  1855. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/connection/pool.js +0 -0
  1856. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/crypto.js +0 -0
  1857. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -0
  1858. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/encode.js +0 -0
  1859. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/endpoint.js +0 -0
  1860. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/EndpointRuleObject.js +0 -0
  1861. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/ErrorRuleObject.js +0 -0
  1862. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/RuleSetObject.js +0 -0
  1863. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/TreeRuleObject.js +0 -0
  1864. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/endpoints/index.js +0 -0
  1865. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types → @aws-crypto/sha256-browser/node_modules/@smithy/types/dist-es/endpoints}/shared.js +0 -0
  1866. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/eventStream.js +0 -0
  1867. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/checksum.js +0 -0
  1868. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/defaultClientConfiguration.js +0 -0
  1869. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -0
  1870. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/index.js +0 -0
  1871. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/extensions/retry.js +0 -0
  1872. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/externals-check/browser-externals-check.js +0 -0
  1873. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/feature-ids.js +0 -0
  1874. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/http/httpHandlerInitialization.js +0 -0
  1875. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/http.js +0 -0
  1876. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/apiKeyIdentity.js +0 -0
  1877. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/awsCredentialIdentity.js +0 -0
  1878. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/identity.js +0 -0
  1879. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/index.js +0 -0
  1880. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/identity/tokenIdentity.js +0 -0
  1881. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/index.js +0 -0
  1882. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/logger.js +0 -0
  1883. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/middleware.js +0 -0
  1884. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/pagination.js +0 -0
  1885. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/profile.js +0 -0
  1886. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/response.js +0 -0
  1887. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/retry.js +0 -0
  1888. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/schema.js +0 -0
  1889. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/sentinels.js +0 -0
  1890. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/schema/traits.js +0 -0
  1891. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/serde.js +0 -0
  1892. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/shapes.js +0 -0
  1893. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/signature.js +0 -0
  1894. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/stream.js +0 -0
  1895. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -0
  1896. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -0
  1897. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -0
  1898. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transfer.js +0 -0
  1899. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/client-method-transforms.js +0 -0
  1900. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -0
  1901. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/exact.js +0 -0
  1902. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/mutable.js +0 -0
  1903. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/no-undefined.js +0 -0
  1904. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/transform/type-transform.js +0 -0
  1905. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/uri.js +0 -0
  1906. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/util.js +0 -0
  1907. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-es/waiter.js +0 -0
  1908. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/abort-handler.d.ts +0 -0
  1909. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/abort.d.ts +0 -0
  1910. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
  1911. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpAuthScheme.d.ts +0 -0
  1912. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
  1913. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/HttpSigner.d.ts +0 -0
  1914. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
  1915. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/auth.d.ts +0 -0
  1916. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/auth/index.d.ts +0 -0
  1917. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/blob/blob-payload-input-types.d.ts +0 -0
  1918. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/checksum.d.ts +0 -0
  1919. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/client.d.ts +0 -0
  1920. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/command.d.ts +0 -0
  1921. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/config.d.ts +0 -0
  1922. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/index.d.ts +0 -0
  1923. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/manager.d.ts +0 -0
  1924. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/connection/pool.d.ts +0 -0
  1925. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/crypto.d.ts +0 -0
  1926. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
  1927. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/encode.d.ts +0 -0
  1928. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoint.d.ts +0 -0
  1929. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
  1930. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
  1931. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/RuleSetObject.d.ts +0 -0
  1932. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
  1933. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/index.d.ts +0 -0
  1934. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/endpoints/shared.d.ts +0 -0
  1935. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/eventStream.d.ts +0 -0
  1936. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/checksum.d.ts +0 -0
  1937. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
  1938. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
  1939. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/index.d.ts +0 -0
  1940. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/extensions/retry.d.ts +0 -0
  1941. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/externals-check/browser-externals-check.d.ts +0 -0
  1942. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/feature-ids.d.ts +0 -0
  1943. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/http/httpHandlerInitialization.d.ts +0 -0
  1944. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/http.d.ts +0 -0
  1945. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/apiKeyIdentity.d.ts +0 -0
  1946. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
  1947. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/identity.d.ts +0 -0
  1948. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/index.d.ts +0 -0
  1949. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/identity/tokenIdentity.d.ts +0 -0
  1950. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/index.d.ts +0 -0
  1951. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/logger.d.ts +0 -0
  1952. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/middleware.d.ts +0 -0
  1953. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/pagination.d.ts +0 -0
  1954. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/profile.d.ts +0 -0
  1955. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/response.d.ts +0 -0
  1956. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/retry.d.ts +0 -0
  1957. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/schema.d.ts +0 -0
  1958. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/sentinels.d.ts +0 -0
  1959. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/schema/traits.d.ts +0 -0
  1960. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/serde.d.ts +0 -0
  1961. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/shapes.d.ts +0 -0
  1962. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/signature.d.ts +0 -0
  1963. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/stream.d.ts +0 -0
  1964. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
  1965. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
  1966. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
  1967. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transfer.d.ts +0 -0
  1968. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/client-method-transforms.d.ts +0 -0
  1969. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
  1970. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/exact.d.ts +0 -0
  1971. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/mutable.d.ts +0 -0
  1972. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/no-undefined.d.ts +0 -0
  1973. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/transform/type-transform.d.ts +0 -0
  1974. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/abort-handler.d.ts +0 -0
  1975. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/abort.d.ts +0 -0
  1976. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
  1977. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
  1978. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
  1979. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
  1980. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
  1981. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/auth.d.ts +0 -0
  1982. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/auth/index.d.ts +0 -0
  1983. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
  1984. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/checksum.d.ts +0 -0
  1985. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/client.d.ts +0 -0
  1986. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/command.d.ts +0 -0
  1987. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/config.d.ts +0 -0
  1988. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/index.d.ts +0 -0
  1989. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/manager.d.ts +0 -0
  1990. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/connection/pool.d.ts +0 -0
  1991. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/crypto.d.ts +0 -0
  1992. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
  1993. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/encode.d.ts +0 -0
  1994. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoint.d.ts +0 -0
  1995. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
  1996. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
  1997. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
  1998. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
  1999. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/index.d.ts +0 -0
  2000. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
  2001. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/eventStream.d.ts +0 -0
  2002. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
  2003. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
  2004. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
  2005. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/index.d.ts +0 -0
  2006. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/extensions/retry.d.ts +0 -0
  2007. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
  2008. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/feature-ids.d.ts +0 -0
  2009. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
  2010. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/http.d.ts +0 -0
  2011. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
  2012. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
  2013. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/identity.d.ts +0 -0
  2014. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/index.d.ts +0 -0
  2015. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
  2016. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/index.d.ts +0 -0
  2017. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/logger.d.ts +0 -0
  2018. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/middleware.d.ts +0 -0
  2019. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/pagination.d.ts +0 -0
  2020. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/profile.d.ts +0 -0
  2021. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/response.d.ts +0 -0
  2022. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/retry.d.ts +0 -0
  2023. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/schema.d.ts +0 -0
  2024. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -0
  2025. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/schema/traits.d.ts +0 -0
  2026. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/serde.d.ts +0 -0
  2027. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/shapes.d.ts +0 -0
  2028. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/signature.d.ts +0 -0
  2029. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/stream.d.ts +0 -0
  2030. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
  2031. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
  2032. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
  2033. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transfer.d.ts +0 -0
  2034. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
  2035. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
  2036. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/exact.d.ts +0 -0
  2037. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/mutable.d.ts +0 -0
  2038. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
  2039. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
  2040. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/uri.d.ts +0 -0
  2041. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/util.d.ts +0 -0
  2042. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/ts3.4/waiter.d.ts +0 -0
  2043. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/uri.d.ts +0 -0
  2044. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/util.d.ts +0 -0
  2045. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/dist-types/waiter.d.ts +0 -0
  2046. /package/node_modules/{@smithy → @aws-crypto/sha256-browser/node_modules/@smithy}/types/package.json +0 -0
  2047. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/abort.js} +0 -0
  2048. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
  2049. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/checksum.js} +0 -0
  2050. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/client.js} +0 -0
  2051. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/command.js} +0 -0
  2052. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
  2053. /package/node_modules/{@aws-sdk/client-sso/node_modules/@smithy/util-endpoints/dist-es/types/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
  2054. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/crypto.js} +0 -0
  2055. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/encode.js} +0 -0
  2056. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/eventStream.js} +0 -0
  2057. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
  2058. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/feature-ids.js} +0 -0
  2059. /package/node_modules/{@aws-sdk/token-providers/node_modules/@smithy/util-endpoints/dist-es/types/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/function.js} +0 -0
  2060. /package/node_modules/{@smithy/types/dist-es/endpoints/EndpointRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
  2061. /package/node_modules/{@smithy/types/dist-es/endpoints/ErrorRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
  2062. /package/node_modules/{@smithy/types/dist-es/endpoints/RuleSetObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
  2063. /package/node_modules/{@smithy/types/dist-es/endpoints/TreeRuleObject.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
  2064. /package/node_modules/{@smithy/types/dist-es/endpoints/shared.js → @aws-crypto/sha256-js/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
  2065. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/LICENSE +0 -0
  2066. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/README.md +0 -0
  2067. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/cache/EndpointCache.js +0 -0
  2068. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/debugId.js +0 -0
  2069. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/index.js +0 -0
  2070. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/debug/toDebugString.js +0 -0
  2071. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -0
  2072. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/index.js +0 -0
  2073. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/booleanEquals.js +0 -0
  2074. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/getAttr.js +0 -0
  2075. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/getAttrPathList.js +0 -0
  2076. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/index.js +0 -0
  2077. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isIpAddress.js +0 -0
  2078. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isSet.js +0 -0
  2079. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -0
  2080. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/not.js +0 -0
  2081. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/parseURL.js +0 -0
  2082. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/stringEquals.js +0 -0
  2083. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/substring.js +0 -0
  2084. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/lib/uriEncode.js +0 -0
  2085. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/resolveEndpoint.js +0 -0
  2086. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/types/EndpointError.js +0 -0
  2087. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/types/index.js +0 -0
  2088. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -0
  2089. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/endpointFunctions.js +0 -0
  2090. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateCondition.js +0 -0
  2091. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateConditions.js +0 -0
  2092. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -0
  2093. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -0
  2094. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -0
  2095. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -0
  2096. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -0
  2097. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/getReferenceValue.js +0 -0
  2098. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-es/utils/index.js +0 -0
  2099. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -0
  2100. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/debugId.d.ts +0 -0
  2101. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/index.d.ts +0 -0
  2102. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -0
  2103. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -0
  2104. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/index.d.ts +0 -0
  2105. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -0
  2106. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/getAttr.d.ts +0 -0
  2107. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -0
  2108. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/index.d.ts +0 -0
  2109. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -0
  2110. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isSet.d.ts +0 -0
  2111. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -0
  2112. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/not.d.ts +0 -0
  2113. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/parseURL.d.ts +0 -0
  2114. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -0
  2115. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/substring.d.ts +0 -0
  2116. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -0
  2117. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -0
  2118. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -0
  2119. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -0
  2120. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -0
  2121. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -0
  2122. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -0
  2123. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/index.d.ts +0 -0
  2124. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -0
  2125. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -0
  2126. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -0
  2127. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -0
  2128. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
  2129. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -0
  2130. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -0
  2131. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -0
  2132. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -0
  2133. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -0
  2134. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -0
  2135. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -0
  2136. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
  2137. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
  2138. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -0
  2139. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
  2140. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
  2141. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
  2142. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
  2143. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -0
  2144. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -0
  2145. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -0
  2146. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -0
  2147. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -0
  2148. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -0
  2149. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -0
  2150. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -0
  2151. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -0
  2152. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -0
  2153. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -0
  2154. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -0
  2155. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -0
  2156. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointError.d.ts +0 -0
  2157. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -0
  2158. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -0
  2159. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -0
  2160. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -0
  2161. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -0
  2162. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/index.d.ts +0 -0
  2163. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/types/shared.d.ts +0 -0
  2164. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -0
  2165. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -0
  2166. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -0
  2167. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -0
  2168. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -0
  2169. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -0
  2170. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -0
  2171. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -0
  2172. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -0
  2173. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -0
  2174. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/util-endpoints/dist-types/utils/index.d.ts +0 -0
@@ -7,9 +7,9 @@ import { StaticSchema } from "./static-schemas";
7
7
  import { TraitBitVector } from "./traits";
8
8
  /**
9
9
  * A schema is an object or value that describes how to serialize/deserialize data.
10
- * @public
10
+ * @alpha
11
11
  */
12
- export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
12
+ export type $Schema = UnitSchema | SimpleSchema | $MemberSchema | StaticSchema | NormalizedSchema;
13
13
  /**
14
14
  * Traits attached to schema objects.
15
15
  *
@@ -20,16 +20,6 @@ export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | Map
20
20
  * @public
21
21
  */
22
22
  export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
23
- /**
24
- * A schema that has traits.
25
- *
26
- * @public
27
- */
28
- export interface TraitsSchema {
29
- namespace: string;
30
- name: string;
31
- traits: SchemaTraits;
32
- }
33
23
  /**
34
24
  * Simple schemas are those corresponding to simple Smithy types.
35
25
  * @see https://smithy.io/2.0/spec/simple-types.html
@@ -52,7 +42,7 @@ export type BlobSchemas = BlobSchema | StreamingBlobSchema;
52
42
  * Signal value for the Smithy void value. Typically used for
53
43
  * operation input and outputs.
54
44
  *
55
- * @internal
45
+ * @alpha
56
46
  */
57
47
  export type UnitSchema = "unit";
58
48
  /**
@@ -111,66 +101,31 @@ export type SchemaTraitsObject = {
111
101
  [traitName: string]: unknown;
112
102
  };
113
103
  /**
114
- * Schema for the structure aggregate type.
115
- * @public
116
- */
117
- export interface StructureSchema extends TraitsSchema {
118
- name: string;
119
- traits: SchemaTraits;
120
- memberNames: string[];
121
- memberList: SchemaRef[];
122
- /**
123
- * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
124
- * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
125
- */
126
- members?: Record<string, [
127
- SchemaRef,
128
- SchemaTraits
129
- ]> | undefined;
130
- }
131
- /**
132
- * Schema for the list aggregate type.
133
- * @public
104
+ * Indicates the schema is a member of a parent Structure schema.
105
+ * It may also have a set of member traits distinct from its target shape's traits.
106
+ * @alpha
134
107
  */
135
- export interface ListSchema extends TraitsSchema {
136
- name: string;
137
- traits: SchemaTraits;
138
- valueSchema: SchemaRef;
139
- }
140
- /**
141
- * Schema for the map aggregate type.
142
- * @public
143
- */
144
- export interface MapSchema extends TraitsSchema {
145
- name: string;
146
- traits: SchemaTraits;
147
- keySchema: SchemaRef;
148
- valueSchema: SchemaRef;
149
- }
150
- /**
151
- * @public
152
- */
153
- export type MemberSchema = [
154
- SchemaRef,
108
+ export type $MemberSchema = [
109
+ $SchemaRef,
155
110
  SchemaTraits
156
111
  ];
157
112
  /**
158
113
  * Schema for an operation.
159
- *
160
- * @public
114
+ * @alpha
161
115
  */
162
- export interface OperationSchema extends TraitsSchema {
116
+ export interface $OperationSchema {
117
+ namespace: string;
163
118
  name: string;
164
119
  traits: SchemaTraits;
165
- input: SchemaRef;
166
- output: SchemaRef;
120
+ input: $SchemaRef;
121
+ output: $SchemaRef;
167
122
  }
168
123
  /**
169
124
  * Normalization wrapper for various schema data objects.
170
125
  * @public
171
126
  */
172
127
  export interface NormalizedSchema {
173
- getSchema(): Schema;
128
+ getSchema(): $Schema;
174
129
  getName(): string | undefined;
175
130
  isMemberSchema(): boolean;
176
131
  isListSchema(): boolean;
@@ -204,17 +159,17 @@ export interface NormalizedSchema {
204
159
  * A schema "reference" is either a schema or a function that
205
160
  * provides a schema. This is useful for lazy loading, and to allow
206
161
  * code generation to define schema out of dependency order.
207
- * @public
162
+ * @alpha
208
163
  */
209
- export type SchemaRef = Schema | (() => Schema);
164
+ export type $SchemaRef = $Schema | (() => $Schema);
210
165
  /**
211
166
  * A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
212
167
  *
213
168
  * @public
214
169
  */
215
- export interface Codec<S, D> extends ConfigurableSerdeContext {
216
- createSerializer(): ShapeSerializer<S>;
217
- createDeserializer(): ShapeDeserializer<D>;
170
+ export interface $Codec<S, D> extends ConfigurableSerdeContext {
171
+ createSerializer(): $ShapeSerializer<S>;
172
+ createDeserializer(): $ShapeDeserializer<D>;
218
173
  }
219
174
  /**
220
175
  * Configuration for codecs. Different protocols may share codecs, but require different behaviors from them.
@@ -241,25 +196,25 @@ export type CodecSettings = {
241
196
  * Turns a serialization into a data object.
242
197
  * @public
243
198
  */
244
- export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
199
+ export interface $ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
245
200
  /**
246
201
  * Optionally async.
247
202
  */
248
- read(schema: Schema, data: SerializationType): any | Promise<any>;
203
+ read(schema: $Schema, data: SerializationType): any | Promise<any>;
249
204
  }
250
205
  /**
251
206
  * Turns a data object into a serialization.
252
207
  * @public
253
208
  */
254
- export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
255
- write(schema: Schema, value: unknown): void;
209
+ export interface $ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
210
+ write(schema: $Schema, value: unknown): void;
256
211
  flush(): SerializationType;
257
212
  }
258
213
  /**
259
214
  * A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
260
215
  * @public
261
216
  */
262
- export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
217
+ export interface $ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
263
218
  /**
264
219
  * @returns the Smithy qualified shape id.
265
220
  */
@@ -274,10 +229,10 @@ export interface ClientProtocol<Request, Response> extends ConfigurableSerdeCont
274
229
  * @returns the payload codec if the requests/responses have a symmetric format.
275
230
  * It otherwise may return null.
276
231
  */
277
- getPayloadCodec(): Codec<any, any>;
278
- serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
232
+ getPayloadCodec(): $Codec<any, any>;
233
+ serializeRequest<Input extends object>(operationSchema: $OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
279
234
  updateServiceEndpoint(request: Request, endpoint: EndpointV2): Request;
280
- deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
235
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: $OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
281
236
  }
282
237
  /**
283
238
  * Allows a protocol, codec, or serde utility to accept the serdeContext
@@ -1,4 +1,4 @@
1
- import { SchemaRef, SchemaTraits } from "../schema/schema";
1
+ import { $SchemaRef, SchemaTraits } from "../schema/schema";
2
2
  /**
3
3
  * @alpha
4
4
  */
@@ -43,7 +43,7 @@ export type StaticSimpleSchema = [
43
43
  ShapeNamespace,
44
44
  ShapeName,
45
45
  SchemaTraits,
46
- SchemaRef
46
+ $SchemaRef
47
47
  ];
48
48
  /**
49
49
  * @alpha
@@ -53,7 +53,7 @@ export type StaticListSchema = [
53
53
  ShapeNamespace,
54
54
  ShapeName,
55
55
  SchemaTraits,
56
- SchemaRef
56
+ $SchemaRef
57
57
  ];
58
58
  /**
59
59
  * @alpha
@@ -63,8 +63,8 @@ export type StaticMapSchema = [
63
63
  ShapeNamespace,
64
64
  ShapeName,
65
65
  SchemaTraits,
66
- SchemaRef,
67
- SchemaRef
66
+ $SchemaRef,
67
+ $SchemaRef
68
68
  ];
69
69
  /**
70
70
  * @alpha
@@ -75,7 +75,7 @@ export type StaticStructureSchema = [
75
75
  ShapeName,
76
76
  SchemaTraits,
77
77
  string[],
78
- SchemaRef[]
78
+ $SchemaRef[]
79
79
  ];
80
80
  /**
81
81
  * @alpha
@@ -86,7 +86,7 @@ export type StaticErrorSchema = [
86
86
  ShapeName,
87
87
  SchemaTraits,
88
88
  string[],
89
- SchemaRef[]
89
+ $SchemaRef[]
90
90
  ];
91
91
  /**
92
92
  * @alpha
@@ -96,6 +96,6 @@ export type StaticOperationSchema = [
96
96
  ShapeNamespace,
97
97
  ShapeName,
98
98
  SchemaTraits,
99
- SchemaRef,
100
- SchemaRef
99
+ $SchemaRef,
100
+ $SchemaRef
101
101
  ];
@@ -1,5 +1,5 @@
1
1
  import { Endpoint } from "./http";
2
- import { ClientProtocol } from "./schema/schema";
2
+ import { $ClientProtocol } from "./schema/schema";
3
3
  import { RequestHandler } from "./transfer";
4
4
  import { Decoder, Encoder, Provider } from "./util";
5
5
  /**
@@ -29,7 +29,7 @@ export interface StreamCollector {
29
29
  export interface SerdeContext extends SerdeFunctions, EndpointBearer {
30
30
  requestHandler: RequestHandler<any, any>;
31
31
  disableHostPrefix: boolean;
32
- protocol?: ClientProtocol<any, any>;
32
+ protocol?: $ClientProtocol<any, any>;
33
33
  }
34
34
  /**
35
35
  * @public
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.7.1",
3
+ "version": "4.8.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline types",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.7.1",
5
+ "@smithy/types": "^4.8.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/types": "^4.7.1",
28
+ "@smithy/types": "^4.8.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -22,6 +22,7 @@ export * from "./profile";
22
22
  export * from "./response";
23
23
  export * from "./retry";
24
24
  export * from "./schema/schema";
25
+ export * from "./schema/schema-deprecated";
25
26
  export * from "./schema/sentinels";
26
27
  export * from "./schema/static-schemas";
27
28
  export * from "./serde";
@@ -22,6 +22,7 @@ export * from "./profile";
22
22
  export * from "./response";
23
23
  export * from "./retry";
24
24
  export * from "./schema/schema";
25
+ export * from "./schema/schema-deprecated";
25
26
  export * from "./schema/sentinels";
26
27
  export * from "./schema/static-schemas";
27
28
  export * from "./serde";
@@ -0,0 +1,136 @@
1
+ import type { EndpointV2 } from "../endpoint";
2
+ import type { HandlerExecutionContext } from "../middleware";
3
+ import type { MetadataBearer } from "../response";
4
+ import type { EndpointBearer, SerdeFunctions } from "../serde";
5
+ import type { ConfigurableSerdeContext, NormalizedSchema, SchemaTraits, SimpleSchema, UnitSchema } from "./schema";
6
+ import type { StaticSchema } from "./static-schemas";
7
+ /**
8
+ * A schema is an object or value that describes how to serialize/deserialize data.
9
+ * @public
10
+ * @deprecated use $Schema
11
+ */
12
+ export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
13
+ /**
14
+ * A schema "reference" is either a schema or a function that
15
+ * provides a schema. This is useful for lazy loading, and to allow
16
+ * code generation to define schema out of dependency order.
17
+ * @public
18
+ * @deprecated use $SchemaRef
19
+ */
20
+ export type SchemaRef = Schema | (() => Schema);
21
+ /**
22
+ * A schema that has traits.
23
+ *
24
+ * @public
25
+ * @deprecated use static schema.
26
+ */
27
+ export interface TraitsSchema {
28
+ namespace: string;
29
+ name: string;
30
+ traits: SchemaTraits;
31
+ }
32
+ /**
33
+ * Indicates the schema is a member of a parent Structure schema.
34
+ * It may also have a set of member traits distinct from its target shape's traits.
35
+ * @public
36
+ * @deprecated use $MemberSchema
37
+ */
38
+ export type MemberSchema = [SchemaRef, SchemaTraits];
39
+ /**
40
+ * Schema for the structure aggregate type.
41
+ * @public
42
+ * @deprecated use static schema.
43
+ */
44
+ export interface StructureSchema extends TraitsSchema {
45
+ memberNames: string[];
46
+ memberList: SchemaRef[];
47
+ /**
48
+ * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
49
+ * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
50
+ */
51
+ members?: Record<string, [SchemaRef, SchemaTraits]> | undefined;
52
+ }
53
+ /**
54
+ * Schema for the list aggregate type.
55
+ * @public
56
+ * @deprecated use static schema.
57
+ */
58
+ export interface ListSchema extends TraitsSchema {
59
+ valueSchema: SchemaRef;
60
+ }
61
+ /**
62
+ * Schema for the map aggregate type.
63
+ * @public
64
+ * @deprecated use static schema.
65
+ */
66
+ export interface MapSchema extends TraitsSchema {
67
+ keySchema: SchemaRef;
68
+ valueSchema: SchemaRef;
69
+ }
70
+ /**
71
+ * Schema for an operation.
72
+ * @public
73
+ * @deprecated use StaticOperationSchema or $OperationSchema
74
+ */
75
+ export interface OperationSchema {
76
+ namespace: string;
77
+ name: string;
78
+ traits: SchemaTraits;
79
+ input: SchemaRef;
80
+ output: SchemaRef;
81
+ }
82
+ /**
83
+ * Turns a serialization into a data object.
84
+ * @public
85
+ * @deprecated use $ShapeDeserializer
86
+ */
87
+ export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
88
+ /**
89
+ * Optionally async.
90
+ */
91
+ read(schema: Schema, data: SerializationType): any | Promise<any>;
92
+ }
93
+ /**
94
+ * Turns a data object into a serialization.
95
+ * @public
96
+ * @deprecated use $ShapeSerializer
97
+ */
98
+ export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
99
+ write(schema: Schema, value: unknown): void;
100
+ flush(): SerializationType;
101
+ }
102
+ /**
103
+ * A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
104
+ *
105
+ * @public
106
+ * @deprecated use $Codec
107
+ */
108
+ export interface Codec<S, D> extends ConfigurableSerdeContext {
109
+ createSerializer(): ShapeSerializer<S>;
110
+ createDeserializer(): ShapeDeserializer<D>;
111
+ }
112
+ /**
113
+ * A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
114
+ * @public
115
+ * @deprecated use $ClientProtocol
116
+ */
117
+ export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
118
+ /**
119
+ * @returns the Smithy qualified shape id.
120
+ */
121
+ getShapeId(): string;
122
+ getRequestType(): {
123
+ new (...args: any[]): Request;
124
+ };
125
+ getResponseType(): {
126
+ new (...args: any[]): Response;
127
+ };
128
+ /**
129
+ * @returns the payload codec if the requests/responses have a symmetric format.
130
+ * It otherwise may return null.
131
+ */
132
+ getPayloadCodec(): Codec<any, any>;
133
+ serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
134
+ updateServiceEndpoint(request: Request, endpoint: EndpointV2): Request;
135
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
136
+ }
@@ -7,9 +7,9 @@ import type { StaticSchema } from "./static-schemas";
7
7
  import type { TraitBitVector } from "./traits";
8
8
  /**
9
9
  * A schema is an object or value that describes how to serialize/deserialize data.
10
- * @public
10
+ * @alpha
11
11
  */
12
- export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | MapSchema | StructureSchema | MemberSchema | OperationSchema | StaticSchema | NormalizedSchema;
12
+ export type $Schema = UnitSchema | SimpleSchema | $MemberSchema | StaticSchema | NormalizedSchema;
13
13
  /**
14
14
  * Traits attached to schema objects.
15
15
  *
@@ -20,16 +20,6 @@ export type Schema = UnitSchema | TraitsSchema | SimpleSchema | ListSchema | Map
20
20
  * @public
21
21
  */
22
22
  export type SchemaTraits = TraitBitVector | SchemaTraitsObject;
23
- /**
24
- * A schema that has traits.
25
- *
26
- * @public
27
- */
28
- export interface TraitsSchema {
29
- namespace: string;
30
- name: string;
31
- traits: SchemaTraits;
32
- }
33
23
  /**
34
24
  * Simple schemas are those corresponding to simple Smithy types.
35
25
  * @see https://smithy.io/2.0/spec/simple-types.html
@@ -52,7 +42,7 @@ export type BlobSchemas = BlobSchema | StreamingBlobSchema;
52
42
  * Signal value for the Smithy void value. Typically used for
53
43
  * operation input and outputs.
54
44
  *
55
- * @internal
45
+ * @alpha
56
46
  */
57
47
  export type UnitSchema = "unit";
58
48
  /**
@@ -102,60 +92,28 @@ export type SchemaTraitsObject = {
102
92
  [traitName: string]: unknown;
103
93
  };
104
94
  /**
105
- * Schema for the structure aggregate type.
106
- * @public
107
- */
108
- export interface StructureSchema extends TraitsSchema {
109
- name: string;
110
- traits: SchemaTraits;
111
- memberNames: string[];
112
- memberList: SchemaRef[];
113
- /**
114
- * @deprecated structure member iteration will be linear on the memberNames and memberList arrays.
115
- * It can be collected into a hashmap form on an ad-hoc basis, but will not initialize as such.
116
- */
117
- members?: Record<string, [SchemaRef, SchemaTraits]> | undefined;
118
- }
119
- /**
120
- * Schema for the list aggregate type.
121
- * @public
95
+ * Indicates the schema is a member of a parent Structure schema.
96
+ * It may also have a set of member traits distinct from its target shape's traits.
97
+ * @alpha
122
98
  */
123
- export interface ListSchema extends TraitsSchema {
124
- name: string;
125
- traits: SchemaTraits;
126
- valueSchema: SchemaRef;
127
- }
128
- /**
129
- * Schema for the map aggregate type.
130
- * @public
131
- */
132
- export interface MapSchema extends TraitsSchema {
133
- name: string;
134
- traits: SchemaTraits;
135
- keySchema: SchemaRef;
136
- valueSchema: SchemaRef;
137
- }
138
- /**
139
- * @public
140
- */
141
- export type MemberSchema = [SchemaRef, SchemaTraits];
99
+ export type $MemberSchema = [$SchemaRef, SchemaTraits];
142
100
  /**
143
101
  * Schema for an operation.
144
- *
145
- * @public
102
+ * @alpha
146
103
  */
147
- export interface OperationSchema extends TraitsSchema {
104
+ export interface $OperationSchema {
105
+ namespace: string;
148
106
  name: string;
149
107
  traits: SchemaTraits;
150
- input: SchemaRef;
151
- output: SchemaRef;
108
+ input: $SchemaRef;
109
+ output: $SchemaRef;
152
110
  }
153
111
  /**
154
112
  * Normalization wrapper for various schema data objects.
155
113
  * @public
156
114
  */
157
115
  export interface NormalizedSchema {
158
- getSchema(): Schema;
116
+ getSchema(): $Schema;
159
117
  getName(): string | undefined;
160
118
  isMemberSchema(): boolean;
161
119
  isListSchema(): boolean;
@@ -186,17 +144,17 @@ export interface NormalizedSchema {
186
144
  * A schema "reference" is either a schema or a function that
187
145
  * provides a schema. This is useful for lazy loading, and to allow
188
146
  * code generation to define schema out of dependency order.
189
- * @public
147
+ * @alpha
190
148
  */
191
- export type SchemaRef = Schema | (() => Schema);
149
+ export type $SchemaRef = $Schema | (() => $Schema);
192
150
  /**
193
151
  * A codec creates serializers and deserializers for some format such as JSON, XML, or CBOR.
194
152
  *
195
153
  * @public
196
154
  */
197
- export interface Codec<S, D> extends ConfigurableSerdeContext {
198
- createSerializer(): ShapeSerializer<S>;
199
- createDeserializer(): ShapeDeserializer<D>;
155
+ export interface $Codec<S, D> extends ConfigurableSerdeContext {
156
+ createSerializer(): $ShapeSerializer<S>;
157
+ createDeserializer(): $ShapeDeserializer<D>;
200
158
  }
201
159
  /**
202
160
  * Configuration for codecs. Different protocols may share codecs, but require different behaviors from them.
@@ -223,25 +181,25 @@ export type CodecSettings = {
223
181
  * Turns a serialization into a data object.
224
182
  * @public
225
183
  */
226
- export interface ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
184
+ export interface $ShapeDeserializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
227
185
  /**
228
186
  * Optionally async.
229
187
  */
230
- read(schema: Schema, data: SerializationType): any | Promise<any>;
188
+ read(schema: $Schema, data: SerializationType): any | Promise<any>;
231
189
  }
232
190
  /**
233
191
  * Turns a data object into a serialization.
234
192
  * @public
235
193
  */
236
- export interface ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
237
- write(schema: Schema, value: unknown): void;
194
+ export interface $ShapeSerializer<SerializationType = Uint8Array> extends ConfigurableSerdeContext {
195
+ write(schema: $Schema, value: unknown): void;
238
196
  flush(): SerializationType;
239
197
  }
240
198
  /**
241
199
  * A client protocol defines how to convert a message (e.g. HTTP request/response) to and from a data object.
242
200
  * @public
243
201
  */
244
- export interface ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
202
+ export interface $ClientProtocol<Request, Response> extends ConfigurableSerdeContext {
245
203
  /**
246
204
  * @returns the Smithy qualified shape id.
247
205
  */
@@ -256,10 +214,10 @@ export interface ClientProtocol<Request, Response> extends ConfigurableSerdeCont
256
214
  * @returns the payload codec if the requests/responses have a symmetric format.
257
215
  * It otherwise may return null.
258
216
  */
259
- getPayloadCodec(): Codec<any, any>;
260
- serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
217
+ getPayloadCodec(): $Codec<any, any>;
218
+ serializeRequest<Input extends object>(operationSchema: $OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<Request>;
261
219
  updateServiceEndpoint(request: Request, endpoint: EndpointV2): Request;
262
- deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
220
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: $OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: Response): Promise<Output>;
263
221
  }
264
222
  /**
265
223
  * Allows a protocol, codec, or serde utility to accept the serdeContext
@@ -1,4 +1,4 @@
1
- import type { SchemaRef, SchemaTraits } from "../schema/schema";
1
+ import type { $SchemaRef, SchemaTraits } from "../schema/schema";
2
2
  /**
3
3
  * @alpha
4
4
  */
@@ -38,15 +38,15 @@ export type ShapeNamespace = string;
38
38
  /**
39
39
  * @alpha
40
40
  */
41
- export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaTraits, SchemaRef];
41
+ export type StaticSimpleSchema = [StaticSchemaIdSimple, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
42
42
  /**
43
43
  * @alpha
44
44
  */
45
- export type StaticListSchema = [StaticSchemaIdList, ShapeNamespace, ShapeName, SchemaTraits, SchemaRef];
45
+ export type StaticListSchema = [StaticSchemaIdList, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef];
46
46
  /**
47
47
  * @alpha
48
48
  */
49
- export type StaticMapSchema = [StaticSchemaIdMap, ShapeNamespace, ShapeName, SchemaTraits, SchemaRef, SchemaRef];
49
+ export type StaticMapSchema = [StaticSchemaIdMap, ShapeNamespace, ShapeName, SchemaTraits, $SchemaRef, $SchemaRef];
50
50
  /**
51
51
  * @alpha
52
52
  */
@@ -56,7 +56,7 @@ export type StaticStructureSchema = [
56
56
  ShapeName,
57
57
  SchemaTraits,
58
58
  string[],
59
- SchemaRef[]
59
+ $SchemaRef[]
60
60
  ];
61
61
  /**
62
62
  * @alpha
@@ -67,7 +67,7 @@ export type StaticErrorSchema = [
67
67
  ShapeName,
68
68
  SchemaTraits,
69
69
  string[],
70
- SchemaRef[]
70
+ $SchemaRef[]
71
71
  ];
72
72
  /**
73
73
  * @alpha
@@ -77,6 +77,6 @@ export type StaticOperationSchema = [
77
77
  ShapeNamespace,
78
78
  ShapeName,
79
79
  SchemaTraits,
80
- SchemaRef,
81
- SchemaRef
80
+ $SchemaRef,
81
+ $SchemaRef
82
82
  ];