@smithy/types
Advanced tools
Comparing version
@@ -24,2 +24,4 @@ export * from "./abort"; | ||
export * from "./retry"; | ||
export * from "./schema/schema"; | ||
export * from "./schema/sentinels"; | ||
export * from "./serde"; | ||
@@ -34,2 +36,3 @@ export * from "./shapes"; | ||
export * from "./transform/client-payload-blob-type-narrow"; | ||
export * from "./transform/mutable"; | ||
export * from "./transform/no-undefined"; | ||
@@ -36,0 +39,0 @@ export * from "./transform/type-transform"; |
@@ -1,4 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Readable } from "stream"; | ||
@@ -5,0 +2,0 @@ import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
import { Handler, MiddlewareStack } from "./middleware"; | ||
import { MetadataBearer } from "./response"; | ||
import { OperationSchema } from "./schema/schema"; | ||
/** | ||
@@ -9,2 +10,3 @@ * @public | ||
readonly middlewareStack: MiddlewareStack<InputType, OutputType>; | ||
readonly schema?: OperationSchema; | ||
resolveMiddleware(stack: MiddlewareStack<ClientInput, ClientOutput>, configuration: ResolvedConfiguration, options: any): Handler<InputType, OutputType>; | ||
@@ -11,0 +13,0 @@ } |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { Agent as hAgent, AgentOptions as hAgentOptions } from "http"; | ||
@@ -4,0 +2,0 @@ import type { Agent as hsAgent, AgentOptions as hsAgentOptions } from "https"; |
@@ -24,2 +24,4 @@ export * from "./abort"; | ||
export * from "./retry"; | ||
export * from "./schema/schema"; | ||
export * from "./schema/sentinels"; | ||
export * from "./serde"; | ||
@@ -34,2 +36,3 @@ export * from "./shapes"; | ||
export * from "./transform/client-payload-blob-type-narrow"; | ||
export * from "./transform/mutable"; | ||
export * from "./transform/no-undefined"; | ||
@@ -36,0 +39,0 @@ export * from "./transform/type-transform"; |
import { Endpoint } from "./http"; | ||
import { ClientProtocol } from "./schema/schema"; | ||
import { RequestHandler } from "./transfer"; | ||
@@ -31,2 +32,3 @@ import { Decoder, Encoder, Provider } from "./util"; | ||
disableHostPrefix: boolean; | ||
protocol?: ClientProtocol<any, any>; | ||
} | ||
@@ -33,0 +35,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import type { Readable } from "stream"; | ||
@@ -3,0 +2,0 @@ import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
@@ -1,4 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { Readable } from "stream"; | ||
@@ -5,0 +2,0 @@ import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { IncomingMessage } from "http"; | ||
@@ -4,0 +2,0 @@ import type { Readable } from "stream"; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type { IncomingMessage } from "http"; | ||
@@ -4,0 +2,0 @@ import type { ClientHttp2Stream } from "http2"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Readable } from "stream"; | ||
@@ -3,0 +2,0 @@ import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
import { Handler, MiddlewareStack } from "./middleware"; | ||
import { MetadataBearer } from "./response"; | ||
import { OperationSchema } from "./schema/schema"; | ||
/** | ||
@@ -9,2 +10,3 @@ * @public | ||
readonly middlewareStack: MiddlewareStack<InputType, OutputType>; | ||
readonly schema?: OperationSchema; | ||
resolveMiddleware(stack: MiddlewareStack<ClientInput, ClientOutput>, configuration: ResolvedConfiguration, options: any): Handler<InputType, OutputType>; | ||
@@ -11,0 +13,0 @@ } |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Agent as hAgent, AgentOptions as hAgentOptions } from "http"; | ||
@@ -3,0 +2,0 @@ import { Agent as hsAgent, AgentOptions as hsAgentOptions } from "https"; |
@@ -24,2 +24,4 @@ export * from "./abort"; | ||
export * from "./retry"; | ||
export * from "./schema/schema"; | ||
export * from "./schema/sentinels"; | ||
export * from "./serde"; | ||
@@ -34,2 +36,3 @@ export * from "./shapes"; | ||
export * from "./transform/client-payload-blob-type-narrow"; | ||
export * from "./transform/mutable"; | ||
export * from "./transform/no-undefined"; | ||
@@ -36,0 +39,0 @@ export * from "./transform/type-transform"; |
import { Endpoint } from "./http"; | ||
import { ClientProtocol } from "./schema/schema"; | ||
import { RequestHandler } from "./transfer"; | ||
@@ -31,2 +32,3 @@ import { Decoder, Encoder, Provider } from "./util"; | ||
disableHostPrefix: boolean; | ||
protocol?: ClientProtocol<any, any>; | ||
} | ||
@@ -33,0 +35,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Readable } from "stream"; | ||
@@ -3,0 +2,0 @@ import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Readable } from "stream"; | ||
@@ -3,0 +2,0 @@ import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IncomingMessage } from "http"; | ||
@@ -3,0 +2,0 @@ import { Readable } from "stream"; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IncomingMessage } from "http"; | ||
@@ -3,0 +2,0 @@ import { ClientHttp2Stream } from "http2"; |
{ | ||
"name": "@smithy/types", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", |
268028
8.55%279
6.08%7753
11.14%