@cdk8s/awscdk-resolver 0.0.100 → 0.0.102

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/package.json +40 -40
  4. package/node_modules/@aws-sdk/client-sso/package.json +36 -36
  5. package/node_modules/@aws-sdk/client-sso-oidc/package.json +38 -38
  6. package/node_modules/@aws-sdk/client-sts/package.json +38 -38
  7. package/node_modules/@aws-sdk/core/README.md +35 -1
  8. package/node_modules/@aws-sdk/core/client.js +5 -0
  9. package/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -437
  10. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
  11. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
  12. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  13. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
  15. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
  16. package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  17. package/node_modules/@aws-sdk/core/package.json +44 -7
  18. package/node_modules/@aws-sdk/core/protocols.js +5 -0
  19. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
  20. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  21. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
  22. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
  23. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
  24. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  25. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  26. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  27. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  28. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  29. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
  30. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -3
  31. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
  32. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  33. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
  34. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  35. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
  36. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  37. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
  38. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  39. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  40. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  41. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  42. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  43. package/node_modules/@aws-sdk/types/package.json +2 -2
  44. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  45. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
  46. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  47. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
  48. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  49. package/node_modules/@smithy/abort-controller/package.json +3 -4
  50. package/node_modules/@smithy/config-resolver/package.json +6 -7
  51. package/node_modules/@smithy/core/package.json +10 -10
  52. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
  53. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
  54. package/node_modules/@smithy/credential-provider-imds/package.json +7 -8
  55. package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
  56. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
  57. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
  58. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
  59. package/node_modules/@smithy/fetch-http-handler/package.json +8 -25
  60. package/node_modules/@smithy/hash-node/package.json +6 -7
  61. package/node_modules/@smithy/invalid-dependency/package.json +2 -3
  62. package/node_modules/@smithy/is-array-buffer/package.json +2 -3
  63. package/node_modules/@smithy/middleware-content-length/package.json +5 -6
  64. package/node_modules/@smithy/middleware-endpoint/package.json +8 -9
  65. package/node_modules/@smithy/middleware-retry/package.json +10 -11
  66. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
  67. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
  68. package/node_modules/@smithy/middleware-serde/package.json +4 -5
  69. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
  70. package/node_modules/@smithy/middleware-stack/package.json +3 -4
  71. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
  72. package/node_modules/@smithy/node-config-provider/package.json +6 -7
  73. package/node_modules/@smithy/node-http-handler/README.md +5 -0
  74. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
  75. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  76. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
  77. package/node_modules/@smithy/node-http-handler/package.json +7 -8
  78. package/node_modules/@smithy/property-provider/package.json +3 -4
  79. package/node_modules/@smithy/protocol-http/package.json +3 -4
  80. package/node_modules/@smithy/querystring-builder/package.json +4 -5
  81. package/node_modules/@smithy/querystring-parser/package.json +3 -4
  82. package/node_modules/@smithy/service-error-classification/package.json +3 -4
  83. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
  84. package/node_modules/@smithy/signature-v4/package.json +9 -10
  85. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  86. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
  87. package/node_modules/@smithy/smithy-client/package.json +8 -9
  88. package/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
  89. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
  90. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
  91. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
  92. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
  93. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
  94. package/node_modules/@smithy/types/package.json +2 -3
  95. package/node_modules/@smithy/url-parser/package.json +3 -4
  96. package/node_modules/@smithy/util-base64/package.json +5 -6
  97. package/node_modules/@smithy/util-body-length-browser/package.json +1 -2
  98. package/node_modules/@smithy/util-body-length-node/package.json +3 -4
  99. package/node_modules/@smithy/util-buffer-from/package.json +4 -5
  100. package/node_modules/@smithy/util-config-provider/package.json +3 -4
  101. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
  102. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
  103. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  104. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
  105. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
  106. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
  107. package/node_modules/@smithy/util-endpoints/package.json +5 -6
  108. package/node_modules/@smithy/util-hex-encoding/package.json +2 -3
  109. package/node_modules/@smithy/util-middleware/package.json +4 -5
  110. package/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
  111. package/node_modules/@smithy/util-retry/package.json +5 -6
  112. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
  113. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
  114. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  115. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
  116. package/node_modules/@smithy/util-stream/package.json +13 -29
  117. package/node_modules/@smithy/util-uri-escape/package.json +2 -3
  118. package/node_modules/@smithy/util-utf8/package.json +3 -4
  119. package/node_modules/@smithy/util-waiter/package.json +4 -5
  120. package/package.json +4 -4
  121. package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -315
  122. package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
  123. package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +0 -1
  124. package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
  125. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
  126. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
  127. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
  128. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
  129. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
  130. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  131. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
  132. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
  133. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
  134. package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
  135. package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
  136. package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
  137. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
  138. package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
  139. package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
  140. package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
  141. package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
  142. package/node_modules/@aws-sdk/core/jest.config.js +0 -6
  143. package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
  144. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
  145. package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -26
  146. package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
  147. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
  148. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
  149. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
  150. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
  151. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
  152. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
  153. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
  154. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
  155. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
  156. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
  157. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
  158. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
  159. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
  160. package/node_modules/@aws-sdk/core/src/index.ts +0 -3
  161. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
  162. package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
  163. package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
  164. package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
  165. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
  166. package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
  167. package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
  168. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +0 -60
  169. package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
  170. package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
  171. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
  172. package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
  173. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
  174. package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
  175. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
  176. /package/node_modules/@aws-sdk/core/dist-es/{client → submodules/client}/emitWarningIfUnsupportedVersion.js +0 -0
  177. /package/node_modules/@aws-sdk/core/dist-es/{client → submodules/client}/index.js +0 -0
  178. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.js +0 -0
  179. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.js +0 -0
  180. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.js +0 -0
  181. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
  182. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
  183. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
  184. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
  185. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
  186. /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
  187. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
  188. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
  189. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
  190. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
  191. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
  192. /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +0 -0
  193. /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
  194. /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/index.d.ts +0 -0
  195. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
  196. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
  197. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  198. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  199. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  200. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  201. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  202. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  203. /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  204. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  205. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
  206. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
  207. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  208. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  209. /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
  210. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
  211. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/index.d.ts +0 -0
  212. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
  213. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
  214. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
  215. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
  216. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
  217. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
  218. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
  219. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
  220. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
  221. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
  222. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
  223. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
  224. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
  225. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
  226. /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
