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