@aws-sdk/client-bedrock-agentcore 3.1076.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.
- package/dist-cjs/index.js +76 -667
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -14
- package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -14
- package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -14
- package/dist-es/commands/CreateABTestCommand.js +2 -14
- package/dist-es/commands/CreateEventCommand.js +2 -14
- package/dist-es/commands/CreatePaymentInstrumentCommand.js +2 -14
- package/dist-es/commands/CreatePaymentSessionCommand.js +2 -14
- package/dist-es/commands/DeleteABTestCommand.js +2 -14
- package/dist-es/commands/DeleteBatchEvaluationCommand.js +2 -14
- package/dist-es/commands/DeleteEventCommand.js +2 -14
- package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -14
- package/dist-es/commands/DeletePaymentInstrumentCommand.js +2 -14
- package/dist-es/commands/DeletePaymentSessionCommand.js +2 -14
- package/dist-es/commands/DeleteRecommendationCommand.js +2 -14
- package/dist-es/commands/EvaluateCommand.js +2 -14
- package/dist-es/commands/GetABTestCommand.js +2 -14
- package/dist-es/commands/GetAgentCardCommand.js +2 -14
- package/dist-es/commands/GetBatchEvaluationCommand.js +2 -14
- package/dist-es/commands/GetBrowserSessionCommand.js +2 -14
- package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -14
- package/dist-es/commands/GetEventCommand.js +2 -14
- package/dist-es/commands/GetMemoryRecordCommand.js +2 -14
- package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +2 -14
- package/dist-es/commands/GetPaymentInstrumentCommand.js +2 -14
- package/dist-es/commands/GetPaymentSessionCommand.js +2 -14
- package/dist-es/commands/GetRecommendationCommand.js +2 -14
- package/dist-es/commands/GetResourceApiKeyCommand.js +2 -14
- package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -14
- package/dist-es/commands/GetResourcePaymentTokenCommand.js +2 -14
- package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -14
- package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -14
- package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -14
- package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -14
- package/dist-es/commands/InvokeAgentRuntimeCommandCommand.js +2 -18
- package/dist-es/commands/InvokeBrowserCommand.js +2 -14
- package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -18
- package/dist-es/commands/InvokeHarnessCommand.js +2 -18
- package/dist-es/commands/ListABTestsCommand.js +2 -14
- package/dist-es/commands/ListActorsCommand.js +2 -14
- package/dist-es/commands/ListBatchEvaluationsCommand.js +2 -14
- package/dist-es/commands/ListBrowserSessionsCommand.js +2 -14
- package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -14
- package/dist-es/commands/ListEventsCommand.js +2 -14
- package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -14
- package/dist-es/commands/ListMemoryRecordsCommand.js +2 -14
- package/dist-es/commands/ListPaymentInstrumentsCommand.js +2 -14
- package/dist-es/commands/ListPaymentSessionsCommand.js +2 -14
- package/dist-es/commands/ListRecommendationsCommand.js +2 -14
- package/dist-es/commands/ListSessionsCommand.js +2 -14
- package/dist-es/commands/ProcessPaymentCommand.js +2 -14
- package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -14
- package/dist-es/commands/SaveBrowserSessionProfileCommand.js +2 -14
- package/dist-es/commands/SearchRegistryRecordsCommand.js +2 -14
- package/dist-es/commands/StartBatchEvaluationCommand.js +2 -14
- package/dist-es/commands/StartBrowserSessionCommand.js +2 -14
- package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -14
- package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -14
- package/dist-es/commands/StartRecommendationCommand.js +2 -14
- package/dist-es/commands/StopBatchEvaluationCommand.js +2 -14
- package/dist-es/commands/StopBrowserSessionCommand.js +2 -14
- package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -14
- package/dist-es/commands/StopRuntimeSessionCommand.js +2 -14
- package/dist-es/commands/UpdateABTestCommand.js +2 -14
- package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +3 -8
- package/dist-types/commands/CreateABTestCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventCommand.d.ts +3 -8
- package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +3 -8
- package/dist-types/commands/CreatePaymentSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteABTestCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +3 -8
- package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +3 -8
- package/dist-types/commands/DeletePaymentSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/EvaluateCommand.d.ts +3 -8
- package/dist-types/commands/GetABTestCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentCardCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetEventCommand.d.ts +3 -8
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +3 -8
- package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +3 -8
- package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +3 -8
- package/dist-types/commands/GetPaymentSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +3 -8
- package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +3 -8
- package/dist-types/commands/InvokeAgentRuntimeCommandCommand.d.ts +3 -8
- package/dist-types/commands/InvokeBrowserCommand.d.ts +3 -8
- package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +3 -8
- package/dist-types/commands/InvokeHarnessCommand.d.ts +3 -8
- package/dist-types/commands/ListABTestsCommand.d.ts +3 -8
- package/dist-types/commands/ListActorsCommand.d.ts +3 -8
- package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBrowserSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +3 -8
- package/dist-types/commands/ListPaymentSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ProcessPaymentCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/SaveBrowserSessionProfileCommand.d.ts +3 -8
- package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +3 -8
- package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +3 -8
- package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/StopBatchEvaluationCommand.d.ts +3 -8
- package/dist-types/commands/StopBrowserSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +3 -8
- package/dist-types/commands/StopRuntimeSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateABTestCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { InvokeBrowserRequest, InvokeBrowserResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InvokeBrowserCommandInput extends InvokeBrowserRequest {
|
|
|
22
19
|
export interface InvokeBrowserCommandOutput extends InvokeBrowserResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InvokeBrowserCommand_base: {
|
|
25
|
-
new (input: InvokeBrowserCommandInput): import("@smithy/core/client").CommandImpl<InvokeBrowserCommandInput, InvokeBrowserCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InvokeBrowserCommandInput): import("@smithy/core/client").CommandImpl<InvokeBrowserCommandInput, InvokeBrowserCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InvokeBrowserCommandInput): import("@smithy/core/client").CommandImpl<InvokeBrowserCommandInput, InvokeBrowserCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InvokeBrowserCommandInput): import("@smithy/core/client").CommandImpl<InvokeBrowserCommandInput, InvokeBrowserCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Invokes an operating system-level action on a browser session in Amazon Bedrock AgentCore. This operation provides direct OS-level control over browser sessions, enabling mouse actions, keyboard input, and screenshots that the WebSocket-based Chrome DevTools Protocol (CDP) cannot handle — such as interacting with print dialogs, context menus, and JavaScript alerts.</p> <p>You send a request with exactly one action in the <code>BrowserAction</code> union, and receive a corresponding result in the <code>BrowserActionResult</code> union.</p> <p>The following operations are related to <code>InvokeBrowser</code>:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StartBrowserSession.html">StartBrowserSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetBrowserSession.html">GetBrowserSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StopBrowserSession.html">StopBrowserSession</a> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { InvokeCodeInterpreterRequest, InvokeCodeInterpreterResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InvokeCodeInterpreterCommandInput extends InvokeCodeInterpreter
|
|
|
22
19
|
export interface InvokeCodeInterpreterCommandOutput extends InvokeCodeInterpreterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InvokeCodeInterpreterCommand_base: {
|
|
25
|
-
new (input: InvokeCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<InvokeCodeInterpreterCommandInput, InvokeCodeInterpreterCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InvokeCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<InvokeCodeInterpreterCommandInput, InvokeCodeInterpreterCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InvokeCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<InvokeCodeInterpreterCommandInput, InvokeCodeInterpreterCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InvokeCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<InvokeCodeInterpreterCommandInput, InvokeCodeInterpreterCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Executes code within an active code interpreter session in Amazon Bedrock AgentCore. This operation processes the provided code, runs it in a secure environment, and returns the execution results including output, errors, and generated visualizations.</p> <p>To execute code, you must specify the code interpreter identifier, session ID, and the code to run in the arguments parameter. The operation returns a stream containing the execution results, which can include text output, error messages, and data visualizations.</p> <p>This operation is subject to request rate limiting based on your account's service quotas.</p> <p>The following operations are related to <code>InvokeCodeInterpreter</code>:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StartCodeInterpreterSession.html">StartCodeInterpreterSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetCodeInterpreterSession.html">GetCodeInterpreterSession</a> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { InvokeHarnessRequest, InvokeHarnessResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface InvokeHarnessCommandInput extends InvokeHarnessRequest {
|
|
|
22
19
|
export interface InvokeHarnessCommandOutput extends InvokeHarnessResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InvokeHarnessCommand_base: {
|
|
25
|
-
new (input: InvokeHarnessCommandInput): import("@smithy/core/client").CommandImpl<InvokeHarnessCommandInput, InvokeHarnessCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InvokeHarnessCommandInput): import("@smithy/core/client").CommandImpl<InvokeHarnessCommandInput, InvokeHarnessCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InvokeHarnessCommandInput): import("@smithy/core/client").CommandImpl<InvokeHarnessCommandInput, InvokeHarnessCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InvokeHarnessCommandInput): import("@smithy/core/client").CommandImpl<InvokeHarnessCommandInput, InvokeHarnessCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Operation to invoke a Harness.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListABTestsRequest, ListABTestsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListABTestsCommandInput extends ListABTestsRequest {
|
|
|
22
19
|
export interface ListABTestsCommandOutput extends ListABTestsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListABTestsCommand_base: {
|
|
25
|
-
new (input: ListABTestsCommandInput): import("@smithy/core/client").CommandImpl<ListABTestsCommandInput, ListABTestsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListABTestsCommandInput]): import("@smithy/core/client").CommandImpl<ListABTestsCommandInput, ListABTestsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListABTestsCommandInput): import("@smithy/core/client").CommandImpl<ListABTestsCommandInput, ListABTestsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListABTestsCommandInput]): import("@smithy/core/client").CommandImpl<ListABTestsCommandInput, ListABTestsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all A/B tests in the account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListActorsInput, ListActorsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListActorsCommandInput extends ListActorsInput {
|
|
|
22
19
|
export interface ListActorsCommandOutput extends ListActorsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListActorsCommand_base: {
|
|
25
|
-
new (input: ListActorsCommandInput): import("@smithy/core/client").CommandImpl<ListActorsCommandInput, ListActorsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListActorsCommandInput): import("@smithy/core/client").CommandImpl<ListActorsCommandInput, ListActorsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListActorsCommandInput): import("@smithy/core/client").CommandImpl<ListActorsCommandInput, ListActorsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListActorsCommandInput): import("@smithy/core/client").CommandImpl<ListActorsCommandInput, ListActorsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all actors in an AgentCore Memory resource. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListActors</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListBatchEvaluationsRequest, ListBatchEvaluationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBatchEvaluationsCommandInput extends ListBatchEvaluationsRe
|
|
|
22
19
|
export interface ListBatchEvaluationsCommandOutput extends ListBatchEvaluationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBatchEvaluationsCommand_base: {
|
|
25
|
-
new (input: ListBatchEvaluationsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchEvaluationsCommandInput, ListBatchEvaluationsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBatchEvaluationsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchEvaluationsCommandInput, ListBatchEvaluationsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBatchEvaluationsCommandInput): import("@smithy/core/client").CommandImpl<ListBatchEvaluationsCommandInput, ListBatchEvaluationsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBatchEvaluationsCommandInput]): import("@smithy/core/client").CommandImpl<ListBatchEvaluationsCommandInput, ListBatchEvaluationsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all batch evaluations in the account, providing summary information about each evaluation's status and configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListBrowserSessionsRequest, ListBrowserSessionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBrowserSessionsCommandInput extends ListBrowserSessionsRequ
|
|
|
22
19
|
export interface ListBrowserSessionsCommandOutput extends ListBrowserSessionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBrowserSessionsCommand_base: {
|
|
25
|
-
new (input: ListBrowserSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListBrowserSessionsCommandInput, ListBrowserSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBrowserSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListBrowserSessionsCommandInput, ListBrowserSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBrowserSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListBrowserSessionsCommandInput, ListBrowserSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBrowserSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListBrowserSessionsCommandInput, ListBrowserSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of browser sessions in Amazon Bedrock AgentCore that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.</p> <p>You can filter the results by browser identifier and session status. The operation supports pagination to handle large result sets efficiently.</p> <p>We recommend using pagination to ensure that the operation returns quickly and successfully when retrieving large numbers of sessions.</p> <p>The following operations are related to <code>ListBrowserSessions</code>:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StartBrowserSession.html">StartBrowserSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetBrowserSession.html">GetBrowserSession</a> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListCodeInterpreterSessionsRequest, ListCodeInterpreterSessionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCodeInterpreterSessionsCommandInput extends ListCodeInterpr
|
|
|
22
19
|
export interface ListCodeInterpreterSessionsCommandOutput extends ListCodeInterpreterSessionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCodeInterpreterSessionsCommand_base: {
|
|
25
|
-
new (input: ListCodeInterpreterSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCodeInterpreterSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCodeInterpreterSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCodeInterpreterSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListCodeInterpreterSessionsCommandInput, ListCodeInterpreterSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of code interpreter sessions in Amazon Bedrock AgentCore that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.</p> <p>You can filter the results by code interpreter identifier and session status. The operation supports pagination to handle large result sets efficiently.</p> <p>We recommend using pagination to ensure that the operation returns quickly and successfully when retrieving large numbers of sessions.</p> <p>The following operations are related to <code>ListCodeInterpreterSessions</code>:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StartCodeInterpreterSession.html">StartCodeInterpreterSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetCodeInterpreterSession.html">GetCodeInterpreterSession</a> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListEventsInput, ListEventsOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEventsCommandInput extends ListEventsInput {
|
|
|
22
19
|
export interface ListEventsCommandOutput extends ListEventsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventsCommand_base: {
|
|
25
|
-
new (input: ListEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListEventsCommandInput): import("@smithy/core/client").CommandImpl<ListEventsCommandInput, ListEventsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists events in an AgentCore Memory resource based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListEvents</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListMemoryExtractionJobsInput, ListMemoryExtractionJobsOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMemoryExtractionJobsCommandInput extends ListMemoryExtracti
|
|
|
22
19
|
export interface ListMemoryExtractionJobsCommandOutput extends ListMemoryExtractionJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMemoryExtractionJobsCommand_base: {
|
|
25
|
-
new (input: ListMemoryExtractionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryExtractionJobsCommandInput, ListMemoryExtractionJobsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMemoryExtractionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryExtractionJobsCommandInput, ListMemoryExtractionJobsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMemoryExtractionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryExtractionJobsCommandInput, ListMemoryExtractionJobsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMemoryExtractionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryExtractionJobsCommandInput, ListMemoryExtractionJobsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all long-term memory extraction jobs that are eligible to be started with optional filtering.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListMemoryExtractionJobs</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListMemoryRecordsInput, ListMemoryRecordsOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMemoryRecordsCommandInput extends ListMemoryRecordsInput {
|
|
|
22
19
|
export interface ListMemoryRecordsCommandOutput extends ListMemoryRecordsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: ListMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListMemoryRecordsCommandInput, ListMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists memory records in an AgentCore Memory resource based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListMemoryRecords</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListPaymentInstrumentsRequest, ListPaymentInstrumentsResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPaymentInstrumentsCommandInput extends ListPaymentInstrumen
|
|
|
22
19
|
export interface ListPaymentInstrumentsCommandOutput extends ListPaymentInstrumentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPaymentInstrumentsCommand_base: {
|
|
25
|
-
new (input: ListPaymentInstrumentsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentInstrumentsCommandInput, ListPaymentInstrumentsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPaymentInstrumentsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentInstrumentsCommandInput, ListPaymentInstrumentsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPaymentInstrumentsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentInstrumentsCommandInput, ListPaymentInstrumentsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPaymentInstrumentsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentInstrumentsCommandInput, ListPaymentInstrumentsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List payment instruments for a manager.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListPaymentSessionsRequest, ListPaymentSessionsResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPaymentSessionsCommandInput extends ListPaymentSessionsRequ
|
|
|
22
19
|
export interface ListPaymentSessionsCommandOutput extends ListPaymentSessionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPaymentSessionsCommand_base: {
|
|
25
|
-
new (input: ListPaymentSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentSessionsCommandInput, ListPaymentSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPaymentSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentSessionsCommandInput, ListPaymentSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPaymentSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentSessionsCommandInput, ListPaymentSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPaymentSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListPaymentSessionsCommandInput, ListPaymentSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List payment sessions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRecommendationsCommandInput extends ListRecommendationsRequ
|
|
|
22
19
|
export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecommendationsCommand_base: {
|
|
25
|
-
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all recommendations in the account, with optional filtering by status.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ListSessionsInput, ListSessionsOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSessionsCommandInput extends ListSessionsInput {
|
|
|
22
19
|
export interface ListSessionsCommandOutput extends ListSessionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSessionsCommand_base: {
|
|
25
|
-
new (input: ListSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSessionsCommandInput): import("@smithy/core/client").CommandImpl<ListSessionsCommandInput, ListSessionsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists sessions in an AgentCore Memory resource based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>Empty sessions are automatically deleted after one day.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListSessions</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { ProcessPaymentRequest, ProcessPaymentResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ProcessPaymentCommandInput extends ProcessPaymentRequest {
|
|
|
22
19
|
export interface ProcessPaymentCommandOutput extends ProcessPaymentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ProcessPaymentCommand_base: {
|
|
25
|
-
new (input: ProcessPaymentCommandInput): import("@smithy/core/client").CommandImpl<ProcessPaymentCommandInput, ProcessPaymentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ProcessPaymentCommandInput): import("@smithy/core/client").CommandImpl<ProcessPaymentCommandInput, ProcessPaymentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ProcessPaymentCommandInput): import("@smithy/core/client").CommandImpl<ProcessPaymentCommandInput, ProcessPaymentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ProcessPaymentCommandInput): import("@smithy/core/client").CommandImpl<ProcessPaymentCommandInput, ProcessPaymentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Processes a payment using a payment instrument within a payment session.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { RetrieveMemoryRecordsInput, RetrieveMemoryRecordsOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RetrieveMemoryRecordsCommandInput extends RetrieveMemoryRecords
|
|
|
22
19
|
export interface RetrieveMemoryRecordsCommandOutput extends RetrieveMemoryRecordsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RetrieveMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: RetrieveMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RetrieveMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RetrieveMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RetrieveMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<RetrieveMemoryRecordsCommandInput, RetrieveMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Searches for and retrieves memory records from an AgentCore Memory resource based on specified search criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:RetrieveMemoryRecords</code> permission.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { SaveBrowserSessionProfileRequest, SaveBrowserSessionProfileResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SaveBrowserSessionProfileCommandInput extends SaveBrowserSessio
|
|
|
22
19
|
export interface SaveBrowserSessionProfileCommandOutput extends SaveBrowserSessionProfileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SaveBrowserSessionProfileCommand_base: {
|
|
25
|
-
new (input: SaveBrowserSessionProfileCommandInput): import("@smithy/core/client").CommandImpl<SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SaveBrowserSessionProfileCommandInput): import("@smithy/core/client").CommandImpl<SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SaveBrowserSessionProfileCommandInput): import("@smithy/core/client").CommandImpl<SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SaveBrowserSessionProfileCommandInput): import("@smithy/core/client").CommandImpl<SaveBrowserSessionProfileCommandInput, SaveBrowserSessionProfileCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Saves the current state of a browser session as a reusable profile in Amazon Bedrock AgentCore. A browser profile captures persistent browser data such as cookies and local storage from an active session, enabling you to reuse this data in future browser sessions.</p> <p>To save a browser session profile, you must specify the profile identifier, browser identifier, and session ID. The session must be active when saving the profile. Once saved, the profile can be used with the <code>StartBrowserSession</code> operation to initialize new sessions with the stored browser state.</p> <p>Browser profiles are useful for scenarios that require persistent authentication, maintaining user preferences across sessions, or continuing tasks that depend on previously stored browser data.</p> <p>The following operations are related to <code>SaveBrowserSessionProfile</code>:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_StartBrowserSession.html">StartBrowserSession</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/APIReference/API_GetBrowserSession.html">GetBrowserSession</a> </p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { SearchRegistryRecordsRequest, SearchRegistryRecordsResponse } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchRegistryRecordsCommandInput extends SearchRegistryRecords
|
|
|
22
19
|
export interface SearchRegistryRecordsCommandOutput extends SearchRegistryRecordsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchRegistryRecordsCommand_base: {
|
|
25
|
-
new (input: SearchRegistryRecordsCommandInput): import("@smithy/core/client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SearchRegistryRecordsCommandInput): import("@smithy/core/client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchRegistryRecordsCommandInput): import("@smithy/core/client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SearchRegistryRecordsCommandInput): import("@smithy/core/client").CommandImpl<SearchRegistryRecordsCommandInput, SearchRegistryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Searches for registry records using semantic, lexical, or hybrid queries. Returns metadata for matching records ordered by relevance within the specified registry.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreClient";
|
|
4
2
|
import type { StartBatchEvaluationRequest, StartBatchEvaluationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartBatchEvaluationCommandInput extends StartBatchEvaluationRe
|
|
|
22
19
|
export interface StartBatchEvaluationCommandOutput extends StartBatchEvaluationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartBatchEvaluationCommand_base: {
|
|
25
|
-
new (input: StartBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StartBatchEvaluationCommandInput, StartBatchEvaluationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StartBatchEvaluationCommandInput, StartBatchEvaluationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StartBatchEvaluationCommandInput, StartBatchEvaluationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<StartBatchEvaluationCommandInput, StartBatchEvaluationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a batch evaluation job that evaluates agent performance across multiple sessions. Batch evaluations pull agent traces from CloudWatch Logs or an existing online evaluation configuration and run specified evaluators and insights against them.</p>
|