@aws-sdk/client-bedrock-agent-runtime 3.1045.0 → 3.1047.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 (128) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +80 -81
  5. package/dist-cjs/models/BedrockAgentRuntimeServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/BedrockAgentRuntime.js +1 -1
  10. package/dist-es/BedrockAgentRuntimeClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateInvocationCommand.js +2 -2
  13. package/dist-es/commands/CreateSessionCommand.js +2 -2
  14. package/dist-es/commands/DeleteAgentMemoryCommand.js +2 -2
  15. package/dist-es/commands/DeleteSessionCommand.js +2 -2
  16. package/dist-es/commands/EndSessionCommand.js +2 -2
  17. package/dist-es/commands/GenerateQueryCommand.js +2 -2
  18. package/dist-es/commands/GetAgentMemoryCommand.js +2 -2
  19. package/dist-es/commands/GetExecutionFlowSnapshotCommand.js +2 -2
  20. package/dist-es/commands/GetFlowExecutionCommand.js +2 -2
  21. package/dist-es/commands/GetInvocationStepCommand.js +2 -2
  22. package/dist-es/commands/GetSessionCommand.js +2 -2
  23. package/dist-es/commands/InvokeAgentCommand.js +2 -2
  24. package/dist-es/commands/InvokeFlowCommand.js +2 -2
  25. package/dist-es/commands/InvokeInlineAgentCommand.js +2 -2
  26. package/dist-es/commands/ListFlowExecutionEventsCommand.js +2 -2
  27. package/dist-es/commands/ListFlowExecutionsCommand.js +2 -2
  28. package/dist-es/commands/ListInvocationStepsCommand.js +2 -2
  29. package/dist-es/commands/ListInvocationsCommand.js +2 -2
  30. package/dist-es/commands/ListSessionsCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  32. package/dist-es/commands/OptimizePromptCommand.js +2 -2
  33. package/dist-es/commands/PutInvocationStepCommand.js +2 -2
  34. package/dist-es/commands/RerankCommand.js +2 -2
  35. package/dist-es/commands/RetrieveAndGenerateCommand.js +2 -2
  36. package/dist-es/commands/RetrieveAndGenerateStreamCommand.js +2 -2
  37. package/dist-es/commands/RetrieveCommand.js +2 -2
  38. package/dist-es/commands/StartFlowExecutionCommand.js +2 -2
  39. package/dist-es/commands/StopFlowExecutionCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateSessionCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/BedrockAgentRuntimeServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +5 -7
  47. package/dist-es/runtimeConfig.js +5 -9
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-types/BedrockAgentRuntimeClient.d.ts +6 -6
  51. package/dist-types/commands/CreateInvocationCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteAgentMemoryCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteSessionCommand.d.ts +6 -4
  55. package/dist-types/commands/EndSessionCommand.d.ts +6 -4
  56. package/dist-types/commands/GenerateQueryCommand.d.ts +6 -4
  57. package/dist-types/commands/GetAgentMemoryCommand.d.ts +6 -4
  58. package/dist-types/commands/GetExecutionFlowSnapshotCommand.d.ts +6 -4
  59. package/dist-types/commands/GetFlowExecutionCommand.d.ts +6 -4
  60. package/dist-types/commands/GetInvocationStepCommand.d.ts +6 -4
  61. package/dist-types/commands/GetSessionCommand.d.ts +6 -4
  62. package/dist-types/commands/InvokeAgentCommand.d.ts +6 -4
  63. package/dist-types/commands/InvokeFlowCommand.d.ts +6 -4
  64. package/dist-types/commands/InvokeInlineAgentCommand.d.ts +6 -4
  65. package/dist-types/commands/ListFlowExecutionEventsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListFlowExecutionsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListInvocationStepsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListInvocationsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/OptimizePromptCommand.d.ts +6 -4
  72. package/dist-types/commands/PutInvocationStepCommand.d.ts +6 -4
  73. package/dist-types/commands/RerankCommand.d.ts +6 -4
  74. package/dist-types/commands/RetrieveAndGenerateCommand.d.ts +6 -4
  75. package/dist-types/commands/RetrieveAndGenerateStreamCommand.d.ts +6 -4
  76. package/dist-types/commands/RetrieveCommand.d.ts +6 -4
  77. package/dist-types/commands/StartFlowExecutionCommand.d.ts +6 -4
  78. package/dist-types/commands/StopFlowExecutionCommand.d.ts +6 -4
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateSessionCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/BedrockAgentRuntimeServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -18
  90. package/dist-types/ts3.4/commands/CreateInvocationCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/EndSessionCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/GetExecutionFlowSnapshotCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/GetFlowExecutionCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/InvokeInlineAgentCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListFlowExecutionEventsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ListFlowExecutionsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/OptimizePromptCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/RerankCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +6 -8
  116. package/dist-types/ts3.4/commands/StartFlowExecutionCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/StopFlowExecutionCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/BedrockAgentRuntimeServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/package.json +13 -37
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
42
  protected static __types: {