@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,38 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LazyJsonString = exports.StringWrapper = void 0;
|
|
4
|
-
const StringWrapper = function () {
|
|
5
|
-
const Class = Object.getPrototypeOf(this).constructor;
|
|
6
|
-
const Constructor = Function.bind.apply(String, [null, ...arguments]);
|
|
7
|
-
const instance = new Constructor();
|
|
8
|
-
Object.setPrototypeOf(instance, Class.prototype);
|
|
9
|
-
return instance;
|
|
10
|
-
};
|
|
11
|
-
exports.StringWrapper = StringWrapper;
|
|
12
|
-
exports.StringWrapper.prototype = Object.create(String.prototype, {
|
|
13
|
-
constructor: {
|
|
14
|
-
value: exports.StringWrapper,
|
|
15
|
-
enumerable: false,
|
|
16
|
-
writable: true,
|
|
17
|
-
configurable: true,
|
|
18
|
-
},
|
|
19
|
-
});
|
|
20
|
-
Object.setPrototypeOf(exports.StringWrapper, String);
|
|
21
|
-
class LazyJsonString extends exports.StringWrapper {
|
|
22
|
-
deserializeJSON() {
|
|
23
|
-
return JSON.parse(super.toString());
|
|
24
|
-
}
|
|
25
|
-
toJSON() {
|
|
26
|
-
return super.toString();
|
|
27
|
-
}
|
|
28
|
-
static fromObject(object) {
|
|
29
|
-
if (object instanceof LazyJsonString) {
|
|
30
|
-
return object;
|
|
31
|
-
}
|
|
32
|
-
else if (object instanceof String || typeof object === "string") {
|
|
33
|
-
return new LazyJsonString(object);
|
|
34
|
-
}
|
|
35
|
-
return new LazyJsonString(JSON.stringify(object));
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.LazyJsonString = LazyJsonString;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,98 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.take = exports.convertMap = exports.map = void 0;
|
|
4
|
-
function map(arg0, arg1, arg2) {
|
|
5
|
-
let target;
|
|
6
|
-
let filter;
|
|
7
|
-
let instructions;
|
|
8
|
-
if (typeof arg1 === "undefined" && typeof arg2 === "undefined") {
|
|
9
|
-
target = {};
|
|
10
|
-
instructions = arg0;
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
target = arg0;
|
|
14
|
-
if (typeof arg1 === "function") {
|
|
15
|
-
filter = arg1;
|
|
16
|
-
instructions = arg2;
|
|
17
|
-
return mapWithFilter(target, filter, instructions);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
instructions = arg1;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
for (const key of Object.keys(instructions)) {
|
|
24
|
-
if (!Array.isArray(instructions[key])) {
|
|
25
|
-
target[key] = instructions[key];
|
|
26
|
-
continue;
|
|
27
|
-
}
|
|
28
|
-
applyInstruction(target, null, instructions, key);
|
|
29
|
-
}
|
|
30
|
-
return target;
|
|
31
|
-
}
|
|
32
|
-
exports.map = map;
|
|
33
|
-
const convertMap = (target) => {
|
|
34
|
-
const output = {};
|
|
35
|
-
for (const [k, v] of Object.entries(target || {})) {
|
|
36
|
-
output[k] = [, v];
|
|
37
|
-
}
|
|
38
|
-
return output;
|
|
39
|
-
};
|
|
40
|
-
exports.convertMap = convertMap;
|
|
41
|
-
const take = (source, instructions) => {
|
|
42
|
-
const out = {};
|
|
43
|
-
for (const key in instructions) {
|
|
44
|
-
applyInstruction(out, source, instructions, key);
|
|
45
|
-
}
|
|
46
|
-
return out;
|
|
47
|
-
};
|
|
48
|
-
exports.take = take;
|
|
49
|
-
const mapWithFilter = (target, filter, instructions) => {
|
|
50
|
-
return map(target, Object.entries(instructions).reduce((_instructions, [key, value]) => {
|
|
51
|
-
if (Array.isArray(value)) {
|
|
52
|
-
_instructions[key] = value;
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
if (typeof value === "function") {
|
|
56
|
-
_instructions[key] = [filter, value()];
|
|
57
|
-
}
|
|
58
|
-
else {
|
|
59
|
-
_instructions[key] = [filter, value];
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
return _instructions;
|
|
63
|
-
}, {}));
|
|
64
|
-
};
|
|
65
|
-
const applyInstruction = (target, source, instructions, targetKey) => {
|
|
66
|
-
if (source !== null) {
|
|
67
|
-
let instruction = instructions[targetKey];
|
|
68
|
-
if (typeof instruction === "function") {
|
|
69
|
-
instruction = [, instruction];
|
|
70
|
-
}
|
|
71
|
-
const [filter = nonNullish, valueFn = pass, sourceKey = targetKey] = instruction;
|
|
72
|
-
if ((typeof filter === "function" && filter(source[sourceKey])) || (typeof filter !== "function" && !!filter)) {
|
|
73
|
-
target[targetKey] = valueFn(source[sourceKey]);
|
|
74
|
-
}
|
|
75
|
-
return;
|
|
76
|
-
}
|
|
77
|
-
let [filter, value] = instructions[targetKey];
|
|
78
|
-
if (typeof value === "function") {
|
|
79
|
-
let _value;
|
|
80
|
-
const defaultFilterPassed = filter === undefined && (_value = value()) != null;
|
|
81
|
-
const customFilterPassed = (typeof filter === "function" && !!filter(void 0)) || (typeof filter !== "function" && !!filter);
|
|
82
|
-
if (defaultFilterPassed) {
|
|
83
|
-
target[targetKey] = _value;
|
|
84
|
-
}
|
|
85
|
-
else if (customFilterPassed) {
|
|
86
|
-
target[targetKey] = value();
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
else {
|
|
90
|
-
const defaultFilterPassed = filter === undefined && value != null;
|
|
91
|
-
const customFilterPassed = (typeof filter === "function" && !!filter(value)) || (typeof filter !== "function" && !!filter);
|
|
92
|
-
if (defaultFilterPassed || customFilterPassed) {
|
|
93
|
-
target[targetKey] = value;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
const nonNullish = (_) => _ != null;
|
|
98
|
-
const pass = (_) => _;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,253 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.logger = exports.strictParseByte = exports.strictParseShort = exports.strictParseInt32 = exports.strictParseInt = exports.strictParseLong = exports.limitedParseFloat32 = exports.limitedParseFloat = exports.handleFloat = exports.limitedParseDouble = exports.strictParseFloat32 = exports.strictParseFloat = exports.strictParseDouble = exports.expectUnion = exports.expectString = exports.expectObject = exports.expectNonNull = exports.expectByte = exports.expectShort = exports.expectInt32 = exports.expectInt = exports.expectLong = exports.expectFloat32 = exports.expectNumber = exports.expectBoolean = exports.parseBoolean = void 0;
|
|
4
|
-
const parseBoolean = (value) => {
|
|
5
|
-
switch (value) {
|
|
6
|
-
case "true":
|
|
7
|
-
return true;
|
|
8
|
-
case "false":
|
|
9
|
-
return false;
|
|
10
|
-
default:
|
|
11
|
-
throw new Error(`Unable to parse boolean value "${value}"`);
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
exports.parseBoolean = parseBoolean;
|
|
15
|
-
const expectBoolean = (value) => {
|
|
16
|
-
if (value === null || value === undefined) {
|
|
17
|
-
return undefined;
|
|
18
|
-
}
|
|
19
|
-
if (typeof value === "number") {
|
|
20
|
-
if (value === 0 || value === 1) {
|
|
21
|
-
exports.logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`));
|
|
22
|
-
}
|
|
23
|
-
if (value === 0) {
|
|
24
|
-
return false;
|
|
25
|
-
}
|
|
26
|
-
if (value === 1) {
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
if (typeof value === "string") {
|
|
31
|
-
const lower = value.toLowerCase();
|
|
32
|
-
if (lower === "false" || lower === "true") {
|
|
33
|
-
exports.logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`));
|
|
34
|
-
}
|
|
35
|
-
if (lower === "false") {
|
|
36
|
-
return false;
|
|
37
|
-
}
|
|
38
|
-
if (lower === "true") {
|
|
39
|
-
return true;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
if (typeof value === "boolean") {
|
|
43
|
-
return value;
|
|
44
|
-
}
|
|
45
|
-
throw new TypeError(`Expected boolean, got ${typeof value}: ${value}`);
|
|
46
|
-
};
|
|
47
|
-
exports.expectBoolean = expectBoolean;
|
|
48
|
-
const expectNumber = (value) => {
|
|
49
|
-
if (value === null || value === undefined) {
|
|
50
|
-
return undefined;
|
|
51
|
-
}
|
|
52
|
-
if (typeof value === "string") {
|
|
53
|
-
const parsed = parseFloat(value);
|
|
54
|
-
if (!Number.isNaN(parsed)) {
|
|
55
|
-
if (String(parsed) !== String(value)) {
|
|
56
|
-
exports.logger.warn(stackTraceWarning(`Expected number but observed string: ${value}`));
|
|
57
|
-
}
|
|
58
|
-
return parsed;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
if (typeof value === "number") {
|
|
62
|
-
return value;
|
|
63
|
-
}
|
|
64
|
-
throw new TypeError(`Expected number, got ${typeof value}: ${value}`);
|
|
65
|
-
};
|
|
66
|
-
exports.expectNumber = expectNumber;
|
|
67
|
-
const MAX_FLOAT = Math.ceil(2 ** 127 * (2 - 2 ** -23));
|
|
68
|
-
const expectFloat32 = (value) => {
|
|
69
|
-
const expected = (0, exports.expectNumber)(value);
|
|
70
|
-
if (expected !== undefined && !Number.isNaN(expected) && expected !== Infinity && expected !== -Infinity) {
|
|
71
|
-
if (Math.abs(expected) > MAX_FLOAT) {
|
|
72
|
-
throw new TypeError(`Expected 32-bit float, got ${value}`);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
return expected;
|
|
76
|
-
};
|
|
77
|
-
exports.expectFloat32 = expectFloat32;
|
|
78
|
-
const expectLong = (value) => {
|
|
79
|
-
if (value === null || value === undefined) {
|
|
80
|
-
return undefined;
|
|
81
|
-
}
|
|
82
|
-
if (Number.isInteger(value) && !Number.isNaN(value)) {
|
|
83
|
-
return value;
|
|
84
|
-
}
|
|
85
|
-
throw new TypeError(`Expected integer, got ${typeof value}: ${value}`);
|
|
86
|
-
};
|
|
87
|
-
exports.expectLong = expectLong;
|
|
88
|
-
exports.expectInt = exports.expectLong;
|
|
89
|
-
const expectInt32 = (value) => expectSizedInt(value, 32);
|
|
90
|
-
exports.expectInt32 = expectInt32;
|
|
91
|
-
const expectShort = (value) => expectSizedInt(value, 16);
|
|
92
|
-
exports.expectShort = expectShort;
|
|
93
|
-
const expectByte = (value) => expectSizedInt(value, 8);
|
|
94
|
-
exports.expectByte = expectByte;
|
|
95
|
-
const expectSizedInt = (value, size) => {
|
|
96
|
-
const expected = (0, exports.expectLong)(value);
|
|
97
|
-
if (expected !== undefined && castInt(expected, size) !== expected) {
|
|
98
|
-
throw new TypeError(`Expected ${size}-bit integer, got ${value}`);
|
|
99
|
-
}
|
|
100
|
-
return expected;
|
|
101
|
-
};
|
|
102
|
-
const castInt = (value, size) => {
|
|
103
|
-
switch (size) {
|
|
104
|
-
case 32:
|
|
105
|
-
return Int32Array.of(value)[0];
|
|
106
|
-
case 16:
|
|
107
|
-
return Int16Array.of(value)[0];
|
|
108
|
-
case 8:
|
|
109
|
-
return Int8Array.of(value)[0];
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
|
-
const expectNonNull = (value, location) => {
|
|
113
|
-
if (value === null || value === undefined) {
|
|
114
|
-
if (location) {
|
|
115
|
-
throw new TypeError(`Expected a non-null value for ${location}`);
|
|
116
|
-
}
|
|
117
|
-
throw new TypeError("Expected a non-null value");
|
|
118
|
-
}
|
|
119
|
-
return value;
|
|
120
|
-
};
|
|
121
|
-
exports.expectNonNull = expectNonNull;
|
|
122
|
-
const expectObject = (value) => {
|
|
123
|
-
if (value === null || value === undefined) {
|
|
124
|
-
return undefined;
|
|
125
|
-
}
|
|
126
|
-
if (typeof value === "object" && !Array.isArray(value)) {
|
|
127
|
-
return value;
|
|
128
|
-
}
|
|
129
|
-
const receivedType = Array.isArray(value) ? "array" : typeof value;
|
|
130
|
-
throw new TypeError(`Expected object, got ${receivedType}: ${value}`);
|
|
131
|
-
};
|
|
132
|
-
exports.expectObject = expectObject;
|
|
133
|
-
const expectString = (value) => {
|
|
134
|
-
if (value === null || value === undefined) {
|
|
135
|
-
return undefined;
|
|
136
|
-
}
|
|
137
|
-
if (typeof value === "string") {
|
|
138
|
-
return value;
|
|
139
|
-
}
|
|
140
|
-
if (["boolean", "number", "bigint"].includes(typeof value)) {
|
|
141
|
-
exports.logger.warn(stackTraceWarning(`Expected string, got ${typeof value}: ${value}`));
|
|
142
|
-
return String(value);
|
|
143
|
-
}
|
|
144
|
-
throw new TypeError(`Expected string, got ${typeof value}: ${value}`);
|
|
145
|
-
};
|
|
146
|
-
exports.expectString = expectString;
|
|
147
|
-
const expectUnion = (value) => {
|
|
148
|
-
if (value === null || value === undefined) {
|
|
149
|
-
return undefined;
|
|
150
|
-
}
|
|
151
|
-
const asObject = (0, exports.expectObject)(value);
|
|
152
|
-
const setKeys = Object.entries(asObject)
|
|
153
|
-
.filter(([, v]) => v != null)
|
|
154
|
-
.map(([k]) => k);
|
|
155
|
-
if (setKeys.length === 0) {
|
|
156
|
-
throw new TypeError(`Unions must have exactly one non-null member. None were found.`);
|
|
157
|
-
}
|
|
158
|
-
if (setKeys.length > 1) {
|
|
159
|
-
throw new TypeError(`Unions must have exactly one non-null member. Keys ${setKeys} were not null.`);
|
|
160
|
-
}
|
|
161
|
-
return asObject;
|
|
162
|
-
};
|
|
163
|
-
exports.expectUnion = expectUnion;
|
|
164
|
-
const strictParseDouble = (value) => {
|
|
165
|
-
if (typeof value == "string") {
|
|
166
|
-
return (0, exports.expectNumber)(parseNumber(value));
|
|
167
|
-
}
|
|
168
|
-
return (0, exports.expectNumber)(value);
|
|
169
|
-
};
|
|
170
|
-
exports.strictParseDouble = strictParseDouble;
|
|
171
|
-
exports.strictParseFloat = exports.strictParseDouble;
|
|
172
|
-
const strictParseFloat32 = (value) => {
|
|
173
|
-
if (typeof value == "string") {
|
|
174
|
-
return (0, exports.expectFloat32)(parseNumber(value));
|
|
175
|
-
}
|
|
176
|
-
return (0, exports.expectFloat32)(value);
|
|
177
|
-
};
|
|
178
|
-
exports.strictParseFloat32 = strictParseFloat32;
|
|
179
|
-
const NUMBER_REGEX = /(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g;
|
|
180
|
-
const parseNumber = (value) => {
|
|
181
|
-
const matches = value.match(NUMBER_REGEX);
|
|
182
|
-
if (matches === null || matches[0].length !== value.length) {
|
|
183
|
-
throw new TypeError(`Expected real number, got implicit NaN`);
|
|
184
|
-
}
|
|
185
|
-
return parseFloat(value);
|
|
186
|
-
};
|
|
187
|
-
const limitedParseDouble = (value) => {
|
|
188
|
-
if (typeof value == "string") {
|
|
189
|
-
return parseFloatString(value);
|
|
190
|
-
}
|
|
191
|
-
return (0, exports.expectNumber)(value);
|
|
192
|
-
};
|
|
193
|
-
exports.limitedParseDouble = limitedParseDouble;
|
|
194
|
-
exports.handleFloat = exports.limitedParseDouble;
|
|
195
|
-
exports.limitedParseFloat = exports.limitedParseDouble;
|
|
196
|
-
const limitedParseFloat32 = (value) => {
|
|
197
|
-
if (typeof value == "string") {
|
|
198
|
-
return parseFloatString(value);
|
|
199
|
-
}
|
|
200
|
-
return (0, exports.expectFloat32)(value);
|
|
201
|
-
};
|
|
202
|
-
exports.limitedParseFloat32 = limitedParseFloat32;
|
|
203
|
-
const parseFloatString = (value) => {
|
|
204
|
-
switch (value) {
|
|
205
|
-
case "NaN":
|
|
206
|
-
return NaN;
|
|
207
|
-
case "Infinity":
|
|
208
|
-
return Infinity;
|
|
209
|
-
case "-Infinity":
|
|
210
|
-
return -Infinity;
|
|
211
|
-
default:
|
|
212
|
-
throw new Error(`Unable to parse float value: ${value}`);
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
const strictParseLong = (value) => {
|
|
216
|
-
if (typeof value === "string") {
|
|
217
|
-
return (0, exports.expectLong)(parseNumber(value));
|
|
218
|
-
}
|
|
219
|
-
return (0, exports.expectLong)(value);
|
|
220
|
-
};
|
|
221
|
-
exports.strictParseLong = strictParseLong;
|
|
222
|
-
exports.strictParseInt = exports.strictParseLong;
|
|
223
|
-
const strictParseInt32 = (value) => {
|
|
224
|
-
if (typeof value === "string") {
|
|
225
|
-
return (0, exports.expectInt32)(parseNumber(value));
|
|
226
|
-
}
|
|
227
|
-
return (0, exports.expectInt32)(value);
|
|
228
|
-
};
|
|
229
|
-
exports.strictParseInt32 = strictParseInt32;
|
|
230
|
-
const strictParseShort = (value) => {
|
|
231
|
-
if (typeof value === "string") {
|
|
232
|
-
return (0, exports.expectShort)(parseNumber(value));
|
|
233
|
-
}
|
|
234
|
-
return (0, exports.expectShort)(value);
|
|
235
|
-
};
|
|
236
|
-
exports.strictParseShort = strictParseShort;
|
|
237
|
-
const strictParseByte = (value) => {
|
|
238
|
-
if (typeof value === "string") {
|
|
239
|
-
return (0, exports.expectByte)(parseNumber(value));
|
|
240
|
-
}
|
|
241
|
-
return (0, exports.expectByte)(value);
|
|
242
|
-
};
|
|
243
|
-
exports.strictParseByte = strictParseByte;
|
|
244
|
-
const stackTraceWarning = (message) => {
|
|
245
|
-
return String(new TypeError(message).stack || message)
|
|
246
|
-
.split("\n")
|
|
247
|
-
.slice(0, 5)
|
|
248
|
-
.filter((s) => !s.includes("stackTraceWarning"))
|
|
249
|
-
.join("\n");
|
|
250
|
-
};
|
|
251
|
-
exports.logger = {
|
|
252
|
-
warn: console.warn,
|
|
253
|
-
};
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.resolvedPath = void 0;
|
|
4
|
-
const extended_encode_uri_component_1 = require("./extended-encode-uri-component");
|
|
5
|
-
const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
6
|
-
if (input != null && input[memberName] !== undefined) {
|
|
7
|
-
const labelValue = labelValueProvider();
|
|
8
|
-
if (labelValue.length <= 0) {
|
|
9
|
-
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
10
|
-
}
|
|
11
|
-
resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
|
|
12
|
-
? labelValue
|
|
13
|
-
.split("/")
|
|
14
|
-
.map((segment) => (0, extended_encode_uri_component_1.extendedEncodeURIComponent)(segment))
|
|
15
|
-
.join("/")
|
|
16
|
-
: (0, extended_encode_uri_component_1.extendedEncodeURIComponent)(labelValue));
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
|
20
|
-
}
|
|
21
|
-
return resolvedPath;
|
|
22
|
-
};
|
|
23
|
-
exports.resolvedPath = resolvedPath;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,17 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.serializeFloat = void 0;
|
|
4
|
-
const serializeFloat = (value) => {
|
|
5
|
-
if (value !== value) {
|
|
6
|
-
return "NaN";
|
|
7
|
-
}
|
|
8
|
-
switch (value) {
|
|
9
|
-
case Infinity:
|
|
10
|
-
return "Infinity";
|
|
11
|
-
case -Infinity:
|
|
12
|
-
return "-Infinity";
|
|
13
|
-
default:
|
|
14
|
-
return value;
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
exports.serializeFloat = serializeFloat;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports._json = void 0;
|
|
4
|
-
const _json = (obj) => {
|
|
5
|
-
if (obj == null) {
|
|
6
|
-
return {};
|
|
7
|
-
}
|
|
8
|
-
if (Array.isArray(obj)) {
|
|
9
|
-
return obj.filter((_) => _ != null).map(exports._json);
|
|
10
|
-
}
|
|
11
|
-
if (typeof obj === "object") {
|
|
12
|
-
const target = {};
|
|
13
|
-
for (const key of Object.keys(obj)) {
|
|
14
|
-
if (obj[key] == null) {
|
|
15
|
-
continue;
|
|
16
|
-
}
|
|
17
|
-
target[key] = (0, exports._json)(obj[key]);
|
|
18
|
-
}
|
|
19
|
-
return target;
|
|
20
|
-
}
|
|
21
|
-
return obj;
|
|
22
|
-
};
|
|
23
|
-
exports._json = _json;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.splitEvery = void 0;
|
|
4
|
-
function splitEvery(value, delimiter, numDelimiters) {
|
|
5
|
-
if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) {
|
|
6
|
-
throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery.");
|
|
7
|
-
}
|
|
8
|
-
const segments = value.split(delimiter);
|
|
9
|
-
if (numDelimiters === 1) {
|
|
10
|
-
return segments;
|
|
11
|
-
}
|
|
12
|
-
const compoundSegments = [];
|
|
13
|
-
let currentSegment = "";
|
|
14
|
-
for (let i = 0; i < segments.length; i++) {
|
|
15
|
-
if (currentSegment === "") {
|
|
16
|
-
currentSegment = segments[i];
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
currentSegment += delimiter + segments[i];
|
|
20
|
-
}
|
|
21
|
-
if ((i + 1) % numDelimiters === 0) {
|
|
22
|
-
compoundSegments.push(currentSegment);
|
|
23
|
-
currentSegment = "";
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
if (currentSegment !== "") {
|
|
27
|
-
compoundSegments.push(currentSegment);
|
|
28
|
-
}
|
|
29
|
-
return compoundSegments;
|
|
30
|
-
}
|
|
31
|
-
exports.splitEvery = splitEvery;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
|
-
"build:cjs": "
|
|
6
|
+
"build:cjs": "node ../../scripts/inline smithy-client",
|
|
7
7
|
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
|
8
8
|
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@smithy/middleware-endpoint": "^2.
|
|
27
|
-
"@smithy/middleware-stack": "^2.0
|
|
28
|
-
"@smithy/protocol-http": "^3.0
|
|
29
|
-
"@smithy/types": "^2.
|
|
30
|
-
"@smithy/util-stream": "^2.0
|
|
26
|
+
"@smithy/middleware-endpoint": "^2.4.0",
|
|
27
|
+
"@smithy/middleware-stack": "^2.1.0",
|
|
28
|
+
"@smithy/protocol-http": "^3.1.0",
|
|
29
|
+
"@smithy/types": "^2.9.0",
|
|
30
|
+
"@smithy/util-stream": "^2.1.0",
|
|
31
31
|
"tslib": "^2.5.0"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpApiKeyAuthLocation = void 0;
|
|
4
|
-
var HttpApiKeyAuthLocation;
|
|
5
|
-
(function (HttpApiKeyAuthLocation) {
|
|
6
|
-
HttpApiKeyAuthLocation["HEADER"] = "header";
|
|
7
|
-
HttpApiKeyAuthLocation["QUERY"] = "query";
|
|
8
|
-
})(HttpApiKeyAuthLocation = exports.HttpApiKeyAuthLocation || (exports.HttpApiKeyAuthLocation = {}));
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HttpAuthLocation = void 0;
|
|
4
|
-
var HttpAuthLocation;
|
|
5
|
-
(function (HttpAuthLocation) {
|
|
6
|
-
HttpAuthLocation["HEADER"] = "header";
|
|
7
|
-
HttpAuthLocation["QUERY"] = "query";
|
|
8
|
-
})(HttpAuthLocation = exports.HttpAuthLocation || (exports.HttpAuthLocation = {}));
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./auth"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./HttpApiKeyAuth"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./HttpAuthScheme"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./HttpAuthSchemeProvider"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./HttpSigner"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./IdentityProviderConfig"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./config"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./manager"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./pool"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EndpointURLScheme = void 0;
|
|
4
|
-
var EndpointURLScheme;
|
|
5
|
-
(function (EndpointURLScheme) {
|
|
6
|
-
EndpointURLScheme["HTTP"] = "http";
|
|
7
|
-
EndpointURLScheme["HTTPS"] = "https";
|
|
8
|
-
})(EndpointURLScheme = exports.EndpointURLScheme || (exports.EndpointURLScheme = {}));
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|