UNPKG

@anthropic-ai/bedrock-sdk

Version:

The official TypeScript library for the Anthropic Bedrock API

7 lines 419 B
import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from '@smithy/types'; import { ResponseStream } from '@aws-sdk/client-bedrock-runtime'; /** * deserializeAws_restJson1ResponseStream */ export declare const de_ResponseStream: (output: any, context: __SerdeContext & __EventStreamSerdeContext) => AsyncIterable<ResponseStream>; //# sourceMappingURL=AWS_restJson1.d.mts.map