@aws-sdk/client-bedrock-runtime 3.613.0 → 3.616.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.
@@ -6,6 +6,10 @@ import {
6
6
  EventStreamSerdeContext as __EventStreamSerdeContext,
7
7
  SerdeContext as __SerdeContext,
8
8
  } from "@smithy/types";
9
+ import {
10
+ ApplyGuardrailCommandInput,
11
+ ApplyGuardrailCommandOutput,
12
+ } from "../commands/ApplyGuardrailCommand";
9
13
  import {
10
14
  ConverseCommandInput,
11
15
  ConverseCommandOutput,
@@ -22,6 +26,10 @@ import {
22
26
  InvokeModelWithResponseStreamCommandInput,
23
27
  InvokeModelWithResponseStreamCommandOutput,
24
28
  } from "../commands/InvokeModelWithResponseStreamCommand";
29
+ export declare const se_ApplyGuardrailCommand: (
30
+ input: ApplyGuardrailCommandInput,
31
+ context: __SerdeContext
32
+ ) => Promise<__HttpRequest>;
25
33
  export declare const se_ConverseCommand: (
26
34
  input: ConverseCommandInput,
27
35
  context: __SerdeContext
@@ -38,6 +46,10 @@ export declare const se_InvokeModelWithResponseStreamCommand: (
38
46
  input: InvokeModelWithResponseStreamCommandInput,
39
47
  context: __SerdeContext
40
48
  ) => Promise<__HttpRequest>;
49
+ export declare const de_ApplyGuardrailCommand: (
50
+ output: __HttpResponse,
51
+ context: __SerdeContext
52
+ ) => Promise<ApplyGuardrailCommandOutput>;
41
53
  export declare const de_ConverseCommand: (
42
54
  output: __HttpResponse,
43
55
  context: __SerdeContext
@@ -57,11 +57,11 @@ export declare const getRuntimeConfig: (config: BedrockRuntimeClientConfig) => {
57
57
  }
58
58
  ) => import("@smithy/types").EndpointV2;
59
59
  tls?: boolean | undefined;
60
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
60
61
  retryStrategy?:
61
62
  | import("@smithy/types").RetryStrategy
62
63
  | import("@smithy/types").RetryStrategyV2
63
64
  | undefined;
64
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
65
65
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
66
66
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockRuntimeHttpAuthSchemeProvider;
67
67
  credentials?:
@@ -61,11 +61,11 @@ export declare const getRuntimeConfig: (config: BedrockRuntimeClientConfig) => {
61
61
  }
62
62
  ) => import("@smithy/types").EndpointV2;
63
63
  tls?: boolean | undefined;
64
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
64
65
  retryStrategy?:
65
66
  | import("@smithy/types").RetryStrategy
66
67
  | import("@smithy/types").RetryStrategyV2
67
68
  | undefined;
68
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
69
69
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
70
70
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockRuntimeHttpAuthSchemeProvider;
71
71
  credentials?:
@@ -51,11 +51,11 @@ export declare const getRuntimeConfig: (config: BedrockRuntimeClientConfig) => {
51
51
  }
52
52
  ) => import("@smithy/types").EndpointV2;
53
53
  tls?: boolean | undefined;
54
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
54
55
  retryStrategy?:
55
56
  | import("@smithy/types").RetryStrategy
56
57
  | import("@smithy/types").RetryStrategyV2
57
58
  | undefined;
58
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
59
59
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
60
60
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockRuntimeHttpAuthSchemeProvider;
61
61
  credentials?:
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.613.0",
4
+ "version": "3.616.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,47 +20,47 @@
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.613.0",
24
- "@aws-sdk/client-sts": "3.613.0",
25
- "@aws-sdk/core": "3.609.0",
26
- "@aws-sdk/credential-provider-node": "3.613.0",
27
- "@aws-sdk/middleware-host-header": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.616.0",
24
+ "@aws-sdk/client-sts": "3.616.0",
25
+ "@aws-sdk/core": "3.616.0",
26
+ "@aws-sdk/credential-provider-node": "3.616.0",
27
+ "@aws-sdk/middleware-host-header": "3.616.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-user-agent": "3.609.0",
31
- "@aws-sdk/region-config-resolver": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.616.0",
30
+ "@aws-sdk/middleware-user-agent": "3.616.0",
31
+ "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.614.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.609.0",
36
- "@smithy/config-resolver": "^3.0.4",
37
- "@smithy/core": "^2.2.4",
35
+ "@aws-sdk/util-user-agent-node": "3.614.0",
36
+ "@smithy/config-resolver": "^3.0.5",
37
+ "@smithy/core": "^2.2.7",
38
38
  "@smithy/eventstream-serde-browser": "^3.0.4",
39
39
  "@smithy/eventstream-serde-config-resolver": "^3.0.3",
40
40
  "@smithy/eventstream-serde-node": "^3.0.4",
41
- "@smithy/fetch-http-handler": "^3.2.0",
41
+ "@smithy/fetch-http-handler": "^3.2.2",
42
42
  "@smithy/hash-node": "^3.0.3",
43
43
  "@smithy/invalid-dependency": "^3.0.3",
44
- "@smithy/middleware-content-length": "^3.0.3",
45
- "@smithy/middleware-endpoint": "^3.0.4",
46
- "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-content-length": "^3.0.4",
45
+ "@smithy/middleware-endpoint": "^3.0.5",
46
+ "@smithy/middleware-retry": "^3.0.10",
47
47
  "@smithy/middleware-serde": "^3.0.3",
48
48
  "@smithy/middleware-stack": "^3.0.3",
49
- "@smithy/node-config-provider": "^3.1.3",
50
- "@smithy/node-http-handler": "^3.1.1",
51
- "@smithy/protocol-http": "^4.0.3",
52
- "@smithy/smithy-client": "^3.1.5",
49
+ "@smithy/node-config-provider": "^3.1.4",
50
+ "@smithy/node-http-handler": "^3.1.3",
51
+ "@smithy/protocol-http": "^4.0.4",
52
+ "@smithy/smithy-client": "^3.1.8",
53
53
  "@smithy/types": "^3.3.0",
54
54
  "@smithy/url-parser": "^3.0.3",
55
55
  "@smithy/util-base64": "^3.0.0",
56
56
  "@smithy/util-body-length-browser": "^3.0.0",
57
57
  "@smithy/util-body-length-node": "^3.0.0",
58
- "@smithy/util-defaults-mode-browser": "^3.0.7",
59
- "@smithy/util-defaults-mode-node": "^3.0.7",
60
- "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-defaults-mode-browser": "^3.0.10",
59
+ "@smithy/util-defaults-mode-node": "^3.0.10",
60
+ "@smithy/util-endpoints": "^2.0.5",
61
61
  "@smithy/util-middleware": "^3.0.3",
62
62
  "@smithy/util-retry": "^3.0.3",
63
- "@smithy/util-stream": "^3.0.5",
63
+ "@smithy/util-stream": "^3.1.0",
64
64
  "@smithy/util-utf8": "^3.0.0",
65
65
  "tslib": "^2.6.2"
66
66
  },