@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,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopRuntimeSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopRuntimeSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "StopRuntimeSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "StopRuntimeSessionCommand")
|
|
14
|
-
.sc(StopRuntimeSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopRuntimeSessionCommand extends command(_ep0, _mw0, "StopRuntimeSession", StopRuntimeSession$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateABTest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateABTestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "UpdateABTest", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "UpdateABTestCommand")
|
|
14
|
-
.sc(UpdateABTest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateABTestCommand extends command(_ep0, _mw0, "UpdateABTest", UpdateABTest$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateBrowserStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateBrowserStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "UpdateBrowserStream", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "UpdateBrowserStreamCommand")
|
|
14
|
-
.sc(UpdateBrowserStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateBrowserStreamCommand extends command(_ep0, _mw0, "UpdateBrowserStream", UpdateBrowserStream$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./BedrockAgentCoreClient";
|
|
2
2
|
export * from "./BedrockAgentCore";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -25,7 +24,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
25
24
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
26
25
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
27
26
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
28
|
-
sha256: config?.sha256 ?? Sha256,
|
|
29
27
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
30
28
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
31
29
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -6,7 +6,7 @@ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smi
|
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { eventStreamSerdeProvider } from "@smithy/core/event-streams";
|
|
8
8
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
-
import { calculateBodyLength
|
|
9
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
@@ -37,7 +37,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
37
37
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
38
38
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
39
39
|
}, config),
|
|
40
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
41
40
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
42
41
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
43
42
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, sdkStreamMixin, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
},
|
|
33
34
|
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
34
35
|
serviceId: config?.serviceId ?? "Bedrock AgentCore",
|
|
36
|
+
sha256: config?.sha256 ?? Sha256,
|
|
35
37
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
38
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
39
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BedrockAgentCoreClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { BatchCreateMemoryRecordsInput, BatchCreateMemoryRecordsOutput } 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 BatchCreateMemoryRecordsCommandInput extends BatchCreateMemoryR
|
|
|
22
19
|
export interface BatchCreateMemoryRecordsCommandOutput extends BatchCreateMemoryRecordsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchCreateMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchCreateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateMemoryRecordsCommandInput, BatchCreateMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates multiple memory records in a single batch operation for the specified memory with custom content.</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 { BatchDeleteMemoryRecordsInput, BatchDeleteMemoryRecordsOutput } 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 BatchDeleteMemoryRecordsCommandInput extends BatchDeleteMemoryR
|
|
|
22
19
|
export interface BatchDeleteMemoryRecordsCommandOutput extends BatchDeleteMemoryRecordsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteMemoryRecordsCommandInput, BatchDeleteMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes multiple memory records in a single batch operation from the specified memory.</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 { BatchUpdateMemoryRecordsInput, BatchUpdateMemoryRecordsOutput } 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 BatchUpdateMemoryRecordsCommandInput extends BatchUpdateMemoryR
|
|
|
22
19
|
export interface BatchUpdateMemoryRecordsCommandOutput extends BatchUpdateMemoryRecordsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchUpdateMemoryRecordsCommand_base: {
|
|
25
|
-
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchUpdateMemoryRecordsCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateMemoryRecordsCommandInput, BatchUpdateMemoryRecordsCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates multiple memory records with custom content in a single batch operation within the specified memory.</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 { CompleteResourceTokenAuthRequest, CompleteResourceTokenAuthResponse } 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 CompleteResourceTokenAuthCommandInput extends CompleteResourceT
|
|
|
22
19
|
export interface CompleteResourceTokenAuthCommandOutput extends CompleteResourceTokenAuthResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CompleteResourceTokenAuthCommand_base: {
|
|
25
|
-
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CompleteResourceTokenAuthCommandInput): import("@smithy/core/client").CommandImpl<CompleteResourceTokenAuthCommandInput, CompleteResourceTokenAuthCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Confirms the user authentication session for obtaining OAuth2.0 tokens for a resource.</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 { CreateABTestRequest, CreateABTestResponse } 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 CreateABTestCommandInput extends CreateABTestRequest {
|
|
|
22
19
|
export interface CreateABTestCommandOutput extends CreateABTestResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateABTestCommand_base: {
|
|
25
|
-
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateABTestCommandInput): import("@smithy/core/client").CommandImpl<CreateABTestCommandInput, CreateABTestCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an A/B test for comparing agent configurations. A/B tests split traffic between a control variant and a treatment variant through a gateway, then evaluate performance using online evaluation configurations to determine which variant performs better.</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 { CreateEventInput, CreateEventOutput } 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 CreateEventCommandInput extends CreateEventInput {
|
|
|
22
19
|
export interface CreateEventCommandOutput extends CreateEventOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEventCommand_base: {
|
|
25
|
-
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEventCommandInput): import("@smithy/core/client").CommandImpl<CreateEventCommandInput, CreateEventCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an event in an AgentCore Memory resource. Events represent interactions or activities that occur within a session and are associated with specific actors.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</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 { CreatePaymentInstrumentRequest, CreatePaymentInstrumentResponse } 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 CreatePaymentInstrumentCommandInput extends CreatePaymentInstru
|
|
|
22
19
|
export interface CreatePaymentInstrumentCommandOutput extends CreatePaymentInstrumentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePaymentInstrumentCommand_base: {
|
|
25
|
-
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentInstrumentCommandInput, CreatePaymentInstrumentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new payment instrument for a connector.</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 { CreatePaymentSessionRequest, CreatePaymentSessionResponse } 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 CreatePaymentSessionCommandInput extends CreatePaymentSessionRe
|
|
|
22
19
|
export interface CreatePaymentSessionCommandOutput extends CreatePaymentSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePaymentSessionCommand_base: {
|
|
25
|
-
new (input: CreatePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentSessionCommandInput, CreatePaymentSessionCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentSessionCommandInput, CreatePaymentSessionCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentSessionCommandInput, CreatePaymentSessionCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<CreatePaymentSessionCommandInput, CreatePaymentSessionCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Create a new 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 { DeleteABTestRequest, DeleteABTestResponse } 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 DeleteABTestCommandInput extends DeleteABTestRequest {
|
|
|
22
19
|
export interface DeleteABTestCommandOutput extends DeleteABTestResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteABTestCommand_base: {
|
|
25
|
-
new (input: DeleteABTestCommandInput): import("@smithy/core/client").CommandImpl<DeleteABTestCommandInput, DeleteABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteABTestCommandInput): import("@smithy/core/client").CommandImpl<DeleteABTestCommandInput, DeleteABTestCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteABTestCommandInput): import("@smithy/core/client").CommandImpl<DeleteABTestCommandInput, DeleteABTestCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteABTestCommandInput): import("@smithy/core/client").CommandImpl<DeleteABTestCommandInput, DeleteABTestCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an A/B test and its associated gateway rules.</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 { DeleteBatchEvaluationRequest, DeleteBatchEvaluationResponse } 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 DeleteBatchEvaluationCommandInput extends DeleteBatchEvaluation
|
|
|
22
19
|
export interface DeleteBatchEvaluationCommandOutput extends DeleteBatchEvaluationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBatchEvaluationCommand_base: {
|
|
25
|
-
new (input: DeleteBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchEvaluationCommandInput, DeleteBatchEvaluationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchEvaluationCommandInput, DeleteBatchEvaluationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchEvaluationCommandInput, DeleteBatchEvaluationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBatchEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchEvaluationCommandInput, DeleteBatchEvaluationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a batch evaluation and its associated results.</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 { DeleteEventInput, DeleteEventOutput } 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 DeleteEventCommandInput extends DeleteEventInput {
|
|
|
22
19
|
export interface DeleteEventCommandOutput extends DeleteEventOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEventCommand_base: {
|
|
25
|
-
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEventCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an event from an AgentCore Memory resource. When you delete an event, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteEvent</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 { DeleteMemoryRecordInput, DeleteMemoryRecordOutput } 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 DeleteMemoryRecordCommandInput extends DeleteMemoryRecordInput
|
|
|
22
19
|
export interface DeleteMemoryRecordCommandOutput extends DeleteMemoryRecordOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMemoryRecordCommand_base: {
|
|
25
|
-
new (input: DeleteMemoryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMemoryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMemoryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMemoryRecordCommandInput): import("@smithy/core/client").CommandImpl<DeleteMemoryRecordCommandInput, DeleteMemoryRecordCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a memory record from an AgentCore Memory resource. When you delete a memory record, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteMemoryRecord</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 { DeletePaymentInstrumentRequest, DeletePaymentInstrumentResponse } 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 DeletePaymentInstrumentCommandInput extends DeletePaymentInstru
|
|
|
22
19
|
export interface DeletePaymentInstrumentCommandOutput extends DeletePaymentInstrumentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePaymentInstrumentCommand_base: {
|
|
25
|
-
new (input: DeletePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentInstrumentCommandInput, DeletePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentInstrumentCommandInput, DeletePaymentInstrumentCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentInstrumentCommandInput, DeletePaymentInstrumentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePaymentInstrumentCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentInstrumentCommandInput, DeletePaymentInstrumentCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a payment instrument. This is a soft delete operation that preserves the record for audit and compliance purposes.</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 { DeletePaymentSessionRequest, DeletePaymentSessionResponse } 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 DeletePaymentSessionCommandInput extends DeletePaymentSessionRe
|
|
|
22
19
|
export interface DeletePaymentSessionCommandOutput extends DeletePaymentSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePaymentSessionCommand_base: {
|
|
25
|
-
new (input: DeletePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentSessionCommandInput, DeletePaymentSessionCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentSessionCommandInput, DeletePaymentSessionCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentSessionCommandInput, DeletePaymentSessionCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePaymentSessionCommandInput): import("@smithy/core/client").CommandImpl<DeletePaymentSessionCommandInput, DeletePaymentSessionCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a payment session. This permanently removes the payment session record.</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 { DeleteRecommendationRequest, DeleteRecommendationResponse } 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 DeleteRecommendationCommandInput extends DeleteRecommendationRe
|
|
|
22
19
|
export interface DeleteRecommendationCommandOutput extends DeleteRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteRecommendationCommand_base: {
|
|
25
|
-
new (input: DeleteRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationCommandInput, DeleteRecommendationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationCommandInput, DeleteRecommendationCommandOutput, BedrockAgentCoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationCommandInput, DeleteRecommendationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteRecommendationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationCommandInput, DeleteRecommendationCommandOutput, import("..").BedrockAgentCoreClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a recommendation and its associated results.</p>
|