New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-bedrock

Package Overview
Dependencies
Maintainers
5
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-bedrock - npm Package Compare versions

Comparing version 3.758.0 to 3.763.0

dist-es/commands/CreatePromptRouterCommand.js

4

dist-es/Bedrock.js

@@ -13,2 +13,3 @@ import { createAggregatedClient } from "@smithy/smithy-client";

import { CreateModelInvocationJobCommand, } from "./commands/CreateModelInvocationJobCommand";
import { CreatePromptRouterCommand, } from "./commands/CreatePromptRouterCommand";
import { CreateProvisionedModelThroughputCommand, } from "./commands/CreateProvisionedModelThroughputCommand";

@@ -21,2 +22,3 @@ import { DeleteCustomModelCommand, } from "./commands/DeleteCustomModelCommand";

import { DeleteModelInvocationLoggingConfigurationCommand, } from "./commands/DeleteModelInvocationLoggingConfigurationCommand";
import { DeletePromptRouterCommand, } from "./commands/DeletePromptRouterCommand";
import { DeleteProvisionedModelThroughputCommand, } from "./commands/DeleteProvisionedModelThroughputCommand";

@@ -73,2 +75,3 @@ import { DeregisterMarketplaceModelEndpointCommand, } from "./commands/DeregisterMarketplaceModelEndpointCommand";

CreateModelInvocationJobCommand,
CreatePromptRouterCommand,
CreateProvisionedModelThroughputCommand,

@@ -81,2 +84,3 @@ DeleteCustomModelCommand,

DeleteModelInvocationLoggingConfigurationCommand,
DeletePromptRouterCommand,
DeleteProvisionedModelThroughputCommand,

@@ -83,0 +87,0 @@ DeregisterMarketplaceModelEndpointCommand,

@@ -11,2 +11,3 @@ export * from "./BatchDeleteEvaluationJobCommand";

export * from "./CreateModelInvocationJobCommand";
export * from "./CreatePromptRouterCommand";
export * from "./CreateProvisionedModelThroughputCommand";

@@ -19,2 +20,3 @@ export * from "./DeleteCustomModelCommand";

export * from "./DeleteModelInvocationLoggingConfigurationCommand";
export * from "./DeletePromptRouterCommand";
export * from "./DeleteProvisionedModelThroughputCommand";

@@ -21,0 +23,0 @@ export * from "./DeregisterMarketplaceModelEndpointCommand";

@@ -770,2 +770,6 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";

});
export const CreatePromptRouterRequestFilterSensitiveLog = (obj) => ({
...obj,
...(obj.description && { description: SENSITIVE_STRING }),
});
export const GetPromptRouterResponseFilterSensitiveLog = (obj) => ({

@@ -772,0 +776,0 @@ ...obj,

@@ -13,2 +13,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

import { CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput } from "./commands/CreateModelInvocationJobCommand";
import { CreatePromptRouterCommandInput, CreatePromptRouterCommandOutput } from "./commands/CreatePromptRouterCommand";
import { CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput } from "./commands/CreateProvisionedModelThroughputCommand";

@@ -21,2 +22,3 @@ import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "./commands/DeleteCustomModelCommand";

import { DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput } from "./commands/DeleteModelInvocationLoggingConfigurationCommand";
import { DeletePromptRouterCommandInput, DeletePromptRouterCommandOutput } from "./commands/DeletePromptRouterCommand";
import { DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput } from "./commands/DeleteProvisionedModelThroughputCommand";

@@ -124,2 +126,8 @@ import { DeregisterMarketplaceModelEndpointCommandInput, DeregisterMarketplaceModelEndpointCommandOutput } from "./commands/DeregisterMarketplaceModelEndpointCommand";

/**
* @see {@link CreatePromptRouterCommand}
*/
createPromptRouter(args: CreatePromptRouterCommandInput, options?: __HttpHandlerOptions): Promise<CreatePromptRouterCommandOutput>;
createPromptRouter(args: CreatePromptRouterCommandInput, cb: (err: any, data?: CreatePromptRouterCommandOutput) => void): void;
createPromptRouter(args: CreatePromptRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePromptRouterCommandOutput) => void): void;
/**
* @see {@link CreateProvisionedModelThroughputCommand}

@@ -168,2 +176,8 @@ */

/**
* @see {@link DeletePromptRouterCommand}
*/
deletePromptRouter(args: DeletePromptRouterCommandInput, options?: __HttpHandlerOptions): Promise<DeletePromptRouterCommandOutput>;
deletePromptRouter(args: DeletePromptRouterCommandInput, cb: (err: any, data?: DeletePromptRouterCommandOutput) => void): void;
deletePromptRouter(args: DeletePromptRouterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePromptRouterCommandOutput) => void): void;
/**
* @see {@link DeleteProvisionedModelThroughputCommand}

@@ -170,0 +184,0 @@ */