@@ -264,9 +264,12 @@ var _NodeHttpHandler = class _NodeHttpHandler {
264
264
  }
265
265
  const isSSL = request.protocol === "https:";
266
266
  const agent = isSSL ? this.config.httpsAgent : this.config.httpAgent;
267
- socketCheckTimeoutId = setTimeout(() => {
268
- this.socketWarningTimestamp = _NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp);
269
- }, this.config.socketAcquisitionWarningTimeout ?? (this.config.requestTimeout ?? 2e3) + (this.config.connectionTimeout ?? 1e3));
267
+ socketCheckTimeoutId = setTimeout(
268
+ () => {
269
+ this.socketWarningTimestamp = _NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp);
270
+ },
271
+ this.config.socketAcquisitionWarningTimeout ?? (this.config.requestTimeout ?? 2e3) + (this.config.connectionTimeout ?? 1e3)
272
+ );
270
273
  const queryString = (0, import_querystring_builder.buildQueryString)(request.query || {});
271
274
  let auth = void 0;
272
275
  if (request.username != null || request.password != null) {
@@ -663,19 +666,47 @@ __name(_Collector, "Collector");
663
666
  var Collector = _Collector;
664
667
 
665
668
  // src/stream-collector/index.ts
666
- var streamCollector = /* @__PURE__ */ __name((stream) => new Promise((resolve, reject) => {
667
- const collector = new Collector();
668
- stream.pipe(collector);
669
- stream.on("error", (err) => {
670
- collector.end();
671
- reject(err);
672
- });
673
- collector.on("error", reject);
674
- collector.on("finish", function() {
675
- const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes));
676
- resolve(bytes);
669
+ var streamCollector = /* @__PURE__ */ __name((stream) => {
670
+ if (isReadableStreamInstance(stream)) {
671
+ return collectReadableStream(stream);
672
+ }
673
+ return new Promise((resolve, reject) => {
674
+ const collector = new Collector();
675
+ stream.pipe(collector);
676
+ stream.on("error", (err) => {
677
+ collector.end();
678
+ reject(err);
679
+ });
680
+ collector.on("error", reject);
681
+ collector.on("finish", function() {
682
+ const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes));
683
+ resolve(bytes);
684
+ });
677
685
  });
678
- }), "streamCollector");
686
+ }, "streamCollector");
687
+ var isReadableStreamInstance = /* @__PURE__ */ __name((stream) => typeof ReadableStream === "function" && stream instanceof ReadableStream, "isReadableStreamInstance");
688
+ async function collectReadableStream(stream) {
689
+ const chunks = [];
690
+ const reader = stream.getReader();
691
+ let isDone = false;
692
+ let length = 0;
693
+ while (!isDone) {
694
+ const { done, value } = await reader.read();
695
+ if (value) {
696
+ chunks.push(value);
697
+ length += value.length;
698
+ }
699
+ isDone = done;
700
+ }
701
+ const collected = new Uint8Array(length);
702
+ let offset = 0;
703
+ for (const chunk of chunks) {
704
+ collected.set(chunk, offset);
705
+ offset += chunk.length;
706
+ }
707
+ return collected;
708
+ }
709
+ __name(collectReadableStream, "collectReadableStream");
679
710
  // Annotate the CommonJS export names for ESM import in node:
