@smithy/core
Advanced tools
+5
-5
| export { getSmithyContext } from "@smithy/core/transport"; | ||
| export * from "./legacy-root-exports/middleware-http-auth-scheme"; | ||
| export * from "./legacy-root-exports/middleware-http-signing"; | ||
| export * from "./normalizeProvider"; | ||
| export { getHttpAuthSchemeEndpointRuleSetPlugin, getHttpAuthSchemePlugin, httpAuthSchemeEndpointRuleSetMiddlewareOptions, httpAuthSchemeMiddleware, httpAuthSchemeMiddlewareOptions, } from "./legacy-root-exports/middleware-http-auth-scheme"; | ||
| export { getHttpSigningPlugin, httpSigningMiddleware, httpSigningMiddlewareOptions, } from "./legacy-root-exports/middleware-http-signing"; | ||
| export { normalizeProvider } from "./normalizeProvider"; | ||
| export { createPaginator } from "./legacy-root-exports/pagination/createPaginator"; | ||
| export { requestBuilder } from "@smithy/core/protocols"; | ||
| export * from "./setFeature"; | ||
| export * from "./legacy-root-exports/util-identity-and-auth"; | ||
| export { setFeature } from "./setFeature"; | ||
| export { DefaultIdentityProviderConfig, EXPIRATION_MS, HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner, createIsIdentityExpiredFunction, doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, } from "./legacy-root-exports/util-identity-and-auth"; |
@@ -1,3 +0,3 @@ | ||
| export * from "./httpAuthSchemeMiddleware"; | ||
| export * from "./getHttpAuthSchemeEndpointRuleSetPlugin"; | ||
| export * from "./getHttpAuthSchemePlugin"; | ||
| export { httpAuthSchemeMiddleware } from "./httpAuthSchemeMiddleware"; | ||
| export { getHttpAuthSchemeEndpointRuleSetPlugin, httpAuthSchemeEndpointRuleSetMiddlewareOptions, } from "./getHttpAuthSchemeEndpointRuleSetPlugin"; | ||
| export { getHttpAuthSchemePlugin, httpAuthSchemeMiddlewareOptions } from "./getHttpAuthSchemePlugin"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./httpSigningMiddleware"; | ||
| export * from "./getHttpSigningMiddleware"; | ||
| export { httpSigningMiddleware } from "./httpSigningMiddleware"; | ||
| export { getHttpSigningPlugin, httpSigningMiddlewareOptions } from "./getHttpSigningMiddleware"; |
@@ -1,3 +0,3 @@ | ||
| export * from "./httpApiKeyAuth"; | ||
| export * from "./httpBearerAuth"; | ||
| export * from "./noAuth"; | ||
| export { HttpApiKeyAuthSigner } from "./httpApiKeyAuth"; | ||
| export { HttpBearerAuthSigner } from "./httpBearerAuth"; | ||
| export { NoAuthSigner } from "./noAuth"; |
@@ -1,3 +0,3 @@ | ||
| export * from "./DefaultIdentityProviderConfig"; | ||
| export * from "./httpAuthSchemes"; | ||
| export * from "./memoizeIdentityProvider"; | ||
| export { DefaultIdentityProviderConfig } from "./DefaultIdentityProviderConfig"; | ||
| export { HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner } from "./httpAuthSchemes"; | ||
| export { EXPIRATION_MS, createIsIdentityExpiredFunction, doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, } from "./memoizeIdentityProvider"; |
| export { cbor } from "./cbor"; | ||
| export { tag, tagSymbol } from "./cbor-types"; | ||
| export * from "./parseCborBody"; | ||
| export * from "./SmithyRpcV2CborProtocol"; | ||
| export * from "./CborCodec"; | ||
| export { buildHttpRpcRequest, checkCborResponse, dateToTag, loadSmithyRpcV2CborErrorCode, parseCborBody, parseCborErrorBody, } from "./parseCborBody"; | ||
| export { SmithyRpcV2CborProtocol } from "./SmithyRpcV2CborProtocol"; | ||
| export { CborCodec, CborShapeDeserializer, CborShapeSerializer } from "./CborCodec"; |
@@ -14,3 +14,3 @@ import { getEndpointFromConfig } from "./middleware-endpoint/adaptors/getEndpointFromConfig.browser"; | ||
| export { resolveEndpoint } from "./util-endpoints/resolveEndpoint"; | ||
| export * from "./util-endpoints/types"; | ||
| export { EndpointError } from "./util-endpoints/types"; | ||
| export const getEndpointFromInstructions = bindGetEndpointFromInstructions(getEndpointFromConfig); | ||
@@ -17,0 +17,0 @@ export const resolveEndpointConfig = bindResolveEndpointConfig(getEndpointFromConfig); |
@@ -14,3 +14,3 @@ import { getEndpointFromConfig } from "./middleware-endpoint/adaptors/getEndpointFromConfig"; | ||
| export { resolveEndpoint } from "./util-endpoints/resolveEndpoint"; | ||
| export * from "./util-endpoints/types"; | ||
| export { EndpointError } from "./util-endpoints/types"; | ||
| export const getEndpointFromInstructions = bindGetEndpointFromInstructions(getEndpointFromConfig); | ||
@@ -17,0 +17,0 @@ export const resolveEndpointConfig = bindResolveEndpointConfig(getEndpointFromConfig); |
@@ -1,1 +0,1 @@ | ||
| export * from "./s3"; | ||
| export { DOT_PATTERN, S3_HOSTNAME_PATTERN, isArnBucketName, isDnsCompatibleBucketName, resolveParamsForS3 } from "./s3"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./debugId"; | ||
| export * from "./toDebugString"; | ||
| export { debugId } from "./debugId"; | ||
| export { toDebugString } from "./toDebugString"; |
@@ -1,12 +0,12 @@ | ||
| export * from "./booleanEquals"; | ||
| export * from "./coalesce"; | ||
| export * from "./getAttr"; | ||
| export * from "./isSet"; | ||
| export { booleanEquals } from "./booleanEquals"; | ||
| export { coalesce } from "./coalesce"; | ||
| export { getAttr } from "./getAttr"; | ||
| export { isSet } from "./isSet"; | ||
| export { isValidHostLabel } from "@smithy/core/transport"; | ||
| export * from "./ite"; | ||
| export * from "./not"; | ||
| export * from "./parseURL"; | ||
| export * from "./split"; | ||
| export * from "./stringEquals"; | ||
| export * from "./substring"; | ||
| export * from "./uriEncode"; | ||
| export { ite } from "./ite"; | ||
| export { not } from "./not"; | ||
| export { parseURL } from "./parseURL"; | ||
| export { split } from "./split"; | ||
| export { stringEquals } from "./stringEquals"; | ||
| export { substring } from "./substring"; | ||
| export { uriEncode } from "./uriEncode"; |
@@ -1,7 +0,1 @@ | ||
| export * from "./EndpointError"; | ||
| export * from "./EndpointFunctions"; | ||
| export * from "./EndpointRuleObject"; | ||
| export * from "./ErrorRuleObject"; | ||
| export * from "./RuleSetObject"; | ||
| export * from "./TreeRuleObject"; | ||
| export * from "./shared"; | ||
| export { EndpointError } from "./EndpointError"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./customEndpointFunctions"; | ||
| export * from "./evaluateRules"; | ||
| export { customEndpointFunctions } from "./customEndpointFunctions"; | ||
| export { evaluateRules, evaluateTreeRule, group } from "./evaluateRules"; |
@@ -1,14 +0,14 @@ | ||
| export * from "./collect-stream-body"; | ||
| export * from "./extended-encode-uri-component"; | ||
| export * from "./HttpBindingProtocol"; | ||
| export * from "./HttpProtocol"; | ||
| export * from "./RpcProtocol"; | ||
| export * from "./requestBuilder"; | ||
| export * from "./resolve-path"; | ||
| export * from "./serde/FromStringShapeDeserializer"; | ||
| export * from "./serde/HttpInterceptingShapeDeserializer"; | ||
| export * from "./serde/HttpInterceptingShapeSerializer"; | ||
| export * from "./serde/ToStringShapeSerializer"; | ||
| export * from "./serde/determineTimestampFormat"; | ||
| export * from "./SerdeContext"; | ||
| export { collectBody } from "./collect-stream-body"; | ||
| export { extendedEncodeURIComponent } from "./extended-encode-uri-component"; | ||
| export { HttpBindingProtocol } from "./HttpBindingProtocol"; | ||
| export { HttpProtocol } from "./HttpProtocol"; | ||
| export { RpcProtocol } from "./RpcProtocol"; | ||
| export { RequestBuilder, requestBuilder } from "./requestBuilder"; | ||
| export { resolvedPath } from "./resolve-path"; | ||
| export { FromStringShapeDeserializer } from "./serde/FromStringShapeDeserializer"; | ||
| export { HttpInterceptingShapeDeserializer } from "./serde/HttpInterceptingShapeDeserializer"; | ||
| export { HttpInterceptingShapeSerializer } from "./serde/HttpInterceptingShapeSerializer"; | ||
| export { ToStringShapeSerializer } from "./serde/ToStringShapeSerializer"; | ||
| export { determineTimestampFormat } from "./serde/determineTimestampFormat"; | ||
| export { SerdeContext } from "./SerdeContext"; | ||
| export { Field } from "./protocol-http/Field"; | ||
@@ -15,0 +15,0 @@ export { Fields } from "./protocol-http/Fields"; |
@@ -1,14 +0,14 @@ | ||
| export * from "./deref"; | ||
| export * from "./middleware/getSchemaSerdePlugin"; | ||
| export * from "./schemas/ListSchema"; | ||
| export * from "./schemas/MapSchema"; | ||
| export * from "./schemas/OperationSchema"; | ||
| export * from "./schemas/operation"; | ||
| export * from "./schemas/ErrorSchema"; | ||
| export * from "./schemas/NormalizedSchema"; | ||
| export * from "./schemas/Schema"; | ||
| export * from "./schemas/SimpleSchema"; | ||
| export * from "./schemas/StructureSchema"; | ||
| export * from "./schemas/sentinels"; | ||
| export * from "./schemas/translateTraits"; | ||
| export * from "./TypeRegistry"; | ||
| export { deref } from "./deref"; | ||
| export { deserializerMiddlewareOption, getSchemaSerdePlugin, serializerMiddlewareOption, } from "./middleware/getSchemaSerdePlugin"; | ||
| export { ListSchema, list } from "./schemas/ListSchema"; | ||
| export { MapSchema, map } from "./schemas/MapSchema"; | ||
| export { OperationSchema, op } from "./schemas/OperationSchema"; | ||
| export { operation } from "./schemas/operation"; | ||
| export { ErrorSchema, error } from "./schemas/ErrorSchema"; | ||
| export { NormalizedSchema, isStaticSchema, simpleSchemaCacheN, simpleSchemaCacheS } from "./schemas/NormalizedSchema"; | ||
| export { Schema } from "./schemas/Schema"; | ||
| export { SimpleSchema, sim, simAdapter } from "./schemas/SimpleSchema"; | ||
| export { StructureSchema, struct } from "./schemas/StructureSchema"; | ||
| export { SCHEMA } from "./schemas/sentinels"; | ||
| export { traitsCache, translateTraits } from "./schemas/translateTraits"; | ||
| export { TypeRegistry } from "./TypeRegistry"; |
| export { getSmithyContext } from "@smithy/core/transport"; | ||
| export * from "./legacy-root-exports/middleware-http-auth-scheme"; | ||
| export * from "./legacy-root-exports/middleware-http-signing"; | ||
| export * from "./normalizeProvider"; | ||
| export { getHttpAuthSchemeEndpointRuleSetPlugin, getHttpAuthSchemePlugin, httpAuthSchemeEndpointRuleSetMiddlewareOptions, httpAuthSchemeMiddleware, httpAuthSchemeMiddlewareOptions, } from "./legacy-root-exports/middleware-http-auth-scheme"; | ||
| export type { PreviouslyResolved } from "./legacy-root-exports/middleware-http-auth-scheme"; | ||
| export { getHttpSigningPlugin, httpSigningMiddleware, httpSigningMiddlewareOptions, } from "./legacy-root-exports/middleware-http-signing"; | ||
| export { normalizeProvider } from "./normalizeProvider"; | ||
| export { createPaginator } from "./legacy-root-exports/pagination/createPaginator"; | ||
@@ -11,3 +12,4 @@ /** | ||
| export { requestBuilder } from "@smithy/core/protocols"; | ||
| export * from "./setFeature"; | ||
| export * from "./legacy-root-exports/util-identity-and-auth"; | ||
| export { setFeature } from "./setFeature"; | ||
| export { DefaultIdentityProviderConfig, EXPIRATION_MS, HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner, createIsIdentityExpiredFunction, doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, } from "./legacy-root-exports/util-identity-and-auth"; | ||
| export type { MemoizedIdentityProvider } from "./legacy-root-exports/util-identity-and-auth"; |
@@ -1,3 +0,4 @@ | ||
| export * from "./httpAuthSchemeMiddleware"; | ||
| export * from "./getHttpAuthSchemeEndpointRuleSetPlugin"; | ||
| export * from "./getHttpAuthSchemePlugin"; | ||
| export { httpAuthSchemeMiddleware } from "./httpAuthSchemeMiddleware"; | ||
| export type { PreviouslyResolved } from "./httpAuthSchemeMiddleware"; | ||
| export { getHttpAuthSchemeEndpointRuleSetPlugin, httpAuthSchemeEndpointRuleSetMiddlewareOptions, } from "./getHttpAuthSchemeEndpointRuleSetPlugin"; | ||
| export { getHttpAuthSchemePlugin, httpAuthSchemeMiddlewareOptions } from "./getHttpAuthSchemePlugin"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./httpSigningMiddleware"; | ||
| export * from "./getHttpSigningMiddleware"; | ||
| export { httpSigningMiddleware } from "./httpSigningMiddleware"; | ||
| export { getHttpSigningPlugin, httpSigningMiddlewareOptions } from "./getHttpSigningMiddleware"; |
@@ -1,3 +0,3 @@ | ||
| export * from "./httpApiKeyAuth"; | ||
| export * from "./httpBearerAuth"; | ||
| export * from "./noAuth"; | ||
| export { HttpApiKeyAuthSigner } from "./httpApiKeyAuth"; | ||
| export { HttpBearerAuthSigner } from "./httpBearerAuth"; | ||
| export { NoAuthSigner } from "./noAuth"; |
@@ -1,3 +0,4 @@ | ||
| export * from "./DefaultIdentityProviderConfig"; | ||
| export * from "./httpAuthSchemes"; | ||
| export * from "./memoizeIdentityProvider"; | ||
| export { DefaultIdentityProviderConfig } from "./DefaultIdentityProviderConfig"; | ||
| export { HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner } from "./httpAuthSchemes"; | ||
| export { EXPIRATION_MS, createIsIdentityExpiredFunction, doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, } from "./memoizeIdentityProvider"; | ||
| export type { MemoizedIdentityProvider } from "./memoizeIdentityProvider"; |
| export { cbor } from "./cbor"; | ||
| export { tag, tagSymbol } from "./cbor-types"; | ||
| export * from "./parseCborBody"; | ||
| export * from "./SmithyRpcV2CborProtocol"; | ||
| export * from "./CborCodec"; | ||
| export { buildHttpRpcRequest, checkCborResponse, dateToTag, loadSmithyRpcV2CborErrorCode, parseCborBody, parseCborErrorBody, } from "./parseCborBody"; | ||
| export { SmithyRpcV2CborProtocol } from "./SmithyRpcV2CborProtocol"; | ||
| export { CborCodec, CborShapeDeserializer, CborShapeSerializer } from "./CborCodec"; |
| import type { WaiterConfiguration } from "@smithy/types"; | ||
| export { WaiterConfiguration }; | ||
| export type { WaiterConfiguration }; | ||
| /** | ||
@@ -4,0 +4,0 @@ * @internal |
@@ -9,3 +9,4 @@ export { toEndpointV1 } from "@smithy/core/transport"; | ||
| export { resolveEndpoint } from "./util-endpoints/resolveEndpoint"; | ||
| export * from "./util-endpoints/types"; | ||
| export { EndpointError } from "./util-endpoints/types"; | ||
| export type { ConditionObject, DeprecatedObject, EndpointFunctions, EndpointObject, EndpointObjectHeaders, EndpointObjectProperties, EndpointParams, EndpointResolverOptions, EndpointRuleObject, ErrorRuleObject, EvaluateOptions, Expression, FunctionArgv, FunctionObject, FunctionReturn, ParameterObject, ReferenceObject, ReferenceRecord, RuleSetObject, RuleSetRules, TreeRuleObject, } from "./util-endpoints/types"; | ||
| export declare const getEndpointFromInstructions: <T extends import("@smithy/types").EndpointParameters, CommandInput extends object, Config extends object>(commandInput: CommandInput, instructionsSupplier: import("./middleware-endpoint/adaptors/getEndpointFromInstructions").EndpointParameterInstructionsSupplier, clientConfig: Partial<import("./middleware-endpoint/resolveEndpointConfig").EndpointResolvedConfig<T>> & Config, context?: import("@smithy/types").HandlerExecutionContext) => Promise<import("@smithy/types").EndpointV2>; | ||
@@ -12,0 +13,0 @@ export declare const resolveEndpointConfig: <T, P extends import("@smithy/types").EndpointParameters = import("@smithy/types").EndpointParameters>(input: T & import("./middleware-endpoint/resolveEndpointConfig").EndpointInputConfig<P> & import("./middleware-endpoint/resolveEndpointConfig").PreviouslyResolved<P>) => T & import("./middleware-endpoint/resolveEndpointConfig").EndpointResolvedConfig<P>; |
@@ -9,3 +9,4 @@ export { toEndpointV1 } from "@smithy/core/transport"; | ||
| export { resolveEndpoint } from "./util-endpoints/resolveEndpoint"; | ||
| export * from "./util-endpoints/types"; | ||
| export { EndpointError } from "./util-endpoints/types"; | ||
| export type { ConditionObject, DeprecatedObject, EndpointFunctions, EndpointObject, EndpointObjectHeaders, EndpointObjectProperties, EndpointParams, EndpointResolverOptions, EndpointRuleObject, ErrorRuleObject, EvaluateOptions, Expression, FunctionArgv, FunctionObject, FunctionReturn, ParameterObject, ReferenceObject, ReferenceRecord, RuleSetObject, RuleSetRules, TreeRuleObject, } from "./util-endpoints/types"; | ||
| export declare const getEndpointFromInstructions: <T extends import("@smithy/types").EndpointParameters, CommandInput extends object, Config extends object>(commandInput: CommandInput, instructionsSupplier: import("./middleware-endpoint/adaptors/getEndpointFromInstructions").EndpointParameterInstructionsSupplier, clientConfig: Partial<import("./middleware-endpoint/resolveEndpointConfig").EndpointResolvedConfig<T>> & Config, context?: import("@smithy/types").HandlerExecutionContext) => Promise<import("@smithy/types").EndpointV2>; | ||
@@ -12,0 +13,0 @@ export declare const resolveEndpointConfig: <T, P extends import("@smithy/types").EndpointParameters = import("@smithy/types").EndpointParameters>(input: T & import("./middleware-endpoint/resolveEndpointConfig").EndpointInputConfig<P> & import("./middleware-endpoint/resolveEndpointConfig").PreviouslyResolved<P>) => T & import("./middleware-endpoint/resolveEndpointConfig").EndpointResolvedConfig<P>; |
| /** | ||
| * @internal | ||
| */ | ||
| export * from "./s3"; | ||
| export { DOT_PATTERN, S3_HOSTNAME_PATTERN, isArnBucketName, isDnsCompatibleBucketName, resolveParamsForS3 } from "./s3"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./debugId"; | ||
| export * from "./toDebugString"; | ||
| export { debugId } from "./debugId"; | ||
| export { toDebugString } from "./toDebugString"; |
@@ -1,12 +0,13 @@ | ||
| export * from "./booleanEquals"; | ||
| export * from "./coalesce"; | ||
| export * from "./getAttr"; | ||
| export * from "./isSet"; | ||
| export { booleanEquals } from "./booleanEquals"; | ||
| export { coalesce } from "./coalesce"; | ||
| export { getAttr } from "./getAttr"; | ||
| export type { GetAttrValue } from "./getAttr"; | ||
| export { isSet } from "./isSet"; | ||
| export { isValidHostLabel } from "@smithy/core/transport"; | ||
| export * from "./ite"; | ||
| export * from "./not"; | ||
| export * from "./parseURL"; | ||
| export * from "./split"; | ||
| export * from "./stringEquals"; | ||
| export * from "./substring"; | ||
| export * from "./uriEncode"; | ||
| export { ite } from "./ite"; | ||
| export { not } from "./not"; | ||
| export { parseURL } from "./parseURL"; | ||
| export { split } from "./split"; | ||
| export { stringEquals } from "./stringEquals"; | ||
| export { substring } from "./substring"; | ||
| export { uriEncode } from "./uriEncode"; |
@@ -1,7 +0,7 @@ | ||
| export * from "./EndpointError"; | ||
| export * from "./EndpointFunctions"; | ||
| export * from "./EndpointRuleObject"; | ||
| export * from "./ErrorRuleObject"; | ||
| export * from "./RuleSetObject"; | ||
| export * from "./TreeRuleObject"; | ||
| export * from "./shared"; | ||
| export { EndpointError } from "./EndpointError"; | ||
| export type { EndpointFunctions } from "./EndpointFunctions"; | ||
| export type { EndpointObject, EndpointObjectHeaders, EndpointObjectProperties, EndpointRuleObject, } from "./EndpointRuleObject"; | ||
| export type { ErrorRuleObject } from "./ErrorRuleObject"; | ||
| export type { DeprecatedObject, ParameterObject, RuleSetObject } from "./RuleSetObject"; | ||
| export type { RuleSetRules, TreeRuleObject } from "./TreeRuleObject"; | ||
| export type { ConditionObject, EndpointParams, EndpointResolverOptions, EvaluateOptions, Expression, FunctionArgv, FunctionObject, FunctionReturn, ReferenceObject, ReferenceRecord, } from "./shared"; |
@@ -1,2 +0,2 @@ | ||
| export * from "./customEndpointFunctions"; | ||
| export * from "./evaluateRules"; | ||
| export { customEndpointFunctions } from "./customEndpointFunctions"; | ||
| export { evaluateRules, evaluateTreeRule, group } from "./evaluateRules"; |
@@ -1,14 +0,14 @@ | ||
| export * from "./collect-stream-body"; | ||
| export * from "./extended-encode-uri-component"; | ||
| export * from "./HttpBindingProtocol"; | ||
| export * from "./HttpProtocol"; | ||
| export * from "./RpcProtocol"; | ||
| export * from "./requestBuilder"; | ||
| export * from "./resolve-path"; | ||
| export * from "./serde/FromStringShapeDeserializer"; | ||
| export * from "./serde/HttpInterceptingShapeDeserializer"; | ||
| export * from "./serde/HttpInterceptingShapeSerializer"; | ||
| export * from "./serde/ToStringShapeSerializer"; | ||
| export * from "./serde/determineTimestampFormat"; | ||
| export * from "./SerdeContext"; | ||
| export { collectBody } from "./collect-stream-body"; | ||
| export { extendedEncodeURIComponent } from "./extended-encode-uri-component"; | ||
| export { HttpBindingProtocol } from "./HttpBindingProtocol"; | ||
| export { HttpProtocol } from "./HttpProtocol"; | ||
| export { RpcProtocol } from "./RpcProtocol"; | ||
| export { RequestBuilder, requestBuilder } from "./requestBuilder"; | ||
| export { resolvedPath } from "./resolve-path"; | ||
| export { FromStringShapeDeserializer } from "./serde/FromStringShapeDeserializer"; | ||
| export { HttpInterceptingShapeDeserializer } from "./serde/HttpInterceptingShapeDeserializer"; | ||
| export { HttpInterceptingShapeSerializer } from "./serde/HttpInterceptingShapeSerializer"; | ||
| export { ToStringShapeSerializer } from "./serde/ToStringShapeSerializer"; | ||
| export { determineTimestampFormat } from "./serde/determineTimestampFormat"; | ||
| export { SerdeContext } from "./SerdeContext"; | ||
| export { Field } from "./protocol-http/Field"; | ||
@@ -15,0 +15,0 @@ export { Fields, type FieldsOptions } from "./protocol-http/Fields"; |
@@ -1,14 +0,14 @@ | ||
| export * from "./deref"; | ||
| export * from "./middleware/getSchemaSerdePlugin"; | ||
| export * from "./schemas/ListSchema"; | ||
| export * from "./schemas/MapSchema"; | ||
| export * from "./schemas/OperationSchema"; | ||
| export * from "./schemas/operation"; | ||
| export * from "./schemas/ErrorSchema"; | ||
| export * from "./schemas/NormalizedSchema"; | ||
| export * from "./schemas/Schema"; | ||
| export * from "./schemas/SimpleSchema"; | ||
| export * from "./schemas/StructureSchema"; | ||
| export * from "./schemas/sentinels"; | ||
| export * from "./schemas/translateTraits"; | ||
| export * from "./TypeRegistry"; | ||
| export { deref } from "./deref"; | ||
| export { deserializerMiddlewareOption, getSchemaSerdePlugin, serializerMiddlewareOption, } from "./middleware/getSchemaSerdePlugin"; | ||
| export { ListSchema, list } from "./schemas/ListSchema"; | ||
| export { MapSchema, map } from "./schemas/MapSchema"; | ||
| export { OperationSchema, op } from "./schemas/OperationSchema"; | ||
| export { operation } from "./schemas/operation"; | ||
| export { ErrorSchema, error } from "./schemas/ErrorSchema"; | ||
| export { NormalizedSchema, isStaticSchema, simpleSchemaCacheN, simpleSchemaCacheS } from "./schemas/NormalizedSchema"; | ||
| export { Schema } from "./schemas/Schema"; | ||
| export { SimpleSchema, sim, simAdapter } from "./schemas/SimpleSchema"; | ||
| export { StructureSchema, struct } from "./schemas/StructureSchema"; | ||
| export { SCHEMA } from "./schemas/sentinels"; | ||
| export { traitsCache, translateTraits } from "./schemas/translateTraits"; | ||
| export { TypeRegistry } from "./TypeRegistry"; |
@@ -1,2 +0,2 @@ | ||
| import { HttpRequest as IHttpRequest, type HeaderBag, type HttpMessage, type QueryParameterBag, type URI } from "@smithy/types"; | ||
| import type { HeaderBag, HttpMessage, HttpRequest as IHttpRequest, QueryParameterBag, URI } from "@smithy/types"; | ||
| type HttpRequestOptions = Partial<HttpMessage> & Partial<URI> & { | ||
@@ -20,3 +20,3 @@ method?: string; | ||
| */ | ||
| export { IHttpRequest }; | ||
| export type { IHttpRequest }; | ||
| /** | ||
@@ -23,0 +23,0 @@ * @public |
| export { getSmithyContext } from "./getSmithyContext"; | ||
| export { HttpRequest, IHttpRequest } from "./httpRequest"; | ||
| export { HttpRequest } from "./httpRequest"; | ||
| export type { IHttpRequest } from "./httpRequest"; | ||
| export { HttpResponse } from "./httpResponse"; | ||
@@ -4,0 +5,0 @@ export { isValidHostLabel } from "./isValidHostLabel"; |
+2
-2
| { | ||
| "name": "@smithy/core", | ||
| "version": "3.29.1", | ||
| "version": "3.29.2", | ||
| "scripts": { | ||
@@ -173,3 +173,3 @@ "benchmark:cbor": "node ./scripts/cbor-perf.mjs", | ||
| "dependencies": { | ||
| "@smithy/types": "^4.15.1", | ||
| "@smithy/types": "^4.16.0", | ||
| "tslib": "^2.6.2" | ||
@@ -176,0 +176,0 @@ }, |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
1365326
0.44%34271
0.02%Updated