@cdk8s/awscdk-resolver 0.0.638 → 0.0.640

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 +6 -6
@@ -1,9 +1,22 @@
1
- import { HttpResponse, SerdeFunctions } from "@smithy/types";
2
- export declare const parseJsonBody: (streamBody: any, context: SerdeFunctions) => any;
3
- export declare const parseJsonErrorBody: (errorBody: any, context: SerdeFunctions) => Promise<any>;
4
- export declare const loadRestJsonErrorCode: (output: HttpResponse, data: any) => string | undefined;
5
- export declare const loadJsonRpcErrorCode: (
6
- output: HttpResponse,
7
- data: any,
8
- queryCompat?: boolean,
9
- ) => string | undefined;
1
+ import { HttpResponse, Schema, SerdeFunctions } from "@smithy/types";
2
+ /**
3
+ * @deprecated new calls to parseJsonBody must pass schema.
4
+ * @internal
5
+ */
6
+ export declare function parseJsonBody(streamBody: any, context: SerdeFunctions): Promise<any>;
7
+ /**
8
+ * @internal
9
+ */
10
+ export declare function parseJsonBody(streamBody: any, context: SerdeFunctions, schema: Schema): Promise<any>;
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const parseJsonErrorBody: (errorBody: any, context: SerdeFunctions) => Promise<any>;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const loadRestJsonErrorCode: (output: HttpResponse, data: any) => string | undefined;
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const loadJsonRpcErrorCode: (output: HttpResponse, data: any, queryCompat?: boolean) => string | undefined;
@@ -1,18 +1,27 @@
1
- import { TypeRegistry } from "@smithy/core/schema";
2
- import { AwsQueryProtocol } from "./AwsQueryProtocol";
3
- export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
4
- options: {
5
- defaultNamespace: string;
6
- xmlNamespace: string;
7
- version: string;
8
- errorTypeRegistries?: TypeRegistry[];
9
- };
10
- constructor(options: {
11
- defaultNamespace: string;
12
- xmlNamespace: string;
13
- version: string;
14
- errorTypeRegistries?: TypeRegistry[];
15
- });
16
- getShapeId(): string;
17
- protected useNestedResult(): boolean;
18
- }
1
+ import { TypeRegistry } from "@smithy/core/schema";
2
+ import { AwsQueryProtocol } from "./AwsQueryProtocol";
3
+ /**
4
+ * @public
5
+ */
6
+ export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
7
+ options: {
8
+ defaultNamespace: string;
9
+ xmlNamespace: string;
10
+ version: string;
11
+ errorTypeRegistries?: TypeRegistry[];
12
+ };
13
+ constructor(options: {
14
+ defaultNamespace: string;
15
+ xmlNamespace: string;
16
+ version: string;
17
+ errorTypeRegistries?: TypeRegistry[];
18
+ });
19
+ /**
20
+ * @override
21
+ */
22
+ getShapeId(): string;
23
+ /**
24
+ * EC2 Query reads XResponse.XResult instead of XResponse directly.
25
+ */
26
+ protected useNestedResult(): boolean;
27
+ }
@@ -1,57 +1,49 @@
1
- import { RpcProtocol } from "@smithy/core/protocols";
2
- import { TypeRegistry } from "@smithy/core/schema";
3
- import {
4
- Codec,
5
- EndpointBearer,
6
- HandlerExecutionContext,
7
- HttpRequest,
8
- HttpResponse as IHttpResponse,
9
- MetadataBearer,
10
- OperationSchema,
11
- ResponseMetadata,
12
- SerdeFunctions,
13
- } from "@smithy/types";
14
- import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
15
- import { QueryShapeSerializer } from "./QueryShapeSerializer";
16
- export declare class AwsQueryProtocol extends RpcProtocol {
17
- options: {
18
- defaultNamespace: string;
19
- xmlNamespace: string;
20
- version: string;
21
- errorTypeRegistries?: TypeRegistry[];
22
- };
23
- protected serializer: QueryShapeSerializer;
24
- protected deserializer: XmlShapeDeserializer;
25
- private readonly mixin;
26
- constructor(options: {
27
- defaultNamespace: string;
28
- xmlNamespace: string;
29
- version: string;
30
- errorTypeRegistries?: TypeRegistry[];
31
- });
32
- getShapeId(): string;
33
- setSerdeContext(serdeContext: SerdeFunctions): void;
34
- getPayloadCodec(): Codec<any, any>;
35
- serializeRequest<Input extends object>(
36
- operationSchema: OperationSchema,
37
- input: Input,
38
- context: HandlerExecutionContext & SerdeFunctions & EndpointBearer,
39
- ): Promise<HttpRequest>;
40
- deserializeResponse<Output extends MetadataBearer>(
41
- operationSchema: OperationSchema,
42
- context: HandlerExecutionContext & SerdeFunctions,
43
- response: IHttpResponse,
44
- ): Promise<Output>;
45
- protected useNestedResult(): boolean;
46
- protected handleError(
47
- operationSchema: OperationSchema,
48
- context: HandlerExecutionContext & SerdeFunctions,
49
- response: IHttpResponse,
50
- dataObject: any,
51
- metadata: ResponseMetadata,
52
- ): Promise<never>;
53
- protected loadQueryErrorCode(output: IHttpResponse, data: any): string | undefined;
54
- protected loadQueryError(data: any): any | undefined;
55
- protected loadQueryErrorMessage(data: any): string;
56
- protected getDefaultContentType(): string;
57
- }
1
+ import { RpcProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
3
+ import { Codec, EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions } from "@smithy/types";
4
+ import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
5
+ import { QueryShapeSerializer } from "./QueryShapeSerializer";
6
+ /**
7
+ * @public
8
+ */
9
+ export declare class AwsQueryProtocol extends RpcProtocol {
10
+ options: {
11
+ defaultNamespace: string;
12
+ xmlNamespace: string;
13
+ version: string;
14
+ errorTypeRegistries?: TypeRegistry[];
15
+ };
16
+ protected serializer: QueryShapeSerializer;
17
+ protected deserializer: XmlShapeDeserializer;
18
+ private readonly mixin;
19
+ constructor(options: {
20
+ defaultNamespace: string;
21
+ xmlNamespace: string;
22
+ version: string;
23
+ errorTypeRegistries?: TypeRegistry[];
24
+ });
25
+ getShapeId(): string;
26
+ setSerdeContext(serdeContext: SerdeFunctions): void;
27
+ getPayloadCodec(): Codec<any, any>;
28
+ serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<HttpRequest>;
29
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
30
+ /**
31
+ * EC2 Query overrides this.
32
+ */
33
+ protected useNestedResult(): boolean;
34
+ /**
35
+ * override
36
+ */
37
+ protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
38
+ /**
39
+ * The variations in the error and error message locations are attributed to
40
+ * divergence between AWS Query and EC2 Query behavior.
41
+ */
42
+ protected loadQueryErrorCode(output: IHttpResponse, data: any): string | undefined;
43
+ protected loadQueryError(data: any): any | undefined;
44
+ protected loadQueryErrorMessage(data: any): string;
45
+ /**
46
+ * @override
47
+ */
48
+ protected getDefaultContentType(): string;
49
+ }
@@ -1,7 +1,13 @@
1
- import { CodecSettings } from "@smithy/types";
2
- export type QuerySerializerSettings = CodecSettings & {
3
- capitalizeKeys?: boolean;
4
- flattenLists?: boolean;
5
- serializeEmptyLists?: boolean;
6
- ec2?: boolean;
7
- };
1
+ import { CodecSettings } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export type QuerySerializerSettings = CodecSettings & {
6
+ capitalizeKeys?: boolean;
7
+ flattenLists?: boolean;
8
+ serializeEmptyLists?: boolean;
9
+ /**
10
+ * Whether to read from ec2QueryName before xmlName.
11
+ */
12
+ ec2?: boolean;
13
+ };
@@ -1,21 +1,16 @@
1
- import { Schema, ShapeSerializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { QuerySerializerSettings } from "./QuerySerializerSettings";
4
- export declare class QueryShapeSerializer
5
- extends SerdeContextConfig
6
- implements ShapeSerializer<string | Uint8Array>
7
- {
8
- readonly settings: QuerySerializerSettings;
9
- private buffer;
10
- constructor(settings: QuerySerializerSettings);
11
- write(schema: Schema, value: unknown, prefix?: string): void;
12
- flush(): string | Uint8Array;
13
- protected getKey(
14
- memberName: string,
15
- xmlName?: string,
16
- ec2QueryName?: unknown,
17
- keySource?: string,
18
- ): string;
19
- protected writeKey(key: string): void;
20
- protected writeValue(value: string): void;
21
- }
1
+ import { Schema, ShapeSerializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { QuerySerializerSettings } from "./QuerySerializerSettings";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare class QueryShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
+ readonly settings: QuerySerializerSettings;
9
+ private buffer;
10
+ constructor(settings: QuerySerializerSettings);
11
+ write(schema: Schema, value: unknown, prefix?: string): void;
12
+ flush(): string | Uint8Array;
13
+ protected getKey(memberName: string, xmlName?: string, ec2QueryName?: unknown, keySource?: string): string;
14
+ protected writeKey(key: string): void;
15
+ protected writeValue(value: string): void;
16
+ }
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Makes __proto__ writable on a given object.
3
+ */
4
+ export declare function writeKey(obj: object | Record<string, unknown> | any): void;
@@ -1,47 +1,31 @@
1
- import { HttpBindingProtocol } from "@smithy/core/protocols";
2
- import { TypeRegistry } from "@smithy/core/schema";
3
- import {
4
- EndpointBearer,
5
- HandlerExecutionContext,
6
- HttpRequest as IHttpRequest,
7
- HttpResponse as IHttpResponse,
8
- MetadataBearer,
9
- OperationSchema,
10
- ResponseMetadata,
11
- SerdeFunctions,
12
- ShapeDeserializer,
13
- ShapeSerializer,
14
- } from "@smithy/types";
15
- import { XmlCodec } from "./XmlCodec";
16
- export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
17
- private readonly codec;
18
- protected serializer: ShapeSerializer<string | Uint8Array>;
19
- protected deserializer: ShapeDeserializer<string | Uint8Array>;
20
- private readonly mixin;
21
- constructor(options: {
22
- defaultNamespace: string;
23
- xmlNamespace: string;
24
- errorTypeRegistries?: TypeRegistry[];
25
- });
26
- getPayloadCodec(): XmlCodec;
27
- getShapeId(): string;
28
- serializeRequest<Input extends object>(
29
- operationSchema: OperationSchema,
30
- input: Input,
31
- context: HandlerExecutionContext & SerdeFunctions & EndpointBearer,
32
- ): Promise<IHttpRequest>;
33
- deserializeResponse<Output extends MetadataBearer>(
34
- operationSchema: OperationSchema,
35
- context: HandlerExecutionContext & SerdeFunctions,
36
- response: IHttpResponse,
37
- ): Promise<Output>;
38
- protected handleError(
39
- operationSchema: OperationSchema,
40
- context: HandlerExecutionContext & SerdeFunctions,
41
- response: IHttpResponse,
42
- dataObject: any,
43
- metadata: ResponseMetadata,
44
- ): Promise<never>;
45
- protected getDefaultContentType(): string;
46
- private hasUnstructuredPayloadBinding;
47
- }
1
+ import { HttpBindingProtocol } from "@smithy/core/protocols";
2
+ import { TypeRegistry } from "@smithy/core/schema";
3
+ import { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
4
+ import { XmlCodec } from "./XmlCodec";
5
+ /**
6
+ * @public
7
+ */
8
+ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
9
+ private readonly codec;
10
+ protected serializer: ShapeSerializer<string | Uint8Array>;
11
+ protected deserializer: ShapeDeserializer<string | Uint8Array>;
12
+ private readonly mixin;
13
+ constructor(options: {
14
+ defaultNamespace: string;
15
+ xmlNamespace: string;
16
+ errorTypeRegistries?: TypeRegistry[];
17
+ });
18
+ getPayloadCodec(): XmlCodec;
19
+ getShapeId(): string;
20
+ serializeRequest<Input extends object>(operationSchema: OperationSchema, input: Input, context: HandlerExecutionContext & SerdeFunctions & EndpointBearer): Promise<IHttpRequest>;
21
+ deserializeResponse<Output extends MetadataBearer>(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse): Promise<Output>;
22
+ /**
23
+ * @override
24
+ */
25
+ protected handleError(operationSchema: OperationSchema, context: HandlerExecutionContext & SerdeFunctions, response: IHttpResponse, dataObject: any, metadata: ResponseMetadata): Promise<never>;
26
+ /**
27
+ * @override
28
+ */
29
+ protected getDefaultContentType(): string;
30
+ private hasUnstructuredPayloadBinding;
31
+ }
@@ -1,17 +1,14 @@
1
- import { Codec, CodecSettings } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlShapeDeserializer } from "./XmlShapeDeserializer";
4
- import { XmlShapeSerializer } from "./XmlShapeSerializer";
5
- export type XmlSettings = CodecSettings & {
6
- xmlNamespace: string;
7
- serviceNamespace: string;
8
- };
9
- export declare class XmlCodec
10
- extends SerdeContextConfig
11
- implements Codec<Uint8Array | string, Uint8Array | string>
12
- {
13
- readonly settings: XmlSettings;
14
- constructor(settings: XmlSettings);
15
- createSerializer(): XmlShapeSerializer;
16
- createDeserializer(): XmlShapeDeserializer;
17
- }
1
+ import { Codec, CodecSettings } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlShapeDeserializer } from "./XmlShapeDeserializer";
4
+ import { XmlShapeSerializer } from "./XmlShapeSerializer";
5
+ export type XmlSettings = CodecSettings & {
6
+ xmlNamespace: string;
7
+ serviceNamespace: string;
8
+ };
9
+ export declare class XmlCodec extends SerdeContextConfig implements Codec<Uint8Array | string, Uint8Array | string> {
10
+ readonly settings: XmlSettings;
11
+ constructor(settings: XmlSettings);
12
+ createSerializer(): XmlShapeSerializer;
13
+ createDeserializer(): XmlShapeDeserializer;
14
+ }
@@ -1,15 +1,20 @@
1
- import { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlSettings } from "./XmlCodec";
4
- export declare class XmlShapeDeserializer
5
- extends SerdeContextConfig
6
- implements ShapeDeserializer<Uint8Array | string>
7
- {
8
- readonly settings: XmlSettings;
9
- private stringDeserializer;
10
- constructor(settings: XmlSettings);
11
- setSerdeContext(serdeContext: SerdeFunctions): void;
12
- read(schema: Schema, bytes: Uint8Array | string, key?: string): any;
13
- readSchema(_schema: Schema, value: any): any;
14
- protected parseXml(xml: string): any;
15
- }
1
+ import { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlSettings } from "./XmlCodec";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare class XmlShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<Uint8Array | string> {
8
+ readonly settings: XmlSettings;
9
+ private stringDeserializer;
10
+ constructor(settings: XmlSettings);
11
+ setSerdeContext(serdeContext: SerdeFunctions): void;
12
+ /**
13
+ * @param schema - describing the data.
14
+ * @param bytes - serialized data.
15
+ * @param key - used by AwsQuery to step one additional depth into the object before reading it.
16
+ */
17
+ read(schema: Schema, bytes: Uint8Array | string, key?: string): any;
18
+ readSchema(_schema: Schema, value: any): any;
19
+ protected parseXml(xml: string): any;
20
+ }
@@ -1,21 +1,21 @@
1
- import { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
- import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
- import { XmlSettings } from "./XmlCodec";
4
- export declare class XmlShapeSerializer
5
- extends SerdeContextConfig
6
- implements ShapeSerializer<string | Uint8Array>
7
- {
8
- readonly settings: XmlSettings;
9
- private stringBuffer?;
10
- private byteBuffer?;
11
- private buffer?;
12
- constructor(settings: XmlSettings);
13
- write(schema: ISchema, value: unknown): void;
14
- flush(): string | Uint8Array;
15
- private writeStruct;
16
- private writeList;
17
- private writeMap;
18
- private writeSimple;
19
- private writeSimpleInto;
20
- private getXmlnsAttribute;
21
- }
1
+ import { Schema as ISchema, ShapeSerializer } from "@smithy/types";
2
+ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
3
+ import { XmlSettings } from "./XmlCodec";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare class XmlShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
8
+ readonly settings: XmlSettings;
9
+ private stringBuffer?;
10
+ private byteBuffer?;
11
+ private buffer?;
12
+ constructor(settings: XmlSettings);
13
+ write(schema: ISchema, value: unknown): void;
14
+ flush(): string | Uint8Array;
15
+ private writeStruct;
16
+ private writeList;
17
+ private writeMap;
18
+ private writeSimple;
19
+ private writeSimpleInto;
20
+ private getXmlnsAttribute;
21
+ }
@@ -1,4 +1,13 @@
1
- import { HttpResponse, SerdeContext } from "@smithy/types";
2
- export declare const parseXmlBody: (streamBody: any, context: SerdeContext) => any;
3
- export declare const parseXmlErrorBody: (errorBody: any, context: SerdeContext) => Promise<any>;
4
- export declare const loadRestXmlErrorCode: (output: HttpResponse, data: any) => string | undefined;
1
+ import { HttpResponse, SerdeContext } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const parseXmlBody: (streamBody: any, context: SerdeContext) => any;
6
+ /**
7
+ * @internal
8
+ */
9
+ export declare const parseXmlErrorBody: (errorBody: any, context: SerdeContext) => Promise<any>;
10
+ /**
11
+ * @internal
12
+ */
13
+ export declare const loadRestXmlErrorCode: (output: HttpResponse, data: any) => string | undefined;
@@ -1 +1,6 @@
1
- export declare function simpleFormatXml(xml: string): string;
1
+ /**
2
+ * Formats XML, for testing only.
3
+ * @internal
4
+ * @deprecated don't use in runtime code.
5
+ */
6
+ export declare function simpleFormatXml(xml: string): string;
@@ -1,3 +1,3 @@
1
- export { build, parse, validate } from "./util-arn-parser/arn";
2
- export { ARN } from "./util-arn-parser/arn";
3
- export { formatUrl } from "./util-format-url/format-url";
1
+ export { build, parse, validate } from "./util-arn-parser/arn";
2
+ export { ARN } from "./util-arn-parser/arn";
3
+ export { formatUrl } from "./util-format-url/format-url";
@@ -1,14 +1,32 @@
1
- export interface ARN {
2
- partition: string;
3
- service: string;
4
- region: string;
5
- accountId: string;
6
- resource: string;
7
- }
8
- export declare const validate: (str: any) => boolean;
9
- export declare const parse: (arn: string) => ARN;
10
- type buildOptions = Pick<ARN, Exclude<keyof ARN, "partition">> & {
11
- partition?: string;
12
- };
13
- export declare const build: (arnObject: buildOptions) => string;
14
- export {};
1
+ /**
2
+ * @internal
3
+ */
4
+ export interface ARN {
5
+ partition: string;
6
+ service: string;
7
+ region: string;
8
+ accountId: string;
9
+ resource: string;
10
+ }
11
+ /**
12
+ * Validate whether a string is an ARN.
13
+ * @internal
14
+ */
15
+ export declare const validate: (str: any) => boolean;
16
+ /**
17
+ * Parse an ARN string into structure with partition, service, region, accountId and resource values
18
+ * @internal
19
+ */
20
+ export declare const parse: (arn: string) => ARN;
21
+ /**
22
+ * @internal
23
+ */
24
+ type buildOptions = Pick<ARN, Exclude<keyof ARN, "partition">> & {
25
+ partition?: string;
26
+ };
27
+ /**
28
+ * Build an ARN with service, partition, region, accountId, and resources strings
29
+ * @internal
30
+ */
31
+ export declare const build: (arnObject: buildOptions) => string;
32
+ export {};
@@ -1,4 +1,2 @@
1
- import { HttpRequest } from "@smithy/types";
2
- export declare function formatUrl(
3
- request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>,
4
- ): string;
1
+ import { HttpRequest } from "@smithy/types";
2
+ export declare function formatUrl(request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>): string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.976.0",
3
+ "version": "3.977.1",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,8 @@
33
33
  "main": "./dist-cjs/index.js",