680
711
 
681
712
  0 && (module.exports = {
@@ -107,7 +107,8 @@ export class NodeHttpHandler {
107
107
  const agent = isSSL ? this.config.httpsAgent : this.config.httpAgent;
108
108
  socketCheckTimeoutId = setTimeout(() => {
109
109
  this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp);
110
- }, this.config.socketAcquisitionWarningTimeout ?? (this.config.requestTimeout ?? 2000) + (this.config.connectionTimeout ?? 1000));
110
+ }, this.config.socketAcquisitionWarningTimeout ??
111
+ (this.config.requestTimeout ?? 2000) + (this.config.connectionTimeout ?? 1000));
111
112
  const queryString = buildQueryString(request.query || {});
112
113
  let auth = undefined;
113
114
  if (request.username != null || request.password != null) {
@@ -1,14 +1,41 @@
1
1
  import { Collector } from "./collector";
2
- export const streamCollector = (stream) => new Promise((resolve, reject) => {
3
- const collector = new Collector();
4
- stream.pipe(collector);
5
- stream.on("error", (err) => {
6
- collector.end();
7
- reject(err);
2
+ export const streamCollector = (stream) => {
3
+ if (isReadableStreamInstance(stream)) {
4
+ return collectReadableStream(stream);
5
+ }
6
+ return new Promise((resolve, reject) => {
7
+ const collector = new Collector();
8
+ stream.pipe(collector);
9
+ stream.on("error", (err) => {
10
+ collector.end();
11
+ reject(err);
12
+ });
13
+ collector.on("error", reject);
14
+ collector.on("finish", function () {
15
+ const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes));
16
+ resolve(bytes);
17
+ });
8
18
  });
9
- collector.on("error", reject);
10
- collector.on("finish", function () {
11
- const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes));
12
- resolve(bytes);
13
- });
14
- });
19
+ };
20
+ const isReadableStreamInstance = (stream) => typeof ReadableStream === "function" && stream instanceof ReadableStream;
21
+ async function collectReadableStream(stream) {
22
+ const chunks = [];
23
+ const reader = stream.getReader();
24
+ let isDone = false;
25
+ let length = 0;
26
+ while (!isDone) {
27
+ const { done, value } = await reader.read();
28
+ if (value) {
29
+ chunks.push(value);
30
+ length += value.length;
31
+ }
32
+ isDone = done;
33
+ }
34
+ const collected = new Uint8Array(length);
35
+ let offset = 0;
36
+ for (const chunk of chunks) {
37
+ collected.set(chunk, offset);
38
+ offset += chunk.length;
39
+ }
40
+ return collected;
41
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "2.5.0",
3
+ "version": "3.0.0",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -25,22 +25,21 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@smithy/abort-controller": "^2.2.0",
29
- "@smithy/protocol-http": "^3.3.0",
30
- "@smithy/querystring-builder": "^2.2.0",
31
- "@smithy/types": "^2.12.0",
28
+ "@smithy/abort-controller": "^3.0.0",
29
+ "@smithy/protocol-http": "^4.0.0",
30
+ "@smithy/querystring-builder": "^3.0.0",
31
+ "@smithy/types": "^3.0.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@tsconfig/recommended": "1.0.1",
36
- "@types/node": "^14.14.31",
35
+ "@types/node": "^16.18.96",
37
36
  "concurrently": "7.0.0",
38
37
  "downlevel-dts": "0.10.1",
39
38
  "rimraf": "3.0.2",
40
39
  "typedoc": "0.23.23"
41
40
  },
