@aws-sdk/client-bedrock-agent-runtime 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +80 -81
- package/dist-cjs/models/BedrockAgentRuntimeServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/BedrockAgentRuntime.js +1 -1
- package/dist-es/BedrockAgentRuntimeClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateInvocationCommand.js +2 -2
- package/dist-es/commands/CreateSessionCommand.js +2 -2
- package/dist-es/commands/DeleteAgentMemoryCommand.js +2 -2
- package/dist-es/commands/DeleteSessionCommand.js +2 -2
- package/dist-es/commands/EndSessionCommand.js +2 -2
- package/dist-es/commands/GenerateQueryCommand.js +2 -2
- package/dist-es/commands/GetAgentMemoryCommand.js +2 -2
- package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +2 -2
- package/dist-es/commands/GetFlowExecutionCommand.js +2 -2
- package/dist-es/commands/GetInvocationStepCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/InvokeAgentCommand.js +2 -2
- package/dist-es/commands/InvokeFlowCommand.js +2 -2
- package/dist-es/commands/InvokeInlineAgentCommand.js +2 -2
- package/dist-es/commands/ListFlowExecutionEventsCommand.js +2 -2
- package/dist-es/commands/ListFlowExecutionsCommand.js +2 -2
- package/dist-es/commands/ListInvocationStepsCommand.js +2 -2
- package/dist-es/commands/ListInvocationsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/OptimizePromptCommand.js +2 -2
- package/dist-es/commands/PutInvocationStepCommand.js +2 -2
- package/dist-es/commands/RerankCommand.js +2 -2
- package/dist-es/commands/RetrieveAndGenerateCommand.js +2 -2
- package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +2 -2
- package/dist-es/commands/RetrieveCommand.js +2 -2
- package/dist-es/commands/StartFlowExecutionCommand.js +2 -2
- package/dist-es/commands/StopFlowExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateSessionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockAgentRuntimeServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BedrockAgentRuntimeClient.d.ts +6 -6
- package/dist-types/commands/CreateInvocationCommand.d.ts +6 -4
- package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentMemoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSessionCommand.d.ts +6 -4
- package/dist-types/commands/EndSessionCommand.d.ts +6 -4
- package/dist-types/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentMemoryCommand.d.ts +6 -4
- package/dist-types/commands/GetExecutionFlowSnapshotCommand.d.ts +6 -4
- package/dist-types/commands/GetFlowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetInvocationStepCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAgentCommand.d.ts +6 -4
- package/dist-types/commands/InvokeFlowCommand.d.ts +6 -4
- package/dist-types/commands/InvokeInlineAgentCommand.d.ts +6 -4
- package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvocationStepsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvocationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/OptimizePromptCommand.d.ts +6 -4
- package/dist-types/commands/PutInvocationStepCommand.d.ts +6 -4
- package/dist-types/commands/RerankCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveAndGenerateStreamCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveCommand.d.ts +6 -4
- package/dist-types/commands/StartFlowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StopFlowExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSessionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockAgentRuntimeServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/CreateInvocationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EndSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExecutionFlowSnapshotCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFlowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeInlineAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFlowExecutionEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFlowExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/OptimizePromptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RerankCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StartFlowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopFlowExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentRuntimeServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface InvokeAgentCommandOutput
|
|
|
15
15
|
declare const InvokeAgentCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: InvokeAgentCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
InvokeAgentCommandInput,
|
|
20
20
|
InvokeAgentCommandOutput,
|
|
21
21
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const InvokeAgentCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: InvokeAgentCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
InvokeAgentCommandInput,
|
|
29
29
|
InvokeAgentCommandOutput,
|
|
30
30
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class InvokeAgentCommand extends InvokeAgentCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface InvokeFlowCommandOutput
|
|
|
15
15
|
declare const InvokeFlowCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: InvokeFlowCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
InvokeFlowCommandInput,
|
|
20
20
|
InvokeFlowCommandOutput,
|
|
21
21
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const InvokeFlowCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: InvokeFlowCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
InvokeFlowCommandInput,
|
|
29
29
|
InvokeFlowCommandOutput,
|
|
30
30
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class InvokeFlowCommand extends InvokeFlowCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -17,7 +17,7 @@ export interface InvokeInlineAgentCommandOutput
|
|
|
17
17
|
declare const InvokeInlineAgentCommand_base: {
|
|
18
18
|
new (
|
|
19
19
|
input: InvokeInlineAgentCommandInput
|
|
20
|
-
): import("@smithy/
|
|
20
|
+
): import("@smithy/core/client").CommandImpl<
|
|
21
21
|
InvokeInlineAgentCommandInput,
|
|
22
22
|
InvokeInlineAgentCommandOutput,
|
|
23
23
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -26,14 +26,16 @@ declare const InvokeInlineAgentCommand_base: {
|
|
|
26
26
|
>;
|
|
27
27
|
new (
|
|
28
28
|
input: InvokeInlineAgentCommandInput
|
|
29
|
-
): import("@smithy/
|
|
29
|
+
): import("@smithy/core/client").CommandImpl<
|
|
30
30
|
InvokeInlineAgentCommandInput,
|
|
31
31
|
InvokeInlineAgentCommandOutput,
|
|
32
32
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
33
33
|
ServiceInputTypes,
|
|
34
34
|
ServiceOutputTypes
|
|
35
35
|
>;
|
|
36
|
-
getEndpointParameterInstructions():
|
|
36
|
+
getEndpointParameterInstructions(): {
|
|
37
|
+
[x: string]: unknown;
|
|
38
|
+
};
|
|
37
39
|
};
|
|
38
40
|
export declare class InvokeInlineAgentCommand extends InvokeInlineAgentCommand_base {
|
|
39
41
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListFlowExecutionEventsCommandOutput
|
|
|
19
19
|
declare const ListFlowExecutionEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListFlowExecutionEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListFlowExecutionEventsCommandInput,
|
|
24
24
|
ListFlowExecutionEventsCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListFlowExecutionEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListFlowExecutionEventsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListFlowExecutionEventsCommandInput,
|
|
33
33
|
ListFlowExecutionEventsCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListFlowExecutionEventsCommand extends ListFlowExecutionEventsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListFlowExecutionsCommandOutput
|
|
|
19
19
|
declare const ListFlowExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListFlowExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListFlowExecutionsCommandInput,
|
|
24
24
|
ListFlowExecutionsCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListFlowExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListFlowExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListFlowExecutionsCommandInput,
|
|
33
33
|
ListFlowExecutionsCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListFlowExecutionsCommand extends ListFlowExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListInvocationStepsCommandOutput
|
|
|
19
19
|
declare const ListInvocationStepsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListInvocationStepsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListInvocationStepsCommandInput,
|
|
24
24
|
ListInvocationStepsCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListInvocationStepsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListInvocationStepsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListInvocationStepsCommandInput,
|
|
33
33
|
ListInvocationStepsCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListInvocationStepsCommand extends ListInvocationStepsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListInvocationsCommandOutput
|
|
|
18
18
|
declare const ListInvocationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListInvocationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListInvocationsCommandInput,
|
|
23
23
|
ListInvocationsCommandOutput,
|
|
24
24
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListInvocationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListInvocationsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListInvocationsCommandInput,
|
|
32
32
|
ListInvocationsCommandOutput,
|
|
33
33
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListInvocationsCommand extends ListInvocationsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListSessionsCommandOutput
|
|
|
15
15
|
declare const ListSessionsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListSessionsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListSessionsCommandInput,
|
|
20
20
|
ListSessionsCommandOutput,
|
|
21
21
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListSessionsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListSessionsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListSessionsCommandInput,
|
|
29
29
|
ListSessionsCommandOutput,
|
|
30
30
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface OptimizePromptCommandOutput
|
|
|
18
18
|
declare const OptimizePromptCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: OptimizePromptCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
OptimizePromptCommandInput,
|
|
23
23
|
OptimizePromptCommandOutput,
|
|
24
24
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const OptimizePromptCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: OptimizePromptCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
OptimizePromptCommandInput,
|
|
32
32
|
OptimizePromptCommandOutput,
|
|
33
33
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class OptimizePromptCommand extends OptimizePromptCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutInvocationStepCommandOutput
|
|
|
19
19
|
declare const PutInvocationStepCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutInvocationStepCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutInvocationStepCommandInput,
|
|
24
24
|
PutInvocationStepCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutInvocationStepCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutInvocationStepCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutInvocationStepCommandInput,
|
|
33
33
|
PutInvocationStepCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutInvocationStepCommand extends PutInvocationStepCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface RerankCommandInput extends RerankRequest {}
|
|
12
12
|
export interface RerankCommandOutput extends RerankResponse, __MetadataBearer {}
|
|
13
13
|
declare const RerankCommand_base: {
|
|
14
|
-
new (input: RerankCommandInput): import("@smithy/
|
|
14
|
+
new (input: RerankCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
RerankCommandInput,
|
|
16
16
|
RerankCommandOutput,
|
|
17
17
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: RerankCommandInput): import("@smithy/
|
|
21
|
+
new (input: RerankCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RerankCommandInput,
|
|
23
23
|
RerankCommandOutput,
|
|
24
24
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class RerankCommand extends RerankCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RetrieveAndGenerateCommandOutput
|
|
|
19
19
|
declare const RetrieveAndGenerateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RetrieveAndGenerateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RetrieveAndGenerateCommandInput,
|
|
24
24
|
RetrieveAndGenerateCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RetrieveAndGenerateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RetrieveAndGenerateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RetrieveAndGenerateCommandInput,
|
|
33
33
|
RetrieveAndGenerateCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RetrieveAndGenerateCommand extends RetrieveAndGenerateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RetrieveAndGenerateStreamCommandOutput
|
|
|
19
19
|
declare const RetrieveAndGenerateStreamCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RetrieveAndGenerateStreamCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RetrieveAndGenerateStreamCommandInput,
|
|
24
24
|
RetrieveAndGenerateStreamCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RetrieveAndGenerateStreamCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RetrieveAndGenerateStreamCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RetrieveAndGenerateStreamCommandInput,
|
|
33
33
|
RetrieveAndGenerateStreamCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RetrieveAndGenerateStreamCommand extends RetrieveAndGenerateStreamCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface RetrieveCommandOutput
|
|
|
13
13
|
extends RetrieveResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const RetrieveCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: RetrieveCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
RetrieveCommandInput,
|
|
20
18
|
RetrieveCommandOutput,
|
|
21
19
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: RetrieveCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
RetrieveCommandInput,
|
|
29
25
|
RetrieveCommandOutput,
|
|
30
26
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartFlowExecutionCommandOutput
|
|
|
19
19
|
declare const StartFlowExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartFlowExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartFlowExecutionCommandInput,
|
|
24
24
|
StartFlowExecutionCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartFlowExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartFlowExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartFlowExecutionCommandInput,
|
|
33
33
|
StartFlowExecutionCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartFlowExecutionCommand extends StartFlowExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StopFlowExecutionCommandOutput
|
|
|
19
19
|
declare const StopFlowExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StopFlowExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StopFlowExecutionCommandInput,
|
|
24
24
|
StopFlowExecutionCommandOutput,
|
|
25
25
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StopFlowExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StopFlowExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StopFlowExecutionCommandInput,
|
|
33
33
|
StopFlowExecutionCommandOutput,
|
|
34
34
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StopFlowExecutionCommand extends StopFlowExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
BedrockAgentRuntimeClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|