@aws-sdk/client-bedrock-agentcore-control 3.1068.0 → 3.1070.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 +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +571 -591
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +4 -8
- package/dist-cjs/models/errors.js +29 -46
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +1780 -1159
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
var __exportStar = (m, e) => { Object.assign(e, m); };
|
|
2
|
+
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
|
+
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
+
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = Command;
|
|
6
|
+
exports.__Client = Client;
|
|
7
|
+
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
+
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
+
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
+
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
+
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
+
const { resolveHttpAuthSchemeConfig, defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
13
|
+
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
14
|
+
const { AddDatasetExamples$, CreateAgentRuntime$, CreateAgentRuntimeEndpoint$, CreateApiKeyCredentialProvider$, CreateBrowser$, CreateBrowserProfile$, CreateCodeInterpreter$, CreateConfigurationBundle$, CreateDataset$, CreateDatasetVersion$, CreateEvaluator$, CreateGateway$, CreateGatewayRule$, CreateGatewayTarget$, CreateHarness$, CreateMemory$, CreateOauth2CredentialProvider$, CreateOnlineEvaluationConfig$, CreatePaymentConnector$, CreatePaymentCredentialProvider$, CreatePaymentManager$, CreatePolicy$, CreatePolicyEngine$, CreateRegistry$, CreateRegistryRecord$, CreateWorkloadIdentity$, DeleteAgentRuntime$, DeleteAgentRuntimeEndpoint$, DeleteApiKeyCredentialProvider$, DeleteBrowser$, DeleteBrowserProfile$, DeleteCodeInterpreter$, DeleteConfigurationBundle$, DeleteDataset$, DeleteDatasetExamples$, DeleteEvaluator$, DeleteGateway$, DeleteGatewayRule$, DeleteGatewayTarget$, DeleteHarness$, DeleteMemory$, DeleteOauth2CredentialProvider$, DeleteOnlineEvaluationConfig$, DeletePaymentConnector$, DeletePaymentCredentialProvider$, DeletePaymentManager$, DeletePolicy$, DeletePolicyEngine$, DeleteRegistry$, DeleteRegistryRecord$, DeleteResourcePolicy$, DeleteWorkloadIdentity$, GetAgentRuntime$, GetAgentRuntimeEndpoint$, GetApiKeyCredentialProvider$, GetBrowser$, GetBrowserProfile$, GetCodeInterpreter$, GetConfigurationBundle$, GetConfigurationBundleVersion$, GetDataset$, GetEvaluator$, GetGateway$, GetGatewayRule$, GetGatewayTarget$, GetHarness$, GetMemory$, GetOauth2CredentialProvider$, GetOnlineEvaluationConfig$, GetPaymentConnector$, GetPaymentCredentialProvider$, GetPaymentManager$, GetPolicy$, GetPolicyEngine$, GetPolicyEngineSummary$, GetPolicyGeneration$, GetPolicyGenerationSummary$, GetPolicySummary$, GetRegistry$, GetRegistryRecord$, GetResourcePolicy$, GetTokenVault$, GetWorkloadIdentity$, ListAgentRuntimeEndpoints$, ListAgentRuntimes$, ListAgentRuntimeVersions$, ListApiKeyCredentialProviders$, ListBrowserProfiles$, ListBrowsers$, ListCodeInterpreters$, ListConfigurationBundles$, ListConfigurationBundleVersions$, ListDatasetExamples$, ListDatasets$, ListDatasetVersions$, ListEvaluators$, ListGatewayRules$, ListGateways$, ListGatewayTargets$, ListHarnesses$, ListMemories$, ListOauth2CredentialProviders$, ListOnlineEvaluationConfigs$, ListPaymentConnectors$, ListPaymentCredentialProviders$, ListPaymentManagers$, ListPolicies$, ListPolicyEngines$, ListPolicyEngineSummaries$, ListPolicyGenerationAssets$, ListPolicyGenerations$, ListPolicyGenerationSummaries$, ListPolicySummaries$, ListRegistries$, ListRegistryRecords$, ListTagsForResource$, ListWorkloadIdentities$, PutResourcePolicy$, SetTokenVaultCMK$, StartPolicyGeneration$, SubmitRegistryRecordForApproval$, SynchronizeGatewayTargets$, TagResource$, UntagResource$, UpdateAgentRuntime$, UpdateAgentRuntimeEndpoint$, UpdateApiKeyCredentialProvider$, UpdateConfigurationBundle$, UpdateDataset$, UpdateDatasetExamples$, UpdateEvaluator$, UpdateGateway$, UpdateGatewayRule$, UpdateGatewayTarget$, UpdateHarness$, UpdateMemory$, UpdateOauth2CredentialProvider$, UpdateOnlineEvaluationConfig$, UpdatePaymentConnector$, UpdatePaymentCredentialProvider$, UpdatePaymentManager$, UpdatePolicy$, UpdatePolicyEngine$, UpdateRegistry$, UpdateRegistryRecord$, UpdateRegistryRecordStatus$, UpdateWorkloadIdentity$ } = require("./schemas/schemas_0");
|
|
15
|
+
__exportStar(require("./schemas/schemas_0"), exports);
|
|
16
|
+
__exportStar(require("./models/errors"), exports);
|
|
17
|
+
const { BedrockAgentCoreControlServiceException } = require("./models/BedrockAgentCoreControlServiceException");
|
|
18
|
+
exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException;
|
|
16
19
|
|
|
17
20
|
const resolveClientEndpointParameters = (options) => {
|
|
18
21
|
return Object.assign(options, {
|
|
@@ -68,1887 +71,1887 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
68
71
|
};
|
|
69
72
|
|
|
70
73
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
71
|
-
const extensionConfiguration = Object.assign(
|
|
74
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
72
75
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
73
|
-
return Object.assign(runtimeConfig,
|
|
76
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
74
77
|
};
|
|
75
78
|
|
|
76
|
-
class BedrockAgentCoreControlClient extends
|
|
79
|
+
class BedrockAgentCoreControlClient extends Client {
|
|
77
80
|
config;
|
|
78
81
|
constructor(...[configuration]) {
|
|
79
|
-
const _config_0 =
|
|
82
|
+
const _config_0 = getRuntimeConfig(configuration || {});
|
|
80
83
|
super(_config_0);
|
|
81
84
|
this.initConfig = _config_0;
|
|
82
85
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
83
|
-
const _config_2 =
|
|
84
|
-
const _config_3 =
|
|
85
|
-
const _config_4 =
|
|
86
|
-
const _config_5 =
|
|
87
|
-
const _config_6 =
|
|
88
|
-
const _config_7 =
|
|
86
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
87
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
88
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
89
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
90
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
91
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
89
92
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
90
93
|
this.config = _config_8;
|
|
91
|
-
this.middlewareStack.use(
|
|
92
|
-
this.middlewareStack.use(
|
|
93
|
-
this.middlewareStack.use(
|
|
94
|
-
this.middlewareStack.use(
|
|
95
|
-
this.middlewareStack.use(
|
|
96
|
-
this.middlewareStack.use(
|
|
97
|
-
this.middlewareStack.use(
|
|
98
|
-
this.middlewareStack.use(
|
|
99
|
-
httpAuthSchemeParametersProvider:
|
|
100
|
-
identityProviderConfigProvider: async (config) => new
|
|
94
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
95
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
96
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
97
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
101
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
102
|
+
httpAuthSchemeParametersProvider: defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider,
|
|
103
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
101
104
|
"aws.auth#sigv4": config.credentials,
|
|
102
105
|
}),
|
|
103
106
|
}));
|
|
104
|
-
this.middlewareStack.use(
|
|
107
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
105
108
|
}
|
|
106
109
|
destroy() {
|
|
107
110
|
super.destroy();
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
|
|
111
|
-
class AddDatasetExamplesCommand extends
|
|
114
|
+
class AddDatasetExamplesCommand extends Command
|
|
112
115
|
.classBuilder()
|
|
113
116
|
.ep(commonParams)
|
|
114
117
|
.m(function (Command, cs, config, o) {
|
|
115
|
-
return [
|
|
118
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
116
119
|
})
|
|
117
120
|
.s("AmazonBedrockAgentCoreControl", "AddDatasetExamples", {})
|
|
118
121
|
.n("BedrockAgentCoreControlClient", "AddDatasetExamplesCommand")
|
|
119
|
-
.sc(
|
|
122
|
+
.sc(AddDatasetExamples$)
|
|
120
123
|
.build() {
|
|
121
124
|
}
|
|
122
125
|
|
|
123
|
-
class CreateAgentRuntimeCommand extends
|
|
126
|
+
class CreateAgentRuntimeCommand extends Command
|
|
124
127
|
.classBuilder()
|
|
125
128
|
.ep(commonParams)
|
|
126
129
|
.m(function (Command, cs, config, o) {
|
|
127
|
-
return [
|
|
130
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
128
131
|
})
|
|
129
132
|
.s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
|
|
130
133
|
.n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
|
|
131
|
-
.sc(
|
|
134
|
+
.sc(CreateAgentRuntime$)
|
|
132
135
|
.build() {
|
|
133
136
|
}
|
|
134
137
|
|
|
135
|
-
class CreateAgentRuntimeEndpointCommand extends
|
|
138
|
+
class CreateAgentRuntimeEndpointCommand extends Command
|
|
136
139
|
.classBuilder()
|
|
137
140
|
.ep(commonParams)
|
|
138
141
|
.m(function (Command, cs, config, o) {
|
|
139
|
-
return [
|
|
142
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
140
143
|
})
|
|
141
144
|
.s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
|
|
142
145
|
.n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
|
|
143
|
-
.sc(
|
|
146
|
+
.sc(CreateAgentRuntimeEndpoint$)
|
|
144
147
|
.build() {
|
|
145
148
|
}
|
|
146
149
|
|
|
147
|
-
class CreateApiKeyCredentialProviderCommand extends
|
|
150
|
+
class CreateApiKeyCredentialProviderCommand extends Command
|
|
148
151
|
.classBuilder()
|
|
149
152
|
.ep(commonParams)
|
|
150
153
|
.m(function (Command, cs, config, o) {
|
|
151
|
-
return [
|
|
154
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
152
155
|
})
|
|
153
156
|
.s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
|
|
154
157
|
.n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
|
|
155
|
-
.sc(
|
|
158
|
+
.sc(CreateApiKeyCredentialProvider$)
|
|
156
159
|
.build() {
|
|
157
160
|
}
|
|
158
161
|
|
|
159
|
-
class CreateBrowserCommand extends
|
|
162
|
+
class CreateBrowserCommand extends Command
|
|
160
163
|
.classBuilder()
|
|
161
164
|
.ep(commonParams)
|
|
162
165
|
.m(function (Command, cs, config, o) {
|
|
163
|
-
return [
|
|
166
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
164
167
|
})
|
|
165
168
|
.s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
|
|
166
169
|
.n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
|
|
167
|
-
.sc(
|
|
170
|
+
.sc(CreateBrowser$)
|
|
168
171
|
.build() {
|
|
169
172
|
}
|
|
170
173
|
|
|
171
|
-
class CreateBrowserProfileCommand extends
|
|
174
|
+
class CreateBrowserProfileCommand extends Command
|
|
172
175
|
.classBuilder()
|
|
173
176
|
.ep(commonParams)
|
|
174
177
|
.m(function (Command, cs, config, o) {
|
|
175
|
-
return [
|
|
178
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
176
179
|
})
|
|
177
180
|
.s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
|
|
178
181
|
.n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
|
|
179
|
-
.sc(
|
|
182
|
+
.sc(CreateBrowserProfile$)
|
|
180
183
|
.build() {
|
|
181
184
|
}
|
|
182
185
|
|
|
183
|
-
class CreateCodeInterpreterCommand extends
|
|
186
|
+
class CreateCodeInterpreterCommand extends Command
|
|
184
187
|
.classBuilder()
|
|
185
188
|
.ep(commonParams)
|
|
186
189
|
.m(function (Command, cs, config, o) {
|
|
187
|
-
return [
|
|
190
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
188
191
|
})
|
|
189
192
|
.s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
|
|
190
193
|
.n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
|
|
191
|
-
.sc(
|
|
194
|
+
.sc(CreateCodeInterpreter$)
|
|
192
195
|
.build() {
|
|
193
196
|
}
|
|
194
197
|
|
|
195
|
-
class CreateConfigurationBundleCommand extends
|
|
198
|
+
class CreateConfigurationBundleCommand extends Command
|
|
196
199
|
.classBuilder()
|
|
197
200
|
.ep(commonParams)
|
|
198
201
|
.m(function (Command, cs, config, o) {
|
|
199
|
-
return [
|
|
202
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
200
203
|
})
|
|
201
204
|
.s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
|
|
202
205
|
.n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
|
|
203
|
-
.sc(
|
|
206
|
+
.sc(CreateConfigurationBundle$)
|
|
204
207
|
.build() {
|
|
205
208
|
}
|
|
206
209
|
|
|
207
|
-
class CreateDatasetCommand extends
|
|
210
|
+
class CreateDatasetCommand extends Command
|
|
208
211
|
.classBuilder()
|
|
209
212
|
.ep(commonParams)
|
|
210
213
|
.m(function (Command, cs, config, o) {
|
|
211
|
-
return [
|
|
214
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
212
215
|
})
|
|
213
216
|
.s("AmazonBedrockAgentCoreControl", "CreateDataset", {})
|
|
214
217
|
.n("BedrockAgentCoreControlClient", "CreateDatasetCommand")
|
|
215
|
-
.sc(
|
|
218
|
+
.sc(CreateDataset$)
|
|
216
219
|
.build() {
|
|
217
220
|
}
|
|
218
221
|
|
|
219
|
-
class CreateDatasetVersionCommand extends
|
|
222
|
+
class CreateDatasetVersionCommand extends Command
|
|
220
223
|
.classBuilder()
|
|
221
224
|
.ep(commonParams)
|
|
222
225
|
.m(function (Command, cs, config, o) {
|
|
223
|
-
return [
|
|
226
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
224
227
|
})
|
|
225
228
|
.s("AmazonBedrockAgentCoreControl", "CreateDatasetVersion", {})
|
|
226
229
|
.n("BedrockAgentCoreControlClient", "CreateDatasetVersionCommand")
|
|
227
|
-
.sc(
|
|
230
|
+
.sc(CreateDatasetVersion$)
|
|
228
231
|
.build() {
|
|
229
232
|
}
|
|
230
233
|
|
|
231
|
-
class CreateEvaluatorCommand extends
|
|
234
|
+
class CreateEvaluatorCommand extends Command
|
|
232
235
|
.classBuilder()
|
|
233
236
|
.ep(commonParams)
|
|
234
237
|
.m(function (Command, cs, config, o) {
|
|
235
|
-
return [
|
|
238
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
236
239
|
})
|
|
237
240
|
.s("AmazonBedrockAgentCoreControl", "CreateEvaluator", {})
|
|
238
241
|
.n("BedrockAgentCoreControlClient", "CreateEvaluatorCommand")
|
|
239
|
-
.sc(
|
|
242
|
+
.sc(CreateEvaluator$)
|
|
240
243
|
.build() {
|
|
241
244
|
}
|
|
242
245
|
|
|
243
|
-
class CreateGatewayCommand extends
|
|
246
|
+
class CreateGatewayCommand extends Command
|
|
244
247
|
.classBuilder()
|
|
245
248
|
.ep(commonParams)
|
|
246
249
|
.m(function (Command, cs, config, o) {
|
|
247
|
-
return [
|
|
250
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
248
251
|
})
|
|
249
252
|
.s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
|
|
250
253
|
.n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
|
|
251
|
-
.sc(
|
|
254
|
+
.sc(CreateGateway$)
|
|
252
255
|
.build() {
|
|
253
256
|
}
|
|
254
257
|
|
|
255
|
-
class CreateGatewayRuleCommand extends
|
|
258
|
+
class CreateGatewayRuleCommand extends Command
|
|
256
259
|
.classBuilder()
|
|
257
260
|
.ep(commonParams)
|
|
258
261
|
.m(function (Command, cs, config, o) {
|
|
259
|
-
return [
|
|
262
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
260
263
|
})
|
|
261
264
|
.s("AmazonBedrockAgentCoreControl", "CreateGatewayRule", {})
|
|
262
265
|
.n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
|
|
263
|
-
.sc(
|
|
266
|
+
.sc(CreateGatewayRule$)
|
|
264
267
|
.build() {
|
|
265
268
|
}
|
|
266
269
|
|
|
267
|
-
class CreateGatewayTargetCommand extends
|
|
270
|
+
class CreateGatewayTargetCommand extends Command
|
|
268
271
|
.classBuilder()
|
|
269
272
|
.ep(commonParams)
|
|
270
273
|
.m(function (Command, cs, config, o) {
|
|
271
|
-
return [
|
|
274
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
272
275
|
})
|
|
273
276
|
.s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
|
|
274
277
|
.n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
|
|
275
|
-
.sc(
|
|
278
|
+
.sc(CreateGatewayTarget$)
|
|
276
279
|
.build() {
|
|
277
280
|
}
|
|
278
281
|
|
|
279
|
-
class CreateHarnessCommand extends
|
|
282
|
+
class CreateHarnessCommand extends Command
|
|
280
283
|
.classBuilder()
|
|
281
284
|
.ep(commonParams)
|
|
282
285
|
.m(function (Command, cs, config, o) {
|
|
283
|
-
return [
|
|
286
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
284
287
|
})
|
|
285
288
|
.s("AmazonBedrockAgentCoreControl", "CreateHarness", {})
|
|
286
289
|
.n("BedrockAgentCoreControlClient", "CreateHarnessCommand")
|
|
287
|
-
.sc(
|
|
290
|
+
.sc(CreateHarness$)
|
|
288
291
|
.build() {
|
|
289
292
|
}
|
|
290
293
|
|
|
291
|
-
class CreateMemoryCommand extends
|
|
294
|
+
class CreateMemoryCommand extends Command
|
|
292
295
|
.classBuilder()
|
|
293
296
|
.ep(commonParams)
|
|
294
297
|
.m(function (Command, cs, config, o) {
|
|
295
|
-
return [
|
|
298
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
296
299
|
})
|
|
297
300
|
.s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
|
|
298
301
|
.n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
|
|
299
|
-
.sc(
|
|
302
|
+
.sc(CreateMemory$)
|
|
300
303
|
.build() {
|
|
301
304
|
}
|
|
302
305
|
|
|
303
|
-
class CreateOauth2CredentialProviderCommand extends
|
|
306
|
+
class CreateOauth2CredentialProviderCommand extends Command
|
|
304
307
|
.classBuilder()
|
|
305
308
|
.ep(commonParams)
|
|
306
309
|
.m(function (Command, cs, config, o) {
|
|
307
|
-
return [
|
|
310
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
308
311
|
})
|
|
309
312
|
.s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
|
|
310
313
|
.n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
|
|
311
|
-
.sc(
|
|
314
|
+
.sc(CreateOauth2CredentialProvider$)
|
|
312
315
|
.build() {
|
|
313
316
|
}
|
|
314
317
|
|
|
315
|
-
class CreateOnlineEvaluationConfigCommand extends
|
|
318
|
+
class CreateOnlineEvaluationConfigCommand extends Command
|
|
316
319
|
.classBuilder()
|
|
317
320
|
.ep(commonParams)
|
|
318
321
|
.m(function (Command, cs, config, o) {
|
|
319
|
-
return [
|
|
322
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
320
323
|
})
|
|
321
324
|
.s("AmazonBedrockAgentCoreControl", "CreateOnlineEvaluationConfig", {})
|
|
322
325
|
.n("BedrockAgentCoreControlClient", "CreateOnlineEvaluationConfigCommand")
|
|
323
|
-
.sc(
|
|
326
|
+
.sc(CreateOnlineEvaluationConfig$)
|
|
324
327
|
.build() {
|
|
325
328
|
}
|
|
326
329
|
|
|
327
|
-
class CreatePaymentConnectorCommand extends
|
|
330
|
+
class CreatePaymentConnectorCommand extends Command
|
|
328
331
|
.classBuilder()
|
|
329
332
|
.ep(commonParams)
|
|
330
333
|
.m(function (Command, cs, config, o) {
|
|
331
|
-
return [
|
|
334
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
332
335
|
})
|
|
333
336
|
.s("AmazonBedrockAgentCoreControl", "CreatePaymentConnector", {})
|
|
334
337
|
.n("BedrockAgentCoreControlClient", "CreatePaymentConnectorCommand")
|
|
335
|
-
.sc(
|
|
338
|
+
.sc(CreatePaymentConnector$)
|
|
336
339
|
.build() {
|
|
337
340
|
}
|
|
338
341
|
|
|
339
|
-
class CreatePaymentCredentialProviderCommand extends
|
|
342
|
+
class CreatePaymentCredentialProviderCommand extends Command
|
|
340
343
|
.classBuilder()
|
|
341
344
|
.ep(commonParams)
|
|
342
345
|
.m(function (Command, cs, config, o) {
|
|
343
|
-
return [
|
|
346
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
344
347
|
})
|
|
345
348
|
.s("AmazonBedrockAgentCoreControl", "CreatePaymentCredentialProvider", {})
|
|
346
349
|
.n("BedrockAgentCoreControlClient", "CreatePaymentCredentialProviderCommand")
|
|
347
|
-
.sc(
|
|
350
|
+
.sc(CreatePaymentCredentialProvider$)
|
|
348
351
|
.build() {
|
|
349
352
|
}
|
|
350
353
|
|
|
351
|
-
class CreatePaymentManagerCommand extends
|
|
354
|
+
class CreatePaymentManagerCommand extends Command
|
|
352
355
|
.classBuilder()
|
|
353
356
|
.ep(commonParams)
|
|
354
357
|
.m(function (Command, cs, config, o) {
|
|
355
|
-
return [
|
|
358
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
356
359
|
})
|
|
357
360
|
.s("AmazonBedrockAgentCoreControl", "CreatePaymentManager", {})
|
|
358
361
|
.n("BedrockAgentCoreControlClient", "CreatePaymentManagerCommand")
|
|
359
|
-
.sc(
|
|
362
|
+
.sc(CreatePaymentManager$)
|
|
360
363
|
.build() {
|
|
361
364
|
}
|
|
362
365
|
|
|
363
|
-
class CreatePolicyCommand extends
|
|
366
|
+
class CreatePolicyCommand extends Command
|
|
364
367
|
.classBuilder()
|
|
365
368
|
.ep(commonParams)
|
|
366
369
|
.m(function (Command, cs, config, o) {
|
|
367
|
-
return [
|
|
370
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
368
371
|
})
|
|
369
372
|
.s("AmazonBedrockAgentCoreControl", "CreatePolicy", {})
|
|
370
373
|
.n("BedrockAgentCoreControlClient", "CreatePolicyCommand")
|
|
371
|
-
.sc(
|
|
374
|
+
.sc(CreatePolicy$)
|
|
372
375
|
.build() {
|
|
373
376
|
}
|
|
374
377
|
|
|
375
|
-
class CreatePolicyEngineCommand extends
|
|
378
|
+
class CreatePolicyEngineCommand extends Command
|
|
376
379
|
.classBuilder()
|
|
377
380
|
.ep(commonParams)
|
|
378
381
|
.m(function (Command, cs, config, o) {
|
|
379
|
-
return [
|
|
382
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
380
383
|
})
|
|
381
384
|
.s("AmazonBedrockAgentCoreControl", "CreatePolicyEngine", {})
|
|
382
385
|
.n("BedrockAgentCoreControlClient", "CreatePolicyEngineCommand")
|
|
383
|
-
.sc(
|
|
386
|
+
.sc(CreatePolicyEngine$)
|
|
384
387
|
.build() {
|
|
385
388
|
}
|
|
386
389
|
|
|
387
|
-
class CreateRegistryCommand extends
|
|
390
|
+
class CreateRegistryCommand extends Command
|
|
388
391
|
.classBuilder()
|
|
389
392
|
.ep(commonParams)
|
|
390
393
|
.m(function (Command, cs, config, o) {
|
|
391
|
-
return [
|
|
394
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
392
395
|
})
|
|
393
396
|
.s("AmazonBedrockAgentCoreControl", "CreateRegistry", {})
|
|
394
397
|
.n("BedrockAgentCoreControlClient", "CreateRegistryCommand")
|
|
395
|
-
.sc(
|
|
398
|
+
.sc(CreateRegistry$)
|
|
396
399
|
.build() {
|
|
397
400
|
}
|
|
398
401
|
|
|
399
|
-
class CreateRegistryRecordCommand extends
|
|
402
|
+
class CreateRegistryRecordCommand extends Command
|
|
400
403
|
.classBuilder()
|
|
401
404
|
.ep(commonParams)
|
|
402
405
|
.m(function (Command, cs, config, o) {
|
|
403
|
-
return [
|
|
406
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
404
407
|
})
|
|
405
408
|
.s("AmazonBedrockAgentCoreControl", "CreateRegistryRecord", {})
|
|
406
409
|
.n("BedrockAgentCoreControlClient", "CreateRegistryRecordCommand")
|
|
407
|
-
.sc(
|
|
410
|
+
.sc(CreateRegistryRecord$)
|
|
408
411
|
.build() {
|
|
409
412
|
}
|
|
410
413
|
|
|
411
|
-
class CreateWorkloadIdentityCommand extends
|
|
414
|
+
class CreateWorkloadIdentityCommand extends Command
|
|
412
415
|
.classBuilder()
|
|
413
416
|
.ep(commonParams)
|
|
414
417
|
.m(function (Command, cs, config, o) {
|
|
415
|
-
return [
|
|
418
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
416
419
|
})
|
|
417
420
|
.s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
|
|
418
421
|
.n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
|
|
419
|
-
.sc(
|
|
422
|
+
.sc(CreateWorkloadIdentity$)
|
|
420
423
|
.build() {
|
|
421
424
|
}
|
|
422
425
|
|
|
423
|
-
class DeleteAgentRuntimeCommand extends
|
|
426
|
+
class DeleteAgentRuntimeCommand extends Command
|
|
424
427
|
.classBuilder()
|
|
425
428
|
.ep(commonParams)
|
|
426
429
|
.m(function (Command, cs, config, o) {
|
|
427
|
-
return [
|
|
430
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
428
431
|
})
|
|
429
432
|
.s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
|
|
430
433
|
.n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
|
|
431
|
-
.sc(
|
|
434
|
+
.sc(DeleteAgentRuntime$)
|
|
432
435
|
.build() {
|
|
433
436
|
}
|
|
434
437
|
|
|
435
|
-
class DeleteAgentRuntimeEndpointCommand extends
|
|
438
|
+
class DeleteAgentRuntimeEndpointCommand extends Command
|
|
436
439
|
.classBuilder()
|
|
437
440
|
.ep(commonParams)
|
|
438
441
|
.m(function (Command, cs, config, o) {
|
|
439
|
-
return [
|
|
442
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
440
443
|
})
|
|
441
444
|
.s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
|
|
442
445
|
.n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
|
|
443
|
-
.sc(
|
|
446
|
+
.sc(DeleteAgentRuntimeEndpoint$)
|
|
444
447
|
.build() {
|
|
445
448
|
}
|
|
446
449
|
|
|
447
|
-
class DeleteApiKeyCredentialProviderCommand extends
|
|
450
|
+
class DeleteApiKeyCredentialProviderCommand extends Command
|
|
448
451
|
.classBuilder()
|
|
449
452
|
.ep(commonParams)
|
|
450
453
|
.m(function (Command, cs, config, o) {
|
|
451
|
-
return [
|
|
454
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
452
455
|
})
|
|
453
456
|
.s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
|
|
454
457
|
.n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
|
|
455
|
-
.sc(
|
|
458
|
+
.sc(DeleteApiKeyCredentialProvider$)
|
|
456
459
|
.build() {
|
|
457
460
|
}
|
|
458
461
|
|
|
459
|
-
class DeleteBrowserCommand extends
|
|
462
|
+
class DeleteBrowserCommand extends Command
|
|
460
463
|
.classBuilder()
|
|
461
464
|
.ep(commonParams)
|
|
462
465
|
.m(function (Command, cs, config, o) {
|
|
463
|
-
return [
|
|
466
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
464
467
|
})
|
|
465
468
|
.s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
|
|
466
469
|
.n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
|
|
467
|
-
.sc(
|
|
470
|
+
.sc(DeleteBrowser$)
|
|
468
471
|
.build() {
|
|
469
472
|
}
|
|
470
473
|
|
|
471
|
-
class DeleteBrowserProfileCommand extends
|
|
474
|
+
class DeleteBrowserProfileCommand extends Command
|
|
472
475
|
.classBuilder()
|
|
473
476
|
.ep(commonParams)
|
|
474
477
|
.m(function (Command, cs, config, o) {
|
|
475
|
-
return [
|
|
478
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
476
479
|
})
|
|
477
480
|
.s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
|
|
478
481
|
.n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
|
|
479
|
-
.sc(
|
|
482
|
+
.sc(DeleteBrowserProfile$)
|
|
480
483
|
.build() {
|
|
481
484
|
}
|
|
482
485
|
|
|
483
|
-
class DeleteCodeInterpreterCommand extends
|
|
486
|
+
class DeleteCodeInterpreterCommand extends Command
|
|
484
487
|
.classBuilder()
|
|
485
488
|
.ep(commonParams)
|
|
486
489
|
.m(function (Command, cs, config, o) {
|
|
487
|
-
return [
|
|
490
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
488
491
|
})
|
|
489
492
|
.s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
|
|
490
493
|
.n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
|
|
491
|
-
.sc(
|
|
494
|
+
.sc(DeleteCodeInterpreter$)
|
|
492
495
|
.build() {
|
|
493
496
|
}
|
|
494
497
|
|
|
495
|
-
class DeleteConfigurationBundleCommand extends
|
|
498
|
+
class DeleteConfigurationBundleCommand extends Command
|
|
496
499
|
.classBuilder()
|
|
497
500
|
.ep(commonParams)
|
|
498
501
|
.m(function (Command, cs, config, o) {
|
|
499
|
-
return [
|
|
502
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
500
503
|
})
|
|
501
504
|
.s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
|
|
502
505
|
.n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
|
|
503
|
-
.sc(
|
|
506
|
+
.sc(DeleteConfigurationBundle$)
|
|
504
507
|
.build() {
|
|
505
508
|
}
|
|
506
509
|
|
|
507
|
-
class DeleteDatasetCommand extends
|
|
510
|
+
class DeleteDatasetCommand extends Command
|
|
508
511
|
.classBuilder()
|
|
509
512
|
.ep(commonParams)
|
|
510
513
|
.m(function (Command, cs, config, o) {
|
|
511
|
-
return [
|
|
514
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
512
515
|
})
|
|
513
516
|
.s("AmazonBedrockAgentCoreControl", "DeleteDataset", {})
|
|
514
517
|
.n("BedrockAgentCoreControlClient", "DeleteDatasetCommand")
|
|
515
|
-
.sc(
|
|
518
|
+
.sc(DeleteDataset$)
|
|
516
519
|
.build() {
|
|
517
520
|
}
|
|
518
521
|
|
|
519
|
-
class DeleteDatasetExamplesCommand extends
|
|
522
|
+
class DeleteDatasetExamplesCommand extends Command
|
|
520
523
|
.classBuilder()
|
|
521
524
|
.ep(commonParams)
|
|
522
525
|
.m(function (Command, cs, config, o) {
|
|
523
|
-
return [
|
|
526
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
524
527
|
})
|
|
525
528
|
.s("AmazonBedrockAgentCoreControl", "DeleteDatasetExamples", {})
|
|
526
529
|
.n("BedrockAgentCoreControlClient", "DeleteDatasetExamplesCommand")
|
|
527
|
-
.sc(
|
|
530
|
+
.sc(DeleteDatasetExamples$)
|
|
528
531
|
.build() {
|
|
529
532
|
}
|
|
530
533
|
|
|
531
|
-
class DeleteEvaluatorCommand extends
|
|
534
|
+
class DeleteEvaluatorCommand extends Command
|
|
532
535
|
.classBuilder()
|
|
533
536
|
.ep(commonParams)
|
|
534
537
|
.m(function (Command, cs, config, o) {
|
|
535
|
-
return [
|
|
538
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
536
539
|
})
|
|
537
540
|
.s("AmazonBedrockAgentCoreControl", "DeleteEvaluator", {})
|
|
538
541
|
.n("BedrockAgentCoreControlClient", "DeleteEvaluatorCommand")
|
|
539
|
-
.sc(
|
|
542
|
+
.sc(DeleteEvaluator$)
|
|
540
543
|
.build() {
|
|
541
544
|
}
|
|
542
545
|
|
|
543
|
-
class DeleteGatewayCommand extends
|
|
546
|
+
class DeleteGatewayCommand extends Command
|
|
544
547
|
.classBuilder()
|
|
545
548
|
.ep(commonParams)
|
|
546
549
|
.m(function (Command, cs, config, o) {
|
|
547
|
-
return [
|
|
550
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
548
551
|
})
|
|
549
552
|
.s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
|
|
550
553
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
|
|
551
|
-
.sc(
|
|
554
|
+
.sc(DeleteGateway$)
|
|
552
555
|
.build() {
|
|
553
556
|
}
|
|
554
557
|
|
|
555
|
-
class DeleteGatewayRuleCommand extends
|
|
558
|
+
class DeleteGatewayRuleCommand extends Command
|
|
556
559
|
.classBuilder()
|
|
557
560
|
.ep(commonParams)
|
|
558
561
|
.m(function (Command, cs, config, o) {
|
|
559
|
-
return [
|
|
562
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
560
563
|
})
|
|
561
564
|
.s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
|
|
562
565
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
|
|
563
|
-
.sc(
|
|
566
|
+
.sc(DeleteGatewayRule$)
|
|
564
567
|
.build() {
|
|
565
568
|
}
|
|
566
569
|
|
|
567
|
-
class DeleteGatewayTargetCommand extends
|
|
570
|
+
class DeleteGatewayTargetCommand extends Command
|
|
568
571
|
.classBuilder()
|
|
569
572
|
.ep(commonParams)
|
|
570
573
|
.m(function (Command, cs, config, o) {
|
|
571
|
-
return [
|
|
574
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
572
575
|
})
|
|
573
576
|
.s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
|
|
574
577
|
.n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
|
|
575
|
-
.sc(
|
|
578
|
+
.sc(DeleteGatewayTarget$)
|
|
576
579
|
.build() {
|
|
577
580
|
}
|
|
578
581
|
|
|
579
|
-
class DeleteHarnessCommand extends
|
|
582
|
+
class DeleteHarnessCommand extends Command
|
|
580
583
|
.classBuilder()
|
|
581
584
|
.ep(commonParams)
|
|
582
585
|
.m(function (Command, cs, config, o) {
|
|
583
|
-
return [
|
|
586
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
584
587
|
})
|
|
585
588
|
.s("AmazonBedrockAgentCoreControl", "DeleteHarness", {})
|
|
586
589
|
.n("BedrockAgentCoreControlClient", "DeleteHarnessCommand")
|
|
587
|
-
.sc(
|
|
590
|
+
.sc(DeleteHarness$)
|
|
588
591
|
.build() {
|
|
589
592
|
}
|
|
590
593
|
|
|
591
|
-
class DeleteMemoryCommand extends
|
|
594
|
+
class DeleteMemoryCommand extends Command
|
|
592
595
|
.classBuilder()
|
|
593
596
|
.ep(commonParams)
|
|
594
597
|
.m(function (Command, cs, config, o) {
|
|
595
|
-
return [
|
|
598
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
596
599
|
})
|
|
597
600
|
.s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
|
|
598
601
|
.n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
|
|
599
|
-
.sc(
|
|
602
|
+
.sc(DeleteMemory$)
|
|
600
603
|
.build() {
|
|
601
604
|
}
|
|
602
605
|
|
|
603
|
-
class DeleteOauth2CredentialProviderCommand extends
|
|
606
|
+
class DeleteOauth2CredentialProviderCommand extends Command
|
|
604
607
|
.classBuilder()
|
|
605
608
|
.ep(commonParams)
|
|
606
609
|
.m(function (Command, cs, config, o) {
|
|
607
|
-
return [
|
|
610
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
608
611
|
})
|
|
609
612
|
.s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
|
|
610
613
|
.n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
|
|
611
|
-
.sc(
|
|
614
|
+
.sc(DeleteOauth2CredentialProvider$)
|
|
612
615
|
.build() {
|
|
613
616
|
}
|
|
614
617
|
|
|
615
|
-
class DeleteOnlineEvaluationConfigCommand extends
|
|
618
|
+
class DeleteOnlineEvaluationConfigCommand extends Command
|
|
616
619
|
.classBuilder()
|
|
617
620
|
.ep(commonParams)
|
|
618
621
|
.m(function (Command, cs, config, o) {
|
|
619
|
-
return [
|
|
622
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
620
623
|
})
|
|
621
624
|
.s("AmazonBedrockAgentCoreControl", "DeleteOnlineEvaluationConfig", {})
|
|
622
625
|
.n("BedrockAgentCoreControlClient", "DeleteOnlineEvaluationConfigCommand")
|
|
623
|
-
.sc(
|
|
626
|
+
.sc(DeleteOnlineEvaluationConfig$)
|
|
624
627
|
.build() {
|
|
625
628
|
}
|
|
626
629
|
|
|
627
|
-
class DeletePaymentConnectorCommand extends
|
|
630
|
+
class DeletePaymentConnectorCommand extends Command
|
|
628
631
|
.classBuilder()
|
|
629
632
|
.ep(commonParams)
|
|
630
633
|
.m(function (Command, cs, config, o) {
|
|
631
|
-
return [
|
|
634
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
632
635
|
})
|
|
633
636
|
.s("AmazonBedrockAgentCoreControl", "DeletePaymentConnector", {})
|
|
634
637
|
.n("BedrockAgentCoreControlClient", "DeletePaymentConnectorCommand")
|
|
635
|
-
.sc(
|
|
638
|
+
.sc(DeletePaymentConnector$)
|
|
636
639
|
.build() {
|
|
637
640
|
}
|
|
638
641
|
|
|
639
|
-
class DeletePaymentCredentialProviderCommand extends
|
|
642
|
+
class DeletePaymentCredentialProviderCommand extends Command
|
|
640
643
|
.classBuilder()
|
|
641
644
|
.ep(commonParams)
|
|
642
645
|
.m(function (Command, cs, config, o) {
|
|
643
|
-
return [
|
|
646
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
644
647
|
})
|
|
645
648
|
.s("AmazonBedrockAgentCoreControl", "DeletePaymentCredentialProvider", {})
|
|
646
649
|
.n("BedrockAgentCoreControlClient", "DeletePaymentCredentialProviderCommand")
|
|
647
|
-
.sc(
|
|
650
|
+
.sc(DeletePaymentCredentialProvider$)
|
|
648
651
|
.build() {
|
|
649
652
|
}
|
|
650
653
|
|
|
651
|
-
class DeletePaymentManagerCommand extends
|
|
654
|
+
class DeletePaymentManagerCommand extends Command
|
|
652
655
|
.classBuilder()
|
|
653
656
|
.ep(commonParams)
|
|
654
657
|
.m(function (Command, cs, config, o) {
|
|
655
|
-
return [
|
|
658
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
656
659
|
})
|
|
657
660
|
.s("AmazonBedrockAgentCoreControl", "DeletePaymentManager", {})
|
|
658
661
|
.n("BedrockAgentCoreControlClient", "DeletePaymentManagerCommand")
|
|
659
|
-
.sc(
|
|
662
|
+
.sc(DeletePaymentManager$)
|
|
660
663
|
.build() {
|
|
661
664
|
}
|
|
662
665
|
|
|
663
|
-
class DeletePolicyCommand extends
|
|
666
|
+
class DeletePolicyCommand extends Command
|
|
664
667
|
.classBuilder()
|
|
665
668
|
.ep(commonParams)
|
|
666
669
|
.m(function (Command, cs, config, o) {
|
|
667
|
-
return [
|
|
670
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
668
671
|
})
|
|
669
672
|
.s("AmazonBedrockAgentCoreControl", "DeletePolicy", {})
|
|
670
673
|
.n("BedrockAgentCoreControlClient", "DeletePolicyCommand")
|
|
671
|
-
.sc(
|
|
674
|
+
.sc(DeletePolicy$)
|
|
672
675
|
.build() {
|
|
673
676
|
}
|
|
674
677
|
|
|
675
|
-
class DeletePolicyEngineCommand extends
|
|
678
|
+
class DeletePolicyEngineCommand extends Command
|
|
676
679
|
.classBuilder()
|
|
677
680
|
.ep(commonParams)
|
|
678
681
|
.m(function (Command, cs, config, o) {
|
|
679
|
-
return [
|
|
682
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
680
683
|
})
|
|
681
684
|
.s("AmazonBedrockAgentCoreControl", "DeletePolicyEngine", {})
|
|
682
685
|
.n("BedrockAgentCoreControlClient", "DeletePolicyEngineCommand")
|
|
683
|
-
.sc(
|
|
686
|
+
.sc(DeletePolicyEngine$)
|
|
684
687
|
.build() {
|
|
685
688
|
}
|
|
686
689
|
|
|
687
|
-
class DeleteRegistryCommand extends
|
|
690
|
+
class DeleteRegistryCommand extends Command
|
|
688
691
|
.classBuilder()
|
|
689
692
|
.ep(commonParams)
|
|
690
693
|
.m(function (Command, cs, config, o) {
|
|
691
|
-
return [
|
|
694
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
692
695
|
})
|
|
693
696
|
.s("AmazonBedrockAgentCoreControl", "DeleteRegistry", {})
|
|
694
697
|
.n("BedrockAgentCoreControlClient", "DeleteRegistryCommand")
|
|
695
|
-
.sc(
|
|
698
|
+
.sc(DeleteRegistry$)
|
|
696
699
|
.build() {
|
|
697
700
|
}
|
|
698
701
|
|
|
699
|
-
class DeleteRegistryRecordCommand extends
|
|
702
|
+
class DeleteRegistryRecordCommand extends Command
|
|
700
703
|
.classBuilder()
|
|
701
704
|
.ep(commonParams)
|
|
702
705
|
.m(function (Command, cs, config, o) {
|
|
703
|
-
return [
|
|
706
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
704
707
|
})
|
|
705
708
|
.s("AmazonBedrockAgentCoreControl", "DeleteRegistryRecord", {})
|
|
706
709
|
.n("BedrockAgentCoreControlClient", "DeleteRegistryRecordCommand")
|
|
707
|
-
.sc(
|
|
710
|
+
.sc(DeleteRegistryRecord$)
|
|
708
711
|
.build() {
|
|
709
712
|
}
|
|
710
713
|
|
|
711
|
-
class DeleteResourcePolicyCommand extends
|
|
714
|
+
class DeleteResourcePolicyCommand extends Command
|
|
712
715
|
.classBuilder()
|
|
713
716
|
.ep(commonParams)
|
|
714
717
|
.m(function (Command, cs, config, o) {
|
|
715
|
-
return [
|
|
718
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
716
719
|
})
|
|
717
720
|
.s("AmazonBedrockAgentCoreControl", "DeleteResourcePolicy", {})
|
|
718
721
|
.n("BedrockAgentCoreControlClient", "DeleteResourcePolicyCommand")
|
|
719
|
-
.sc(
|
|
722
|
+
.sc(DeleteResourcePolicy$)
|
|
720
723
|
.build() {
|
|
721
724
|
}
|
|
722
725
|
|
|
723
|
-
class DeleteWorkloadIdentityCommand extends
|
|
726
|
+
class DeleteWorkloadIdentityCommand extends Command
|
|
724
727
|
.classBuilder()
|
|
725
728
|
.ep(commonParams)
|
|
726
729
|
.m(function (Command, cs, config, o) {
|
|
727
|
-
return [
|
|
730
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
728
731
|
})
|
|
729
732
|
.s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
|
|
730
733
|
.n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
|
|
731
|
-
.sc(
|
|
734
|
+
.sc(DeleteWorkloadIdentity$)
|
|
732
735
|
.build() {
|
|
733
736
|
}
|
|
734
737
|
|
|
735
|
-
class GetAgentRuntimeCommand extends
|
|
738
|
+
class GetAgentRuntimeCommand extends Command
|
|
736
739
|
.classBuilder()
|
|
737
740
|
.ep(commonParams)
|
|
738
741
|
.m(function (Command, cs, config, o) {
|
|
739
|
-
return [
|
|
742
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
740
743
|
})
|
|
741
744
|
.s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
|
|
742
745
|
.n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
|
|
743
|
-
.sc(
|
|
746
|
+
.sc(GetAgentRuntime$)
|
|
744
747
|
.build() {
|
|
745
748
|
}
|
|
746
749
|
|
|
747
|
-
class GetAgentRuntimeEndpointCommand extends
|
|
750
|
+
class GetAgentRuntimeEndpointCommand extends Command
|
|
748
751
|
.classBuilder()
|
|
749
752
|
.ep(commonParams)
|
|
750
753
|
.m(function (Command, cs, config, o) {
|
|
751
|
-
return [
|
|
754
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
752
755
|
})
|
|
753
756
|
.s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
|
|
754
757
|
.n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
|
|
755
|
-
.sc(
|
|
758
|
+
.sc(GetAgentRuntimeEndpoint$)
|
|
756
759
|
.build() {
|
|
757
760
|
}
|
|
758
761
|
|
|
759
|
-
class GetApiKeyCredentialProviderCommand extends
|
|
762
|
+
class GetApiKeyCredentialProviderCommand extends Command
|
|
760
763
|
.classBuilder()
|
|
761
764
|
.ep(commonParams)
|
|
762
765
|
.m(function (Command, cs, config, o) {
|
|
763
|
-
return [
|
|
766
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
764
767
|
})
|
|
765
768
|
.s("AmazonBedrockAgentCoreControl", "GetApiKeyCredentialProvider", {})
|
|
766
769
|
.n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
|
|
767
|
-
.sc(
|
|
770
|
+
.sc(GetApiKeyCredentialProvider$)
|
|
768
771
|
.build() {
|
|
769
772
|
}
|
|
770
773
|
|
|
771
|
-
class GetBrowserCommand extends
|
|
774
|
+
class GetBrowserCommand extends Command
|
|
772
775
|
.classBuilder()
|
|
773
776
|
.ep(commonParams)
|
|
774
777
|
.m(function (Command, cs, config, o) {
|
|
775
|
-
return [
|
|
778
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
776
779
|
})
|
|
777
780
|
.s("AmazonBedrockAgentCoreControl", "GetBrowser", {})
|
|
778
781
|
.n("BedrockAgentCoreControlClient", "GetBrowserCommand")
|
|
779
|
-
.sc(
|
|
782
|
+
.sc(GetBrowser$)
|
|
780
783
|
.build() {
|
|
781
784
|
}
|
|
782
785
|
|
|
783
|
-
class GetBrowserProfileCommand extends
|
|
786
|
+
class GetBrowserProfileCommand extends Command
|
|
784
787
|
.classBuilder()
|
|
785
788
|
.ep(commonParams)
|
|
786
789
|
.m(function (Command, cs, config, o) {
|
|
787
|
-
return [
|
|
790
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
788
791
|
})
|
|
789
792
|
.s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
|
|
790
793
|
.n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
|
|
791
|
-
.sc(
|
|
794
|
+
.sc(GetBrowserProfile$)
|
|
792
795
|
.build() {
|
|
793
796
|
}
|
|
794
797
|
|
|
795
|
-
class GetCodeInterpreterCommand extends
|
|
798
|
+
class GetCodeInterpreterCommand extends Command
|
|
796
799
|
.classBuilder()
|
|
797
800
|
.ep(commonParams)
|
|
798
801
|
.m(function (Command, cs, config, o) {
|
|
799
|
-
return [
|
|
802
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
800
803
|
})
|
|
801
804
|
.s("AmazonBedrockAgentCoreControl", "GetCodeInterpreter", {})
|
|
802
805
|
.n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
|
|
803
|
-
.sc(
|
|
806
|
+
.sc(GetCodeInterpreter$)
|
|
804
807
|
.build() {
|
|
805
808
|
}
|
|
806
809
|
|
|
807
|
-
class GetConfigurationBundleCommand extends
|
|
810
|
+
class GetConfigurationBundleCommand extends Command
|
|
808
811
|
.classBuilder()
|
|
809
812
|
.ep(commonParams)
|
|
810
813
|
.m(function (Command, cs, config, o) {
|
|
811
|
-
return [
|
|
814
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
812
815
|
})
|
|
813
816
|
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
|
|
814
817
|
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
|
|
815
|
-
.sc(
|
|
818
|
+
.sc(GetConfigurationBundle$)
|
|
816
819
|
.build() {
|
|
817
820
|
}
|
|
818
821
|
|
|
819
|
-
class GetConfigurationBundleVersionCommand extends
|
|
822
|
+
class GetConfigurationBundleVersionCommand extends Command
|
|
820
823
|
.classBuilder()
|
|
821
824
|
.ep(commonParams)
|
|
822
825
|
.m(function (Command, cs, config, o) {
|
|
823
|
-
return [
|
|
826
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
824
827
|
})
|
|
825
828
|
.s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
|
|
826
829
|
.n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
|
|
827
|
-
.sc(
|
|
830
|
+
.sc(GetConfigurationBundleVersion$)
|
|
828
831
|
.build() {
|
|
829
832
|
}
|
|
830
833
|
|
|
831
|
-
class GetDatasetCommand extends
|
|
834
|
+
class GetDatasetCommand extends Command
|
|
832
835
|
.classBuilder()
|
|
833
836
|
.ep(commonParams)
|
|
834
837
|
.m(function (Command, cs, config, o) {
|
|
835
|
-
return [
|
|
838
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
836
839
|
})
|
|
837
840
|
.s("AmazonBedrockAgentCoreControl", "GetDataset", {})
|
|
838
841
|
.n("BedrockAgentCoreControlClient", "GetDatasetCommand")
|
|
839
|
-
.sc(
|
|
842
|
+
.sc(GetDataset$)
|
|
840
843
|
.build() {
|
|
841
844
|
}
|
|
842
845
|
|
|
843
|
-
class GetEvaluatorCommand extends
|
|
846
|
+
class GetEvaluatorCommand extends Command
|
|
844
847
|
.classBuilder()
|
|
845
848
|
.ep(commonParams)
|
|
846
849
|
.m(function (Command, cs, config, o) {
|
|
847
|
-
return [
|
|
850
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
848
851
|
})
|
|
849
852
|
.s("AmazonBedrockAgentCoreControl", "GetEvaluator", {})
|
|
850
853
|
.n("BedrockAgentCoreControlClient", "GetEvaluatorCommand")
|
|
851
|
-
.sc(
|
|
854
|
+
.sc(GetEvaluator$)
|
|
852
855
|
.build() {
|
|
853
856
|
}
|
|
854
857
|
|
|
855
|
-
class GetGatewayCommand extends
|
|
858
|
+
class GetGatewayCommand extends Command
|
|
856
859
|
.classBuilder()
|
|
857
860
|
.ep(commonParams)
|
|
858
861
|
.m(function (Command, cs, config, o) {
|
|
859
|
-
return [
|
|
862
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
860
863
|
})
|
|
861
864
|
.s("AmazonBedrockAgentCoreControl", "GetGateway", {})
|
|
862
865
|
.n("BedrockAgentCoreControlClient", "GetGatewayCommand")
|
|
863
|
-
.sc(
|
|
866
|
+
.sc(GetGateway$)
|
|
864
867
|
.build() {
|
|
865
868
|
}
|
|
866
869
|
|
|
867
|
-
class GetGatewayRuleCommand extends
|
|
870
|
+
class GetGatewayRuleCommand extends Command
|
|
868
871
|
.classBuilder()
|
|
869
872
|
.ep(commonParams)
|
|
870
873
|
.m(function (Command, cs, config, o) {
|
|
871
|
-
return [
|
|
874
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
872
875
|
})
|
|
873
876
|
.s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
|
|
874
877
|
.n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
|
|
875
|
-
.sc(
|
|
878
|
+
.sc(GetGatewayRule$)
|
|
876
879
|
.build() {
|
|
877
880
|
}
|
|
878
881
|
|
|
879
|
-
class GetGatewayTargetCommand extends
|
|
882
|
+
class GetGatewayTargetCommand extends Command
|
|
880
883
|
.classBuilder()
|
|
881
884
|
.ep(commonParams)
|
|
882
885
|
.m(function (Command, cs, config, o) {
|
|
883
|
-
return [
|
|
886
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
884
887
|
})
|
|
885
888
|
.s("AmazonBedrockAgentCoreControl", "GetGatewayTarget", {})
|
|
886
889
|
.n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
|
|
887
|
-
.sc(
|
|
890
|
+
.sc(GetGatewayTarget$)
|
|
888
891
|
.build() {
|
|
889
892
|
}
|
|
890
893
|
|
|
891
|
-
class GetHarnessCommand extends
|
|
894
|
+
class GetHarnessCommand extends Command
|
|
892
895
|
.classBuilder()
|
|
893
896
|
.ep(commonParams)
|
|
894
897
|
.m(function (Command, cs, config, o) {
|
|
895
|
-
return [
|
|
898
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
896
899
|
})
|
|
897
900
|
.s("AmazonBedrockAgentCoreControl", "GetHarness", {})
|
|
898
901
|
.n("BedrockAgentCoreControlClient", "GetHarnessCommand")
|
|
899
|
-
.sc(
|
|
902
|
+
.sc(GetHarness$)
|
|
900
903
|
.build() {
|
|
901
904
|
}
|
|
902
905
|
|
|
903
|
-
class GetMemoryCommand extends
|
|
906
|
+
class GetMemoryCommand extends Command
|
|
904
907
|
.classBuilder()
|
|
905
908
|
.ep(commonParams)
|
|
906
909
|
.m(function (Command, cs, config, o) {
|
|
907
|
-
return [
|
|
910
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
908
911
|
})
|
|
909
912
|
.s("AmazonBedrockAgentCoreControl", "GetMemory", {})
|
|
910
913
|
.n("BedrockAgentCoreControlClient", "GetMemoryCommand")
|
|
911
|
-
.sc(
|
|
914
|
+
.sc(GetMemory$)
|
|
912
915
|
.build() {
|
|
913
916
|
}
|
|
914
917
|
|
|
915
|
-
class GetOauth2CredentialProviderCommand extends
|
|
918
|
+
class GetOauth2CredentialProviderCommand extends Command
|
|
916
919
|
.classBuilder()
|
|
917
920
|
.ep(commonParams)
|
|
918
921
|
.m(function (Command, cs, config, o) {
|
|
919
|
-
return [
|
|
922
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
920
923
|
})
|
|
921
924
|
.s("AmazonBedrockAgentCoreControl", "GetOauth2CredentialProvider", {})
|
|
922
925
|
.n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
|
|
923
|
-
.sc(
|
|
926
|
+
.sc(GetOauth2CredentialProvider$)
|
|
924
927
|
.build() {
|
|
925
928
|
}
|
|
926
929
|
|
|
927
|
-
class GetOnlineEvaluationConfigCommand extends
|
|
930
|
+
class GetOnlineEvaluationConfigCommand extends Command
|
|
928
931
|
.classBuilder()
|
|
929
932
|
.ep(commonParams)
|
|
930
933
|
.m(function (Command, cs, config, o) {
|
|
931
|
-
return [
|
|
934
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
932
935
|
})
|
|
933
936
|
.s("AmazonBedrockAgentCoreControl", "GetOnlineEvaluationConfig", {})
|
|
934
937
|
.n("BedrockAgentCoreControlClient", "GetOnlineEvaluationConfigCommand")
|
|
935
|
-
.sc(
|
|
938
|
+
.sc(GetOnlineEvaluationConfig$)
|
|
936
939
|
.build() {
|
|
937
940
|
}
|
|
938
941
|
|
|
939
|
-
class GetPaymentConnectorCommand extends
|
|
942
|
+
class GetPaymentConnectorCommand extends Command
|
|
940
943
|
.classBuilder()
|
|
941
944
|
.ep(commonParams)
|
|
942
945
|
.m(function (Command, cs, config, o) {
|
|
943
|
-
return [
|
|
946
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
944
947
|
})
|
|
945
948
|
.s("AmazonBedrockAgentCoreControl", "GetPaymentConnector", {})
|
|
946
949
|
.n("BedrockAgentCoreControlClient", "GetPaymentConnectorCommand")
|
|
947
|
-
.sc(
|
|
950
|
+
.sc(GetPaymentConnector$)
|
|
948
951
|
.build() {
|
|
949
952
|
}
|
|
950
953
|
|
|
951
|
-
class GetPaymentCredentialProviderCommand extends
|
|
954
|
+
class GetPaymentCredentialProviderCommand extends Command
|
|
952
955
|
.classBuilder()
|
|
953
956
|
.ep(commonParams)
|
|
954
957
|
.m(function (Command, cs, config, o) {
|
|
955
|
-
return [
|
|
958
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
956
959
|
})
|
|
957
960
|
.s("AmazonBedrockAgentCoreControl", "GetPaymentCredentialProvider", {})
|
|
958
961
|
.n("BedrockAgentCoreControlClient", "GetPaymentCredentialProviderCommand")
|
|
959
|
-
.sc(
|
|
962
|
+
.sc(GetPaymentCredentialProvider$)
|
|
960
963
|
.build() {
|
|
961
964
|
}
|
|
962
965
|
|
|
963
|
-
class GetPaymentManagerCommand extends
|
|
966
|
+
class GetPaymentManagerCommand extends Command
|
|
964
967
|
.classBuilder()
|
|
965
968
|
.ep(commonParams)
|
|
966
969
|
.m(function (Command, cs, config, o) {
|
|
967
|
-
return [
|
|
970
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
968
971
|
})
|
|
969
972
|
.s("AmazonBedrockAgentCoreControl", "GetPaymentManager", {})
|
|
970
973
|
.n("BedrockAgentCoreControlClient", "GetPaymentManagerCommand")
|
|
971
|
-
.sc(
|
|
974
|
+
.sc(GetPaymentManager$)
|
|
972
975
|
.build() {
|
|
973
976
|
}
|
|
974
977
|
|
|
975
|
-
class GetPolicyCommand extends
|
|
978
|
+
class GetPolicyCommand extends Command
|
|
976
979
|
.classBuilder()
|
|
977
980
|
.ep(commonParams)
|
|
978
981
|
.m(function (Command, cs, config, o) {
|
|
979
|
-
return [
|
|
982
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
980
983
|
})
|
|
981
984
|
.s("AmazonBedrockAgentCoreControl", "GetPolicy", {})
|
|
982
985
|
.n("BedrockAgentCoreControlClient", "GetPolicyCommand")
|
|
983
|
-
.sc(
|
|
986
|
+
.sc(GetPolicy$)
|
|
984
987
|
.build() {
|
|
985
988
|
}
|
|
986
989
|
|
|
987
|
-
class GetPolicyEngineCommand extends
|
|
990
|
+
class GetPolicyEngineCommand extends Command
|
|
988
991
|
.classBuilder()
|
|
989
992
|
.ep(commonParams)
|
|
990
993
|
.m(function (Command, cs, config, o) {
|
|
991
|
-
return [
|
|
994
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
992
995
|
})
|
|
993
996
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyEngine", {})
|
|
994
997
|
.n("BedrockAgentCoreControlClient", "GetPolicyEngineCommand")
|
|
995
|
-
.sc(
|
|
998
|
+
.sc(GetPolicyEngine$)
|
|
996
999
|
.build() {
|
|
997
1000
|
}
|
|
998
1001
|
|
|
999
|
-
class GetPolicyEngineSummaryCommand extends
|
|
1002
|
+
class GetPolicyEngineSummaryCommand extends Command
|
|
1000
1003
|
.classBuilder()
|
|
1001
1004
|
.ep(commonParams)
|
|
1002
1005
|
.m(function (Command, cs, config, o) {
|
|
1003
|
-
return [
|
|
1006
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1004
1007
|
})
|
|
1005
1008
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyEngineSummary", {})
|
|
1006
1009
|
.n("BedrockAgentCoreControlClient", "GetPolicyEngineSummaryCommand")
|
|
1007
|
-
.sc(
|
|
1010
|
+
.sc(GetPolicyEngineSummary$)
|
|
1008
1011
|
.build() {
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
|
-
class GetPolicyGenerationCommand extends
|
|
1014
|
+
class GetPolicyGenerationCommand extends Command
|
|
1012
1015
|
.classBuilder()
|
|
1013
1016
|
.ep(commonParams)
|
|
1014
1017
|
.m(function (Command, cs, config, o) {
|
|
1015
|
-
return [
|
|
1018
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
1019
|
})
|
|
1017
1020
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyGeneration", {})
|
|
1018
1021
|
.n("BedrockAgentCoreControlClient", "GetPolicyGenerationCommand")
|
|
1019
|
-
.sc(
|
|
1022
|
+
.sc(GetPolicyGeneration$)
|
|
1020
1023
|
.build() {
|
|
1021
1024
|
}
|
|
1022
1025
|
|
|
1023
|
-
class GetPolicyGenerationSummaryCommand extends
|
|
1026
|
+
class GetPolicyGenerationSummaryCommand extends Command
|
|
1024
1027
|
.classBuilder()
|
|
1025
1028
|
.ep(commonParams)
|
|
1026
1029
|
.m(function (Command, cs, config, o) {
|
|
1027
|
-
return [
|
|
1030
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
1031
|
})
|
|
1029
1032
|
.s("AmazonBedrockAgentCoreControl", "GetPolicyGenerationSummary", {})
|
|
1030
1033
|
.n("BedrockAgentCoreControlClient", "GetPolicyGenerationSummaryCommand")
|
|
1031
|
-
.sc(
|
|
1034
|
+
.sc(GetPolicyGenerationSummary$)
|
|
1032
1035
|
.build() {
|
|
1033
1036
|
}
|
|
1034
1037
|
|
|
1035
|
-
class GetPolicySummaryCommand extends
|
|
1038
|
+
class GetPolicySummaryCommand extends Command
|
|
1036
1039
|
.classBuilder()
|
|
1037
1040
|
.ep(commonParams)
|
|
1038
1041
|
.m(function (Command, cs, config, o) {
|
|
1039
|
-
return [
|
|
1042
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1040
1043
|
})
|
|
1041
1044
|
.s("AmazonBedrockAgentCoreControl", "GetPolicySummary", {})
|
|
1042
1045
|
.n("BedrockAgentCoreControlClient", "GetPolicySummaryCommand")
|
|
1043
|
-
.sc(
|
|
1046
|
+
.sc(GetPolicySummary$)
|
|
1044
1047
|
.build() {
|
|
1045
1048
|
}
|
|
1046
1049
|
|
|
1047
|
-
class GetRegistryCommand extends
|
|
1050
|
+
class GetRegistryCommand extends Command
|
|
1048
1051
|
.classBuilder()
|
|
1049
1052
|
.ep(commonParams)
|
|
1050
1053
|
.m(function (Command, cs, config, o) {
|
|
1051
|
-
return [
|
|
1054
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1052
1055
|
})
|
|
1053
1056
|
.s("AmazonBedrockAgentCoreControl", "GetRegistry", {})
|
|
1054
1057
|
.n("BedrockAgentCoreControlClient", "GetRegistryCommand")
|
|
1055
|
-
.sc(
|
|
1058
|
+
.sc(GetRegistry$)
|
|
1056
1059
|
.build() {
|
|
1057
1060
|
}
|
|
1058
1061
|
|
|
1059
|
-
class GetRegistryRecordCommand extends
|
|
1062
|
+
class GetRegistryRecordCommand extends Command
|
|
1060
1063
|
.classBuilder()
|
|
1061
1064
|
.ep(commonParams)
|
|
1062
1065
|
.m(function (Command, cs, config, o) {
|
|
1063
|
-
return [
|
|
1066
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1064
1067
|
})
|
|
1065
1068
|
.s("AmazonBedrockAgentCoreControl", "GetRegistryRecord", {})
|
|
1066
1069
|
.n("BedrockAgentCoreControlClient", "GetRegistryRecordCommand")
|
|
1067
|
-
.sc(
|
|
1070
|
+
.sc(GetRegistryRecord$)
|
|
1068
1071
|
.build() {
|
|
1069
1072
|
}
|
|
1070
1073
|
|
|
1071
|
-
class GetResourcePolicyCommand extends
|
|
1074
|
+
class GetResourcePolicyCommand extends Command
|
|
1072
1075
|
.classBuilder()
|
|
1073
1076
|
.ep(commonParams)
|
|
1074
1077
|
.m(function (Command, cs, config, o) {
|
|
1075
|
-
return [
|
|
1078
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1076
1079
|
})
|
|
1077
1080
|
.s("AmazonBedrockAgentCoreControl", "GetResourcePolicy", {})
|
|
1078
1081
|
.n("BedrockAgentCoreControlClient", "GetResourcePolicyCommand")
|
|
1079
|
-
.sc(
|
|
1082
|
+
.sc(GetResourcePolicy$)
|
|
1080
1083
|
.build() {
|
|
1081
1084
|
}
|
|
1082
1085
|
|
|
1083
|
-
class GetTokenVaultCommand extends
|
|
1086
|
+
class GetTokenVaultCommand extends Command
|
|
1084
1087
|
.classBuilder()
|
|
1085
1088
|
.ep(commonParams)
|
|
1086
1089
|
.m(function (Command, cs, config, o) {
|
|
1087
|
-
return [
|
|
1090
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1088
1091
|
})
|
|
1089
1092
|
.s("AmazonBedrockAgentCoreControl", "GetTokenVault", {})
|
|
1090
1093
|
.n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
|
|
1091
|
-
.sc(
|
|
1094
|
+
.sc(GetTokenVault$)
|
|
1092
1095
|
.build() {
|
|
1093
1096
|
}
|
|
1094
1097
|
|
|
1095
|
-
class GetWorkloadIdentityCommand extends
|
|
1098
|
+
class GetWorkloadIdentityCommand extends Command
|
|
1096
1099
|
.classBuilder()
|
|
1097
1100
|
.ep(commonParams)
|
|
1098
1101
|
.m(function (Command, cs, config, o) {
|
|
1099
|
-
return [
|
|
1102
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1100
1103
|
})
|
|
1101
1104
|
.s("AmazonBedrockAgentCoreControl", "GetWorkloadIdentity", {})
|
|
1102
1105
|
.n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
|
|
1103
|
-
.sc(
|
|
1106
|
+
.sc(GetWorkloadIdentity$)
|
|
1104
1107
|
.build() {
|
|
1105
1108
|
}
|
|
1106
1109
|
|
|
1107
|
-
class ListAgentRuntimeEndpointsCommand extends
|
|
1110
|
+
class ListAgentRuntimeEndpointsCommand extends Command
|
|
1108
1111
|
.classBuilder()
|
|
1109
1112
|
.ep(commonParams)
|
|
1110
1113
|
.m(function (Command, cs, config, o) {
|
|
1111
|
-
return [
|
|
1114
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1112
1115
|
})
|
|
1113
1116
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeEndpoints", {})
|
|
1114
1117
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
|
|
1115
|
-
.sc(
|
|
1118
|
+
.sc(ListAgentRuntimeEndpoints$)
|
|
1116
1119
|
.build() {
|
|
1117
1120
|
}
|
|
1118
1121
|
|
|
1119
|
-
class ListAgentRuntimesCommand extends
|
|
1122
|
+
class ListAgentRuntimesCommand extends Command
|
|
1120
1123
|
.classBuilder()
|
|
1121
1124
|
.ep(commonParams)
|
|
1122
1125
|
.m(function (Command, cs, config, o) {
|
|
1123
|
-
return [
|
|
1126
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1124
1127
|
})
|
|
1125
1128
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimes", {})
|
|
1126
1129
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
|
|
1127
|
-
.sc(
|
|
1130
|
+
.sc(ListAgentRuntimes$)
|
|
1128
1131
|
.build() {
|
|
1129
1132
|
}
|
|
1130
1133
|
|
|
1131
|
-
class ListAgentRuntimeVersionsCommand extends
|
|
1134
|
+
class ListAgentRuntimeVersionsCommand extends Command
|
|
1132
1135
|
.classBuilder()
|
|
1133
1136
|
.ep(commonParams)
|
|
1134
1137
|
.m(function (Command, cs, config, o) {
|
|
1135
|
-
return [
|
|
1138
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1136
1139
|
})
|
|
1137
1140
|
.s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeVersions", {})
|
|
1138
1141
|
.n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
|
|
1139
|
-
.sc(
|
|
1142
|
+
.sc(ListAgentRuntimeVersions$)
|
|
1140
1143
|
.build() {
|
|
1141
1144
|
}
|
|
1142
1145
|
|
|
1143
|
-
class ListApiKeyCredentialProvidersCommand extends
|
|
1146
|
+
class ListApiKeyCredentialProvidersCommand extends Command
|
|
1144
1147
|
.classBuilder()
|
|
1145
1148
|
.ep(commonParams)
|
|
1146
1149
|
.m(function (Command, cs, config, o) {
|
|
1147
|
-
return [
|
|
1150
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1148
1151
|
})
|
|
1149
1152
|
.s("AmazonBedrockAgentCoreControl", "ListApiKeyCredentialProviders", {})
|
|
1150
1153
|
.n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
|
|
1151
|
-
.sc(
|
|
1154
|
+
.sc(ListApiKeyCredentialProviders$)
|
|
1152
1155
|
.build() {
|
|
1153
1156
|
}
|
|
1154
1157
|
|
|
1155
|
-
class ListBrowserProfilesCommand extends
|
|
1158
|
+
class ListBrowserProfilesCommand extends Command
|
|
1156
1159
|
.classBuilder()
|
|
1157
1160
|
.ep(commonParams)
|
|
1158
1161
|
.m(function (Command, cs, config, o) {
|
|
1159
|
-
return [
|
|
1162
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1160
1163
|
})
|
|
1161
1164
|
.s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
|
|
1162
1165
|
.n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
|
|
1163
|
-
.sc(
|
|
1166
|
+
.sc(ListBrowserProfiles$)
|
|
1164
1167
|
.build() {
|
|
1165
1168
|
}
|
|
1166
1169
|
|
|
1167
|
-
class ListBrowsersCommand extends
|
|
1170
|
+
class ListBrowsersCommand extends Command
|
|
1168
1171
|
.classBuilder()
|
|
1169
1172
|
.ep(commonParams)
|
|
1170
1173
|
.m(function (Command, cs, config, o) {
|
|
1171
|
-
return [
|
|
1174
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1172
1175
|
})
|
|
1173
1176
|
.s("AmazonBedrockAgentCoreControl", "ListBrowsers", {})
|
|
1174
1177
|
.n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
|
|
1175
|
-
.sc(
|
|
1178
|
+
.sc(ListBrowsers$)
|
|
1176
1179
|
.build() {
|
|
1177
1180
|
}
|
|
1178
1181
|
|
|
1179
|
-
class ListCodeInterpretersCommand extends
|
|
1182
|
+
class ListCodeInterpretersCommand extends Command
|
|
1180
1183
|
.classBuilder()
|
|
1181
1184
|
.ep(commonParams)
|
|
1182
1185
|
.m(function (Command, cs, config, o) {
|
|
1183
|
-
return [
|
|
1186
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1184
1187
|
})
|
|
1185
1188
|
.s("AmazonBedrockAgentCoreControl", "ListCodeInterpreters", {})
|
|
1186
1189
|
.n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
|
|
1187
|
-
.sc(
|
|
1190
|
+
.sc(ListCodeInterpreters$)
|
|
1188
1191
|
.build() {
|
|
1189
1192
|
}
|
|
1190
1193
|
|
|
1191
|
-
class ListConfigurationBundlesCommand extends
|
|
1194
|
+
class ListConfigurationBundlesCommand extends Command
|
|
1192
1195
|
.classBuilder()
|
|
1193
1196
|
.ep(commonParams)
|
|
1194
1197
|
.m(function (Command, cs, config, o) {
|
|
1195
|
-
return [
|
|
1198
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1196
1199
|
})
|
|
1197
1200
|
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
|
|
1198
1201
|
.n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
|
|
1199
|
-
.sc(
|
|
1202
|
+
.sc(ListConfigurationBundles$)
|
|
1200
1203
|
.build() {
|
|
1201
1204
|
}
|
|
1202
1205
|
|
|
1203
|
-
class ListConfigurationBundleVersionsCommand extends
|
|
1206
|
+
class ListConfigurationBundleVersionsCommand extends Command
|
|
1204
1207
|
.classBuilder()
|
|
1205
1208
|
.ep(commonParams)
|
|
1206
1209
|
.m(function (Command, cs, config, o) {
|
|
1207
|
-
return [
|
|
1210
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1208
1211
|
})
|
|
1209
1212
|
.s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
|
|
1210
1213
|
.n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
|
|
1211
|
-
.sc(
|
|
1214
|
+
.sc(ListConfigurationBundleVersions$)
|
|
1212
1215
|
.build() {
|
|
1213
1216
|
}
|
|
1214
1217
|
|
|
1215
|
-
class ListDatasetExamplesCommand extends
|
|
1218
|
+
class ListDatasetExamplesCommand extends Command
|
|
1216
1219
|
.classBuilder()
|
|
1217
1220
|
.ep(commonParams)
|
|
1218
1221
|
.m(function (Command, cs, config, o) {
|
|
1219
|
-
return [
|
|
1222
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1220
1223
|
})
|
|
1221
1224
|
.s("AmazonBedrockAgentCoreControl", "ListDatasetExamples", {})
|
|
1222
1225
|
.n("BedrockAgentCoreControlClient", "ListDatasetExamplesCommand")
|
|
1223
|
-
.sc(
|
|
1226
|
+
.sc(ListDatasetExamples$)
|
|
1224
1227
|
.build() {
|
|
1225
1228
|
}
|
|
1226
1229
|
|
|
1227
|
-
class ListDatasetsCommand extends
|
|
1230
|
+
class ListDatasetsCommand extends Command
|
|
1228
1231
|
.classBuilder()
|
|
1229
1232
|
.ep(commonParams)
|
|
1230
1233
|
.m(function (Command, cs, config, o) {
|
|
1231
|
-
return [
|
|
1234
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1232
1235
|
})
|
|
1233
1236
|
.s("AmazonBedrockAgentCoreControl", "ListDatasets", {})
|
|
1234
1237
|
.n("BedrockAgentCoreControlClient", "ListDatasetsCommand")
|
|
1235
|
-
.sc(
|
|
1238
|
+
.sc(ListDatasets$)
|
|
1236
1239
|
.build() {
|
|
1237
1240
|
}
|
|
1238
1241
|
|
|
1239
|
-
class ListDatasetVersionsCommand extends
|
|
1242
|
+
class ListDatasetVersionsCommand extends Command
|
|
1240
1243
|
.classBuilder()
|
|
1241
1244
|
.ep(commonParams)
|
|
1242
1245
|
.m(function (Command, cs, config, o) {
|
|
1243
|
-
return [
|
|
1246
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1244
1247
|
})
|
|
1245
1248
|
.s("AmazonBedrockAgentCoreControl", "ListDatasetVersions", {})
|
|
1246
1249
|
.n("BedrockAgentCoreControlClient", "ListDatasetVersionsCommand")
|
|
1247
|
-
.sc(
|
|
1250
|
+
.sc(ListDatasetVersions$)
|
|
1248
1251
|
.build() {
|
|
1249
1252
|
}
|
|
1250
1253
|
|
|
1251
|
-
class ListEvaluatorsCommand extends
|
|
1254
|
+
class ListEvaluatorsCommand extends Command
|
|
1252
1255
|
.classBuilder()
|
|
1253
1256
|
.ep(commonParams)
|
|
1254
1257
|
.m(function (Command, cs, config, o) {
|
|
1255
|
-
return [
|
|
1258
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1256
1259
|
})
|
|
1257
1260
|
.s("AmazonBedrockAgentCoreControl", "ListEvaluators", {})
|
|
1258
1261
|
.n("BedrockAgentCoreControlClient", "ListEvaluatorsCommand")
|
|
1259
|
-
.sc(
|
|
1262
|
+
.sc(ListEvaluators$)
|
|
1260
1263
|
.build() {
|
|
1261
1264
|
}
|
|
1262
1265
|
|
|
1263
|
-
class ListGatewayRulesCommand extends
|
|
1266
|
+
class ListGatewayRulesCommand extends Command
|
|
1264
1267
|
.classBuilder()
|
|
1265
1268
|
.ep(commonParams)
|
|
1266
1269
|
.m(function (Command, cs, config, o) {
|
|
1267
|
-
return [
|
|
1270
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1268
1271
|
})
|
|
1269
1272
|
.s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
|
|
1270
1273
|
.n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
|
|
1271
|
-
.sc(
|
|
1274
|
+
.sc(ListGatewayRules$)
|
|
1272
1275
|
.build() {
|
|
1273
1276
|
}
|
|
1274
1277
|
|
|
1275
|
-
class ListGatewaysCommand extends
|
|
1278
|
+
class ListGatewaysCommand extends Command
|
|
1276
1279
|
.classBuilder()
|
|
1277
1280
|
.ep(commonParams)
|
|
1278
1281
|
.m(function (Command, cs, config, o) {
|
|
1279
|
-
return [
|
|
1282
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1280
1283
|
})
|
|
1281
1284
|
.s("AmazonBedrockAgentCoreControl", "ListGateways", {})
|
|
1282
1285
|
.n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
|
|
1283
|
-
.sc(
|
|
1286
|
+
.sc(ListGateways$)
|
|
1284
1287
|
.build() {
|
|
1285
1288
|
}
|
|
1286
1289
|
|
|
1287
|
-
class ListGatewayTargetsCommand extends
|
|
1290
|
+
class ListGatewayTargetsCommand extends Command
|
|
1288
1291
|
.classBuilder()
|
|
1289
1292
|
.ep(commonParams)
|
|
1290
1293
|
.m(function (Command, cs, config, o) {
|
|
1291
|
-
return [
|
|
1294
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1292
1295
|
})
|
|
1293
1296
|
.s("AmazonBedrockAgentCoreControl", "ListGatewayTargets", {})
|
|
1294
1297
|
.n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
|
|
1295
|
-
.sc(
|
|
1298
|
+
.sc(ListGatewayTargets$)
|
|
1296
1299
|
.build() {
|
|
1297
1300
|
}
|
|
1298
1301
|
|
|
1299
|
-
class ListHarnessesCommand extends
|
|
1302
|
+
class ListHarnessesCommand extends Command
|
|
1300
1303
|
.classBuilder()
|
|
1301
1304
|
.ep(commonParams)
|
|
1302
1305
|
.m(function (Command, cs, config, o) {
|
|
1303
|
-
return [
|
|
1306
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1304
1307
|
})
|
|
1305
1308
|
.s("AmazonBedrockAgentCoreControl", "ListHarnesses", {})
|
|
1306
1309
|
.n("BedrockAgentCoreControlClient", "ListHarnessesCommand")
|
|
1307
|
-
.sc(
|
|
1310
|
+
.sc(ListHarnesses$)
|
|
1308
1311
|
.build() {
|
|
1309
1312
|
}
|
|
1310
1313
|
|
|
1311
|
-
class ListMemoriesCommand extends
|
|
1314
|
+
class ListMemoriesCommand extends Command
|
|
1312
1315
|
.classBuilder()
|
|
1313
1316
|
.ep(commonParams)
|
|
1314
1317
|
.m(function (Command, cs, config, o) {
|
|
1315
|
-
return [
|
|
1318
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1316
1319
|
})
|
|
1317
1320
|
.s("AmazonBedrockAgentCoreControl", "ListMemories", {})
|
|
1318
1321
|
.n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
|
|
1319
|
-
.sc(
|
|
1322
|
+
.sc(ListMemories$)
|
|
1320
1323
|
.build() {
|
|
1321
1324
|
}
|
|
1322
1325
|
|
|
1323
|
-
class ListOauth2CredentialProvidersCommand extends
|
|
1326
|
+
class ListOauth2CredentialProvidersCommand extends Command
|
|
1324
1327
|
.classBuilder()
|
|
1325
1328
|
.ep(commonParams)
|
|
1326
1329
|
.m(function (Command, cs, config, o) {
|
|
1327
|
-
return [
|
|
1330
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1328
1331
|
})
|
|
1329
1332
|
.s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
|
|
1330
1333
|
.n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
|
|
1331
|
-
.sc(
|
|
1334
|
+
.sc(ListOauth2CredentialProviders$)
|
|
1332
1335
|
.build() {
|
|
1333
1336
|
}
|
|
1334
1337
|
|
|
1335
|
-
class ListOnlineEvaluationConfigsCommand extends
|
|
1338
|
+
class ListOnlineEvaluationConfigsCommand extends Command
|
|
1336
1339
|
.classBuilder()
|
|
1337
1340
|
.ep(commonParams)
|
|
1338
1341
|
.m(function (Command, cs, config, o) {
|
|
1339
|
-
return [
|
|
1342
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1340
1343
|
})
|
|
1341
1344
|
.s("AmazonBedrockAgentCoreControl", "ListOnlineEvaluationConfigs", {})
|
|
1342
1345
|
.n("BedrockAgentCoreControlClient", "ListOnlineEvaluationConfigsCommand")
|
|
1343
|
-
.sc(
|
|
1346
|
+
.sc(ListOnlineEvaluationConfigs$)
|
|
1344
1347
|
.build() {
|
|
1345
1348
|
}
|
|
1346
1349
|
|
|
1347
|
-
class ListPaymentConnectorsCommand extends
|
|
1350
|
+
class ListPaymentConnectorsCommand extends Command
|
|
1348
1351
|
.classBuilder()
|
|
1349
1352
|
.ep(commonParams)
|
|
1350
1353
|
.m(function (Command, cs, config, o) {
|
|
1351
|
-
return [
|
|
1354
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1352
1355
|
})
|
|
1353
1356
|
.s("AmazonBedrockAgentCoreControl", "ListPaymentConnectors", {})
|
|
1354
1357
|
.n("BedrockAgentCoreControlClient", "ListPaymentConnectorsCommand")
|
|
1355
|
-
.sc(
|
|
1358
|
+
.sc(ListPaymentConnectors$)
|
|
1356
1359
|
.build() {
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1359
|
-
class ListPaymentCredentialProvidersCommand extends
|
|
1362
|
+
class ListPaymentCredentialProvidersCommand extends Command
|
|
1360
1363
|
.classBuilder()
|
|
1361
1364
|
.ep(commonParams)
|
|
1362
1365
|
.m(function (Command, cs, config, o) {
|
|
1363
|
-
return [
|
|
1366
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1364
1367
|
})
|
|
1365
1368
|
.s("AmazonBedrockAgentCoreControl", "ListPaymentCredentialProviders", {})
|
|
1366
1369
|
.n("BedrockAgentCoreControlClient", "ListPaymentCredentialProvidersCommand")
|
|
1367
|
-
.sc(
|
|
1370
|
+
.sc(ListPaymentCredentialProviders$)
|
|
1368
1371
|
.build() {
|
|
1369
1372
|
}
|
|
1370
1373
|
|
|
1371
|
-
class ListPaymentManagersCommand extends
|
|
1374
|
+
class ListPaymentManagersCommand extends Command
|
|
1372
1375
|
.classBuilder()
|
|
1373
1376
|
.ep(commonParams)
|
|
1374
1377
|
.m(function (Command, cs, config, o) {
|
|
1375
|
-
return [
|
|
1378
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1376
1379
|
})
|
|
1377
1380
|
.s("AmazonBedrockAgentCoreControl", "ListPaymentManagers", {})
|
|
1378
1381
|
.n("BedrockAgentCoreControlClient", "ListPaymentManagersCommand")
|
|
1379
|
-
.sc(
|
|
1382
|
+
.sc(ListPaymentManagers$)
|
|
1380
1383
|
.build() {
|
|
1381
1384
|
}
|
|
1382
1385
|
|
|
1383
|
-
class ListPoliciesCommand extends
|
|
1386
|
+
class ListPoliciesCommand extends Command
|
|
1384
1387
|
.classBuilder()
|
|
1385
1388
|
.ep(commonParams)
|
|
1386
1389
|
.m(function (Command, cs, config, o) {
|
|
1387
|
-
return [
|
|
1390
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1388
1391
|
})
|
|
1389
1392
|
.s("AmazonBedrockAgentCoreControl", "ListPolicies", {})
|
|
1390
1393
|
.n("BedrockAgentCoreControlClient", "ListPoliciesCommand")
|
|
1391
|
-
.sc(
|
|
1394
|
+
.sc(ListPolicies$)
|
|
1392
1395
|
.build() {
|
|
1393
1396
|
}
|
|
1394
1397
|
|
|
1395
|
-
class ListPolicyEnginesCommand extends
|
|
1398
|
+
class ListPolicyEnginesCommand extends Command
|
|
1396
1399
|
.classBuilder()
|
|
1397
1400
|
.ep(commonParams)
|
|
1398
1401
|
.m(function (Command, cs, config, o) {
|
|
1399
|
-
return [
|
|
1402
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1400
1403
|
})
|
|
1401
1404
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyEngines", {})
|
|
1402
1405
|
.n("BedrockAgentCoreControlClient", "ListPolicyEnginesCommand")
|
|
1403
|
-
.sc(
|
|
1406
|
+
.sc(ListPolicyEngines$)
|
|
1404
1407
|
.build() {
|
|
1405
1408
|
}
|
|
1406
1409
|
|
|
1407
|
-
class ListPolicyEngineSummariesCommand extends
|
|
1410
|
+
class ListPolicyEngineSummariesCommand extends Command
|
|
1408
1411
|
.classBuilder()
|
|
1409
1412
|
.ep(commonParams)
|
|
1410
1413
|
.m(function (Command, cs, config, o) {
|
|
1411
|
-
return [
|
|
1414
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1412
1415
|
})
|
|
1413
1416
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyEngineSummaries", {})
|
|
1414
1417
|
.n("BedrockAgentCoreControlClient", "ListPolicyEngineSummariesCommand")
|
|
1415
|
-
.sc(
|
|
1418
|
+
.sc(ListPolicyEngineSummaries$)
|
|
1416
1419
|
.build() {
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
|
-
class ListPolicyGenerationAssetsCommand extends
|
|
1422
|
+
class ListPolicyGenerationAssetsCommand extends Command
|
|
1420
1423
|
.classBuilder()
|
|
1421
1424
|
.ep(commonParams)
|
|
1422
1425
|
.m(function (Command, cs, config, o) {
|
|
1423
|
-
return [
|
|
1426
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1424
1427
|
})
|
|
1425
1428
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationAssets", {})
|
|
1426
1429
|
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationAssetsCommand")
|
|
1427
|
-
.sc(
|
|
1430
|
+
.sc(ListPolicyGenerationAssets$)
|
|
1428
1431
|
.build() {
|
|
1429
1432
|
}
|
|
1430
1433
|
|
|
1431
|
-
class ListPolicyGenerationsCommand extends
|
|
1434
|
+
class ListPolicyGenerationsCommand extends Command
|
|
1432
1435
|
.classBuilder()
|
|
1433
1436
|
.ep(commonParams)
|
|
1434
1437
|
.m(function (Command, cs, config, o) {
|
|
1435
|
-
return [
|
|
1438
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1436
1439
|
})
|
|
1437
1440
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerations", {})
|
|
1438
1441
|
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationsCommand")
|
|
1439
|
-
.sc(
|
|
1442
|
+
.sc(ListPolicyGenerations$)
|
|
1440
1443
|
.build() {
|
|
1441
1444
|
}
|
|
1442
1445
|
|
|
1443
|
-
class ListPolicyGenerationSummariesCommand extends
|
|
1446
|
+
class ListPolicyGenerationSummariesCommand extends Command
|
|
1444
1447
|
.classBuilder()
|
|
1445
1448
|
.ep(commonParams)
|
|
1446
1449
|
.m(function (Command, cs, config, o) {
|
|
1447
|
-
return [
|
|
1450
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1448
1451
|
})
|
|
1449
1452
|
.s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationSummaries", {})
|
|
1450
1453
|
.n("BedrockAgentCoreControlClient", "ListPolicyGenerationSummariesCommand")
|
|
1451
|
-
.sc(
|
|
1454
|
+
.sc(ListPolicyGenerationSummaries$)
|
|
1452
1455
|
.build() {
|
|
1453
1456
|
}
|
|
1454
1457
|
|
|
1455
|
-
class ListPolicySummariesCommand extends
|
|
1458
|
+
class ListPolicySummariesCommand extends Command
|
|
1456
1459
|
.classBuilder()
|
|
1457
1460
|
.ep(commonParams)
|
|
1458
1461
|
.m(function (Command, cs, config, o) {
|
|
1459
|
-
return [
|
|
1462
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1460
1463
|
})
|
|
1461
1464
|
.s("AmazonBedrockAgentCoreControl", "ListPolicySummaries", {})
|
|
1462
1465
|
.n("BedrockAgentCoreControlClient", "ListPolicySummariesCommand")
|
|
1463
|
-
.sc(
|
|
1466
|
+
.sc(ListPolicySummaries$)
|
|
1464
1467
|
.build() {
|
|
1465
1468
|
}
|
|
1466
1469
|
|
|
1467
|
-
class ListRegistriesCommand extends
|
|
1470
|
+
class ListRegistriesCommand extends Command
|
|
1468
1471
|
.classBuilder()
|
|
1469
1472
|
.ep(commonParams)
|
|
1470
1473
|
.m(function (Command, cs, config, o) {
|
|
1471
|
-
return [
|
|
1474
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1472
1475
|
})
|
|
1473
1476
|
.s("AmazonBedrockAgentCoreControl", "ListRegistries", {})
|
|
1474
1477
|
.n("BedrockAgentCoreControlClient", "ListRegistriesCommand")
|
|
1475
|
-
.sc(
|
|
1478
|
+
.sc(ListRegistries$)
|
|
1476
1479
|
.build() {
|
|
1477
1480
|
}
|
|
1478
1481
|
|
|
1479
|
-
class ListRegistryRecordsCommand extends
|
|
1482
|
+
class ListRegistryRecordsCommand extends Command
|
|
1480
1483
|
.classBuilder()
|
|
1481
1484
|
.ep(commonParams)
|
|
1482
1485
|
.m(function (Command, cs, config, o) {
|
|
1483
|
-
return [
|
|
1486
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1484
1487
|
})
|
|
1485
1488
|
.s("AmazonBedrockAgentCoreControl", "ListRegistryRecords", {})
|
|
1486
1489
|
.n("BedrockAgentCoreControlClient", "ListRegistryRecordsCommand")
|
|
1487
|
-
.sc(
|
|
1490
|
+
.sc(ListRegistryRecords$)
|
|
1488
1491
|
.build() {
|
|
1489
1492
|
}
|
|
1490
1493
|
|
|
1491
|
-
class ListTagsForResourceCommand extends
|
|
1494
|
+
class ListTagsForResourceCommand extends Command
|
|
1492
1495
|
.classBuilder()
|
|
1493
1496
|
.ep(commonParams)
|
|
1494
1497
|
.m(function (Command, cs, config, o) {
|
|
1495
|
-
return [
|
|
1498
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1496
1499
|
})
|
|
1497
1500
|
.s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
|
|
1498
1501
|
.n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
|
|
1499
|
-
.sc(
|
|
1502
|
+
.sc(ListTagsForResource$)
|
|
1500
1503
|
.build() {
|
|
1501
1504
|
}
|
|
1502
1505
|
|
|
1503
|
-
class ListWorkloadIdentitiesCommand extends
|
|
1506
|
+
class ListWorkloadIdentitiesCommand extends Command
|
|
1504
1507
|
.classBuilder()
|
|
1505
1508
|
.ep(commonParams)
|
|
1506
1509
|
.m(function (Command, cs, config, o) {
|
|
1507
|
-
return [
|
|
1510
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1508
1511
|
})
|
|
1509
1512
|
.s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
|
|
1510
1513
|
.n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
|
|
1511
|
-
.sc(
|
|
1514
|
+
.sc(ListWorkloadIdentities$)
|
|
1512
1515
|
.build() {
|
|
1513
1516
|
}
|
|
1514
1517
|
|
|
1515
|
-
class PutResourcePolicyCommand extends
|
|
1518
|
+
class PutResourcePolicyCommand extends Command
|
|
1516
1519
|
.classBuilder()
|
|
1517
1520
|
.ep(commonParams)
|
|
1518
1521
|
.m(function (Command, cs, config, o) {
|
|
1519
|
-
return [
|
|
1522
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1520
1523
|
})
|
|
1521
1524
|
.s("AmazonBedrockAgentCoreControl", "PutResourcePolicy", {})
|
|
1522
1525
|
.n("BedrockAgentCoreControlClient", "PutResourcePolicyCommand")
|
|
1523
|
-
.sc(
|
|
1526
|
+
.sc(PutResourcePolicy$)
|
|
1524
1527
|
.build() {
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
1527
|
-
class SetTokenVaultCMKCommand extends
|
|
1530
|
+
class SetTokenVaultCMKCommand extends Command
|
|
1528
1531
|
.classBuilder()
|
|
1529
1532
|
.ep(commonParams)
|
|
1530
1533
|
.m(function (Command, cs, config, o) {
|
|
1531
|
-
return [
|
|
1534
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1532
1535
|
})
|
|
1533
1536
|
.s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
|
|
1534
1537
|
.n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
|
|
1535
|
-
.sc(
|
|
1538
|
+
.sc(SetTokenVaultCMK$)
|
|
1536
1539
|
.build() {
|
|
1537
1540
|
}
|
|
1538
1541
|
|
|
1539
|
-
class StartPolicyGenerationCommand extends
|
|
1542
|
+
class StartPolicyGenerationCommand extends Command
|
|
1540
1543
|
.classBuilder()
|
|
1541
1544
|
.ep(commonParams)
|
|
1542
1545
|
.m(function (Command, cs, config, o) {
|
|
1543
|
-
return [
|
|
1546
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1544
1547
|
})
|
|
1545
1548
|
.s("AmazonBedrockAgentCoreControl", "StartPolicyGeneration", {})
|
|
1546
1549
|
.n("BedrockAgentCoreControlClient", "StartPolicyGenerationCommand")
|
|
1547
|
-
.sc(
|
|
1550
|
+
.sc(StartPolicyGeneration$)
|
|
1548
1551
|
.build() {
|
|
1549
1552
|
}
|
|
1550
1553
|
|
|
1551
|
-
class SubmitRegistryRecordForApprovalCommand extends
|
|
1554
|
+
class SubmitRegistryRecordForApprovalCommand extends Command
|
|
1552
1555
|
.classBuilder()
|
|
1553
1556
|
.ep(commonParams)
|
|
1554
1557
|
.m(function (Command, cs, config, o) {
|
|
1555
|
-
return [
|
|
1558
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1556
1559
|
})
|
|
1557
1560
|
.s("AmazonBedrockAgentCoreControl", "SubmitRegistryRecordForApproval", {})
|
|
1558
1561
|
.n("BedrockAgentCoreControlClient", "SubmitRegistryRecordForApprovalCommand")
|
|
1559
|
-
.sc(
|
|
1562
|
+
.sc(SubmitRegistryRecordForApproval$)
|
|
1560
1563
|
.build() {
|
|
1561
1564
|
}
|
|
1562
1565
|
|
|
1563
|
-
class SynchronizeGatewayTargetsCommand extends
|
|
1566
|
+
class SynchronizeGatewayTargetsCommand extends Command
|
|
1564
1567
|
.classBuilder()
|
|
1565
1568
|
.ep(commonParams)
|
|
1566
1569
|
.m(function (Command, cs, config, o) {
|
|
1567
|
-
return [
|
|
1570
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1568
1571
|
})
|
|
1569
1572
|
.s("AmazonBedrockAgentCoreControl", "SynchronizeGatewayTargets", {})
|
|
1570
1573
|
.n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
|
|
1571
|
-
.sc(
|
|
1574
|
+
.sc(SynchronizeGatewayTargets$)
|
|
1572
1575
|
.build() {
|
|
1573
1576
|
}
|
|
1574
1577
|
|
|
1575
|
-
class TagResourceCommand extends
|
|
1578
|
+
class TagResourceCommand extends Command
|
|
1576
1579
|
.classBuilder()
|
|
1577
1580
|
.ep(commonParams)
|
|
1578
1581
|
.m(function (Command, cs, config, o) {
|
|
1579
|
-
return [
|
|
1582
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1580
1583
|
})
|
|
1581
1584
|
.s("AmazonBedrockAgentCoreControl", "TagResource", {})
|
|
1582
1585
|
.n("BedrockAgentCoreControlClient", "TagResourceCommand")
|
|
1583
|
-
.sc(
|
|
1586
|
+
.sc(TagResource$)
|
|
1584
1587
|
.build() {
|
|
1585
1588
|
}
|
|
1586
1589
|
|
|
1587
|
-
class UntagResourceCommand extends
|
|
1590
|
+
class UntagResourceCommand extends Command
|
|
1588
1591
|
.classBuilder()
|
|
1589
1592
|
.ep(commonParams)
|
|
1590
1593
|
.m(function (Command, cs, config, o) {
|
|
1591
|
-
return [
|
|
1594
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1592
1595
|
})
|
|
1593
1596
|
.s("AmazonBedrockAgentCoreControl", "UntagResource", {})
|
|
1594
1597
|
.n("BedrockAgentCoreControlClient", "UntagResourceCommand")
|
|
1595
|
-
.sc(
|
|
1598
|
+
.sc(UntagResource$)
|
|
1596
1599
|
.build() {
|
|
1597
1600
|
}
|
|
1598
1601
|
|
|
1599
|
-
class UpdateAgentRuntimeCommand extends
|
|
1602
|
+
class UpdateAgentRuntimeCommand extends Command
|
|
1600
1603
|
.classBuilder()
|
|
1601
1604
|
.ep(commonParams)
|
|
1602
1605
|
.m(function (Command, cs, config, o) {
|
|
1603
|
-
return [
|
|
1606
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1604
1607
|
})
|
|
1605
1608
|
.s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
|
|
1606
1609
|
.n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
|
|
1607
|
-
.sc(
|
|
1610
|
+
.sc(UpdateAgentRuntime$)
|
|
1608
1611
|
.build() {
|
|
1609
1612
|
}
|
|
1610
1613
|
|
|
1611
|
-
class UpdateAgentRuntimeEndpointCommand extends
|
|
1614
|
+
class UpdateAgentRuntimeEndpointCommand extends Command
|
|
1612
1615
|
.classBuilder()
|
|
1613
1616
|
.ep(commonParams)
|
|
1614
1617
|
.m(function (Command, cs, config, o) {
|
|
1615
|
-
return [
|
|
1618
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1616
1619
|
})
|
|
1617
1620
|
.s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
|
|
1618
1621
|
.n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
|
|
1619
|
-
.sc(
|
|
1622
|
+
.sc(UpdateAgentRuntimeEndpoint$)
|
|
1620
1623
|
.build() {
|
|
1621
1624
|
}
|
|
1622
1625
|
|
|
1623
|
-
class UpdateApiKeyCredentialProviderCommand extends
|
|
1626
|
+
class UpdateApiKeyCredentialProviderCommand extends Command
|
|
1624
1627
|
.classBuilder()
|
|
1625
1628
|
.ep(commonParams)
|
|
1626
1629
|
.m(function (Command, cs, config, o) {
|
|
1627
|
-
return [
|
|
1630
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1628
1631
|
})
|
|
1629
1632
|
.s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
|
|
1630
1633
|
.n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
|
|
1631
|
-
.sc(
|
|
1634
|
+
.sc(UpdateApiKeyCredentialProvider$)
|
|
1632
1635
|
.build() {
|
|
1633
1636
|
}
|
|
1634
1637
|
|
|
1635
|
-
class UpdateConfigurationBundleCommand extends
|
|
1638
|
+
class UpdateConfigurationBundleCommand extends Command
|
|
1636
1639
|
.classBuilder()
|
|
1637
1640
|
.ep(commonParams)
|
|
1638
1641
|
.m(function (Command, cs, config, o) {
|
|
1639
|
-
return [
|
|
1642
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1640
1643
|
})
|
|
1641
1644
|
.s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
|
|
1642
1645
|
.n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
|
|
1643
|
-
.sc(
|
|
1646
|
+
.sc(UpdateConfigurationBundle$)
|
|
1644
1647
|
.build() {
|
|
1645
1648
|
}
|
|
1646
1649
|
|
|
1647
|
-
class UpdateDatasetCommand extends
|
|
1650
|
+
class UpdateDatasetCommand extends Command
|
|
1648
1651
|
.classBuilder()
|
|
1649
1652
|
.ep(commonParams)
|
|
1650
1653
|
.m(function (Command, cs, config, o) {
|
|
1651
|
-
return [
|
|
1654
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1652
1655
|
})
|
|
1653
1656
|
.s("AmazonBedrockAgentCoreControl", "UpdateDataset", {})
|
|
1654
1657
|
.n("BedrockAgentCoreControlClient", "UpdateDatasetCommand")
|
|
1655
|
-
.sc(
|
|
1658
|
+
.sc(UpdateDataset$)
|
|
1656
1659
|
.build() {
|
|
1657
1660
|
}
|
|
1658
1661
|
|
|
1659
|
-
class UpdateDatasetExamplesCommand extends
|
|
1662
|
+
class UpdateDatasetExamplesCommand extends Command
|
|
1660
1663
|
.classBuilder()
|
|
1661
1664
|
.ep(commonParams)
|
|
1662
1665
|
.m(function (Command, cs, config, o) {
|
|
1663
|
-
return [
|
|
1666
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1664
1667
|
})
|
|
1665
1668
|
.s("AmazonBedrockAgentCoreControl", "UpdateDatasetExamples", {})
|
|
1666
1669
|
.n("BedrockAgentCoreControlClient", "UpdateDatasetExamplesCommand")
|
|
1667
|
-
.sc(
|
|
1670
|
+
.sc(UpdateDatasetExamples$)
|
|
1668
1671
|
.build() {
|
|
1669
1672
|
}
|
|
1670
1673
|
|
|
1671
|
-
class UpdateEvaluatorCommand extends
|
|
1674
|
+
class UpdateEvaluatorCommand extends Command
|
|
1672
1675
|
.classBuilder()
|
|
1673
1676
|
.ep(commonParams)
|
|
1674
1677
|
.m(function (Command, cs, config, o) {
|
|
1675
|
-
return [
|
|
1678
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1676
1679
|
})
|
|
1677
1680
|
.s("AmazonBedrockAgentCoreControl", "UpdateEvaluator", {})
|
|
1678
1681
|
.n("BedrockAgentCoreControlClient", "UpdateEvaluatorCommand")
|
|
1679
|
-
.sc(
|
|
1682
|
+
.sc(UpdateEvaluator$)
|
|
1680
1683
|
.build() {
|
|
1681
1684
|
}
|
|
1682
1685
|
|
|
1683
|
-
class UpdateGatewayCommand extends
|
|
1686
|
+
class UpdateGatewayCommand extends Command
|
|
1684
1687
|
.classBuilder()
|
|
1685
1688
|
.ep(commonParams)
|
|
1686
1689
|
.m(function (Command, cs, config, o) {
|
|
1687
|
-
return [
|
|
1690
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1688
1691
|
})
|
|
1689
1692
|
.s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
|
|
1690
1693
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
|
|
1691
|
-
.sc(
|
|
1694
|
+
.sc(UpdateGateway$)
|
|
1692
1695
|
.build() {
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
|
-
class UpdateGatewayRuleCommand extends
|
|
1698
|
+
class UpdateGatewayRuleCommand extends Command
|
|
1696
1699
|
.classBuilder()
|
|
1697
1700
|
.ep(commonParams)
|
|
1698
1701
|
.m(function (Command, cs, config, o) {
|
|
1699
|
-
return [
|
|
1702
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1700
1703
|
})
|
|
1701
1704
|
.s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
|
|
1702
1705
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
|
|
1703
|
-
.sc(
|
|
1706
|
+
.sc(UpdateGatewayRule$)
|
|
1704
1707
|
.build() {
|
|
1705
1708
|
}
|
|
1706
1709
|
|
|
1707
|
-
class UpdateGatewayTargetCommand extends
|
|
1710
|
+
class UpdateGatewayTargetCommand extends Command
|
|
1708
1711
|
.classBuilder()
|
|
1709
1712
|
.ep(commonParams)
|
|
1710
1713
|
.m(function (Command, cs, config, o) {
|
|
1711
|
-
return [
|
|
1714
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1712
1715
|
})
|
|
1713
1716
|
.s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
|
|
1714
1717
|
.n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
|
|
1715
|
-
.sc(
|
|
1718
|
+
.sc(UpdateGatewayTarget$)
|
|
1716
1719
|
.build() {
|
|
1717
1720
|
}
|
|
1718
1721
|
|
|
1719
|
-
class UpdateHarnessCommand extends
|
|
1722
|
+
class UpdateHarnessCommand extends Command
|
|
1720
1723
|
.classBuilder()
|
|
1721
1724
|
.ep(commonParams)
|
|
1722
1725
|
.m(function (Command, cs, config, o) {
|
|
1723
|
-
return [
|
|
1726
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1724
1727
|
})
|
|
1725
1728
|
.s("AmazonBedrockAgentCoreControl", "UpdateHarness", {})
|
|
1726
1729
|
.n("BedrockAgentCoreControlClient", "UpdateHarnessCommand")
|
|
1727
|
-
.sc(
|
|
1730
|
+
.sc(UpdateHarness$)
|
|
1728
1731
|
.build() {
|
|
1729
1732
|
}
|
|
1730
1733
|
|
|
1731
|
-
class UpdateMemoryCommand extends
|
|
1734
|
+
class UpdateMemoryCommand extends Command
|
|
1732
1735
|
.classBuilder()
|
|
1733
1736
|
.ep(commonParams)
|
|
1734
1737
|
.m(function (Command, cs, config, o) {
|
|
1735
|
-
return [
|
|
1738
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1736
1739
|
})
|
|
1737
1740
|
.s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
|
|
1738
1741
|
.n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
|
|
1739
|
-
.sc(
|
|
1742
|
+
.sc(UpdateMemory$)
|
|
1740
1743
|
.build() {
|
|
1741
1744
|
}
|
|
1742
1745
|
|
|
1743
|
-
class UpdateOauth2CredentialProviderCommand extends
|
|
1746
|
+
class UpdateOauth2CredentialProviderCommand extends Command
|
|
1744
1747
|
.classBuilder()
|
|
1745
1748
|
.ep(commonParams)
|
|
1746
1749
|
.m(function (Command, cs, config, o) {
|
|
1747
|
-
return [
|
|
1750
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1748
1751
|
})
|
|
1749
1752
|
.s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
|
|
1750
1753
|
.n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
|
|
1751
|
-
.sc(
|
|
1754
|
+
.sc(UpdateOauth2CredentialProvider$)
|
|
1752
1755
|
.build() {
|
|
1753
1756
|
}
|
|
1754
1757
|
|
|
1755
|
-
class UpdateOnlineEvaluationConfigCommand extends
|
|
1758
|
+
class UpdateOnlineEvaluationConfigCommand extends Command
|
|
1756
1759
|
.classBuilder()
|
|
1757
1760
|
.ep(commonParams)
|
|
1758
1761
|
.m(function (Command, cs, config, o) {
|
|
1759
|
-
return [
|
|
1762
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1760
1763
|
})
|
|
1761
1764
|
.s("AmazonBedrockAgentCoreControl", "UpdateOnlineEvaluationConfig", {})
|
|
1762
1765
|
.n("BedrockAgentCoreControlClient", "UpdateOnlineEvaluationConfigCommand")
|
|
1763
|
-
.sc(
|
|
1766
|
+
.sc(UpdateOnlineEvaluationConfig$)
|
|
1764
1767
|
.build() {
|
|
1765
1768
|
}
|
|
1766
1769
|
|
|
1767
|
-
class UpdatePaymentConnectorCommand extends
|
|
1770
|
+
class UpdatePaymentConnectorCommand extends Command
|
|
1768
1771
|
.classBuilder()
|
|
1769
1772
|
.ep(commonParams)
|
|
1770
1773
|
.m(function (Command, cs, config, o) {
|
|
1771
|
-
return [
|
|
1774
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1772
1775
|
})
|
|
1773
1776
|
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentConnector", {})
|
|
1774
1777
|
.n("BedrockAgentCoreControlClient", "UpdatePaymentConnectorCommand")
|
|
1775
|
-
.sc(
|
|
1778
|
+
.sc(UpdatePaymentConnector$)
|
|
1776
1779
|
.build() {
|
|
1777
1780
|
}
|
|
1778
1781
|
|
|
1779
|
-
class UpdatePaymentCredentialProviderCommand extends
|
|
1782
|
+
class UpdatePaymentCredentialProviderCommand extends Command
|
|
1780
1783
|
.classBuilder()
|
|
1781
1784
|
.ep(commonParams)
|
|
1782
1785
|
.m(function (Command, cs, config, o) {
|
|
1783
|
-
return [
|
|
1786
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1784
1787
|
})
|
|
1785
1788
|
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentCredentialProvider", {})
|
|
1786
1789
|
.n("BedrockAgentCoreControlClient", "UpdatePaymentCredentialProviderCommand")
|
|
1787
|
-
.sc(
|
|
1790
|
+
.sc(UpdatePaymentCredentialProvider$)
|
|
1788
1791
|
.build() {
|
|
1789
1792
|
}
|
|
1790
1793
|
|
|
1791
|
-
class UpdatePaymentManagerCommand extends
|
|
1794
|
+
class UpdatePaymentManagerCommand extends Command
|
|
1792
1795
|
.classBuilder()
|
|
1793
1796
|
.ep(commonParams)
|
|
1794
1797
|
.m(function (Command, cs, config, o) {
|
|
1795
|
-
return [
|
|
1798
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1796
1799
|
})
|
|
1797
1800
|
.s("AmazonBedrockAgentCoreControl", "UpdatePaymentManager", {})
|
|
1798
1801
|
.n("BedrockAgentCoreControlClient", "UpdatePaymentManagerCommand")
|
|
1799
|
-
.sc(
|
|
1802
|
+
.sc(UpdatePaymentManager$)
|
|
1800
1803
|
.build() {
|
|
1801
1804
|
}
|
|
1802
1805
|
|
|
1803
|
-
class UpdatePolicyCommand extends
|
|
1806
|
+
class UpdatePolicyCommand extends Command
|
|
1804
1807
|
.classBuilder()
|
|
1805
1808
|
.ep(commonParams)
|
|
1806
1809
|
.m(function (Command, cs, config, o) {
|
|
1807
|
-
return [
|
|
1810
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1808
1811
|
})
|
|
1809
1812
|
.s("AmazonBedrockAgentCoreControl", "UpdatePolicy", {})
|
|
1810
1813
|
.n("BedrockAgentCoreControlClient", "UpdatePolicyCommand")
|
|
1811
|
-
.sc(
|
|
1814
|
+
.sc(UpdatePolicy$)
|
|
1812
1815
|
.build() {
|
|
1813
1816
|
}
|
|
1814
1817
|
|
|
1815
|
-
class UpdatePolicyEngineCommand extends
|
|
1818
|
+
class UpdatePolicyEngineCommand extends Command
|
|
1816
1819
|
.classBuilder()
|
|
1817
1820
|
.ep(commonParams)
|
|
1818
1821
|
.m(function (Command, cs, config, o) {
|
|
1819
|
-
return [
|
|
1822
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1820
1823
|
})
|
|
1821
1824
|
.s("AmazonBedrockAgentCoreControl", "UpdatePolicyEngine", {})
|
|
1822
1825
|
.n("BedrockAgentCoreControlClient", "UpdatePolicyEngineCommand")
|
|
1823
|
-
.sc(
|
|
1826
|
+
.sc(UpdatePolicyEngine$)
|
|
1824
1827
|
.build() {
|
|
1825
1828
|
}
|
|
1826
1829
|
|
|
1827
|
-
class UpdateRegistryCommand extends
|
|
1830
|
+
class UpdateRegistryCommand extends Command
|
|
1828
1831
|
.classBuilder()
|
|
1829
1832
|
.ep(commonParams)
|
|
1830
1833
|
.m(function (Command, cs, config, o) {
|
|
1831
|
-
return [
|
|
1834
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1832
1835
|
})
|
|
1833
1836
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistry", {})
|
|
1834
1837
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryCommand")
|
|
1835
|
-
.sc(
|
|
1838
|
+
.sc(UpdateRegistry$)
|
|
1836
1839
|
.build() {
|
|
1837
1840
|
}
|
|
1838
1841
|
|
|
1839
|
-
class UpdateRegistryRecordCommand extends
|
|
1842
|
+
class UpdateRegistryRecordCommand extends Command
|
|
1840
1843
|
.classBuilder()
|
|
1841
1844
|
.ep(commonParams)
|
|
1842
1845
|
.m(function (Command, cs, config, o) {
|
|
1843
|
-
return [
|
|
1846
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1844
1847
|
})
|
|
1845
1848
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecord", {})
|
|
1846
1849
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryRecordCommand")
|
|
1847
|
-
.sc(
|
|
1850
|
+
.sc(UpdateRegistryRecord$)
|
|
1848
1851
|
.build() {
|
|
1849
1852
|
}
|
|
1850
1853
|
|
|
1851
|
-
class UpdateRegistryRecordStatusCommand extends
|
|
1854
|
+
class UpdateRegistryRecordStatusCommand extends Command
|
|
1852
1855
|
.classBuilder()
|
|
1853
1856
|
.ep(commonParams)
|
|
1854
1857
|
.m(function (Command, cs, config, o) {
|
|
1855
|
-
return [
|
|
1858
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1856
1859
|
})
|
|
1857
1860
|
.s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecordStatus", {})
|
|
1858
1861
|
.n("BedrockAgentCoreControlClient", "UpdateRegistryRecordStatusCommand")
|
|
1859
|
-
.sc(
|
|
1862
|
+
.sc(UpdateRegistryRecordStatus$)
|
|
1860
1863
|
.build() {
|
|
1861
1864
|
}
|
|
1862
1865
|
|
|
1863
|
-
class UpdateWorkloadIdentityCommand extends
|
|
1866
|
+
class UpdateWorkloadIdentityCommand extends Command
|
|
1864
1867
|
.classBuilder()
|
|
1865
1868
|
.ep(commonParams)
|
|
1866
1869
|
.m(function (Command, cs, config, o) {
|
|
1867
|
-
return [
|
|
1870
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1868
1871
|
})
|
|
1869
1872
|
.s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
|
|
1870
1873
|
.n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
|
|
1871
|
-
.sc(
|
|
1874
|
+
.sc(UpdateWorkloadIdentity$)
|
|
1872
1875
|
.build() {
|
|
1873
1876
|
}
|
|
1874
1877
|
|
|
1875
|
-
const paginateListAgentRuntimeEndpoints =
|
|
1878
|
+
const paginateListAgentRuntimeEndpoints = createPaginator(BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand, "nextToken", "nextToken", "maxResults");
|
|
1876
1879
|
|
|
1877
|
-
const paginateListAgentRuntimes =
|
|
1880
|
+
const paginateListAgentRuntimes = createPaginator(BedrockAgentCoreControlClient, ListAgentRuntimesCommand, "nextToken", "nextToken", "maxResults");
|
|
1878
1881
|
|
|
1879
|
-
const paginateListAgentRuntimeVersions =
|
|
1882
|
+
const paginateListAgentRuntimeVersions = createPaginator(BedrockAgentCoreControlClient, ListAgentRuntimeVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1880
1883
|
|
|
1881
|
-
const paginateListApiKeyCredentialProviders =
|
|
1884
|
+
const paginateListApiKeyCredentialProviders = createPaginator(BedrockAgentCoreControlClient, ListApiKeyCredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
|
|
1882
1885
|
|
|
1883
|
-
const paginateListBrowserProfiles =
|
|
1886
|
+
const paginateListBrowserProfiles = createPaginator(BedrockAgentCoreControlClient, ListBrowserProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
1884
1887
|
|
|
1885
|
-
const paginateListBrowsers =
|
|
1888
|
+
const paginateListBrowsers = createPaginator(BedrockAgentCoreControlClient, ListBrowsersCommand, "nextToken", "nextToken", "maxResults");
|
|
1886
1889
|
|
|
1887
|
-
const paginateListCodeInterpreters =
|
|
1890
|
+
const paginateListCodeInterpreters = createPaginator(BedrockAgentCoreControlClient, ListCodeInterpretersCommand, "nextToken", "nextToken", "maxResults");
|
|
1888
1891
|
|
|
1889
|
-
const paginateListConfigurationBundles =
|
|
1892
|
+
const paginateListConfigurationBundles = createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundlesCommand, "nextToken", "nextToken", "maxResults");
|
|
1890
1893
|
|
|
1891
|
-
const paginateListConfigurationBundleVersions =
|
|
1894
|
+
const paginateListConfigurationBundleVersions = createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundleVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1892
1895
|
|
|
1893
|
-
const paginateListDatasetExamples =
|
|
1896
|
+
const paginateListDatasetExamples = createPaginator(BedrockAgentCoreControlClient, ListDatasetExamplesCommand, "nextToken", "nextToken", "maxResults");
|
|
1894
1897
|
|
|
1895
|
-
const paginateListDatasets =
|
|
1898
|
+
const paginateListDatasets = createPaginator(BedrockAgentCoreControlClient, ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1896
1899
|
|
|
1897
|
-
const paginateListDatasetVersions =
|
|
1900
|
+
const paginateListDatasetVersions = createPaginator(BedrockAgentCoreControlClient, ListDatasetVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1898
1901
|
|
|
1899
|
-
const paginateListEvaluators =
|
|
1902
|
+
const paginateListEvaluators = createPaginator(BedrockAgentCoreControlClient, ListEvaluatorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1900
1903
|
|
|
1901
|
-
const paginateListGatewayRules =
|
|
1904
|
+
const paginateListGatewayRules = createPaginator(BedrockAgentCoreControlClient, ListGatewayRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
1902
1905
|
|
|
1903
|
-
const paginateListGateways =
|
|
1906
|
+
const paginateListGateways = createPaginator(BedrockAgentCoreControlClient, ListGatewaysCommand, "nextToken", "nextToken", "maxResults");
|
|
1904
1907
|
|
|
1905
|
-
const paginateListGatewayTargets =
|
|
1908
|
+
const paginateListGatewayTargets = createPaginator(BedrockAgentCoreControlClient, ListGatewayTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1906
1909
|
|
|
1907
|
-
const paginateListHarnesses =
|
|
1910
|
+
const paginateListHarnesses = createPaginator(BedrockAgentCoreControlClient, ListHarnessesCommand, "nextToken", "nextToken", "maxResults");
|
|
1908
1911
|
|
|
1909
|
-
const paginateListMemories =
|
|
1912
|
+
const paginateListMemories = createPaginator(BedrockAgentCoreControlClient, ListMemoriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1910
1913
|
|
|
1911
|
-
const paginateListOauth2CredentialProviders =
|
|
1914
|
+
const paginateListOauth2CredentialProviders = createPaginator(BedrockAgentCoreControlClient, ListOauth2CredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
|
|
1912
1915
|
|
|
1913
|
-
const paginateListOnlineEvaluationConfigs =
|
|
1916
|
+
const paginateListOnlineEvaluationConfigs = createPaginator(BedrockAgentCoreControlClient, ListOnlineEvaluationConfigsCommand, "nextToken", "nextToken", "maxResults");
|
|
1914
1917
|
|
|
1915
|
-
const paginateListPaymentConnectors =
|
|
1918
|
+
const paginateListPaymentConnectors = createPaginator(BedrockAgentCoreControlClient, ListPaymentConnectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1916
1919
|
|
|
1917
|
-
const paginateListPaymentCredentialProviders =
|
|
1920
|
+
const paginateListPaymentCredentialProviders = createPaginator(BedrockAgentCoreControlClient, ListPaymentCredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
|
|
1918
1921
|
|
|
1919
|
-
const paginateListPaymentManagers =
|
|
1922
|
+
const paginateListPaymentManagers = createPaginator(BedrockAgentCoreControlClient, ListPaymentManagersCommand, "nextToken", "nextToken", "maxResults");
|
|
1920
1923
|
|
|
1921
|
-
const paginateListPolicies =
|
|
1924
|
+
const paginateListPolicies = createPaginator(BedrockAgentCoreControlClient, ListPoliciesCommand, "nextToken", "nextToken", "maxResults");
|
|
1922
1925
|
|
|
1923
|
-
const paginateListPolicyEngines =
|
|
1926
|
+
const paginateListPolicyEngines = createPaginator(BedrockAgentCoreControlClient, ListPolicyEnginesCommand, "nextToken", "nextToken", "maxResults");
|
|
1924
1927
|
|
|
1925
|
-
const paginateListPolicyEngineSummaries =
|
|
1928
|
+
const paginateListPolicyEngineSummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicyEngineSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1926
1929
|
|
|
1927
|
-
const paginateListPolicyGenerationAssets =
|
|
1930
|
+
const paginateListPolicyGenerationAssets = createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationAssetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1928
1931
|
|
|
1929
|
-
const paginateListPolicyGenerations =
|
|
1932
|
+
const paginateListPolicyGenerations = createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1930
1933
|
|
|
1931
|
-
const paginateListPolicyGenerationSummaries =
|
|
1934
|
+
const paginateListPolicyGenerationSummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicyGenerationSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1932
1935
|
|
|
1933
|
-
const paginateListPolicySummaries =
|
|
1936
|
+
const paginateListPolicySummaries = createPaginator(BedrockAgentCoreControlClient, ListPolicySummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1934
1937
|
|
|
1935
|
-
const paginateListRegistries =
|
|
1938
|
+
const paginateListRegistries = createPaginator(BedrockAgentCoreControlClient, ListRegistriesCommand, "nextToken", "nextToken", "maxResults");
|
|
1936
1939
|
|
|
1937
|
-
const paginateListRegistryRecords =
|
|
1940
|
+
const paginateListRegistryRecords = createPaginator(BedrockAgentCoreControlClient, ListRegistryRecordsCommand, "nextToken", "nextToken", "maxResults");
|
|
1938
1941
|
|
|
1939
|
-
const paginateListWorkloadIdentities =
|
|
1942
|
+
const paginateListWorkloadIdentities = createPaginator(BedrockAgentCoreControlClient, ListWorkloadIdentitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
1940
1943
|
|
|
1941
|
-
const checkState$5 = async (client
|
|
1944
|
+
const checkState$5 = async (client, input) => {
|
|
1942
1945
|
let reason;
|
|
1943
1946
|
try {
|
|
1944
|
-
let result = await client
|
|
1947
|
+
let result = await client.send(new GetMemoryCommand(input));
|
|
1945
1948
|
reason = result;
|
|
1946
1949
|
try {
|
|
1947
1950
|
const returnComparator = () => {
|
|
1948
1951
|
return result.memory.status;
|
|
1949
1952
|
};
|
|
1950
1953
|
if (returnComparator() === "CREATING") {
|
|
1951
|
-
return { state:
|
|
1954
|
+
return { state: WaiterState.RETRY, reason };
|
|
1952
1955
|
}
|
|
1953
1956
|
}
|
|
1954
1957
|
catch (e) { }
|
|
@@ -1957,7 +1960,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1957
1960
|
return result.memory.status;
|
|
1958
1961
|
};
|
|
1959
1962
|
if (returnComparator() === "ACTIVE") {
|
|
1960
|
-
return { state:
|
|
1963
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1961
1964
|
}
|
|
1962
1965
|
}
|
|
1963
1966
|
catch (e) { }
|
|
@@ -1966,7 +1969,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1966
1969
|
return result.memory.status;
|
|
1967
1970
|
};
|
|
1968
1971
|
if (returnComparator() === "FAILED") {
|
|
1969
|
-
return { state:
|
|
1972
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1970
1973
|
}
|
|
1971
1974
|
}
|
|
1972
1975
|
catch (e) { }
|
|
@@ -1974,29 +1977,29 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1974
1977
|
catch (exception) {
|
|
1975
1978
|
reason = exception;
|
|
1976
1979
|
}
|
|
1977
|
-
return { state:
|
|
1980
|
+
return { state: WaiterState.RETRY, reason };
|
|
1978
1981
|
};
|
|
1979
1982
|
const waitForMemoryCreated = async (params, input) => {
|
|
1980
1983
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1981
|
-
return
|
|
1984
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1982
1985
|
};
|
|
1983
1986
|
const waitUntilMemoryCreated = async (params, input) => {
|
|
1984
1987
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
1985
|
-
const result = await
|
|
1986
|
-
return
|
|
1988
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1989
|
+
return checkExceptions(result);
|
|
1987
1990
|
};
|
|
1988
1991
|
|
|
1989
|
-
const checkState$4 = async (client
|
|
1992
|
+
const checkState$4 = async (client, input) => {
|
|
1990
1993
|
let reason;
|
|
1991
1994
|
try {
|
|
1992
|
-
let result = await client
|
|
1995
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
1993
1996
|
reason = result;
|
|
1994
1997
|
try {
|
|
1995
1998
|
const returnComparator = () => {
|
|
1996
1999
|
return result.status;
|
|
1997
2000
|
};
|
|
1998
2001
|
if (returnComparator() === "ACTIVE") {
|
|
1999
|
-
return { state:
|
|
2002
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2000
2003
|
}
|
|
2001
2004
|
}
|
|
2002
2005
|
catch (e) { }
|
|
@@ -2005,7 +2008,7 @@ const checkState$4 = async (client$1, input) => {
|
|
|
2005
2008
|
return result.status;
|
|
2006
2009
|
};
|
|
2007
2010
|
if (returnComparator() === "CREATE_FAILED") {
|
|
2008
|
-
return { state:
|
|
2011
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2009
2012
|
}
|
|
2010
2013
|
}
|
|
2011
2014
|
catch (e) { }
|
|
@@ -2014,7 +2017,7 @@ const checkState$4 = async (client$1, input) => {
|
|
|
2014
2017
|
return result.status;
|
|
2015
2018
|
};
|
|
2016
2019
|
if (returnComparator() === "UPDATE_FAILED") {
|
|
2017
|
-
return { state:
|
|
2020
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2018
2021
|
}
|
|
2019
2022
|
}
|
|
2020
2023
|
catch (e) { }
|
|
@@ -2023,7 +2026,7 @@ const checkState$4 = async (client$1, input) => {
|
|
|
2023
2026
|
return result.status;
|
|
2024
2027
|
};
|
|
2025
2028
|
if (returnComparator() === "DELETE_FAILED") {
|
|
2026
|
-
return { state:
|
|
2029
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2027
2030
|
}
|
|
2028
2031
|
}
|
|
2029
2032
|
catch (e) { }
|
|
@@ -2031,29 +2034,29 @@ const checkState$4 = async (client$1, input) => {
|
|
|
2031
2034
|
catch (exception) {
|
|
2032
2035
|
reason = exception;
|
|
2033
2036
|
}
|
|
2034
|
-
return { state:
|
|
2037
|
+
return { state: WaiterState.RETRY, reason };
|
|
2035
2038
|
};
|
|
2036
2039
|
const waitForPolicyActive = async (params, input) => {
|
|
2037
2040
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2038
|
-
return
|
|
2041
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
2039
2042
|
};
|
|
2040
2043
|
const waitUntilPolicyActive = async (params, input) => {
|
|
2041
2044
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2042
|
-
const result = await
|
|
2043
|
-
return
|
|
2045
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
2046
|
+
return checkExceptions(result);
|
|
2044
2047
|
};
|
|
2045
2048
|
|
|
2046
|
-
const checkState$3 = async (client
|
|
2049
|
+
const checkState$3 = async (client, input) => {
|
|
2047
2050
|
let reason;
|
|
2048
2051
|
try {
|
|
2049
|
-
let result = await client
|
|
2052
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
2050
2053
|
reason = result;
|
|
2051
2054
|
try {
|
|
2052
2055
|
const returnComparator = () => {
|
|
2053
2056
|
return result.status;
|
|
2054
2057
|
};
|
|
2055
2058
|
if (returnComparator() === "DELETING") {
|
|
2056
|
-
return { state:
|
|
2059
|
+
return { state: WaiterState.RETRY, reason };
|
|
2057
2060
|
}
|
|
2058
2061
|
}
|
|
2059
2062
|
catch (e) { }
|
|
@@ -2062,7 +2065,7 @@ const checkState$3 = async (client$1, input) => {
|
|
|
2062
2065
|
return result.status;
|
|
2063
2066
|
};
|
|
2064
2067
|
if (returnComparator() === "DELETE_FAILED") {
|
|
2065
|
-
return { state:
|
|
2068
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2066
2069
|
}
|
|
2067
2070
|
}
|
|
2068
2071
|
catch (e) { }
|
|
@@ -2070,32 +2073,32 @@ const checkState$3 = async (client$1, input) => {
|
|
|
2070
2073
|
catch (exception) {
|
|
2071
2074
|
reason = exception;
|
|
2072
2075
|
if (exception.name === "ResourceNotFoundException") {
|
|
2073
|
-
return { state:
|
|
2076
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2074
2077
|
}
|
|
2075
2078
|
}
|
|
2076
|
-
return { state:
|
|
2079
|
+
return { state: WaiterState.RETRY, reason };
|
|
2077
2080
|
};
|
|
2078
2081
|
const waitForPolicyDeleted = async (params, input) => {
|
|
2079
2082
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
2080
|
-
return
|
|
2083
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2081
2084
|
};
|
|
2082
2085
|
const waitUntilPolicyDeleted = async (params, input) => {
|
|
2083
2086
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
2084
|
-
const result = await
|
|
2085
|
-
return
|
|
2087
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
2088
|
+
return checkExceptions(result);
|
|
2086
2089
|
};
|
|
2087
2090
|
|
|
2088
|
-
const checkState$2 = async (client
|
|
2091
|
+
const checkState$2 = async (client, input) => {
|
|
2089
2092
|
let reason;
|
|
2090
2093
|
try {
|
|
2091
|
-
let result = await client
|
|
2094
|
+
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
2092
2095
|
reason = result;
|
|
2093
2096
|
try {
|
|
2094
2097
|
const returnComparator = () => {
|
|
2095
2098
|
return result.status;
|
|
2096
2099
|
};
|
|
2097
2100
|
if (returnComparator() === "ACTIVE") {
|
|
2098
|
-
return { state:
|
|
2101
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2099
2102
|
}
|
|
2100
2103
|
}
|
|
2101
2104
|
catch (e) { }
|
|
@@ -2104,7 +2107,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
2104
2107
|
return result.status;
|
|
2105
2108
|
};
|
|
2106
2109
|
if (returnComparator() === "CREATE_FAILED") {
|
|
2107
|
-
return { state:
|
|
2110
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2108
2111
|
}
|
|
2109
2112
|
}
|
|
2110
2113
|
catch (e) { }
|
|
@@ -2113,7 +2116,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
2113
2116
|
return result.status;
|
|
2114
2117
|
};
|
|
2115
2118
|
if (returnComparator() === "UPDATE_FAILED") {
|
|
2116
|
-
return { state:
|
|
2119
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2117
2120
|
}
|
|
2118
2121
|
}
|
|
2119
2122
|
catch (e) { }
|
|
@@ -2122,7 +2125,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
2122
2125
|
return result.status;
|
|
2123
2126
|
};
|
|
2124
2127
|
if (returnComparator() === "DELETE_FAILED") {
|
|
2125
|
-
return { state:
|
|
2128
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2126
2129
|
}
|
|
2127
2130
|
}
|
|
2128
2131
|
catch (e) { }
|
|
@@ -2130,29 +2133,29 @@ const checkState$2 = async (client$1, input) => {
|
|
|
2130
2133
|
catch (exception) {
|
|
2131
2134
|
reason = exception;
|
|
2132
2135
|
}
|
|
2133
|
-
return { state:
|
|
2136
|
+
return { state: WaiterState.RETRY, reason };
|
|
2134
2137
|
};
|
|
2135
2138
|
const waitForPolicyEngineActive = async (params, input) => {
|
|
2136
2139
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2137
|
-
return
|
|
2140
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2138
2141
|
};
|
|
2139
2142
|
const waitUntilPolicyEngineActive = async (params, input) => {
|
|
2140
2143
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2141
|
-
const result = await
|
|
2142
|
-
return
|
|
2144
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
2145
|
+
return checkExceptions(result);
|
|
2143
2146
|
};
|
|
2144
2147
|
|
|
2145
|
-
const checkState$1 = async (client
|
|
2148
|
+
const checkState$1 = async (client, input) => {
|
|
2146
2149
|
let reason;
|
|
2147
2150
|
try {
|
|
2148
|
-
let result = await client
|
|
2151
|
+
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
2149
2152
|
reason = result;
|
|
2150
2153
|
try {
|
|
2151
2154
|
const returnComparator = () => {
|
|
2152
2155
|
return result.status;
|
|
2153
2156
|
};
|
|
2154
2157
|
if (returnComparator() === "DELETING") {
|
|
2155
|
-
return { state:
|
|
2158
|
+
return { state: WaiterState.RETRY, reason };
|
|
2156
2159
|
}
|
|
2157
2160
|
}
|
|
2158
2161
|
catch (e) { }
|
|
@@ -2161,7 +2164,7 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2161
2164
|
return result.status;
|
|
2162
2165
|
};
|
|
2163
2166
|
if (returnComparator() === "DELETE_FAILED") {
|
|
2164
|
-
return { state:
|
|
2167
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2165
2168
|
}
|
|
2166
2169
|
}
|
|
2167
2170
|
catch (e) { }
|
|
@@ -2169,32 +2172,32 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2169
2172
|
catch (exception) {
|
|
2170
2173
|
reason = exception;
|
|
2171
2174
|
if (exception.name === "ResourceNotFoundException") {
|
|
2172
|
-
return { state:
|
|
2175
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2173
2176
|
}
|
|
2174
2177
|
}
|
|
2175
|
-
return { state:
|
|
2178
|
+
return { state: WaiterState.RETRY, reason };
|
|
2176
2179
|
};
|
|
2177
2180
|
const waitForPolicyEngineDeleted = async (params, input) => {
|
|
2178
2181
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
2179
|
-
return
|
|
2182
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2180
2183
|
};
|
|
2181
2184
|
const waitUntilPolicyEngineDeleted = async (params, input) => {
|
|
2182
2185
|
const serviceDefaults = { minDelay: 2, maxDelay: 120 };
|
|
2183
|
-
const result = await
|
|
2184
|
-
return
|
|
2186
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2187
|
+
return checkExceptions(result);
|
|
2185
2188
|
};
|
|
2186
2189
|
|
|
2187
|
-
const checkState = async (client
|
|
2190
|
+
const checkState = async (client, input) => {
|
|
2188
2191
|
let reason;
|
|
2189
2192
|
try {
|
|
2190
|
-
let result = await client
|
|
2193
|
+
let result = await client.send(new GetPolicyGenerationCommand(input));
|
|
2191
2194
|
reason = result;
|
|
2192
2195
|
try {
|
|
2193
2196
|
const returnComparator = () => {
|
|
2194
2197
|
return result.status;
|
|
2195
2198
|
};
|
|
2196
2199
|
if (returnComparator() === "GENERATED") {
|
|
2197
|
-
return { state:
|
|
2200
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2198
2201
|
}
|
|
2199
2202
|
}
|
|
2200
2203
|
catch (e) { }
|
|
@@ -2203,7 +2206,7 @@ const checkState = async (client$1, input) => {
|
|
|
2203
2206
|
return result.status;
|
|
2204
2207
|
};
|
|
2205
2208
|
if (returnComparator() === "GENERATING") {
|
|
2206
|
-
return { state:
|
|
2209
|
+
return { state: WaiterState.RETRY, reason };
|
|
2207
2210
|
}
|
|
2208
2211
|
}
|
|
2209
2212
|
catch (e) { }
|
|
@@ -2212,7 +2215,7 @@ const checkState = async (client$1, input) => {
|
|
|
2212
2215
|
return result.status;
|
|
2213
2216
|
};
|
|
2214
2217
|
if (returnComparator() === "GENERATE_FAILED") {
|
|
2215
|
-
return { state:
|
|
2218
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2216
2219
|
}
|
|
2217
2220
|
}
|
|
2218
2221
|
catch (e) { }
|
|
@@ -2221,7 +2224,7 @@ const checkState = async (client$1, input) => {
|
|
|
2221
2224
|
return result.status;
|
|
2222
2225
|
};
|
|
2223
2226
|
if (returnComparator() === "DELETE_FAILED") {
|
|
2224
|
-
return { state:
|
|
2227
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2225
2228
|
}
|
|
2226
2229
|
}
|
|
2227
2230
|
catch (e) { }
|
|
@@ -2229,16 +2232,16 @@ const checkState = async (client$1, input) => {
|
|
|
2229
2232
|
catch (exception) {
|
|
2230
2233
|
reason = exception;
|
|
2231
2234
|
}
|
|
2232
|
-
return { state:
|
|
2235
|
+
return { state: WaiterState.RETRY, reason };
|
|
2233
2236
|
};
|
|
2234
2237
|
const waitForPolicyGenerationCompleted = async (params, input) => {
|
|
2235
2238
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2236
|
-
return
|
|
2239
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2237
2240
|
};
|
|
2238
2241
|
const waitUntilPolicyGenerationCompleted = async (params, input) => {
|
|
2239
2242
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
2240
|
-
const result = await
|
|
2241
|
-
return
|
|
2243
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2244
|
+
return checkExceptions(result);
|
|
2242
2245
|
};
|
|
2243
2246
|
|
|
2244
2247
|
const commands = {
|
|
@@ -2435,7 +2438,7 @@ const waiters = {
|
|
|
2435
2438
|
};
|
|
2436
2439
|
class BedrockAgentCoreControl extends BedrockAgentCoreControlClient {
|
|
2437
2440
|
}
|
|
2438
|
-
|
|
2441
|
+
createAggregatedClient(commands, BedrockAgentCoreControl, { paginators, waiters });
|
|
2439
2442
|
|
|
2440
2443
|
const ActorTokenContentType = {
|
|
2441
2444
|
AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
|
|
@@ -2944,9 +2947,6 @@ const RegistryStatus = {
|
|
|
2944
2947
|
UPDATING: "UPDATING",
|
|
2945
2948
|
};
|
|
2946
2949
|
|
|
2947
|
-
exports.$Command = client.Command;
|
|
2948
|
-
exports.__Client = client.Client;
|
|
2949
|
-
exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException;
|
|
2950
2950
|
exports.ActorTokenContentType = ActorTokenContentType;
|
|
2951
2951
|
exports.AddDatasetExamplesCommand = AddDatasetExamplesCommand;
|
|
2952
2952
|
exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
|
|
@@ -3224,23 +3224,3 @@ exports.waitUntilPolicyDeleted = waitUntilPolicyDeleted;
|
|
|
3224
3224
|
exports.waitUntilPolicyEngineActive = waitUntilPolicyEngineActive;
|
|
3225
3225
|
exports.waitUntilPolicyEngineDeleted = waitUntilPolicyEngineDeleted;
|
|
3226
3226
|
exports.waitUntilPolicyGenerationCompleted = waitUntilPolicyGenerationCompleted;
|
|
3227
|
-
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
3228
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3229
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3230
|
-
enumerable: true,
|
|
3231
|
-
value: schemas_0['__proto__']
|
|
3232
|
-
});
|
|
3233
|
-
|
|
3234
|
-
Object.keys(schemas_0).forEach(function (k) {
|
|
3235
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
3236
|
-
});
|
|
3237
|
-
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
3238
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3239
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3240
|
-
enumerable: true,
|
|
3241
|
-
value: errors['__proto__']
|
|
3242
|
-
});
|
|
3243
|
-
|
|
3244
|
-
Object.keys(errors).forEach(function (k) {
|
|
3245
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
3246
|
-
});
|