42
41
  "engines": {
43
- "node": ">=14.0.0"
42
+ "node": ">=16.0.0"
44
43
  },
45
44
  "typesVersions": {
46
45
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline property-provider",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^2.12.0",
25
+ "@smithy/types": "^3.0.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "engines": {
29
- "node": ">=14.0.0"
29
+ "node": ">=16.0.0"
30
30
  },
31
31
  "typesVersions": {
32
32
  "<4.0": {
@@ -45,7 +45,6 @@
45
45
  "directory": "packages/property-provider"
46
46
  },
47
47
  "devDependencies": {
48
- "@tsconfig/recommended": "1.0.1",
49
48
  "concurrently": "7.0.0",
50
49
  "downlevel-dts": "0.10.1",
51
50
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "3.3.0",
3
+ "version": "4.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^2.12.0",
26
+ "@smithy/types": "^3.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -46,7 +46,6 @@
46
46
  "directory": "packages/protocol-http"
47
47
  },
48
48
  "devDependencies": {
49
- "@tsconfig/recommended": "1.0.1",
50
49
  "concurrently": "7.0.0",
51
50
  "downlevel-dts": "0.10.1",
52
51
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-builder",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^2.12.0",
26
- "@smithy/util-uri-escape": "^2.2.0",
25
+ "@smithy/types": "^3.0.0",
26
+ "@smithy/util-uri-escape": "^3.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<4.0": {
@@ -46,7 +46,6 @@
46
46
  "directory": "packages/querystring-builder"
47
47
  },
48
48
  "devDependencies": {
49
- "@tsconfig/recommended": "1.0.1",
50
49
  "concurrently": "7.0.0",
51
50
  "downlevel-dts": "0.10.1",
52
51
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-parser",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^2.12.0",
25
+ "@smithy/types": "^3.0.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "engines": {
29
- "node": ">=14.0.0"
29
+ "node": ">=16.0.0"
30
30
  },
31
31
  "typesVersions": {
32
32
  "<4.0": {
@@ -45,7 +45,6 @@
45
45
  "directory": "packages/querystring-parser"
46
46
  },
47
47
  "devDependencies": {
48
- "@tsconfig/recommended": "1.0.1",
49
48
  "concurrently": "7.0.0",
50
49
  "downlevel-dts": "0.10.1",
51
50
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "2.1.5",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-error-classification",
@@ -22,14 +22,13 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "devDependencies": {
25
- "@tsconfig/recommended": "1.0.1",
26
25
  "concurrently": "7.0.0",
27
26
  "downlevel-dts": "0.10.1",
28
27
  "rimraf": "3.0.2",
29
28
  "typedoc": "0.23.23"
30
29
  },
31
30
  "engines": {
32
- "node": ">=14.0.0"
31
+ "node": ">=16.0.0"
33
32
  },
34
33
  "typesVersions": {
35
34
  "<4.0": {
@@ -54,6 +53,6 @@
54
53
  "directory": ".release/package"
55
54
  },
56
55
  "dependencies": {
57
- "@smithy/types": "^2.12.0"
56
+ "@smithy/types": "^3.0.0"
58
57
  }
59
58
  }
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "2.4.0",
3
+ "version": "3.0.0",
4
4
  "dependencies": {
5
- "@smithy/types": "^2.12.0",
5
+ "@smithy/types": "^3.0.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
9
- "@tsconfig/recommended": "1.0.1",
10
- "@types/node": "^14.14.31",
9
+ "@types/node": "^16.18.96",
11
10
  "concurrently": "7.0.0",
12
11
  "downlevel-dts": "0.10.1",
13
12
  "rimraf": "3.0.2",
@@ -45,7 +44,7 @@
45
44
  "./dist-es/slurpFile": false
46
45
  },
47
46
  "engines": {
48
- "node": ">=14.0.0"
47
+ "node": ">=16.0.0"
49
48
  },
50
49
  "typesVersions": {
51
50
  "<4.0": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "2.3.0",
3
+ "version": "3.0.0",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,25 +24,24 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/is-array-buffer": "^2.2.0",
28
- "@smithy/types": "^2.12.0",
29
- "@smithy/util-hex-encoding": "^2.2.0",
30
- "@smithy/util-middleware": "^2.2.0",
31
- "@smithy/util-uri-escape": "^2.2.0",
32
- "@smithy/util-utf8": "^2.3.0",
27
+ "@smithy/is-array-buffer": "^3.0.0",
28
+ "@smithy/types": "^3.0.0",
29
+ "@smithy/util-hex-encoding": "^3.0.0",
30
+ "@smithy/util-middleware": "^3.0.0",
31
+ "@smithy/util-uri-escape": "^3.0.0",
32
+ "@smithy/util-utf8": "^3.0.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@aws-crypto/sha256-js": "3.0.0",
37
- "@smithy/protocol-http": "^3.3.0",
38
- "@tsconfig/recommended": "1.0.1",
37
+ "@smithy/protocol-http": "^4.0.0",
39
38
  "concurrently": "7.0.0",
40
39
  "downlevel-dts": "0.10.1",
41
40
  "rimraf": "3.0.2",
42
41
  "typedoc": "0.23.23"
43
42
  },
44
43
  "engines": {
45
- "node": ">=14.0.0"
44
+ "node": ">=16.0.0"
46
45
  },
47
46
  "typesVersions": {
48
47
  "<4.0": {
@@ -885,7 +885,7 @@ var loadConfigsForDefaultMode = /* @__PURE__ */ __name((mode) => {
885
885
  // src/emitWarningIfUnsupportedVersion.ts
886
886
  var warningEmitted = false;
887
887
  var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
888
- if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) {
888
+ if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
889
889
  warningEmitted = true;
890
890
  }
891
891
  }, "emitWarningIfUnsupportedVersion");
@@ -1,6 +1,6 @@
1
1
  let warningEmitted = false;
2
2
  export const emitWarningIfUnsupportedVersion = (version) => {
3
- if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) {
3
+ if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 16) {
4
4
  warningEmitted = true;
5
5
  }
6
6
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "2.5.1",
3
+ "version": "3.0.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline smithy-client",
@@ -23,15 +23,15 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/middleware-endpoint": "^2.5.1",
27
- "@smithy/middleware-stack": "^2.2.0",
28
- "@smithy/protocol-http": "^3.3.0",
29
- "@smithy/types": "^2.12.0",
30
- "@smithy/util-stream": "^2.2.0",
26
+ "@smithy/middleware-endpoint": "^3.0.0",
27
+ "@smithy/middleware-stack": "^3.0.0",
28
+ "@smithy/protocol-http": "^4.0.0",
29
+ "@smithy/types": "^3.0.0",
30
+ "@smithy/util-stream": "^3.0.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
34
- "node": ">=14.0.0"
34
+ "node": ">=16.0.0"
35
35
  },
36
36
  "typesVersions": {
37
37
  "<4.0": {
@@ -50,8 +50,7 @@
50
50
  "directory": "packages/smithy-client"
51
51
  },
52
52
  "devDependencies": {
53
- "@tsconfig/recommended": "1.0.1",
54
- "@types/node": "^14.14.31",
53
+ "@types/node": "^16.18.96",
55
54
  "concurrently": "7.0.0",
56
55
  "downlevel-dts": "0.10.1",
57
56
  "rimraf": "3.0.2",
@@ -31,6 +31,18 @@ export interface InvokeMethod<InputType extends object, OutputType extends Metad
31
31
  (input: InputType, options: any, cb: (err: any, data?: OutputType) => void): void;
32
32
  (input: InputType, options?: any, cb?: (err: any, data?: OutputType) => void): Promise<OutputType> | void;
33
33
  }
34
+ /**
35
+ * @public
36
+ *
37
+ * Signature that appears on aggregated clients' methods when argument is optional.
38
+ */
39
+ export interface InvokeMethodOptionalArgs<InputType extends object, OutputType extends MetadataBearer> {
40
+ (): Promise<OutputType>;
41
+ (input: InputType, options?: any): Promise<OutputType>;
42
+ (input: InputType, cb: (err: any, data?: OutputType) => void): void;
43
+ (input: InputType, options: any, cb: (err: any, data?: OutputType) => void): void;
44
+ (input: InputType, options?: any, cb?: (err: any, data?: OutputType) => void): Promise<OutputType> | void;
45
+ }
34
46
  /**
35
47
  * A general interface for service clients, idempotent to browser or node clients
36
48
  * This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/main/packages/smithy-client/src/client.ts).
@@ -34,7 +34,7 @@ export interface HttpResponse extends HttpMessage {
34
34
  * @public
35
35
  *
36
36
  * Represents an HTTP message with headers and an optional static or streaming
37
- * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
37
+ * body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
38
38
  */
39
39
  export interface HttpMessage {
40
40
  headers: HeaderBag;
@@ -1,4 +1,4 @@
1
- import type { InvokeFunction, InvokeMethod } from "../client";
1
+ import type { InvokeFunction, InvokeMethod, InvokeMethodOptionalArgs } from "../client";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -46,8 +46,8 @@ export type RecursiveRequired<T> = T extends Function ? T : [T] extends [object]
46
46
  */
47
47
  type NarrowClientIOTypes<ClientType extends object> = {
48
48
  [key in keyof ClientType]: [ClientType[key]] extends [
49
- InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
50
- ] ? InvokeFunction<NoUndefined<InputTypes>, NoUndefined<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : ClientType[key];
49
+ InvokeMethodOptionalArgs<infer FunctionInputTypes, infer FunctionOutputTypes>
50
+ ] ? InvokeMethodOptionalArgs<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : [ClientType[key]] extends [InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>] ? InvokeFunction<NoUndefined<InputTypes>, NoUndefined<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : ClientType[key];
51
51
  };
52
52
  /**
53
53
  * @internal
@@ -56,7 +56,7 @@ type NarrowClientIOTypes<ClientType extends object> = {
56
56
  */
57
57
  type UncheckedClientOutputTypes<ClientType extends object> = {
58
58
  [key in keyof ClientType]: [ClientType[key]] extends [
59
- InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
60
- ] ? InvokeFunction<NoUndefined<InputTypes>, RecursiveRequired<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : ClientType[key];
59
+ InvokeMethodOptionalArgs<infer FunctionInputTypes, infer FunctionOutputTypes>
60
+ ] ? InvokeMethodOptionalArgs<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : [ClientType[key]] extends [InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>] ? InvokeFunction<NoUndefined<InputTypes>, RecursiveRequired<OutputTypes>, ConfigType> : [ClientType[key]] extends [InvokeMethod<infer FunctionInputTypes, infer FunctionOutputTypes>] ? InvokeMethod<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : ClientType[key];
61
61
  };
62
62
  export {};
@@ -31,6 +31,18 @@ export interface InvokeMethod<InputType extends object, OutputType extends Metad
31
31
  (input: InputType, options: any, cb: (err: any, data?: OutputType) => void): void;
32
32
  (input: InputType, options?: any, cb?: (err: any, data?: OutputType) => void): Promise<OutputType> | void;
33
33
  }
34
+ /**
35
+ * @public
36
+ *
37
+ * Signature that appears on aggregated clients' methods when argument is optional.
38
+ */
39
+ export interface InvokeMethodOptionalArgs<InputType extends object, OutputType extends MetadataBearer> {
40
+ (): Promise<OutputType>;
41
+ (input: InputType, options?: any): Promise<OutputType>;
42
+ (input: InputType, cb: (err: any, data?: OutputType) => void): void;
43
+ (input: InputType, options: any, cb: (err: any, data?: OutputType) => void): void;
44
+ (input: InputType, options?: any, cb?: (err: any, data?: OutputType) => void): Promise<OutputType> | void;
45
+ }
34
46
  /**
35
47
  * A general interface for service clients, idempotent to browser or node clients
36
48
  * This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/main/packages/smithy-client/src/client.ts).
@@ -34,7 +34,7 @@ export interface HttpResponse extends HttpMessage {
34
34
  * @public
35
35
  *
36
36
  * Represents an HTTP message with headers and an optional static or streaming
37
- * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
37
+ * body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
38
38
  */
39
39
  export interface HttpMessage {
40
40
  headers: HeaderBag;
@@ -1,4 +1,4 @@
1
- import { InvokeFunction, InvokeMethod } from "../client";
1
+ import { InvokeFunction, InvokeMethod, InvokeMethodOptionalArgs } from "../client";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -55,6 +55,10 @@ export type RecursiveRequired<T> = T extends Function ? T : [
55
55
  type NarrowClientIOTypes<ClientType extends object> = {
56
56
  [key in keyof ClientType]: [
57
57
  ClientType[key]
58
+ ] extends [
59
+ InvokeMethodOptionalArgs<infer FunctionInputTypes, infer FunctionOutputTypes>
60
+ ] ? InvokeMethodOptionalArgs<NoUndefined<FunctionInputTypes>, NoUndefined<FunctionOutputTypes>> : [
61
+ ClientType[key]
58
62
  ] extends [
59
63
  InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
60
64
  ] ? InvokeFunction<NoUndefined<InputTypes>, NoUndefined<OutputTypes>, ConfigType> : [
@@ -71,6 +75,10 @@ type NarrowClientIOTypes<ClientType extends object> = {
71
75
  type UncheckedClientOutputTypes<ClientType extends object> = {
72
76
  [key in keyof ClientType]: [
73
77
  ClientType[key]
78
+ ] extends [
79
+ InvokeMethodOptionalArgs<infer FunctionInputTypes, infer FunctionOutputTypes>
80
+ ] ? InvokeMethodOptionalArgs<NoUndefined<FunctionInputTypes>, RecursiveRequired<FunctionOutputTypes>> : [
81
+ ClientType[key]
74
82
  ] extends [
75
83
  InvokeFunction<infer InputTypes, infer OutputTypes, infer ConfigType>
76
84
  ] ? InvokeFunction<NoUndefined<InputTypes>, RecursiveRequired<OutputTypes>, ConfigType> : [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "2.12.0",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline types",
@@ -27,7 +27,7 @@
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
30
- "node": ">=14.0.0"
30
+ "node": ">=16.0.0"
31
31
  },
32
32
  "typesVersions": {
33
33
  "<=4.0": {
@@ -46,7 +46,6 @@
46
46
  "directory": "packages/types"
47
47
  },
48
48
  "devDependencies": {
49
- "@tsconfig/recommended": "1.0.1",
50
49
  "concurrently": "7.0.0",
51
50
  "downlevel-dts": "0.10.1",
52
51
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "2.2.0",
3
+ "version": "3.0.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline url-parser",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/querystring-parser": "^2.2.0",
26
- "@smithy/types": "^2.12.0",
25
+ "@smithy/querystring-parser": "^3.0.0",
26
+ "@smithy/types": "^3.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "typesVersions": {
@@ -43,7 +43,6 @@
43
43
  "directory": "packages/url-parser"
44
44
  },
45
45
  "devDependencies": {
46
- "@tsconfig/recommended": "1.0.1",
47
46
  "concurrently": "7.0.0",
48
47
  "downlevel-dts": "0.10.1",
49
48
  "rimraf": "3.0.2",