@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -11,9 +12,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
11
12
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
13
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
13
14
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
14
|
-
const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64,
|
|
15
|
+
const { toUtf8, fromUtf8, sdkStreamMixin, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
15
16
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
16
17
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
18
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
19
|
|
|
18
20
|
const defaultBedrockAgentCoreHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
21
|
return {
|
|
@@ -68,7 +70,7 @@ const commonParams = {
|
|
|
68
70
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
71
|
};
|
|
70
72
|
|
|
71
|
-
var version = "3.
|
|
73
|
+
var version = "3.1077.0";
|
|
72
74
|
var packageInfo = {
|
|
73
75
|
version: version};
|
|
74
76
|
|
|
@@ -3838,6 +3840,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
3838
3840
|
},
|
|
3839
3841
|
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
3840
3842
|
serviceId: config?.serviceId ?? "Bedrock AgentCore",
|
|
3843
|
+
sha256: config?.sha256 ?? Sha256,
|
|
3841
3844
|
urlParser: config?.urlParser ?? parseUrl,
|
|
3842
3845
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
3843
3846
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -3872,7 +3875,6 @@ const getRuntimeConfig = (config) => {
|
|
|
3872
3875
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3873
3876
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3874
3877
|
}, config),
|
|
3875
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
3876
3878
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3877
3879
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3878
3880
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -3961,796 +3963,203 @@ class BedrockAgentCoreClient extends Client {
|
|
|
3961
3963
|
}
|
|
3962
3964
|
}
|
|
3963
3965
|
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
})
|
|
3970
|
-
.s("AmazonBedrockAgentCore", "BatchCreateMemoryRecords", {})
|
|
3971
|
-
.n("BedrockAgentCoreClient", "BatchCreateMemoryRecordsCommand")
|
|
3972
|
-
.sc(BatchCreateMemoryRecords$)
|
|
3973
|
-
.build() {
|
|
3966
|
+
const command = makeBuilder(commonParams, "AmazonBedrockAgentCore", "BedrockAgentCoreClient", getEndpointPlugin);
|
|
3967
|
+
const _ep0 = {};
|
|
3968
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3969
|
+
|
|
3970
|
+
class BatchCreateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchCreateMemoryRecords", BatchCreateMemoryRecords$) {
|
|
3974
3971
|
}
|
|
3975
3972
|
|
|
3976
|
-
class BatchDeleteMemoryRecordsCommand extends
|
|
3977
|
-
.classBuilder()
|
|
3978
|
-
.ep(commonParams)
|
|
3979
|
-
.m(function (Command, cs, config, o) {
|
|
3980
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3981
|
-
})
|
|
3982
|
-
.s("AmazonBedrockAgentCore", "BatchDeleteMemoryRecords", {})
|
|
3983
|
-
.n("BedrockAgentCoreClient", "BatchDeleteMemoryRecordsCommand")
|
|
3984
|
-
.sc(BatchDeleteMemoryRecords$)
|
|
3985
|
-
.build() {
|
|
3973
|
+
class BatchDeleteMemoryRecordsCommand extends command(_ep0, _mw0, "BatchDeleteMemoryRecords", BatchDeleteMemoryRecords$) {
|
|
3986
3974
|
}
|
|
3987
3975
|
|
|
3988
|
-
class BatchUpdateMemoryRecordsCommand extends
|
|
3989
|
-
.classBuilder()
|
|
3990
|
-
.ep(commonParams)
|
|
3991
|
-
.m(function (Command, cs, config, o) {
|
|
3992
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3993
|
-
})
|
|
3994
|
-
.s("AmazonBedrockAgentCore", "BatchUpdateMemoryRecords", {})
|
|
3995
|
-
.n("BedrockAgentCoreClient", "BatchUpdateMemoryRecordsCommand")
|
|
3996
|
-
.sc(BatchUpdateMemoryRecords$)
|
|
3997
|
-
.build() {
|
|
3976
|
+
class BatchUpdateMemoryRecordsCommand extends command(_ep0, _mw0, "BatchUpdateMemoryRecords", BatchUpdateMemoryRecords$) {
|
|
3998
3977
|
}
|
|
3999
3978
|
|
|
4000
|
-
class CompleteResourceTokenAuthCommand extends
|
|
4001
|
-
.classBuilder()
|
|
4002
|
-
.ep(commonParams)
|
|
4003
|
-
.m(function (Command, cs, config, o) {
|
|
4004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4005
|
-
})
|
|
4006
|
-
.s("AmazonBedrockAgentCore", "CompleteResourceTokenAuth", {})
|
|
4007
|
-
.n("BedrockAgentCoreClient", "CompleteResourceTokenAuthCommand")
|
|
4008
|
-
.sc(CompleteResourceTokenAuth$)
|
|
4009
|
-
.build() {
|
|
3979
|
+
class CompleteResourceTokenAuthCommand extends command(_ep0, _mw0, "CompleteResourceTokenAuth", CompleteResourceTokenAuth$) {
|
|
4010
3980
|
}
|
|
4011
3981
|
|
|
4012
|
-
class CreateABTestCommand extends
|
|
4013
|
-
.classBuilder()
|
|
4014
|
-
.ep(commonParams)
|
|
4015
|
-
.m(function (Command, cs, config, o) {
|
|
4016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4017
|
-
})
|
|
4018
|
-
.s("AmazonBedrockAgentCore", "CreateABTest", {})
|
|
4019
|
-
.n("BedrockAgentCoreClient", "CreateABTestCommand")
|
|
4020
|
-
.sc(CreateABTest$)
|
|
4021
|
-
.build() {
|
|
3982
|
+
class CreateABTestCommand extends command(_ep0, _mw0, "CreateABTest", CreateABTest$) {
|
|
4022
3983
|
}
|
|
4023
3984
|
|
|
4024
|
-
class CreateEventCommand extends
|
|
4025
|
-
.classBuilder()
|
|
4026
|
-
.ep(commonParams)
|
|
4027
|
-
.m(function (Command, cs, config, o) {
|
|
4028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4029
|
-
})
|
|
4030
|
-
.s("AmazonBedrockAgentCore", "CreateEvent", {})
|
|
4031
|
-
.n("BedrockAgentCoreClient", "CreateEventCommand")
|
|
4032
|
-
.sc(CreateEvent$)
|
|
4033
|
-
.build() {
|
|
3985
|
+
class CreateEventCommand extends command(_ep0, _mw0, "CreateEvent", CreateEvent$) {
|
|
4034
3986
|
}
|
|
4035
3987
|
|
|
4036
|
-
class CreatePaymentInstrumentCommand extends
|
|
4037
|
-
.classBuilder()
|
|
4038
|
-
.ep(commonParams)
|
|
4039
|
-
.m(function (Command, cs, config, o) {
|
|
4040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4041
|
-
})
|
|
4042
|
-
.s("AmazonBedrockAgentCore", "CreatePaymentInstrument", {})
|
|
4043
|
-
.n("BedrockAgentCoreClient", "CreatePaymentInstrumentCommand")
|
|
4044
|
-
.sc(CreatePaymentInstrument$)
|
|
4045
|
-
.build() {
|
|
3988
|
+
class CreatePaymentInstrumentCommand extends command(_ep0, _mw0, "CreatePaymentInstrument", CreatePaymentInstrument$) {
|
|
4046
3989
|
}
|
|
4047
3990
|
|
|
4048
|
-
class CreatePaymentSessionCommand extends
|
|
4049
|
-
.classBuilder()
|
|
4050
|
-
.ep(commonParams)
|
|
4051
|
-
.m(function (Command, cs, config, o) {
|
|
4052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4053
|
-
})
|
|
4054
|
-
.s("AmazonBedrockAgentCore", "CreatePaymentSession", {})
|
|
4055
|
-
.n("BedrockAgentCoreClient", "CreatePaymentSessionCommand")
|
|
4056
|
-
.sc(CreatePaymentSession$)
|
|
4057
|
-
.build() {
|
|
3991
|
+
class CreatePaymentSessionCommand extends command(_ep0, _mw0, "CreatePaymentSession", CreatePaymentSession$) {
|
|
4058
3992
|
}
|
|
4059
3993
|
|
|
4060
|
-
class DeleteABTestCommand extends
|
|
4061
|
-
.classBuilder()
|
|
4062
|
-
.ep(commonParams)
|
|
4063
|
-
.m(function (Command, cs, config, o) {
|
|
4064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4065
|
-
})
|
|
4066
|
-
.s("AmazonBedrockAgentCore", "DeleteABTest", {})
|
|
4067
|
-
.n("BedrockAgentCoreClient", "DeleteABTestCommand")
|
|
4068
|
-
.sc(DeleteABTest$)
|
|
4069
|
-
.build() {
|
|
3994
|
+
class DeleteABTestCommand extends command(_ep0, _mw0, "DeleteABTest", DeleteABTest$) {
|
|
4070
3995
|
}
|
|
4071
3996
|
|
|
4072
|
-
class DeleteBatchEvaluationCommand extends
|
|
4073
|
-
.classBuilder()
|
|
4074
|
-
.ep(commonParams)
|
|
4075
|
-
.m(function (Command, cs, config, o) {
|
|
4076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4077
|
-
})
|
|
4078
|
-
.s("AmazonBedrockAgentCore", "DeleteBatchEvaluation", {})
|
|
4079
|
-
.n("BedrockAgentCoreClient", "DeleteBatchEvaluationCommand")
|
|
4080
|
-
.sc(DeleteBatchEvaluation$)
|
|
4081
|
-
.build() {
|
|
3997
|
+
class DeleteBatchEvaluationCommand extends command(_ep0, _mw0, "DeleteBatchEvaluation", DeleteBatchEvaluation$) {
|
|
4082
3998
|
}
|
|
4083
3999
|
|
|
4084
|
-
class DeleteEventCommand extends
|
|
4085
|
-
.classBuilder()
|
|
4086
|
-
.ep(commonParams)
|
|
4087
|
-
.m(function (Command, cs, config, o) {
|
|
4088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4089
|
-
})
|
|
4090
|
-
.s("AmazonBedrockAgentCore", "DeleteEvent", {})
|
|
4091
|
-
.n("BedrockAgentCoreClient", "DeleteEventCommand")
|
|
4092
|
-
.sc(DeleteEvent$)
|
|
4093
|
-
.build() {
|
|
4000
|
+
class DeleteEventCommand extends command(_ep0, _mw0, "DeleteEvent", DeleteEvent$) {
|
|
4094
4001
|
}
|
|
4095
4002
|
|
|
4096
|
-
class DeleteMemoryRecordCommand extends
|
|
4097
|
-
.classBuilder()
|
|
4098
|
-
.ep(commonParams)
|
|
4099
|
-
.m(function (Command, cs, config, o) {
|
|
4100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4101
|
-
})
|
|
4102
|
-
.s("AmazonBedrockAgentCore", "DeleteMemoryRecord", {})
|
|
4103
|
-
.n("BedrockAgentCoreClient", "DeleteMemoryRecordCommand")
|
|
4104
|
-
.sc(DeleteMemoryRecord$)
|
|
4105
|
-
.build() {
|
|
4003
|
+
class DeleteMemoryRecordCommand extends command(_ep0, _mw0, "DeleteMemoryRecord", DeleteMemoryRecord$) {
|
|
4106
4004
|
}
|
|
4107
4005
|
|
|
4108
|
-
class DeletePaymentInstrumentCommand extends
|
|
4109
|
-
.classBuilder()
|
|
4110
|
-
.ep(commonParams)
|
|
4111
|
-
.m(function (Command, cs, config, o) {
|
|
4112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4113
|
-
})
|
|
4114
|
-
.s("AmazonBedrockAgentCore", "DeletePaymentInstrument", {})
|
|
4115
|
-
.n("BedrockAgentCoreClient", "DeletePaymentInstrumentCommand")
|
|
4116
|
-
.sc(DeletePaymentInstrument$)
|
|
4117
|
-
.build() {
|
|
4006
|
+
class DeletePaymentInstrumentCommand extends command(_ep0, _mw0, "DeletePaymentInstrument", DeletePaymentInstrument$) {
|
|
4118
4007
|
}
|
|
4119
4008
|
|
|
4120
|
-
class DeletePaymentSessionCommand extends
|
|
4121
|
-
.classBuilder()
|
|
4122
|
-
.ep(commonParams)
|
|
4123
|
-
.m(function (Command, cs, config, o) {
|
|
4124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4125
|
-
})
|
|
4126
|
-
.s("AmazonBedrockAgentCore", "DeletePaymentSession", {})
|
|
4127
|
-
.n("BedrockAgentCoreClient", "DeletePaymentSessionCommand")
|
|
4128
|
-
.sc(DeletePaymentSession$)
|
|
4129
|
-
.build() {
|
|
4009
|
+
class DeletePaymentSessionCommand extends command(_ep0, _mw0, "DeletePaymentSession", DeletePaymentSession$) {
|
|
4130
4010
|
}
|
|
4131
4011
|
|
|
4132
|
-
class DeleteRecommendationCommand extends
|
|
4133
|
-
.classBuilder()
|
|
4134
|
-
.ep(commonParams)
|
|
4135
|
-
.m(function (Command, cs, config, o) {
|
|
4136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4137
|
-
})
|
|
4138
|
-
.s("AmazonBedrockAgentCore", "DeleteRecommendation", {})
|
|
4139
|
-
.n("BedrockAgentCoreClient", "DeleteRecommendationCommand")
|
|
4140
|
-
.sc(DeleteRecommendation$)
|
|
4141
|
-
.build() {
|
|
4012
|
+
class DeleteRecommendationCommand extends command(_ep0, _mw0, "DeleteRecommendation", DeleteRecommendation$) {
|
|
4142
4013
|
}
|
|
4143
4014
|
|
|
4144
|
-
class EvaluateCommand extends
|
|
4145
|
-
.classBuilder()
|
|
4146
|
-
.ep(commonParams)
|
|
4147
|
-
.m(function (Command, cs, config, o) {
|
|
4148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4149
|
-
})
|
|
4150
|
-
.s("AmazonBedrockAgentCore", "Evaluate", {})
|
|
4151
|
-
.n("BedrockAgentCoreClient", "EvaluateCommand")
|
|
4152
|
-
.sc(Evaluate$)
|
|
4153
|
-
.build() {
|
|
4015
|
+
class EvaluateCommand extends command(_ep0, _mw0, "Evaluate", Evaluate$) {
|
|
4154
4016
|
}
|
|
4155
4017
|
|
|
4156
|
-
class GetABTestCommand extends
|
|
4157
|
-
.classBuilder()
|
|
4158
|
-
.ep(commonParams)
|
|
4159
|
-
.m(function (Command, cs, config, o) {
|
|
4160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4161
|
-
})
|
|
4162
|
-
.s("AmazonBedrockAgentCore", "GetABTest", {})
|
|
4163
|
-
.n("BedrockAgentCoreClient", "GetABTestCommand")
|
|
4164
|
-
.sc(GetABTest$)
|
|
4165
|
-
.build() {
|
|
4018
|
+
class GetABTestCommand extends command(_ep0, _mw0, "GetABTest", GetABTest$) {
|
|
4166
4019
|
}
|
|
4167
4020
|
|
|
4168
|
-
class GetAgentCardCommand extends
|
|
4169
|
-
.classBuilder()
|
|
4170
|
-
.ep(commonParams)
|
|
4171
|
-
.m(function (Command, cs, config, o) {
|
|
4172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4173
|
-
})
|
|
4174
|
-
.s("AmazonBedrockAgentCore", "GetAgentCard", {})
|
|
4175
|
-
.n("BedrockAgentCoreClient", "GetAgentCardCommand")
|
|
4176
|
-
.sc(GetAgentCard$)
|
|
4177
|
-
.build() {
|
|
4021
|
+
class GetAgentCardCommand extends command(_ep0, _mw0, "GetAgentCard", GetAgentCard$) {
|
|
4178
4022
|
}
|
|
4179
4023
|
|
|
4180
|
-
class GetBatchEvaluationCommand extends
|
|
4181
|
-
.classBuilder()
|
|
4182
|
-
.ep(commonParams)
|
|
4183
|
-
.m(function (Command, cs, config, o) {
|
|
4184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4185
|
-
})
|
|
4186
|
-
.s("AmazonBedrockAgentCore", "GetBatchEvaluation", {})
|
|
4187
|
-
.n("BedrockAgentCoreClient", "GetBatchEvaluationCommand")
|
|
4188
|
-
.sc(GetBatchEvaluation$)
|
|
4189
|
-
.build() {
|
|
4024
|
+
class GetBatchEvaluationCommand extends command(_ep0, _mw0, "GetBatchEvaluation", GetBatchEvaluation$) {
|
|
4190
4025
|
}
|
|
4191
4026
|
|
|
4192
|
-
class GetBrowserSessionCommand extends
|
|
4193
|
-
.classBuilder()
|
|
4194
|
-
.ep(commonParams)
|
|
4195
|
-
.m(function (Command, cs, config, o) {
|
|
4196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4197
|
-
})
|
|
4198
|
-
.s("AmazonBedrockAgentCore", "GetBrowserSession", {})
|
|
4199
|
-
.n("BedrockAgentCoreClient", "GetBrowserSessionCommand")
|
|
4200
|
-
.sc(GetBrowserSession$)
|
|
4201
|
-
.build() {
|
|
4027
|
+
class GetBrowserSessionCommand extends command(_ep0, _mw0, "GetBrowserSession", GetBrowserSession$) {
|
|
4202
4028
|
}
|
|
4203
4029
|
|
|
4204
|
-
class GetCodeInterpreterSessionCommand extends
|
|
4205
|
-
.classBuilder()
|
|
4206
|
-
.ep(commonParams)
|
|
4207
|
-
.m(function (Command, cs, config, o) {
|
|
4208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4209
|
-
})
|
|
4210
|
-
.s("AmazonBedrockAgentCore", "GetCodeInterpreterSession", {})
|
|
4211
|
-
.n("BedrockAgentCoreClient", "GetCodeInterpreterSessionCommand")
|
|
4212
|
-
.sc(GetCodeInterpreterSession$)
|
|
4213
|
-
.build() {
|
|
4030
|
+
class GetCodeInterpreterSessionCommand extends command(_ep0, _mw0, "GetCodeInterpreterSession", GetCodeInterpreterSession$) {
|
|
4214
4031
|
}
|
|
4215
4032
|
|
|
4216
|
-
class GetEventCommand extends
|
|
4217
|
-
.classBuilder()
|
|
4218
|
-
.ep(commonParams)
|
|
4219
|
-
.m(function (Command, cs, config, o) {
|
|
4220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4221
|
-
})
|
|
4222
|
-
.s("AmazonBedrockAgentCore", "GetEvent", {})
|
|
4223
|
-
.n("BedrockAgentCoreClient", "GetEventCommand")
|
|
4224
|
-
.sc(GetEvent$)
|
|
4225
|
-
.build() {
|
|
4033
|
+
class GetEventCommand extends command(_ep0, _mw0, "GetEvent", GetEvent$) {
|
|
4226
4034
|
}
|
|
4227
4035
|
|
|
4228
|
-
class GetMemoryRecordCommand extends
|
|
4229
|
-
.classBuilder()
|
|
4230
|
-
.ep(commonParams)
|
|
4231
|
-
.m(function (Command, cs, config, o) {
|
|
4232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4233
|
-
})
|
|
4234
|
-
.s("AmazonBedrockAgentCore", "GetMemoryRecord", {})
|
|
4235
|
-
.n("BedrockAgentCoreClient", "GetMemoryRecordCommand")
|
|
4236
|
-
.sc(GetMemoryRecord$)
|
|
4237
|
-
.build() {
|
|
4036
|
+
class GetMemoryRecordCommand extends command(_ep0, _mw0, "GetMemoryRecord", GetMemoryRecord$) {
|
|
4238
4037
|
}
|
|
4239
4038
|
|
|
4240
|
-
class GetPaymentInstrumentBalanceCommand extends
|
|
4241
|
-
.classBuilder()
|
|
4242
|
-
.ep(commonParams)
|
|
4243
|
-
.m(function (Command, cs, config, o) {
|
|
4244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4245
|
-
})
|
|
4246
|
-
.s("AmazonBedrockAgentCore", "GetPaymentInstrumentBalance", {})
|
|
4247
|
-
.n("BedrockAgentCoreClient", "GetPaymentInstrumentBalanceCommand")
|
|
4248
|
-
.sc(GetPaymentInstrumentBalance$)
|
|
4249
|
-
.build() {
|
|
4039
|
+
class GetPaymentInstrumentBalanceCommand extends command(_ep0, _mw0, "GetPaymentInstrumentBalance", GetPaymentInstrumentBalance$) {
|
|
4250
4040
|
}
|
|
4251
4041
|
|
|
4252
|
-
class GetPaymentInstrumentCommand extends
|
|
4253
|
-
.classBuilder()
|
|
4254
|
-
.ep(commonParams)
|
|
4255
|
-
.m(function (Command, cs, config, o) {
|
|
4256
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4257
|
-
})
|
|
4258
|
-
.s("AmazonBedrockAgentCore", "GetPaymentInstrument", {})
|
|
4259
|
-
.n("BedrockAgentCoreClient", "GetPaymentInstrumentCommand")
|
|
4260
|
-
.sc(GetPaymentInstrument$)
|
|
4261
|
-
.build() {
|
|
4042
|
+
class GetPaymentInstrumentCommand extends command(_ep0, _mw0, "GetPaymentInstrument", GetPaymentInstrument$) {
|
|
4262
4043
|
}
|
|
4263
4044
|
|
|
4264
|
-
class GetPaymentSessionCommand extends
|
|
4265
|
-
.classBuilder()
|
|
4266
|
-
.ep(commonParams)
|
|
4267
|
-
.m(function (Command, cs, config, o) {
|
|
4268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4269
|
-
})
|
|
4270
|
-
.s("AmazonBedrockAgentCore", "GetPaymentSession", {})
|
|
4271
|
-
.n("BedrockAgentCoreClient", "GetPaymentSessionCommand")
|
|
4272
|
-
.sc(GetPaymentSession$)
|
|
4273
|
-
.build() {
|
|
4045
|
+
class GetPaymentSessionCommand extends command(_ep0, _mw0, "GetPaymentSession", GetPaymentSession$) {
|
|
4274
4046
|
}
|
|
4275
4047
|
|
|
4276
|
-
class GetRecommendationCommand extends
|
|
4277
|
-
.classBuilder()
|
|
4278
|
-
.ep(commonParams)
|
|
4279
|
-
.m(function (Command, cs, config, o) {
|
|
4280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4281
|
-
})
|
|
4282
|
-
.s("AmazonBedrockAgentCore", "GetRecommendation", {})
|
|
4283
|
-
.n("BedrockAgentCoreClient", "GetRecommendationCommand")
|
|
4284
|
-
.sc(GetRecommendation$)
|
|
4285
|
-
.build() {
|
|
4048
|
+
class GetRecommendationCommand extends command(_ep0, _mw0, "GetRecommendation", GetRecommendation$) {
|
|
4286
4049
|
}
|
|
4287
4050
|
|
|
4288
|
-
class GetResourceApiKeyCommand extends
|
|
4289
|
-
.classBuilder()
|
|
4290
|
-
.ep(commonParams)
|
|
4291
|
-
.m(function (Command, cs, config, o) {
|
|
4292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4293
|
-
})
|
|
4294
|
-
.s("AmazonBedrockAgentCore", "GetResourceApiKey", {})
|
|
4295
|
-
.n("BedrockAgentCoreClient", "GetResourceApiKeyCommand")
|
|
4296
|
-
.sc(GetResourceApiKey$)
|
|
4297
|
-
.build() {
|
|
4051
|
+
class GetResourceApiKeyCommand extends command(_ep0, _mw0, "GetResourceApiKey", GetResourceApiKey$) {
|
|
4298
4052
|
}
|
|
4299
4053
|
|
|
4300
|
-
class GetResourceOauth2TokenCommand extends
|
|
4301
|
-
.classBuilder()
|
|
4302
|
-
.ep(commonParams)
|
|
4303
|
-
.m(function (Command, cs, config, o) {
|
|
4304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4305
|
-
})
|
|
4306
|
-
.s("AmazonBedrockAgentCore", "GetResourceOauth2Token", {})
|
|
4307
|
-
.n("BedrockAgentCoreClient", "GetResourceOauth2TokenCommand")
|
|
4308
|
-
.sc(GetResourceOauth2Token$)
|
|
4309
|
-
.build() {
|
|
4054
|
+
class GetResourceOauth2TokenCommand extends command(_ep0, _mw0, "GetResourceOauth2Token", GetResourceOauth2Token$) {
|
|
4310
4055
|
}
|
|
4311
4056
|
|
|
4312
|
-
class GetResourcePaymentTokenCommand extends
|
|
4313
|
-
.classBuilder()
|
|
4314
|
-
.ep(commonParams)
|
|
4315
|
-
.m(function (Command, cs, config, o) {
|
|
4316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4317
|
-
})
|
|
4318
|
-
.s("AmazonBedrockAgentCore", "GetResourcePaymentToken", {})
|
|
4319
|
-
.n("BedrockAgentCoreClient", "GetResourcePaymentTokenCommand")
|
|
4320
|
-
.sc(GetResourcePaymentToken$)
|
|
4321
|
-
.build() {
|
|
4057
|
+
class GetResourcePaymentTokenCommand extends command(_ep0, _mw0, "GetResourcePaymentToken", GetResourcePaymentToken$) {
|
|
4322
4058
|
}
|
|
4323
4059
|
|
|
4324
|
-
class GetWorkloadAccessTokenCommand extends
|
|
4325
|
-
.classBuilder()
|
|
4326
|
-
.ep(commonParams)
|
|
4327
|
-
.m(function (Command, cs, config, o) {
|
|
4328
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4329
|
-
})
|
|
4330
|
-
.s("AmazonBedrockAgentCore", "GetWorkloadAccessToken", {})
|
|
4331
|
-
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenCommand")
|
|
4332
|
-
.sc(GetWorkloadAccessToken$)
|
|
4333
|
-
.build() {
|
|
4060
|
+
class GetWorkloadAccessTokenCommand extends command(_ep0, _mw0, "GetWorkloadAccessToken", GetWorkloadAccessToken$) {
|
|
4334
4061
|
}
|
|
4335
4062
|
|
|
4336
|
-
class GetWorkloadAccessTokenForJWTCommand extends
|
|
4337
|
-
.classBuilder()
|
|
4338
|
-
.ep(commonParams)
|
|
4339
|
-
.m(function (Command, cs, config, o) {
|
|
4340
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4341
|
-
})
|
|
4342
|
-
.s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForJWT", {})
|
|
4343
|
-
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForJWTCommand")
|
|
4344
|
-
.sc(GetWorkloadAccessTokenForJWT$)
|
|
4345
|
-
.build() {
|
|
4063
|
+
class GetWorkloadAccessTokenForJWTCommand extends command(_ep0, _mw0, "GetWorkloadAccessTokenForJWT", GetWorkloadAccessTokenForJWT$) {
|
|
4346
4064
|
}
|
|
4347
4065
|
|
|
4348
|
-
class GetWorkloadAccessTokenForUserIdCommand extends
|
|
4349
|
-
.classBuilder()
|
|
4350
|
-
.ep(commonParams)
|
|
4351
|
-
.m(function (Command, cs, config, o) {
|
|
4352
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4353
|
-
})
|
|
4354
|
-
.s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForUserId", {})
|
|
4355
|
-
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForUserIdCommand")
|
|
4356
|
-
.sc(GetWorkloadAccessTokenForUserId$)
|
|
4357
|
-
.build() {
|
|
4066
|
+
class GetWorkloadAccessTokenForUserIdCommand extends command(_ep0, _mw0, "GetWorkloadAccessTokenForUserId", GetWorkloadAccessTokenForUserId$) {
|
|
4358
4067
|
}
|
|
4359
4068
|
|
|
4360
|
-
class InvokeAgentRuntimeCommand extends
|
|
4361
|
-
.classBuilder()
|
|
4362
|
-
.ep(commonParams)
|
|
4363
|
-
.m(function (Command, cs, config, o) {
|
|
4364
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4365
|
-
})
|
|
4366
|
-
.s("AmazonBedrockAgentCore", "InvokeAgentRuntime", {})
|
|
4367
|
-
.n("BedrockAgentCoreClient", "InvokeAgentRuntimeCommand")
|
|
4368
|
-
.sc(InvokeAgentRuntime$)
|
|
4369
|
-
.build() {
|
|
4069
|
+
class InvokeAgentRuntimeCommand extends command(_ep0, _mw0, "InvokeAgentRuntime", InvokeAgentRuntime$) {
|
|
4370
4070
|
}
|
|
4371
4071
|
|
|
4372
|
-
class InvokeAgentRuntimeCommandCommand extends
|
|
4373
|
-
.classBuilder()
|
|
4374
|
-
.ep(commonParams)
|
|
4375
|
-
.m(function (Command, cs, config, o) {
|
|
4376
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4377
|
-
})
|
|
4378
|
-
.s("AmazonBedrockAgentCore", "InvokeAgentRuntimeCommand", {
|
|
4379
|
-
eventStream: {
|
|
4380
|
-
output: true,
|
|
4381
|
-
},
|
|
4382
|
-
})
|
|
4383
|
-
.n("BedrockAgentCoreClient", "InvokeAgentRuntimeCommandCommand")
|
|
4384
|
-
.sc(InvokeAgentRuntimeCommand$)
|
|
4385
|
-
.build() {
|
|
4072
|
+
class InvokeAgentRuntimeCommandCommand extends command(_ep0, _mw0, "InvokeAgentRuntimeCommand", InvokeAgentRuntimeCommand$) {
|
|
4386
4073
|
}
|
|
4387
4074
|
|
|
4388
|
-
class InvokeBrowserCommand extends
|
|
4389
|
-
.classBuilder()
|
|
4390
|
-
.ep(commonParams)
|
|
4391
|
-
.m(function (Command, cs, config, o) {
|
|
4392
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4393
|
-
})
|
|
4394
|
-
.s("AmazonBedrockAgentCore", "InvokeBrowser", {})
|
|
4395
|
-
.n("BedrockAgentCoreClient", "InvokeBrowserCommand")
|
|
4396
|
-
.sc(InvokeBrowser$)
|
|
4397
|
-
.build() {
|
|
4075
|
+
class InvokeBrowserCommand extends command(_ep0, _mw0, "InvokeBrowser", InvokeBrowser$) {
|
|
4398
4076
|
}
|
|
4399
4077
|
|
|
4400
|
-
class InvokeCodeInterpreterCommand extends
|
|
4401
|
-
.classBuilder()
|
|
4402
|
-
.ep(commonParams)
|
|
4403
|
-
.m(function (Command, cs, config, o) {
|
|
4404
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4405
|
-
})
|
|
4406
|
-
.s("AmazonBedrockAgentCore", "InvokeCodeInterpreter", {
|
|
4407
|
-
eventStream: {
|
|
4408
|
-
output: true,
|
|
4409
|
-
},
|
|
4410
|
-
})
|
|
4411
|
-
.n("BedrockAgentCoreClient", "InvokeCodeInterpreterCommand")
|
|
4412
|
-
.sc(InvokeCodeInterpreter$)
|
|
4413
|
-
.build() {
|
|
4078
|
+
class InvokeCodeInterpreterCommand extends command(_ep0, _mw0, "InvokeCodeInterpreter", InvokeCodeInterpreter$) {
|
|
4414
4079
|
}
|
|
4415
4080
|
|
|
4416
|
-
class InvokeHarnessCommand extends
|
|
4417
|
-
.classBuilder()
|
|
4418
|
-
.ep(commonParams)
|
|
4419
|
-
.m(function (Command, cs, config, o) {
|
|
4420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4421
|
-
})
|
|
4422
|
-
.s("AmazonBedrockAgentCore", "InvokeHarness", {
|
|
4423
|
-
eventStream: {
|
|
4424
|
-
output: true,
|
|
4425
|
-
},
|
|
4426
|
-
})
|
|
4427
|
-
.n("BedrockAgentCoreClient", "InvokeHarnessCommand")
|
|
4428
|
-
.sc(InvokeHarness$)
|
|
4429
|
-
.build() {
|
|
4081
|
+
class InvokeHarnessCommand extends command(_ep0, _mw0, "InvokeHarness", InvokeHarness$) {
|
|
4430
4082
|
}
|
|
4431
4083
|
|
|
4432
|
-
class ListABTestsCommand extends
|
|
4433
|
-
.classBuilder()
|
|
4434
|
-
.ep(commonParams)
|
|
4435
|
-
.m(function (Command, cs, config, o) {
|
|
4436
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4437
|
-
})
|
|
4438
|
-
.s("AmazonBedrockAgentCore", "ListABTests", {})
|
|
4439
|
-
.n("BedrockAgentCoreClient", "ListABTestsCommand")
|
|
4440
|
-
.sc(ListABTests$)
|
|
4441
|
-
.build() {
|
|
4084
|
+
class ListABTestsCommand extends command(_ep0, _mw0, "ListABTests", ListABTests$) {
|
|
4442
4085
|
}
|
|
4443
4086
|
|
|
4444
|
-
class ListActorsCommand extends
|
|
4445
|
-
.classBuilder()
|
|
4446
|
-
.ep(commonParams)
|
|
4447
|
-
.m(function (Command, cs, config, o) {
|
|
4448
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4449
|
-
})
|
|
4450
|
-
.s("AmazonBedrockAgentCore", "ListActors", {})
|
|
4451
|
-
.n("BedrockAgentCoreClient", "ListActorsCommand")
|
|
4452
|
-
.sc(ListActors$)
|
|
4453
|
-
.build() {
|
|
4087
|
+
class ListActorsCommand extends command(_ep0, _mw0, "ListActors", ListActors$) {
|
|
4454
4088
|
}
|
|
4455
4089
|
|
|
4456
|
-
class ListBatchEvaluationsCommand extends
|
|
4457
|
-
.classBuilder()
|
|
4458
|
-
.ep(commonParams)
|
|
4459
|
-
.m(function (Command, cs, config, o) {
|
|
4460
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4461
|
-
})
|
|
4462
|
-
.s("AmazonBedrockAgentCore", "ListBatchEvaluations", {})
|
|
4463
|
-
.n("BedrockAgentCoreClient", "ListBatchEvaluationsCommand")
|
|
4464
|
-
.sc(ListBatchEvaluations$)
|
|
4465
|
-
.build() {
|
|
4090
|
+
class ListBatchEvaluationsCommand extends command(_ep0, _mw0, "ListBatchEvaluations", ListBatchEvaluations$) {
|
|
4466
4091
|
}
|
|
4467
4092
|
|
|
4468
|
-
class ListBrowserSessionsCommand extends
|
|
4469
|
-
.classBuilder()
|
|
4470
|
-
.ep(commonParams)
|
|
4471
|
-
.m(function (Command, cs, config, o) {
|
|
4472
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4473
|
-
})
|
|
4474
|
-
.s("AmazonBedrockAgentCore", "ListBrowserSessions", {})
|
|
4475
|
-
.n("BedrockAgentCoreClient", "ListBrowserSessionsCommand")
|
|
4476
|
-
.sc(ListBrowserSessions$)
|
|
4477
|
-
.build() {
|
|
4093
|
+
class ListBrowserSessionsCommand extends command(_ep0, _mw0, "ListBrowserSessions", ListBrowserSessions$) {
|
|
4478
4094
|
}
|
|
4479
4095
|
|
|
4480
|
-
class ListCodeInterpreterSessionsCommand extends
|
|
4481
|
-
.classBuilder()
|
|
4482
|
-
.ep(commonParams)
|
|
4483
|
-
.m(function (Command, cs, config, o) {
|
|
4484
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4485
|
-
})
|
|
4486
|
-
.s("AmazonBedrockAgentCore", "ListCodeInterpreterSessions", {})
|
|
4487
|
-
.n("BedrockAgentCoreClient", "ListCodeInterpreterSessionsCommand")
|
|
4488
|
-
.sc(ListCodeInterpreterSessions$)
|
|
4489
|
-
.build() {
|
|
4096
|
+
class ListCodeInterpreterSessionsCommand extends command(_ep0, _mw0, "ListCodeInterpreterSessions", ListCodeInterpreterSessions$) {
|
|
4490
4097
|
}
|
|
4491
4098
|
|
|
4492
|
-
class ListEventsCommand extends
|
|
4493
|
-
.classBuilder()
|
|
4494
|
-
.ep(commonParams)
|
|
4495
|
-
.m(function (Command, cs, config, o) {
|
|
4496
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4497
|
-
})
|
|
4498
|
-
.s("AmazonBedrockAgentCore", "ListEvents", {})
|
|
4499
|
-
.n("BedrockAgentCoreClient", "ListEventsCommand")
|
|
4500
|
-
.sc(ListEvents$)
|
|
4501
|
-
.build() {
|
|
4099
|
+
class ListEventsCommand extends command(_ep0, _mw0, "ListEvents", ListEvents$) {
|
|
4502
4100
|
}
|
|
4503
4101
|
|
|
4504
|
-
class ListMemoryExtractionJobsCommand extends
|
|
4505
|
-
.classBuilder()
|
|
4506
|
-
.ep(commonParams)
|
|
4507
|
-
.m(function (Command, cs, config, o) {
|
|
4508
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4509
|
-
})
|
|
4510
|
-
.s("AmazonBedrockAgentCore", "ListMemoryExtractionJobs", {})
|
|
4511
|
-
.n("BedrockAgentCoreClient", "ListMemoryExtractionJobsCommand")
|
|
4512
|
-
.sc(ListMemoryExtractionJobs$)
|
|
4513
|
-
.build() {
|
|
4102
|
+
class ListMemoryExtractionJobsCommand extends command(_ep0, _mw0, "ListMemoryExtractionJobs", ListMemoryExtractionJobs$) {
|
|
4514
4103
|
}
|
|
4515
4104
|
|
|
4516
|
-
class ListMemoryRecordsCommand extends
|
|
4517
|
-
.classBuilder()
|
|
4518
|
-
.ep(commonParams)
|
|
4519
|
-
.m(function (Command, cs, config, o) {
|
|
4520
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4521
|
-
})
|
|
4522
|
-
.s("AmazonBedrockAgentCore", "ListMemoryRecords", {})
|
|
4523
|
-
.n("BedrockAgentCoreClient", "ListMemoryRecordsCommand")
|
|
4524
|
-
.sc(ListMemoryRecords$)
|
|
4525
|
-
.build() {
|
|
4105
|
+
class ListMemoryRecordsCommand extends command(_ep0, _mw0, "ListMemoryRecords", ListMemoryRecords$) {
|
|
4526
4106
|
}
|
|
4527
4107
|
|
|
4528
|
-
class ListPaymentInstrumentsCommand extends
|
|
4529
|
-
.classBuilder()
|
|
4530
|
-
.ep(commonParams)
|
|
4531
|
-
.m(function (Command, cs, config, o) {
|
|
4532
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4533
|
-
})
|
|
4534
|
-
.s("AmazonBedrockAgentCore", "ListPaymentInstruments", {})
|
|
4535
|
-
.n("BedrockAgentCoreClient", "ListPaymentInstrumentsCommand")
|
|
4536
|
-
.sc(ListPaymentInstruments$)
|
|
4537
|
-
.build() {
|
|
4108
|
+
class ListPaymentInstrumentsCommand extends command(_ep0, _mw0, "ListPaymentInstruments", ListPaymentInstruments$) {
|
|
4538
4109
|
}
|
|
4539
4110
|
|
|
4540
|
-
class ListPaymentSessionsCommand extends
|
|
4541
|
-
.classBuilder()
|
|
4542
|
-
.ep(commonParams)
|
|
4543
|
-
.m(function (Command, cs, config, o) {
|
|
4544
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4545
|
-
})
|
|
4546
|
-
.s("AmazonBedrockAgentCore", "ListPaymentSessions", {})
|
|
4547
|
-
.n("BedrockAgentCoreClient", "ListPaymentSessionsCommand")
|
|
4548
|
-
.sc(ListPaymentSessions$)
|
|
4549
|
-
.build() {
|
|
4111
|
+
class ListPaymentSessionsCommand extends command(_ep0, _mw0, "ListPaymentSessions", ListPaymentSessions$) {
|
|
4550
4112
|
}
|
|
4551
4113
|
|
|
4552
|
-
class ListRecommendationsCommand extends
|
|
4553
|
-
.classBuilder()
|
|
4554
|
-
.ep(commonParams)
|
|
4555
|
-
.m(function (Command, cs, config, o) {
|
|
4556
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4557
|
-
})
|
|
4558
|
-
.s("AmazonBedrockAgentCore", "ListRecommendations", {})
|
|
4559
|
-
.n("BedrockAgentCoreClient", "ListRecommendationsCommand")
|
|
4560
|
-
.sc(ListRecommendations$)
|
|
4561
|
-
.build() {
|
|
4114
|
+
class ListRecommendationsCommand extends command(_ep0, _mw0, "ListRecommendations", ListRecommendations$) {
|
|
4562
4115
|
}
|
|
4563
4116
|
|
|
4564
|
-
class ListSessionsCommand extends
|
|
4565
|
-
.classBuilder()
|
|
4566
|
-
.ep(commonParams)
|
|
4567
|
-
.m(function (Command, cs, config, o) {
|
|
4568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4569
|
-
})
|
|
4570
|
-
.s("AmazonBedrockAgentCore", "ListSessions", {})
|
|
4571
|
-
.n("BedrockAgentCoreClient", "ListSessionsCommand")
|
|
4572
|
-
.sc(ListSessions$)
|
|
4573
|
-
.build() {
|
|
4117
|
+
class ListSessionsCommand extends command(_ep0, _mw0, "ListSessions", ListSessions$) {
|
|
4574
4118
|
}
|
|
4575
4119
|
|
|
4576
|
-
class ProcessPaymentCommand extends
|
|
4577
|
-
.classBuilder()
|
|
4578
|
-
.ep(commonParams)
|
|
4579
|
-
.m(function (Command, cs, config, o) {
|
|
4580
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4581
|
-
})
|
|
4582
|
-
.s("AmazonBedrockAgentCore", "ProcessPayment", {})
|
|
4583
|
-
.n("BedrockAgentCoreClient", "ProcessPaymentCommand")
|
|
4584
|
-
.sc(ProcessPayment$)
|
|
4585
|
-
.build() {
|
|
4120
|
+
class ProcessPaymentCommand extends command(_ep0, _mw0, "ProcessPayment", ProcessPayment$) {
|
|
4586
4121
|
}
|
|
4587
4122
|
|
|
4588
|
-
class RetrieveMemoryRecordsCommand extends
|
|
4589
|
-
.classBuilder()
|
|
4590
|
-
.ep(commonParams)
|
|
4591
|
-
.m(function (Command, cs, config, o) {
|
|
4592
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4593
|
-
})
|
|
4594
|
-
.s("AmazonBedrockAgentCore", "RetrieveMemoryRecords", {})
|
|
4595
|
-
.n("BedrockAgentCoreClient", "RetrieveMemoryRecordsCommand")
|
|
4596
|
-
.sc(RetrieveMemoryRecords$)
|
|
4597
|
-
.build() {
|
|
4123
|
+
class RetrieveMemoryRecordsCommand extends command(_ep0, _mw0, "RetrieveMemoryRecords", RetrieveMemoryRecords$) {
|
|
4598
4124
|
}
|
|
4599
4125
|
|
|
4600
|
-
class SaveBrowserSessionProfileCommand extends
|
|
4601
|
-
.classBuilder()
|
|
4602
|
-
.ep(commonParams)
|
|
4603
|
-
.m(function (Command, cs, config, o) {
|
|
4604
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4605
|
-
})
|
|
4606
|
-
.s("AmazonBedrockAgentCore", "SaveBrowserSessionProfile", {})
|
|
4607
|
-
.n("BedrockAgentCoreClient", "SaveBrowserSessionProfileCommand")
|
|
4608
|
-
.sc(SaveBrowserSessionProfile$)
|
|
4609
|
-
.build() {
|
|
4126
|
+
class SaveBrowserSessionProfileCommand extends command(_ep0, _mw0, "SaveBrowserSessionProfile", SaveBrowserSessionProfile$) {
|
|
4610
4127
|
}
|
|
4611
4128
|
|
|
4612
|
-
class SearchRegistryRecordsCommand extends
|
|
4613
|
-
.classBuilder()
|
|
4614
|
-
.ep(commonParams)
|
|
4615
|
-
.m(function (Command, cs, config, o) {
|
|
4616
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4617
|
-
})
|
|
4618
|
-
.s("AmazonBedrockAgentCore", "SearchRegistryRecords", {})
|
|
4619
|
-
.n("BedrockAgentCoreClient", "SearchRegistryRecordsCommand")
|
|
4620
|
-
.sc(SearchRegistryRecords$)
|
|
4621
|
-
.build() {
|
|
4129
|
+
class SearchRegistryRecordsCommand extends command(_ep0, _mw0, "SearchRegistryRecords", SearchRegistryRecords$) {
|
|
4622
4130
|
}
|
|
4623
4131
|
|
|
4624
|
-
class StartBatchEvaluationCommand extends
|
|
4625
|
-
.classBuilder()
|
|
4626
|
-
.ep(commonParams)
|
|
4627
|
-
.m(function (Command, cs, config, o) {
|
|
4628
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4629
|
-
})
|
|
4630
|
-
.s("AmazonBedrockAgentCore", "StartBatchEvaluation", {})
|
|
4631
|
-
.n("BedrockAgentCoreClient", "StartBatchEvaluationCommand")
|
|
4632
|
-
.sc(StartBatchEvaluation$)
|
|
4633
|
-
.build() {
|
|
4132
|
+
class StartBatchEvaluationCommand extends command(_ep0, _mw0, "StartBatchEvaluation", StartBatchEvaluation$) {
|
|
4634
4133
|
}
|
|
4635
4134
|
|
|
4636
|
-
class StartBrowserSessionCommand extends
|
|
4637
|
-
.classBuilder()
|
|
4638
|
-
.ep(commonParams)
|
|
4639
|
-
.m(function (Command, cs, config, o) {
|
|
4640
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4641
|
-
})
|
|
4642
|
-
.s("AmazonBedrockAgentCore", "StartBrowserSession", {})
|
|
4643
|
-
.n("BedrockAgentCoreClient", "StartBrowserSessionCommand")
|
|
4644
|
-
.sc(StartBrowserSession$)
|
|
4645
|
-
.build() {
|
|
4135
|
+
class StartBrowserSessionCommand extends command(_ep0, _mw0, "StartBrowserSession", StartBrowserSession$) {
|
|
4646
4136
|
}
|
|
4647
4137
|
|
|
4648
|
-
class StartCodeInterpreterSessionCommand extends
|
|
4649
|
-
.classBuilder()
|
|
4650
|
-
.ep(commonParams)
|
|
4651
|
-
.m(function (Command, cs, config, o) {
|
|
4652
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4653
|
-
})
|
|
4654
|
-
.s("AmazonBedrockAgentCore", "StartCodeInterpreterSession", {})
|
|
4655
|
-
.n("BedrockAgentCoreClient", "StartCodeInterpreterSessionCommand")
|
|
4656
|
-
.sc(StartCodeInterpreterSession$)
|
|
4657
|
-
.build() {
|
|
4138
|
+
class StartCodeInterpreterSessionCommand extends command(_ep0, _mw0, "StartCodeInterpreterSession", StartCodeInterpreterSession$) {
|
|
4658
4139
|
}
|
|
4659
4140
|
|
|
4660
|
-
class StartMemoryExtractionJobCommand extends
|
|
4661
|
-
.classBuilder()
|
|
4662
|
-
.ep(commonParams)
|
|
4663
|
-
.m(function (Command, cs, config, o) {
|
|
4664
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4665
|
-
})
|
|
4666
|
-
.s("AmazonBedrockAgentCore", "StartMemoryExtractionJob", {})
|
|
4667
|
-
.n("BedrockAgentCoreClient", "StartMemoryExtractionJobCommand")
|
|
4668
|
-
.sc(StartMemoryExtractionJob$)
|
|
4669
|
-
.build() {
|
|
4141
|
+
class StartMemoryExtractionJobCommand extends command(_ep0, _mw0, "StartMemoryExtractionJob", StartMemoryExtractionJob$) {
|
|
4670
4142
|
}
|
|
4671
4143
|
|
|
4672
|
-
class StartRecommendationCommand extends
|
|
4673
|
-
.classBuilder()
|
|
4674
|
-
.ep(commonParams)
|
|
4675
|
-
.m(function (Command, cs, config, o) {
|
|
4676
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4677
|
-
})
|
|
4678
|
-
.s("AmazonBedrockAgentCore", "StartRecommendation", {})
|
|
4679
|
-
.n("BedrockAgentCoreClient", "StartRecommendationCommand")
|
|
4680
|
-
.sc(StartRecommendation$)
|
|
4681
|
-
.build() {
|
|
4144
|
+
class StartRecommendationCommand extends command(_ep0, _mw0, "StartRecommendation", StartRecommendation$) {
|
|
4682
4145
|
}
|
|
4683
4146
|
|
|
4684
|
-
class StopBatchEvaluationCommand extends
|
|
4685
|
-
.classBuilder()
|
|
4686
|
-
.ep(commonParams)
|
|
4687
|
-
.m(function (Command, cs, config, o) {
|
|
4688
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4689
|
-
})
|
|
4690
|
-
.s("AmazonBedrockAgentCore", "StopBatchEvaluation", {})
|
|
4691
|
-
.n("BedrockAgentCoreClient", "StopBatchEvaluationCommand")
|
|
4692
|
-
.sc(StopBatchEvaluation$)
|
|
4693
|
-
.build() {
|
|
4147
|
+
class StopBatchEvaluationCommand extends command(_ep0, _mw0, "StopBatchEvaluation", StopBatchEvaluation$) {
|
|
4694
4148
|
}
|
|
4695
4149
|
|
|
4696
|
-
class StopBrowserSessionCommand extends
|
|
4697
|
-
.classBuilder()
|
|
4698
|
-
.ep(commonParams)
|
|
4699
|
-
.m(function (Command, cs, config, o) {
|
|
4700
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4701
|
-
})
|
|
4702
|
-
.s("AmazonBedrockAgentCore", "StopBrowserSession", {})
|
|
4703
|
-
.n("BedrockAgentCoreClient", "StopBrowserSessionCommand")
|
|
4704
|
-
.sc(StopBrowserSession$)
|
|
4705
|
-
.build() {
|
|
4150
|
+
class StopBrowserSessionCommand extends command(_ep0, _mw0, "StopBrowserSession", StopBrowserSession$) {
|
|
4706
4151
|
}
|
|
4707
4152
|
|
|
4708
|
-
class StopCodeInterpreterSessionCommand extends
|
|
4709
|
-
.classBuilder()
|
|
4710
|
-
.ep(commonParams)
|
|
4711
|
-
.m(function (Command, cs, config, o) {
|
|
4712
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4713
|
-
})
|
|
4714
|
-
.s("AmazonBedrockAgentCore", "StopCodeInterpreterSession", {})
|
|
4715
|
-
.n("BedrockAgentCoreClient", "StopCodeInterpreterSessionCommand")
|
|
4716
|
-
.sc(StopCodeInterpreterSession$)
|
|
4717
|
-
.build() {
|
|
4153
|
+
class StopCodeInterpreterSessionCommand extends command(_ep0, _mw0, "StopCodeInterpreterSession", StopCodeInterpreterSession$) {
|
|
4718
4154
|
}
|
|
4719
4155
|
|
|
4720
|
-
class StopRuntimeSessionCommand extends
|
|
4721
|
-
.classBuilder()
|
|
4722
|
-
.ep(commonParams)
|
|
4723
|
-
.m(function (Command, cs, config, o) {
|
|
4724
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4725
|
-
})
|
|
4726
|
-
.s("AmazonBedrockAgentCore", "StopRuntimeSession", {})
|
|
4727
|
-
.n("BedrockAgentCoreClient", "StopRuntimeSessionCommand")
|
|
4728
|
-
.sc(StopRuntimeSession$)
|
|
4729
|
-
.build() {
|
|
4156
|
+
class StopRuntimeSessionCommand extends command(_ep0, _mw0, "StopRuntimeSession", StopRuntimeSession$) {
|
|
4730
4157
|
}
|
|
4731
4158
|
|
|
4732
|
-
class UpdateABTestCommand extends
|
|
4733
|
-
.classBuilder()
|
|
4734
|
-
.ep(commonParams)
|
|
4735
|
-
.m(function (Command, cs, config, o) {
|
|
4736
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4737
|
-
})
|
|
4738
|
-
.s("AmazonBedrockAgentCore", "UpdateABTest", {})
|
|
4739
|
-
.n("BedrockAgentCoreClient", "UpdateABTestCommand")
|
|
4740
|
-
.sc(UpdateABTest$)
|
|
4741
|
-
.build() {
|
|
4159
|
+
class UpdateABTestCommand extends command(_ep0, _mw0, "UpdateABTest", UpdateABTest$) {
|
|
4742
4160
|
}
|
|
4743
4161
|
|
|
4744
|
-
class UpdateBrowserStreamCommand extends
|
|
4745
|
-
.classBuilder()
|
|
4746
|
-
.ep(commonParams)
|
|
4747
|
-
.m(function (Command, cs, config, o) {
|
|
4748
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4749
|
-
})
|
|
4750
|
-
.s("AmazonBedrockAgentCore", "UpdateBrowserStream", {})
|
|
4751
|
-
.n("BedrockAgentCoreClient", "UpdateBrowserStreamCommand")
|
|
4752
|
-
.sc(UpdateBrowserStream$)
|
|
4753
|
-
.build() {
|
|
4162
|
+
class UpdateBrowserStreamCommand extends command(_ep0, _mw0, "UpdateBrowserStream", UpdateBrowserStream$) {
|
|
4754
4163
|
}
|
|
4755
4164
|
|
|
4756
4165
|
const paginateListABTests = createPaginator(BedrockAgentCoreClient, ListABTestsCommand, "nextToken", "nextToken", "maxResults");
|