@aws-sdk/client-bedrock-agentcore 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +148 -149
- package/dist-cjs/models/BedrockAgentCoreServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/BedrockAgentCore.js +1 -1
- package/dist-es/BedrockAgentCoreClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -2
- package/dist-es/commands/CreateABTestCommand.js +2 -2
- package/dist-es/commands/CreateEventCommand.js +2 -2
- package/dist-es/commands/CreatePaymentInstrumentCommand.js +2 -2
- package/dist-es/commands/CreatePaymentSessionCommand.js +2 -2
- package/dist-es/commands/DeleteABTestCommand.js +2 -2
- package/dist-es/commands/DeleteBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/DeleteEventCommand.js +2 -2
- package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -2
- package/dist-es/commands/DeletePaymentInstrumentCommand.js +2 -2
- package/dist-es/commands/DeletePaymentSessionCommand.js +2 -2
- package/dist-es/commands/DeleteRecommendationCommand.js +2 -2
- package/dist-es/commands/EvaluateCommand.js +2 -2
- package/dist-es/commands/GetABTestCommand.js +2 -2
- package/dist-es/commands/GetAgentCardCommand.js +2 -2
- package/dist-es/commands/GetBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/GetBrowserSessionCommand.js +2 -2
- package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetMemoryRecordCommand.js +2 -2
- package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +2 -2
- package/dist-es/commands/GetPaymentInstrumentCommand.js +2 -2
- package/dist-es/commands/GetPaymentSessionCommand.js +2 -2
- package/dist-es/commands/GetRecommendationCommand.js +2 -2
- package/dist-es/commands/GetResourceApiKeyCommand.js +2 -2
- package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -2
- package/dist-es/commands/GetResourcePaymentTokenCommand.js +2 -2
- package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -2
- package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -2
- package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -2
- package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -2
- package/dist-es/commands/InvokeAgentRuntimeCommandCommand.js +2 -2
- package/dist-es/commands/InvokeBrowserCommand.js +2 -2
- package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -2
- package/dist-es/commands/InvokeHarnessCommand.js +2 -2
- package/dist-es/commands/ListABTestsCommand.js +2 -2
- package/dist-es/commands/ListActorsCommand.js +2 -2
- package/dist-es/commands/ListBatchEvaluationsCommand.js +2 -2
- package/dist-es/commands/ListBrowserSessionsCommand.js +2 -2
- package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -2
- package/dist-es/commands/ListEventsCommand.js +2 -2
- package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -2
- package/dist-es/commands/ListMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/ListPaymentInstrumentsCommand.js +2 -2
- package/dist-es/commands/ListPaymentSessionsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ProcessPaymentCommand.js +2 -2
- package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -2
- package/dist-es/commands/SaveBrowserSessionProfileCommand.js +2 -2
- package/dist-es/commands/SearchRegistryRecordsCommand.js +2 -2
- package/dist-es/commands/StartBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/StartBrowserSessionCommand.js +2 -2
- package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -2
- package/dist-es/commands/StartRecommendationCommand.js +2 -2
- package/dist-es/commands/StopBatchEvaluationCommand.js +2 -2
- package/dist-es/commands/StopBrowserSessionCommand.js +2 -2
- package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -2
- package/dist-es/commands/StopRuntimeSessionCommand.js +2 -2
- package/dist-es/commands/UpdateABTestCommand.js +2 -2
- package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockAgentCoreServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BedrockAgentCoreClient.d.ts +6 -6
- package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
- package/dist-types/commands/CreateABTestCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/commands/CreatePaymentSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteABTestCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/commands/DeletePaymentSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateCommand.d.ts +6 -4
- package/dist-types/commands/GetABTestCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentCardCommand.d.ts +6 -4
- package/dist-types/commands/GetBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/GetBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetEventCommand.d.ts +6 -4
- package/dist-types/commands/GetMemoryRecordCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/commands/GetPaymentSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceApiKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
- package/dist-types/commands/InvokeBrowserCommand.d.ts +6 -4
- package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/commands/InvokeHarnessCommand.d.ts +6 -4
- package/dist-types/commands/ListABTestsCommand.d.ts +6 -4
- package/dist-types/commands/ListActorsCommand.d.ts +6 -4
- package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBrowserSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +6 -4
- package/dist-types/commands/ListPaymentSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ProcessPaymentCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
- package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/commands/StartBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StartBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +6 -4
- package/dist-types/commands/StartRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/StopBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/StopBrowserSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopRuntimeSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateABTestCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockAgentCoreServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -38
package/dist-cjs/index.js
CHANGED
|
@@ -4,18 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var eventStreams = require('@smithy/core/event-streams');
|
|
12
|
+
var protocols = require('@smithy/core/protocols');
|
|
13
|
+
var retry = require('@smithy/core/retry');
|
|
9
14
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var eventstreamSerdeConfigResolver = require('@smithy/eventstream-serde-config-resolver');
|
|
11
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
12
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
13
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
14
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
15
15
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
16
16
|
var runtimeConfig = require('./runtimeConfig');
|
|
17
17
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
18
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
19
18
|
var schemas_0 = require('./schemas/schemas_0');
|
|
20
19
|
var errors = require('./models/errors');
|
|
21
20
|
var BedrockAgentCoreServiceException = require('./models/BedrockAgentCoreServiceException');
|
|
@@ -74,12 +73,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
73
|
};
|
|
75
74
|
|
|
76
75
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
76
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
77
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
78
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
79
|
};
|
|
81
80
|
|
|
82
|
-
class BedrockAgentCoreClient extends
|
|
81
|
+
class BedrockAgentCoreClient extends client.Client {
|
|
83
82
|
config;
|
|
84
83
|
constructor(...[configuration]) {
|
|
85
84
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,18 +86,18 @@ class BedrockAgentCoreClient extends smithyClient.Client {
|
|
|
87
86
|
this.initConfig = _config_0;
|
|
88
87
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
88
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
89
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
90
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
91
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
94
|
-
const _config_7 =
|
|
92
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
93
|
+
const _config_7 = eventStreams.resolveEventStreamSerdeConfig(_config_6);
|
|
95
94
|
const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
|
|
96
95
|
const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
|
|
97
96
|
this.config = _config_9;
|
|
98
97
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
99
98
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
100
|
-
this.middlewareStack.use(
|
|
101
|
-
this.middlewareStack.use(
|
|
99
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
102
101
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
103
102
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
104
103
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -115,11 +114,11 @@ class BedrockAgentCoreClient extends smithyClient.Client {
|
|
|
115
114
|
}
|
|
116
115
|
}
|
|
117
116
|
|
|
118
|
-
class BatchCreateMemoryRecordsCommand extends
|
|
117
|
+
class BatchCreateMemoryRecordsCommand extends client.Command
|
|
119
118
|
.classBuilder()
|
|
120
119
|
.ep(commonParams)
|
|
121
120
|
.m(function (Command, cs, config, o) {
|
|
122
|
-
return [
|
|
121
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
123
122
|
})
|
|
124
123
|
.s("AmazonBedrockAgentCore", "BatchCreateMemoryRecords", {})
|
|
125
124
|
.n("BedrockAgentCoreClient", "BatchCreateMemoryRecordsCommand")
|
|
@@ -127,11 +126,11 @@ class BatchCreateMemoryRecordsCommand extends smithyClient.Command
|
|
|
127
126
|
.build() {
|
|
128
127
|
}
|
|
129
128
|
|
|
130
|
-
class BatchDeleteMemoryRecordsCommand extends
|
|
129
|
+
class BatchDeleteMemoryRecordsCommand extends client.Command
|
|
131
130
|
.classBuilder()
|
|
132
131
|
.ep(commonParams)
|
|
133
132
|
.m(function (Command, cs, config, o) {
|
|
134
|
-
return [
|
|
133
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
135
134
|
})
|
|
136
135
|
.s("AmazonBedrockAgentCore", "BatchDeleteMemoryRecords", {})
|
|
137
136
|
.n("BedrockAgentCoreClient", "BatchDeleteMemoryRecordsCommand")
|
|
@@ -139,11 +138,11 @@ class BatchDeleteMemoryRecordsCommand extends smithyClient.Command
|
|
|
139
138
|
.build() {
|
|
140
139
|
}
|
|
141
140
|
|
|
142
|
-
class BatchUpdateMemoryRecordsCommand extends
|
|
141
|
+
class BatchUpdateMemoryRecordsCommand extends client.Command
|
|
143
142
|
.classBuilder()
|
|
144
143
|
.ep(commonParams)
|
|
145
144
|
.m(function (Command, cs, config, o) {
|
|
146
|
-
return [
|
|
145
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
147
146
|
})
|
|
148
147
|
.s("AmazonBedrockAgentCore", "BatchUpdateMemoryRecords", {})
|
|
149
148
|
.n("BedrockAgentCoreClient", "BatchUpdateMemoryRecordsCommand")
|
|
@@ -151,11 +150,11 @@ class BatchUpdateMemoryRecordsCommand extends smithyClient.Command
|
|
|
151
150
|
.build() {
|
|
152
151
|
}
|
|
153
152
|
|
|
154
|
-
class CompleteResourceTokenAuthCommand extends
|
|
153
|
+
class CompleteResourceTokenAuthCommand extends client.Command
|
|
155
154
|
.classBuilder()
|
|
156
155
|
.ep(commonParams)
|
|
157
156
|
.m(function (Command, cs, config, o) {
|
|
158
|
-
return [
|
|
157
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
159
158
|
})
|
|
160
159
|
.s("AmazonBedrockAgentCore", "CompleteResourceTokenAuth", {})
|
|
161
160
|
.n("BedrockAgentCoreClient", "CompleteResourceTokenAuthCommand")
|
|
@@ -163,11 +162,11 @@ class CompleteResourceTokenAuthCommand extends smithyClient.Command
|
|
|
163
162
|
.build() {
|
|
164
163
|
}
|
|
165
164
|
|
|
166
|
-
class CreateABTestCommand extends
|
|
165
|
+
class CreateABTestCommand extends client.Command
|
|
167
166
|
.classBuilder()
|
|
168
167
|
.ep(commonParams)
|
|
169
168
|
.m(function (Command, cs, config, o) {
|
|
170
|
-
return [
|
|
169
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
171
170
|
})
|
|
172
171
|
.s("AmazonBedrockAgentCore", "CreateABTest", {})
|
|
173
172
|
.n("BedrockAgentCoreClient", "CreateABTestCommand")
|
|
@@ -175,11 +174,11 @@ class CreateABTestCommand extends smithyClient.Command
|
|
|
175
174
|
.build() {
|
|
176
175
|
}
|
|
177
176
|
|
|
178
|
-
class CreateEventCommand extends
|
|
177
|
+
class CreateEventCommand extends client.Command
|
|
179
178
|
.classBuilder()
|
|
180
179
|
.ep(commonParams)
|
|
181
180
|
.m(function (Command, cs, config, o) {
|
|
182
|
-
return [
|
|
181
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
183
182
|
})
|
|
184
183
|
.s("AmazonBedrockAgentCore", "CreateEvent", {})
|
|
185
184
|
.n("BedrockAgentCoreClient", "CreateEventCommand")
|
|
@@ -187,11 +186,11 @@ class CreateEventCommand extends smithyClient.Command
|
|
|
187
186
|
.build() {
|
|
188
187
|
}
|
|
189
188
|
|
|
190
|
-
class CreatePaymentInstrumentCommand extends
|
|
189
|
+
class CreatePaymentInstrumentCommand extends client.Command
|
|
191
190
|
.classBuilder()
|
|
192
191
|
.ep(commonParams)
|
|
193
192
|
.m(function (Command, cs, config, o) {
|
|
194
|
-
return [
|
|
193
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
195
194
|
})
|
|
196
195
|
.s("AmazonBedrockAgentCore", "CreatePaymentInstrument", {})
|
|
197
196
|
.n("BedrockAgentCoreClient", "CreatePaymentInstrumentCommand")
|
|
@@ -199,11 +198,11 @@ class CreatePaymentInstrumentCommand extends smithyClient.Command
|
|
|
199
198
|
.build() {
|
|
200
199
|
}
|
|
201
200
|
|
|
202
|
-
class CreatePaymentSessionCommand extends
|
|
201
|
+
class CreatePaymentSessionCommand extends client.Command
|
|
203
202
|
.classBuilder()
|
|
204
203
|
.ep(commonParams)
|
|
205
204
|
.m(function (Command, cs, config, o) {
|
|
206
|
-
return [
|
|
205
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
207
206
|
})
|
|
208
207
|
.s("AmazonBedrockAgentCore", "CreatePaymentSession", {})
|
|
209
208
|
.n("BedrockAgentCoreClient", "CreatePaymentSessionCommand")
|
|
@@ -211,11 +210,11 @@ class CreatePaymentSessionCommand extends smithyClient.Command
|
|
|
211
210
|
.build() {
|
|
212
211
|
}
|
|
213
212
|
|
|
214
|
-
class DeleteABTestCommand extends
|
|
213
|
+
class DeleteABTestCommand extends client.Command
|
|
215
214
|
.classBuilder()
|
|
216
215
|
.ep(commonParams)
|
|
217
216
|
.m(function (Command, cs, config, o) {
|
|
218
|
-
return [
|
|
217
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
219
218
|
})
|
|
220
219
|
.s("AmazonBedrockAgentCore", "DeleteABTest", {})
|
|
221
220
|
.n("BedrockAgentCoreClient", "DeleteABTestCommand")
|
|
@@ -223,11 +222,11 @@ class DeleteABTestCommand extends smithyClient.Command
|
|
|
223
222
|
.build() {
|
|
224
223
|
}
|
|
225
224
|
|
|
226
|
-
class DeleteBatchEvaluationCommand extends
|
|
225
|
+
class DeleteBatchEvaluationCommand extends client.Command
|
|
227
226
|
.classBuilder()
|
|
228
227
|
.ep(commonParams)
|
|
229
228
|
.m(function (Command, cs, config, o) {
|
|
230
|
-
return [
|
|
229
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
231
230
|
})
|
|
232
231
|
.s("AmazonBedrockAgentCore", "DeleteBatchEvaluation", {})
|
|
233
232
|
.n("BedrockAgentCoreClient", "DeleteBatchEvaluationCommand")
|
|
@@ -235,11 +234,11 @@ class DeleteBatchEvaluationCommand extends smithyClient.Command
|
|
|
235
234
|
.build() {
|
|
236
235
|
}
|
|
237
236
|
|
|
238
|
-
class DeleteEventCommand extends
|
|
237
|
+
class DeleteEventCommand extends client.Command
|
|
239
238
|
.classBuilder()
|
|
240
239
|
.ep(commonParams)
|
|
241
240
|
.m(function (Command, cs, config, o) {
|
|
242
|
-
return [
|
|
241
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
243
242
|
})
|
|
244
243
|
.s("AmazonBedrockAgentCore", "DeleteEvent", {})
|
|
245
244
|
.n("BedrockAgentCoreClient", "DeleteEventCommand")
|
|
@@ -247,11 +246,11 @@ class DeleteEventCommand extends smithyClient.Command
|
|
|
247
246
|
.build() {
|
|
248
247
|
}
|
|
249
248
|
|
|
250
|
-
class DeleteMemoryRecordCommand extends
|
|
249
|
+
class DeleteMemoryRecordCommand extends client.Command
|
|
251
250
|
.classBuilder()
|
|
252
251
|
.ep(commonParams)
|
|
253
252
|
.m(function (Command, cs, config, o) {
|
|
254
|
-
return [
|
|
253
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
255
254
|
})
|
|
256
255
|
.s("AmazonBedrockAgentCore", "DeleteMemoryRecord", {})
|
|
257
256
|
.n("BedrockAgentCoreClient", "DeleteMemoryRecordCommand")
|
|
@@ -259,11 +258,11 @@ class DeleteMemoryRecordCommand extends smithyClient.Command
|
|
|
259
258
|
.build() {
|
|
260
259
|
}
|
|
261
260
|
|
|
262
|
-
class DeletePaymentInstrumentCommand extends
|
|
261
|
+
class DeletePaymentInstrumentCommand extends client.Command
|
|
263
262
|
.classBuilder()
|
|
264
263
|
.ep(commonParams)
|
|
265
264
|
.m(function (Command, cs, config, o) {
|
|
266
|
-
return [
|
|
265
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
267
266
|
})
|
|
268
267
|
.s("AmazonBedrockAgentCore", "DeletePaymentInstrument", {})
|
|
269
268
|
.n("BedrockAgentCoreClient", "DeletePaymentInstrumentCommand")
|
|
@@ -271,11 +270,11 @@ class DeletePaymentInstrumentCommand extends smithyClient.Command
|
|
|
271
270
|
.build() {
|
|
272
271
|
}
|
|
273
272
|
|
|
274
|
-
class DeletePaymentSessionCommand extends
|
|
273
|
+
class DeletePaymentSessionCommand extends client.Command
|
|
275
274
|
.classBuilder()
|
|
276
275
|
.ep(commonParams)
|
|
277
276
|
.m(function (Command, cs, config, o) {
|
|
278
|
-
return [
|
|
277
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
279
278
|
})
|
|
280
279
|
.s("AmazonBedrockAgentCore", "DeletePaymentSession", {})
|
|
281
280
|
.n("BedrockAgentCoreClient", "DeletePaymentSessionCommand")
|
|
@@ -283,11 +282,11 @@ class DeletePaymentSessionCommand extends smithyClient.Command
|
|
|
283
282
|
.build() {
|
|
284
283
|
}
|
|
285
284
|
|
|
286
|
-
class DeleteRecommendationCommand extends
|
|
285
|
+
class DeleteRecommendationCommand extends client.Command
|
|
287
286
|
.classBuilder()
|
|
288
287
|
.ep(commonParams)
|
|
289
288
|
.m(function (Command, cs, config, o) {
|
|
290
|
-
return [
|
|
289
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
291
290
|
})
|
|
292
291
|
.s("AmazonBedrockAgentCore", "DeleteRecommendation", {})
|
|
293
292
|
.n("BedrockAgentCoreClient", "DeleteRecommendationCommand")
|
|
@@ -295,11 +294,11 @@ class DeleteRecommendationCommand extends smithyClient.Command
|
|
|
295
294
|
.build() {
|
|
296
295
|
}
|
|
297
296
|
|
|
298
|
-
class EvaluateCommand extends
|
|
297
|
+
class EvaluateCommand extends client.Command
|
|
299
298
|
.classBuilder()
|
|
300
299
|
.ep(commonParams)
|
|
301
300
|
.m(function (Command, cs, config, o) {
|
|
302
|
-
return [
|
|
301
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
303
302
|
})
|
|
304
303
|
.s("AmazonBedrockAgentCore", "Evaluate", {})
|
|
305
304
|
.n("BedrockAgentCoreClient", "EvaluateCommand")
|
|
@@ -307,11 +306,11 @@ class EvaluateCommand extends smithyClient.Command
|
|
|
307
306
|
.build() {
|
|
308
307
|
}
|
|
309
308
|
|
|
310
|
-
class GetABTestCommand extends
|
|
309
|
+
class GetABTestCommand extends client.Command
|
|
311
310
|
.classBuilder()
|
|
312
311
|
.ep(commonParams)
|
|
313
312
|
.m(function (Command, cs, config, o) {
|
|
314
|
-
return [
|
|
313
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
315
314
|
})
|
|
316
315
|
.s("AmazonBedrockAgentCore", "GetABTest", {})
|
|
317
316
|
.n("BedrockAgentCoreClient", "GetABTestCommand")
|
|
@@ -319,11 +318,11 @@ class GetABTestCommand extends smithyClient.Command
|
|
|
319
318
|
.build() {
|
|
320
319
|
}
|
|
321
320
|
|
|
322
|
-
class GetAgentCardCommand extends
|
|
321
|
+
class GetAgentCardCommand extends client.Command
|
|
323
322
|
.classBuilder()
|
|
324
323
|
.ep(commonParams)
|
|
325
324
|
.m(function (Command, cs, config, o) {
|
|
326
|
-
return [
|
|
325
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
327
326
|
})
|
|
328
327
|
.s("AmazonBedrockAgentCore", "GetAgentCard", {})
|
|
329
328
|
.n("BedrockAgentCoreClient", "GetAgentCardCommand")
|
|
@@ -331,11 +330,11 @@ class GetAgentCardCommand extends smithyClient.Command
|
|
|
331
330
|
.build() {
|
|
332
331
|
}
|
|
333
332
|
|
|
334
|
-
class GetBatchEvaluationCommand extends
|
|
333
|
+
class GetBatchEvaluationCommand extends client.Command
|
|
335
334
|
.classBuilder()
|
|
336
335
|
.ep(commonParams)
|
|
337
336
|
.m(function (Command, cs, config, o) {
|
|
338
|
-
return [
|
|
337
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
339
338
|
})
|
|
340
339
|
.s("AmazonBedrockAgentCore", "GetBatchEvaluation", {})
|
|
341
340
|
.n("BedrockAgentCoreClient", "GetBatchEvaluationCommand")
|
|
@@ -343,11 +342,11 @@ class GetBatchEvaluationCommand extends smithyClient.Command
|
|
|
343
342
|
.build() {
|
|
344
343
|
}
|
|
345
344
|
|
|
346
|
-
class GetBrowserSessionCommand extends
|
|
345
|
+
class GetBrowserSessionCommand extends client.Command
|
|
347
346
|
.classBuilder()
|
|
348
347
|
.ep(commonParams)
|
|
349
348
|
.m(function (Command, cs, config, o) {
|
|
350
|
-
return [
|
|
349
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
351
350
|
})
|
|
352
351
|
.s("AmazonBedrockAgentCore", "GetBrowserSession", {})
|
|
353
352
|
.n("BedrockAgentCoreClient", "GetBrowserSessionCommand")
|
|
@@ -355,11 +354,11 @@ class GetBrowserSessionCommand extends smithyClient.Command
|
|
|
355
354
|
.build() {
|
|
356
355
|
}
|
|
357
356
|
|
|
358
|
-
class GetCodeInterpreterSessionCommand extends
|
|
357
|
+
class GetCodeInterpreterSessionCommand extends client.Command
|
|
359
358
|
.classBuilder()
|
|
360
359
|
.ep(commonParams)
|
|
361
360
|
.m(function (Command, cs, config, o) {
|
|
362
|
-
return [
|
|
361
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
363
362
|
})
|
|
364
363
|
.s("AmazonBedrockAgentCore", "GetCodeInterpreterSession", {})
|
|
365
364
|
.n("BedrockAgentCoreClient", "GetCodeInterpreterSessionCommand")
|
|
@@ -367,11 +366,11 @@ class GetCodeInterpreterSessionCommand extends smithyClient.Command
|
|
|
367
366
|
.build() {
|
|
368
367
|
}
|
|
369
368
|
|
|
370
|
-
class GetEventCommand extends
|
|
369
|
+
class GetEventCommand extends client.Command
|
|
371
370
|
.classBuilder()
|
|
372
371
|
.ep(commonParams)
|
|
373
372
|
.m(function (Command, cs, config, o) {
|
|
374
|
-
return [
|
|
373
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
375
374
|
})
|
|
376
375
|
.s("AmazonBedrockAgentCore", "GetEvent", {})
|
|
377
376
|
.n("BedrockAgentCoreClient", "GetEventCommand")
|
|
@@ -379,11 +378,11 @@ class GetEventCommand extends smithyClient.Command
|
|
|
379
378
|
.build() {
|
|
380
379
|
}
|
|
381
380
|
|
|
382
|
-
class GetMemoryRecordCommand extends
|
|
381
|
+
class GetMemoryRecordCommand extends client.Command
|
|
383
382
|
.classBuilder()
|
|
384
383
|
.ep(commonParams)
|
|
385
384
|
.m(function (Command, cs, config, o) {
|
|
386
|
-
return [
|
|
385
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
387
386
|
})
|
|
388
387
|
.s("AmazonBedrockAgentCore", "GetMemoryRecord", {})
|
|
389
388
|
.n("BedrockAgentCoreClient", "GetMemoryRecordCommand")
|
|
@@ -391,11 +390,11 @@ class GetMemoryRecordCommand extends smithyClient.Command
|
|
|
391
390
|
.build() {
|
|
392
391
|
}
|
|
393
392
|
|
|
394
|
-
class GetPaymentInstrumentBalanceCommand extends
|
|
393
|
+
class GetPaymentInstrumentBalanceCommand extends client.Command
|
|
395
394
|
.classBuilder()
|
|
396
395
|
.ep(commonParams)
|
|
397
396
|
.m(function (Command, cs, config, o) {
|
|
398
|
-
return [
|
|
397
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
399
398
|
})
|
|
400
399
|
.s("AmazonBedrockAgentCore", "GetPaymentInstrumentBalance", {})
|
|
401
400
|
.n("BedrockAgentCoreClient", "GetPaymentInstrumentBalanceCommand")
|
|
@@ -403,11 +402,11 @@ class GetPaymentInstrumentBalanceCommand extends smithyClient.Command
|
|
|
403
402
|
.build() {
|
|
404
403
|
}
|
|
405
404
|
|
|
406
|
-
class GetPaymentInstrumentCommand extends
|
|
405
|
+
class GetPaymentInstrumentCommand extends client.Command
|
|
407
406
|
.classBuilder()
|
|
408
407
|
.ep(commonParams)
|
|
409
408
|
.m(function (Command, cs, config, o) {
|
|
410
|
-
return [
|
|
409
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
411
410
|
})
|
|
412
411
|
.s("AmazonBedrockAgentCore", "GetPaymentInstrument", {})
|
|
413
412
|
.n("BedrockAgentCoreClient", "GetPaymentInstrumentCommand")
|
|
@@ -415,11 +414,11 @@ class GetPaymentInstrumentCommand extends smithyClient.Command
|
|
|
415
414
|
.build() {
|
|
416
415
|
}
|
|
417
416
|
|
|
418
|
-
class GetPaymentSessionCommand extends
|
|
417
|
+
class GetPaymentSessionCommand extends client.Command
|
|
419
418
|
.classBuilder()
|
|
420
419
|
.ep(commonParams)
|
|
421
420
|
.m(function (Command, cs, config, o) {
|
|
422
|
-
return [
|
|
421
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
423
422
|
})
|
|
424
423
|
.s("AmazonBedrockAgentCore", "GetPaymentSession", {})
|
|
425
424
|
.n("BedrockAgentCoreClient", "GetPaymentSessionCommand")
|
|
@@ -427,11 +426,11 @@ class GetPaymentSessionCommand extends smithyClient.Command
|
|
|
427
426
|
.build() {
|
|
428
427
|
}
|
|
429
428
|
|
|
430
|
-
class GetRecommendationCommand extends
|
|
429
|
+
class GetRecommendationCommand extends client.Command
|
|
431
430
|
.classBuilder()
|
|
432
431
|
.ep(commonParams)
|
|
433
432
|
.m(function (Command, cs, config, o) {
|
|
434
|
-
return [
|
|
433
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
435
434
|
})
|
|
436
435
|
.s("AmazonBedrockAgentCore", "GetRecommendation", {})
|
|
437
436
|
.n("BedrockAgentCoreClient", "GetRecommendationCommand")
|
|
@@ -439,11 +438,11 @@ class GetRecommendationCommand extends smithyClient.Command
|
|
|
439
438
|
.build() {
|
|
440
439
|
}
|
|
441
440
|
|
|
442
|
-
class GetResourceApiKeyCommand extends
|
|
441
|
+
class GetResourceApiKeyCommand extends client.Command
|
|
443
442
|
.classBuilder()
|
|
444
443
|
.ep(commonParams)
|
|
445
444
|
.m(function (Command, cs, config, o) {
|
|
446
|
-
return [
|
|
445
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
447
446
|
})
|
|
448
447
|
.s("AmazonBedrockAgentCore", "GetResourceApiKey", {})
|
|
449
448
|
.n("BedrockAgentCoreClient", "GetResourceApiKeyCommand")
|
|
@@ -451,11 +450,11 @@ class GetResourceApiKeyCommand extends smithyClient.Command
|
|
|
451
450
|
.build() {
|
|
452
451
|
}
|
|
453
452
|
|
|
454
|
-
class GetResourceOauth2TokenCommand extends
|
|
453
|
+
class GetResourceOauth2TokenCommand extends client.Command
|
|
455
454
|
.classBuilder()
|
|
456
455
|
.ep(commonParams)
|
|
457
456
|
.m(function (Command, cs, config, o) {
|
|
458
|
-
return [
|
|
457
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
459
458
|
})
|
|
460
459
|
.s("AmazonBedrockAgentCore", "GetResourceOauth2Token", {})
|
|
461
460
|
.n("BedrockAgentCoreClient", "GetResourceOauth2TokenCommand")
|
|
@@ -463,11 +462,11 @@ class GetResourceOauth2TokenCommand extends smithyClient.Command
|
|
|
463
462
|
.build() {
|
|
464
463
|
}
|
|
465
464
|
|
|
466
|
-
class GetResourcePaymentTokenCommand extends
|
|
465
|
+
class GetResourcePaymentTokenCommand extends client.Command
|
|
467
466
|
.classBuilder()
|
|
468
467
|
.ep(commonParams)
|
|
469
468
|
.m(function (Command, cs, config, o) {
|
|
470
|
-
return [
|
|
469
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
471
470
|
})
|
|
472
471
|
.s("AmazonBedrockAgentCore", "GetResourcePaymentToken", {})
|
|
473
472
|
.n("BedrockAgentCoreClient", "GetResourcePaymentTokenCommand")
|
|
@@ -475,11 +474,11 @@ class GetResourcePaymentTokenCommand extends smithyClient.Command
|
|
|
475
474
|
.build() {
|
|
476
475
|
}
|
|
477
476
|
|
|
478
|
-
class GetWorkloadAccessTokenCommand extends
|
|
477
|
+
class GetWorkloadAccessTokenCommand extends client.Command
|
|
479
478
|
.classBuilder()
|
|
480
479
|
.ep(commonParams)
|
|
481
480
|
.m(function (Command, cs, config, o) {
|
|
482
|
-
return [
|
|
481
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
483
482
|
})
|
|
484
483
|
.s("AmazonBedrockAgentCore", "GetWorkloadAccessToken", {})
|
|
485
484
|
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenCommand")
|
|
@@ -487,11 +486,11 @@ class GetWorkloadAccessTokenCommand extends smithyClient.Command
|
|
|
487
486
|
.build() {
|
|
488
487
|
}
|
|
489
488
|
|
|
490
|
-
class GetWorkloadAccessTokenForJWTCommand extends
|
|
489
|
+
class GetWorkloadAccessTokenForJWTCommand extends client.Command
|
|
491
490
|
.classBuilder()
|
|
492
491
|
.ep(commonParams)
|
|
493
492
|
.m(function (Command, cs, config, o) {
|
|
494
|
-
return [
|
|
493
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
495
494
|
})
|
|
496
495
|
.s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForJWT", {})
|
|
497
496
|
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForJWTCommand")
|
|
@@ -499,11 +498,11 @@ class GetWorkloadAccessTokenForJWTCommand extends smithyClient.Command
|
|
|
499
498
|
.build() {
|
|
500
499
|
}
|
|
501
500
|
|
|
502
|
-
class GetWorkloadAccessTokenForUserIdCommand extends
|
|
501
|
+
class GetWorkloadAccessTokenForUserIdCommand extends client.Command
|
|
503
502
|
.classBuilder()
|
|
504
503
|
.ep(commonParams)
|
|
505
504
|
.m(function (Command, cs, config, o) {
|
|
506
|
-
return [
|
|
505
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
507
506
|
})
|
|
508
507
|
.s("AmazonBedrockAgentCore", "GetWorkloadAccessTokenForUserId", {})
|
|
509
508
|
.n("BedrockAgentCoreClient", "GetWorkloadAccessTokenForUserIdCommand")
|
|
@@ -511,11 +510,11 @@ class GetWorkloadAccessTokenForUserIdCommand extends smithyClient.Command
|
|
|
511
510
|
.build() {
|
|
512
511
|
}
|
|
513
512
|
|
|
514
|
-
class InvokeAgentRuntimeCommand extends
|
|
513
|
+
class InvokeAgentRuntimeCommand extends client.Command
|
|
515
514
|
.classBuilder()
|
|
516
515
|
.ep(commonParams)
|
|
517
516
|
.m(function (Command, cs, config, o) {
|
|
518
|
-
return [
|
|
517
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
519
518
|
})
|
|
520
519
|
.s("AmazonBedrockAgentCore", "InvokeAgentRuntime", {})
|
|
521
520
|
.n("BedrockAgentCoreClient", "InvokeAgentRuntimeCommand")
|
|
@@ -523,11 +522,11 @@ class InvokeAgentRuntimeCommand extends smithyClient.Command
|
|
|
523
522
|
.build() {
|
|
524
523
|
}
|
|
525
524
|
|
|
526
|
-
class InvokeAgentRuntimeCommandCommand extends
|
|
525
|
+
class InvokeAgentRuntimeCommandCommand extends client.Command
|
|
527
526
|
.classBuilder()
|
|
528
527
|
.ep(commonParams)
|
|
529
528
|
.m(function (Command, cs, config, o) {
|
|
530
|
-
return [
|
|
529
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
531
530
|
})
|
|
532
531
|
.s("AmazonBedrockAgentCore", "InvokeAgentRuntimeCommand", {
|
|
533
532
|
eventStream: {
|
|
@@ -539,11 +538,11 @@ class InvokeAgentRuntimeCommandCommand extends smithyClient.Command
|
|
|
539
538
|
.build() {
|
|
540
539
|
}
|
|
541
540
|
|
|
542
|
-
class InvokeBrowserCommand extends
|
|
541
|
+
class InvokeBrowserCommand extends client.Command
|
|
543
542
|
.classBuilder()
|
|
544
543
|
.ep(commonParams)
|
|
545
544
|
.m(function (Command, cs, config, o) {
|
|
546
|
-
return [
|
|
545
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
547
546
|
})
|
|
548
547
|
.s("AmazonBedrockAgentCore", "InvokeBrowser", {})
|
|
549
548
|
.n("BedrockAgentCoreClient", "InvokeBrowserCommand")
|
|
@@ -551,11 +550,11 @@ class InvokeBrowserCommand extends smithyClient.Command
|
|
|
551
550
|
.build() {
|
|
552
551
|
}
|
|
553
552
|
|
|
554
|
-
class InvokeCodeInterpreterCommand extends
|
|
553
|
+
class InvokeCodeInterpreterCommand extends client.Command
|
|
555
554
|
.classBuilder()
|
|
556
555
|
.ep(commonParams)
|
|
557
556
|
.m(function (Command, cs, config, o) {
|
|
558
|
-
return [
|
|
557
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
559
558
|
})
|
|
560
559
|
.s("AmazonBedrockAgentCore", "InvokeCodeInterpreter", {
|
|
561
560
|
eventStream: {
|
|
@@ -567,11 +566,11 @@ class InvokeCodeInterpreterCommand extends smithyClient.Command
|
|
|
567
566
|
.build() {
|
|
568
567
|
}
|
|
569
568
|
|
|
570
|
-
class InvokeHarnessCommand extends
|
|
569
|
+
class InvokeHarnessCommand extends client.Command
|
|
571
570
|
.classBuilder()
|
|
572
571
|
.ep(commonParams)
|
|
573
572
|
.m(function (Command, cs, config, o) {
|
|
574
|
-
return [
|
|
573
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
575
574
|
})
|
|
576
575
|
.s("AmazonBedrockAgentCore", "InvokeHarness", {
|
|
577
576
|
eventStream: {
|
|
@@ -583,11 +582,11 @@ class InvokeHarnessCommand extends smithyClient.Command
|
|
|
583
582
|
.build() {
|
|
584
583
|
}
|
|
585
584
|
|
|
586
|
-
class ListABTestsCommand extends
|
|
585
|
+
class ListABTestsCommand extends client.Command
|
|
587
586
|
.classBuilder()
|
|
588
587
|
.ep(commonParams)
|
|
589
588
|
.m(function (Command, cs, config, o) {
|
|
590
|
-
return [
|
|
589
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
591
590
|
})
|
|
592
591
|
.s("AmazonBedrockAgentCore", "ListABTests", {})
|
|
593
592
|
.n("BedrockAgentCoreClient", "ListABTestsCommand")
|
|
@@ -595,11 +594,11 @@ class ListABTestsCommand extends smithyClient.Command
|
|
|
595
594
|
.build() {
|
|
596
595
|
}
|
|
597
596
|
|
|
598
|
-
class ListActorsCommand extends
|
|
597
|
+
class ListActorsCommand extends client.Command
|
|
599
598
|
.classBuilder()
|
|
600
599
|
.ep(commonParams)
|
|
601
600
|
.m(function (Command, cs, config, o) {
|
|
602
|
-
return [
|
|
601
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
603
602
|
})
|
|
604
603
|
.s("AmazonBedrockAgentCore", "ListActors", {})
|
|
605
604
|
.n("BedrockAgentCoreClient", "ListActorsCommand")
|
|
@@ -607,11 +606,11 @@ class ListActorsCommand extends smithyClient.Command
|
|
|
607
606
|
.build() {
|
|
608
607
|
}
|
|
609
608
|
|
|
610
|
-
class ListBatchEvaluationsCommand extends
|
|
609
|
+
class ListBatchEvaluationsCommand extends client.Command
|
|
611
610
|
.classBuilder()
|
|
612
611
|
.ep(commonParams)
|
|
613
612
|
.m(function (Command, cs, config, o) {
|
|
614
|
-
return [
|
|
613
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
615
614
|
})
|
|
616
615
|
.s("AmazonBedrockAgentCore", "ListBatchEvaluations", {})
|
|
617
616
|
.n("BedrockAgentCoreClient", "ListBatchEvaluationsCommand")
|
|
@@ -619,11 +618,11 @@ class ListBatchEvaluationsCommand extends smithyClient.Command
|
|
|
619
618
|
.build() {
|
|
620
619
|
}
|
|
621
620
|
|
|
622
|
-
class ListBrowserSessionsCommand extends
|
|
621
|
+
class ListBrowserSessionsCommand extends client.Command
|
|
623
622
|
.classBuilder()
|
|
624
623
|
.ep(commonParams)
|
|
625
624
|
.m(function (Command, cs, config, o) {
|
|
626
|
-
return [
|
|
625
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
627
626
|
})
|
|
628
627
|
.s("AmazonBedrockAgentCore", "ListBrowserSessions", {})
|
|
629
628
|
.n("BedrockAgentCoreClient", "ListBrowserSessionsCommand")
|
|
@@ -631,11 +630,11 @@ class ListBrowserSessionsCommand extends smithyClient.Command
|
|
|
631
630
|
.build() {
|
|
632
631
|
}
|
|
633
632
|
|
|
634
|
-
class ListCodeInterpreterSessionsCommand extends
|
|
633
|
+
class ListCodeInterpreterSessionsCommand extends client.Command
|
|
635
634
|
.classBuilder()
|
|
636
635
|
.ep(commonParams)
|
|
637
636
|
.m(function (Command, cs, config, o) {
|
|
638
|
-
return [
|
|
637
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
639
638
|
})
|
|
640
639
|
.s("AmazonBedrockAgentCore", "ListCodeInterpreterSessions", {})
|
|
641
640
|
.n("BedrockAgentCoreClient", "ListCodeInterpreterSessionsCommand")
|
|
@@ -643,11 +642,11 @@ class ListCodeInterpreterSessionsCommand extends smithyClient.Command
|
|
|
643
642
|
.build() {
|
|
644
643
|
}
|
|
645
644
|
|
|
646
|
-
class ListEventsCommand extends
|
|
645
|
+
class ListEventsCommand extends client.Command
|
|
647
646
|
.classBuilder()
|
|
648
647
|
.ep(commonParams)
|
|
649
648
|
.m(function (Command, cs, config, o) {
|
|
650
|
-
return [
|
|
649
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
651
650
|
})
|
|
652
651
|
.s("AmazonBedrockAgentCore", "ListEvents", {})
|
|
653
652
|
.n("BedrockAgentCoreClient", "ListEventsCommand")
|
|
@@ -655,11 +654,11 @@ class ListEventsCommand extends smithyClient.Command
|
|
|
655
654
|
.build() {
|
|
656
655
|
}
|
|
657
656
|
|
|
658
|
-
class ListMemoryExtractionJobsCommand extends
|
|
657
|
+
class ListMemoryExtractionJobsCommand extends client.Command
|
|
659
658
|
.classBuilder()
|
|
660
659
|
.ep(commonParams)
|
|
661
660
|
.m(function (Command, cs, config, o) {
|
|
662
|
-
return [
|
|
661
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
663
662
|
})
|
|
664
663
|
.s("AmazonBedrockAgentCore", "ListMemoryExtractionJobs", {})
|
|
665
664
|
.n("BedrockAgentCoreClient", "ListMemoryExtractionJobsCommand")
|
|
@@ -667,11 +666,11 @@ class ListMemoryExtractionJobsCommand extends smithyClient.Command
|
|
|
667
666
|
.build() {
|
|
668
667
|
}
|
|
669
668
|
|
|
670
|
-
class ListMemoryRecordsCommand extends
|
|
669
|
+
class ListMemoryRecordsCommand extends client.Command
|
|
671
670
|
.classBuilder()
|
|
672
671
|
.ep(commonParams)
|
|
673
672
|
.m(function (Command, cs, config, o) {
|
|
674
|
-
return [
|
|
673
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
675
674
|
})
|
|
676
675
|
.s("AmazonBedrockAgentCore", "ListMemoryRecords", {})
|
|
677
676
|
.n("BedrockAgentCoreClient", "ListMemoryRecordsCommand")
|
|
@@ -679,11 +678,11 @@ class ListMemoryRecordsCommand extends smithyClient.Command
|
|
|
679
678
|
.build() {
|
|
680
679
|
}
|
|
681
680
|
|
|
682
|
-
class ListPaymentInstrumentsCommand extends
|
|
681
|
+
class ListPaymentInstrumentsCommand extends client.Command
|
|
683
682
|
.classBuilder()
|
|
684
683
|
.ep(commonParams)
|
|
685
684
|
.m(function (Command, cs, config, o) {
|
|
686
|
-
return [
|
|
685
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
687
686
|
})
|
|
688
687
|
.s("AmazonBedrockAgentCore", "ListPaymentInstruments", {})
|
|
689
688
|
.n("BedrockAgentCoreClient", "ListPaymentInstrumentsCommand")
|
|
@@ -691,11 +690,11 @@ class ListPaymentInstrumentsCommand extends smithyClient.Command
|
|
|
691
690
|
.build() {
|
|
692
691
|
}
|
|
693
692
|
|
|
694
|
-
class ListPaymentSessionsCommand extends
|
|
693
|
+
class ListPaymentSessionsCommand extends client.Command
|
|
695
694
|
.classBuilder()
|
|
696
695
|
.ep(commonParams)
|
|
697
696
|
.m(function (Command, cs, config, o) {
|
|
698
|
-
return [
|
|
697
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
699
698
|
})
|
|
700
699
|
.s("AmazonBedrockAgentCore", "ListPaymentSessions", {})
|
|
701
700
|
.n("BedrockAgentCoreClient", "ListPaymentSessionsCommand")
|
|
@@ -703,11 +702,11 @@ class ListPaymentSessionsCommand extends smithyClient.Command
|
|
|
703
702
|
.build() {
|
|
704
703
|
}
|
|
705
704
|
|
|
706
|
-
class ListRecommendationsCommand extends
|
|
705
|
+
class ListRecommendationsCommand extends client.Command
|
|
707
706
|
.classBuilder()
|
|
708
707
|
.ep(commonParams)
|
|
709
708
|
.m(function (Command, cs, config, o) {
|
|
710
|
-
return [
|
|
709
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
711
710
|
})
|
|
712
711
|
.s("AmazonBedrockAgentCore", "ListRecommendations", {})
|
|
713
712
|
.n("BedrockAgentCoreClient", "ListRecommendationsCommand")
|
|
@@ -715,11 +714,11 @@ class ListRecommendationsCommand extends smithyClient.Command
|
|
|
715
714
|
.build() {
|
|
716
715
|
}
|
|
717
716
|
|
|
718
|
-
class ListSessionsCommand extends
|
|
717
|
+
class ListSessionsCommand extends client.Command
|
|
719
718
|
.classBuilder()
|
|
720
719
|
.ep(commonParams)
|
|
721
720
|
.m(function (Command, cs, config, o) {
|
|
722
|
-
return [
|
|
721
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
723
722
|
})
|
|
724
723
|
.s("AmazonBedrockAgentCore", "ListSessions", {})
|
|
725
724
|
.n("BedrockAgentCoreClient", "ListSessionsCommand")
|
|
@@ -727,11 +726,11 @@ class ListSessionsCommand extends smithyClient.Command
|
|
|
727
726
|
.build() {
|
|
728
727
|
}
|
|
729
728
|
|
|
730
|
-
class ProcessPaymentCommand extends
|
|
729
|
+
class ProcessPaymentCommand extends client.Command
|
|
731
730
|
.classBuilder()
|
|
732
731
|
.ep(commonParams)
|
|
733
732
|
.m(function (Command, cs, config, o) {
|
|
734
|
-
return [
|
|
733
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
735
734
|
})
|
|
736
735
|
.s("AmazonBedrockAgentCore", "ProcessPayment", {})
|
|
737
736
|
.n("BedrockAgentCoreClient", "ProcessPaymentCommand")
|
|
@@ -739,11 +738,11 @@ class ProcessPaymentCommand extends smithyClient.Command
|
|
|
739
738
|
.build() {
|
|
740
739
|
}
|
|
741
740
|
|
|
742
|
-
class RetrieveMemoryRecordsCommand extends
|
|
741
|
+
class RetrieveMemoryRecordsCommand extends client.Command
|
|
743
742
|
.classBuilder()
|
|
744
743
|
.ep(commonParams)
|
|
745
744
|
.m(function (Command, cs, config, o) {
|
|
746
|
-
return [
|
|
745
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
747
746
|
})
|
|
748
747
|
.s("AmazonBedrockAgentCore", "RetrieveMemoryRecords", {})
|
|
749
748
|
.n("BedrockAgentCoreClient", "RetrieveMemoryRecordsCommand")
|
|
@@ -751,11 +750,11 @@ class RetrieveMemoryRecordsCommand extends smithyClient.Command
|
|
|
751
750
|
.build() {
|
|
752
751
|
}
|
|
753
752
|
|
|
754
|
-
class SaveBrowserSessionProfileCommand extends
|
|
753
|
+
class SaveBrowserSessionProfileCommand extends client.Command
|
|
755
754
|
.classBuilder()
|
|
756
755
|
.ep(commonParams)
|
|
757
756
|
.m(function (Command, cs, config, o) {
|
|
758
|
-
return [
|
|
757
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
759
758
|
})
|
|
760
759
|
.s("AmazonBedrockAgentCore", "SaveBrowserSessionProfile", {})
|
|
761
760
|
.n("BedrockAgentCoreClient", "SaveBrowserSessionProfileCommand")
|
|
@@ -763,11 +762,11 @@ class SaveBrowserSessionProfileCommand extends smithyClient.Command
|
|
|
763
762
|
.build() {
|
|
764
763
|
}
|
|
765
764
|
|
|
766
|
-
class SearchRegistryRecordsCommand extends
|
|
765
|
+
class SearchRegistryRecordsCommand extends client.Command
|
|
767
766
|
.classBuilder()
|
|
768
767
|
.ep(commonParams)
|
|
769
768
|
.m(function (Command, cs, config, o) {
|
|
770
|
-
return [
|
|
769
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
771
770
|
})
|
|
772
771
|
.s("AmazonBedrockAgentCore", "SearchRegistryRecords", {})
|
|
773
772
|
.n("BedrockAgentCoreClient", "SearchRegistryRecordsCommand")
|
|
@@ -775,11 +774,11 @@ class SearchRegistryRecordsCommand extends smithyClient.Command
|
|
|
775
774
|
.build() {
|
|
776
775
|
}
|
|
777
776
|
|
|
778
|
-
class StartBatchEvaluationCommand extends
|
|
777
|
+
class StartBatchEvaluationCommand extends client.Command
|
|
779
778
|
.classBuilder()
|
|
780
779
|
.ep(commonParams)
|
|
781
780
|
.m(function (Command, cs, config, o) {
|
|
782
|
-
return [
|
|
781
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
783
782
|
})
|
|
784
783
|
.s("AmazonBedrockAgentCore", "StartBatchEvaluation", {})
|
|
785
784
|
.n("BedrockAgentCoreClient", "StartBatchEvaluationCommand")
|
|
@@ -787,11 +786,11 @@ class StartBatchEvaluationCommand extends smithyClient.Command
|
|
|
787
786
|
.build() {
|
|
788
787
|
}
|
|
789
788
|
|
|
790
|
-
class StartBrowserSessionCommand extends
|
|
789
|
+
class StartBrowserSessionCommand extends client.Command
|
|
791
790
|
.classBuilder()
|
|
792
791
|
.ep(commonParams)
|
|
793
792
|
.m(function (Command, cs, config, o) {
|
|
794
|
-
return [
|
|
793
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
795
794
|
})
|
|
796
795
|
.s("AmazonBedrockAgentCore", "StartBrowserSession", {})
|
|
797
796
|
.n("BedrockAgentCoreClient", "StartBrowserSessionCommand")
|
|
@@ -799,11 +798,11 @@ class StartBrowserSessionCommand extends smithyClient.Command
|
|
|
799
798
|
.build() {
|
|
800
799
|
}
|
|
801
800
|
|
|
802
|
-
class StartCodeInterpreterSessionCommand extends
|
|
801
|
+
class StartCodeInterpreterSessionCommand extends client.Command
|
|
803
802
|
.classBuilder()
|
|
804
803
|
.ep(commonParams)
|
|
805
804
|
.m(function (Command, cs, config, o) {
|
|
806
|
-
return [
|
|
805
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
807
806
|
})
|
|
808
807
|
.s("AmazonBedrockAgentCore", "StartCodeInterpreterSession", {})
|
|
809
808
|
.n("BedrockAgentCoreClient", "StartCodeInterpreterSessionCommand")
|
|
@@ -811,11 +810,11 @@ class StartCodeInterpreterSessionCommand extends smithyClient.Command
|
|
|
811
810
|
.build() {
|
|
812
811
|
}
|
|
813
812
|
|
|
814
|
-
class StartMemoryExtractionJobCommand extends
|
|
813
|
+
class StartMemoryExtractionJobCommand extends client.Command
|
|
815
814
|
.classBuilder()
|
|
816
815
|
.ep(commonParams)
|
|
817
816
|
.m(function (Command, cs, config, o) {
|
|
818
|
-
return [
|
|
817
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
819
818
|
})
|
|
820
819
|
.s("AmazonBedrockAgentCore", "StartMemoryExtractionJob", {})
|
|
821
820
|
.n("BedrockAgentCoreClient", "StartMemoryExtractionJobCommand")
|
|
@@ -823,11 +822,11 @@ class StartMemoryExtractionJobCommand extends smithyClient.Command
|
|
|
823
822
|
.build() {
|
|
824
823
|
}
|
|
825
824
|
|
|
826
|
-
class StartRecommendationCommand extends
|
|
825
|
+
class StartRecommendationCommand extends client.Command
|
|
827
826
|
.classBuilder()
|
|
828
827
|
.ep(commonParams)
|
|
829
828
|
.m(function (Command, cs, config, o) {
|
|
830
|
-
return [
|
|
829
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
831
830
|
})
|
|
832
831
|
.s("AmazonBedrockAgentCore", "StartRecommendation", {})
|
|
833
832
|
.n("BedrockAgentCoreClient", "StartRecommendationCommand")
|
|
@@ -835,11 +834,11 @@ class StartRecommendationCommand extends smithyClient.Command
|
|
|
835
834
|
.build() {
|
|
836
835
|
}
|
|
837
836
|
|
|
838
|
-
class StopBatchEvaluationCommand extends
|
|
837
|
+
class StopBatchEvaluationCommand extends client.Command
|
|
839
838
|
.classBuilder()
|
|
840
839
|
.ep(commonParams)
|
|
841
840
|
.m(function (Command, cs, config, o) {
|
|
842
|
-
return [
|
|
841
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
843
842
|
})
|
|
844
843
|
.s("AmazonBedrockAgentCore", "StopBatchEvaluation", {})
|
|
845
844
|
.n("BedrockAgentCoreClient", "StopBatchEvaluationCommand")
|
|
@@ -847,11 +846,11 @@ class StopBatchEvaluationCommand extends smithyClient.Command
|
|
|
847
846
|
.build() {
|
|
848
847
|
}
|
|
849
848
|
|
|
850
|
-
class StopBrowserSessionCommand extends
|
|
849
|
+
class StopBrowserSessionCommand extends client.Command
|
|
851
850
|
.classBuilder()
|
|
852
851
|
.ep(commonParams)
|
|
853
852
|
.m(function (Command, cs, config, o) {
|
|
854
|
-
return [
|
|
853
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
855
854
|
})
|
|
856
855
|
.s("AmazonBedrockAgentCore", "StopBrowserSession", {})
|
|
857
856
|
.n("BedrockAgentCoreClient", "StopBrowserSessionCommand")
|
|
@@ -859,11 +858,11 @@ class StopBrowserSessionCommand extends smithyClient.Command
|
|
|
859
858
|
.build() {
|
|
860
859
|
}
|
|
861
860
|
|
|
862
|
-
class StopCodeInterpreterSessionCommand extends
|
|
861
|
+
class StopCodeInterpreterSessionCommand extends client.Command
|
|
863
862
|
.classBuilder()
|
|
864
863
|
.ep(commonParams)
|
|
865
864
|
.m(function (Command, cs, config, o) {
|
|
866
|
-
return [
|
|
865
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
867
866
|
})
|
|
868
867
|
.s("AmazonBedrockAgentCore", "StopCodeInterpreterSession", {})
|
|
869
868
|
.n("BedrockAgentCoreClient", "StopCodeInterpreterSessionCommand")
|
|
@@ -871,11 +870,11 @@ class StopCodeInterpreterSessionCommand extends smithyClient.Command
|
|
|
871
870
|
.build() {
|
|
872
871
|
}
|
|
873
872
|
|
|
874
|
-
class StopRuntimeSessionCommand extends
|
|
873
|
+
class StopRuntimeSessionCommand extends client.Command
|
|
875
874
|
.classBuilder()
|
|
876
875
|
.ep(commonParams)
|
|
877
876
|
.m(function (Command, cs, config, o) {
|
|
878
|
-
return [
|
|
877
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
879
878
|
})
|
|
880
879
|
.s("AmazonBedrockAgentCore", "StopRuntimeSession", {})
|
|
881
880
|
.n("BedrockAgentCoreClient", "StopRuntimeSessionCommand")
|
|
@@ -883,11 +882,11 @@ class StopRuntimeSessionCommand extends smithyClient.Command
|
|
|
883
882
|
.build() {
|
|
884
883
|
}
|
|
885
884
|
|
|
886
|
-
class UpdateABTestCommand extends
|
|
885
|
+
class UpdateABTestCommand extends client.Command
|
|
887
886
|
.classBuilder()
|
|
888
887
|
.ep(commonParams)
|
|
889
888
|
.m(function (Command, cs, config, o) {
|
|
890
|
-
return [
|
|
889
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
891
890
|
})
|
|
892
891
|
.s("AmazonBedrockAgentCore", "UpdateABTest", {})
|
|
893
892
|
.n("BedrockAgentCoreClient", "UpdateABTestCommand")
|
|
@@ -895,11 +894,11 @@ class UpdateABTestCommand extends smithyClient.Command
|
|
|
895
894
|
.build() {
|
|
896
895
|
}
|
|
897
896
|
|
|
898
|
-
class UpdateBrowserStreamCommand extends
|
|
897
|
+
class UpdateBrowserStreamCommand extends client.Command
|
|
899
898
|
.classBuilder()
|
|
900
899
|
.ep(commonParams)
|
|
901
900
|
.m(function (Command, cs, config, o) {
|
|
902
|
-
return [
|
|
901
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
903
902
|
})
|
|
904
903
|
.s("AmazonBedrockAgentCore", "UpdateBrowserStream", {})
|
|
905
904
|
.n("BedrockAgentCoreClient", "UpdateBrowserStreamCommand")
|
|
@@ -1011,7 +1010,7 @@ const paginators = {
|
|
|
1011
1010
|
};
|
|
1012
1011
|
class BedrockAgentCore extends BedrockAgentCoreClient {
|
|
1013
1012
|
}
|
|
1014
|
-
|
|
1013
|
+
client.createAggregatedClient(commands, BedrockAgentCore, { paginators });
|
|
1015
1014
|
|
|
1016
1015
|
const ABTestExecutionStatus = {
|
|
1017
1016
|
NOT_STARTED: "NOT_STARTED",
|
|
@@ -1278,8 +1277,8 @@ const RegistryRecordStatus = {
|
|
|
1278
1277
|
REJECTED: "REJECTED",
|
|
1279
1278
|
};
|
|
1280
1279
|
|
|
1281
|
-
exports.$Command =
|
|
1282
|
-
exports.__Client =
|
|
1280
|
+
exports.$Command = client.Command;
|
|
1281
|
+
exports.__Client = client.Client;
|
|
1283
1282
|
exports.BedrockAgentCoreServiceException = BedrockAgentCoreServiceException.BedrockAgentCoreServiceException;
|
|
1284
1283
|
exports.ABTestExecutionStatus = ABTestExecutionStatus;
|
|
1285
1284
|
exports.ABTestStatus = ABTestStatus;
|