@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.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +40 -40
- package/node_modules/@aws-sdk/client-sso/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +38 -38
- package/node_modules/@aws-sdk/client-sts/package.json +38 -38
- package/node_modules/@aws-sdk/core/README.md +35 -1
- package/node_modules/@aws-sdk/core/client.js +5 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +5 -437
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +38 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +226 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +44 -7
- package/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +8 -9
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +4 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +3 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +3 -4
- package/node_modules/@smithy/config-resolver/package.json +6 -7
- package/node_modules/@smithy/core/package.json +10 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -8
- package/node_modules/@smithy/fetch-http-handler/README.md +7 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -9
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +11 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +8 -25
- package/node_modules/@smithy/hash-node/package.json +6 -7
- package/node_modules/@smithy/invalid-dependency/package.json +2 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -6
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -9
- package/node_modules/@smithy/middleware-retry/package.json +10 -11
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-serde/package.json +4 -5
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -4
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +2 -1
- package/node_modules/@smithy/node-config-provider/package.json +6 -7
- package/node_modules/@smithy/node-http-handler/README.md +5 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +46 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +39 -12
- package/node_modules/@smithy/node-http-handler/package.json +7 -8
- package/node_modules/@smithy/property-provider/package.json +3 -4
- package/node_modules/@smithy/protocol-http/package.json +3 -4
- package/node_modules/@smithy/querystring-builder/package.json +4 -5
- package/node_modules/@smithy/querystring-parser/package.json +3 -4
- package/node_modules/@smithy/service-error-classification/package.json +3 -4
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -5
- package/node_modules/@smithy/signature-v4/package.json +9 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +1 -1
- package/node_modules/@smithy/smithy-client/package.json +8 -9
- package/node_modules/@smithy/types/dist-types/client.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -1
- package/node_modules/@smithy/types/package.json +2 -3
- package/node_modules/@smithy/url-parser/package.json +3 -4
- package/node_modules/@smithy/util-base64/package.json +5 -6
- package/node_modules/@smithy/util-body-length-browser/package.json +1 -2
- package/node_modules/@smithy/util-body-length-node/package.json +3 -4
- package/node_modules/@smithy/util-buffer-from/package.json +4 -5
- package/node_modules/@smithy/util-config-provider/package.json +3 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +5 -6
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -3
- package/node_modules/@smithy/util-middleware/package.json +4 -5
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-retry/package.json +5 -6
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +8 -2
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +8 -2
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/package.json +13 -29
- package/node_modules/@smithy/util-uri-escape/package.json +2 -3
- package/node_modules/@smithy/util-utf8/package.json +3 -4
- package/node_modules/@smithy/util-waiter/package.json +4 -5
- package/package.json +4 -4
- package/node_modules/@aws-sdk/core/CHANGELOG.md +0 -315
- package/node_modules/@aws-sdk/core/api-extractor.json +0 -4
- package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +0 -1
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +0 -158
- package/node_modules/@aws-sdk/core/jest.config.integ.js +0 -4
- package/node_modules/@aws-sdk/core/jest.config.js +0 -6
- package/node_modules/@aws-sdk/core/scripts/lint.js +0 -24
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +0 -70
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +0 -26
- package/node_modules/@aws-sdk/core/src/client/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +0 -134
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +0 -2
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +0 -244
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +0 -1
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +0 -7
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +0 -17
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +0 -8
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +0 -37
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +0 -18
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +0 -32
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +0 -12
- package/node_modules/@aws-sdk/core/src/index.ts +0 -3
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +0 -76
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +0 -72
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +0 -5
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +0 -4
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +0 -30
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +0 -17
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +0 -60
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +0 -60
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +0 -64
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +0 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.json +0 -9
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +0 -1
- /package/node_modules/@aws-sdk/core/dist-es/{client → submodules/client}/emitWarningIfUnsupportedVersion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{client → submodules/client}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/coercing-serializers.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/common.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/index.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/awsExpectUnion.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/json/parseJsonBody.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-es/{protocols → submodules/protocols}/xml/parseXmlBody.js +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{client → submodules/client}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/{protocols → submodules/protocols}/xml/parseXmlBody.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/emitWarningIfUnsupportedVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{client → submodules/client}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getDateHeader.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getSkewCorrectedDate.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/getUpdatedSystemClockOffset.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{httpAuthSchemes → submodules/httpAuthSchemes}/utils/isClockSkewed.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/coercing-serializers.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/common.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/awsExpectUnion.d.ts +0 -0
- /package/node_modules/@aws-sdk/core/dist-types/ts3.4/{protocols → submodules/protocols}/json/parseJsonBody.d.ts +0 -0
- /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
|
-
|
269
|
-
|
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) =>
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
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
|
-
}
|
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 ??
|
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) =>
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
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": "
|
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": "^
|
29
|
-
"@smithy/protocol-http": "^
|
30
|
-
"@smithy/querystring-builder": "^
|
31
|
-
"@smithy/types": "^
|
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
|
-
"@
|
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": ">=
|
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": "
|
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": "^
|
25
|
+
"@smithy/types": "^3.0.0",
|
26
26
|
"tslib": "^2.6.2"
|
27
27
|
},
|
28
28
|
"engines": {
|
29
|
-
"node": ">=
|
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
|
+
"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": "^
|
26
|
+
"@smithy/types": "^3.0.0",
|
27
27
|
"tslib": "^2.6.2"
|
28
28
|
},
|
29
29
|
"engines": {
|
30
|
-
"node": ">=
|
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": "
|
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": "^
|
26
|
-
"@smithy/util-uri-escape": "^
|
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": ">=
|
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": "
|
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": "^
|
25
|
+
"@smithy/types": "^3.0.0",
|
26
26
|
"tslib": "^2.6.2"
|
27
27
|
},
|
28
28
|
"engines": {
|
29
|
-
"node": ">=
|
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": "
|
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": ">=
|
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": "^
|
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": "
|
3
|
+
"version": "3.0.0",
|
4
4
|
"dependencies": {
|
5
|
-
"@smithy/types": "^
|
5
|
+
"@smithy/types": "^3.0.0",
|
6
6
|
"tslib": "^2.6.2"
|
7
7
|
},
|
8
8
|
"devDependencies": {
|
9
|
-
"@
|
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": ">=
|
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": "
|
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": "^
|
28
|
-
"@smithy/types": "^
|
29
|
-
"@smithy/util-hex-encoding": "^
|
30
|
-
"@smithy/util-middleware": "^
|
31
|
-
"@smithy/util-uri-escape": "^
|
32
|
-
"@smithy/util-utf8": "^
|
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": "^
|
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": ">=
|
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("."))) <
|
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("."))) <
|
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": "
|
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": "^
|
27
|
-
"@smithy/middleware-stack": "^
|
28
|
-
"@smithy/protocol-http": "^
|
29
|
-
"@smithy/types": "^
|
30
|
-
"@smithy/util-stream": "^
|
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": ">=
|
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
|
-
"@
|
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.
|
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
|
-
|
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
|
-
|
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.
|
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": "
|
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": ">=
|
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": "
|
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": "^
|
26
|
-
"@smithy/types": "^
|
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",
|