@code-yeongyu/senpi 2026.8.19 → 2026.8.20-2

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 (713) hide show
  1. package/CHANGELOG.md +133 -0
  2. package/dist/cli-main.js +4 -0
  3. package/dist/cli-main.js.map +1 -1
  4. package/dist/cli.js +31 -3
  5. package/dist/cli.js.map +1 -1
  6. package/dist/compile-cache.d.ts +2 -0
  7. package/dist/compile-cache.d.ts.map +1 -0
  8. package/dist/compile-cache.js +33 -0
  9. package/dist/compile-cache.js.map +1 -0
  10. package/dist/core/agent-session.d.ts +5 -0
  11. package/dist/core/agent-session.d.ts.map +1 -1
  12. package/dist/core/agent-session.js +94 -12
  13. package/dist/core/agent-session.js.map +1 -1
  14. package/dist/core/compaction/compaction.d.ts +6 -0
  15. package/dist/core/compaction/compaction.d.ts.map +1 -1
  16. package/dist/core/compaction/compaction.js +13 -0
  17. package/dist/core/compaction/compaction.js.map +1 -1
  18. package/dist/core/cursor-exec-bridge-session.d.ts +2 -1
  19. package/dist/core/cursor-exec-bridge-session.d.ts.map +1 -1
  20. package/dist/core/cursor-exec-bridge-session.js +5 -2
  21. package/dist/core/cursor-exec-bridge-session.js.map +1 -1
  22. package/dist/core/cursor-exec-bridge.d.ts +9 -1
  23. package/dist/core/cursor-exec-bridge.d.ts.map +1 -1
  24. package/dist/core/cursor-exec-bridge.js +26 -2
  25. package/dist/core/cursor-exec-bridge.js.map +1 -1
  26. package/dist/core/extensions/builtin/claude-sdk-oauth/custom-tools.d.ts +1 -1
  27. package/dist/core/extensions/builtin/claude-sdk-oauth/custom-tools.d.ts.map +1 -1
  28. package/dist/core/extensions/builtin/claude-sdk-oauth/custom-tools.js +5 -2
  29. package/dist/core/extensions/builtin/claude-sdk-oauth/custom-tools.js.map +1 -1
  30. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.d.ts +6 -4
  31. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.d.ts.map +1 -1
  32. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.js +24 -2
  33. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.js.map +1 -1
  34. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.lazy.d.ts +39 -0
  35. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.lazy.d.ts.map +1 -0
  36. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.lazy.js +31 -0
  37. package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.lazy.js.map +1 -0
  38. package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.d.ts +2 -0
  39. package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.d.ts.map +1 -1
  40. package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.js +35 -0
  41. package/dist/core/extensions/builtin/claude-sdk-oauth/session-continuity.js.map +1 -1
  42. package/dist/core/extensions/builtin/claude-sdk-oauth/session-observability.d.ts +1 -1
  43. package/dist/core/extensions/builtin/claude-sdk-oauth/session-observability.d.ts.map +1 -1
  44. package/dist/core/extensions/builtin/claude-sdk-oauth/session-observability.js +1 -0
  45. package/dist/core/extensions/builtin/claude-sdk-oauth/session-observability.js.map +1 -1
  46. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.d.ts +8 -0
  47. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.d.ts.map +1 -1
  48. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js +4 -1
  49. package/dist/core/extensions/builtin/claude-sdk-oauth/session-reattach.js.map +1 -1
  50. package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.d.ts.map +1 -1
  51. package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.js +28 -1
  52. package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.js.map +1 -1
  53. package/dist/core/extensions/builtin/claude-sdk-oauth/stream.d.ts.map +1 -1
  54. package/dist/core/extensions/builtin/claude-sdk-oauth/stream.js +5 -2
  55. package/dist/core/extensions/builtin/claude-sdk-oauth/stream.js.map +1 -1
  56. package/dist/core/extensions/builtin/compaction/index.d.ts.map +1 -1
  57. package/dist/core/extensions/builtin/compaction/index.js +5 -0
  58. package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
  59. package/dist/core/extensions/builtin/compaction/log.d.ts +1 -1
  60. package/dist/core/extensions/builtin/compaction/log.d.ts.map +1 -1
  61. package/dist/core/extensions/builtin/compaction/log.js +1 -0
  62. package/dist/core/extensions/builtin/compaction/log.js.map +1 -1
  63. package/dist/core/extensions/builtin/compaction/speculative.d.ts +1 -0
  64. package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
  65. package/dist/core/extensions/builtin/compaction/speculative.js +4 -0
  66. package/dist/core/extensions/builtin/compaction/speculative.js.map +1 -1
  67. package/dist/core/extensions/builtin/config-reload/index.d.ts.map +1 -1
  68. package/dist/core/extensions/builtin/config-reload/index.js +13 -10
  69. package/dist/core/extensions/builtin/config-reload/index.js.map +1 -1
  70. package/dist/core/extensions/builtin/config-reload/watch-engine.d.ts +8 -1
  71. package/dist/core/extensions/builtin/config-reload/watch-engine.d.ts.map +1 -1
  72. package/dist/core/extensions/builtin/config-reload/watch-engine.js +98 -18
  73. package/dist/core/extensions/builtin/config-reload/watch-engine.js.map +1 -1
  74. package/dist/core/extensions/builtin/config-reload/watch-event-source.d.ts +1 -1
  75. package/dist/core/extensions/builtin/config-reload/watch-event-source.d.ts.map +1 -1
  76. package/dist/core/extensions/builtin/config-reload/watch-event-source.js +7 -2
  77. package/dist/core/extensions/builtin/config-reload/watch-event-source.js.map +1 -1
  78. package/dist/core/extensions/builtin/goal/elapsed-ticker.d.ts.map +1 -1
  79. package/dist/core/extensions/builtin/goal/elapsed-ticker.js +15 -1
  80. package/dist/core/extensions/builtin/goal/elapsed-ticker.js.map +1 -1
  81. package/dist/core/extensions/builtin/goal/index.d.ts.map +1 -1
  82. package/dist/core/extensions/builtin/goal/index.js +7 -22
  83. package/dist/core/extensions/builtin/goal/index.js.map +1 -1
  84. package/dist/core/extensions/builtin/goal/stale-context.d.ts +9 -0
  85. package/dist/core/extensions/builtin/goal/stale-context.d.ts.map +1 -0
  86. package/dist/core/extensions/builtin/goal/stale-context.js +11 -0
  87. package/dist/core/extensions/builtin/goal/stale-context.js.map +1 -0
  88. package/dist/core/extensions/builtin/goal/wait-ticker.d.ts +8 -0
  89. package/dist/core/extensions/builtin/goal/wait-ticker.d.ts.map +1 -1
  90. package/dist/core/extensions/builtin/goal/wait-ticker.js +37 -3
  91. package/dist/core/extensions/builtin/goal/wait-ticker.js.map +1 -1
  92. package/dist/core/extensions/builtin/mcp/index.d.ts.map +1 -1
  93. package/dist/core/extensions/builtin/mcp/index.js +12 -1
  94. package/dist/core/extensions/builtin/mcp/index.js.map +1 -1
  95. package/dist/core/extensions/builtin/prompt-url-widget.d.ts.map +1 -1
  96. package/dist/core/extensions/builtin/prompt-url-widget.js +7 -15
  97. package/dist/core/extensions/builtin/prompt-url-widget.js.map +1 -1
  98. package/dist/core/extensions/builtin/rules/ui/rules-banner.d.ts.map +1 -1
  99. package/dist/core/extensions/builtin/rules/ui/rules-banner.js +21 -25
  100. package/dist/core/extensions/builtin/rules/ui/rules-banner.js.map +1 -1
  101. package/dist/core/extensions/builtin/todotools/index.d.ts.map +1 -1
  102. package/dist/core/extensions/builtin/todotools/index.js +20 -0
  103. package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
  104. package/dist/core/extensions/builtin/todotools/native-todo-mirror.d.ts +3 -0
  105. package/dist/core/extensions/builtin/todotools/native-todo-mirror.d.ts.map +1 -0
  106. package/dist/core/extensions/builtin/todotools/native-todo-mirror.js +22 -0
  107. package/dist/core/extensions/builtin/todotools/native-todo-mirror.js.map +1 -0
  108. package/dist/core/extensions/builtin/webfetch/webfetch/content.lazy.d.ts +17 -0
  109. package/dist/core/extensions/builtin/webfetch/webfetch/content.lazy.d.ts.map +1 -0
  110. package/dist/core/extensions/builtin/webfetch/webfetch/content.lazy.js +22 -0
  111. package/dist/core/extensions/builtin/webfetch/webfetch/content.lazy.js.map +1 -0
  112. package/dist/core/extensions/builtin/webfetch/webfetch/tool.js +3 -3
  113. package/dist/core/extensions/builtin/webfetch/webfetch/tool.js.map +1 -1
  114. package/dist/core/messages.d.ts +9 -2
  115. package/dist/core/messages.d.ts.map +1 -1
  116. package/dist/core/messages.js +13 -18
  117. package/dist/core/messages.js.map +1 -1
  118. package/dist/core/retry-fallback/hint-policy.d.ts +3 -2
  119. package/dist/core/retry-fallback/hint-policy.d.ts.map +1 -1
  120. package/dist/core/retry-fallback/hint-policy.js +19 -8
  121. package/dist/core/retry-fallback/hint-policy.js.map +1 -1
  122. package/dist/core/retry-fallback/settings.js.map +1 -1
  123. package/dist/core/session-discovery.d.ts +16 -0
  124. package/dist/core/session-discovery.d.ts.map +1 -0
  125. package/dist/core/session-discovery.js +101 -0
  126. package/dist/core/session-discovery.js.map +1 -0
  127. package/dist/core/session-manager.d.ts +2 -1
  128. package/dist/core/session-manager.d.ts.map +1 -1
  129. package/dist/core/session-manager.js +4 -170
  130. package/dist/core/session-manager.js.map +1 -1
  131. package/dist/core/session-record.d.ts +14 -0
  132. package/dist/core/session-record.d.ts.map +1 -0
  133. package/dist/core/session-record.js +47 -0
  134. package/dist/core/session-record.js.map +1 -0
  135. package/dist/core/session-summary-cache.d.ts +40 -0
  136. package/dist/core/session-summary-cache.d.ts.map +1 -0
  137. package/dist/core/session-summary-cache.js +79 -0
  138. package/dist/core/session-summary-cache.js.map +1 -0
  139. package/dist/core/session-summary-lru.d.ts +54 -0
  140. package/dist/core/session-summary-lru.d.ts.map +1 -0
  141. package/dist/core/session-summary-lru.js +72 -0
  142. package/dist/core/session-summary-lru.js.map +1 -0
  143. package/dist/core/session-summary.d.ts +29 -0
  144. package/dist/core/session-summary.d.ts.map +1 -0
  145. package/dist/core/session-summary.js +90 -0
  146. package/dist/core/session-summary.js.map +1 -0
  147. package/dist/index.d.ts +1 -0
  148. package/dist/index.d.ts.map +1 -1
  149. package/dist/index.js +2 -0
  150. package/dist/index.js.map +1 -1
  151. package/dist/inspector-policy.d.ts +6 -0
  152. package/dist/inspector-policy.d.ts.map +1 -1
  153. package/dist/inspector-policy.js +6 -1
  154. package/dist/inspector-policy.js.map +1 -1
  155. package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -1
  156. package/dist/modes/interactive/components/earendil-announcement.js +8 -8
  157. package/dist/modes/interactive/components/earendil-announcement.js.map +1 -1
  158. package/dist/modes/interactive/components/progressive-transcript-container.d.ts +72 -0
  159. package/dist/modes/interactive/components/progressive-transcript-container.d.ts.map +1 -0
  160. package/dist/modes/interactive/components/progressive-transcript-container.js +150 -0
  161. package/dist/modes/interactive/components/progressive-transcript-container.js.map +1 -0
  162. package/dist/modes/interactive/components/status-indicator.d.ts +1 -1
  163. package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -1
  164. package/dist/modes/interactive/components/status-indicator.js +8 -2
  165. package/dist/modes/interactive/components/status-indicator.js.map +1 -1
  166. package/dist/modes/interactive/interactive-mode.d.ts +4 -0
  167. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  168. package/dist/modes/interactive/interactive-mode.js +127 -65
  169. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  170. package/dist/modes/interactive/split-trailing-assistant-text.d.ts +7 -0
  171. package/dist/modes/interactive/split-trailing-assistant-text.d.ts.map +1 -0
  172. package/dist/modes/interactive/split-trailing-assistant-text.js +19 -0
  173. package/dist/modes/interactive/split-trailing-assistant-text.js.map +1 -0
  174. package/dist/senpi +31 -3
  175. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +38 -13
  176. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/index.js +1 -1
  177. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +34 -12
  178. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +29 -0
  179. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +15 -0
  180. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/CountTokensCommand.d.ts +14 -0
  181. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/index.d.ts +1 -1
  182. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/models_0.d.ts +119 -1
  183. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +46 -46
  184. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +36 -36
  185. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +48 -48
  186. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.shared.d.ts +2 -2
  187. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/schemas/schemas_0.d.ts +3 -0
  188. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/index.d.ts +1 -1
  189. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/models_0.d.ts +76 -0
  190. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +70 -72
  191. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +68 -68
  192. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +86 -88
  193. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  194. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  195. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +14 -14
  196. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1328 -411
  197. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
  198. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
  199. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
  200. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
  201. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
  202. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
  203. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +6 -6
  204. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +8 -5
  205. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
  206. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
  207. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.js → codec-v2/JsonShapeDeserializer2.js} +38 -18
  208. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.js → codec-v2/JsonShapeSerializer2.js} +107 -71
  209. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +93 -9
  210. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
  211. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
  212. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
  213. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
  214. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
  215. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
  216. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
  217. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -3
  218. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +5 -3
  219. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
  220. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
  221. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
  222. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
  223. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
  224. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
  225. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
  226. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.d.ts → codec-v2/JsonShapeDeserializer2.d.ts} +4 -3
  227. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.d.ts → codec-v2/JsonShapeSerializer2.d.ts} +19 -16
  228. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +4 -7
  229. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +61 -21
  230. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +13 -27
  231. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +4 -16
  232. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +5 -14
  233. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -5
  234. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -11
  235. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +107 -47
  236. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +112 -39
  237. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +107 -48
  238. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +13 -14
  239. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +25 -35
  240. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +14 -4
  241. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +2 -6
  242. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +2 -5
  243. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +2 -5
  244. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +2 -6
  245. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +2 -10
  246. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +2 -6
  247. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +16 -20
  248. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +21 -44
  249. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  250. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +2 -5
  251. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  252. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +8 -11
  253. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +14 -16
  254. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +1 -4
  255. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +7 -14
  256. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +1 -4
  257. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +6 -7
  258. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -12
  259. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -7
  260. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  261. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -5
  262. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +2 -7
  263. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +28 -38
  264. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -638
  265. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  266. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +29 -56
  267. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  268. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  269. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +6 -1
  270. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  271. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  272. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  273. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +12 -1
  274. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +4 -7
  275. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +7 -14
  276. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -2
  277. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +15 -27
  278. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +10 -18
  279. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +3 -8
  280. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +14 -28
  281. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +2 -6
  282. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +2 -5
  283. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +4 -13
  284. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +9 -10
  285. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -44
  286. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +2 -5
  287. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -6
  288. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -7
  289. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -13
  290. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -7
  291. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +13 -38
  292. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +57 -133
  293. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -11
  294. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +32 -9
  295. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -8
  296. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -6
  297. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +2 -8
  298. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -8
  299. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +6 -26
  300. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -4
  301. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -9
  302. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -8
  303. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +40 -74
  304. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -24
  305. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -25
  306. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -18
  307. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -2
  308. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +30 -22
  309. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -22
  310. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -22
  311. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +50 -29
  312. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +52 -36
  313. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
  314. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -7
  315. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonCodec.d.ts +11 -0
  316. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
  317. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeDeserializer.d.ts +13 -0
  318. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeSerializer.d.ts +18 -0
  319. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
  320. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
  321. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
  322. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
  323. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -1
  324. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -21
  325. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -15
  326. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -11
  327. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +14 -22
  328. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -27
  329. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -49
  330. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -13
  331. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -16
  332. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -4
  333. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -31
  334. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -14
  335. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -20
  336. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  337. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +4 -13
  338. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -6
  339. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  340. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -32
  341. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -2
  342. package/node_modules/@aws-sdk/core/package.json +6 -6
  343. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  344. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  345. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  346. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +35 -28
  347. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +35 -28
  348. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +1 -0
  349. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +1 -0
  350. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  351. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  352. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  353. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
  354. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  355. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  356. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  357. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  358. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
  359. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  360. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  361. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  362. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  363. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -42
  365. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -42
  366. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -41
  367. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -43
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -43
  370. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -42
  371. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
  372. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -42
  373. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -42
  374. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -41
  375. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
  376. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -42
  377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -42
  378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -41
  379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
  380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -44
  381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -35
  382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -43
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
  384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +64 -66
  385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +65 -65
  386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +68 -70
  387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +3 -3
  388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +67 -69
  389. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +66 -66
  390. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +71 -73
  391. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +3 -3
  392. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +64 -66
  393. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +65 -65
  394. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +68 -70
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +3 -3
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +64 -66
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +65 -65
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +68 -70
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +68 -70
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +68 -68
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +72 -74
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +3 -3
  404. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  405. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  406. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  407. package/node_modules/@aws-sdk/types/package.json +2 -2
  408. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  409. package/node_modules/@bufbuild/protobuf/README.md +12 -15
  410. package/node_modules/@bufbuild/protobuf/dist/commonjs/create.js +199 -162
  411. package/node_modules/@bufbuild/protobuf/dist/commonjs/from-binary.js +321 -153
  412. package/node_modules/@bufbuild/protobuf/dist/commonjs/from-json.js +601 -303
  413. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/message.d.ts +49 -0
  414. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/message.js +157 -0
  415. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.d.ts +27 -1
  416. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.js +80 -56
  417. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect.js +3 -80
  418. package/node_modules/@bufbuild/protobuf/dist/commonjs/registry.js +12 -3
  419. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.d.ts +4 -0
  420. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.js +365 -127
  421. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-json.js +393 -159
  422. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.d.ts +3 -1
  423. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.js +40 -8
  424. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.d.ts +37 -19
  425. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.js +281 -85
  426. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.d.ts +1 -1
  427. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.js +4 -1
  428. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.d.ts +19 -2
  429. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.js +47 -13
  430. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.d.ts +4 -4
  431. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.js +35 -23
  432. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/json.d.ts +28 -0
  433. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/json.js +44 -0
  434. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/wrappers.js +12 -12
  435. package/node_modules/@bufbuild/protobuf/dist/esm/create.js +199 -162
  436. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +321 -153
  437. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +602 -304
  438. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/message.d.ts +49 -0
  439. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/message.js +152 -0
  440. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts +27 -1
  441. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js +79 -57
  442. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +1 -78
  443. package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +12 -3
  444. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts +4 -0
  445. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js +365 -127
  446. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +393 -159
  447. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts +3 -1
  448. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +40 -8
  449. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +37 -19
  450. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +283 -87
  451. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts +1 -1
  452. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +1 -1
  453. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +19 -2
  454. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +46 -13
  455. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts +4 -4
  456. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js +35 -23
  457. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/json.d.ts +28 -0
  458. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/json.js +41 -0
  459. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +12 -12
  460. package/node_modules/@bufbuild/protobuf/package.json +2 -2
  461. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +24 -0
  462. package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
  463. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
  464. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +38 -3
  465. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
  466. package/node_modules/@earendil-works/pi-agent-core/dist/assistant-terminal-state.d.ts +8 -1
  467. package/node_modules/@earendil-works/pi-agent-core/dist/assistant-terminal-state.d.ts.map +1 -1
  468. package/node_modules/@earendil-works/pi-agent-core/dist/assistant-terminal-state.js +25 -1
  469. package/node_modules/@earendil-works/pi-agent-core/dist/assistant-terminal-state.js.map +1 -1
  470. package/node_modules/@earendil-works/pi-agent-core/package.json +6 -6
  471. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts +2 -0
  472. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts.map +1 -1
  473. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js +284 -209
  474. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -1
  475. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-conversation-rotation.d.ts +37 -0
  476. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-conversation-rotation.d.ts.map +1 -0
  477. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-conversation-rotation.js +110 -0
  478. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-conversation-rotation.js.map +1 -0
  479. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-task-args.d.ts +3 -0
  480. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-task-args.d.ts.map +1 -0
  481. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-task-args.js +17 -0
  482. package/node_modules/@earendil-works/pi-ai/dist/api/cursor-task-args.js.map +1 -0
  483. package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.d.ts.map +1 -1
  484. package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.js +27 -11
  485. package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.js.map +1 -1
  486. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  487. package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -1
  488. package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
  489. package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
  490. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
  491. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -1
  492. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  493. package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
  494. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.d.ts.map +1 -1
  495. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js +2 -0
  496. package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/index.js.map +1 -1
  497. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +30 -0
  498. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
  499. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +33 -0
  500. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
  501. package/node_modules/@earendil-works/pi-ai/package.json +8 -8
  502. package/node_modules/@earendil-works/pi-pty/package.json +2 -2
  503. package/node_modules/@earendil-works/pi-telemetry/package.json +2 -2
  504. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  505. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1562 -339
  506. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +23 -23
  507. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +23 -23
  508. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -13
  509. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +0 -10
  510. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
  511. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -2
  512. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -1
  513. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +113 -0
  514. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +103 -0
  515. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +621 -0
  516. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +602 -0
  517. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
  518. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +4 -4
  519. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +19 -19
  520. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +3 -4
  521. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +6 -4
  522. package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +8 -5
  523. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -2
  524. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -2
  525. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -2
  526. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -2
  527. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -2
  528. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
  529. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  530. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  531. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  532. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  533. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  534. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
  535. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
  536. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
  537. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
  538. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
  539. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
  540. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
  541. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
  542. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
  543. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +14 -2
  544. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
  545. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
  546. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  547. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
  548. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -27
  549. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  550. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  551. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  552. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  553. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  554. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -1
  555. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
  556. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
  557. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
  558. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
  559. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
  560. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
  561. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
  562. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
  563. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +14 -2
  564. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
  565. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
  566. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  567. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +5 -5
  568. package/node_modules/@smithy/core/package.json +4 -11
  569. package/node_modules/@smithy/credential-provider-imds/package.json +4 -12
  570. package/node_modules/@smithy/fetch-http-handler/package.json +5 -13
  571. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  572. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +9 -2
  573. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  574. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  575. package/node_modules/@smithy/node-http-handler/package.json +5 -13
  576. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +9 -9
  577. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +9 -9
  578. package/node_modules/@smithy/signature-v4/package.json +4 -12
  579. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
  580. package/node_modules/@smithy/types/package.json +29 -39
  581. package/node_modules/@types/node/README.md +1 -1
  582. package/node_modules/@types/node/child_process.d.ts +0 -1
  583. package/node_modules/@types/node/crypto.d.ts +7 -7
  584. package/node_modules/@types/node/dns/promises.d.ts +5 -5
  585. package/node_modules/@types/node/dns.d.ts +5 -5
  586. package/node_modules/@types/node/fs.d.ts +7 -0
  587. package/node_modules/@types/node/http.d.ts +30 -0
  588. package/node_modules/@types/node/http2.d.ts +4 -4
  589. package/node_modules/@types/node/os.d.ts +30 -30
  590. package/node_modules/@types/node/package.json +2 -2
  591. package/node_modules/@types/node/perf_hooks.d.ts +2 -1
  592. package/node_modules/@types/node/process.d.ts +42 -43
  593. package/node_modules/@types/node/quic.d.ts +1049 -84
  594. package/node_modules/@types/node/sqlite.d.ts +14 -1
  595. package/node_modules/@types/node/stream/iter.d.ts +3 -2
  596. package/node_modules/@types/node/test.d.ts +61 -0
  597. package/node_modules/@types/node/v8.d.ts +20 -23
  598. package/package.json +36 -36
  599. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +0 -19
  600. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
  601. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -28
  602. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +0 -29
  603. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -57
  604. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/LICENSE +0 -201
  605. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/README.md +0 -9
  606. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -840
  607. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +0 -19
  608. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
  609. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
  610. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +0 -50
  611. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
  612. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -241
  613. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -136
  614. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -46
  615. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -173
  616. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +0 -2
  617. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-https.js +0 -2
  618. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -36
  619. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +0 -21
  620. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -22
  621. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -23
  622. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/timing.js +0 -4
  623. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -63
  624. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +0 -10
  625. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
  626. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  627. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +0 -46
  628. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
  629. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -47
  630. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -46
  631. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -36
  632. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -76
  633. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +0 -2
  634. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +0 -2
  635. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  636. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +0 -6
  637. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  638. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  639. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +0 -9
  640. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
  641. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  642. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  643. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +0 -46
  644. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  645. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -47
  646. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -46
  647. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -36
  648. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -76
  649. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +0 -2
  650. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +0 -2
  651. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  652. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
  653. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  654. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  655. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -9
  656. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  657. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -12
  658. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +0 -64
  659. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +0 -201
  660. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +0 -9
  661. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -840
  662. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +0 -19
  663. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
  664. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
  665. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +0 -50
  666. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
  667. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -241
  668. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -136
  669. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -46
  670. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -173
  671. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +0 -2
  672. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-https.js +0 -2
  673. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -36
  674. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +0 -21
  675. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -22
  676. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -23
  677. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +0 -4
  678. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -63
  679. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +0 -10
  680. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
  681. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  682. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +0 -46
  683. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
  684. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -47
  685. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -46
  686. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -36
  687. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -76
  688. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +0 -2
  689. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +0 -2
  690. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  691. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +0 -6
  692. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  693. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  694. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +0 -9
  695. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
  696. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  697. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  698. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +0 -46
  699. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  700. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -47
  701. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -46
  702. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -36
  703. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -76
  704. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +0 -2
  705. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +0 -2
  706. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  707. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
  708. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  709. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  710. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -9
  711. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  712. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -12
  713. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +0 -64
