@cdklabs/cdk-ecs-codedeploy 0.0.235 → 0.0.236
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 +2 -2
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -13
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -24
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +83 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -12
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -12
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -7
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -16
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -20
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -20
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +233 -6
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -15
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -10
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -29
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -8
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -34
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -9
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -16
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -6
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +480 -12
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -22
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -22
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -45
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -20
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -28
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -5
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -10
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -32
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -72
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -17
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -37
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -14
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -9
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -59
- package/node_modules/@smithy/core/package.json +9 -9
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -8
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -8
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -13
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -70
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -137
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +425 -12
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -7
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -41
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -5
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -22
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -23
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -29
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +1 -66
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +1 -186
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +1 -47
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +1 -2
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +1 -18
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +1 -21
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +1 -20
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +1 -18
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +1 -693
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +466 -11
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +1 -34
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +1 -2
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -117
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +218 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -15
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -50
- package/node_modules/@smithy/fetch-http-handler/package.json +7 -7
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +62 -36
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +39 -5
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -7
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -6
- package/node_modules/@smithy/is-array-buffer/package.json +7 -9
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +64 -39
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -38
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -51
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -14
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -37
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -22
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +252 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -21
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -43
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -24
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -95
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -57
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -32
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -6
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +422 -10
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -27
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -11
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -118
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -13
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -24
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +95 -6
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -26
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -18
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -287
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +316 -4
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -9
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -17
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -26
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -7
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +85 -4
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -12
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +624 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -153
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -92
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -36
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -165
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -23
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -60
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -25
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -12
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -15
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -18
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -23
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -45
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -13
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -15
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -13
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -25
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -5
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +148 -9
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -49
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -27
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -23
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -27
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -4
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -2
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -52
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -18
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +235 -11
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -8
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +47 -22
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +48 -24
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -30
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +86 -30
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +188 -11
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -31
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -16
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -56
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +13 -3
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -194
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -17
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -46
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -39
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -24
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -31
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -24
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -32
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +465 -16
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -21
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -15
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -402
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -20
- package/node_modules/@smithy/signature-v4/package.json +10 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -28
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -15
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -118
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -25
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -195
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -30
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -30
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -27
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -20
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -21
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -16
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1254 -25
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -38
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -98
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -253
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -23
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -17
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -23
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -31
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -6
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -44
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -16
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -8
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -7
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/index.js +147 -39
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -4
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -9
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -2
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +46 -21
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +25 -5
- package/node_modules/@smithy/util-base64/package.json +4 -4
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -30
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +55 -4
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -29
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +51 -4
- package/node_modules/@smithy/util-body-length-node/package.json +7 -9
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +43 -17
- package/node_modules/@smithy/util-buffer-from/package.json +8 -10
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -13
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +62 -6
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -13
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -8
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +23 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -9
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -14
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +107 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -57
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -4
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -16
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -25
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +482 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -29
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -12
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -6
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -17
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -55
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -42
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -10
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -2
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -4
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -15
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -19
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -27
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -32
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -18
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -20
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -31
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -40
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -17
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -16
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -25
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -19
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -5
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +58 -31
- package/node_modules/@smithy/util-hex-encoding/package.json +7 -9
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -6
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +43 -5
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -10
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -28
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -22
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -104
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -70
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -10
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -12
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -18
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -15
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +345 -10
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -2
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -22
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -20
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +87 -6
- package/node_modules/@smithy/util-stream/package.json +10 -10
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -6
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -6
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +41 -5
- package/node_modules/@smithy/util-uri-escape/package.json +7 -9
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -5
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -9
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +55 -6
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -14
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -5
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -6
- package/node_modules/@smithy/util-utf8/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -27
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +153 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -38
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -7
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -21
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -38
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +5 -5
- package/.gitattributes +0 -27
- package/.projenrc.ts +0 -113
|
@@ -1,693 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.vectors = void 0;
|
|
4
|
-
const Int64_1 = require("./Int64");
|
|
5
|
-
exports.vectors = {
|
|
6
|
-
all_headers: {
|
|
7
|
-
expectation: "success",
|
|
8
|
-
encoded: Uint8Array.from([
|
|
9
|
-
0,
|
|
10
|
-
0,
|
|
11
|
-
0,
|
|
12
|
-
204,
|
|
13
|
-
0,
|
|
14
|
-
0,
|
|
15
|
-
0,
|
|
16
|
-
175,
|
|
17
|
-
15,
|
|
18
|
-
174,
|
|
19
|
-
100,
|
|
20
|
-
202,
|
|
21
|
-
10,
|
|
22
|
-
101,
|
|
23
|
-
118,
|
|
24
|
-
101,
|
|
25
|
-
110,
|
|
26
|
-
116,
|
|
27
|
-
45,
|
|
28
|
-
116,
|
|
29
|
-
121,
|
|
30
|
-
112,
|
|
31
|
-
101,
|
|
32
|
-
4,
|
|
33
|
-
0,
|
|
34
|
-
0,
|
|
35
|
-
160,
|
|
36
|
-
12,
|
|
37
|
-
12,
|
|
38
|
-
99,
|
|
39
|
-
111,
|
|
40
|
-
110,
|
|
41
|
-
116,
|
|
42
|
-
101,
|
|
43
|
-
110,
|
|
44
|
-
116,
|
|
45
|
-
45,
|
|
46
|
-
116,
|
|
47
|
-
121,
|
|
48
|
-
112,
|
|
49
|
-
101,
|
|
50
|
-
7,
|
|
51
|
-
0,
|
|
52
|
-
16,
|
|
53
|
-
97,
|
|
54
|
-
112,
|
|
55
|
-
112,
|
|
56
|
-
108,
|
|
57
|
-
105,
|
|
58
|
-
99,
|
|
59
|
-
97,
|
|
60
|
-
116,
|
|
61
|
-
105,
|
|
62
|
-
111,
|
|
63
|
-
110,
|
|
64
|
-
47,
|
|
65
|
-
106,
|
|
66
|
-
115,
|
|
67
|
-
111,
|
|
68
|
-
110,
|
|
69
|
-
10,
|
|
70
|
-
98,
|
|
71
|
-
111,
|
|
72
|
-
111,
|
|
73
|
-
108,
|
|
74
|
-
32,
|
|
75
|
-
102,
|
|
76
|
-
97,
|
|
77
|
-
108,
|
|
78
|
-
115,
|
|
79
|
-
101,
|
|
80
|
-
1,
|
|
81
|
-
9,
|
|
82
|
-
98,
|
|
83
|
-
111,
|
|
84
|
-
111,
|
|
85
|
-
108,
|
|
86
|
-
32,
|
|
87
|
-
116,
|
|
88
|
-
114,
|
|
89
|
-
117,
|
|
90
|
-
101,
|
|
91
|
-
0,
|
|
92
|
-
4,
|
|
93
|
-
98,
|
|
94
|
-
121,
|
|
95
|
-
116,
|
|
96
|
-
101,
|
|
97
|
-
2,
|
|
98
|
-
207,
|
|
99
|
-
8,
|
|
100
|
-
98,
|
|
101
|
-
121,
|
|
102
|
-
116,
|
|
103
|
-
101,
|
|
104
|
-
32,
|
|
105
|
-
98,
|
|
106
|
-
117,
|
|
107
|
-
102,
|
|
108
|
-
6,
|
|
109
|
-
0,
|
|
110
|
-
20,
|
|
111
|
-
73,
|
|
112
|
-
39,
|
|
113
|
-
109,
|
|
114
|
-
32,
|
|
115
|
-
97,
|
|
116
|
-
32,
|
|
117
|
-
108,
|
|
118
|
-
105,
|
|
119
|
-
116,
|
|
120
|
-
116,
|
|
121
|
-
108,
|
|
122
|
-
101,
|
|
123
|
-
32,
|
|
124
|
-
116,
|
|
125
|
-
101,
|
|
126
|
-
97,
|
|
127
|
-
112,
|
|
128
|
-
111,
|
|
129
|
-
116,
|
|
130
|
-
33,
|
|
131
|
-
9,
|
|
132
|
-
116,
|
|
133
|
-
105,
|
|
134
|
-
109,
|
|
135
|
-
101,
|
|
136
|
-
115,
|
|
137
|
-
116,
|
|
138
|
-
97,
|
|
139
|
-
109,
|
|
140
|
-
112,
|
|
141
|
-
8,
|
|
142
|
-
0,
|
|
143
|
-
0,
|
|
144
|
-
0,
|
|
145
|
-
0,
|
|
146
|
-
0,
|
|
147
|
-
132,
|
|
148
|
-
95,
|
|
149
|
-
237,
|
|
150
|
-
5,
|
|
151
|
-
105,
|
|
152
|
-
110,
|
|
153
|
-
116,
|
|
154
|
-
49,
|
|
155
|
-
54,
|
|
156
|
-
3,
|
|
157
|
-
0,
|
|
158
|
-
42,
|
|
159
|
-
5,
|
|
160
|
-
105,
|
|
161
|
-
110,
|
|
162
|
-
116,
|
|
163
|
-
54,
|
|
164
|
-
52,
|
|
165
|
-
5,
|
|
166
|
-
0,
|
|
167
|
-
0,
|
|
168
|
-
0,
|
|
169
|
-
0,
|
|
170
|
-
2,
|
|
171
|
-
135,
|
|
172
|
-
87,
|
|
173
|
-
178,
|
|
174
|
-
4,
|
|
175
|
-
117,
|
|
176
|
-
117,
|
|
177
|
-
105,
|
|
178
|
-
100,
|
|
179
|
-
9,
|
|
180
|
-
1,
|
|
181
|
-
2,
|
|
182
|
-
3,
|
|
183
|
-
4,
|
|
184
|
-
5,
|
|
185
|
-
6,
|
|
186
|
-
7,
|
|
187
|
-
8,
|
|
188
|
-
9,
|
|
189
|
-
10,
|
|
190
|
-
11,
|
|
191
|
-
12,
|
|
192
|
-
13,
|
|
193
|
-
14,
|
|
194
|
-
15,
|
|
195
|
-
16,
|
|
196
|
-
123,
|
|
197
|
-
39,
|
|
198
|
-
102,
|
|
199
|
-
111,
|
|
200
|
-
111,
|
|
201
|
-
39,
|
|
202
|
-
58,
|
|
203
|
-
39,
|
|
204
|
-
98,
|
|
205
|
-
97,
|
|
206
|
-
114,
|
|
207
|
-
39,
|
|
208
|
-
125,
|
|
209
|
-
171,
|
|
210
|
-
165,
|
|
211
|
-
241,
|
|
212
|
-
12,
|
|
213
|
-
]),
|
|
214
|
-
decoded: {
|
|
215
|
-
headers: {
|
|
216
|
-
"event-type": {
|
|
217
|
-
type: "integer",
|
|
218
|
-
value: 40972,
|
|
219
|
-
},
|
|
220
|
-
"content-type": {
|
|
221
|
-
type: "string",
|
|
222
|
-
value: "application/json",
|
|
223
|
-
},
|
|
224
|
-
"bool false": {
|
|
225
|
-
type: "boolean",
|
|
226
|
-
value: false,
|
|
227
|
-
},
|
|
228
|
-
"bool true": {
|
|
229
|
-
type: "boolean",
|
|
230
|
-
value: true,
|
|
231
|
-
},
|
|
232
|
-
byte: {
|
|
233
|
-
type: "byte",
|
|
234
|
-
value: -49,
|
|
235
|
-
},
|
|
236
|
-
"byte buf": {
|
|
237
|
-
type: "binary",
|
|
238
|
-
value: Uint8Array.from([
|
|
239
|
-
73,
|
|
240
|
-
39,
|
|
241
|
-
109,
|
|
242
|
-
32,
|
|
243
|
-
97,
|
|
244
|
-
32,
|
|
245
|
-
108,
|
|
246
|
-
105,
|
|
247
|
-
116,
|
|
248
|
-
116,
|
|
249
|
-
108,
|
|
250
|
-
101,
|
|
251
|
-
32,
|
|
252
|
-
116,
|
|
253
|
-
101,
|
|
254
|
-
97,
|
|
255
|
-
112,
|
|
256
|
-
111,
|
|
257
|
-
116,
|
|
258
|
-
33,
|
|
259
|
-
]),
|
|
260
|
-
},
|
|
261
|
-
timestamp: {
|
|
262
|
-
type: "timestamp",
|
|
263
|
-
value: new Date(8675309),
|
|
264
|
-
},
|
|
265
|
-
int16: {
|
|
266
|
-
type: "short",
|
|
267
|
-
value: 42,
|
|
268
|
-
},
|
|
269
|
-
int64: {
|
|
270
|
-
type: "long",
|
|
271
|
-
value: Int64_1.Int64.fromNumber(42424242),
|
|
272
|
-
},
|
|
273
|
-
uuid: {
|
|
274
|
-
type: "uuid",
|
|
275
|
-
value: "01020304-0506-0708-090a-0b0c0d0e0f10",
|
|
276
|
-
},
|
|
277
|
-
},
|
|
278
|
-
body: Uint8Array.from([123, 39, 102, 111, 111, 39, 58, 39, 98, 97, 114, 39, 125]),
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
empty_message: {
|
|
282
|
-
expectation: "success",
|
|
283
|
-
encoded: Uint8Array.from([0, 0, 0, 16, 0, 0, 0, 0, 5, 194, 72, 235, 125, 152, 200, 255]),
|
|
284
|
-
decoded: {
|
|
285
|
-
headers: {},
|
|
286
|
-
body: Uint8Array.from([]),
|
|
287
|
-
},
|
|
288
|
-
},
|
|
289
|
-
int32_header: {
|
|
290
|
-
expectation: "success",
|
|
291
|
-
encoded: Uint8Array.from([
|
|
292
|
-
0,
|
|
293
|
-
0,
|
|
294
|
-
0,
|
|
295
|
-
45,
|
|
296
|
-
0,
|
|
297
|
-
0,
|
|
298
|
-
0,
|
|
299
|
-
16,
|
|
300
|
-
65,
|
|
301
|
-
196,
|
|
302
|
-
36,
|
|
303
|
-
184,
|
|
304
|
-
10,
|
|
305
|
-
101,
|
|
306
|
-
118,
|
|
307
|
-
101,
|
|
308
|
-
110,
|
|
309
|
-
116,
|
|
310
|
-
45,
|
|
311
|
-
116,
|
|
312
|
-
121,
|
|
313
|
-
112,
|
|
314
|
-
101,
|
|
315
|
-
4,
|
|
316
|
-
0,
|
|
317
|
-
0,
|
|
318
|
-
160,
|
|
319
|
-
12,
|
|
320
|
-
123,
|
|
321
|
-
39,
|
|
322
|
-
102,
|
|
323
|
-
111,
|
|
324
|
-
111,
|
|
325
|
-
39,
|
|
326
|
-
58,
|
|
327
|
-
39,
|
|
328
|
-
98,
|
|
329
|
-
97,
|
|
330
|
-
114,
|
|
331
|
-
39,
|
|
332
|
-
125,
|
|
333
|
-
54,
|
|
334
|
-
244,
|
|
335
|
-
128,
|
|
336
|
-
160,
|
|
337
|
-
]),
|
|
338
|
-
decoded: {
|
|
339
|
-
headers: {
|
|
340
|
-
"event-type": {
|
|
341
|
-
type: "integer",
|
|
342
|
-
value: 40972,
|
|
343
|
-
},
|
|
344
|
-
},
|
|
345
|
-
body: Uint8Array.from([123, 39, 102, 111, 111, 39, 58, 39, 98, 97, 114, 39, 125]),
|
|
346
|
-
},
|
|
347
|
-
},
|
|
348
|
-
payload_no_headers: {
|
|
349
|
-
expectation: "success",
|
|
350
|
-
encoded: Uint8Array.from([
|
|
351
|
-
0,
|
|
352
|
-
0,
|
|
353
|
-
0,
|
|
354
|
-
29,
|
|
355
|
-
0,
|
|
356
|
-
0,
|
|
357
|
-
0,
|
|
358
|
-
0,
|
|
359
|
-
253,
|
|
360
|
-
82,
|
|
361
|
-
140,
|
|
362
|
-
90,
|
|
363
|
-
123,
|
|
364
|
-
39,
|
|
365
|
-
102,
|
|
366
|
-
111,
|
|
367
|
-
111,
|
|
368
|
-
39,
|
|
369
|
-
58,
|
|
370
|
-
39,
|
|
371
|
-
98,
|
|
372
|
-
97,
|
|
373
|
-
114,
|
|
374
|
-
39,
|
|
375
|
-
125,
|
|
376
|
-
195,
|
|
377
|
-
101,
|
|
378
|
-
57,
|
|
379
|
-
54,
|
|
380
|
-
]),
|
|
381
|
-
decoded: {
|
|
382
|
-
headers: {},
|
|
383
|
-
body: Uint8Array.from([123, 39, 102, 111, 111, 39, 58, 39, 98, 97, 114, 39, 125]),
|
|
384
|
-
},
|
|
385
|
-
},
|
|
386
|
-
payload_one_str_header: {
|
|
387
|
-
expectation: "success",
|
|
388
|
-
encoded: Uint8Array.from([
|
|
389
|
-
0,
|
|
390
|
-
0,
|
|
391
|
-
0,
|
|
392
|
-
61,
|
|
393
|
-
0,
|
|
394
|
-
0,
|
|
395
|
-
0,
|
|
396
|
-
32,
|
|
397
|
-
7,
|
|
398
|
-
253,
|
|
399
|
-
131,
|
|
400
|
-
150,
|
|
401
|
-
12,
|
|
402
|
-
99,
|
|
403
|
-
111,
|
|
404
|
-
110,
|
|
405
|
-
116,
|
|
406
|
-
101,
|
|
407
|
-
110,
|
|
408
|
-
116,
|
|
409
|
-
45,
|
|
410
|
-
116,
|
|
411
|
-
121,
|
|
412
|
-
112,
|
|
413
|
-
101,
|
|
414
|
-
7,
|
|
415
|
-
0,
|
|
416
|
-
16,
|
|
417
|
-
97,
|
|
418
|
-
112,
|
|
419
|
-
112,
|
|
420
|
-
108,
|
|
421
|
-
105,
|
|
422
|
-
99,
|
|
423
|
-
97,
|
|
424
|
-
116,
|
|
425
|
-
105,
|
|
426
|
-
111,
|
|
427
|
-
110,
|
|
428
|
-
47,
|
|
429
|
-
106,
|
|
430
|
-
115,
|
|
431
|
-
111,
|
|
432
|
-
110,
|
|
433
|
-
123,
|
|
434
|
-
39,
|
|
435
|
-
102,
|
|
436
|
-
111,
|
|
437
|
-
111,
|
|
438
|
-
39,
|
|
439
|
-
58,
|
|
440
|
-
39,
|
|
441
|
-
98,
|
|
442
|
-
97,
|
|
443
|
-
114,
|
|
444
|
-
39,
|
|
445
|
-
125,
|
|
446
|
-
141,
|
|
447
|
-
156,
|
|
448
|
-
8,
|
|
449
|
-
177,
|
|
450
|
-
]),
|
|
451
|
-
decoded: {
|
|
452
|
-
headers: {
|
|
453
|
-
"content-type": {
|
|
454
|
-
type: "string",
|
|
455
|
-
value: "application/json",
|
|
456
|
-
},
|
|
457
|
-
},
|
|
458
|
-
body: Uint8Array.from([123, 39, 102, 111, 111, 39, 58, 39, 98, 97, 114, 39, 125]),
|
|
459
|
-
},
|
|
460
|
-
},
|
|
461
|
-
corrupted_headers: {
|
|
462
|
-
expectation: "failure",
|
|
463
|
-
encoded: Uint8Array.from([
|
|
464
|
-
0,
|
|
465
|
-
0,
|
|
466
|
-
0,
|
|
467
|
-
61,
|
|
468
|
-
0,
|
|
469
|
-
0,
|
|
470
|
-
0,
|
|
471
|
-
32,
|
|
472
|
-
7,
|
|
473
|
-
253,
|
|
474
|
-
131,
|
|
475
|
-
150,
|
|
476
|
-
12,
|
|
477
|
-
99,
|
|
478
|
-
111,
|
|
479
|
-
110,
|
|
480
|
-
116,
|
|
481
|
-
101,
|
|
482
|
-
110,
|
|
483
|
-
116,
|
|
484
|
-
45,
|
|
485
|
-
116,
|
|
486
|
-
121,
|
|
487
|
-
112,
|
|
488
|
-
101,
|
|
489
|
-
7,
|
|
490
|
-
0,
|
|
491
|
-
16,
|
|
492
|
-
97,
|
|
493
|
-
112,
|
|
494
|
-
112,
|
|
495
|
-
108,
|
|
496
|
-
105,
|
|
497
|
-
99,
|
|
498
|
-
97,
|
|
499
|
-
116,
|
|
500
|
-
105,
|
|
501
|
-
111,
|
|
502
|
-
110,
|
|
503
|
-
47,
|
|
504
|
-
106,
|
|
505
|
-
115,
|
|
506
|
-
111,
|
|
507
|
-
110,
|
|
508
|
-
123,
|
|
509
|
-
97,
|
|
510
|
-
102,
|
|
511
|
-
111,
|
|
512
|
-
111,
|
|
513
|
-
39,
|
|
514
|
-
58,
|
|
515
|
-
39,
|
|
516
|
-
98,
|
|
517
|
-
97,
|
|
518
|
-
114,
|
|
519
|
-
39,
|
|
520
|
-
125,
|
|
521
|
-
141,
|
|
522
|
-
156,
|
|
523
|
-
8,
|
|
524
|
-
177,
|
|
525
|
-
]),
|
|
526
|
-
},
|
|
527
|
-
corrupted_header_len: {
|
|
528
|
-
expectation: "failure",
|
|
529
|
-
encoded: Uint8Array.from([
|
|
530
|
-
0,
|
|
531
|
-
0,
|
|
532
|
-
0,
|
|
533
|
-
61,
|
|
534
|
-
0,
|
|
535
|
-
0,
|
|
536
|
-
0,
|
|
537
|
-
33,
|
|
538
|
-
7,
|
|
539
|
-
253,
|
|
540
|
-
131,
|
|
541
|
-
150,
|
|
542
|
-
12,
|
|
543
|
-
99,
|
|
544
|
-
111,
|
|
545
|
-
110,
|
|
546
|
-
116,
|
|
547
|
-
101,
|
|
548
|
-
110,
|
|
549
|
-
116,
|
|
550
|
-
45,
|
|
551
|
-
116,
|
|
552
|
-
121,
|
|
553
|
-
112,
|
|
554
|
-
101,
|
|
555
|
-
7,
|
|
556
|
-
0,
|
|
557
|
-
16,
|
|
558
|
-
97,
|
|
559
|
-
112,
|
|
560
|
-
112,
|
|
561
|
-
108,
|
|
562
|
-
105,
|
|
563
|
-
99,
|
|
564
|
-
97,
|
|
565
|
-
116,
|
|
566
|
-
105,
|
|
567
|
-
111,
|
|
568
|
-
110,
|
|
569
|
-
47,
|
|
570
|
-
106,
|
|
571
|
-
115,
|
|
572
|
-
111,
|
|
573
|
-
110,
|
|
574
|
-
123,
|
|
575
|
-
39,
|
|
576
|
-
102,
|
|
577
|
-
111,
|
|
578
|
-
111,
|
|
579
|
-
39,
|
|
580
|
-
58,
|
|
581
|
-
39,
|
|
582
|
-
98,
|
|
583
|
-
97,
|
|
584
|
-
114,
|
|
585
|
-
39,
|
|
586
|
-
125,
|
|
587
|
-
141,
|
|
588
|
-
156,
|
|
589
|
-
8,
|
|
590
|
-
177,
|
|
591
|
-
]),
|
|
592
|
-
},
|
|
593
|
-
corrupted_length: {
|
|
594
|
-
expectation: "failure",
|
|
595
|
-
encoded: Uint8Array.from([
|
|
596
|
-
0,
|
|
597
|
-
0,
|
|
598
|
-
0,
|
|
599
|
-
62,
|
|
600
|
-
0,
|
|
601
|
-
0,
|
|
602
|
-
0,
|
|
603
|
-
32,
|
|
604
|
-
7,
|
|
605
|
-
253,
|
|
606
|
-
131,
|
|
607
|
-
150,
|
|
608
|
-
12,
|
|
609
|
-
99,
|
|
610
|
-
111,
|
|
611
|
-
110,
|
|
612
|
-
116,
|
|
613
|
-
101,
|
|
614
|
-
110,
|
|
615
|
-
116,
|
|
616
|
-
45,
|
|
617
|
-
116,
|
|
618
|
-
121,
|
|
619
|
-
112,
|
|
620
|
-
101,
|
|
621
|
-
7,
|
|
622
|
-
0,
|
|
623
|
-
16,
|
|
624
|
-
97,
|
|
625
|
-
112,
|
|
626
|
-
112,
|
|
627
|
-
108,
|
|
628
|
-
105,
|
|
629
|
-
99,
|
|
630
|
-
97,
|
|
631
|
-
116,
|
|
632
|
-
105,
|
|
633
|
-
111,
|
|
634
|
-
110,
|
|
635
|
-
47,
|
|
636
|
-
106,
|
|
637
|
-
115,
|
|
638
|
-
111,
|
|
639
|
-
110,
|
|
640
|
-
123,
|
|
641
|
-
39,
|
|
642
|
-
102,
|
|
643
|
-
111,
|
|
644
|
-
111,
|
|
645
|
-
39,
|
|
646
|
-
58,
|
|
647
|
-
39,
|
|
648
|
-
98,
|
|
649
|
-
97,
|
|
650
|
-
114,
|
|
651
|
-
39,
|
|
652
|
-
125,
|
|
653
|
-
141,
|
|
654
|
-
156,
|
|
655
|
-
8,
|
|
656
|
-
177,
|
|
657
|
-
]),
|
|
658
|
-
},
|
|
659
|
-
corrupted_payload: {
|
|
660
|
-
expectation: "failure",
|
|
661
|
-
encoded: Uint8Array.from([
|
|
662
|
-
0,
|
|
663
|
-
0,
|
|
664
|
-
0,
|
|
665
|
-
29,
|
|
666
|
-
0,
|
|
667
|
-
0,
|
|
668
|
-
0,
|
|
669
|
-
0,
|
|
670
|
-
253,
|
|
671
|
-
82,
|
|
672
|
-
140,
|
|
673
|
-
90,
|
|
674
|
-
91,
|
|
675
|
-
39,
|
|
676
|
-
102,
|
|
677
|
-
111,
|
|
678
|
-
111,
|
|
679
|
-
39,
|
|
680
|
-
58,
|
|
681
|
-
39,
|
|
682
|
-
98,
|
|
683
|
-
97,
|
|
684
|
-
114,
|
|
685
|
-
39,
|
|
686
|
-
125,
|
|
687
|
-
195,
|
|
688
|
-
101,
|
|
689
|
-
57,
|
|
690
|
-
54,
|
|
691
|
-
]),
|
|
692
|
-
},
|
|
693
|
-
};
|
|
1
|
+
module.exports = require("./index.js");
|