34
34
  "module": "./dist-es/index.js",
35
35
  "browser": {
36
- "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.browser.js"
36
+ "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.browser.js",
37
+ "./dist-es/submodules/httpAuthSchemes/index.js": "./dist-es/submodules/httpAuthSchemes/index.browser.js"
37
38
  },
38
39
  "types": "./dist-types/index.d.ts",
39
40
  "typesVersions": {
@@ -47,7 +48,8 @@
47
48
  }
48
49
  },
49
50
  "react-native": {
50
- "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js"
51
+ "./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js",
52
+ "./dist-es/submodules/httpAuthSchemes/index.js": "./dist-es/submodules/httpAuthSchemes/index.browser.js"
51
53
  },
52
54
  "exports": {
53
55
  ".": {
@@ -74,6 +76,8 @@
74
76
  },
75
77
  "./httpAuthSchemes": {
76
78
  "types": "./dist-types/submodules/httpAuthSchemes/index.d.ts",
79
+ "react-native": "./dist-es/submodules/httpAuthSchemes/index.browser.js",
80
+ "browser": "./dist-es/submodules/httpAuthSchemes/index.browser.js",
77
81
  "module": "./dist-es/submodules/httpAuthSchemes/index.js",
78
82
  "node": "./dist-cjs/submodules/httpAuthSchemes/index.js",
79
83
  "import": "./dist-es/submodules/httpAuthSchemes/index.js",
@@ -121,10 +125,10 @@
121
125
  },
122
126
  "dependencies": {
123
127
  "@aws-sdk/types": "^3.974.2",
124
- "@aws-sdk/xml-builder": "^3.972.36",
128
+ "@aws-sdk/xml-builder": "^3.972.37",
125
129
  "@aws/lambda-invoke-store": "^0.3.0",
126
- "@smithy/core": "^3.29.4",
127
- "@smithy/signature-v4": "^5.6.5",
130
+ "@smithy/core": "^3.29.8",
131
+ "@smithy/signature-v4": "^5.6.9",
128
132
  "@smithy/types": "^4.16.1",
129
133
  "bowser": "^2.11.0",
130
134
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.60",
3
+ "version": "3.972.61",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,9 +43,9 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.976.0",
46
+ "@aws-sdk/core": "^3.977.0",
47
47
  "@aws-sdk/types": "^3.974.2",
48
- "@smithy/core": "^3.29.4",
48
+ "@smithy/core": "^3.29.8",
49
49
  "@smithy/types": "^4.16.1",
50
50
  "tslib": "^2.6.2"
51
51
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.62",
3
+ "version": "3.972.63",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "keywords": [
6
6
  "aws",
@@ -53,11 +53,11 @@
53
53
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
54
54
  },
55
55
  "dependencies": {
56
- "@aws-sdk/core": "^3.976.0",
56
+ "@aws-sdk/core": "^3.977.0",
57
57
  "@aws-sdk/types": "^3.974.2",
58
- "@smithy/core": "^3.29.4",
59
- "@smithy/fetch-http-handler": "^5.6.6",
60
- "@smithy/node-http-handler": "^4.9.6",
58
+ "@smithy/core": "^3.29.8",
59
+ "@smithy/fetch-http-handler": "^5.6.10",
60
+ "@smithy/node-http-handler": "^4.9.10",
61
61
  "@smithy/types": "^4.16.1",
62
62
  "tslib": "^2.6.2"
63
63
  },