6

dist-types/BedrockClient.d.ts

@@ -20,2 +20,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";

import { CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput } from "./commands/CreateModelInvocationJobCommand";
import { CreatePromptRouterCommandInput, CreatePromptRouterCommandOutput } from "./commands/CreatePromptRouterCommand";
import { CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput } from "./commands/CreateProvisionedModelThroughputCommand";

@@ -28,2 +29,3 @@ import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "./commands/DeleteCustomModelCommand";

import { DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput } from "./commands/DeleteModelInvocationLoggingConfigurationCommand";
import { DeletePromptRouterCommandInput, DeletePromptRouterCommandOutput } from "./commands/DeletePromptRouterCommand";
import { DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput } from "./commands/DeleteProvisionedModelThroughputCommand";

@@ -75,7 +77,7 @@ import { DeregisterMarketplaceModelEndpointCommandInput, DeregisterMarketplaceModelEndpointCommandOutput } from "./commands/DeregisterMarketplaceModelEndpointCommand";

*/
export type ServiceInputTypes = BatchDeleteEvaluationJobCommandInput | CreateEvaluationJobCommandInput | CreateGuardrailCommandInput | CreateGuardrailVersionCommandInput | CreateInferenceProfileCommandInput | CreateMarketplaceModelEndpointCommandInput | CreateModelCopyJobCommandInput | CreateModelCustomizationJobCommandInput | CreateModelImportJobCommandInput | CreateModelInvocationJobCommandInput | CreateProvisionedModelThroughputCommandInput | DeleteCustomModelCommandInput | DeleteGuardrailCommandInput | DeleteImportedModelCommandInput | DeleteInferenceProfileCommandInput | DeleteMarketplaceModelEndpointCommandInput | DeleteModelInvocationLoggingConfigurationCommandInput | DeleteProvisionedModelThroughputCommandInput | DeregisterMarketplaceModelEndpointCommandInput | GetCustomModelCommandInput | GetEvaluationJobCommandInput | GetFoundationModelCommandInput | GetGuardrailCommandInput | GetImportedModelCommandInput | GetInferenceProfileCommandInput | GetMarketplaceModelEndpointCommandInput | GetModelCopyJobCommandInput | GetModelCustomizationJobCommandInput | GetModelImportJobCommandInput | GetModelInvocationJobCommandInput | GetModelInvocationLoggingConfigurationCommandInput | GetPromptRouterCommandInput | GetProvisionedModelThroughputCommandInput | ListCustomModelsCommandInput | ListEvaluationJobsCommandInput | ListFoundationModelsCommandInput | ListGuardrailsCommandInput | ListImportedModelsCommandInput | ListInferenceProfilesCommandInput | ListMarketplaceModelEndpointsCommandInput | ListModelCopyJobsCommandInput | ListModelCustomizationJobsCommandInput | ListModelImportJobsCommandInput | ListModelInvocationJobsCommandInput | ListPromptRoutersCommandInput | ListProvisionedModelThroughputsCommandInput | ListTagsForResourceCommandInput | PutModelInvocationLoggingConfigurationCommandInput | RegisterMarketplaceModelEndpointCommandInput | StopEvaluationJobCommandInput | StopModelCustomizationJobCommandInput | StopModelInvocationJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGuardrailCommandInput | UpdateMarketplaceModelEndpointCommandInput | UpdateProvisionedModelThroughputCommandInput;
export type ServiceInputTypes = BatchDeleteEvaluationJobCommandInput | CreateEvaluationJobCommandInput | CreateGuardrailCommandInput | CreateGuardrailVersionCommandInput | CreateInferenceProfileCommandInput | CreateMarketplaceModelEndpointCommandInput | CreateModelCopyJobCommandInput | CreateModelCustomizationJobCommandInput | CreateModelImportJobCommandInput | CreateModelInvocationJobCommandInput | CreatePromptRouterCommandInput | CreateProvisionedModelThroughputCommandInput | DeleteCustomModelCommandInput | DeleteGuardrailCommandInput | DeleteImportedModelCommandInput | DeleteInferenceProfileCommandInput | DeleteMarketplaceModelEndpointCommandInput | DeleteModelInvocationLoggingConfigurationCommandInput | DeletePromptRouterCommandInput | DeleteProvisionedModelThroughputCommandInput | DeregisterMarketplaceModelEndpointCommandInput | GetCustomModelCommandInput | GetEvaluationJobCommandInput | GetFoundationModelCommandInput | GetGuardrailCommandInput | GetImportedModelCommandInput | GetInferenceProfileCommandInput | GetMarketplaceModelEndpointCommandInput | GetModelCopyJobCommandInput | GetModelCustomizationJobCommandInput | GetModelImportJobCommandInput | GetModelInvocationJobCommandInput | GetModelInvocationLoggingConfigurationCommandInput | GetPromptRouterCommandInput | GetProvisionedModelThroughputCommandInput | ListCustomModelsCommandInput | ListEvaluationJobsCommandInput | ListFoundationModelsCommandInput | ListGuardrailsCommandInput | ListImportedModelsCommandInput | ListInferenceProfilesCommandInput | ListMarketplaceModelEndpointsCommandInput | ListModelCopyJobsCommandInput | ListModelCustomizationJobsCommandInput | ListModelImportJobsCommandInput | ListModelInvocationJobsCommandInput | ListPromptRoutersCommandInput | ListProvisionedModelThroughputsCommandInput | ListTagsForResourceCommandInput | PutModelInvocationLoggingConfigurationCommandInput | RegisterMarketplaceModelEndpointCommandInput | StopEvaluationJobCommandInput | StopModelCustomizationJobCommandInput | StopModelInvocationJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateGuardrailCommandInput | UpdateMarketplaceModelEndpointCommandInput | UpdateProvisionedModelThroughputCommandInput;
/**
* @public
*/
export type ServiceOutputTypes = BatchDeleteEvaluationJobCommandOutput | CreateEvaluationJobCommandOutput | CreateGuardrailCommandOutput | CreateGuardrailVersionCommandOutput | CreateInferenceProfileCommandOutput | CreateMarketplaceModelEndpointCommandOutput | CreateModelCopyJobCommandOutput | CreateModelCustomizationJobCommandOutput | CreateModelImportJobCommandOutput | CreateModelInvocationJobCommandOutput | CreateProvisionedModelThroughputCommandOutput | DeleteCustomModelCommandOutput | DeleteGuardrailCommandOutput | DeleteImportedModelCommandOutput | DeleteInferenceProfileCommandOutput | DeleteMarketplaceModelEndpointCommandOutput | DeleteModelInvocationLoggingConfigurationCommandOutput | DeleteProvisionedModelThroughputCommandOutput | DeregisterMarketplaceModelEndpointCommandOutput | GetCustomModelCommandOutput | GetEvaluationJobCommandOutput | GetFoundationModelCommandOutput | GetGuardrailCommandOutput | GetImportedModelCommandOutput | GetInferenceProfileCommandOutput | GetMarketplaceModelEndpointCommandOutput | GetModelCopyJobCommandOutput | GetModelCustomizationJobCommandOutput | GetModelImportJobCommandOutput | GetModelInvocationJobCommandOutput | GetModelInvocationLoggingConfigurationCommandOutput | GetPromptRouterCommandOutput | GetProvisionedModelThroughputCommandOutput | ListCustomModelsCommandOutput | ListEvaluationJobsCommandOutput | ListFoundationModelsCommandOutput | ListGuardrailsCommandOutput | ListImportedModelsCommandOutput | ListInferenceProfilesCommandOutput | ListMarketplaceModelEndpointsCommandOutput | ListModelCopyJobsCommandOutput | ListModelCustomizationJobsCommandOutput | ListModelImportJobsCommandOutput | ListModelInvocationJobsCommandOutput | ListPromptRoutersCommandOutput | ListProvisionedModelThroughputsCommandOutput | ListTagsForResourceCommandOutput | PutModelInvocationLoggingConfigurationCommandOutput | RegisterMarketplaceModelEndpointCommandOutput | StopEvaluationJobCommandOutput | StopModelCustomizationJobCommandOutput | StopModelInvocationJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGuardrailCommandOutput | UpdateMarketplaceModelEndpointCommandOutput | UpdateProvisionedModelThroughputCommandOutput;
export type ServiceOutputTypes = BatchDeleteEvaluationJobCommandOutput | CreateEvaluationJobCommandOutput | CreateGuardrailCommandOutput | CreateGuardrailVersionCommandOutput | CreateInferenceProfileCommandOutput | CreateMarketplaceModelEndpointCommandOutput | CreateModelCopyJobCommandOutput | CreateModelCustomizationJobCommandOutput | CreateModelImportJobCommandOutput | CreateModelInvocationJobCommandOutput | CreatePromptRouterCommandOutput | CreateProvisionedModelThroughputCommandOutput | DeleteCustomModelCommandOutput | DeleteGuardrailCommandOutput | DeleteImportedModelCommandOutput | DeleteInferenceProfileCommandOutput | DeleteMarketplaceModelEndpointCommandOutput | DeleteModelInvocationLoggingConfigurationCommandOutput | DeletePromptRouterCommandOutput | DeleteProvisionedModelThroughputCommandOutput | DeregisterMarketplaceModelEndpointCommandOutput | GetCustomModelCommandOutput | GetEvaluationJobCommandOutput | GetFoundationModelCommandOutput | GetGuardrailCommandOutput | GetImportedModelCommandOutput | GetInferenceProfileCommandOutput | GetMarketplaceModelEndpointCommandOutput | GetModelCopyJobCommandOutput | GetModelCustomizationJobCommandOutput | GetModelImportJobCommandOutput | GetModelInvocationJobCommandOutput | GetModelInvocationLoggingConfigurationCommandOutput | GetPromptRouterCommandOutput | GetProvisionedModelThroughputCommandOutput | ListCustomModelsCommandOutput | ListEvaluationJobsCommandOutput | ListFoundationModelsCommandOutput | ListGuardrailsCommandOutput | ListImportedModelsCommandOutput | ListInferenceProfilesCommandOutput | ListMarketplaceModelEndpointsCommandOutput | ListModelCopyJobsCommandOutput | ListModelCustomizationJobsCommandOutput | ListModelImportJobsCommandOutput | ListModelInvocationJobsCommandOutput | ListPromptRoutersCommandOutput | ListProvisionedModelThroughputsCommandOutput | ListTagsForResourceCommandOutput | PutModelInvocationLoggingConfigurationCommandOutput | RegisterMarketplaceModelEndpointCommandOutput | StopEvaluationJobCommandOutput | StopModelCustomizationJobCommandOutput | StopModelInvocationJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateGuardrailCommandOutput | UpdateMarketplaceModelEndpointCommandOutput | UpdateProvisionedModelThroughputCommandOutput;
/**

@@ -82,0 +84,0 @@ * @public

@@ -53,7 +53,7 @@ import { Command as $Command } from "@smithy/smithy-client";

* // { // PromptRouterTargetModel
* // modelArn: "STRING_VALUE",
* // modelArn: "STRING_VALUE", // required
* // },
* // ],
* // fallbackModel: {
* // modelArn: "STRING_VALUE",
* // modelArn: "STRING_VALUE", // required
* // },

@@ -60,0 +60,0 @@ * // status: "AVAILABLE", // required

@@ -11,2 +11,3 @@ export * from "./BatchDeleteEvaluationJobCommand";

export * from "./CreateModelInvocationJobCommand";
export * from "./CreatePromptRouterCommand";
export * from "./CreateProvisionedModelThroughputCommand";

@@ -19,2 +20,3 @@ export * from "./DeleteCustomModelCommand";

export * from "./DeleteModelInvocationLoggingConfigurationCommand";
export * from "./DeletePromptRouterCommand";
export * from "./DeleteProvisionedModelThroughputCommand";

@@ -21,0 +23,0 @@ export * from "./DeregisterMarketplaceModelEndpointCommand";

@@ -40,2 +40,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* nextToken: "STRING_VALUE",
* type: "custom" || "default",
* };

@@ -57,7 +58,7 @@ * const command = new ListPromptRoutersCommand(input);

* // { // PromptRouterTargetModel
* // modelArn: "STRING_VALUE",
* // modelArn: "STRING_VALUE", // required
* // },
* // ],
* // fallbackModel: {
* // modelArn: "STRING_VALUE",
* // modelArn: "STRING_VALUE", // required
* // },

@@ -64,0 +65,0 @@ * // status: "AVAILABLE", // required

@@ -13,2 +13,3 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";

import { CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput } from "../commands/CreateModelInvocationJobCommand";
import { CreatePromptRouterCommandInput, CreatePromptRouterCommandOutput } from "../commands/CreatePromptRouterCommand";
import { CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput } from "../commands/CreateProvisionedModelThroughputCommand";

@@ -21,2 +22,3 @@ import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "../commands/DeleteCustomModelCommand";

import { DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput } from "../commands/DeleteModelInvocationLoggingConfigurationCommand";
import { DeletePromptRouterCommandInput, DeletePromptRouterCommandOutput } from "../commands/DeletePromptRouterCommand";
import { DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput } from "../commands/DeleteProvisionedModelThroughputCommand";

@@ -103,2 +105,6 @@ import { DeregisterMarketplaceModelEndpointCommandInput, DeregisterMarketplaceModelEndpointCommandOutput } from "../commands/DeregisterMarketplaceModelEndpointCommand";

/**
* serializeAws_restJson1CreatePromptRouterCommand
*/
export declare const se_CreatePromptRouterCommand: (input: CreatePromptRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
/**
* serializeAws_restJson1CreateProvisionedModelThroughputCommand

@@ -132,2 +138,6 @@ */

/**
* serializeAws_restJson1DeletePromptRouterCommand
*/
export declare const se_DeletePromptRouterCommand: (input: DeletePromptRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
/**
* serializeAws_restJson1DeleteProvisionedModelThroughputCommand

@@ -333,2 +343,6 @@ */

/**
* deserializeAws_restJson1CreatePromptRouterCommand
*/
export declare const de_CreatePromptRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePromptRouterCommandOutput>;
/**
* deserializeAws_restJson1CreateProvisionedModelThroughputCommand

@@ -362,2 +376,6 @@ */

/**
* deserializeAws_restJson1DeletePromptRouterCommand
*/
export declare const de_DeletePromptRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePromptRouterCommandOutput>;
/**
* deserializeAws_restJson1DeleteProvisionedModelThroughputCommand

@@ -364,0 +382,0 @@ */

@@ -44,2 +44,6 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";

import {
CreatePromptRouterCommandInput,
CreatePromptRouterCommandOutput,
} from "./commands/CreatePromptRouterCommand";
import {
CreateProvisionedModelThroughputCommandInput,

@@ -73,2 +77,6 @@ CreateProvisionedModelThroughputCommandOutput,

import {
DeletePromptRouterCommandInput,
DeletePromptRouterCommandOutput,
} from "./commands/DeletePromptRouterCommand";
import {
DeleteProvisionedModelThroughputCommandInput,

@@ -364,2 +372,15 @@ DeleteProvisionedModelThroughputCommandOutput,

): void;
createPromptRouter(
args: CreatePromptRouterCommandInput,
options?: __HttpHandlerOptions
): Promise<CreatePromptRouterCommandOutput>;
createPromptRouter(
args: CreatePromptRouterCommandInput,
cb: (err: any, data?: CreatePromptRouterCommandOutput) => void
): void;
createPromptRouter(
args: CreatePromptRouterCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: CreatePromptRouterCommandOutput) => void
): void;
createProvisionedModelThroughput(

@@ -463,2 +484,15 @@ args: CreateProvisionedModelThroughputCommandInput,

): void;
deletePromptRouter(
args: DeletePromptRouterCommandInput,
options?: __HttpHandlerOptions
): Promise<DeletePromptRouterCommandOutput>;
deletePromptRouter(
args: DeletePromptRouterCommandInput,
cb: (err: any, data?: DeletePromptRouterCommandOutput) => void
): void;
deletePromptRouter(
args: DeletePromptRouterCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: DeletePromptRouterCommandOutput) => void
): void;
deleteProvisionedModelThroughput(

@@ -465,0 +499,0 @@ args: DeleteProvisionedModelThroughputCommandInput,

@@ -89,2 +89,6 @@ import {

import {
CreatePromptRouterCommandInput,
CreatePromptRouterCommandOutput,
} from "./commands/CreatePromptRouterCommand";
import {
CreateProvisionedModelThroughputCommandInput,

@@ -118,2 +122,6 @@ CreateProvisionedModelThroughputCommandOutput,

import {
DeletePromptRouterCommandInput,
DeletePromptRouterCommandOutput,
} from "./commands/DeletePromptRouterCommand";
import {
DeleteProvisionedModelThroughputCommandInput,

@@ -296,2 +304,3 @@ DeleteProvisionedModelThroughputCommandOutput,

| CreateModelInvocationJobCommandInput
| CreatePromptRouterCommandInput
| CreateProvisionedModelThroughputCommandInput

@@ -304,2 +313,3 @@ | DeleteCustomModelCommandInput

| DeleteModelInvocationLoggingConfigurationCommandInput
| DeletePromptRouterCommandInput
| DeleteProvisionedModelThroughputCommandInput

@@ -356,2 +366,3 @@ | DeregisterMarketplaceModelEndpointCommandInput

| CreateModelInvocationJobCommandOutput
| CreatePromptRouterCommandOutput
| CreateProvisionedModelThroughputCommandOutput

@@ -364,2 +375,3 @@ | DeleteCustomModelCommandOutput

| DeleteModelInvocationLoggingConfigurationCommandOutput
| DeletePromptRouterCommandOutput
| DeleteProvisionedModelThroughputCommandOutput

@@ -366,0 +378,0 @@ | DeregisterMarketplaceModelEndpointCommandOutput

@@ -11,2 +11,3 @@ export * from "./BatchDeleteEvaluationJobCommand";

export * from "./CreateModelInvocationJobCommand";
export * from "./CreatePromptRouterCommand";
export * from "./CreateProvisionedModelThroughputCommand";

@@ -19,2 +20,3 @@ export * from "./DeleteCustomModelCommand";

export * from "./DeleteModelInvocationLoggingConfigurationCommand";
export * from "./DeletePromptRouterCommand";
export * from "./DeleteProvisionedModelThroughputCommand";

@@ -21,0 +23,0 @@ export * from "./DeregisterMarketplaceModelEndpointCommand";

@@ -47,2 +47,6 @@ import {

import {
CreatePromptRouterCommandInput,
CreatePromptRouterCommandOutput,
} from "../commands/CreatePromptRouterCommand";
import {
CreateProvisionedModelThroughputCommandInput,

@@ -76,2 +80,6 @@ CreateProvisionedModelThroughputCommandOutput,

import {
DeletePromptRouterCommandInput,
DeletePromptRouterCommandOutput,
} from "../commands/DeletePromptRouterCommand";
import {
DeleteProvisionedModelThroughputCommandInput,

@@ -276,2 +284,6 @@ DeleteProvisionedModelThroughputCommandOutput,

) => Promise<__HttpRequest>;
export declare const se_CreatePromptRouterCommand: (
input: CreatePromptRouterCommandInput,
context: __SerdeContext
) => Promise<__HttpRequest>;
export declare const se_CreateProvisionedModelThroughputCommand: (

@@ -305,2 +317,6 @@ input: CreateProvisionedModelThroughputCommandInput,

) => Promise<__HttpRequest>;
export declare const se_DeletePromptRouterCommand: (
input: DeletePromptRouterCommandInput,
context: __SerdeContext
) => Promise<__HttpRequest>;
export declare const se_DeleteProvisionedModelThroughputCommand: (

@@ -506,2 +522,6 @@ input: DeleteProvisionedModelThroughputCommandInput,

) => Promise<CreateModelInvocationJobCommandOutput>;
export declare const de_CreatePromptRouterCommand: (
output: __HttpResponse,
context: __SerdeContext
) => Promise<CreatePromptRouterCommandOutput>;
export declare const de_CreateProvisionedModelThroughputCommand: (

@@ -535,2 +555,6 @@ output: __HttpResponse,

) => Promise<DeleteModelInvocationLoggingConfigurationCommandOutput>;
export declare const de_DeletePromptRouterCommand: (
output: __HttpResponse,
context: __SerdeContext
) => Promise<DeletePromptRouterCommandOutput>;
export declare const de_DeleteProvisionedModelThroughputCommand: (

@@ -537,0 +561,0 @@ output: __HttpResponse,

{
"name": "@aws-sdk/client-bedrock",
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
"version": "3.758.0",
"version": "3.763.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

@@ -288,2 +288,10 @@ <!-- generated file, do not edit directly -->

<summary>
CreatePromptRouter
</summary>
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock/command/CreatePromptRouterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/CreatePromptRouterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/CreatePromptRouterCommandOutput/)
</details>
<details>
<summary>
CreateProvisionedModelThroughput

@@ -345,2 +353,10 @@ </summary>

<summary>
DeletePromptRouter
</summary>
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock/command/DeletePromptRouterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/DeletePromptRouterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/DeletePromptRouterCommandOutput/)
</details>
<details>
<summary>
DeleteProvisionedModelThroughput

@@ -347,0 +363,0 @@ </summary>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc