@code-yeongyu/senpi 2026.8.20-2 → 2026.8.20

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 (505) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +13 -38
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +12 -34
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +0 -29
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +0 -15
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/CountTokensCommand.d.ts +0 -14
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/index.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/models_0.d.ts +1 -119
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +46 -46
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +36 -36
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +48 -48
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.shared.d.ts +2 -2
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/schemas/schemas_0.d.ts +0 -3
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/index.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/models_0.d.ts +0 -76
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +72 -70
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +68 -68
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -86
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -3
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +14 -14
  23. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +426 -1343
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +5 -8
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
  26. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
  27. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{codec-v1/JsonCodec.js → JsonCodec.js} +1 -1
  28. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{codec-v1/JsonShapeDeserializer.js → JsonShapeDeserializer.js} +6 -6
  29. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{codec-v1/JsonShapeSerializer.js → JsonShapeSerializer.js} +5 -8
  30. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{codec-v2/JsonShapeDeserializer2.js → experimental/BufferJsonShapeDeserializer.js} +18 -38
  31. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{codec-v2/JsonShapeSerializer2.js → experimental/ByteJsonShapeSerializer.js} +71 -107
  32. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +9 -93
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +6 -9
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +2 -3
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +2 -3
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -4
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -5
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{codec-v1/JsonCodec.d.ts → JsonCodec.d.ts} +8 -4
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{codec-v1/JsonShapeDeserializer.d.ts → JsonShapeDeserializer.d.ts} +2 -3
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{codec-v1/JsonShapeSerializer.d.ts → JsonShapeSerializer.d.ts} +2 -3
  45. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{codec-v2/JsonShapeDeserializer2.d.ts → experimental/BufferJsonShapeDeserializer.d.ts} +3 -4
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{codec-v2/JsonShapeSerializer2.d.ts → experimental/ByteJsonShapeSerializer.d.ts} +16 -19
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +7 -4
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +21 -61
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -13
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -4
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -5
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +5 -16
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +11 -4
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +47 -107
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +39 -112
  56. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +48 -107
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +14 -13
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +35 -25
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +4 -14
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +6 -2
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +5 -2
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -2
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +6 -2
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +10 -2
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +6 -2
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +20 -16
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +44 -21
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +5 -2
  70. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +11 -8
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +16 -14
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +4 -1
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +14 -7
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +4 -1
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +7 -6
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +12 -6
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +7 -6
  79. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  80. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -4
  81. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +7 -2
  82. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +38 -28
  83. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -647
  84. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  85. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -29
  86. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -6
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  90. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  91. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  92. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +1 -12
  93. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +7 -4
  94. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +14 -7
  95. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -7
  96. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +27 -15
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +18 -10
  98. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +8 -3
  99. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +28 -14
  100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +6 -2
  101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +5 -2
  102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +13 -4
  103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -9
  104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +44 -39
  105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -2
  106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -1
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -1
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -4
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -23
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -13
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +133 -57
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +11 -32
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +9 -32
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -1
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -1
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +8 -2
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -1
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +26 -6
  119. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -4
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -1
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -5
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +74 -40
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +24 -9
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -36
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +18 -3
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -5
  127. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +22 -30
  128. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -22
  129. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -22
  130. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -50
  131. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -52
  132. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +19 -0
  133. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  134. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
  135. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +7 -1
  136. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -1
  137. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +29 -0
  138. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +57 -0
  139. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +21 -7
  140. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +15 -7
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +11 -2
  142. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +22 -14
  143. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -18
  144. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -57
  145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -7
  146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -21
  147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +4 -1
  148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -47
  149. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +14 -17
  150. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -15
  151. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  152. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -4
  153. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +6 -1
  154. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  155. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +32 -14
  156. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +2 -4
  157. package/node_modules/@aws-sdk/core/package.json +6 -6
  158. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  159. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  160. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/README.md +9 -0
  161. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +840 -0
  162. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  163. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  164. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  165. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  166. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  167. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +241 -0
  168. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  169. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  170. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +173 -0
  171. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  172. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  173. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  174. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  175. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  176. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  177. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  178. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  179. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  180. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  181. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  182. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  183. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  184. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  185. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  186. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  187. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  188. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  189. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  190. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  191. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  192. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  193. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  194. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  195. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  196. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  197. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  198. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
  199. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  200. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
  201. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
  202. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
  203. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
  204. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
  205. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
  206. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  207. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  208. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  209. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  210. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
  211. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  212. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  213. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +64 -0
  214. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  215. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  216. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +28 -35
  217. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +28 -35
  218. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +0 -1
  219. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +0 -1
  220. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  221. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  222. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  223. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
  224. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  225. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  226. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  227. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  228. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
  229. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  230. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  231. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -42
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -42
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -41
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -43
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -43
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -42
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -42
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -42
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -41
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -42
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -42
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -41
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -44
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -35
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -43
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +66 -64
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +65 -65
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +70 -68
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +3 -3
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +69 -67
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +66 -66
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +73 -71
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +3 -3
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +66 -64
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +65 -65
  264. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +70 -68
  265. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +3 -3
  266. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +66 -64
  267. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +65 -65
  268. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +70 -68
  269. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +3 -3
  270. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +70 -68
  271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +68 -68
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +74 -72
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +3 -3
  274. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  275. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/README.md +9 -0
  276. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +840 -0
  277. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  278. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  279. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  280. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  281. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  282. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +241 -0
  283. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +136 -0
  284. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +46 -0
  285. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +173 -0
  286. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  287. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  288. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  289. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  290. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  291. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  292. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  293. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  294. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  295. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  296. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  297. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  298. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  299. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
  300. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +46 -0
  301. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +36 -0
  302. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +76 -0
  303. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  304. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  305. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  306. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  307. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  308. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  309. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +9 -0
  310. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  311. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  312. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  313. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
  314. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  315. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
  316. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
  317. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
  318. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
  319. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
  320. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
  321. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  322. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  323. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  324. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  325. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
  326. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  327. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  328. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +64 -0
  329. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  330. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  331. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  332. package/node_modules/@aws-sdk/types/package.json +2 -2
  333. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  334. package/node_modules/@bufbuild/protobuf/README.md +15 -12
  335. package/node_modules/@bufbuild/protobuf/dist/commonjs/create.js +162 -199
  336. package/node_modules/@bufbuild/protobuf/dist/commonjs/from-binary.js +153 -321
  337. package/node_modules/@bufbuild/protobuf/dist/commonjs/from-json.js +303 -601
  338. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.d.ts +1 -27
  339. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.js +56 -80
  340. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect.js +80 -3
  341. package/node_modules/@bufbuild/protobuf/dist/commonjs/registry.js +3 -12
  342. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.d.ts +0 -4
  343. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.js +127 -365
  344. package/node_modules/@bufbuild/protobuf/dist/commonjs/to-json.js +159 -393
  345. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.d.ts +1 -3
  346. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.js +8 -40
  347. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.d.ts +19 -37
  348. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.js +85 -281
  349. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.d.ts +1 -1
  350. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.js +1 -4
  351. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.d.ts +2 -19
  352. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.js +13 -47
  353. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.d.ts +4 -4
  354. package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.js +23 -35
  355. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/wrappers.js +12 -12
  356. package/node_modules/@bufbuild/protobuf/dist/esm/create.js +162 -199
  357. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +153 -321
  358. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +304 -602
  359. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts +1 -27
  360. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js +57 -79
  361. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +78 -1
  362. package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +3 -12
  363. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts +0 -4
  364. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js +127 -365
  365. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +159 -393
  366. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts +1 -3
  367. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +8 -40
  368. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +19 -37
  369. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +87 -283
  370. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts +1 -1
  371. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +1 -1
  372. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +2 -19
  373. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +13 -46
  374. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts +4 -4
  375. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js +23 -35
  376. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +12 -12
  377. package/node_modules/@bufbuild/protobuf/package.json +2 -2
  378. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +0 -12
  379. package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
  380. package/node_modules/@earendil-works/pi-agent-core/package.json +6 -6
  381. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  382. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  383. package/node_modules/@earendil-works/pi-ai/package.json +8 -8
  384. package/node_modules/@earendil-works/pi-pty/package.json +2 -2
  385. package/node_modules/@earendil-works/pi-telemetry/package.json +2 -2
  386. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  387. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +337 -1560
  388. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +23 -23
  389. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +23 -23
  390. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +13 -17
  391. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +10 -0
  392. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +205 -4
  393. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -1
  394. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -1
  395. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -5
  396. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +4 -4
  397. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +19 -19
  398. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +4 -3
  399. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +4 -6
  400. package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +5 -8
  401. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +2 -0
  402. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +2 -0
  403. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +2 -0
  404. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +2 -0
  405. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +2 -0
  406. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +27 -5
  407. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  408. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -5
  409. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +7 -1
  410. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +1 -2
  411. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
  412. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
  413. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
  414. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
  415. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
  416. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
  417. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +2 -14
  418. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +2 -7
  419. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
  420. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  421. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
  422. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +27 -5
  423. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  424. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -5
  425. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +7 -1
  426. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +1 -2
  427. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
  428. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
  429. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
  430. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
  431. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
  432. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
  433. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +2 -14
  434. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +2 -7
  435. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
  436. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  437. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +5 -5
  438. package/node_modules/@smithy/core/package.json +11 -4
  439. package/node_modules/@smithy/credential-provider-imds/package.json +12 -4
  440. package/node_modules/@smithy/fetch-http-handler/package.json +13 -5
  441. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -9
  442. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -9
  443. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  444. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +1 -1
  445. package/node_modules/@smithy/node-http-handler/package.json +13 -5
  446. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +9 -9
  447. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +9 -9
  448. package/node_modules/@smithy/signature-v4/package.json +12 -4
  449. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
  450. package/node_modules/@smithy/types/package.json +39 -29
  451. package/node_modules/@types/node/README.md +1 -1
  452. package/node_modules/@types/node/child_process.d.ts +1 -0
  453. package/node_modules/@types/node/crypto.d.ts +7 -7
  454. package/node_modules/@types/node/dns/promises.d.ts +5 -5
  455. package/node_modules/@types/node/dns.d.ts +5 -5
  456. package/node_modules/@types/node/fs.d.ts +0 -7
  457. package/node_modules/@types/node/http.d.ts +0 -30
  458. package/node_modules/@types/node/http2.d.ts +4 -4
  459. package/node_modules/@types/node/os.d.ts +30 -30
  460. package/node_modules/@types/node/package.json +2 -2
  461. package/node_modules/@types/node/perf_hooks.d.ts +1 -2
  462. package/node_modules/@types/node/process.d.ts +43 -42
  463. package/node_modules/@types/node/quic.d.ts +84 -1049
  464. package/node_modules/@types/node/sqlite.d.ts +1 -14
  465. package/node_modules/@types/node/stream/iter.d.ts +2 -3
  466. package/node_modules/@types/node/test.d.ts +0 -61
  467. package/node_modules/@types/node/v8.d.ts +23 -20
  468. package/package.json +36 -36
  469. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +0 -1
  470. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +0 -1
  471. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +0 -103
  472. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +0 -20
  473. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +0 -7
  474. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +0 -7
  475. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +0 -51
  476. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +0 -13
  477. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +0 -4
  478. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonCodec.d.ts +0 -11
  479. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +0 -4
  480. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeDeserializer.d.ts +0 -13
  481. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeSerializer.d.ts +0 -18
  482. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +0 -27
  483. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +0 -9
  484. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +0 -15
  485. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +0 -39
  486. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/message.d.ts +0 -49
  487. package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/message.js +0 -157
  488. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/json.d.ts +0 -28
  489. package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/json.js +0 -44
  490. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/message.d.ts +0 -49
  491. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/message.js +0 -152
  492. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/json.d.ts +0 -28
  493. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/json.js +0 -41
  494. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +0 -113
  495. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +0 -103
  496. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +0 -621
  497. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +0 -602
  498. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +0 -13
  499. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +0 -15
  500. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +0 -18
  501. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +0 -35
  502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +0 -13
  503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +0 -15
  504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +0 -18
  505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +0 -35
@@ -1,647 +1,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
- };
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
+ };