@cdk8s/awscdk-resolver 0.0.643 → 0.0.644
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/dist-cjs/index.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +856 -57
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +6 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.js → codec-v2/JsonShapeDeserializer2.js} +38 -18
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.js → codec-v2/JsonShapeSerializer2.js} +66 -60
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/BufferJsonShapeDeserializer.d.ts → codec-v2/JsonShapeDeserializer2.d.ts} +4 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{experimental/ByteJsonShapeSerializer.d.ts → codec-v2/JsonShapeSerializer2.d.ts} +19 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +61 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +13 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +4 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +5 -14
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +107 -47
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +112 -39
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +107 -48
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +13 -14
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +25 -35
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +14 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +2 -10
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +16 -20
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +21 -44
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/constants.d.ts +7 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/encode-features.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +18 -18
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/awsRegionConfig.d.ts +8 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +14 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.browser.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +7 -14
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.native.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +6 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -12
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/aws.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/parseArn.d.ts +2 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +28 -38
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -638
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/isIpAddress.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +29 -56
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveEndpoint.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointError.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/shared.d.ts +12 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/configurations.d.ts +4 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +7 -14
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +18 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +13 -18
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/crt-availability.d.ts +3 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +17 -28
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.d.ts +2 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/is-crt-available.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +4 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +9 -10
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -44
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +2 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +13 -38
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +57 -133
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +32 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +2 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +6 -26
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +4 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -9
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -8
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +40 -74
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -24
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -25
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -18
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +30 -22
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -22
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -22
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -29
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -36
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -7
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonCodec.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeDeserializer.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonShapeSerializer.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -15
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -11
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +14 -22
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -49
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -16
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -31
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -14
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -20
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -21
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +4 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -6
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -32
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -2
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1561 -337
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +113 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +103 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +621 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +602 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -27
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -1
- package/node_modules/@smithy/core/package.json +2 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/package.json +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +0 -19
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +0 -13
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +0 -28
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/BufferJsonShapeDeserializer.d.ts +0 -29
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/ByteJsonShapeSerializer.d.ts +0 -57
|
@@ -193,56 +193,6 @@ class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
const _toStr = (val) => {
|
|
197
|
-
if (val == null) {
|
|
198
|
-
return val;
|
|
199
|
-
}
|
|
200
|
-
if (typeof val === "number" || typeof val === "bigint") {
|
|
201
|
-
const warning = new Error(`Received number ${val} where a string was expected.`);
|
|
202
|
-
warning.name = "Warning";
|
|
203
|
-
console.warn(warning);
|
|
204
|
-
return String(val);
|
|
205
|
-
}
|
|
206
|
-
if (typeof val === "boolean") {
|
|
207
|
-
const warning = new Error(`Received boolean ${val} where a string was expected.`);
|
|
208
|
-
warning.name = "Warning";
|
|
209
|
-
console.warn(warning);
|
|
210
|
-
return String(val);
|
|
211
|
-
}
|
|
212
|
-
return val;
|
|
213
|
-
};
|
|
214
|
-
const _toBool = (val) => {
|
|
215
|
-
if (val == null) {
|
|
216
|
-
return val;
|
|
217
|
-
}
|
|
218
|
-
if (typeof val === "string") {
|
|
219
|
-
const lowercase = val.toLowerCase();
|
|
220
|
-
if (val !== "" && lowercase !== "false" && lowercase !== "true") {
|
|
221
|
-
const warning = new Error(`Received string "${val}" where a boolean was expected.`);
|
|
222
|
-
warning.name = "Warning";
|
|
223
|
-
console.warn(warning);
|
|
224
|
-
}
|
|
225
|
-
return val !== "" && lowercase !== "false";
|
|
226
|
-
}
|
|
227
|
-
return val;
|
|
228
|
-
};
|
|
229
|
-
const _toNum = (val) => {
|
|
230
|
-
if (val == null) {
|
|
231
|
-
return val;
|
|
232
|
-
}
|
|
233
|
-
if (typeof val === "string") {
|
|
234
|
-
const num = Number(val);
|
|
235
|
-
if (num.toString() !== val) {
|
|
236
|
-
const warning = new Error(`Received string "${val}" where a number was expected.`);
|
|
237
|
-
warning.name = "Warning";
|
|
238
|
-
console.warn(warning);
|
|
239
|
-
return val;
|
|
240
|
-
}
|
|
241
|
-
return num;
|
|
242
|
-
}
|
|
243
|
-
return val;
|
|
244
|
-
};
|
|
245
|
-
|
|
246
196
|
class SerdeContextConfig {
|
|
247
197
|
serdeContext;
|
|
248
198
|
setSerdeContext(serdeContext) {
|
|
@@ -1062,15 +1012,801 @@ class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
|
1062
1012
|
}
|
|
1063
1013
|
}
|
|
1064
1014
|
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1015
|
+
class JsonShapeDeserializer2 extends SerdeContextConfig {
|
|
1016
|
+
settings;
|
|
1017
|
+
constructor(settings) {
|
|
1018
|
+
super();
|
|
1019
|
+
this.settings = settings;
|
|
1068
1020
|
}
|
|
1069
|
-
|
|
1070
|
-
|
|
1021
|
+
async read(schema, data) {
|
|
1022
|
+
const reviver = needsReviver(schema) ? jsonReviver : undefined;
|
|
1023
|
+
let parsed;
|
|
1024
|
+
if (typeof data === "string") {
|
|
1025
|
+
if (data.length === 0) {
|
|
1026
|
+
return {};
|
|
1027
|
+
}
|
|
1028
|
+
parsed = JSON.parse(data, reviver);
|
|
1029
|
+
}
|
|
1030
|
+
else if (data instanceof Uint8Array && detectBufferParsing()) {
|
|
1031
|
+
if (data.byteLength === 0) {
|
|
1032
|
+
return {};
|
|
1033
|
+
}
|
|
1034
|
+
const buf = Buffer.isBuffer(data) ? data : Buffer.from(data.buffer, data.byteOffset, data.byteLength);
|
|
1035
|
+
parsed = JSON.parse(buf, reviver);
|
|
1036
|
+
}
|
|
1037
|
+
else {
|
|
1038
|
+
parsed = await parseJsonBody(data, this.serdeContext, schema);
|
|
1039
|
+
}
|
|
1040
|
+
return this._read(schema, parsed);
|
|
1071
1041
|
}
|
|
1072
|
-
|
|
1073
|
-
|
|
1042
|
+
readObject(schema, data) {
|
|
1043
|
+
return this._read(schema, data);
|
|
1044
|
+
}
|
|
1045
|
+
_read(schema, value) {
|
|
1046
|
+
const isObject = value !== null && typeof value === "object";
|
|
1047
|
+
const ns = NormalizedSchema.of(schema);
|
|
1048
|
+
if (isObject) {
|
|
1049
|
+
if (ns.isStructSchema()) {
|
|
1050
|
+
return this._readStruct(ns, value);
|
|
1051
|
+
}
|
|
1052
|
+
if (Array.isArray(value) && ns.isListSchema()) {
|
|
1053
|
+
const listMember = ns.getValueSchema();
|
|
1054
|
+
if (this.needsTransform(listMember)) {
|
|
1055
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1056
|
+
value[i] = this._read(listMember, value[i]);
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
return value;
|
|
1060
|
+
}
|
|
1061
|
+
if (ns.isMapSchema()) {
|
|
1062
|
+
const mapMember = ns.getValueSchema();
|
|
1063
|
+
const map = value;
|
|
1064
|
+
if (this.needsTransform(mapMember)) {
|
|
1065
|
+
for (const k in map) {
|
|
1066
|
+
if (k === "__proto__") {
|
|
1067
|
+
writeKey(map);
|
|
1068
|
+
}
|
|
1069
|
+
map[k] = this._read(mapMember, map[k]);
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
return map;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
if (ns.isBlobSchema() && typeof value === "string") {
|
|
1076
|
+
return fromBase64(value);
|
|
1077
|
+
}
|
|
1078
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
1079
|
+
if (ns.isStringSchema() && typeof value === "string" && mediaType) {
|
|
1080
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
1081
|
+
if (isJson) {
|
|
1082
|
+
return LazyJsonString.from(value);
|
|
1083
|
+
}
|
|
1084
|
+
return value;
|
|
1085
|
+
}
|
|
1086
|
+
if (ns.isTimestampSchema() && value != null) {
|
|
1087
|
+
const format = determineTimestampFormat(ns, this.settings);
|
|
1088
|
+
switch (format) {
|
|
1089
|
+
case 5:
|
|
1090
|
+
return parseRfc3339DateTimeWithOffset(value);
|
|
1091
|
+
case 6:
|
|
1092
|
+
return parseRfc7231DateTime(value);
|
|
1093
|
+
case 7:
|
|
1094
|
+
return parseEpochTimestamp(value);
|
|
1095
|
+
default:
|
|
1096
|
+
console.warn("Missing timestamp format, parsing value with Date constructor:", value);
|
|
1097
|
+
return new Date(value);
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
if (ns.isBigIntegerSchema() && (typeof value === "number" || typeof value === "string")) {
|
|
1101
|
+
return BigInt(value);
|
|
1102
|
+
}
|
|
1103
|
+
if (ns.isBigDecimalSchema() && value != undefined) {
|
|
1104
|
+
if (value instanceof NumericValue) {
|
|
1105
|
+
return value;
|
|
1106
|
+
}
|
|
1107
|
+
const untyped = value;
|
|
1108
|
+
if (untyped.type === "bigDecimal" && "string" in untyped) {
|
|
1109
|
+
return new NumericValue(untyped.string, untyped.type);
|
|
1110
|
+
}
|
|
1111
|
+
return new NumericValue(String(value), "bigDecimal");
|
|
1112
|
+
}
|
|
1113
|
+
if (ns.isNumericSchema() && typeof value === "string") {
|
|
1114
|
+
switch (value) {
|
|
1115
|
+
case "Infinity":
|
|
1116
|
+
return Infinity;
|
|
1117
|
+
case "-Infinity":
|
|
1118
|
+
return -Infinity;
|
|
1119
|
+
case "NaN":
|
|
1120
|
+
return NaN;
|
|
1121
|
+
}
|
|
1122
|
+
return value;
|
|
1123
|
+
}
|
|
1124
|
+
if (ns.isDocumentSchema()) {
|
|
1125
|
+
if (isObject) {
|
|
1126
|
+
if (Array.isArray(value)) {
|
|
1127
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1128
|
+
const v = value[i];
|
|
1129
|
+
if (!(v instanceof NumericValue)) {
|
|
1130
|
+
value[i] = this._read(ns, v);
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
else {
|
|
1135
|
+
const doc = value;
|
|
1136
|
+
for (const k in doc) {
|
|
1137
|
+
if (k === "__proto__") {
|
|
1138
|
+
writeKey(doc);
|
|
1139
|
+
}
|
|
1140
|
+
const v = doc[k];
|
|
1141
|
+
if (!(v instanceof NumericValue)) {
|
|
1142
|
+
doc[k] = this._read(ns, v);
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
return value;
|
|
1149
|
+
}
|
|
1150
|
+
_readStruct(ns, record) {
|
|
1151
|
+
const union = ns.isUnionSchema();
|
|
1152
|
+
const out = {};
|
|
1153
|
+
let nameMap;
|
|
1154
|
+
const hasType = typeof record.__type === "string";
|
|
1155
|
+
const { jsonName } = this.settings;
|
|
1156
|
+
if (jsonName && hasType) {
|
|
1157
|
+
nameMap = {};
|
|
1158
|
+
}
|
|
1159
|
+
let unionSerde;
|
|
1160
|
+
if (union) {
|
|
1161
|
+
unionSerde = new UnionSerde(record, out);
|
|
1162
|
+
}
|
|
1163
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
1164
|
+
let fromKey = memberName;
|
|
1165
|
+
if (jsonName) {
|
|
1166
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
1167
|
+
if (hasType) {
|
|
1168
|
+
nameMap[fromKey] = memberName;
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
if (union) {
|
|
1172
|
+
unionSerde.mark(fromKey);
|
|
1173
|
+
}
|
|
1174
|
+
if (record[fromKey] != null) {
|
|
1175
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
if (union) {
|
|
1179
|
+
unionSerde.writeUnknown();
|
|
1180
|
+
}
|
|
1181
|
+
else if (hasType) {
|
|
1182
|
+
for (const k in record) {
|
|
1183
|
+
const v = record[k];
|
|
1184
|
+
const t = jsonName ? (nameMap[k] ?? k) : k;
|
|
1185
|
+
if (!(t in out)) {
|
|
1186
|
+
out[t] = v;
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
return out;
|
|
1191
|
+
}
|
|
1192
|
+
needsTransform(ns) {
|
|
1193
|
+
if (ns.isBlobSchema() || ns.isTimestampSchema() || ns.isBigIntegerSchema() || ns.isBigDecimalSchema()) {
|
|
1194
|
+
return true;
|
|
1195
|
+
}
|
|
1196
|
+
if (ns.isDocumentSchema() || ns.isStructSchema() || ns.isListSchema() || ns.isMapSchema()) {
|
|
1197
|
+
return true;
|
|
1198
|
+
}
|
|
1199
|
+
if (ns.isStringSchema() && ns.getMergedTraits().mediaType) {
|
|
1200
|
+
return true;
|
|
1201
|
+
}
|
|
1202
|
+
return false;
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
class JsonBytesStringAdapter extends Uint8Array {
|
|
1207
|
+
string = null;
|
|
1208
|
+
static allocUnsafe(bytes) {
|
|
1209
|
+
if (typeof Buffer === "function") {
|
|
1210
|
+
const buffer = Buffer.allocUnsafe(bytes);
|
|
1211
|
+
return new JsonBytesStringAdapter(buffer.buffer, buffer.byteOffset, buffer.byteLength);
|
|
1212
|
+
}
|
|
1213
|
+
return new JsonBytesStringAdapter(bytes);
|
|
1214
|
+
}
|
|
1215
|
+
toString() {
|
|
1216
|
+
return this.s();
|
|
1217
|
+
}
|
|
1218
|
+
valueOf() {
|
|
1219
|
+
return this.s();
|
|
1220
|
+
}
|
|
1221
|
+
includes(searchString, position) {
|
|
1222
|
+
if (typeof searchString === "string") {
|
|
1223
|
+
return this.s().includes(searchString, position);
|
|
1224
|
+
}
|
|
1225
|
+
return Uint8Array.prototype.includes.call(this, searchString, position);
|
|
1226
|
+
}
|
|
1227
|
+
indexOf(searchString, position) {
|
|
1228
|
+
if (typeof searchString === "string") {
|
|
1229
|
+
return this.s().indexOf(searchString, position);
|
|
1230
|
+
}
|
|
1231
|
+
return Uint8Array.prototype.indexOf.call(this, searchString, position);
|
|
1232
|
+
}
|
|
1233
|
+
lastIndexOf(searchString, position) {
|
|
1234
|
+
if (typeof searchString === "string") {
|
|
1235
|
+
return this.s().lastIndexOf(searchString, position);
|
|
1236
|
+
}
|
|
1237
|
+
const fn = Uint8Array.prototype.lastIndexOf;
|
|
1238
|
+
if (position !== undefined) {
|
|
1239
|
+
return fn.call(this, searchString, position);
|
|
1240
|
+
}
|
|
1241
|
+
return fn.call(this, searchString);
|
|
1242
|
+
}
|
|
1243
|
+
startsWith(searchString, position) {
|
|
1244
|
+
return this.s().startsWith(searchString, position);
|
|
1245
|
+
}
|
|
1246
|
+
endsWith(searchString, endPosition) {
|
|
1247
|
+
return this.s().endsWith(searchString, endPosition);
|
|
1248
|
+
}
|
|
1249
|
+
match(regexp) {
|
|
1250
|
+
return this.s().match(regexp);
|
|
1251
|
+
}
|
|
1252
|
+
replace(searchValue, replaceValue) {
|
|
1253
|
+
return this.s().replace(searchValue, replaceValue);
|
|
1254
|
+
}
|
|
1255
|
+
search(regexp) {
|
|
1256
|
+
return this.s().search(regexp);
|
|
1257
|
+
}
|
|
1258
|
+
split(separator, limit) {
|
|
1259
|
+
return this.s().split(separator, limit);
|
|
1260
|
+
}
|
|
1261
|
+
substring(start, end) {
|
|
1262
|
+
return this.s().substring(start, end);
|
|
1263
|
+
}
|
|
1264
|
+
trim() {
|
|
1265
|
+
return this.s().trim();
|
|
1266
|
+
}
|
|
1267
|
+
trimStart() {
|
|
1268
|
+
return this.s().trimStart();
|
|
1269
|
+
}
|
|
1270
|
+
trimEnd() {
|
|
1271
|
+
return this.s().trimEnd();
|
|
1272
|
+
}
|
|
1273
|
+
charAt(pos) {
|
|
1274
|
+
return this.s().charAt(pos);
|
|
1275
|
+
}
|
|
1276
|
+
charCodeAt(index) {
|
|
1277
|
+
return this.s().charCodeAt(index);
|
|
1278
|
+
}
|
|
1279
|
+
padStart(maxLength, fillString) {
|
|
1280
|
+
return this.s().padStart(maxLength, fillString);
|
|
1281
|
+
}
|
|
1282
|
+
padEnd(maxLength, fillString) {
|
|
1283
|
+
return this.s().padEnd(maxLength, fillString);
|
|
1284
|
+
}
|
|
1285
|
+
repeat(count) {
|
|
1286
|
+
return this.s().repeat(count);
|
|
1287
|
+
}
|
|
1288
|
+
toUpperCase() {
|
|
1289
|
+
return this.s().toUpperCase();
|
|
1290
|
+
}
|
|
1291
|
+
toLowerCase() {
|
|
1292
|
+
return this.s().toLowerCase();
|
|
1293
|
+
}
|
|
1294
|
+
s() {
|
|
1295
|
+
if (this.string == null) {
|
|
1296
|
+
const n = Date.now();
|
|
1297
|
+
if (n > warned + 60_000) {
|
|
1298
|
+
console.warn("@aws-sdk/core/protocols - WARN - JsonCodec2: you have called a string method on a Uint8Array request body. " +
|
|
1299
|
+
"It has been automatically converted to string. In a future version this will throw an error.");
|
|
1300
|
+
warned = n;
|
|
1301
|
+
}
|
|
1302
|
+
this.string = toUtf8(this);
|
|
1303
|
+
}
|
|
1304
|
+
return this.string;
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
var warned = 0;
|
|
1308
|
+
|
|
1309
|
+
const encoder = new TextEncoder();
|
|
1310
|
+
const OPEN_BRACE = 0x7b;
|
|
1311
|
+
const CLOSE_BRACE = 0x7d;
|
|
1312
|
+
const OPEN_BRACKET = 0x5b;
|
|
1313
|
+
const CLOSE_BRACKET = 0x5d;
|
|
1314
|
+
const QUOTE = 0x22;
|
|
1315
|
+
const COLON = 0x3a;
|
|
1316
|
+
const COMMA = 0x2c;
|
|
1317
|
+
const BACKSLASH = 0x5c;
|
|
1318
|
+
const TRUE = new Uint8Array([0x74, 0x72, 0x75, 0x65]);
|
|
1319
|
+
const FALSE = new Uint8Array([0x66, 0x61, 0x6c, 0x73, 0x65]);
|
|
1320
|
+
const NULL = new Uint8Array([0x6e, 0x75, 0x6c, 0x6c]);
|
|
1321
|
+
const ESCAPE_TABLE = new Array(128).fill(null);
|
|
1322
|
+
ESCAPE_TABLE[0x08] = "b";
|
|
1323
|
+
ESCAPE_TABLE[0x09] = "t";
|
|
1324
|
+
ESCAPE_TABLE[0x0a] = "n";
|
|
1325
|
+
ESCAPE_TABLE[0x0c] = "f";
|
|
1326
|
+
ESCAPE_TABLE[0x0d] = "r";
|
|
1327
|
+
ESCAPE_TABLE[0x22] = '"';
|
|
1328
|
+
ESCAPE_TABLE[0x5c] = "\\";
|
|
1329
|
+
for (let i = 0; i < 0x20; i++) {
|
|
1330
|
+
if (ESCAPE_TABLE[i] === null) {
|
|
1331
|
+
ESCAPE_TABLE[i] = "u00" + i.toString(16).padStart(2, "0");
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
const INITIAL_BUFFER_SIZE = 2048;
|
|
1335
|
+
function alloc(size) {
|
|
1336
|
+
return JsonBytesStringAdapter.allocUnsafe(size);
|
|
1337
|
+
}
|
|
1338
|
+
class JsonShapeSerializer2 extends SerdeContextConfig {
|
|
1339
|
+
settings;
|
|
1340
|
+
json;
|
|
1341
|
+
i = 0;
|
|
1342
|
+
rootSchema;
|
|
1343
|
+
rawValue;
|
|
1344
|
+
passthrough = false;
|
|
1345
|
+
constructor(settings) {
|
|
1346
|
+
super();
|
|
1347
|
+
this.settings = settings;
|
|
1348
|
+
this.json = alloc(INITIAL_BUFFER_SIZE);
|
|
1349
|
+
}
|
|
1350
|
+
write(schema, value) {
|
|
1351
|
+
this.i = 0;
|
|
1352
|
+
this.rawValue = value;
|
|
1353
|
+
this.rootSchema = NormalizedSchema.of(schema);
|
|
1354
|
+
this.passthrough = this.rootSchema.isBlobSchema() || this.rootSchema.isStringSchema();
|
|
1355
|
+
if (!this.passthrough) {
|
|
1356
|
+
this.writeValue(this.rootSchema, value, undefined);
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
writeDiscriminatedDocument(schema, value) {
|
|
1360
|
+
this.i = 0;
|
|
1361
|
+
this.rootSchema = NormalizedSchema.of(schema);
|
|
1362
|
+
const ns = this.rootSchema;
|
|
1363
|
+
if (ns.isStructSchema() && value != null && typeof value === "object") {
|
|
1364
|
+
this.writeValue(ns, value, undefined);
|
|
1365
|
+
const prefix = `"__type":"${ns.getName(true) ?? "Unknown"}",`;
|
|
1366
|
+
const z = prefix.length;
|
|
1367
|
+
this.ensure(z);
|
|
1368
|
+
this.json.copyWithin(1 + z, 1, this.i);
|
|
1369
|
+
encoder.encodeInto(prefix, this.json.subarray(1));
|
|
1370
|
+
this.i += z;
|
|
1371
|
+
}
|
|
1372
|
+
else {
|
|
1373
|
+
this.writeValue(ns, value, undefined);
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
flush() {
|
|
1377
|
+
this.rootSchema = undefined;
|
|
1378
|
+
const finalPosition = this.i;
|
|
1379
|
+
this.i = 0;
|
|
1380
|
+
const raw = this.rawValue;
|
|
1381
|
+
this.rawValue = undefined;
|
|
1382
|
+
if (finalPosition === 0) {
|
|
1383
|
+
return raw;
|
|
1384
|
+
}
|
|
1385
|
+
const result = this.json.subarray(0, finalPosition);
|
|
1386
|
+
this.json = alloc(INITIAL_BUFFER_SIZE);
|
|
1387
|
+
return result;
|
|
1388
|
+
}
|
|
1389
|
+
ensure(byteCount) {
|
|
1390
|
+
const { i, json } = this;
|
|
1391
|
+
if (i + byteCount > json.length) {
|
|
1392
|
+
let newSize = json.length * 2;
|
|
1393
|
+
while (newSize < i + byteCount) {
|
|
1394
|
+
newSize *= 2;
|
|
1395
|
+
}
|
|
1396
|
+
const next = alloc(newSize);
|
|
1397
|
+
next.set(this.json);
|
|
1398
|
+
this.json = next;
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
writeAscii(s) {
|
|
1402
|
+
const z = s.length;
|
|
1403
|
+
this.ensure(z);
|
|
1404
|
+
let { i, json } = this;
|
|
1405
|
+
for (let j = 0; j < z; ++j) {
|
|
1406
|
+
json[i] = s.charCodeAt(j);
|
|
1407
|
+
i += 1;
|
|
1408
|
+
}
|
|
1409
|
+
this.i = i;
|
|
1410
|
+
}
|
|
1411
|
+
writeAsciiQuoted(s) {
|
|
1412
|
+
const z = s.length;
|
|
1413
|
+
this.ensure(z + 4);
|
|
1414
|
+
let { json, i } = this;
|
|
1415
|
+
json[i++] = QUOTE;
|
|
1416
|
+
for (let j = 0; j < z; ++j) {
|
|
1417
|
+
json[i++] = s.charCodeAt(j);
|
|
1418
|
+
}
|
|
1419
|
+
json[i++] = QUOTE;
|
|
1420
|
+
this.i = i;
|
|
1421
|
+
}
|
|
1422
|
+
writeJsonString(s) {
|
|
1423
|
+
this.ensure(s.length * 3 + 2);
|
|
1424
|
+
this.json[this.i++] = QUOTE;
|
|
1425
|
+
const z = s.length;
|
|
1426
|
+
for (let j = 0; j < z; ++j) {
|
|
1427
|
+
const c = s.charCodeAt(j);
|
|
1428
|
+
if (c > 0x22 && c < 0x5c) {
|
|
1429
|
+
this.json[this.i++] = c;
|
|
1430
|
+
}
|
|
1431
|
+
else if (c < 0x80) {
|
|
1432
|
+
const esc = ESCAPE_TABLE[c];
|
|
1433
|
+
if (esc !== null) {
|
|
1434
|
+
this.ensure(esc.length + 1);
|
|
1435
|
+
this.json[this.i++] = BACKSLASH;
|
|
1436
|
+
for (let k = 0; k < esc.length; k++) {
|
|
1437
|
+
this.json[this.i++] = esc.charCodeAt(k);
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
else {
|
|
1441
|
+
this.json[this.i++] = c;
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
else if (c >= 0xd800 && c <= 0xdbff) {
|
|
1445
|
+
const next = j + 1 < z ? s.charCodeAt(j + 1) : 0;
|
|
1446
|
+
if (next >= 0xdc00 && next <= 0xdfff) {
|
|
1447
|
+
this.ensure(4);
|
|
1448
|
+
const { written } = encoder.encodeInto(s.substring(j, j + 2), this.json.subarray(this.i));
|
|
1449
|
+
this.i += written;
|
|
1450
|
+
++j;
|
|
1451
|
+
}
|
|
1452
|
+
else {
|
|
1453
|
+
this.ensure(6);
|
|
1454
|
+
this.writeUnicodeEscape(c);
|
|
1455
|
+
}
|
|
1456
|
+
}
|
|
1457
|
+
else if (c >= 0xdc00 && c <= 0xdfff) {
|
|
1458
|
+
this.ensure(6);
|
|
1459
|
+
this.writeUnicodeEscape(c);
|
|
1460
|
+
}
|
|
1461
|
+
else {
|
|
1462
|
+
let { i, json } = this;
|
|
1463
|
+
if (c < 0x800) {
|
|
1464
|
+
json[i++] = 0xc0 | (c >> 6);
|
|
1465
|
+
json[i++] = 0x80 | (c & 0x3f);
|
|
1466
|
+
}
|
|
1467
|
+
else {
|
|
1468
|
+
json[i++] = 0xe0 | (c >> 12);
|
|
1469
|
+
json[i++] = 0x80 | ((c >> 6) & 0x3f);
|
|
1470
|
+
json[i++] = 0x80 | (c & 0x3f);
|
|
1471
|
+
}
|
|
1472
|
+
this.i = i;
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
this.json[this.i++] = QUOTE;
|
|
1476
|
+
}
|
|
1477
|
+
writeUnicodeEscape(code) {
|
|
1478
|
+
let { json, i } = this;
|
|
1479
|
+
json[i++] = BACKSLASH;
|
|
1480
|
+
json[i++] = 0x75;
|
|
1481
|
+
const hex = code.toString(16).padStart(4, "0");
|
|
1482
|
+
for (let j = 0; j < 4; ++j) {
|
|
1483
|
+
json[i++] = hex.charCodeAt(j);
|
|
1484
|
+
}
|
|
1485
|
+
this.i = i;
|
|
1486
|
+
}
|
|
1487
|
+
static B64 = (() => {
|
|
1488
|
+
const chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
1489
|
+
const table = new Uint8Array(64);
|
|
1490
|
+
for (let i = 0; i < 64; ++i) {
|
|
1491
|
+
table[i] = chars.charCodeAt(i);
|
|
1492
|
+
}
|
|
1493
|
+
return table;
|
|
1494
|
+
})();
|
|
1495
|
+
writeBase64(data) {
|
|
1496
|
+
const b64Len = Math.ceil(data.length / 3) * 4;
|
|
1497
|
+
this.ensure(b64Len + 2);
|
|
1498
|
+
const json = this.json;
|
|
1499
|
+
const B64 = JsonShapeSerializer2.B64;
|
|
1500
|
+
let i = this.i;
|
|
1501
|
+
json[i++] = QUOTE;
|
|
1502
|
+
const len = data.length;
|
|
1503
|
+
const remainder = len % 3;
|
|
1504
|
+
const mainLen = len - remainder;
|
|
1505
|
+
for (let j = 0; j < mainLen; j += 3) {
|
|
1506
|
+
const a = data[j];
|
|
1507
|
+
const b = data[j + 1];
|
|
1508
|
+
const c = data[j + 2];
|
|
1509
|
+
json[i++] = B64[a >> 2];
|
|
1510
|
+
json[i++] = B64[((a & 0x03) << 4) | (b >> 4)];
|
|
1511
|
+
json[i++] = B64[((b & 0x0f) << 2) | (c >> 6)];
|
|
1512
|
+
json[i++] = B64[c & 0x3f];
|
|
1513
|
+
}
|
|
1514
|
+
if (remainder === 2) {
|
|
1515
|
+
const a = data[mainLen];
|
|
1516
|
+
const b = data[mainLen + 1];
|
|
1517
|
+
json[i++] = B64[a >> 2];
|
|
1518
|
+
json[i++] = B64[((a & 0x03) << 4) | (b >> 4)];
|
|
1519
|
+
json[i++] = B64[(b & 0x0f) << 2];
|
|
1520
|
+
json[i++] = 0x3d;
|
|
1521
|
+
}
|
|
1522
|
+
else if (remainder === 1) {
|
|
1523
|
+
const a = data[mainLen];
|
|
1524
|
+
json[i++] = B64[a >> 2];
|
|
1525
|
+
json[i++] = B64[(a & 0x03) << 4];
|
|
1526
|
+
json[i++] = 0x3d;
|
|
1527
|
+
json[i++] = 0x3d;
|
|
1528
|
+
}
|
|
1529
|
+
json[i++] = QUOTE;
|
|
1530
|
+
this.i = i;
|
|
1531
|
+
}
|
|
1532
|
+
writeValue(schema, value, container) {
|
|
1533
|
+
if (value == null) {
|
|
1534
|
+
if (container?.isStructSchema()) {
|
|
1535
|
+
if (value === undefined) {
|
|
1536
|
+
const ns = NormalizedSchema.of(schema);
|
|
1537
|
+
if (ns.isIdempotencyToken()) {
|
|
1538
|
+
this.writeAsciiQuoted(generateIdempotencyToken());
|
|
1539
|
+
return;
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
return;
|
|
1543
|
+
}
|
|
1544
|
+
this.ensure(4);
|
|
1545
|
+
this.json.set(NULL, this.i);
|
|
1546
|
+
this.i += 4;
|
|
1547
|
+
return;
|
|
1548
|
+
}
|
|
1549
|
+
const ns = NormalizedSchema.of(schema);
|
|
1550
|
+
const isObject = typeof value === "object";
|
|
1551
|
+
if (ns.isStringSchema()) {
|
|
1552
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
1553
|
+
if (mediaType) {
|
|
1554
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
1555
|
+
if (isJson) {
|
|
1556
|
+
this.writeJsonString(LazyJsonString.from(value).toString());
|
|
1557
|
+
return;
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
if (isObject) {
|
|
1562
|
+
if (ns.isStructSchema()) {
|
|
1563
|
+
this.writeStruct(ns, value);
|
|
1564
|
+
return;
|
|
1565
|
+
}
|
|
1566
|
+
if (Array.isArray(value) && (ns.isListSchema() || ns.isDocumentSchema())) {
|
|
1567
|
+
this.writeList(ns, value, ns.isDocumentSchema());
|
|
1568
|
+
return;
|
|
1569
|
+
}
|
|
1570
|
+
if (ns.isMapSchema()) {
|
|
1571
|
+
this.writeMap(ns, value, false);
|
|
1572
|
+
return;
|
|
1573
|
+
}
|
|
1574
|
+
if (value instanceof Uint8Array && (ns.isBlobSchema() || ns.isDocumentSchema())) {
|
|
1575
|
+
this.writeBase64(value);
|
|
1576
|
+
return;
|
|
1577
|
+
}
|
|
1578
|
+
if (value instanceof Date && (ns.isTimestampSchema() || ns.isDocumentSchema())) {
|
|
1579
|
+
this.writeTimestamp(ns, value);
|
|
1580
|
+
return;
|
|
1581
|
+
}
|
|
1582
|
+
if (value instanceof NumericValue) {
|
|
1583
|
+
this.writeAscii(value.string);
|
|
1584
|
+
return;
|
|
1585
|
+
}
|
|
1586
|
+
if (ns.isDocumentSchema()) {
|
|
1587
|
+
if (Array.isArray(value)) {
|
|
1588
|
+
this.writeList(ns, value, true);
|
|
1589
|
+
}
|
|
1590
|
+
else {
|
|
1591
|
+
this.writeMap(ns, value, true);
|
|
1592
|
+
}
|
|
1593
|
+
return;
|
|
1594
|
+
}
|
|
1595
|
+
const json = JSON.stringify(value);
|
|
1596
|
+
this.writeAscii(json);
|
|
1597
|
+
return;
|
|
1598
|
+
}
|
|
1599
|
+
if (typeof value === "string") {
|
|
1600
|
+
if (ns.isBlobSchema()) {
|
|
1601
|
+
const b64 = (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
1602
|
+
this.writeAsciiQuoted(b64);
|
|
1603
|
+
return;
|
|
1604
|
+
}
|
|
1605
|
+
this.writeJsonString(value);
|
|
1606
|
+
return;
|
|
1607
|
+
}
|
|
1608
|
+
if (typeof value === "number") {
|
|
1609
|
+
if (ns.isNumericSchema() && (Math.abs(value) === Infinity || isNaN(value))) {
|
|
1610
|
+
this.writeAsciiQuoted(String(value));
|
|
1611
|
+
return;
|
|
1612
|
+
}
|
|
1613
|
+
const numStr = String(value);
|
|
1614
|
+
this.writeAscii(numStr);
|
|
1615
|
+
return;
|
|
1616
|
+
}
|
|
1617
|
+
if (typeof value === "boolean") {
|
|
1618
|
+
this.ensure(5);
|
|
1619
|
+
let { i, json } = this;
|
|
1620
|
+
if (value) {
|
|
1621
|
+
json.set(TRUE, i);
|
|
1622
|
+
i += 4;
|
|
1623
|
+
}
|
|
1624
|
+
else {
|
|
1625
|
+
json.set(FALSE, i);
|
|
1626
|
+
i += 5;
|
|
1627
|
+
}
|
|
1628
|
+
this.i = i;
|
|
1629
|
+
return;
|
|
1630
|
+
}
|
|
1631
|
+
if (typeof value === "bigint") {
|
|
1632
|
+
this.writeAscii(value.toString());
|
|
1633
|
+
return;
|
|
1634
|
+
}
|
|
1635
|
+
this.writeAscii(String(value));
|
|
1636
|
+
}
|
|
1637
|
+
writeStruct(ns, value) {
|
|
1638
|
+
this.ensure(2);
|
|
1639
|
+
this.json[this.i++] = OPEN_BRACE;
|
|
1640
|
+
let wroteAny = false;
|
|
1641
|
+
const hasType = typeof value.__type === "string";
|
|
1642
|
+
let writtenKeys;
|
|
1643
|
+
if (hasType) {
|
|
1644
|
+
writtenKeys = new Set();
|
|
1645
|
+
}
|
|
1646
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
1647
|
+
const item = value[memberName];
|
|
1648
|
+
if (item == null && !memberSchema.isIdempotencyToken()) {
|
|
1649
|
+
continue;
|
|
1650
|
+
}
|
|
1651
|
+
if (wroteAny) {
|
|
1652
|
+
this.ensure(1);
|
|
1653
|
+
this.json[this.i++] = COMMA;
|
|
1654
|
+
}
|
|
1655
|
+
wroteAny = true;
|
|
1656
|
+
const targetKey = this.settings.jsonName ? (memberSchema.getMergedTraits().jsonName ?? memberName) : memberName;
|
|
1657
|
+
if (writtenKeys) {
|
|
1658
|
+
writtenKeys.add(memberName);
|
|
1659
|
+
writtenKeys.add(targetKey);
|
|
1660
|
+
}
|
|
1661
|
+
this.writeAsciiQuoted(targetKey);
|
|
1662
|
+
this.json[this.i++] = COLON;
|
|
1663
|
+
this.writeValue(memberSchema, item, ns);
|
|
1664
|
+
}
|
|
1665
|
+
if (!wroteAny && ns.isUnionSchema()) {
|
|
1666
|
+
const { $unknown } = value;
|
|
1667
|
+
if (Array.isArray($unknown)) {
|
|
1668
|
+
const [k, v] = $unknown;
|
|
1669
|
+
this.writeAsciiQuoted(k);
|
|
1670
|
+
this.ensure(1);
|
|
1671
|
+
this.json[this.i++] = COLON;
|
|
1672
|
+
this.writeValue(15, v, ns);
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
else if (hasType) {
|
|
1676
|
+
for (const k in value) {
|
|
1677
|
+
if (writtenKeys.has(k)) {
|
|
1678
|
+
continue;
|
|
1679
|
+
}
|
|
1680
|
+
writtenKeys.add(k);
|
|
1681
|
+
const v = value[k];
|
|
1682
|
+
if (wroteAny) {
|
|
1683
|
+
this.ensure(1);
|
|
1684
|
+
this.json[this.i++] = COMMA;
|
|
1685
|
+
}
|
|
1686
|
+
wroteAny = true;
|
|
1687
|
+
this.writeAsciiQuoted(k);
|
|
1688
|
+
this.ensure(1);
|
|
1689
|
+
this.json[this.i++] = COLON;
|
|
1690
|
+
this.writeValue(15, v, undefined);
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
this.ensure(1);
|
|
1694
|
+
this.json[this.i++] = CLOSE_BRACE;
|
|
1695
|
+
}
|
|
1696
|
+
writeList(ns, value, isDocument) {
|
|
1697
|
+
const sparse = !!ns.getMergedTraits().sparse;
|
|
1698
|
+
const valueSchema = ns.getValueSchema();
|
|
1699
|
+
if (!isDocument) {
|
|
1700
|
+
if (valueSchema.isStringSchema() || valueSchema.isNumericSchema() || valueSchema.isBooleanSchema()) {
|
|
1701
|
+
const json = sparse ? JSON.stringify(value) : JSON.stringify(value.filter((_) => _ != null));
|
|
1702
|
+
this.ensure(json.length * 3);
|
|
1703
|
+
this.i += encoder.encodeInto(json, this.json.subarray(this.i)).written;
|
|
1704
|
+
return;
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
this.ensure(2);
|
|
1708
|
+
this.json[this.i++] = OPEN_BRACKET;
|
|
1709
|
+
let wroteFirstItem = false;
|
|
1710
|
+
for (let i = 0; i < value.length; ++i) {
|
|
1711
|
+
const item = value[i];
|
|
1712
|
+
if (isDocument ? item === undefined : item == null && !sparse) {
|
|
1713
|
+
continue;
|
|
1714
|
+
}
|
|
1715
|
+
if (wroteFirstItem) {
|
|
1716
|
+
this.ensure(1);
|
|
1717
|
+
this.json[this.i++] = COMMA;
|
|
1718
|
+
}
|
|
1719
|
+
this.writeValue(valueSchema, item, undefined);
|
|
1720
|
+
wroteFirstItem = true;
|
|
1721
|
+
}
|
|
1722
|
+
this.ensure(1);
|
|
1723
|
+
this.json[this.i++] = CLOSE_BRACKET;
|
|
1724
|
+
}
|
|
1725
|
+
writeMap(ns, value, isDocument) {
|
|
1726
|
+
const sparse = !!ns.getMergedTraits().sparse;
|
|
1727
|
+
const valueSchema = ns.getValueSchema();
|
|
1728
|
+
if (!isDocument) {
|
|
1729
|
+
if (valueSchema.isStringSchema() || valueSchema.isNumericSchema() || valueSchema.isBooleanSchema()) {
|
|
1730
|
+
let input = value;
|
|
1731
|
+
if (sparse) {
|
|
1732
|
+
input = {};
|
|
1733
|
+
for (const k in value) {
|
|
1734
|
+
if (k === "__proto__") {
|
|
1735
|
+
writeKey(input);
|
|
1736
|
+
}
|
|
1737
|
+
input[k] = value[k] ?? null;
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
const json = JSON.stringify(input);
|
|
1741
|
+
this.ensure(json.length * 3);
|
|
1742
|
+
this.i += encoder.encodeInto(json, this.json.subarray(this.i)).written;
|
|
1743
|
+
return;
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
this.ensure(2);
|
|
1747
|
+
this.json[this.i++] = OPEN_BRACE;
|
|
1748
|
+
let first = true;
|
|
1749
|
+
for (const k in value) {
|
|
1750
|
+
const v = value[k];
|
|
1751
|
+
if (isDocument ? v === undefined : v == null && !sparse) {
|
|
1752
|
+
continue;
|
|
1753
|
+
}
|
|
1754
|
+
if (!first) {
|
|
1755
|
+
this.ensure(1);
|
|
1756
|
+
this.json[this.i++] = COMMA;
|
|
1757
|
+
}
|
|
1758
|
+
first = false;
|
|
1759
|
+
this.writeJsonString(k);
|
|
1760
|
+
this.ensure(1);
|
|
1761
|
+
this.json[this.i++] = COLON;
|
|
1762
|
+
this.writeValue(valueSchema, v, undefined);
|
|
1763
|
+
}
|
|
1764
|
+
this.ensure(1);
|
|
1765
|
+
this.json[this.i++] = CLOSE_BRACE;
|
|
1766
|
+
}
|
|
1767
|
+
writeTimestamp(ns, value) {
|
|
1768
|
+
const format = determineTimestampFormat(ns, this.settings);
|
|
1769
|
+
switch (format) {
|
|
1770
|
+
case 5: {
|
|
1771
|
+
const iso = value.toISOString().replace(".000Z", "Z");
|
|
1772
|
+
this.writeAsciiQuoted(iso);
|
|
1773
|
+
return;
|
|
1774
|
+
}
|
|
1775
|
+
case 6: {
|
|
1776
|
+
this.writeAsciiQuoted(dateToUtcString(value));
|
|
1777
|
+
return;
|
|
1778
|
+
}
|
|
1779
|
+
case 7: {
|
|
1780
|
+
const epochSecs = String(value.getTime() / 1000);
|
|
1781
|
+
this.writeAscii(epochSecs);
|
|
1782
|
+
return;
|
|
1783
|
+
}
|
|
1784
|
+
default: {
|
|
1785
|
+
const epochSecs = String(value.getTime() / 1000);
|
|
1786
|
+
this.writeAscii(epochSecs);
|
|
1787
|
+
return;
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
class JsonCodec2 extends SerdeContextConfig {
|
|
1794
|
+
settings;
|
|
1795
|
+
constructor(settings) {
|
|
1796
|
+
super();
|
|
1797
|
+
this.settings = settings;
|
|
1798
|
+
}
|
|
1799
|
+
createSerializer() {
|
|
1800
|
+
const serializer = new JsonShapeSerializer2(this.settings);
|
|
1801
|
+
serializer.setSerdeContext(this.serdeContext);
|
|
1802
|
+
return serializer;
|
|
1803
|
+
}
|
|
1804
|
+
createDeserializer() {
|
|
1805
|
+
const deserializer = new JsonShapeDeserializer2(this.settings);
|
|
1806
|
+
deserializer.setSerdeContext(this.serdeContext);
|
|
1807
|
+
return deserializer;
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1074
1810
|
|
|
1075
1811
|
class XmlShapeDeserializer extends SerdeContextConfig {
|
|
1076
1812
|
settings;
|
|
@@ -2004,6 +2740,66 @@ class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
|
2004
2740
|
}
|
|
2005
2741
|
}
|
|
2006
2742
|
|
|
2743
|
+
const awsExpectUnion = (value) => {
|
|
2744
|
+
if (value == null) {
|
|
2745
|
+
return undefined;
|
|
2746
|
+
}
|
|
2747
|
+
if (typeof value === "object" && "__type" in value) {
|
|
2748
|
+
delete value.__type;
|
|
2749
|
+
}
|
|
2750
|
+
return expectUnion(value);
|
|
2751
|
+
};
|
|
2752
|
+
|
|
2753
|
+
const _toStr = (val) => {
|
|
2754
|
+
if (val == null) {
|
|
2755
|
+
return val;
|
|
2756
|
+
}
|
|
2757
|
+
if (typeof val === "number" || typeof val === "bigint") {
|
|
2758
|
+
const warning = new Error(`Received number ${val} where a string was expected.`);
|
|
2759
|
+
warning.name = "Warning";
|
|
2760
|
+
console.warn(warning);
|
|
2761
|
+
return String(val);
|
|
2762
|
+
}
|
|
2763
|
+
if (typeof val === "boolean") {
|
|
2764
|
+
const warning = new Error(`Received boolean ${val} where a string was expected.`);
|
|
2765
|
+
warning.name = "Warning";
|
|
2766
|
+
console.warn(warning);
|
|
2767
|
+
return String(val);
|
|
2768
|
+
}
|
|
2769
|
+
return val;
|
|
2770
|
+
};
|
|
2771
|
+
const _toBool = (val) => {
|
|
2772
|
+
if (val == null) {
|
|
2773
|
+
return val;
|
|
2774
|
+
}
|
|
2775
|
+
if (typeof val === "string") {
|
|
2776
|
+
const lowercase = val.toLowerCase();
|
|
2777
|
+
if (val !== "" && lowercase !== "false" && lowercase !== "true") {
|
|
2778
|
+
const warning = new Error(`Received string "${val}" where a boolean was expected.`);
|
|
2779
|
+
warning.name = "Warning";
|
|
2780
|
+
console.warn(warning);
|
|
2781
|
+
}
|
|
2782
|
+
return val !== "" && lowercase !== "false";
|
|
2783
|
+
}
|
|
2784
|
+
return val;
|
|
2785
|
+
};
|
|
2786
|
+
const _toNum = (val) => {
|
|
2787
|
+
if (val == null) {
|
|
2788
|
+
return val;
|
|
2789
|
+
}
|
|
2790
|
+
if (typeof val === "string") {
|
|
2791
|
+
const num = Number(val);
|
|
2792
|
+
if (num.toString() !== val) {
|
|
2793
|
+
const warning = new Error(`Received string "${val}" where a number was expected.`);
|
|
2794
|
+
warning.name = "Warning";
|
|
2795
|
+
console.warn(warning);
|
|
2796
|
+
return val;
|
|
2797
|
+
}
|
|
2798
|
+
return num;
|
|
2799
|
+
}
|
|
2800
|
+
return val;
|
|
2801
|
+
};
|
|
2802
|
+
|
|
2007
2803
|
exports.AwsEc2QueryProtocol = AwsEc2QueryProtocol;
|
|
2008
2804
|
exports.AwsJson1_0Protocol = AwsJson1_0Protocol;
|
|
2009
2805
|
exports.AwsJson1_1Protocol = AwsJson1_1Protocol;
|
|
@@ -2013,8 +2809,11 @@ exports.AwsRestJsonProtocol = AwsRestJsonProtocol;
|
|
|
2013
2809
|
exports.AwsRestXmlProtocol = AwsRestXmlProtocol;
|
|
2014
2810
|
exports.AwsSmithyRpcV2CborProtocol = AwsSmithyRpcV2CborProtocol;
|
|
2015
2811
|
exports.JsonCodec = JsonCodec;
|
|
2812
|
+
exports.JsonCodec2 = JsonCodec2;
|
|
2016
2813
|
exports.JsonShapeDeserializer = JsonShapeDeserializer;
|
|
2814
|
+
exports.JsonShapeDeserializer2 = JsonShapeDeserializer2;
|
|
2017
2815
|
exports.JsonShapeSerializer = JsonShapeSerializer;
|
|
2816
|
+
exports.JsonShapeSerializer2 = JsonShapeSerializer2;
|
|
2018
2817
|
exports.QueryShapeSerializer = QueryShapeSerializer;
|
|
2019
2818
|
exports.XmlCodec = XmlCodec;
|
|
2020
2819
|
exports.XmlShapeDeserializer = XmlShapeDeserializer;
|