@aws-sdk/client-bedrock-agent-runtime 3.1077.0 → 3.1078.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.
Files changed (107) hide show
  1. package/dist-cjs/index.js +41 -357
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AgenticRetrieveStreamCommand.js +2 -18
  4. package/dist-es/commands/CreateInvocationCommand.js +2 -14
  5. package/dist-es/commands/CreateSessionCommand.js +2 -14
  6. package/dist-es/commands/DeleteAgentMemoryCommand.js +2 -14
  7. package/dist-es/commands/DeleteSessionCommand.js +2 -14
  8. package/dist-es/commands/EndSessionCommand.js +2 -14
  9. package/dist-es/commands/GenerateQueryCommand.js +2 -14
  10. package/dist-es/commands/GetAgentMemoryCommand.js +2 -14
  11. package/dist-es/commands/GetDocumentContentCommand.js +2 -14
  12. package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +2 -14
  13. package/dist-es/commands/GetFlowExecutionCommand.js +2 -14
  14. package/dist-es/commands/GetInvocationStepCommand.js +2 -14
  15. package/dist-es/commands/GetSessionCommand.js +2 -14
  16. package/dist-es/commands/InvokeAgentCommand.js +2 -18
  17. package/dist-es/commands/InvokeFlowCommand.js +2 -18
  18. package/dist-es/commands/InvokeInlineAgentCommand.js +2 -18
  19. package/dist-es/commands/ListFlowExecutionEventsCommand.js +2 -14
  20. package/dist-es/commands/ListFlowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListInvocationStepsCommand.js +2 -14
  22. package/dist-es/commands/ListInvocationsCommand.js +2 -14
  23. package/dist-es/commands/ListSessionsCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/OptimizePromptCommand.js +2 -18
  26. package/dist-es/commands/PutInvocationStepCommand.js +2 -14
  27. package/dist-es/commands/RerankCommand.js +2 -14
  28. package/dist-es/commands/RetrieveAndGenerateCommand.js +2 -14
  29. package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +2 -18
  30. package/dist-es/commands/RetrieveCommand.js +2 -14
  31. package/dist-es/commands/StartFlowExecutionCommand.js +2 -14
  32. package/dist-es/commands/StopFlowExecutionCommand.js +2 -14
  33. package/dist-es/commands/TagResourceCommand.js +2 -14
  34. package/dist-es/commands/UntagResourceCommand.js +2 -14
  35. package/dist-es/commands/UpdateSessionCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AgenticRetrieveStreamCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateInvocationCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteAgentMemoryCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteSessionCommand.d.ts +3 -8
  43. package/dist-types/commands/EndSessionCommand.d.ts +3 -8
  44. package/dist-types/commands/GenerateQueryCommand.d.ts +3 -8
  45. package/dist-types/commands/GetAgentMemoryCommand.d.ts +3 -8
  46. package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -8
  47. package/dist-types/commands/GetExecutionFlowSnapshotCommand.d.ts +3 -8
  48. package/dist-types/commands/GetFlowExecutionCommand.d.ts +3 -8
  49. package/dist-types/commands/GetInvocationStepCommand.d.ts +3 -8
  50. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  51. package/dist-types/commands/InvokeAgentCommand.d.ts +3 -8
  52. package/dist-types/commands/InvokeFlowCommand.d.ts +3 -8
  53. package/dist-types/commands/InvokeInlineAgentCommand.d.ts +3 -8
  54. package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListFlowExecutionsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListInvocationStepsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListInvocationsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/OptimizePromptCommand.d.ts +3 -8
  61. package/dist-types/commands/PutInvocationStepCommand.d.ts +3 -8
  62. package/dist-types/commands/RerankCommand.d.ts +3 -8
  63. package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +3 -8
  64. package/dist-types/commands/RetrieveAndGenerateStreamCommand.d.ts +3 -8
  65. package/dist-types/commands/RetrieveCommand.d.ts +3 -8
  66. package/dist-types/commands/StartFlowExecutionCommand.d.ts +3 -8
  67. package/dist-types/commands/StopFlowExecutionCommand.d.ts +3 -8
  68. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateSessionCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AgenticRetrieveStreamCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateInvocationCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/EndSessionCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetExecutionFlowSnapshotCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetFlowExecutionCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/InvokeInlineAgentCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListFlowExecutionEventsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListFlowExecutionsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/OptimizePromptCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/RerankCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StartFlowExecutionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/StopFlowExecutionCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/package.json +8 -8
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import { EndSessionRequest, EndSessionResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface EndSessionCommandInput extends EndSessionRequest {}
12
5
  export interface EndSessionCommandOutput
13
6
  extends EndSessionResponse,
@@ -18,22 +11,20 @@ declare const EndSessionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  EndSessionCommandInput,
20
13
  EndSessionCommandOutput,
21
- BedrockAgentRuntimeClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: EndSessionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  EndSessionCommandInput,
29
22
  EndSessionCommandOutput,
30
- BedrockAgentRuntimeClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class EndSessionCommand extends EndSessionCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GenerateQueryRequest,
10
4
  GenerateQueryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GenerateQueryCommandInput extends GenerateQueryRequest {}
15
8
  export interface GenerateQueryCommandOutput
16
9
  extends GenerateQueryResponse,
@@ -21,22 +14,20 @@ declare const GenerateQueryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GenerateQueryCommandInput,
23
16
  GenerateQueryCommandOutput,
24
- BedrockAgentRuntimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GenerateQueryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GenerateQueryCommandInput,
32
25
  GenerateQueryCommandOutput,
33
- BedrockAgentRuntimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GenerateQueryCommand extends GenerateQueryCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GetAgentMemoryRequest,
10
4
  GetAgentMemoryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAgentMemoryCommandInput extends GetAgentMemoryRequest {}
15
8
  export interface GetAgentMemoryCommandOutput
16
9
  extends GetAgentMemoryResponse,
@@ -21,22 +14,20 @@ declare const GetAgentMemoryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetAgentMemoryCommandInput,
23
16
  GetAgentMemoryCommandOutput,
24
- BedrockAgentRuntimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetAgentMemoryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetAgentMemoryCommandInput,
32
25
  GetAgentMemoryCommandOutput,
33
- BedrockAgentRuntimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetAgentMemoryCommand extends GetAgentMemoryCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GetDocumentContentRequest,
10
4
  GetDocumentContentResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDocumentContentCommandInput
15
8
  extends GetDocumentContentRequest {}
16
9
  export interface GetDocumentContentCommandOutput
@@ -22,22 +15,20 @@ declare const GetDocumentContentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDocumentContentCommandInput,
24
17
  GetDocumentContentCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDocumentContentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDocumentContentCommandInput,
33
26
  GetDocumentContentCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDocumentContentCommand extends GetDocumentContentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GetExecutionFlowSnapshotRequest,
10
4
  GetExecutionFlowSnapshotResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetExecutionFlowSnapshotCommandInput
15
8
  extends GetExecutionFlowSnapshotRequest {}
16
9
  export interface GetExecutionFlowSnapshotCommandOutput
@@ -22,22 +15,20 @@ declare const GetExecutionFlowSnapshotCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetExecutionFlowSnapshotCommandInput,
24
17
  GetExecutionFlowSnapshotCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetExecutionFlowSnapshotCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetExecutionFlowSnapshotCommandInput,
33
26
  GetExecutionFlowSnapshotCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetExecutionFlowSnapshotCommand extends GetExecutionFlowSnapshotCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GetFlowExecutionRequest,
10
4
  GetFlowExecutionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetFlowExecutionCommandInput extends GetFlowExecutionRequest {}
15
8
  export interface GetFlowExecutionCommandOutput
16
9
  extends GetFlowExecutionResponse,
@@ -21,22 +14,20 @@ declare const GetFlowExecutionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetFlowExecutionCommandInput,
23
16
  GetFlowExecutionCommandOutput,
24
- BedrockAgentRuntimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetFlowExecutionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetFlowExecutionCommandInput,
32
25
  GetFlowExecutionCommandOutput,
33
- BedrockAgentRuntimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetFlowExecutionCommand extends GetFlowExecutionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  GetInvocationStepRequest,
10
4
  GetInvocationStepResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetInvocationStepCommandInput
15
8
  extends GetInvocationStepRequest {}
16
9
  export interface GetInvocationStepCommandOutput
@@ -22,22 +15,20 @@ declare const GetInvocationStepCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetInvocationStepCommandInput,
24
17
  GetInvocationStepCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetInvocationStepCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetInvocationStepCommandInput,
33
26
  GetInvocationStepCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetInvocationStepCommand extends GetInvocationStepCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetSessionCommandInput extends GetSessionRequest {}
12
5
  export interface GetSessionCommandOutput
13
6
  extends GetSessionResponse,
@@ -18,22 +11,20 @@ declare const GetSessionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetSessionCommandInput,
20
13
  GetSessionCommandOutput,
21
- BedrockAgentRuntimeClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetSessionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetSessionCommandInput,
29
22
  GetSessionCommandOutput,
30
- BedrockAgentRuntimeClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetSessionCommand extends GetSessionCommand_base {
39
30
  protected static __types: {
@@ -1,14 +1,7 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import { InvokeAgentResponse } from "../models/models_0";
9
3
  import { InvokeAgentRequest } from "../models/models_1";
10
4
  export { __MetadataBearer };
11
- export { $Command };
12
5
  export interface InvokeAgentCommandInput extends InvokeAgentRequest {}
13
6
  export interface InvokeAgentCommandOutput
14
7
  extends InvokeAgentResponse,
@@ -19,22 +12,20 @@ declare const InvokeAgentCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  InvokeAgentCommandInput,
21
14
  InvokeAgentCommandOutput,
22
- BedrockAgentRuntimeClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: InvokeAgentCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  InvokeAgentCommandInput,
30
23
  InvokeAgentCommandOutput,
31
- BedrockAgentRuntimeClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class InvokeAgentCommand extends InvokeAgentCommand_base {
40
31
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import { InvokeFlowRequest, InvokeFlowResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface InvokeFlowCommandInput extends InvokeFlowRequest {}
12
5
  export interface InvokeFlowCommandOutput
13
6
  extends InvokeFlowResponse,
@@ -18,22 +11,20 @@ declare const InvokeFlowCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  InvokeFlowCommandInput,
20
13
  InvokeFlowCommandOutput,
21
- BedrockAgentRuntimeClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: InvokeFlowCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  InvokeFlowCommandInput,
29
22
  InvokeFlowCommandOutput,
30
- BedrockAgentRuntimeClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class InvokeFlowCommand extends InvokeFlowCommand_base {
39
30
  protected static __types: {
@@ -1,14 +1,7 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import { InvokeInlineAgentResponse } from "../models/models_0";
9
3
  import { InvokeInlineAgentRequest } from "../models/models_1";
10
4
  export { __MetadataBearer };
11
- export { $Command };
12
5
  export interface InvokeInlineAgentCommandInput
13
6
  extends InvokeInlineAgentRequest {}
14
7
  export interface InvokeInlineAgentCommandOutput
@@ -20,22 +13,20 @@ declare const InvokeInlineAgentCommand_base: {
20
13
  ): import("@smithy/core/client").CommandImpl<
21
14
  InvokeInlineAgentCommandInput,
22
15
  InvokeInlineAgentCommandOutput,
23
- BedrockAgentRuntimeClientResolvedConfig,
24
- ServiceInputTypes,
25
- ServiceOutputTypes
16
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
26
19
  >;
27
20
  new (
28
21
  input: InvokeInlineAgentCommandInput
29
22
  ): import("@smithy/core/client").CommandImpl<
30
23
  InvokeInlineAgentCommandInput,
31
24
  InvokeInlineAgentCommandOutput,
32
- BedrockAgentRuntimeClientResolvedConfig,
33
- ServiceInputTypes,
34
- ServiceOutputTypes
25
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
35
28
  >;
36
- getEndpointParameterInstructions(): {
37
- [x: string]: unknown;
38
- };
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
39
30
  };
40
31
  export declare class InvokeInlineAgentCommand extends InvokeInlineAgentCommand_base {
41
32
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  ListFlowExecutionEventsRequest,
10
4
  ListFlowExecutionEventsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFlowExecutionEventsCommandInput
15
8
  extends ListFlowExecutionEventsRequest {}
16
9
  export interface ListFlowExecutionEventsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFlowExecutionEventsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFlowExecutionEventsCommandInput,
24
17
  ListFlowExecutionEventsCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFlowExecutionEventsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFlowExecutionEventsCommandInput,
33
26
  ListFlowExecutionEventsCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFlowExecutionEventsCommand extends ListFlowExecutionEventsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  ListFlowExecutionsRequest,
10
4
  ListFlowExecutionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFlowExecutionsCommandInput
15
8
  extends ListFlowExecutionsRequest {}
16
9
  export interface ListFlowExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFlowExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFlowExecutionsCommandInput,
24
17
  ListFlowExecutionsCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFlowExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFlowExecutionsCommandInput,
33
26
  ListFlowExecutionsCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFlowExecutionsCommand extends ListFlowExecutionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockAgentRuntimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockAgentRuntimeClient";
8
2
  import {
9
3
  ListInvocationStepsRequest,
10
4
  ListInvocationStepsResponse,
11
5
  } from "../models/models_1";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListInvocationStepsCommandInput
15
8
  extends ListInvocationStepsRequest {}
16
9
  export interface ListInvocationStepsCommandOutput
@@ -22,22 +15,20 @@ declare const ListInvocationStepsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListInvocationStepsCommandInput,
24
17
  ListInvocationStepsCommandOutput,
25
- BedrockAgentRuntimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListInvocationStepsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListInvocationStepsCommandInput,
33
26
  ListInvocationStepsCommandOutput,
34
- BedrockAgentRuntimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockAgentRuntimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListInvocationStepsCommand extends ListInvocationStepsCommand_base {
43
34
  protected static __types: {