/** *
Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.
* * @packageDocumentation */ export * from "./BedrockClient"; export * from "./Bedrock"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { BedrockExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export * from "./models/models_1"; export { BedrockServiceException } from "./models/BedrockServiceException";