@psnext/slingcli 2.5.20260724-1 → 2.5.20260725-1

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 (385) hide show
  1. package/bin/sling.js +1 -1
  2. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +66 -28
  3. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -15
  4. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
  5. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -0
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
  17. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +10 -1
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -0
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.js +13 -15
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/ByteJsonShapeSerializer.js +27 -17
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +22 -3
  23. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
  26. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +4 -0
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  28. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
  29. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
  30. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
  31. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -2
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +7 -4
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +21 -61
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -13
  46. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -4
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -5
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +5 -16
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +11 -4
  50. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +47 -107
  51. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +39 -112
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +48 -107
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +14 -13
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +35 -25
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +4 -14
  56. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +6 -2
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +5 -2
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -2
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +6 -2
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +10 -2
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +6 -2
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +20 -16
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +44 -21
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +5 -2
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +11 -8
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +16 -14
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +4 -1
  70. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +14 -7
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +4 -1
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +7 -6
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +12 -6
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +7 -6
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -4
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +7 -2
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +38 -28
  79. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -647
  80. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  81. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -29
  82. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  83. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  84. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -6
  85. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  86. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +1 -12
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +7 -4
  90. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +14 -7
  91. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -7
  92. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +27 -18
  93. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +18 -13
  94. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +8 -3
  95. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +28 -17
  96. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +6 -2
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +5 -2
  98. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +13 -4
  99. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -9
  100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +44 -37
  101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -2
  102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
  103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
  104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
  105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -23
  106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -13
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +133 -56
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +9 -24
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -1
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -1
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +8 -1
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -1
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +26 -4
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -3
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -1
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -5
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +74 -40
  119. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +24 -9
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -36
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +18 -3
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -5
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +22 -27
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -21
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -21
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -49
  127. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -49
  128. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +19 -13
  129. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -13
  130. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -18
  131. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +7 -1
  132. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  133. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +29 -14
  134. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +57 -30
  135. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +21 -7
  136. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +15 -7
  137. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +11 -0
  138. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +22 -9
  139. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -18
  140. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -57
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -7
  142. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -21
  143. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +4 -0
  144. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -47
  145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +14 -17
  146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -15
  147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -4
  149. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +6 -1
  150. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  151. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +32 -14
  152. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +2 -4
  153. package/node_modules/@aws-sdk/core/package.json +10 -6
  154. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  155. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +2 -2
  156. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  157. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  159. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  160. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  161. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +4 -4
  162. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  163. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  164. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
  167. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +2 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -0
  202. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +2 -2
  203. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  204. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  205. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
  206. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
  207. package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
  208. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +17 -4
  209. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +8 -2
  210. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +118 -11
  211. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js +132 -0
  212. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit-diff.js +386 -0
  213. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js +95 -0
  214. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js +46 -0
  215. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/image.js +106 -0
  216. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/index.js +5 -0
  217. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js +26 -0
  218. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js +110 -0
  219. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/tool-context.js +2 -0
  220. package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js +31 -0
  221. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +90 -35
  222. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +10 -4
  223. package/node_modules/@earendil-works/pi-agent-core/dist/index.js +1 -0
  224. package/node_modules/@earendil-works/pi-agent-core/package.json +3 -2
  225. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +26 -10
  226. package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +21 -8
  227. package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +17 -10
  228. package/node_modules/@earendil-works/pi-ai/dist/api/constrained-sampling.js +100 -0
  229. package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +7 -11
  230. package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js +17 -3
  231. package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +7 -11
  232. package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js +13 -9
  233. package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +68 -27
  234. package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +131 -34
  235. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +173 -66
  236. package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +29 -7
  237. package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +8 -3
  238. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js +5 -0
  239. package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openrouter.js +222 -0
  240. package/node_modules/@earendil-works/pi-ai/dist/bun-oauth.js +2 -0
  241. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +9 -3
  242. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -0
  243. package/node_modules/@earendil-works/pi-ai/dist/model-catalog.js +4 -0
  244. package/node_modules/@earendil-works/pi-ai/dist/providers/all.js +5 -3
  245. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +2 -1
  246. package/node_modules/@earendil-works/pi-ai/dist/providers/ant-ling.models.js +2 -1
  247. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +30 -3
  248. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +2 -1
  249. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +2 -1
  250. package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +2 -1
  251. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +2 -1
  252. package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-workers-ai.models.js +2 -1
  253. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  254. package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -1
  255. package/node_modules/@earendil-works/pi-ai/dist/providers/data/ant-ling.json +1 -1
  256. package/node_modules/@earendil-works/pi-ai/dist/providers/data/anthropic.json +1 -1
  257. package/node_modules/@earendil-works/pi-ai/dist/providers/data/azure-openai-responses.json +1 -1
  258. package/node_modules/@earendil-works/pi-ai/dist/providers/data/cerebras.json +1 -1
  259. package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-ai-gateway.json +1 -1
  260. package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-workers-ai.json +1 -1
  261. package/node_modules/@earendil-works/pi-ai/dist/providers/data/deepseek.json +1 -1
  262. package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -1
  263. package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -1
  264. package/node_modules/@earendil-works/pi-ai/dist/providers/data/google-vertex.json +1 -1
  265. package/node_modules/@earendil-works/pi-ai/dist/providers/data/google.json +1 -1
  266. package/node_modules/@earendil-works/pi-ai/dist/providers/data/groq.json +1 -1
  267. package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
  268. package/node_modules/@earendil-works/pi-ai/dist/providers/data/kimi-coding.json +1 -1
  269. package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax-cn.json +1 -1
  270. package/node_modules/@earendil-works/pi-ai/dist/providers/data/minimax.json +1 -1
  271. package/node_modules/@earendil-works/pi-ai/dist/providers/data/mistral.json +1 -1
  272. package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai-cn.json +1 -1
  273. package/node_modules/@earendil-works/pi-ai/dist/providers/data/moonshotai.json +1 -1
  274. package/node_modules/@earendil-works/pi-ai/dist/providers/data/nvidia.json +1 -1
  275. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
  276. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai.json +1 -1
  277. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
  278. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode.json +1 -1
  279. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  280. package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-cn.json +1 -1
  281. package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan.json +1 -1
  282. package/node_modules/@earendil-works/pi-ai/dist/providers/data/together.json +1 -1
  283. package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
  284. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
  285. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-ams.json +1 -1
  286. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-cn.json +1 -1
  287. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi-token-plan-sgp.json +1 -1
  288. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xiaomi.json +1 -1
  289. package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai-coding-cn.json +1 -1
  290. package/node_modules/@earendil-works/pi-ai/dist/providers/data/zai.json +1 -1
  291. package/node_modules/@earendil-works/pi-ai/dist/providers/deepseek.models.js +2 -1
  292. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +2 -1
  293. package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +2 -1
  294. package/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.models.js +2 -1
  295. package/node_modules/@earendil-works/pi-ai/dist/providers/google.models.js +2 -1
  296. package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +2 -1
  297. package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +2 -1
  298. package/node_modules/@earendil-works/pi-ai/dist/providers/kimi-coding.models.js +2 -1
  299. package/node_modules/@earendil-works/pi-ai/dist/providers/minimax-cn.models.js +2 -1
  300. package/node_modules/@earendil-works/pi-ai/dist/providers/minimax.models.js +2 -1
  301. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +2 -1
  302. package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai-cn.models.js +2 -1
  303. package/node_modules/@earendil-works/pi-ai/dist/providers/moonshotai.models.js +2 -1
  304. package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +2 -1
  305. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex.models.js +2 -1
  306. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +2 -1
  307. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +2 -1
  308. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +2 -1
  309. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter-images.js +10 -2
  310. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.js +10 -2
  311. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +2 -1
  312. package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan-cn.models.js +2 -1
  313. package/node_modules/@earendil-works/pi-ai/dist/providers/qwen-token-plan.models.js +2 -1
  314. package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -1
  315. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +2 -1
  316. package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +2 -1
  317. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +2 -1
  318. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +2 -1
  319. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +2 -1
  320. package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +2 -1
  321. package/node_modules/@earendil-works/pi-ai/dist/providers/zai-coding-cn.models.js +2 -1
  322. package/node_modules/@earendil-works/pi-ai/dist/providers/zai.models.js +2 -1
  323. package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.js +94 -0
  324. package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +3 -0
  325. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  326. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +1 -0
  327. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +1 -1
  328. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.js +1 -1
  329. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +7 -8
  330. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +11 -3
  331. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +4 -0
  332. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-config.js +6 -0
  333. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +2 -2
  334. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +7 -0
  335. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-runtime.js +3 -5
  336. package/node_modules/@earendil-works/pi-coding-agent/dist/core/remote-catalog-provider.js +5 -10
  337. package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +4 -4
  338. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +34 -5
  339. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js +3 -1
  340. package/node_modules/@earendil-works/pi-coding-agent/dist/extensions/llama/provider.js +1 -2
  341. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.js +16 -46
  342. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/external-editor.js +37 -0
  343. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +29 -47
  344. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +1 -0
  345. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard.js +19 -8
  346. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/version-check.js +3 -1
  347. package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +16 -15
  348. package/node_modules/@earendil-works/pi-coding-agent/package.json +6 -6
  349. package/node_modules/@earendil-works/pi-server/package.json +2 -2
  350. package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +15 -12
  351. package/node_modules/@earendil-works/pi-tui/dist/tui.js +6 -3
  352. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  353. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +1 -0
  354. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +1 -0
  355. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -2
  356. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +2 -2
  357. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -2
  358. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
  359. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
  360. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
  361. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +1 -0
  362. package/node_modules/@smithy/core/package.json +1 -1
  363. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  364. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  365. package/node_modules/@smithy/signature-v4/package.json +2 -2
  366. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  367. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  368. package/node_modules/gaxios/package.json +1 -1
  369. package/node_modules/google-auth-library/build/src/auth/googleauth.js +24 -19
  370. package/node_modules/google-auth-library/package.json +1 -1
  371. package/node_modules/undici/lib/cache/memory-cache-store.js +54 -9
  372. package/node_modules/undici/lib/cache/sqlite-cache-store.js +7 -1
  373. package/node_modules/undici/lib/core/request.js +12 -1
  374. package/node_modules/undici/lib/dispatcher/client-h1.js +11 -2
  375. package/node_modules/undici/lib/handler/cache-handler.js +246 -64
  376. package/node_modules/undici/lib/handler/cache-revalidation-handler.js +3 -3
  377. package/node_modules/undici/lib/handler/retry-handler.js +24 -0
  378. package/node_modules/undici/lib/interceptor/cache.js +159 -52
  379. package/node_modules/undici/lib/util/cache.js +324 -62
  380. package/node_modules/undici/lib/util/date.js +23 -6
  381. package/node_modules/undici/lib/web/cookies/util.js +79 -9
  382. package/node_modules/undici/package.json +1 -1
  383. package/package.json +7 -7
  384. package/sling-default-packages.json +2 -1
  385. package/slingshot/index.js +337 -339
