@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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonBedrockAgentCore", "BedrockAgentCoreClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { BatchCreateMemoryRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateMemoryRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "BatchCreateMemoryRecords", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "BatchCreateMemoryRecordsCommand")
|
|
14
|
-
.sc(BatchCreateMemoryRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchCreateMemoryRecords", BatchCreateMemoryRecords$) {
|
|
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 { BatchDeleteMemoryRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchDeleteMemoryRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "BatchDeleteMemoryRecords", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "BatchDeleteMemoryRecordsCommand")
|
|
14
|
-
.sc(BatchDeleteMemoryRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchDeleteMemoryRecordsCommand extends command(_ep0, _mw0, "BatchDeleteMemoryRecords", BatchDeleteMemoryRecords$) {
|
|
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 { BatchUpdateMemoryRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchUpdateMemoryRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "BatchUpdateMemoryRecords", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "BatchUpdateMemoryRecordsCommand")
|
|
14
|
-
.sc(BatchUpdateMemoryRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchUpdateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchUpdateMemoryRecords", BatchUpdateMemoryRecords$) {
|
|
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 { CompleteResourceTokenAuth$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CompleteResourceTokenAuthCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "CompleteResourceTokenAuth", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "CompleteResourceTokenAuthCommand")
|
|
14
|
-
.sc(CompleteResourceTokenAuth$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CompleteResourceTokenAuthCommand extends command(_ep0, _mw0, "CompleteResourceTokenAuth", CompleteResourceTokenAuth$) {
|
|
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 { CreateABTest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateABTestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "CreateABTest", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "CreateABTestCommand")
|
|
14
|
-
.sc(CreateABTest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateABTestCommand extends command(_ep0, _mw0, "CreateABTest", CreateABTest$) {
|
|
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 { CreateEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "CreateEvent", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "CreateEventCommand")
|
|
14
|
-
.sc(CreateEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateEventCommand extends command(_ep0, _mw0, "CreateEvent", CreateEvent$) {
|
|
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 { CreatePaymentInstrument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePaymentInstrumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "CreatePaymentInstrument", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "CreatePaymentInstrumentCommand")
|
|
14
|
-
.sc(CreatePaymentInstrument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePaymentInstrumentCommand extends command(_ep0, _mw0, "CreatePaymentInstrument", CreatePaymentInstrument$) {
|
|
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 { CreatePaymentSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePaymentSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "CreatePaymentSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "CreatePaymentSessionCommand")
|
|
14
|
-
.sc(CreatePaymentSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePaymentSessionCommand extends command(_ep0, _mw0, "CreatePaymentSession", CreatePaymentSession$) {
|
|
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 { DeleteABTest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteABTestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeleteABTest", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeleteABTestCommand")
|
|
14
|
-
.sc(DeleteABTest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteABTestCommand extends command(_ep0, _mw0, "DeleteABTest", DeleteABTest$) {
|
|
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 { DeleteBatchEvaluation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBatchEvaluationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeleteBatchEvaluation", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeleteBatchEvaluationCommand")
|
|
14
|
-
.sc(DeleteBatchEvaluation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBatchEvaluationCommand extends command(_ep0, _mw0, "DeleteBatchEvaluation", DeleteBatchEvaluation$) {
|
|
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 { DeleteEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeleteEvent", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeleteEventCommand")
|
|
14
|
-
.sc(DeleteEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteEventCommand extends command(_ep0, _mw0, "DeleteEvent", DeleteEvent$) {
|
|
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 { DeleteMemoryRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMemoryRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeleteMemoryRecord", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeleteMemoryRecordCommand")
|
|
14
|
-
.sc(DeleteMemoryRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMemoryRecordCommand extends command(_ep0, _mw0, "DeleteMemoryRecord", DeleteMemoryRecord$) {
|
|
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 { DeletePaymentInstrument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePaymentInstrumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeletePaymentInstrument", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeletePaymentInstrumentCommand")
|
|
14
|
-
.sc(DeletePaymentInstrument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePaymentInstrumentCommand extends command(_ep0, _mw0, "DeletePaymentInstrument", DeletePaymentInstrument$) {
|
|
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 { DeletePaymentSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePaymentSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeletePaymentSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeletePaymentSessionCommand")
|
|
14
|
-
.sc(DeletePaymentSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePaymentSessionCommand extends command(_ep0, _mw0, "DeletePaymentSession", DeletePaymentSession$) {
|
|
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 { DeleteRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "DeleteRecommendation", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "DeleteRecommendationCommand")
|
|
14
|
-
.sc(DeleteRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRecommendationCommand extends command(_ep0, _mw0, "DeleteRecommendation", DeleteRecommendation$) {
|
|
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 { Evaluate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EvaluateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "Evaluate", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "EvaluateCommand")
|
|
14
|
-
.sc(Evaluate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EvaluateCommand extends command(_ep0, _mw0, "Evaluate", Evaluate$) {
|
|
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 { GetABTest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetABTestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetABTest", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetABTestCommand")
|
|
14
|
-
.sc(GetABTest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetABTestCommand extends command(_ep0, _mw0, "GetABTest", GetABTest$) {
|
|
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 { GetAgentCard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAgentCardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetAgentCard", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetAgentCardCommand")
|
|
14
|
-
.sc(GetAgentCard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAgentCardCommand extends command(_ep0, _mw0, "GetAgentCard", GetAgentCard$) {
|
|
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 { GetBatchEvaluation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBatchEvaluationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetBatchEvaluation", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetBatchEvaluationCommand")
|
|
14
|
-
.sc(GetBatchEvaluation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBatchEvaluationCommand extends command(_ep0, _mw0, "GetBatchEvaluation", GetBatchEvaluation$) {
|
|
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 { GetBrowserSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBrowserSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetBrowserSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetBrowserSessionCommand")
|
|
14
|
-
.sc(GetBrowserSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBrowserSessionCommand extends command(_ep0, _mw0, "GetBrowserSession", GetBrowserSession$) {
|
|
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 { GetCodeInterpreterSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCodeInterpreterSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetCodeInterpreterSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetCodeInterpreterSessionCommand")
|
|
14
|
-
.sc(GetCodeInterpreterSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCodeInterpreterSessionCommand extends command(_ep0, _mw0, "GetCodeInterpreterSession", GetCodeInterpreterSession$) {
|
|
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 { GetEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetEvent", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetEventCommand")
|
|
14
|
-
.sc(GetEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventCommand extends command(_ep0, _mw0, "GetEvent", GetEvent$) {
|
|
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 { GetMemoryRecord$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMemoryRecordCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetMemoryRecord", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetMemoryRecordCommand")
|
|
14
|
-
.sc(GetMemoryRecord$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMemoryRecordCommand extends command(_ep0, _mw0, "GetMemoryRecord", GetMemoryRecord$) {
|
|
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 { GetPaymentInstrumentBalance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPaymentInstrumentBalanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetPaymentInstrumentBalance", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetPaymentInstrumentBalanceCommand")
|
|
14
|
-
.sc(GetPaymentInstrumentBalance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPaymentInstrumentBalanceCommand extends command(_ep0, _mw0, "GetPaymentInstrumentBalance", GetPaymentInstrumentBalance$) {
|
|
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 { GetPaymentInstrument$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPaymentInstrumentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetPaymentInstrument", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetPaymentInstrumentCommand")
|
|
14
|
-
.sc(GetPaymentInstrument$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPaymentInstrumentCommand extends command(_ep0, _mw0, "GetPaymentInstrument", GetPaymentInstrument$) {
|
|
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 { GetPaymentSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPaymentSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetPaymentSession", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetPaymentSessionCommand")
|
|
14
|
-
.sc(GetPaymentSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPaymentSessionCommand extends command(_ep0, _mw0, "GetPaymentSession", GetPaymentSession$) {
|
|
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 { GetRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetRecommendation", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetRecommendationCommand")
|
|
14
|
-
.sc(GetRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationCommand extends command(_ep0, _mw0, "GetRecommendation", GetRecommendation$) {
|
|
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 { GetResourceApiKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceApiKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetResourceApiKey", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetResourceApiKeyCommand")
|
|
14
|
-
.sc(GetResourceApiKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceApiKeyCommand extends command(_ep0, _mw0, "GetResourceApiKey", GetResourceApiKey$) {
|
|
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 { GetResourceOauth2Token$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceOauth2TokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetResourceOauth2Token", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetResourceOauth2TokenCommand")
|
|
14
|
-
.sc(GetResourceOauth2Token$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceOauth2TokenCommand extends command(_ep0, _mw0, "GetResourceOauth2Token", GetResourceOauth2Token$) {
|
|
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 { GetResourcePaymentToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourcePaymentTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetResourcePaymentToken", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetResourcePaymentTokenCommand")
|
|
14
|
-
.sc(GetResourcePaymentToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourcePaymentTokenCommand extends command(_ep0, _mw0, "GetResourcePaymentToken", GetResourcePaymentToken$) {
|
|
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 { GetWorkloadAccessToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkloadAccessTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockAgentCore", "GetWorkloadAccessToken", {})
|
|
13
|
-
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenCommand")
|
|
14
|
-
.sc(GetWorkloadAccessToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkloadAccessTokenCommand extends command(_ep0, _mw0, "GetWorkloadAccessToken", GetWorkloadAccessToken$) {
|
|
16
4
|
}
|