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
157
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.674.0 to 3.675.0

1

dist-types/commands/GetImportedModelCommand.d.ts

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

* // modelKmsKeyArn: "STRING_VALUE",
* // instructSupported: true || false,
* // };

@@ -57,0 +58,0 @@ *

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

* // creationTime: new Date("TIMESTAMP"), // required
* // instructSupported: true || false,
* // modelArchitecture: "STRING_VALUE",
* // },

@@ -59,0 +61,0 @@ * // ],

2

dist-types/runtimeConfig.browser.d.ts

@@ -11,3 +11,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -14,0 +14,0 @@ region: string | import("@smithy/types").Provider<any>;

@@ -23,3 +23,3 @@ import { BedrockClientConfig } from "./BedrockClient";

region: string | import("@smithy/types").Provider<any>;
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;

@@ -26,0 +26,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -751,2 +751,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

modelKmsKeyArn?: string;
instructSupported?: boolean;
}

@@ -795,2 +796,4 @@ export interface GetModelImportJobRequest {

creationTime: Date | undefined;
instructSupported?: boolean;
modelArchitecture?: string;
}

@@ -797,0 +800,0 @@ export interface ListImportedModelsResponse {

@@ -13,3 +13,5 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

defaultUserAgentProvider: (
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
config?:
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
| undefined
) => Promise<import("@smithy/types").UserAgent>;

@@ -16,0 +18,0 @@ maxAttempts: number | import("@smithy/types").Provider<number>;

@@ -26,3 +26,5 @@ import { BedrockClientConfig } from "./BedrockClient";

defaultUserAgentProvider: (
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
config?:
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
| undefined
) => Promise<import("@smithy/types").UserAgent>;

@@ -29,0 +31,0 @@ credentialDefaultProvider: (

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

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

"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/client-sso-oidc": "3.670.0",
"@aws-sdk/client-sts": "3.670.0",
"@aws-sdk/client-sso-oidc": "3.675.0",
"@aws-sdk/client-sts": "3.675.0",
"@aws-sdk/core": "3.667.0",
"@aws-sdk/credential-provider-node": "3.670.0",
"@aws-sdk/credential-provider-node": "3.675.0",
"@aws-sdk/middleware-host-header": "3.667.0",

@@ -35,3 +35,3 @@ "@aws-sdk/middleware-logger": "3.667.0",

"@aws-sdk/util-endpoints": "3.667.0",
"@aws-sdk/util-user-agent-browser": "3.670.0",
"@aws-sdk/util-user-agent-browser": "3.675.0",
"@aws-sdk/util-user-agent-node": "3.669.0",

@@ -38,0 +38,0 @@ "@smithy/config-resolver": "^3.0.9",

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