@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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentRuntimeClient";
4
4
  import type { StartFlowExecutionRequest, StartFlowExecutionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartFlowExecutionCommandInput extends StartFlowExecutionReques
22
22
  export interface StartFlowExecutionCommandOutput extends StartFlowExecutionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartFlowExecutionCommand_base: {
25
- new (input: StartFlowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartFlowExecutionCommandInput, StartFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartFlowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartFlowExecutionCommandInput, StartFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartFlowExecutionCommandInput, StartFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartFlowExecutionCommandInput, StartFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an execution of an Amazon Bedrock flow. Unlike flows that run until completion or time out after five minutes, flow executions let you run flows asynchronously for longer durations. Flow executions also yield control so that your application can perform other tasks.</p> <p>This operation returns an Amazon Resource Name (ARN) that you can use to track and manage your flow execution.</p> <note> <p>Flow executions is in preview release for Amazon Bedrock and is subject to change.</p> </note>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentRuntimeClient";
4
4
  import type { StopFlowExecutionRequest, StopFlowExecutionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopFlowExecutionCommandInput extends StopFlowExecutionRequest
22
22
  export interface StopFlowExecutionCommandOutput extends StopFlowExecutionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopFlowExecutionCommand_base: {
25
- new (input: StopFlowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopFlowExecutionCommandInput, StopFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopFlowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopFlowExecutionCommandInput, StopFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopFlowExecutionCommandInput, StopFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopFlowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopFlowExecutionCommandInput, StopFlowExecutionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops an Amazon Bedrock flow's execution. This operation prevents further processing of the flow and changes the execution status to <code>Aborted</code>.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentRuntimeClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the Amazon Bedrock User Guide.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentRuntimeClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Remove tags from a resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentRuntimeClient";
4
4
  import type { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateSessionCommandInput extends UpdateSessionRequest {
22
22
  export interface UpdateSessionCommandOutput extends UpdateSessionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateSessionCommand_base: {
25
- new (input: UpdateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSessionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, BedrockAgentRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the metadata or encryption settings of a session. For more information about sessions, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/sessions.html">Store and retrieve conversation history and context with Amazon Bedrock sessions</a>.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { BedrockAgentRuntimeServiceException as __BaseException } from "./BedrockAgentRuntimeServiceException";
3
3
  /**
4
4
  * <p>The request is denied because of missing access permissions. Check your permissions and retry your request.</p>
@@ -5,14 +5,14 @@ import type { BedrockAgentRuntimeClientConfig } from "./BedrockAgentRuntimeClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BedrockAgentRuntimeClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<any>;
15
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
15
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { BedrockAgentRuntimeClientConfig } from "./BedrockAgentRuntimeClien
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: BedrockAgentRuntimeClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentRuntimeClientConfig)
13
13
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
15
  region: string | import("@smithy/types").Provider<string>;
16
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
16
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
18
  sha256: import("@smithy/types").HashConstructor;
19
19
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { BedrockAgentRuntimeClientConfig } from "./BedrockAgentRuntimeClien
5
5
  export declare const getRuntimeConfig: (config: BedrockAgentRuntimeClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -33,7 +33,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentRuntimeClientConfig)
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
35
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
36
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
36
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
37
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,29 +6,23 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EventStreamSerdeInputConfig,
15
- EventStreamSerdeResolvedConfig,
16
- } from "@smithy/eventstream-serde-config-resolver";
17
- import {
18
- EndpointInputConfig,
19
- EndpointResolvedConfig,
20
- } from "@smithy/middleware-endpoint";
21
- import {
22
- RetryInputConfig,
23
- RetryResolvedConfig,
24
- } from "@smithy/middleware-retry";
25
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
26
9
  import {
27
10
  DefaultsMode as __DefaultsMode,
28
11
  SmithyConfiguration as __SmithyConfiguration,
29
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
13
  Client as __Client,
31
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import {
21
+ EventStreamSerdeInputConfig,
22
+ EventStreamSerdeResolvedConfig,
23
+ } from "@smithy/core/event-streams";
24
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
25
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
32
26
  import {
33
27
  AwsCredentialIdentityProvider,
34
28
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 CreateInvocationCommandOutput
18
18
  declare const CreateInvocationCommand_base: {
19
19
  new (
20
20
  input: CreateInvocationCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateInvocationCommandInput,
23
23
  CreateInvocationCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateInvocationCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateInvocationCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateInvocationCommandInput,
32
32
  CreateInvocationCommandOutput,
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 CreateInvocationCommand extends CreateInvocationCommand_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,
@@ -18,7 +18,7 @@ export interface CreateSessionCommandOutput
18
18
  declare const CreateSessionCommand_base: {
19
19
  new (
20
20
  input: CreateSessionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateSessionCommandInput,
23
23
  CreateSessionCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateSessionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [CreateSessionCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateSessionCommandInput,
32
32
  CreateSessionCommandOutput,
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 CreateSessionCommand extends CreateSessionCommand_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 DeleteAgentMemoryCommandOutput
19
19
  declare const DeleteAgentMemoryCommand_base: {
20
20
  new (
21
21
  input: DeleteAgentMemoryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteAgentMemoryCommandInput,
24
24
  DeleteAgentMemoryCommandOutput,
25
25
  BedrockAgentRuntimeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteAgentMemoryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteAgentMemoryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteAgentMemoryCommandInput,
33
33
  DeleteAgentMemoryCommandOutput,
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 DeleteAgentMemoryCommand extends DeleteAgentMemoryCommand_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 DeleteSessionCommandOutput
18
18
  declare const DeleteSessionCommand_base: {
19
19
  new (
20
20
  input: DeleteSessionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteSessionCommandInput,
23
23
  DeleteSessionCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteSessionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteSessionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteSessionCommandInput,
32
32
  DeleteSessionCommandOutput,
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 DeleteSessionCommand extends DeleteSessionCommand_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 EndSessionCommandOutput
15
15
  declare const EndSessionCommand_base: {
16
16
  new (
17
17
  input: EndSessionCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  EndSessionCommandInput,
20
20
  EndSessionCommandOutput,
21
21
  BedrockAgentRuntimeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const EndSessionCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: EndSessionCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  EndSessionCommandInput,
29
29
  EndSessionCommandOutput,
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 EndSessionCommand extends EndSessionCommand_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 GenerateQueryCommandOutput
18
18
  declare const GenerateQueryCommand_base: {
19
19
  new (
20
20
  input: GenerateQueryCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GenerateQueryCommandInput,
23
23
  GenerateQueryCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GenerateQueryCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GenerateQueryCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GenerateQueryCommandInput,
32
32
  GenerateQueryCommandOutput,
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 GenerateQueryCommand extends GenerateQueryCommand_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,
@@ -18,7 +18,7 @@ export interface GetAgentMemoryCommandOutput
18
18
  declare const GetAgentMemoryCommand_base: {
19
19
  new (
20
20
  input: GetAgentMemoryCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetAgentMemoryCommandInput,
23
23
  GetAgentMemoryCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetAgentMemoryCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetAgentMemoryCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetAgentMemoryCommandInput,
32
32
  GetAgentMemoryCommandOutput,
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 GetAgentMemoryCommand extends GetAgentMemoryCommand_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 GetExecutionFlowSnapshotCommandOutput
19
19
  declare const GetExecutionFlowSnapshotCommand_base: {
20
20
  new (
21
21
  input: GetExecutionFlowSnapshotCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetExecutionFlowSnapshotCommandInput,
24
24
  GetExecutionFlowSnapshotCommandOutput,
25
25
  BedrockAgentRuntimeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetExecutionFlowSnapshotCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetExecutionFlowSnapshotCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetExecutionFlowSnapshotCommandInput,
33
33
  GetExecutionFlowSnapshotCommandOutput,
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 GetExecutionFlowSnapshotCommand extends GetExecutionFlowSnapshotCommand_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 GetFlowExecutionCommandOutput
18
18
  declare const GetFlowExecutionCommand_base: {
19
19
  new (
20
20
  input: GetFlowExecutionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetFlowExecutionCommandInput,
23
23
  GetFlowExecutionCommandOutput,
24
24
  BedrockAgentRuntimeClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetFlowExecutionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetFlowExecutionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetFlowExecutionCommandInput,
32
32
  GetFlowExecutionCommandOutput,
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 GetFlowExecutionCommand extends GetFlowExecutionCommand_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 GetInvocationStepCommandOutput
19
19
  declare const GetInvocationStepCommand_base: {
20
20
  new (
21
21
  input: GetInvocationStepCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetInvocationStepCommandInput,
24
24
  GetInvocationStepCommandOutput,
25
25
  BedrockAgentRuntimeClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetInvocationStepCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetInvocationStepCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetInvocationStepCommandInput,
33
33
  GetInvocationStepCommandOutput,
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 GetInvocationStepCommand extends GetInvocationStepCommand_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 GetSessionCommandOutput
15
15
  declare const GetSessionCommand_base: {
16
16
  new (
17
17
  input: GetSessionCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetSessionCommandInput,
20
20
  GetSessionCommandOutput,
21
21
  BedrockAgentRuntimeClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetSessionCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetSessionCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetSessionCommandInput,
29
29
  GetSessionCommandOutput,
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 GetSessionCommand extends GetSessionCommand_base {
37
39
  protected static __types: {