@@ -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
- "aws-cn-global": {
153
- description: string;
154
- };
155
- "cn-north-1": {
156
- description: string;
157
- };
158
- "cn-northwest-1": {
159
- description: string;
160
- };
161
- "af-south-1"?: undefined;
162
- "ap-east-1"?: undefined;
163
- "ap-east-2"?: undefined;
164
- "ap-northeast-1"?: undefined;
165
- "ap-northeast-2"?: undefined;
166
- "ap-northeast-3"?: undefined;
167
- "ap-south-1"?: undefined;
168
- "ap-south-2"?: undefined;
169
- "ap-southeast-1"?: undefined;
170
- "ap-southeast-2"?: undefined;
171
- "ap-southeast-3"?: undefined;
172
- "ap-southeast-4"?: undefined;
173
- "ap-southeast-5"?: undefined;
174
- "ap-southeast-6"?: undefined;
175
- "ap-southeast-7"?: undefined;
176
- "aws-global"?: undefined;
177
- "ca-central-1"?: undefined;
178
- "ca-west-1"?: undefined;
179
- "eu-central-1"?: undefined;
180
- "eu-central-2"?: undefined;
181
- "eu-north-1"?: undefined;
182
- "eu-south-1"?: undefined;
183
- "eu-south-2"?: undefined;
184
- "eu-west-1"?: undefined;
185
- "eu-west-2"?: undefined;
186
- "eu-west-3"?: undefined;
187
- "il-central-1"?: undefined;
188
- "me-central-1"?: undefined;
189
- "me-south-1"?: undefined;
190
- "mx-central-1"?: undefined;
191
- "sa-east-1"?: undefined;
192
- "us-east-1"?: undefined;
193
- "us-east-2"?: undefined;
194
- "us-west-1"?: undefined;
195
- "us-west-2"?: undefined;
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
- "eusc-de-east-1": {
226
- description: string;
227
- };
228
- "af-south-1"?: undefined;
229
- "ap-east-1"?: undefined;
230
- "ap-east-2"?: undefined;
231
- "ap-northeast-1"?: undefined;
232
- "ap-northeast-2"?: undefined;
233
- "ap-northeast-3"?: undefined;
234
- "ap-south-1"?: undefined;
235
- "ap-south-2"?: undefined;
236
- "ap-southeast-1"?: undefined;
237
- "ap-southeast-2"?: undefined;
238
- "ap-southeast-3"?: undefined;
239
- "ap-southeast-4"?: undefined;
240
- "ap-southeast-5"?: undefined;
241
- "ap-southeast-6"?: undefined;
242
- "ap-southeast-7"?: undefined;
243
- "aws-global"?: undefined;
244
- "ca-central-1"?: undefined;
245
- "ca-west-1"?: undefined;
246
- "eu-central-1"?: undefined;
247
- "eu-central-2"?: undefined;
248
- "eu-north-1"?: undefined;
249
- "eu-south-1"?: undefined;
250
- "eu-south-2"?: undefined;
251
- "eu-west-1"?: undefined;
252
- "eu-west-2"?: undefined;
253
- "eu-west-3"?: undefined;
254
- "il-central-1"?: undefined;
255
- "me-central-1"?: undefined;
256
- "me-south-1"?: undefined;
257
- "mx-central-1"?: undefined;
258
- "sa-east-1"?: undefined;
259
- "us-east-1"?: undefined;
260
- "us-east-2"?: undefined;
261
- "us-west-1"?: undefined;
262
- "us-west-2"?: undefined;
263
- "aws-cn-global"?: undefined;
264
- "cn-north-1"?: undefined;
265
- "cn-northwest-1"?: undefined;
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
- "aws-iso-global": {
295
- description: string;
296
- };
297
- "us-iso-east-1": {
298
- description: string;
299
- };
300
- "us-iso-west-1": {
301
- description: string;
302
- };
303
- "af-south-1"?: undefined;
304
- "ap-east-1"?: undefined;
305
- "ap-east-2"?: undefined;
306
- "ap-northeast-1"?: undefined;
307
- "ap-northeast-2"?: undefined;
308
- "ap-northeast-3"?: undefined;
309
- "ap-south-1"?: undefined;
310
- "ap-south-2"?: undefined;
311
- "ap-southeast-1"?: undefined;
312
- "ap-southeast-2"?: undefined;
313
- "ap-southeast-3"?: undefined;
314
- "ap-southeast-4"?: undefined;
315
- "ap-southeast-5"?: undefined;
316
- "ap-southeast-6"?: undefined;
317
- "ap-southeast-7"?: undefined;
318
- "aws-global"?: undefined;
319
- "ca-central-1"?: undefined;
320
- "ca-west-1"?: undefined;
321
- "eu-central-1"?: undefined;
322
- "eu-central-2"?: undefined;
323
- "eu-north-1"?: undefined;
324
- "eu-south-1"?: undefined;
325
- "eu-south-2"?: undefined;
326
- "eu-west-1"?: undefined;
327
- "eu-west-2"?: undefined;
328
- "eu-west-3"?: undefined;
329
- "il-central-1"?: undefined;
330
- "me-central-1"?: undefined;
331
- "me-south-1"?: undefined;
332
- "mx-central-1"?: undefined;
333
- "sa-east-1"?: undefined;
334
- "us-east-1"?: undefined;
335
- "us-east-2"?: undefined;
336
- "us-west-1"?: undefined;
337
- "us-west-2"?: undefined;
338
- "aws-cn-global"?: undefined;
339
- "cn-north-1"?: undefined;
340
- "cn-northwest-1"?: undefined;
341
- "eusc-de-east-1"?: undefined;
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
- "aws-iso-b-global": {
368
- description: string;
369
- };
370
- "us-isob-east-1": {
371
- description: string;
372
- };
373
- "us-isob-west-1": {
374
- description: string;
375
- };
376
- "af-south-1"?: undefined;
377
- "ap-east-1"?: undefined;
378
- "ap-east-2"?: undefined;
379
- "ap-northeast-1"?: undefined;
380
- "ap-northeast-2"?: undefined;
381
- "ap-northeast-3"?: undefined;
382
- "ap-south-1"?: undefined;
383
- "ap-south-2"?: undefined;
384
- "ap-southeast-1"?: undefined;
385
- "ap-southeast-2"?: undefined;
386
- "ap-southeast-3"?: undefined;
387
- "ap-southeast-4"?: undefined;
388
- "ap-southeast-5"?: undefined;
389
- "ap-southeast-6"?: undefined;
390
- "ap-southeast-7"?: undefined;
391
- "aws-global"?: undefined;
392
- "ca-central-1"?: undefined;
393
- "ca-west-1"?: undefined;
394
- "eu-central-1"?: undefined;
395
- "eu-central-2"?: undefined;
396
- "eu-north-1"?: undefined;
397
- "eu-south-1"?: undefined;
398
- "eu-south-2"?: undefined;
399
- "eu-west-1"?: undefined;
400
- "eu-west-2"?: undefined;
401
- "eu-west-3"?: undefined;
402
- "il-central-1"?: undefined;
403
- "me-central-1"?: undefined;
404
- "me-south-1"?: undefined;
405
- "mx-central-1"?: undefined;
406
- "sa-east-1"?: undefined;
407
- "us-east-1"?: undefined;
408
- "us-east-2"?: undefined;
409
- "us-west-1"?: undefined;
410
- "us-west-2"?: undefined;
411
- "aws-cn-global"?: undefined;
412
- "cn-north-1"?: undefined;
413
- "cn-northwest-1"?: undefined;
414
- "eusc-de-east-1"?: undefined;
415
- "aws-iso-global"?: undefined;
416
- "us-iso-east-1"?: undefined;
417
- "us-iso-west-1"?: undefined;
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
- "aws-iso-e-global": {
441
- description: string;
442
- };
443
- "eu-isoe-west-1": {
444
- description: string;
445
- };
446
- "af-south-1"?: undefined;
447
- "ap-east-1"?: undefined;
448
- "ap-east-2"?: undefined;
449
- "ap-northeast-1"?: undefined;
450
- "ap-northeast-2"?: undefined;
451
- "ap-northeast-3"?: undefined;
452
- "ap-south-1"?: undefined;
453
- "ap-south-2"?: undefined;
454
- "ap-southeast-1"?: undefined;
455
- "ap-southeast-2"?: undefined;
456
- "ap-southeast-3"?: undefined;
457
- "ap-southeast-4"?: undefined;
458
- "ap-southeast-5"?: undefined;
459
- "ap-southeast-6"?: undefined;
460
- "ap-southeast-7"?: undefined;
461
- "aws-global"?: undefined;
462
- "ca-central-1"?: undefined;
463
- "ca-west-1"?: undefined;
464
- "eu-central-1"?: undefined;
465
- "eu-central-2"?: undefined;
466
- "eu-north-1"?: undefined;
467
- "eu-south-1"?: undefined;
468
- "eu-south-2"?: undefined;
469
- "eu-west-1"?: undefined;
470
- "eu-west-2"?: undefined;
471
- "eu-west-3"?: undefined;
472
- "il-central-1"?: undefined;
473
- "me-central-1"?: undefined;
474
- "me-south-1"?: undefined;
475
- "mx-central-1"?: undefined;
476
- "sa-east-1"?: undefined;
477
- "us-east-1"?: undefined;
478
- "us-east-2"?: undefined;
479
- "us-west-1"?: undefined;
480
- "us-west-2"?: undefined;
481
- "aws-cn-global"?: undefined;
482
- "cn-north-1"?: undefined;
483
- "cn-northwest-1"?: undefined;
484
- "eusc-de-east-1"?: undefined;
485
- "aws-iso-global"?: undefined;
486
- "us-iso-east-1"?: undefined;
487
- "us-iso-west-1"?: undefined;
488
- "aws-iso-b-global"?: undefined;
489
- "us-isob-east-1"?: undefined;
490
- "us-isob-west-1"?: undefined;
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
- "aws-iso-f-global": {
512
- description: string;
513
- };
514
- "us-isof-east-1": {
515
- description: string;
516
- };
517
- "us-isof-south-1": {
518
- description: string;
519
- };
520
- "af-south-1"?: undefined;
521
- "ap-east-1"?: undefined;
522
- "ap-east-2"?: undefined;
523
- "ap-northeast-1"?: undefined;
524
- "ap-northeast-2"?: undefined;
525
- "ap-northeast-3"?: undefined;
526
- "ap-south-1"?: undefined;
527
- "ap-south-2"?: undefined;
528
- "ap-southeast-1"?: undefined;
529
- "ap-southeast-2"?: undefined;
530
- "ap-southeast-3"?: undefined;
531
- "ap-southeast-4"?: undefined;
532
- "ap-southeast-5"?: undefined;
533
- "ap-southeast-6"?: undefined;
534
- "ap-southeast-7"?: undefined;
535
- "aws-global"?: undefined;
536
- "ca-central-1"?: undefined;
537
- "ca-west-1"?: undefined;
538
- "eu-central-1"?: undefined;
539
- "eu-central-2"?: undefined;
540
- "eu-north-1"?: undefined;
541
- "eu-south-1"?: undefined;
542
- "eu-south-2"?: undefined;
543
- "eu-west-1"?: undefined;
544
- "eu-west-2"?: undefined;
545
- "eu-west-3"?: undefined;
546
- "il-central-1"?: undefined;
547
- "me-central-1"?: undefined;
548
- "me-south-1"?: undefined;
549
- "mx-central-1"?: undefined;
550
- "sa-east-1"?: undefined;
551
- "us-east-1"?: undefined;
552
- "us-east-2"?: undefined;
553
- "us-west-1"?: undefined;
554
- "us-west-2"?: undefined;
555
- "aws-cn-global"?: undefined;
556
- "cn-north-1"?: undefined;
557
- "cn-northwest-1"?: undefined;
558
- "eusc-de-east-1"?: undefined;
559
- "aws-iso-global"?: undefined;
560
- "us-iso-east-1"?: undefined;
561
- "us-iso-west-1"?: undefined;
562
- "aws-iso-b-global"?: undefined;
563
- "us-isob-east-1"?: undefined;
564
- "us-isob-west-1"?: undefined;
565
- "aws-iso-e-global"?: undefined;
566
- "eu-isoe-west-1"?: undefined;
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
- "aws-us-gov-global": {
585
- description: string;
586
- };
587
- "us-gov-east-1": {
588
- description: string;
589
- };
590
- "us-gov-west-1": {
591
- description: string;
592
- };
593
- "af-south-1"?: undefined;
594
- "ap-east-1"?: undefined;
595
- "ap-east-2"?: undefined;
596
- "ap-northeast-1"?: undefined;
597
- "ap-northeast-2"?: undefined;
598
- "ap-northeast-3"?: undefined;
599
- "ap-south-1"?: undefined;
600
- "ap-south-2"?: undefined;
601
- "ap-southeast-1"?: undefined;
602
- "ap-southeast-2"?: undefined;
603
- "ap-southeast-3"?: undefined;
604
- "ap-southeast-4"?: undefined;
605
- "ap-southeast-5"?: undefined;
606
- "ap-southeast-6"?: undefined;
607
- "ap-southeast-7"?: undefined;
608
- "aws-global"?: undefined;
609
- "ca-central-1"?: undefined;
610
- "ca-west-1"?: undefined;
611
- "eu-central-1"?: undefined;
612
- "eu-central-2"?: undefined;
613
- "eu-north-1"?: undefined;
614
- "eu-south-1"?: undefined;
615
- "eu-south-2"?: undefined;
616
- "eu-west-1"?: undefined;
617
- "eu-west-2"?: undefined;
618
- "eu-west-3"?: undefined;
619
- "il-central-1"?: undefined;
620
- "me-central-1"?: undefined;
621
- "me-south-1"?: undefined;
622
- "mx-central-1"?: undefined;
623
- "sa-east-1"?: undefined;
624
- "us-east-1"?: undefined;
625
- "us-east-2"?: undefined;
626
- "us-west-1"?: undefined;
627
- "us-west-2"?: undefined;
628
- "aws-cn-global"?: undefined;
629
- "cn-north-1"?: undefined;
630
- "cn-northwest-1"?: undefined;
631
- "eusc-de-east-1"?: undefined;
632
- "aws-iso-global"?: undefined;
633
- "us-iso-east-1"?: undefined;
634
- "us-iso-west-1"?: undefined;
635
- "aws-iso-b-global"?: undefined;
636
- "us-isob-east-1"?: undefined;
637
- "us-isob-west-1"?: undefined;
638
- "aws-iso-e-global"?: undefined;
639
- "eu-isoe-west-1"?: undefined;
640
- "aws-iso-f-global"?: undefined;
641
- "us-isof-east-1"?: undefined;
642
- "us-isof-south-1"?: undefined;
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
+ };