@cdk8s/awscdk-resolver 0.0.638 → 0.0.639

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 (226) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -6
  11. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +66 -28
  12. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +133 -15
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
  15. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
  16. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
  17. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
  18. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
  19. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
  20. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
  21. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -0
  23. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
  26. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +10 -1
  27. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -0
  28. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
  29. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.js +13 -15
  30. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/ByteJsonShapeSerializer.js +27 -17
  31. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +22 -3
  32. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
  33. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
  34. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
  35. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +4 -0
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
  44. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  45. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
  46. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
  47. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  48. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -2
  49. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
  50. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
  51. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
  52. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +7 -4
  53. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +21 -61
  54. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -13
  55. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -4
  56. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -5
  57. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +5 -16
  58. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +11 -4
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +47 -107
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +39 -112
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +48 -107
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +14 -13
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +35 -25
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +4 -14
  65. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +6 -2
  66. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +5 -2
  67. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -2
  68. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +6 -2
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +10 -2
  70. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +6 -2
  71. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +20 -16
  72. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +44 -21
  73. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
  74. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +5 -2
  75. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
  76. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +11 -8
  77. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +16 -14
  78. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +4 -1
  79. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +14 -7
  80. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +4 -1
  81. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +7 -6
  82. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +12 -6
  83. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +7 -6
  84. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
  85. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -4
  86. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +7 -2
  87. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +38 -28
  88. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -647
  89. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
  90. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -29
  91. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
  92. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
  93. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -6
  94. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  95. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  96. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +1 -12
  98. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +7 -4
  99. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +14 -7
  100. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -7
  101. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +27 -18
  102. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +18 -13
  103. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +8 -3
  104. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +28 -17
  105. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +6 -2
  106. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +5 -2
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +13 -4
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -9
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +44 -37
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -2
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -23
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -13
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +133 -56
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +9 -24
  119. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -1
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -1
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +8 -1
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -1
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +26 -4
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -3
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -1
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -5
  127. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +74 -40
  128. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +24 -9
  129. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -36
  130. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +18 -3
  131. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +2 -5
  132. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +22 -27
  133. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -21
  134. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -21
  135. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -49
  136. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -49
  137. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +19 -13
  138. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -13
  139. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -18
  140. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +7 -1
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  142. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +29 -14
  143. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +57 -30
  144. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +21 -7
  145. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +15 -7
  146. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +11 -0
  147. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +22 -9
  148. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -18
  149. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -57
  150. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -7
  151. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -21
  152. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +4 -0
  153. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -47
  154. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +14 -17
  155. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -15
  156. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
  157. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -4
  158. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +6 -1
  159. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
  160. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +32 -14
  161. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +2 -4
  162. package/node_modules/@aws-sdk/core/package.json +10 -6
  163. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  164. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  165. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  166. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
  167. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  168. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  169. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  170. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -0
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -0
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +2 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -0
  206. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  207. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  208. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  209. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
  210. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
  211. package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
  212. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +1 -0
  213. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +1 -0
  214. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -2
  215. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +2 -2
  216. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -2
  217. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
  218. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
  219. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
  220. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +1 -0
  221. package/node_modules/@smithy/core/package.json +1 -1
  222. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  223. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  224. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  225. package/node_modules/@smithy/signature-v4/package.json +2 -2
  226. package/package.json +5 -5
@@ -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
+ };