@aws-sdk/client-bedrock 3.675.0 → 3.678.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native.
10
10
 
11
11
  ## Installing
12
12
 
13
- To install the this package, simply type add or install @aws-sdk/client-bedrock
13
+ To install this package, simply type add or install @aws-sdk/client-bedrock
14
14
  using your favorite package manager:
15
15
 
16
16
  - `npm install @aws-sdk/client-bedrock`
@@ -2884,7 +2884,7 @@ export interface GetImportedModelResponse {
2884
2884
  */
2885
2885
  modelKmsKeyArn?: string;
2886
2886
  /**
2887
- * <p>Specifies if the imported model supports fine tuning.</p>
2887
+ * <p>Specifies if the imported model supports converse.</p>
2888
2888
  * @public
2889
2889
  */
2890
2890
  instructSupported?: boolean;
@@ -3055,7 +3055,7 @@ export interface ImportedModelSummary {
3055
3055
  */
3056
3056
  creationTime: Date | undefined;
3057
3057
  /**
3058
- * <p>Specifies if the imported model supports fine tuning.</p>
3058
+ * <p>Specifies if the imported model supports converse.</p>
3059
3059
  * @public
3060
3060
  */
3061
3061
  instructSupported?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock",
3
3
  "description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.678.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
23
+ "@aws-sdk/client-sso-oidc": "3.678.0",
24
+ "@aws-sdk/client-sts": "3.678.0",
25
+ "@aws-sdk/core": "3.678.0",
26
+ "@aws-sdk/credential-provider-node": "3.678.0",
27
27
  "@aws-sdk/middleware-host-header": "3.667.0",
28
28
  "@aws-sdk/middleware-logger": "3.667.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.669.0",
30
+ "@aws-sdk/middleware-user-agent": "3.678.0",
31
31
  "@aws-sdk/region-config-resolver": "3.667.0",
32
32
  "@aws-sdk/types": "3.667.0",
33
33
  "@aws-sdk/util-endpoints": "3.667.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.669.0",
35
+ "@aws-sdk/util-user-agent-node": "3.678.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",