@aws-sdk/client-bedrock-runtime 3.933.0 → 3.935.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.
@@ -115,7 +115,11 @@ export declare var PromptRouterTrace: StaticStructureSchema;
115
115
  export declare var ReasoningTextBlock: StaticStructureSchema;
116
116
  export declare var ResourceNotFoundException: StaticErrorSchema;
117
117
  export declare var S3Location: StaticStructureSchema;
118
+ export declare var SearchResultBlock: StaticStructureSchema;
119
+ export declare var SearchResultContentBlock: StaticStructureSchema;
120
+ export declare var SearchResultLocation: StaticStructureSchema;
118
121
  export declare var ServiceQuotaExceededException: StaticErrorSchema;
122
+ export declare var ServiceTier: StaticStructureSchema;
119
123
  export declare var ServiceUnavailableException: StaticErrorSchema;
120
124
  export declare var SpecificToolChoice: StaticStructureSchema;
121
125
  export declare var StartAsyncInvokeRequest: StaticStructureSchema;
@@ -166,6 +170,7 @@ export declare var GuardrailTopicList: StaticListSchema;
166
170
  export declare var Messages: StaticListSchema;
167
171
  export declare var ModelOutputs: number;
168
172
  export declare var NonEmptyStringList: number;
173
+ export declare var SearchResultContentBlocks: StaticListSchema;
169
174
  export declare var SystemContentBlocks: StaticListSchema;
170
175
  export declare var TagList: StaticListSchema;
171
176
  export declare var ToolResultBlocksDelta: StaticListSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-runtime",
3
3
  "description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.935.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-runtime",
@@ -20,23 +20,23 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/eventstream-handler-node": "3.930.0",
26
26
  "@aws-sdk/middleware-eventstream": "3.930.0",
27
27
  "@aws-sdk/middleware-host-header": "3.930.0",
28
28
  "@aws-sdk/middleware-logger": "3.930.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
30
- "@aws-sdk/middleware-user-agent": "3.932.0",
30
+ "@aws-sdk/middleware-user-agent": "3.935.0",
31
31
  "@aws-sdk/middleware-websocket": "3.930.0",
32
32
  "@aws-sdk/region-config-resolver": "3.930.0",
33
- "@aws-sdk/token-providers": "3.933.0",
33
+ "@aws-sdk/token-providers": "3.935.0",
34
34
  "@aws-sdk/types": "3.930.0",
35
35
  "@aws-sdk/util-endpoints": "3.930.0",
36
36
  "@aws-sdk/util-user-agent-browser": "3.930.0",
37
- "@aws-sdk/util-user-agent-node": "3.932.0",
37
+ "@aws-sdk/util-user-agent-node": "3.935.0",
38
38
  "@smithy/config-resolver": "^4.4.3",
39
- "@smithy/core": "^3.18.2",
39
+ "@smithy/core": "^3.18.5",
40
40
  "@smithy/eventstream-serde-browser": "^4.2.5",
41
41
  "@smithy/eventstream-serde-config-resolver": "^4.3.5",
42
42
  "@smithy/eventstream-serde-node": "^4.2.5",
@@ -44,21 +44,21 @@
44
44
  "@smithy/hash-node": "^4.2.5",
45
45
  "@smithy/invalid-dependency": "^4.2.5",
46
46
  "@smithy/middleware-content-length": "^4.2.5",
47
- "@smithy/middleware-endpoint": "^4.3.9",
48
- "@smithy/middleware-retry": "^4.4.9",
49
- "@smithy/middleware-serde": "^4.2.5",
47
+ "@smithy/middleware-endpoint": "^4.3.12",
48
+ "@smithy/middleware-retry": "^4.4.12",
49
+ "@smithy/middleware-serde": "^4.2.6",
50
50
  "@smithy/middleware-stack": "^4.2.5",
51
51
  "@smithy/node-config-provider": "^4.3.5",
52
52
  "@smithy/node-http-handler": "^4.4.5",
53
53
  "@smithy/protocol-http": "^5.3.5",
54
- "@smithy/smithy-client": "^4.9.5",
54
+ "@smithy/smithy-client": "^4.9.8",
55
55
  "@smithy/types": "^4.9.0",
56
56
  "@smithy/url-parser": "^4.2.5",
57
57
  "@smithy/util-base64": "^4.3.0",
58
58
  "@smithy/util-body-length-browser": "^4.2.0",
59
59
  "@smithy/util-body-length-node": "^4.2.1",
60
- "@smithy/util-defaults-mode-browser": "^4.3.8",
61
- "@smithy/util-defaults-mode-node": "^4.2.11",
60
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
61
+ "@smithy/util-defaults-mode-node": "^4.2.14",
62
62
  "@smithy/util-endpoints": "^3.2.5",
63
63
  "@smithy/util-middleware": "^4.2.5",
64
64
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";