@aws-sdk/client-bedrock-agentcore-control 3.1050.0 → 3.1052.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/dist-cjs/index.js +188 -2
- package/dist-cjs/schemas/schemas_0.js +334 -92
- package/dist-es/BedrockAgentCoreControl.js +28 -0
- package/dist-es/commands/AddDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/CreateDatasetCommand.js +16 -0
- package/dist-es/commands/CreateDatasetVersionCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/GetDatasetCommand.js +16 -0
- package/dist-es/commands/ListDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/ListDatasetVersionsCommand.js +16 -0
- package/dist-es/commands/ListDatasetsCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +19 -2
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/pagination/ListDatasetExamplesPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +318 -77
- package/dist-types/BedrockAgentCoreControl.d.ts +99 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -2
- package/dist-types/commands/AddDatasetExamplesCommand.d.ts +127 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +117 -0
- package/dist-types/commands/CreateDatasetVersionCommand.d.ts +113 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +123 -0
- package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +112 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +130 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExamplesCommand.d.ts +111 -0
- package/dist-types/commands/ListDatasetVersionsCommand.d.ts +103 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +91 -3
- package/dist-types/models/models_0.d.ts +2382 -2324
- package/dist-types/models/models_1.d.ts +4111 -4197
- package/dist-types/models/models_2.d.ts +775 -0
- package/dist-types/pagination/ListDatasetExamplesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +209 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -4
- package/dist-types/ts3.4/models/models_0.d.ts +192 -269
- package/dist-types/ts3.4/models/models_1.d.ts +268 -284
- package/dist-types/ts3.4/models/models_2.d.ts +273 -0
- package/dist-types/ts3.4/pagination/ListDatasetExamplesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -179,6 +179,13 @@ see LICENSE for more information.
|
|
|
179
179
|
|
|
180
180
|
## Client Commands (Operations List)
|
|
181
181
|
|
|
182
|
+
<details>
|
|
183
|
+
<summary>
|
|
184
|
+
AddDatasetExamples
|
|
185
|
+
</summary>
|
|
186
|
+
|
|
187
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/AddDatasetExamplesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/AddDatasetExamplesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/AddDatasetExamplesCommandOutput/)
|
|
188
|
+
</details>
|
|
182
189
|
<details>
|
|
183
190
|
<summary>
|
|
184
191
|
CreateAgentRuntime
|
|
@@ -230,6 +237,20 @@ CreateConfigurationBundle
|
|
|
230
237
|
</details>
|
|
231
238
|
<details>
|
|
232
239
|
<summary>
|
|
240
|
+
CreateDataset
|
|
241
|
+
</summary>
|
|
242
|
+
|
|
243
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateDatasetCommandOutput/)
|
|
244
|
+
</details>
|
|
245
|
+
<details>
|
|
246
|
+
<summary>
|
|
247
|
+
CreateDatasetVersion
|
|
248
|
+
</summary>
|
|
249
|
+
|
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/CreateDatasetVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateDatasetVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/CreateDatasetVersionCommandOutput/)
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
233
254
|
CreateEvaluator
|
|
234
255
|
</summary>
|
|
235
256
|
|
|
@@ -391,6 +412,20 @@ DeleteConfigurationBundle
|
|
|
391
412
|
</details>
|
|
392
413
|
<details>
|
|
393
414
|
<summary>
|
|
415
|
+
DeleteDataset
|
|
416
|
+
</summary>
|
|
417
|
+
|
|
418
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteDatasetCommandOutput/)
|
|
419
|
+
</details>
|
|
420
|
+
<details>
|
|
421
|
+
<summary>
|
|
422
|
+
DeleteDatasetExamples
|
|
423
|
+
</summary>
|
|
424
|
+
|
|
425
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/DeleteDatasetExamplesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteDatasetExamplesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/DeleteDatasetExamplesCommandOutput/)
|
|
426
|
+
</details>
|
|
427
|
+
<details>
|
|
428
|
+
<summary>
|
|
394
429
|
DeleteEvaluator
|
|
395
430
|
</summary>
|
|
396
431
|
|
|
@@ -566,6 +601,13 @@ GetConfigurationBundleVersion
|
|
|
566
601
|
</details>
|
|
567
602
|
<details>
|
|
568
603
|
<summary>
|
|
604
|
+
GetDataset
|
|
605
|
+
</summary>
|
|
606
|
+
|
|
607
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/GetDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/GetDatasetCommandOutput/)
|
|
608
|
+
</details>
|
|
609
|
+
<details>
|
|
610
|
+
<summary>
|
|
569
611
|
GetEvaluator
|
|
570
612
|
</summary>
|
|
571
613
|
|
|
@@ -783,6 +825,27 @@ ListConfigurationBundleVersions
|
|
|
783
825
|
</details>
|
|
784
826
|
<details>
|
|
785
827
|
<summary>
|
|
828
|
+
ListDatasetExamples
|
|
829
|
+
</summary>
|
|
830
|
+
|
|
831
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListDatasetExamplesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetExamplesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetExamplesCommandOutput/)
|
|
832
|
+
</details>
|
|
833
|
+
<details>
|
|
834
|
+
<summary>
|
|
835
|
+
ListDatasets
|
|
836
|
+
</summary>
|
|
837
|
+
|
|
838
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListDatasetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetsCommandOutput/)
|
|
839
|
+
</details>
|
|
840
|
+
<details>
|
|
841
|
+
<summary>
|
|
842
|
+
ListDatasetVersions
|
|
843
|
+
</summary>
|
|
844
|
+
|
|
845
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListDatasetVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListDatasetVersionsCommandOutput/)
|
|
846
|
+
</details>
|
|
847
|
+
<details>
|
|
848
|
+
<summary>
|
|
786
849
|
ListEvaluators
|
|
787
850
|
</summary>
|
|
788
851
|
|
|
@@ -1014,6 +1077,20 @@ UpdateConfigurationBundle
|
|
|
1014
1077
|
</details>
|
|
1015
1078
|
<details>
|
|
1016
1079
|
<summary>
|
|
1080
|
+
UpdateDataset
|
|
1081
|
+
</summary>
|
|
1082
|
+
|
|
1083
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateDatasetCommandOutput/)
|
|
1084
|
+
</details>
|
|
1085
|
+
<details>
|
|
1086
|
+
<summary>
|
|
1087
|
+
UpdateDatasetExamples
|
|
1088
|
+
</summary>
|
|
1089
|
+
|
|
1090
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UpdateDatasetExamplesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateDatasetExamplesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UpdateDatasetExamplesCommandOutput/)
|
|
1091
|
+
</details>
|
|
1092
|
+
<details>
|
|
1093
|
+
<summary>
|
|
1017
1094
|
UpdateEvaluator
|
|
1018
1095
|
</summary>
|
|
1019
1096
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -108,6 +108,18 @@ class BedrockAgentCoreControlClient extends client.Client {
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
class AddDatasetExamplesCommand extends client.Command
|
|
112
|
+
.classBuilder()
|
|
113
|
+
.ep(commonParams)
|
|
114
|
+
.m(function (Command, cs, config, o) {
|
|
115
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
116
|
+
})
|
|
117
|
+
.s("AmazonBedrockAgentCoreControl", "AddDatasetExamples", {})
|
|
118
|
+
.n("BedrockAgentCoreControlClient", "AddDatasetExamplesCommand")
|
|
119
|
+
.sc(schemas_0.AddDatasetExamples$)
|
|
120
|
+
.build() {
|
|
121
|
+
}
|
|
122
|
+
|
|
111
123
|
class CreateAgentRuntimeCommand extends client.Command
|
|
112
124
|
.classBuilder()
|
|
113
125
|
.ep(commonParams)
|
|
@@ -192,6 +204,30 @@ class CreateConfigurationBundleCommand extends client.Command
|
|
|
192
204
|
.build() {
|
|
193
205
|
}
|
|
194
206
|
|
|
207
|
+
class CreateDatasetCommand extends client.Command
|
|
208
|
+
.classBuilder()
|
|
209
|
+
.ep(commonParams)
|
|
210
|
+
.m(function (Command, cs, config, o) {
|
|
211
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
212
|
+
})
|
|
213
|
+
.s("AmazonBedrockAgentCoreControl", "CreateDataset", {})
|
|
214
|
+
.n("BedrockAgentCoreControlClient", "CreateDatasetCommand")
|
|
215
|
+
.sc(schemas_0.CreateDataset$)
|
|
216
|
+
.build() {
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
class CreateDatasetVersionCommand extends client.Command
|
|
220
|
+
.classBuilder()
|
|
221
|
+
.ep(commonParams)
|
|
222
|
+
.m(function (Command, cs, config, o) {
|
|
223
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
224
|
+
})
|
|
225
|
+
.s("AmazonBedrockAgentCoreControl", "CreateDatasetVersion", {})
|
|
226
|
+
.n("BedrockAgentCoreControlClient", "CreateDatasetVersionCommand")
|
|
227
|
+
.sc(schemas_0.CreateDatasetVersion$)
|
|
228
|
+
.build() {
|
|
229
|
+
}
|
|
230
|
+
|
|
195
231
|
class CreateEvaluatorCommand extends client.Command
|
|
196
232
|
.classBuilder()
|
|
197
233
|
.ep(commonParams)
|
|
@@ -468,6 +504,30 @@ class DeleteConfigurationBundleCommand extends client.Command
|
|
|
468
504
|
.build() {
|
|
469
505
|
}
|
|
470
506
|
|
|
507
|
+
class DeleteDatasetCommand extends client.Command
|
|
508
|
+
.classBuilder()
|
|
509
|
+
.ep(commonParams)
|
|
510
|
+
.m(function (Command, cs, config, o) {
|
|
511
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
512
|
+
})
|
|
513
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteDataset", {})
|
|
514
|
+
.n("BedrockAgentCoreControlClient", "DeleteDatasetCommand")
|
|
515
|
+
.sc(schemas_0.DeleteDataset$)
|
|
516
|
+
.build() {
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
class DeleteDatasetExamplesCommand extends client.Command
|
|
520
|
+
.classBuilder()
|
|
521
|
+
.ep(commonParams)
|
|
522
|
+
.m(function (Command, cs, config, o) {
|
|
523
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
524
|
+
})
|
|
525
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteDatasetExamples", {})
|
|
526
|
+
.n("BedrockAgentCoreControlClient", "DeleteDatasetExamplesCommand")
|
|
527
|
+
.sc(schemas_0.DeleteDatasetExamples$)
|
|
528
|
+
.build() {
|
|
529
|
+
}
|
|
530
|
+
|
|
471
531
|
class DeleteEvaluatorCommand extends client.Command
|
|
472
532
|
.classBuilder()
|
|
473
533
|
.ep(commonParams)
|
|
@@ -768,6 +828,18 @@ class GetConfigurationBundleVersionCommand extends client.Command
|
|
|
768
828
|
.build() {
|
|
769
829
|
}
|
|
770
830
|
|
|
831
|
+
class GetDatasetCommand extends client.Command
|
|
832
|
+
.classBuilder()
|
|
833
|
+
.ep(commonParams)
|
|
834
|
+
.m(function (Command, cs, config, o) {
|
|
835
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
836
|
+
})
|
|
837
|
+
.s("AmazonBedrockAgentCoreControl", "GetDataset", {})
|
|
838
|
+
.n("BedrockAgentCoreControlClient", "GetDatasetCommand")
|
|
839
|
+
.sc(schemas_0.GetDataset$)
|
|
840
|
+
.build() {
|
|
841
|
+
}
|
|
842
|
+
|
|
771
843
|
class GetEvaluatorCommand extends client.Command
|
|
772
844
|
.classBuilder()
|
|
773
845
|
.ep(commonParams)
|
|
@@ -1140,6 +1212,42 @@ class ListConfigurationBundleVersionsCommand extends client.Command
|
|
|
1140
1212
|
.build() {
|
|
1141
1213
|
}
|
|
1142
1214
|
|
|
1215
|
+
class ListDatasetExamplesCommand extends client.Command
|
|
1216
|
+
.classBuilder()
|
|
1217
|
+
.ep(commonParams)
|
|
1218
|
+
.m(function (Command, cs, config, o) {
|
|
1219
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1220
|
+
})
|
|
1221
|
+
.s("AmazonBedrockAgentCoreControl", "ListDatasetExamples", {})
|
|
1222
|
+
.n("BedrockAgentCoreControlClient", "ListDatasetExamplesCommand")
|
|
1223
|
+
.sc(schemas_0.ListDatasetExamples$)
|
|
1224
|
+
.build() {
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
class ListDatasetsCommand extends client.Command
|
|
1228
|
+
.classBuilder()
|
|
1229
|
+
.ep(commonParams)
|
|
1230
|
+
.m(function (Command, cs, config, o) {
|
|
1231
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1232
|
+
})
|
|
1233
|
+
.s("AmazonBedrockAgentCoreControl", "ListDatasets", {})
|
|
1234
|
+
.n("BedrockAgentCoreControlClient", "ListDatasetsCommand")
|
|
1235
|
+
.sc(schemas_0.ListDatasets$)
|
|
1236
|
+
.build() {
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
class ListDatasetVersionsCommand extends client.Command
|
|
1240
|
+
.classBuilder()
|
|
1241
|
+
.ep(commonParams)
|
|
1242
|
+
.m(function (Command, cs, config, o) {
|
|
1243
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1244
|
+
})
|
|
1245
|
+
.s("AmazonBedrockAgentCoreControl", "ListDatasetVersions", {})
|
|
1246
|
+
.n("BedrockAgentCoreControlClient", "ListDatasetVersionsCommand")
|
|
1247
|
+
.sc(schemas_0.ListDatasetVersions$)
|
|
1248
|
+
.build() {
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1143
1251
|
class ListEvaluatorsCommand extends client.Command
|
|
1144
1252
|
.classBuilder()
|
|
1145
1253
|
.ep(commonParams)
|
|
@@ -1536,6 +1644,30 @@ class UpdateConfigurationBundleCommand extends client.Command
|
|
|
1536
1644
|
.build() {
|
|
1537
1645
|
}
|
|
1538
1646
|
|
|
1647
|
+
class UpdateDatasetCommand extends client.Command
|
|
1648
|
+
.classBuilder()
|
|
1649
|
+
.ep(commonParams)
|
|
1650
|
+
.m(function (Command, cs, config, o) {
|
|
1651
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1652
|
+
})
|
|
1653
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateDataset", {})
|
|
1654
|
+
.n("BedrockAgentCoreControlClient", "UpdateDatasetCommand")
|
|
1655
|
+
.sc(schemas_0.UpdateDataset$)
|
|
1656
|
+
.build() {
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
class UpdateDatasetExamplesCommand extends client.Command
|
|
1660
|
+
.classBuilder()
|
|
1661
|
+
.ep(commonParams)
|
|
1662
|
+
.m(function (Command, cs, config, o) {
|
|
1663
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1664
|
+
})
|
|
1665
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateDatasetExamples", {})
|
|
1666
|
+
.n("BedrockAgentCoreControlClient", "UpdateDatasetExamplesCommand")
|
|
1667
|
+
.sc(schemas_0.UpdateDatasetExamples$)
|
|
1668
|
+
.build() {
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1539
1671
|
class UpdateEvaluatorCommand extends client.Command
|
|
1540
1672
|
.classBuilder()
|
|
1541
1673
|
.ep(commonParams)
|
|
@@ -1758,6 +1890,12 @@ const paginateListConfigurationBundles = core.createPaginator(BedrockAgentCoreCo
|
|
|
1758
1890
|
|
|
1759
1891
|
const paginateListConfigurationBundleVersions = core.createPaginator(BedrockAgentCoreControlClient, ListConfigurationBundleVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1760
1892
|
|
|
1893
|
+
const paginateListDatasetExamples = core.createPaginator(BedrockAgentCoreControlClient, ListDatasetExamplesCommand, "nextToken", "nextToken", "maxResults");
|
|
1894
|
+
|
|
1895
|
+
const paginateListDatasets = core.createPaginator(BedrockAgentCoreControlClient, ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1896
|
+
|
|
1897
|
+
const paginateListDatasetVersions = core.createPaginator(BedrockAgentCoreControlClient, ListDatasetVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1898
|
+
|
|
1761
1899
|
const paginateListEvaluators = core.createPaginator(BedrockAgentCoreControlClient, ListEvaluatorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1762
1900
|
|
|
1763
1901
|
const paginateListGatewayRules = core.createPaginator(BedrockAgentCoreControlClient, ListGatewayRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -2104,6 +2242,7 @@ const waitUntilPolicyGenerationCompleted = async (params, input) => {
|
|
|
2104
2242
|
};
|
|
2105
2243
|
|
|
2106
2244
|
const commands = {
|
|
2245
|
+
AddDatasetExamplesCommand,
|
|
2107
2246
|
CreateAgentRuntimeCommand,
|
|
2108
2247
|
CreateAgentRuntimeEndpointCommand,
|
|
2109
2248
|
CreateApiKeyCredentialProviderCommand,
|
|
@@ -2111,6 +2250,8 @@ const commands = {
|
|
|
2111
2250
|
CreateBrowserProfileCommand,
|
|
2112
2251
|
CreateCodeInterpreterCommand,
|
|
2113
2252
|
CreateConfigurationBundleCommand,
|
|
2253
|
+
CreateDatasetCommand,
|
|
2254
|
+
CreateDatasetVersionCommand,
|
|
2114
2255
|
CreateEvaluatorCommand,
|
|
2115
2256
|
CreateGatewayCommand,
|
|
2116
2257
|
CreateGatewayRuleCommand,
|
|
@@ -2134,6 +2275,8 @@ const commands = {
|
|
|
2134
2275
|
DeleteBrowserProfileCommand,
|
|
2135
2276
|
DeleteCodeInterpreterCommand,
|
|
2136
2277
|
DeleteConfigurationBundleCommand,
|
|
2278
|
+
DeleteDatasetCommand,
|
|
2279
|
+
DeleteDatasetExamplesCommand,
|
|
2137
2280
|
DeleteEvaluatorCommand,
|
|
2138
2281
|
DeleteGatewayCommand,
|
|
2139
2282
|
DeleteGatewayRuleCommand,
|
|
@@ -2159,6 +2302,7 @@ const commands = {
|
|
|
2159
2302
|
GetCodeInterpreterCommand,
|
|
2160
2303
|
GetConfigurationBundleCommand,
|
|
2161
2304
|
GetConfigurationBundleVersionCommand,
|
|
2305
|
+
GetDatasetCommand,
|
|
2162
2306
|
GetEvaluatorCommand,
|
|
2163
2307
|
GetGatewayCommand,
|
|
2164
2308
|
GetGatewayRuleCommand,
|
|
@@ -2190,6 +2334,9 @@ const commands = {
|
|
|
2190
2334
|
ListCodeInterpretersCommand,
|
|
2191
2335
|
ListConfigurationBundlesCommand,
|
|
2192
2336
|
ListConfigurationBundleVersionsCommand,
|
|
2337
|
+
ListDatasetExamplesCommand,
|
|
2338
|
+
ListDatasetsCommand,
|
|
2339
|
+
ListDatasetVersionsCommand,
|
|
2193
2340
|
ListEvaluatorsCommand,
|
|
2194
2341
|
ListGatewayRulesCommand,
|
|
2195
2342
|
ListGatewaysCommand,
|
|
@@ -2223,6 +2370,8 @@ const commands = {
|
|
|
2223
2370
|
UpdateAgentRuntimeEndpointCommand,
|
|
2224
2371
|
UpdateApiKeyCredentialProviderCommand,
|
|
2225
2372
|
UpdateConfigurationBundleCommand,
|
|
2373
|
+
UpdateDatasetCommand,
|
|
2374
|
+
UpdateDatasetExamplesCommand,
|
|
2226
2375
|
UpdateEvaluatorCommand,
|
|
2227
2376
|
UpdateGatewayCommand,
|
|
2228
2377
|
UpdateGatewayRuleCommand,
|
|
@@ -2251,6 +2400,9 @@ const paginators = {
|
|
|
2251
2400
|
paginateListCodeInterpreters,
|
|
2252
2401
|
paginateListConfigurationBundles,
|
|
2253
2402
|
paginateListConfigurationBundleVersions,
|
|
2403
|
+
paginateListDatasetExamples,
|
|
2404
|
+
paginateListDatasets,
|
|
2405
|
+
paginateListDatasetVersions,
|
|
2254
2406
|
paginateListEvaluators,
|
|
2255
2407
|
paginateListGatewayRules,
|
|
2256
2408
|
paginateListGateways,
|
|
@@ -2290,11 +2442,12 @@ const ActorTokenContentType = {
|
|
|
2290
2442
|
M2M: "M2M",
|
|
2291
2443
|
NONE: "NONE",
|
|
2292
2444
|
};
|
|
2293
|
-
const
|
|
2445
|
+
const DatasetStatus = {
|
|
2446
|
+
ACTIVE: "ACTIVE",
|
|
2294
2447
|
CREATE_FAILED: "CREATE_FAILED",
|
|
2295
2448
|
CREATING: "CREATING",
|
|
2449
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2296
2450
|
DELETING: "DELETING",
|
|
2297
|
-
READY: "READY",
|
|
2298
2451
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2299
2452
|
UPDATING: "UPDATING",
|
|
2300
2453
|
};
|
|
@@ -2305,6 +2458,14 @@ const ValidationExceptionReason = {
|
|
|
2305
2458
|
RESOURCE_CONFLICT: "ResourceConflict",
|
|
2306
2459
|
ROOT_EVENT_IN_OTHER_SESSION: "EventInOtherSession",
|
|
2307
2460
|
};
|
|
2461
|
+
const AgentRuntimeEndpointStatus = {
|
|
2462
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2463
|
+
CREATING: "CREATING",
|
|
2464
|
+
DELETING: "DELETING",
|
|
2465
|
+
READY: "READY",
|
|
2466
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2467
|
+
UPDATING: "UPDATING",
|
|
2468
|
+
};
|
|
2308
2469
|
const AgentManagedRuntimeType = {
|
|
2309
2470
|
NODE_22: "NODE_22",
|
|
2310
2471
|
PYTHON_3_10: "PYTHON_3_10",
|
|
@@ -2392,6 +2553,14 @@ const ConfigurationBundleStatus = {
|
|
|
2392
2553
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2393
2554
|
UPDATING: "UPDATING",
|
|
2394
2555
|
};
|
|
2556
|
+
const DatasetSchemaType = {
|
|
2557
|
+
AGENTCORE_EVALUATION_PREDEFINED_V1: "AGENTCORE_EVALUATION_PREDEFINED_V1",
|
|
2558
|
+
AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1",
|
|
2559
|
+
};
|
|
2560
|
+
const DraftStatus = {
|
|
2561
|
+
MODIFIED: "MODIFIED",
|
|
2562
|
+
UNMODIFIED: "UNMODIFIED",
|
|
2563
|
+
};
|
|
2395
2564
|
const EvaluatorLevel = {
|
|
2396
2565
|
SESSION: "SESSION",
|
|
2397
2566
|
TOOL_CALL: "TOOL_CALL",
|
|
@@ -2756,6 +2925,7 @@ exports.$Command = client.Command;
|
|
|
2756
2925
|
exports.__Client = client.Client;
|
|
2757
2926
|
exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException.BedrockAgentCoreControlServiceException;
|
|
2758
2927
|
exports.ActorTokenContentType = ActorTokenContentType;
|
|
2928
|
+
exports.AddDatasetExamplesCommand = AddDatasetExamplesCommand;
|
|
2759
2929
|
exports.AgentManagedRuntimeType = AgentManagedRuntimeType;
|
|
2760
2930
|
exports.AgentRuntimeEndpointStatus = AgentRuntimeEndpointStatus;
|
|
2761
2931
|
exports.AgentRuntimeStatus = AgentRuntimeStatus;
|
|
@@ -2781,6 +2951,8 @@ exports.CreateBrowserCommand = CreateBrowserCommand;
|
|
|
2781
2951
|
exports.CreateBrowserProfileCommand = CreateBrowserProfileCommand;
|
|
2782
2952
|
exports.CreateCodeInterpreterCommand = CreateCodeInterpreterCommand;
|
|
2783
2953
|
exports.CreateConfigurationBundleCommand = CreateConfigurationBundleCommand;
|
|
2954
|
+
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
2955
|
+
exports.CreateDatasetVersionCommand = CreateDatasetVersionCommand;
|
|
2784
2956
|
exports.CreateEvaluatorCommand = CreateEvaluatorCommand;
|
|
2785
2957
|
exports.CreateGatewayCommand = CreateGatewayCommand;
|
|
2786
2958
|
exports.CreateGatewayRuleCommand = CreateGatewayRuleCommand;
|
|
@@ -2799,6 +2971,8 @@ exports.CreateRegistryRecordCommand = CreateRegistryRecordCommand;
|
|
|
2799
2971
|
exports.CreateWorkloadIdentityCommand = CreateWorkloadIdentityCommand;
|
|
2800
2972
|
exports.CredentialProviderType = CredentialProviderType;
|
|
2801
2973
|
exports.CredentialProviderVendorType = CredentialProviderVendorType;
|
|
2974
|
+
exports.DatasetSchemaType = DatasetSchemaType;
|
|
2975
|
+
exports.DatasetStatus = DatasetStatus;
|
|
2802
2976
|
exports.DeleteAgentRuntimeCommand = DeleteAgentRuntimeCommand;
|
|
2803
2977
|
exports.DeleteAgentRuntimeEndpointCommand = DeleteAgentRuntimeEndpointCommand;
|
|
2804
2978
|
exports.DeleteApiKeyCredentialProviderCommand = DeleteApiKeyCredentialProviderCommand;
|
|
@@ -2806,6 +2980,8 @@ exports.DeleteBrowserCommand = DeleteBrowserCommand;
|
|
|
2806
2980
|
exports.DeleteBrowserProfileCommand = DeleteBrowserProfileCommand;
|
|
2807
2981
|
exports.DeleteCodeInterpreterCommand = DeleteCodeInterpreterCommand;
|
|
2808
2982
|
exports.DeleteConfigurationBundleCommand = DeleteConfigurationBundleCommand;
|
|
2983
|
+
exports.DeleteDatasetCommand = DeleteDatasetCommand;
|
|
2984
|
+
exports.DeleteDatasetExamplesCommand = DeleteDatasetExamplesCommand;
|
|
2809
2985
|
exports.DeleteEvaluatorCommand = DeleteEvaluatorCommand;
|
|
2810
2986
|
exports.DeleteGatewayCommand = DeleteGatewayCommand;
|
|
2811
2987
|
exports.DeleteGatewayRuleCommand = DeleteGatewayRuleCommand;
|
|
@@ -2824,6 +3000,7 @@ exports.DeleteRegistryRecordCommand = DeleteRegistryRecordCommand;
|
|
|
2824
3000
|
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
2825
3001
|
exports.DeleteWorkloadIdentityCommand = DeleteWorkloadIdentityCommand;
|
|
2826
3002
|
exports.DescriptorType = DescriptorType;
|
|
3003
|
+
exports.DraftStatus = DraftStatus;
|
|
2827
3004
|
exports.EndpointIpAddressType = EndpointIpAddressType;
|
|
2828
3005
|
exports.EvaluatorLevel = EvaluatorLevel;
|
|
2829
3006
|
exports.EvaluatorStatus = EvaluatorStatus;
|
|
@@ -2844,6 +3021,7 @@ exports.GetBrowserProfileCommand = GetBrowserProfileCommand;
|
|
|
2844
3021
|
exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
|
|
2845
3022
|
exports.GetConfigurationBundleCommand = GetConfigurationBundleCommand;
|
|
2846
3023
|
exports.GetConfigurationBundleVersionCommand = GetConfigurationBundleVersionCommand;
|
|
3024
|
+
exports.GetDatasetCommand = GetDatasetCommand;
|
|
2847
3025
|
exports.GetEvaluatorCommand = GetEvaluatorCommand;
|
|
2848
3026
|
exports.GetGatewayCommand = GetGatewayCommand;
|
|
2849
3027
|
exports.GetGatewayRuleCommand = GetGatewayRuleCommand;
|
|
@@ -2881,6 +3059,9 @@ exports.ListBrowsersCommand = ListBrowsersCommand;
|
|
|
2881
3059
|
exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
|
|
2882
3060
|
exports.ListConfigurationBundleVersionsCommand = ListConfigurationBundleVersionsCommand;
|
|
2883
3061
|
exports.ListConfigurationBundlesCommand = ListConfigurationBundlesCommand;
|
|
3062
|
+
exports.ListDatasetExamplesCommand = ListDatasetExamplesCommand;
|
|
3063
|
+
exports.ListDatasetVersionsCommand = ListDatasetVersionsCommand;
|
|
3064
|
+
exports.ListDatasetsCommand = ListDatasetsCommand;
|
|
2884
3065
|
exports.ListEvaluatorsCommand = ListEvaluatorsCommand;
|
|
2885
3066
|
exports.ListGatewayRulesCommand = ListGatewayRulesCommand;
|
|
2886
3067
|
exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;
|
|
@@ -2950,6 +3131,8 @@ exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
|
|
|
2950
3131
|
exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
|
|
2951
3132
|
exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCommand;
|
|
2952
3133
|
exports.UpdateConfigurationBundleCommand = UpdateConfigurationBundleCommand;
|
|
3134
|
+
exports.UpdateDatasetCommand = UpdateDatasetCommand;
|
|
3135
|
+
exports.UpdateDatasetExamplesCommand = UpdateDatasetExamplesCommand;
|
|
2953
3136
|
exports.UpdateEvaluatorCommand = UpdateEvaluatorCommand;
|
|
2954
3137
|
exports.UpdateGatewayCommand = UpdateGatewayCommand;
|
|
2955
3138
|
exports.UpdateGatewayRuleCommand = UpdateGatewayRuleCommand;
|
|
@@ -2977,6 +3160,9 @@ exports.paginateListBrowsers = paginateListBrowsers;
|
|
|
2977
3160
|
exports.paginateListCodeInterpreters = paginateListCodeInterpreters;
|
|
2978
3161
|
exports.paginateListConfigurationBundleVersions = paginateListConfigurationBundleVersions;
|
|
2979
3162
|
exports.paginateListConfigurationBundles = paginateListConfigurationBundles;
|
|
3163
|
+
exports.paginateListDatasetExamples = paginateListDatasetExamples;
|
|
3164
|
+
exports.paginateListDatasetVersions = paginateListDatasetVersions;
|
|
3165
|
+
exports.paginateListDatasets = paginateListDatasets;
|
|
2980
3166
|
exports.paginateListEvaluators = paginateListEvaluators;
|
|
2981
3167
|
exports.paginateListGatewayRules = paginateListGatewayRules;
|
|
2982
3168
|
exports.paginateListGatewayTargets = paginateListGatewayTargets;
|