@@ -1,638 +1,647 @@
1
- export declare const partitionsInfo: {
2
- partitions: ({
3
- id: string;
4
- outputs: {
5
- dnsSuffix: string;
6
- dualStackDnsSuffix: string;
7
- implicitGlobalRegion: string;
8
- name: string;
9
- supportsDualStack: boolean;
10
- supportsFIPS: boolean;
11
- };
12
- regionRegex: string;
13
- regions: {
14
- "af-south-1": {
15
- description: string;
16
- };
17
- "ap-east-1": {
18
- description: string;
19
- };
20
- "ap-east-2": {
21
- description: string;
22
- };
23
- "ap-northeast-1": {
24
- description: string;
25
- };
26
- "ap-northeast-2": {
27
- description: string;
28
- };
29
- "ap-northeast-3": {
30
- description: string;
31
- };
32
- "ap-south-1": {
33
- description: string;
34
- };
35
- "ap-south-2": {
36
- description: string;
37
- };
38
- "ap-southeast-1": {
39
- description: string;
40
- };
41
- "ap-southeast-2": {
42
- description: string;
43
- };
44
- "ap-southeast-3": {
45
- description: string;
46
- };
47
- "ap-southeast-4": {
48
- description: string;
49
- };
50
- "ap-southeast-5": {
51
- description: string;
52
- };
53
- "ap-southeast-6": {
54
- description: string;
55
- };
56
- "ap-southeast-7": {
57
- description: string;
58
- };
59
- "aws-global": {
60
- description: string;
61
- };
62
- "ca-central-1": {
63
- description: string;
64
- };
65
- "ca-west-1": {
66
- description: string;
67
- };
68
- "eu-central-1": {
69
- description: string;
70
- };
71
- "eu-central-2": {
72
- description: string;
73
- };
74
- "eu-north-1": {
75
- description: string;
76
- };
77
- "eu-south-1": {
78
- description: string;
79
- };
80
- "eu-south-2": {
81
- description: string;
82
- };
83
- "eu-west-1": {
84
- description: string;
85
- };
86
- "eu-west-2": {
87
- description: string;
88
- };
89
- "eu-west-3": {
90
- description: string;
91
- };
92
- "il-central-1": {
93
- description: string;
94
- };
95
- "me-central-1": {
96
- description: string;
97
- };
98
- "me-south-1": {
99
- description: string;
100
- };
101
- "mx-central-1": {
102
- description: string;
103
- };
104
- "sa-east-1": {
105
- description: string;
106
- };
107
- "us-east-1": {
108
- description: string;
109
- };
110
- "us-east-2": {
111
- description: string;
112
- };
113
- "us-west-1": {
114
- description: string;
115
- };
116
- "us-west-2": {
117
- description: string;
118
- };
119
- "aws-cn-global"?: undefined;
120
- "cn-north-1"?: undefined;
121
- "cn-northwest-1"?: undefined;
122
- "eusc-de-east-1"?: undefined;
123
- "aws-iso-global"?: undefined;
124
- "us-iso-east-1"?: undefined;
125
- "us-iso-west-1"?: undefined;
126
- "aws-iso-b-global"?: undefined;
127
- "us-isob-east-1"?: undefined;
128
- "us-isob-west-1"?: undefined;
129
- "aws-iso-e-global"?: undefined;
130
- "eu-isoe-west-1"?: undefined;
131
- "aws-iso-f-global"?: undefined;
132
- "us-isof-east-1"?: undefined;
133
- "us-isof-south-1"?: undefined;
134
- "aws-us-gov-global"?: undefined;
135
- "us-gov-east-1"?: undefined;
136
- "us-gov-west-1"?: undefined;
137
- };
138
- } | {
139
- id: string;
140
- outputs: {
141
- dnsSuffix: string;
142
- dualStackDnsSuffix: string;
143
- implicitGlobalRegion: string;
144
- name: string;
145
- supportsDualStack: boolean;
146
- supportsFIPS: boolean;
147
- };
148
- regionRegex: string;
149
- regions: {
150
- "aws-cn-global": {
151
- description: string;
152
- };
153
- "cn-north-1": {
154
- description: string;
155
- };
156
- "cn-northwest-1": {
157
- description: string;
158
- };
159
- "af-south-1"?: undefined;
160
- "ap-east-1"?: undefined;
161
- "ap-east-2"?: undefined;
162
- "ap-northeast-1"?: undefined;
163
- "ap-northeast-2"?: undefined;
164
- "ap-northeast-3"?: undefined;
165
- "ap-south-1"?: undefined;
166
- "ap-south-2"?: undefined;
167
- "ap-southeast-1"?: undefined;
168
- "ap-southeast-2"?: undefined;
169
- "ap-southeast-3"?: undefined;
170
- "ap-southeast-4"?: undefined;
171
- "ap-southeast-5"?: undefined;
172
- "ap-southeast-6"?: undefined;
173
- "ap-southeast-7"?: undefined;
174
- "aws-global"?: undefined;
175
- "ca-central-1"?: undefined;
176
- "ca-west-1"?: undefined;
177
- "eu-central-1"?: undefined;
178
- "eu-central-2"?: undefined;
179
- "eu-north-1"?: undefined;
180
- "eu-south-1"?: undefined;
181
- "eu-south-2"?: undefined;
182
- "eu-west-1"?: undefined;
183
- "eu-west-2"?: undefined;
184
- "eu-west-3"?: undefined;
185
- "il-central-1"?: undefined;
186
- "me-central-1"?: undefined;
187
- "me-south-1"?: undefined;
188
- "mx-central-1"?: undefined;
189
- "sa-east-1"?: undefined;
190
- "us-east-1"?: undefined;
191
- "us-east-2"?: undefined;
192
- "us-west-1"?: undefined;
193
- "us-west-2"?: undefined;
194
- "eusc-de-east-1"?: undefined;
195
- "aws-iso-global"?: undefined;
196
- "us-iso-east-1"?: undefined;
197
- "us-iso-west-1"?: undefined;
198
- "aws-iso-b-global"?: undefined;
199
- "us-isob-east-1"?: undefined;
200
- "us-isob-west-1"?: undefined;
201
- "aws-iso-e-global"?: undefined;
202
- "eu-isoe-west-1"?: undefined;
203
- "aws-iso-f-global"?: undefined;
204
- "us-isof-east-1"?: undefined;
205
- "us-isof-south-1"?: undefined;
206
- "aws-us-gov-global"?: undefined;
207
- "us-gov-east-1"?: undefined;
208
- "us-gov-west-1"?: undefined;
209
- };
210
- } | {
211
- id: string;
212
- outputs: {
213
- dnsSuffix: string;
214
- dualStackDnsSuffix: string;
215
- implicitGlobalRegion: string;
216
- name: string;
217
- supportsDualStack: boolean;
218
- supportsFIPS: boolean;
219
- };
220
- regionRegex: string;
221
- regions: {
222
- "eusc-de-east-1": {
223
- description: string;
224
- };
225
- "af-south-1"?: undefined;
226
- "ap-east-1"?: undefined;
227
- "ap-east-2"?: undefined;
228
- "ap-northeast-1"?: undefined;
229
- "ap-northeast-2"?: undefined;
230
- "ap-northeast-3"?: undefined;
231
- "ap-south-1"?: undefined;
232
- "ap-south-2"?: undefined;
233
- "ap-southeast-1"?: undefined;
234
- "ap-southeast-2"?: undefined;
235
- "ap-southeast-3"?: undefined;
236
- "ap-southeast-4"?: undefined;
237
- "ap-southeast-5"?: undefined;
238
- "ap-southeast-6"?: undefined;
239
- "ap-southeast-7"?: undefined;
240
- "aws-global"?: undefined;
241
- "ca-central-1"?: undefined;
242
- "ca-west-1"?: undefined;
243
- "eu-central-1"?: undefined;
244
- "eu-central-2"?: undefined;
245
- "eu-north-1"?: undefined;
246
- "eu-south-1"?: undefined;
247
- "eu-south-2"?: undefined;
248
- "eu-west-1"?: undefined;
249
- "eu-west-2"?: undefined;
250
- "eu-west-3"?: undefined;
251
- "il-central-1"?: undefined;
252
- "me-central-1"?: undefined;
253
- "me-south-1"?: undefined;
254
- "mx-central-1"?: undefined;
255
- "sa-east-1"?: undefined;
256
- "us-east-1"?: undefined;
257
- "us-east-2"?: undefined;
258
- "us-west-1"?: undefined;
259
- "us-west-2"?: undefined;
260
- "aws-cn-global"?: undefined;
261
- "cn-north-1"?: undefined;
262
- "cn-northwest-1"?: undefined;
263
- "aws-iso-global"?: undefined;
264
- "us-iso-east-1"?: undefined;
265
- "us-iso-west-1"?: undefined;
266
- "aws-iso-b-global"?: undefined;
267
- "us-isob-east-1"?: undefined;
268
- "us-isob-west-1"?: undefined;
269
- "aws-iso-e-global"?: undefined;
270
- "eu-isoe-west-1"?: undefined;
271
- "aws-iso-f-global"?: undefined;
272
- "us-isof-east-1"?: undefined;
273
- "us-isof-south-1"?: undefined;
274
- "aws-us-gov-global"?: undefined;
275
- "us-gov-east-1"?: undefined;
276
- "us-gov-west-1"?: undefined;
277
- };
278
- } | {
279
- id: string;
280
- outputs: {
281
- dnsSuffix: string;
282
- dualStackDnsSuffix: string;
283
- implicitGlobalRegion: string;
284
- name: string;
285
- supportsDualStack: boolean;
286
- supportsFIPS: boolean;
287
- };
288
- regionRegex: string;
289
- regions: {
290
- "aws-iso-global": {
291
- description: string;
292
- };
293
- "us-iso-east-1": {
294
- description: string;
295
- };
296
- "us-iso-west-1": {
297
- description: string;
298
- };
299
- "af-south-1"?: undefined;
300
- "ap-east-1"?: undefined;
301
- "ap-east-2"?: undefined;
302
- "ap-northeast-1"?: undefined;
303
- "ap-northeast-2"?: undefined;
304
- "ap-northeast-3"?: undefined;
305
- "ap-south-1"?: undefined;
306
- "ap-south-2"?: undefined;
307
- "ap-southeast-1"?: undefined;
308
- "ap-southeast-2"?: undefined;
309
- "ap-southeast-3"?: undefined;
310
- "ap-southeast-4"?: undefined;
311
- "ap-southeast-5"?: undefined;
312
- "ap-southeast-6"?: undefined;
313
- "ap-southeast-7"?: undefined;
314
- "aws-global"?: undefined;
315
- "ca-central-1"?: undefined;
316
- "ca-west-1"?: undefined;
317
- "eu-central-1"?: undefined;
318
- "eu-central-2"?: undefined;
319
- "eu-north-1"?: undefined;
320
- "eu-south-1"?: undefined;
321
- "eu-south-2"?: undefined;
322
- "eu-west-1"?: undefined;
323
- "eu-west-2"?: undefined;
324
- "eu-west-3"?: undefined;
325
- "il-central-1"?: undefined;
326
- "me-central-1"?: undefined;
327
- "me-south-1"?: undefined;
328
- "mx-central-1"?: undefined;
329
- "sa-east-1"?: undefined;
330
- "us-east-1"?: undefined;
331
- "us-east-2"?: undefined;
332
- "us-west-1"?: undefined;
333
- "us-west-2"?: undefined;
334
- "aws-cn-global"?: undefined;
335
- "cn-north-1"?: undefined;
336
- "cn-northwest-1"?: undefined;
337
- "eusc-de-east-1"?: undefined;
338
- "aws-iso-b-global"?: undefined;
339
- "us-isob-east-1"?: undefined;
340
- "us-isob-west-1"?: undefined;
341
- "aws-iso-e-global"?: undefined;
342
- "eu-isoe-west-1"?: undefined;
343
- "aws-iso-f-global"?: undefined;
344
- "us-isof-east-1"?: undefined;
345
- "us-isof-south-1"?: undefined;
346
- "aws-us-gov-global"?: undefined;
347
- "us-gov-east-1"?: undefined;
348
- "us-gov-west-1"?: undefined;
349
- };
350
- } | {
351
- id: string;
352
- outputs: {
353
- dnsSuffix: string;
354
- dualStackDnsSuffix: string;
355
- implicitGlobalRegion: string;
356
- name: string;
357
- supportsDualStack: boolean;
358
- supportsFIPS: boolean;
359
- };
360
- regionRegex: string;
361
- regions: {
362
- "aws-iso-b-global": {
363
- description: string;
364
- };
365
- "us-isob-east-1": {
366
- description: string;
367
- };
368
- "us-isob-west-1": {
369
- description: string;
370
- };
371
- "af-south-1"?: undefined;
372
- "ap-east-1"?: undefined;
373
- "ap-east-2"?: undefined;
374
- "ap-northeast-1"?: undefined;
375
- "ap-northeast-2"?: undefined;
376
- "ap-northeast-3"?: undefined;
377
- "ap-south-1"?: undefined;
378
- "ap-south-2"?: undefined;
379
- "ap-southeast-1"?: undefined;
380
- "ap-southeast-2"?: undefined;
381
- "ap-southeast-3"?: undefined;
382
- "ap-southeast-4"?: undefined;
383
- "ap-southeast-5"?: undefined;
384
- "ap-southeast-6"?: undefined;
385
- "ap-southeast-7"?: undefined;
386
- "aws-global"?: undefined;
387
- "ca-central-1"?: undefined;
388
- "ca-west-1"?: undefined;
389
- "eu-central-1"?: undefined;
390
- "eu-central-2"?: undefined;
391
- "eu-north-1"?: undefined;
392
- "eu-south-1"?: undefined;
393
- "eu-south-2"?: undefined;
394
- "eu-west-1"?: undefined;
395
- "eu-west-2"?: undefined;
396
- "eu-west-3"?: undefined;
397
- "il-central-1"?: undefined;
398
- "me-central-1"?: undefined;
399
- "me-south-1"?: undefined;
400
- "mx-central-1"?: undefined;
401
- "sa-east-1"?: undefined;
402
- "us-east-1"?: undefined;
403
- "us-east-2"?: undefined;
404
- "us-west-1"?: undefined;
405
- "us-west-2"?: undefined;
406
- "aws-cn-global"?: undefined;
407
- "cn-north-1"?: undefined;
408
- "cn-northwest-1"?: undefined;
409
- "eusc-de-east-1"?: undefined;
410
- "aws-iso-global"?: undefined;
411
- "us-iso-east-1"?: undefined;
412
- "us-iso-west-1"?: undefined;
413
- "aws-iso-e-global"?: undefined;
414
- "eu-isoe-west-1"?: undefined;
415
- "aws-iso-f-global"?: undefined;
416
- "us-isof-east-1"?: undefined;
417
- "us-isof-south-1"?: undefined;
418
- "aws-us-gov-global"?: undefined;
419
- "us-gov-east-1"?: undefined;
420
- "us-gov-west-1"?: undefined;
421
- };
422
- } | {
423
- id: string;
424
- outputs: {
425
- dnsSuffix: string;
426
- dualStackDnsSuffix: string;
427
- implicitGlobalRegion: string;
428
- name: string;
429
- supportsDualStack: boolean;
430
- supportsFIPS: boolean;
431
- };
432
- regionRegex: string;
433
- regions: {
434
- "aws-iso-e-global": {
435
- description: string;
436
- };
437
- "eu-isoe-west-1": {
438
- description: string;
439
- };
440
- "af-south-1"?: undefined;
441
- "ap-east-1"?: undefined;
442
- "ap-east-2"?: undefined;
443
- "ap-northeast-1"?: undefined;
444
- "ap-northeast-2"?: undefined;
445
- "ap-northeast-3"?: undefined;
446
- "ap-south-1"?: undefined;
447
- "ap-south-2"?: undefined;
448
- "ap-southeast-1"?: undefined;
449
- "ap-southeast-2"?: undefined;
450
- "ap-southeast-3"?: undefined;
451
- "ap-southeast-4"?: undefined;
452
- "ap-southeast-5"?: undefined;
453
- "ap-southeast-6"?: undefined;
454
- "ap-southeast-7"?: undefined;
455
- "aws-global"?: undefined;
456
- "ca-central-1"?: undefined;
457
- "ca-west-1"?: undefined;
458
- "eu-central-1"?: undefined;
459
- "eu-central-2"?: undefined;
460
- "eu-north-1"?: undefined;
461
- "eu-south-1"?: undefined;
462
- "eu-south-2"?: undefined;
463
- "eu-west-1"?: undefined;
464
- "eu-west-2"?: undefined;
465
- "eu-west-3"?: undefined;
466
- "il-central-1"?: undefined;
467
- "me-central-1"?: undefined;
468
- "me-south-1"?: undefined;
469
- "mx-central-1"?: undefined;
470
- "sa-east-1"?: undefined;
471
- "us-east-1"?: undefined;
472
- "us-east-2"?: undefined;
473
- "us-west-1"?: undefined;
474
- "us-west-2"?: undefined;
475
- "aws-cn-global"?: undefined;
476
- "cn-north-1"?: undefined;
477
- "cn-northwest-1"?: undefined;
478
- "eusc-de-east-1"?: undefined;
479
- "aws-iso-global"?: undefined;
480
- "us-iso-east-1"?: undefined;
481
- "us-iso-west-1"?: undefined;
482
- "aws-iso-b-global"?: undefined;
483
- "us-isob-east-1"?: undefined;
484
- "us-isob-west-1"?: undefined;
485
- "aws-iso-f-global"?: undefined;
486
- "us-isof-east-1"?: undefined;
487
- "us-isof-south-1"?: undefined;
488
- "aws-us-gov-global"?: undefined;
489
- "us-gov-east-1"?: undefined;
490
- "us-gov-west-1"?: undefined;
491
- };
492
- } | {
493
- id: string;
494
- outputs: {
495
- dnsSuffix: string;
496
- dualStackDnsSuffix: string;
497
- implicitGlobalRegion: string;
498
- name: string;
499
- supportsDualStack: boolean;
500
- supportsFIPS: boolean;
501
- };
502
- regionRegex: string;
503
- regions: {
504
- "aws-iso-f-global": {
505
- description: string;
506
- };
507
- "us-isof-east-1": {
508
- description: string;
509
- };
510
- "us-isof-south-1": {
511
- description: string;
512
- };
513
- "af-south-1"?: undefined;
514
- "ap-east-1"?: undefined;
515
- "ap-east-2"?: undefined;
516
- "ap-northeast-1"?: undefined;
517
- "ap-northeast-2"?: undefined;
518
- "ap-northeast-3"?: undefined;
519
- "ap-south-1"?: undefined;
520
- "ap-south-2"?: undefined;
521
- "ap-southeast-1"?: undefined;
522
- "ap-southeast-2"?: undefined;
523
- "ap-southeast-3"?: undefined;
524
- "ap-southeast-4"?: undefined;
525
- "ap-southeast-5"?: undefined;
526
- "ap-southeast-6"?: undefined;
527
- "ap-southeast-7"?: undefined;
528
- "aws-global"?: undefined;
529
- "ca-central-1"?: undefined;
530
- "ca-west-1"?: undefined;
531
- "eu-central-1"?: undefined;
532
- "eu-central-2"?: undefined;
533
- "eu-north-1"?: undefined;
534
- "eu-south-1"?: undefined;
535
- "eu-south-2"?: undefined;
536
- "eu-west-1"?: undefined;
537
- "eu-west-2"?: undefined;
538
- "eu-west-3"?: undefined;
539
- "il-central-1"?: undefined;
540
- "me-central-1"?: undefined;
541
- "me-south-1"?: undefined;
542
- "mx-central-1"?: undefined;
543
- "sa-east-1"?: undefined;
544
- "us-east-1"?: undefined;
545
- "us-east-2"?: undefined;
546
- "us-west-1"?: undefined;
547
- "us-west-2"?: undefined;
548
- "aws-cn-global"?: undefined;
549
- "cn-north-1"?: undefined;
550
- "cn-northwest-1"?: undefined;
551
- "eusc-de-east-1"?: undefined;
552
- "aws-iso-global"?: undefined;
553
- "us-iso-east-1"?: undefined;
554
- "us-iso-west-1"?: undefined;
555
- "aws-iso-b-global"?: undefined;
556
- "us-isob-east-1"?: undefined;
557
- "us-isob-west-1"?: undefined;
558
- "aws-iso-e-global"?: undefined;
559
- "eu-isoe-west-1"?: undefined;
560
- "aws-us-gov-global"?: undefined;
561
- "us-gov-east-1"?: undefined;
562
- "us-gov-west-1"?: undefined;
563
- };
564
- } | {
565
- id: string;
566
- outputs: {
567
- dnsSuffix: string;
568
- dualStackDnsSuffix: string;
569
- implicitGlobalRegion: string;
570
- name: string;
571
- supportsDualStack: boolean;
572
- supportsFIPS: boolean;
573
- };
574
- regionRegex: string;
575
- regions: {
576
- "aws-us-gov-global": {
577
- description: string;
578
- };
579
- "us-gov-east-1": {
580
- description: string;
581
- };
582
- "us-gov-west-1": {
583
- description: string;
584
- };
585
- "af-south-1"?: undefined;
586
- "ap-east-1"?: undefined;
587
- "ap-east-2"?: undefined;
588
- "ap-northeast-1"?: undefined;
589
- "ap-northeast-2"?: undefined;
590
- "ap-northeast-3"?: undefined;
591
- "ap-south-1"?: undefined;
592
- "ap-south-2"?: undefined;
593
- "ap-southeast-1"?: undefined;
594
- "ap-southeast-2"?: undefined;
595
- "ap-southeast-3"?: undefined;
596
- "ap-southeast-4"?: undefined;
597
- "ap-southeast-5"?: undefined;
598
- "ap-southeast-6"?: undefined;
599
- "ap-southeast-7"?: undefined;
600
- "aws-global"?: undefined;
601
- "ca-central-1"?: undefined;
602
- "ca-west-1"?: undefined;
603
- "eu-central-1"?: undefined;
604
- "eu-central-2"?: undefined;
605
- "eu-north-1"?: undefined;
606
- "eu-south-1"?: undefined;
607
- "eu-south-2"?: undefined;
608
- "eu-west-1"?: undefined;
609
- "eu-west-2"?: undefined;
610
- "eu-west-3"?: undefined;
611
- "il-central-1"?: undefined;
612
- "me-central-1"?: undefined;
613
- "me-south-1"?: undefined;
614
- "mx-central-1"?: undefined;
615
- "sa-east-1"?: undefined;
616
- "us-east-1"?: undefined;
617
- "us-east-2"?: undefined;
618
- "us-west-1"?: undefined;
619
- "us-west-2"?: undefined;
620
- "aws-cn-global"?: undefined;
621
- "cn-north-1"?: undefined;
622
- "cn-northwest-1"?: undefined;
623
- "eusc-de-east-1"?: undefined;
624
- "aws-iso-global"?: undefined;
625
- "us-iso-east-1"?: undefined;
626
- "us-iso-west-1"?: undefined;
627
- "aws-iso-b-global"?: undefined;
628
- "us-isob-east-1"?: undefined;
629
- "us-isob-west-1"?: undefined;
630
- "aws-iso-e-global"?: undefined;
631
- "eu-isoe-west-1"?: undefined;
632
- "aws-iso-f-global"?: undefined;
633
- "us-isof-east-1"?: undefined;
634
- "us-isof-south-1"?: undefined;
635
- };
636
- })[];
637
- version: string;
638
- };
1
+ export declare const partitionsInfo: {
2
+ partitions: (
3
+ | {
4
+ id: string;
5
+ outputs: {
6
+ dnsSuffix: string;
7
+ dualStackDnsSuffix: string;
8
+ implicitGlobalRegion: string;
9
+ name: string;
10
+ supportsDualStack: boolean;
11
+ supportsFIPS: boolean;
12
+ };
13
+ regionRegex: string;
14
+ regions: {
15
+ "af-south-1": {
16
+ description: string;
17
+ };
18
+ "ap-east-1": {
19
+ description: string;
20
+ };
21
+ "ap-east-2": {
22
+ description: string;
23
+ };
24
+ "ap-northeast-1": {
25
+ description: string;
26
+ };
27
+ "ap-northeast-2": {
28
+ description: string;
29
+ };
30
+ "ap-northeast-3": {
31
+ description: string;
32
+ };
33
+ "ap-south-1": {
34
+ description: string;
35
+ };
36
+ "ap-south-2": {
37
+ description: string;
38
+ };
39
+ "ap-southeast-1": {
40
+ description: string;
41
+ };
42
+ "ap-southeast-2": {
43
+ description: string;
44
+ };
45
+ "ap-southeast-3": {
46
+ description: string;
47
+ };
48
+ "ap-southeast-4": {
49
+ description: string;
50
+ };
51
+ "ap-southeast-5": {
52
+ description: string;
53
+ };
54
+ "ap-southeast-6": {
55
+ description: string;
56
+ };
57
+ "ap-southeast-7": {
58
+ description: string;
59
+ };
60
+ "aws-global": {
61
+ description: string;
62
+ };
63
+ "ca-central-1": {
64
+ description: string;
65
+ };
66
+ "ca-west-1": {
67
+ description: string;
68
+ };
69
+ "eu-central-1": {
70
+ description: string;
71
+ };
72
+ "eu-central-2": {
73
+ description: string;
74
+ };
75
+ "eu-north-1": {
76
+ description: string;
77
+ };
78
+ "eu-south-1": {
79
+ description: string;
80
+ };
81
+ "eu-south-2": {
82
+ description: string;
83
+ };
84
+ "eu-west-1": {
85
+ description: string;
86
+ };
87
+ "eu-west-2": {
88
+ description: string;
89
+ };
90
+ "eu-west-3": {
91
+ description: string;
92
+ };
93
+ "il-central-1": {
94
+ description: string;
95
+ };
96
+ "me-central-1": {
97
+ description: string;
98
+ };
99
+ "me-south-1": {
100
+ description: string;
101
+ };
102
+ "mx-central-1": {
103
+ description: string;
104
+ };
105
+ "sa-east-1": {
106
+ description: string;
107
+ };
108
+ "us-east-1": {
109
+ description: string;
110
+ };
111
+ "us-east-2": {
112
+ description: string;
113
+ };
114
+ "us-west-1": {
115
+ description: string;
116
+ };
117
+ "us-west-2": {
118
+ description: string;
119
+ };
120
+ "aws-cn-global"?: undefined;
121
+ "cn-north-1"?: undefined;
122
+ "cn-northwest-1"?: undefined;
123
+ "eusc-de-east-1"?: undefined;
124
+ "aws-iso-global"?: undefined;
125
+ "us-iso-east-1"?: undefined;
126
+ "us-iso-west-1"?: undefined;
127
+ "aws-iso-b-global"?: undefined;
128
+ "us-isob-east-1"?: undefined;
129
+ "us-isob-west-1"?: undefined;
130
+ "aws-iso-e-global"?: undefined;
131
+ "eu-isoe-west-1"?: undefined;
132
+ "aws-iso-f-global"?: undefined;
133
+ "us-isof-east-1"?: undefined;
134
+ "us-isof-south-1"?: undefined;
135
+ "aws-us-gov-global"?: undefined;
136
+ "us-gov-east-1"?: undefined;
137
+ "us-gov-west-1"?: undefined;
138
+ };
139
+ }
140
+ | {
141
+ id: string;
142
+ outputs: {
143
+ dnsSuffix: string;
144
+ dualStackDnsSuffix: string;
145
+ implicitGlobalRegion: string;
146
+ name: string;
147
+ supportsDualStack: boolean;
148
+ supportsFIPS: boolean;
149
+ };
150
+ regionRegex: string;
151
+ regions: {
152
+ "af-south-1"?: undefined;
153
+ "ap-east-1"?: undefined;
154
+ "ap-east-2"?: undefined;
155
+ "ap-northeast-1"?: undefined;
156
+ "ap-northeast-2"?: undefined;
157
+ "ap-northeast-3"?: undefined;
158
+ "ap-south-1"?: undefined;
159
+ "ap-south-2"?: undefined;
160
+ "ap-southeast-1"?: undefined;
161
+ "ap-southeast-2"?: undefined;
162
+ "ap-southeast-3"?: undefined;
163
+ "ap-southeast-4"?: undefined;
164
+ "ap-southeast-5"?: undefined;
165
+ "ap-southeast-6"?: undefined;
166
+ "ap-southeast-7"?: undefined;
167
+ "aws-global"?: undefined;
168
+ "ca-central-1"?: undefined;
169
+ "ca-west-1"?: undefined;
170
+ "eu-central-1"?: undefined;
171
+ "eu-central-2"?: undefined;
172
+ "eu-north-1"?: undefined;
173
+ "eu-south-1"?: undefined;
174
+ "eu-south-2"?: undefined;
175
+ "eu-west-1"?: undefined;
176
+ "eu-west-2"?: undefined;
177
+ "eu-west-3"?: undefined;
178
+ "il-central-1"?: undefined;
179
+ "me-central-1"?: undefined;
180
+ "me-south-1"?: undefined;
181
+ "mx-central-1"?: undefined;
182
+ "sa-east-1"?: undefined;
183
+ "us-east-1"?: undefined;
184
+ "us-east-2"?: undefined;
185
+ "us-west-1"?: undefined;
186
+ "us-west-2"?: undefined;
187
+ "aws-cn-global": {
188
+ description: string;
189
+ };
190
+ "cn-north-1": {
191
+ description: string;
192
+ };
193
+ "cn-northwest-1": {
194
+ description: string;
195
+ };
196
+ "eusc-de-east-1"?: undefined;
197
+ "aws-iso-global"?: undefined;
198
+ "us-iso-east-1"?: undefined;
199
+ "us-iso-west-1"?: undefined;
200
+ "aws-iso-b-global"?: undefined;
201
+ "us-isob-east-1"?: undefined;
202
+ "us-isob-west-1"?: undefined;
203
+ "aws-iso-e-global"?: undefined;
204
+ "eu-isoe-west-1"?: undefined;
205
+ "aws-iso-f-global"?: undefined;
206
+ "us-isof-east-1"?: undefined;
207
+ "us-isof-south-1"?: undefined;
208
+ "aws-us-gov-global"?: undefined;
209
+ "us-gov-east-1"?: undefined;
210
+ "us-gov-west-1"?: undefined;
211
+ };
212
+ }
213
+ | {
214
+ id: string;
215
+ outputs: {
216
+ dnsSuffix: string;
217
+ dualStackDnsSuffix: string;
218
+ implicitGlobalRegion: string;
219
+ name: string;
220
+ supportsDualStack: boolean;
221
+ supportsFIPS: boolean;
222
+ };
223
+ regionRegex: string;
224
+ regions: {
225
+ "af-south-1"?: undefined;
226
+ "ap-east-1"?: undefined;
227
+ "ap-east-2"?: undefined;
228
+ "ap-northeast-1"?: undefined;
229
+ "ap-northeast-2"?: undefined;
230
+ "ap-northeast-3"?: undefined;
231
+ "ap-south-1"?: undefined;
232
+ "ap-south-2"?: undefined;
233
+ "ap-southeast-1"?: undefined;
234
+ "ap-southeast-2"?: undefined;
235
+ "ap-southeast-3"?: undefined;
236
+ "ap-southeast-4"?: undefined;
237
+ "ap-southeast-5"?: undefined;
238
+ "ap-southeast-6"?: undefined;
239
+ "ap-southeast-7"?: undefined;
240
+ "aws-global"?: undefined;
241
+ "ca-central-1"?: undefined;
242
+ "ca-west-1"?: undefined;
243
+ "eu-central-1"?: undefined;
244
+ "eu-central-2"?: undefined;
245
+ "eu-north-1"?: undefined;
246
+ "eu-south-1"?: undefined;
247
+ "eu-south-2"?: undefined;
248
+ "eu-west-1"?: undefined;
249
+ "eu-west-2"?: undefined;
250
+ "eu-west-3"?: undefined;
251
+ "il-central-1"?: undefined;
252
+ "me-central-1"?: undefined;
253
+ "me-south-1"?: undefined;
254
+ "mx-central-1"?: undefined;
255
+ "sa-east-1"?: undefined;
256
+ "us-east-1"?: undefined;
257
+ "us-east-2"?: undefined;
258
+ "us-west-1"?: undefined;
259
+ "us-west-2"?: undefined;
260
+ "aws-cn-global"?: undefined;
261
+ "cn-north-1"?: undefined;
262
+ "cn-northwest-1"?: undefined;
263
+ "eusc-de-east-1": {
264
+ description: string;
265
+ };
266
+ "aws-iso-global"?: undefined;
267
+ "us-iso-east-1"?: undefined;
268
+ "us-iso-west-1"?: undefined;
269
+ "aws-iso-b-global"?: undefined;
270
+ "us-isob-east-1"?: undefined;
271
+ "us-isob-west-1"?: undefined;
272
+ "aws-iso-e-global"?: undefined;
273
+ "eu-isoe-west-1"?: undefined;
274
+ "aws-iso-f-global"?: undefined;
275
+ "us-isof-east-1"?: undefined;
276
+ "us-isof-south-1"?: undefined;
277
+ "aws-us-gov-global"?: undefined;
278
+ "us-gov-east-1"?: undefined;
279
+ "us-gov-west-1"?: undefined;
280
+ };
281
+ }
282
+ | {
283
+ id: string;
284
+ outputs: {
285
+ dnsSuffix: string;
286
+ dualStackDnsSuffix: string;
287
+ implicitGlobalRegion: string;
288
+ name: string;
289
+ supportsDualStack: boolean;
290
+ supportsFIPS: boolean;
291
+ };
292
+ regionRegex: string;
293
+ regions: {
294
+ "af-south-1"?: undefined;
295
+ "ap-east-1"?: undefined;
296
+ "ap-east-2"?: undefined;
297
+ "ap-northeast-1"?: undefined;
298
+ "ap-northeast-2"?: undefined;
299
+ "ap-northeast-3"?: undefined;
300
+ "ap-south-1"?: undefined;
301
+ "ap-south-2"?: undefined;
302
+ "ap-southeast-1"?: undefined;
303
+ "ap-southeast-2"?: undefined;
304
+ "ap-southeast-3"?: undefined;
305
+ "ap-southeast-4"?: undefined;
306
+ "ap-southeast-5"?: undefined;
307
+ "ap-southeast-6"?: undefined;
308
+ "ap-southeast-7"?: undefined;
309
+ "aws-global"?: undefined;
310
+ "ca-central-1"?: undefined;
311
+ "ca-west-1"?: undefined;
312
+ "eu-central-1"?: undefined;
313
+ "eu-central-2"?: undefined;
314
+ "eu-north-1"?: undefined;
315
+ "eu-south-1"?: undefined;
316
+ "eu-south-2"?: undefined;
317
+ "eu-west-1"?: undefined;
318
+ "eu-west-2"?: undefined;
319
+ "eu-west-3"?: undefined;
320
+ "il-central-1"?: undefined;
321
+ "me-central-1"?: undefined;
322
+ "me-south-1"?: undefined;
323
+ "mx-central-1"?: undefined;
324
+ "sa-east-1"?: undefined;
325
+ "us-east-1"?: undefined;
326
+ "us-east-2"?: undefined;
327
+ "us-west-1"?: undefined;
328
+ "us-west-2"?: undefined;
329
+ "aws-cn-global"?: undefined;
330
+ "cn-north-1"?: undefined;
331
+ "cn-northwest-1"?: undefined;
332
+ "eusc-de-east-1"?: undefined;
333
+ "aws-iso-global": {
334
+ description: string;
335
+ };
336
+ "us-iso-east-1": {
337
+ description: string;
338
+ };
339
+ "us-iso-west-1": {
340
+ description: string;
341
+ };
342
+ "aws-iso-b-global"?: undefined;
343
+ "us-isob-east-1"?: undefined;
344
+ "us-isob-west-1"?: undefined;
345
+ "aws-iso-e-global"?: undefined;
346
+ "eu-isoe-west-1"?: undefined;
347
+ "aws-iso-f-global"?: undefined;
348
+ "us-isof-east-1"?: undefined;
349
+ "us-isof-south-1"?: undefined;
350
+ "aws-us-gov-global"?: undefined;
351
+ "us-gov-east-1"?: undefined;
352
+ "us-gov-west-1"?: undefined;
353
+ };
354
+ }
355
+ | {
356
+ id: string;
357
+ outputs: {
358
+ dnsSuffix: string;
359
+ dualStackDnsSuffix: string;
360
+ implicitGlobalRegion: string;
361
+ name: string;
362
+ supportsDualStack: boolean;
363
+ supportsFIPS: boolean;
364
+ };
365
+ regionRegex: string;
366
+ regions: {
367
+ "af-south-1"?: undefined;
368
+ "ap-east-1"?: undefined;
369
+ "ap-east-2"?: undefined;
370
+ "ap-northeast-1"?: undefined;
371
+ "ap-northeast-2"?: undefined;
372
+ "ap-northeast-3"?: undefined;
373
+ "ap-south-1"?: undefined;
374
+ "ap-south-2"?: undefined;
375
+ "ap-southeast-1"?: undefined;
376
+ "ap-southeast-2"?: undefined;
377
+ "ap-southeast-3"?: undefined;
378
+ "ap-southeast-4"?: undefined;
379
+ "ap-southeast-5"?: undefined;
380
+ "ap-southeast-6"?: undefined;
381
+ "ap-southeast-7"?: undefined;
382
+ "aws-global"?: undefined;
383
+ "ca-central-1"?: undefined;
384
+ "ca-west-1"?: undefined;
385
+ "eu-central-1"?: undefined;
386
+ "eu-central-2"?: undefined;
387
+ "eu-north-1"?: undefined;
388
+ "eu-south-1"?: undefined;
389
+ "eu-south-2"?: undefined;
390
+ "eu-west-1"?: undefined;
391
+ "eu-west-2"?: undefined;
392
+ "eu-west-3"?: undefined;
393
+ "il-central-1"?: undefined;
394
+ "me-central-1"?: undefined;
395
+ "me-south-1"?: undefined;
396
+ "mx-central-1"?: undefined;
397
+ "sa-east-1"?: undefined;
398
+ "us-east-1"?: undefined;
399
+ "us-east-2"?: undefined;
400
+ "us-west-1"?: undefined;
401
+ "us-west-2"?: undefined;
402
+ "aws-cn-global"?: undefined;
403
+ "cn-north-1"?: undefined;
404
+ "cn-northwest-1"?: undefined;
405
+ "eusc-de-east-1"?: undefined;
406
+ "aws-iso-global"?: undefined;
407
+ "us-iso-east-1"?: undefined;
408
+ "us-iso-west-1"?: undefined;
409
+ "aws-iso-b-global": {
410
+ description: string;
411
+ };
412
+ "us-isob-east-1": {
413
+ description: string;
414
+ };
415
+ "us-isob-west-1": {
416
+ description: string;
417
+ };
418
+ "aws-iso-e-global"?: undefined;
419
+ "eu-isoe-west-1"?: undefined;
420
+ "aws-iso-f-global"?: undefined;
421
+ "us-isof-east-1"?: undefined;
422
+ "us-isof-south-1"?: undefined;
423
+ "aws-us-gov-global"?: undefined;
424
+ "us-gov-east-1"?: undefined;
425
+ "us-gov-west-1"?: undefined;
426
+ };
427
+ }
428
+ | {
429
+ id: string;
430
+ outputs: {
431
+ dnsSuffix: string;
432
+ dualStackDnsSuffix: string;
433
+ implicitGlobalRegion: string;
434
+ name: string;
435
+ supportsDualStack: boolean;
436
+ supportsFIPS: boolean;
437
+ };
438
+ regionRegex: string;
439
+ regions: {
440
+ "af-south-1"?: undefined;
441
+ "ap-east-1"?: undefined;
442
+ "ap-east-2"?: undefined;
443
+ "ap-northeast-1"?: undefined;
444
+ "ap-northeast-2"?: undefined;
445
+ "ap-northeast-3"?: undefined;
446
+ "ap-south-1"?: undefined;
447
+ "ap-south-2"?: undefined;
448
+ "ap-southeast-1"?: undefined;
449
+ "ap-southeast-2"?: undefined;
450
+ "ap-southeast-3"?: undefined;
451
+ "ap-southeast-4"?: undefined;
452
+ "ap-southeast-5"?: undefined;
453
+ "ap-southeast-6"?: undefined;
454
+ "ap-southeast-7"?: undefined;
455
+ "aws-global"?: undefined;
456
+ "ca-central-1"?: undefined;
457
+ "ca-west-1"?: undefined;
458
+ "eu-central-1"?: undefined;
459
+ "eu-central-2"?: undefined;
460
+ "eu-north-1"?: undefined;
461
+ "eu-south-1"?: undefined;
462
+ "eu-south-2"?: undefined;
463
+ "eu-west-1"?: undefined;
464
+ "eu-west-2"?: undefined;
465
+ "eu-west-3"?: undefined;
466
+ "il-central-1"?: undefined;
467
+ "me-central-1"?: undefined;
468
+ "me-south-1"?: undefined;
469
+ "mx-central-1"?: undefined;
470
+ "sa-east-1"?: undefined;
471
+ "us-east-1"?: undefined;
472
+ "us-east-2"?: undefined;
473
+ "us-west-1"?: undefined;
474
+ "us-west-2"?: undefined;
475
+ "aws-cn-global"?: undefined;
476
+ "cn-north-1"?: undefined;
477
+ "cn-northwest-1"?: undefined;
478
+ "eusc-de-east-1"?: undefined;
479
+ "aws-iso-global"?: undefined;
480
+ "us-iso-east-1"?: undefined;
481
+ "us-iso-west-1"?: undefined;
482
+ "aws-iso-b-global"?: undefined;
483
+ "us-isob-east-1"?: undefined;
484
+ "us-isob-west-1"?: undefined;
485
+ "aws-iso-e-global": {
486
+ description: string;
487
+ };
488
+ "eu-isoe-west-1": {
489
+ description: string;
490
+ };
491
+ "aws-iso-f-global"?: undefined;
492
+ "us-isof-east-1"?: undefined;
493
+ "us-isof-south-1"?: undefined;
494
+ "aws-us-gov-global"?: undefined;
495
+ "us-gov-east-1"?: undefined;
496
+ "us-gov-west-1"?: undefined;
497
+ };
498
+ }
499
+ | {
500
+ id: string;
501
+ outputs: {
502
+ dnsSuffix: string;
503
+ dualStackDnsSuffix: string;
504
+ implicitGlobalRegion: string;
505
+ name: string;
506
+ supportsDualStack: boolean;
507
+ supportsFIPS: boolean;
508
+ };
509
+ regionRegex: string;
510
+ regions: {
511
+ "af-south-1"?: undefined;
512
+ "ap-east-1"?: undefined;
513
+ "ap-east-2"?: undefined;
514
+ "ap-northeast-1"?: undefined;
515
+ "ap-northeast-2"?: undefined;
516
+ "ap-northeast-3"?: undefined;
517
+ "ap-south-1"?: undefined;
518
+ "ap-south-2"?: undefined;
519
+ "ap-southeast-1"?: undefined;
520
+ "ap-southeast-2"?: undefined;
521
+ "ap-southeast-3"?: undefined;
522
+ "ap-southeast-4"?: undefined;
523
+ "ap-southeast-5"?: undefined;
524
+ "ap-southeast-6"?: undefined;
525
+ "ap-southeast-7"?: undefined;
526
+ "aws-global"?: undefined;
527
+ "ca-central-1"?: undefined;
528
+ "ca-west-1"?: undefined;
529
+ "eu-central-1"?: undefined;
530
+ "eu-central-2"?: undefined;
531
+ "eu-north-1"?: undefined;
532
+ "eu-south-1"?: undefined;
533
+ "eu-south-2"?: undefined;
534
+ "eu-west-1"?: undefined;
535
+ "eu-west-2"?: undefined;
536
+ "eu-west-3"?: undefined;
537
+ "il-central-1"?: undefined;
538
+ "me-central-1"?: undefined;
539
+ "me-south-1"?: undefined;
540
+ "mx-central-1"?: undefined;
541
+ "sa-east-1"?: undefined;
542
+ "us-east-1"?: undefined;
543
+ "us-east-2"?: undefined;
544
+ "us-west-1"?: undefined;
545
+ "us-west-2"?: undefined;
546
+ "aws-cn-global"?: undefined;
547
+ "cn-north-1"?: undefined;
548
+ "cn-northwest-1"?: undefined;
549
+ "eusc-de-east-1"?: undefined;
550
+ "aws-iso-global"?: undefined;
551
+ "us-iso-east-1"?: undefined;
552
+ "us-iso-west-1"?: undefined;
553
+ "aws-iso-b-global"?: undefined;
554
+ "us-isob-east-1"?: undefined;
555
+ "us-isob-west-1"?: undefined;
556
+ "aws-iso-e-global"?: undefined;
557
+ "eu-isoe-west-1"?: undefined;
558
+ "aws-iso-f-global": {
559
+ description: string;
560
+ };
561
+ "us-isof-east-1": {
562
+ description: string;
563
+ };
564
+ "us-isof-south-1": {
565
+ description: string;
566
+ };
567
+ "aws-us-gov-global"?: undefined;
568
+ "us-gov-east-1"?: undefined;
569
+ "us-gov-west-1"?: undefined;
570
+ };
571
+ }
572
+ | {
573
+ id: string;
574
+ outputs: {
575
+ dnsSuffix: string;
576
+ dualStackDnsSuffix: string;
577
+ implicitGlobalRegion: string;
578
+ name: string;
579
+ supportsDualStack: boolean;
580
+ supportsFIPS: boolean;
581
+ };
582
+ regionRegex: string;
583
+ regions: {
584
+ "af-south-1"?: undefined;
585
+ "ap-east-1"?: undefined;
586
+ "ap-east-2"?: undefined;
587
+ "ap-northeast-1"?: undefined;
588
+ "ap-northeast-2"?: undefined;
589
+ "ap-northeast-3"?: undefined;
590
+ "ap-south-1"?: undefined;
591
+ "ap-south-2"?: undefined;
592
+ "ap-southeast-1"?: undefined;
593
+ "ap-southeast-2"?: undefined;
594
+ "ap-southeast-3"?: undefined;
595
+ "ap-southeast-4"?: undefined;
596
+ "ap-southeast-5"?: undefined;
597
+ "ap-southeast-6"?: undefined;
598
+ "ap-southeast-7"?: undefined;
599
+ "aws-global"?: undefined;
600
+ "ca-central-1"?: undefined;
601
+ "ca-west-1"?: undefined;
602
+ "eu-central-1"?: undefined;
603
+ "eu-central-2"?: undefined;
604
+ "eu-north-1"?: undefined;
605
+ "eu-south-1"?: undefined;
606
+ "eu-south-2"?: undefined;
607
+ "eu-west-1"?: undefined;
608
+ "eu-west-2"?: undefined;
609
+ "eu-west-3"?: undefined;
610
+ "il-central-1"?: undefined;
611
+ "me-central-1"?: undefined;
612
+ "me-south-1"?: undefined;
613
+ "mx-central-1"?: undefined;
614
+ "sa-east-1"?: undefined;
615
+ "us-east-1"?: undefined;
616
+ "us-east-2"?: undefined;
617
+ "us-west-1"?: undefined;
618
+ "us-west-2"?: undefined;
619
+ "aws-cn-global"?: undefined;
620
+ "cn-north-1"?: undefined;
621
+ "cn-northwest-1"?: undefined;
622
+ "eusc-de-east-1"?: undefined;
623
+ "aws-iso-global"?: undefined;
624
+ "us-iso-east-1"?: undefined;
625
+ "us-iso-west-1"?: undefined;
626
+ "aws-iso-b-global"?: undefined;
627
+ "us-isob-east-1"?: undefined;
628
+ "us-isob-west-1"?: undefined;
629
+ "aws-iso-e-global"?: undefined;
630
+ "eu-isoe-west-1"?: undefined;
631
+ "aws-iso-f-global"?: undefined;
632
+ "us-isof-east-1"?: undefined;
633
+ "us-isof-south-1"?: undefined;
634
+ "aws-us-gov-global": {
635
+ description: string;
636
+ };
637
+ "us-gov-east-1": {
638
+ description: string;
639
+ };
640
+ "us-gov-west-1": {
641
+ description: string;
642
+ };
643
+ };
644
+ }
645
+ )[];
646
+ version: string;
647
+ };