@aws-sdk/client-bedrock-agentcore-control 3.1051.0 → 3.1053.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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDatasetExamplesCommandInput, ListDatasetExamplesCommandOutput } from "../commands/ListDatasetExamplesCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDatasetExamples: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListDatasetExamplesCommandInput, ...rest: any[]) => Paginator<ListDatasetExamplesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDatasetVersionsCommandInput, ListDatasetVersionsCommandOutput } from "../commands/ListDatasetVersionsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDatasetVersions: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListDatasetVersionsCommandInput, ...rest: any[]) => Paginator<ListDatasetVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListDatasets: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListDatasetsCommandInput, ...rest: any[]) => Paginator<ListDatasetsCommandOutput>;
|
|
@@ -8,6 +8,9 @@ export * from "./ListBrowsersPaginator";
|
|
|
8
8
|
export * from "./ListCodeInterpretersPaginator";
|
|
9
9
|
export * from "./ListConfigurationBundlesPaginator";
|
|
10
10
|
export * from "./ListConfigurationBundleVersionsPaginator";
|
|
11
|
+
export * from "./ListDatasetExamplesPaginator";
|
|
12
|
+
export * from "./ListDatasetsPaginator";
|
|
13
|
+
export * from "./ListDatasetVersionsPaginator";
|
|
11
14
|
export * from "./ListEvaluatorsPaginator";
|
|
12
15
|
export * from "./ListGatewayRulesPaginator";
|
|
13
16
|
export * from "./ListGatewaysPaginator";
|
|
@@ -22,6 +22,8 @@ export declare var ValidationException$: StaticErrorSchema;
|
|
|
22
22
|
*/
|
|
23
23
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
24
24
|
export declare var A2aDescriptor$: StaticStructureSchema;
|
|
25
|
+
export declare var AddDatasetExamplesRequest$: StaticStructureSchema;
|
|
26
|
+
export declare var AddDatasetExamplesResponse$: StaticStructureSchema;
|
|
25
27
|
export declare var AgentCardDefinition$: StaticStructureSchema;
|
|
26
28
|
export declare var AgentRuntime$: StaticStructureSchema;
|
|
27
29
|
export declare var AgentRuntimeEndpoint$: StaticStructureSchema;
|
|
@@ -72,6 +74,10 @@ export declare var CreateCodeInterpreterRequest$: StaticStructureSchema;
|
|
|
72
74
|
export declare var CreateCodeInterpreterResponse$: StaticStructureSchema;
|
|
73
75
|
export declare var CreateConfigurationBundleRequest$: StaticStructureSchema;
|
|
74
76
|
export declare var CreateConfigurationBundleResponse$: StaticStructureSchema;
|
|
77
|
+
export declare var CreateDatasetRequest$: StaticStructureSchema;
|
|
78
|
+
export declare var CreateDatasetResponse$: StaticStructureSchema;
|
|
79
|
+
export declare var CreateDatasetVersionRequest$: StaticStructureSchema;
|
|
80
|
+
export declare var CreateDatasetVersionResponse$: StaticStructureSchema;
|
|
75
81
|
export declare var CreateEvaluatorRequest$: StaticStructureSchema;
|
|
76
82
|
export declare var CreateEvaluatorResponse$: StaticStructureSchema;
|
|
77
83
|
export declare var CreateGatewayRequest$: StaticStructureSchema;
|
|
@@ -111,6 +117,8 @@ export declare var CustomJWTAuthorizerConfiguration$: StaticStructureSchema;
|
|
|
111
117
|
export declare var CustomMemoryStrategyInput$: StaticStructureSchema;
|
|
112
118
|
export declare var CustomOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
113
119
|
export declare var CustomOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
120
|
+
export declare var DatasetSummary$: StaticStructureSchema;
|
|
121
|
+
export declare var DatasetVersionSummary$: StaticStructureSchema;
|
|
114
122
|
export declare var DeleteAgentRuntimeEndpointRequest$: StaticStructureSchema;
|
|
115
123
|
export declare var DeleteAgentRuntimeEndpointResponse$: StaticStructureSchema;
|
|
116
124
|
export declare var DeleteAgentRuntimeRequest$: StaticStructureSchema;
|
|
@@ -125,6 +133,10 @@ export declare var DeleteCodeInterpreterRequest$: StaticStructureSchema;
|
|
|
125
133
|
export declare var DeleteCodeInterpreterResponse$: StaticStructureSchema;
|
|
126
134
|
export declare var DeleteConfigurationBundleRequest$: StaticStructureSchema;
|
|
127
135
|
export declare var DeleteConfigurationBundleResponse$: StaticStructureSchema;
|
|
136
|
+
export declare var DeleteDatasetExamplesRequest$: StaticStructureSchema;
|
|
137
|
+
export declare var DeleteDatasetExamplesResponse$: StaticStructureSchema;
|
|
138
|
+
export declare var DeleteDatasetRequest$: StaticStructureSchema;
|
|
139
|
+
export declare var DeleteDatasetResponse$: StaticStructureSchema;
|
|
128
140
|
export declare var DeleteEvaluatorRequest$: StaticStructureSchema;
|
|
129
141
|
export declare var DeleteEvaluatorResponse$: StaticStructureSchema;
|
|
130
142
|
export declare var DeleteGatewayRequest$: StaticStructureSchema;
|
|
@@ -198,6 +210,8 @@ export declare var GetConfigurationBundleRequest$: StaticStructureSchema;
|
|
|
198
210
|
export declare var GetConfigurationBundleResponse$: StaticStructureSchema;
|
|
199
211
|
export declare var GetConfigurationBundleVersionRequest$: StaticStructureSchema;
|
|
200
212
|
export declare var GetConfigurationBundleVersionResponse$: StaticStructureSchema;
|
|
213
|
+
export declare var GetDatasetRequest$: StaticStructureSchema;
|
|
214
|
+
export declare var GetDatasetResponse$: StaticStructureSchema;
|
|
201
215
|
export declare var GetEvaluatorRequest$: StaticStructureSchema;
|
|
202
216
|
export declare var GetEvaluatorResponse$: StaticStructureSchema;
|
|
203
217
|
export declare var GetGatewayRequest$: StaticStructureSchema;
|
|
@@ -270,6 +284,7 @@ export declare var IncludedOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
|
270
284
|
export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
271
285
|
export declare var IndexedKey$: StaticStructureSchema;
|
|
272
286
|
export declare var InferenceConfiguration$: StaticStructureSchema;
|
|
287
|
+
export declare var InlineExamplesSource$: StaticStructureSchema;
|
|
273
288
|
export declare var InterceptorInputConfiguration$: StaticStructureSchema;
|
|
274
289
|
export declare var InvocationConfiguration$: StaticStructureSchema;
|
|
275
290
|
export declare var InvocationConfigurationInput$: StaticStructureSchema;
|
|
@@ -298,6 +313,12 @@ export declare var ListConfigurationBundlesRequest$: StaticStructureSchema;
|
|
|
298
313
|
export declare var ListConfigurationBundlesResponse$: StaticStructureSchema;
|
|
299
314
|
export declare var ListConfigurationBundleVersionsRequest$: StaticStructureSchema;
|
|
300
315
|
export declare var ListConfigurationBundleVersionsResponse$: StaticStructureSchema;
|
|
316
|
+
export declare var ListDatasetExamplesRequest$: StaticStructureSchema;
|
|
317
|
+
export declare var ListDatasetExamplesResponse$: StaticStructureSchema;
|
|
318
|
+
export declare var ListDatasetsRequest$: StaticStructureSchema;
|
|
319
|
+
export declare var ListDatasetsResponse$: StaticStructureSchema;
|
|
320
|
+
export declare var ListDatasetVersionsRequest$: StaticStructureSchema;
|
|
321
|
+
export declare var ListDatasetVersionsResponse$: StaticStructureSchema;
|
|
301
322
|
export declare var ListEvaluatorsRequest$: StaticStructureSchema;
|
|
302
323
|
export declare var ListEvaluatorsResponse$: StaticStructureSchema;
|
|
303
324
|
export declare var ListGatewayRulesRequest$: StaticStructureSchema;
|
|
@@ -405,6 +426,7 @@ export declare var RuntimeTargetConfiguration$: StaticStructureSchema;
|
|
|
405
426
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
406
427
|
export declare var S3FilesAccessPointConfiguration$: StaticStructureSchema;
|
|
407
428
|
export declare var S3Location$: StaticStructureSchema;
|
|
429
|
+
export declare var S3Source$: StaticStructureSchema;
|
|
408
430
|
export declare var SalesforceOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
409
431
|
export declare var SalesforceOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
410
432
|
export declare var SamplingConfig$: StaticStructureSchema;
|
|
@@ -476,6 +498,10 @@ export declare var UpdatedA2aDescriptor$: StaticStructureSchema;
|
|
|
476
498
|
export declare var UpdatedAgentSkillsDescriptor$: StaticStructureSchema;
|
|
477
499
|
export declare var UpdatedAgentSkillsDescriptorFields$: StaticStructureSchema;
|
|
478
500
|
export declare var UpdatedApprovalConfiguration$: StaticStructureSchema;
|
|
501
|
+
export declare var UpdateDatasetExamplesRequest$: StaticStructureSchema;
|
|
502
|
+
export declare var UpdateDatasetExamplesResponse$: StaticStructureSchema;
|
|
503
|
+
export declare var UpdateDatasetRequest$: StaticStructureSchema;
|
|
504
|
+
export declare var UpdateDatasetResponse$: StaticStructureSchema;
|
|
479
505
|
export declare var UpdatedAuthorizerConfiguration$: StaticStructureSchema;
|
|
480
506
|
export declare var UpdatedCustomDescriptor$: StaticStructureSchema;
|
|
481
507
|
export declare var UpdatedDescription$: StaticStructureSchema;
|
|
@@ -563,6 +589,7 @@ export declare var CustomExtractionConfigurationInput$: StaticUnionSchema;
|
|
|
563
589
|
export declare var CustomReflectionConfiguration$: StaticUnionSchema;
|
|
564
590
|
export declare var CustomReflectionConfigurationInput$: StaticUnionSchema;
|
|
565
591
|
export declare var DataSourceConfig$: StaticUnionSchema;
|
|
592
|
+
export declare var DataSourceType$: StaticUnionSchema;
|
|
566
593
|
export declare var EvaluatorConfig$: StaticUnionSchema;
|
|
567
594
|
export declare var EvaluatorModelConfig$: StaticUnionSchema;
|
|
568
595
|
export declare var EvaluatorReference$: StaticUnionSchema;
|
|
@@ -611,6 +638,7 @@ export declare var ToolSchema$: StaticUnionSchema;
|
|
|
611
638
|
export declare var TriggerCondition$: StaticUnionSchema;
|
|
612
639
|
export declare var TriggerConditionInput$: StaticUnionSchema;
|
|
613
640
|
export declare var Validation$: StaticUnionSchema;
|
|
641
|
+
export declare var AddDatasetExamples$: StaticOperationSchema;
|
|
614
642
|
export declare var CreateAgentRuntime$: StaticOperationSchema;
|
|
615
643
|
export declare var CreateAgentRuntimeEndpoint$: StaticOperationSchema;
|
|
616
644
|
export declare var CreateApiKeyCredentialProvider$: StaticOperationSchema;
|
|
@@ -618,6 +646,8 @@ export declare var CreateBrowser$: StaticOperationSchema;
|
|
|
618
646
|
export declare var CreateBrowserProfile$: StaticOperationSchema;
|
|
619
647
|
export declare var CreateCodeInterpreter$: StaticOperationSchema;
|
|
620
648
|
export declare var CreateConfigurationBundle$: StaticOperationSchema;
|
|
649
|
+
export declare var CreateDataset$: StaticOperationSchema;
|
|
650
|
+
export declare var CreateDatasetVersion$: StaticOperationSchema;
|
|
621
651
|
export declare var CreateEvaluator$: StaticOperationSchema;
|
|
622
652
|
export declare var CreateGateway$: StaticOperationSchema;
|
|
623
653
|
export declare var CreateGatewayRule$: StaticOperationSchema;
|
|
@@ -641,6 +671,8 @@ export declare var DeleteBrowser$: StaticOperationSchema;
|
|
|
641
671
|
export declare var DeleteBrowserProfile$: StaticOperationSchema;
|
|
642
672
|
export declare var DeleteCodeInterpreter$: StaticOperationSchema;
|
|
643
673
|
export declare var DeleteConfigurationBundle$: StaticOperationSchema;
|
|
674
|
+
export declare var DeleteDataset$: StaticOperationSchema;
|
|
675
|
+
export declare var DeleteDatasetExamples$: StaticOperationSchema;
|
|
644
676
|
export declare var DeleteEvaluator$: StaticOperationSchema;
|
|
645
677
|
export declare var DeleteGateway$: StaticOperationSchema;
|
|
646
678
|
export declare var DeleteGatewayRule$: StaticOperationSchema;
|
|
@@ -666,6 +698,7 @@ export declare var GetBrowserProfile$: StaticOperationSchema;
|
|
|
666
698
|
export declare var GetCodeInterpreter$: StaticOperationSchema;
|
|
667
699
|
export declare var GetConfigurationBundle$: StaticOperationSchema;
|
|
668
700
|
export declare var GetConfigurationBundleVersion$: StaticOperationSchema;
|
|
701
|
+
export declare var GetDataset$: StaticOperationSchema;
|
|
669
702
|
export declare var GetEvaluator$: StaticOperationSchema;
|
|
670
703
|
export declare var GetGateway$: StaticOperationSchema;
|
|
671
704
|
export declare var GetGatewayRule$: StaticOperationSchema;
|
|
@@ -697,6 +730,9 @@ export declare var ListBrowsers$: StaticOperationSchema;
|
|
|
697
730
|
export declare var ListCodeInterpreters$: StaticOperationSchema;
|
|
698
731
|
export declare var ListConfigurationBundles$: StaticOperationSchema;
|
|
699
732
|
export declare var ListConfigurationBundleVersions$: StaticOperationSchema;
|
|
733
|
+
export declare var ListDatasetExamples$: StaticOperationSchema;
|
|
734
|
+
export declare var ListDatasets$: StaticOperationSchema;
|
|
735
|
+
export declare var ListDatasetVersions$: StaticOperationSchema;
|
|
700
736
|
export declare var ListEvaluators$: StaticOperationSchema;
|
|
701
737
|
export declare var ListGatewayRules$: StaticOperationSchema;
|
|
702
738
|
export declare var ListGateways$: StaticOperationSchema;
|
|
@@ -730,6 +766,8 @@ export declare var UpdateAgentRuntime$: StaticOperationSchema;
|
|
|
730
766
|
export declare var UpdateAgentRuntimeEndpoint$: StaticOperationSchema;
|
|
731
767
|
export declare var UpdateApiKeyCredentialProvider$: StaticOperationSchema;
|
|
732
768
|
export declare var UpdateConfigurationBundle$: StaticOperationSchema;
|
|
769
|
+
export declare var UpdateDataset$: StaticOperationSchema;
|
|
770
|
+
export declare var UpdateDatasetExamples$: StaticOperationSchema;
|
|
733
771
|
export declare var UpdateEvaluator$: StaticOperationSchema;
|
|
734
772
|
export declare var UpdateGateway$: StaticOperationSchema;
|
|
735
773
|
export declare var UpdateGatewayRule$: StaticOperationSchema;
|
|
@@ -6,6 +6,10 @@ import {
|
|
|
6
6
|
WaiterConfiguration,
|
|
7
7
|
} from "@smithy/types";
|
|
8
8
|
import { BedrockAgentCoreControlClient } from "./BedrockAgentCoreControlClient";
|
|
9
|
+
import {
|
|
10
|
+
AddDatasetExamplesCommandInput,
|
|
11
|
+
AddDatasetExamplesCommandOutput,
|
|
12
|
+
} from "./commands/AddDatasetExamplesCommand";
|
|
9
13
|
import {
|
|
10
14
|
CreateAgentRuntimeCommandInput,
|
|
11
15
|
CreateAgentRuntimeCommandOutput,
|
|
@@ -34,6 +38,14 @@ import {
|
|
|
34
38
|
CreateConfigurationBundleCommandInput,
|
|
35
39
|
CreateConfigurationBundleCommandOutput,
|
|
36
40
|
} from "./commands/CreateConfigurationBundleCommand";
|
|
41
|
+
import {
|
|
42
|
+
CreateDatasetCommandInput,
|
|
43
|
+
CreateDatasetCommandOutput,
|
|
44
|
+
} from "./commands/CreateDatasetCommand";
|
|
45
|
+
import {
|
|
46
|
+
CreateDatasetVersionCommandInput,
|
|
47
|
+
CreateDatasetVersionCommandOutput,
|
|
48
|
+
} from "./commands/CreateDatasetVersionCommand";
|
|
37
49
|
import {
|
|
38
50
|
CreateEvaluatorCommandInput,
|
|
39
51
|
CreateEvaluatorCommandOutput,
|
|
@@ -126,6 +138,14 @@ import {
|
|
|
126
138
|
DeleteConfigurationBundleCommandInput,
|
|
127
139
|
DeleteConfigurationBundleCommandOutput,
|
|
128
140
|
} from "./commands/DeleteConfigurationBundleCommand";
|
|
141
|
+
import {
|
|
142
|
+
DeleteDatasetCommandInput,
|
|
143
|
+
DeleteDatasetCommandOutput,
|
|
144
|
+
} from "./commands/DeleteDatasetCommand";
|
|
145
|
+
import {
|
|
146
|
+
DeleteDatasetExamplesCommandInput,
|
|
147
|
+
DeleteDatasetExamplesCommandOutput,
|
|
148
|
+
} from "./commands/DeleteDatasetExamplesCommand";
|
|
129
149
|
import {
|
|
130
150
|
DeleteEvaluatorCommandInput,
|
|
131
151
|
DeleteEvaluatorCommandOutput,
|
|
@@ -226,6 +246,10 @@ import {
|
|
|
226
246
|
GetConfigurationBundleVersionCommandInput,
|
|
227
247
|
GetConfigurationBundleVersionCommandOutput,
|
|
228
248
|
} from "./commands/GetConfigurationBundleVersionCommand";
|
|
249
|
+
import {
|
|
250
|
+
GetDatasetCommandInput,
|
|
251
|
+
GetDatasetCommandOutput,
|
|
252
|
+
} from "./commands/GetDatasetCommand";
|
|
229
253
|
import {
|
|
230
254
|
GetEvaluatorCommandInput,
|
|
231
255
|
GetEvaluatorCommandOutput,
|
|
@@ -350,6 +374,18 @@ import {
|
|
|
350
374
|
ListConfigurationBundleVersionsCommandInput,
|
|
351
375
|
ListConfigurationBundleVersionsCommandOutput,
|
|
352
376
|
} from "./commands/ListConfigurationBundleVersionsCommand";
|
|
377
|
+
import {
|
|
378
|
+
ListDatasetExamplesCommandInput,
|
|
379
|
+
ListDatasetExamplesCommandOutput,
|
|
380
|
+
} from "./commands/ListDatasetExamplesCommand";
|
|
381
|
+
import {
|
|
382
|
+
ListDatasetsCommandInput,
|
|
383
|
+
ListDatasetsCommandOutput,
|
|
384
|
+
} from "./commands/ListDatasetsCommand";
|
|
385
|
+
import {
|
|
386
|
+
ListDatasetVersionsCommandInput,
|
|
387
|
+
ListDatasetVersionsCommandOutput,
|
|
388
|
+
} from "./commands/ListDatasetVersionsCommand";
|
|
353
389
|
import {
|
|
354
390
|
ListEvaluatorsCommandInput,
|
|
355
391
|
ListEvaluatorsCommandOutput,
|
|
@@ -482,6 +518,14 @@ import {
|
|
|
482
518
|
UpdateConfigurationBundleCommandInput,
|
|
483
519
|
UpdateConfigurationBundleCommandOutput,
|
|
484
520
|
} from "./commands/UpdateConfigurationBundleCommand";
|
|
521
|
+
import {
|
|
522
|
+
UpdateDatasetCommandInput,
|
|
523
|
+
UpdateDatasetCommandOutput,
|
|
524
|
+
} from "./commands/UpdateDatasetCommand";
|
|
525
|
+
import {
|
|
526
|
+
UpdateDatasetExamplesCommandInput,
|
|
527
|
+
UpdateDatasetExamplesCommandOutput,
|
|
528
|
+
} from "./commands/UpdateDatasetExamplesCommand";
|
|
485
529
|
import {
|
|
486
530
|
UpdateEvaluatorCommandInput,
|
|
487
531
|
UpdateEvaluatorCommandOutput,
|
|
@@ -552,6 +596,19 @@ import {
|
|
|
552
596
|
} from "./commands/UpdateWorkloadIdentityCommand";
|
|
553
597
|
import { ResourceNotFoundException } from "./models/errors";
|
|
554
598
|
export interface BedrockAgentCoreControl {
|
|
599
|
+
addDatasetExamples(
|
|
600
|
+
args: AddDatasetExamplesCommandInput,
|
|
601
|
+
options?: __HttpHandlerOptions
|
|
602
|
+
): Promise<AddDatasetExamplesCommandOutput>;
|
|
603
|
+
addDatasetExamples(
|
|
604
|
+
args: AddDatasetExamplesCommandInput,
|
|
605
|
+
cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void
|
|
606
|
+
): void;
|
|
607
|
+
addDatasetExamples(
|
|
608
|
+
args: AddDatasetExamplesCommandInput,
|
|
609
|
+
options: __HttpHandlerOptions,
|
|
610
|
+
cb: (err: any, data?: AddDatasetExamplesCommandOutput) => void
|
|
611
|
+
): void;
|
|
555
612
|
createAgentRuntime(
|
|
556
613
|
args: CreateAgentRuntimeCommandInput,
|
|
557
614
|
options?: __HttpHandlerOptions
|
|
@@ -643,6 +700,32 @@ export interface BedrockAgentCoreControl {
|
|
|
643
700
|
options: __HttpHandlerOptions,
|
|
644
701
|
cb: (err: any, data?: CreateConfigurationBundleCommandOutput) => void
|
|
645
702
|
): void;
|
|
703
|
+
createDataset(
|
|
704
|
+
args: CreateDatasetCommandInput,
|
|
705
|
+
options?: __HttpHandlerOptions
|
|
706
|
+
): Promise<CreateDatasetCommandOutput>;
|
|
707
|
+
createDataset(
|
|
708
|
+
args: CreateDatasetCommandInput,
|
|
709
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
710
|
+
): void;
|
|
711
|
+
createDataset(
|
|
712
|
+
args: CreateDatasetCommandInput,
|
|
713
|
+
options: __HttpHandlerOptions,
|
|
714
|
+
cb: (err: any, data?: CreateDatasetCommandOutput) => void
|
|
715
|
+
): void;
|
|
716
|
+
createDatasetVersion(
|
|
717
|
+
args: CreateDatasetVersionCommandInput,
|
|
718
|
+
options?: __HttpHandlerOptions
|
|
719
|
+
): Promise<CreateDatasetVersionCommandOutput>;
|
|
720
|
+
createDatasetVersion(
|
|
721
|
+
args: CreateDatasetVersionCommandInput,
|
|
722
|
+
cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void
|
|
723
|
+
): void;
|
|
724
|
+
createDatasetVersion(
|
|
725
|
+
args: CreateDatasetVersionCommandInput,
|
|
726
|
+
options: __HttpHandlerOptions,
|
|
727
|
+
cb: (err: any, data?: CreateDatasetVersionCommandOutput) => void
|
|
728
|
+
): void;
|
|
646
729
|
createEvaluator(
|
|
647
730
|
args: CreateEvaluatorCommandInput,
|
|
648
731
|
options?: __HttpHandlerOptions
|
|
@@ -942,6 +1025,32 @@ export interface BedrockAgentCoreControl {
|
|
|
942
1025
|
options: __HttpHandlerOptions,
|
|
943
1026
|
cb: (err: any, data?: DeleteConfigurationBundleCommandOutput) => void
|
|
944
1027
|
): void;
|
|
1028
|
+
deleteDataset(
|
|
1029
|
+
args: DeleteDatasetCommandInput,
|
|
1030
|
+
options?: __HttpHandlerOptions
|
|
1031
|
+
): Promise<DeleteDatasetCommandOutput>;
|
|
1032
|
+
deleteDataset(
|
|
1033
|
+
args: DeleteDatasetCommandInput,
|
|
1034
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
1035
|
+
): void;
|
|
1036
|
+
deleteDataset(
|
|
1037
|
+
args: DeleteDatasetCommandInput,
|
|
1038
|
+
options: __HttpHandlerOptions,
|
|
1039
|
+
cb: (err: any, data?: DeleteDatasetCommandOutput) => void
|
|
1040
|
+
): void;
|
|
1041
|
+
deleteDatasetExamples(
|
|
1042
|
+
args: DeleteDatasetExamplesCommandInput,
|
|
1043
|
+
options?: __HttpHandlerOptions
|
|
1044
|
+
): Promise<DeleteDatasetExamplesCommandOutput>;
|
|
1045
|
+
deleteDatasetExamples(
|
|
1046
|
+
args: DeleteDatasetExamplesCommandInput,
|
|
1047
|
+
cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
deleteDatasetExamples(
|
|
1050
|
+
args: DeleteDatasetExamplesCommandInput,
|
|
1051
|
+
options: __HttpHandlerOptions,
|
|
1052
|
+
cb: (err: any, data?: DeleteDatasetExamplesCommandOutput) => void
|
|
1053
|
+
): void;
|
|
945
1054
|
deleteEvaluator(
|
|
946
1055
|
args: DeleteEvaluatorCommandInput,
|
|
947
1056
|
options?: __HttpHandlerOptions
|
|
@@ -1267,6 +1376,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1267
1376
|
options: __HttpHandlerOptions,
|
|
1268
1377
|
cb: (err: any, data?: GetConfigurationBundleVersionCommandOutput) => void
|
|
1269
1378
|
): void;
|
|
1379
|
+
getDataset(
|
|
1380
|
+
args: GetDatasetCommandInput,
|
|
1381
|
+
options?: __HttpHandlerOptions
|
|
1382
|
+
): Promise<GetDatasetCommandOutput>;
|
|
1383
|
+
getDataset(
|
|
1384
|
+
args: GetDatasetCommandInput,
|
|
1385
|
+
cb: (err: any, data?: GetDatasetCommandOutput) => void
|
|
1386
|
+
): void;
|
|
1387
|
+
getDataset(
|
|
1388
|
+
args: GetDatasetCommandInput,
|
|
1389
|
+
options: __HttpHandlerOptions,
|
|
1390
|
+
cb: (err: any, data?: GetDatasetCommandOutput) => void
|
|
1391
|
+
): void;
|
|
1270
1392
|
getEvaluator(
|
|
1271
1393
|
args: GetEvaluatorCommandInput,
|
|
1272
1394
|
options?: __HttpHandlerOptions
|
|
@@ -1677,6 +1799,46 @@ export interface BedrockAgentCoreControl {
|
|
|
1677
1799
|
options: __HttpHandlerOptions,
|
|
1678
1800
|
cb: (err: any, data?: ListConfigurationBundleVersionsCommandOutput) => void
|
|
1679
1801
|
): void;
|
|
1802
|
+
listDatasetExamples(
|
|
1803
|
+
args: ListDatasetExamplesCommandInput,
|
|
1804
|
+
options?: __HttpHandlerOptions
|
|
1805
|
+
): Promise<ListDatasetExamplesCommandOutput>;
|
|
1806
|
+
listDatasetExamples(
|
|
1807
|
+
args: ListDatasetExamplesCommandInput,
|
|
1808
|
+
cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void
|
|
1809
|
+
): void;
|
|
1810
|
+
listDatasetExamples(
|
|
1811
|
+
args: ListDatasetExamplesCommandInput,
|
|
1812
|
+
options: __HttpHandlerOptions,
|
|
1813
|
+
cb: (err: any, data?: ListDatasetExamplesCommandOutput) => void
|
|
1814
|
+
): void;
|
|
1815
|
+
listDatasets(): Promise<ListDatasetsCommandOutput>;
|
|
1816
|
+
listDatasets(
|
|
1817
|
+
args: ListDatasetsCommandInput,
|
|
1818
|
+
options?: __HttpHandlerOptions
|
|
1819
|
+
): Promise<ListDatasetsCommandOutput>;
|
|
1820
|
+
listDatasets(
|
|
1821
|
+
args: ListDatasetsCommandInput,
|
|
1822
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
1823
|
+
): void;
|
|
1824
|
+
listDatasets(
|
|
1825
|
+
args: ListDatasetsCommandInput,
|
|
1826
|
+
options: __HttpHandlerOptions,
|
|
1827
|
+
cb: (err: any, data?: ListDatasetsCommandOutput) => void
|
|
1828
|
+
): void;
|
|
1829
|
+
listDatasetVersions(
|
|
1830
|
+
args: ListDatasetVersionsCommandInput,
|
|
1831
|
+
options?: __HttpHandlerOptions
|
|
1832
|
+
): Promise<ListDatasetVersionsCommandOutput>;
|
|
1833
|
+
listDatasetVersions(
|
|
1834
|
+
args: ListDatasetVersionsCommandInput,
|
|
1835
|
+
cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void
|
|
1836
|
+
): void;
|
|
1837
|
+
listDatasetVersions(
|
|
1838
|
+
args: ListDatasetVersionsCommandInput,
|
|
1839
|
+
options: __HttpHandlerOptions,
|
|
1840
|
+
cb: (err: any, data?: ListDatasetVersionsCommandOutput) => void
|
|
1841
|
+
): void;
|
|
1680
1842
|
listEvaluators(): Promise<ListEvaluatorsCommandOutput>;
|
|
1681
1843
|
listEvaluators(
|
|
1682
1844
|
args: ListEvaluatorsCommandInput,
|
|
@@ -2118,6 +2280,32 @@ export interface BedrockAgentCoreControl {
|
|
|
2118
2280
|
options: __HttpHandlerOptions,
|
|
2119
2281
|
cb: (err: any, data?: UpdateConfigurationBundleCommandOutput) => void
|
|
2120
2282
|
): void;
|
|
2283
|
+
updateDataset(
|
|
2284
|
+
args: UpdateDatasetCommandInput,
|
|
2285
|
+
options?: __HttpHandlerOptions
|
|
2286
|
+
): Promise<UpdateDatasetCommandOutput>;
|
|
2287
|
+
updateDataset(
|
|
2288
|
+
args: UpdateDatasetCommandInput,
|
|
2289
|
+
cb: (err: any, data?: UpdateDatasetCommandOutput) => void
|
|
2290
|
+
): void;
|
|
2291
|
+
updateDataset(
|
|
2292
|
+
args: UpdateDatasetCommandInput,
|
|
2293
|
+
options: __HttpHandlerOptions,
|
|
2294
|
+
cb: (err: any, data?: UpdateDatasetCommandOutput) => void
|
|
2295
|
+
): void;
|
|
2296
|
+
updateDatasetExamples(
|
|
2297
|
+
args: UpdateDatasetExamplesCommandInput,
|
|
2298
|
+
options?: __HttpHandlerOptions
|
|
2299
|
+
): Promise<UpdateDatasetExamplesCommandOutput>;
|
|
2300
|
+
updateDatasetExamples(
|
|
2301
|
+
args: UpdateDatasetExamplesCommandInput,
|
|
2302
|
+
cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void
|
|
2303
|
+
): void;
|
|
2304
|
+
updateDatasetExamples(
|
|
2305
|
+
args: UpdateDatasetExamplesCommandInput,
|
|
2306
|
+
options: __HttpHandlerOptions,
|
|
2307
|
+
cb: (err: any, data?: UpdateDatasetExamplesCommandOutput) => void
|
|
2308
|
+
): void;
|
|
2121
2309
|
updateEvaluator(
|
|
2122
2310
|
args: UpdateEvaluatorCommandInput,
|
|
2123
2311
|
options?: __HttpHandlerOptions
|
|
@@ -2402,6 +2590,27 @@ export interface BedrockAgentCoreControl {
|
|
|
2402
2590
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2403
2591
|
>
|
|
2404
2592
|
): Paginator<ListConfigurationBundleVersionsCommandOutput>;
|
|
2593
|
+
paginateListDatasetExamples(
|
|
2594
|
+
args: ListDatasetExamplesCommandInput,
|
|
2595
|
+
paginationConfig?: Pick<
|
|
2596
|
+
PaginationConfiguration,
|
|
2597
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2598
|
+
>
|
|
2599
|
+
): Paginator<ListDatasetExamplesCommandOutput>;
|
|
2600
|
+
paginateListDatasets(
|
|
2601
|
+
args?: ListDatasetsCommandInput,
|
|
2602
|
+
paginationConfig?: Pick<
|
|
2603
|
+
PaginationConfiguration,
|
|
2604
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2605
|
+
>
|
|
2606
|
+
): Paginator<ListDatasetsCommandOutput>;
|
|
2607
|
+
paginateListDatasetVersions(
|
|
2608
|
+
args: ListDatasetVersionsCommandInput,
|
|
2609
|
+
paginationConfig?: Pick<
|
|
2610
|
+
PaginationConfiguration,
|
|
2611
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2612
|
+
>
|
|
2613
|
+
): Paginator<ListDatasetVersionsCommandOutput>;
|
|
2405
2614
|
paginateListEvaluators(
|
|
2406
2615
|
args?: ListEvaluatorsCommandInput,
|
|
2407
2616
|
paginationConfig?: Pick<
|
|
@@ -36,6 +36,10 @@ import {
|
|
|
36
36
|
HttpAuthSchemeInputConfig,
|
|
37
37
|
HttpAuthSchemeResolvedConfig,
|
|
38
38
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
+
import {
|
|
40
|
+
AddDatasetExamplesCommandInput,
|
|
41
|
+
AddDatasetExamplesCommandOutput,
|
|
42
|
+
} from "./commands/AddDatasetExamplesCommand";
|
|
39
43
|
import {
|
|
40
44
|
CreateAgentRuntimeCommandInput,
|
|
41
45
|
CreateAgentRuntimeCommandOutput,
|
|
@@ -64,6 +68,14 @@ import {
|
|
|
64
68
|
CreateConfigurationBundleCommandInput,
|
|
65
69
|
CreateConfigurationBundleCommandOutput,
|
|
66
70
|
} from "./commands/CreateConfigurationBundleCommand";
|
|
71
|
+
import {
|
|
72
|
+
CreateDatasetCommandInput,
|
|
73
|
+
CreateDatasetCommandOutput,
|
|
74
|
+
} from "./commands/CreateDatasetCommand";
|
|
75
|
+
import {
|
|
76
|
+
CreateDatasetVersionCommandInput,
|
|
77
|
+
CreateDatasetVersionCommandOutput,
|
|
78
|
+
} from "./commands/CreateDatasetVersionCommand";
|
|
67
79
|
import {
|
|
68
80
|
CreateEvaluatorCommandInput,
|
|
69
81
|
CreateEvaluatorCommandOutput,
|
|
@@ -156,6 +168,14 @@ import {
|
|
|
156
168
|
DeleteConfigurationBundleCommandInput,
|
|
157
169
|
DeleteConfigurationBundleCommandOutput,
|
|
158
170
|
} from "./commands/DeleteConfigurationBundleCommand";
|
|
171
|
+
import {
|
|
172
|
+
DeleteDatasetCommandInput,
|
|
173
|
+
DeleteDatasetCommandOutput,
|
|
174
|
+
} from "./commands/DeleteDatasetCommand";
|
|
175
|
+
import {
|
|
176
|
+
DeleteDatasetExamplesCommandInput,
|
|
177
|
+
DeleteDatasetExamplesCommandOutput,
|
|
178
|
+
} from "./commands/DeleteDatasetExamplesCommand";
|
|
159
179
|
import {
|
|
160
180
|
DeleteEvaluatorCommandInput,
|
|
161
181
|
DeleteEvaluatorCommandOutput,
|
|
@@ -256,6 +276,10 @@ import {
|
|
|
256
276
|
GetConfigurationBundleVersionCommandInput,
|
|
257
277
|
GetConfigurationBundleVersionCommandOutput,
|
|
258
278
|
} from "./commands/GetConfigurationBundleVersionCommand";
|
|
279
|
+
import {
|
|
280
|
+
GetDatasetCommandInput,
|
|
281
|
+
GetDatasetCommandOutput,
|
|
282
|
+
} from "./commands/GetDatasetCommand";
|
|
259
283
|
import {
|
|
260
284
|
GetEvaluatorCommandInput,
|
|
261
285
|
GetEvaluatorCommandOutput,
|
|
@@ -380,6 +404,18 @@ import {
|
|
|
380
404
|
ListConfigurationBundleVersionsCommandInput,
|
|
381
405
|
ListConfigurationBundleVersionsCommandOutput,
|
|
382
406
|
} from "./commands/ListConfigurationBundleVersionsCommand";
|
|
407
|
+
import {
|
|
408
|
+
ListDatasetExamplesCommandInput,
|
|
409
|
+
ListDatasetExamplesCommandOutput,
|
|
410
|
+
} from "./commands/ListDatasetExamplesCommand";
|
|
411
|
+
import {
|
|
412
|
+
ListDatasetsCommandInput,
|
|
413
|
+
ListDatasetsCommandOutput,
|
|
414
|
+
} from "./commands/ListDatasetsCommand";
|
|
415
|
+
import {
|
|
416
|
+
ListDatasetVersionsCommandInput,
|
|
417
|
+
ListDatasetVersionsCommandOutput,
|
|
418
|
+
} from "./commands/ListDatasetVersionsCommand";
|
|
383
419
|
import {
|
|
384
420
|
ListEvaluatorsCommandInput,
|
|
385
421
|
ListEvaluatorsCommandOutput,
|
|
@@ -512,6 +548,14 @@ import {
|
|
|
512
548
|
UpdateConfigurationBundleCommandInput,
|
|
513
549
|
UpdateConfigurationBundleCommandOutput,
|
|
514
550
|
} from "./commands/UpdateConfigurationBundleCommand";
|
|
551
|
+
import {
|
|
552
|
+
UpdateDatasetCommandInput,
|
|
553
|
+
UpdateDatasetCommandOutput,
|
|
554
|
+
} from "./commands/UpdateDatasetCommand";
|
|
555
|
+
import {
|
|
556
|
+
UpdateDatasetExamplesCommandInput,
|
|
557
|
+
UpdateDatasetExamplesCommandOutput,
|
|
558
|
+
} from "./commands/UpdateDatasetExamplesCommand";
|
|
515
559
|
import {
|
|
516
560
|
UpdateEvaluatorCommandInput,
|
|
517
561
|
UpdateEvaluatorCommandOutput,
|
|
@@ -588,6 +632,7 @@ import {
|
|
|
588
632
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
589
633
|
export { __Client };
|
|
590
634
|
export type ServiceInputTypes =
|
|
635
|
+
| AddDatasetExamplesCommandInput
|
|
591
636
|
| CreateAgentRuntimeCommandInput
|
|
592
637
|
| CreateAgentRuntimeEndpointCommandInput
|
|
593
638
|
| CreateApiKeyCredentialProviderCommandInput
|
|
@@ -595,6 +640,8 @@ export type ServiceInputTypes =
|
|
|
595
640
|
| CreateBrowserProfileCommandInput
|
|
596
641
|
| CreateCodeInterpreterCommandInput
|
|
597
642
|
| CreateConfigurationBundleCommandInput
|
|
643
|
+
| CreateDatasetCommandInput
|
|
644
|
+
| CreateDatasetVersionCommandInput
|
|
598
645
|
| CreateEvaluatorCommandInput
|
|
599
646
|
| CreateGatewayCommandInput
|
|
600
647
|
| CreateGatewayRuleCommandInput
|
|
@@ -618,6 +665,8 @@ export type ServiceInputTypes =
|
|
|
618
665
|
| DeleteBrowserProfileCommandInput
|
|
619
666
|
| DeleteCodeInterpreterCommandInput
|
|
620
667
|
| DeleteConfigurationBundleCommandInput
|
|
668
|
+
| DeleteDatasetCommandInput
|
|
669
|
+
| DeleteDatasetExamplesCommandInput
|
|
621
670
|
| DeleteEvaluatorCommandInput
|
|
622
671
|
| DeleteGatewayCommandInput
|
|
623
672
|
| DeleteGatewayRuleCommandInput
|
|
@@ -643,6 +692,7 @@ export type ServiceInputTypes =
|
|
|
643
692
|
| GetCodeInterpreterCommandInput
|
|
644
693
|
| GetConfigurationBundleCommandInput
|
|
645
694
|
| GetConfigurationBundleVersionCommandInput
|
|
695
|
+
| GetDatasetCommandInput
|
|
646
696
|
| GetEvaluatorCommandInput
|
|
647
697
|
| GetGatewayCommandInput
|
|
648
698
|
| GetGatewayRuleCommandInput
|
|
@@ -674,6 +724,9 @@ export type ServiceInputTypes =
|
|
|
674
724
|
| ListCodeInterpretersCommandInput
|
|
675
725
|
| ListConfigurationBundleVersionsCommandInput
|
|
676
726
|
| ListConfigurationBundlesCommandInput
|
|
727
|
+
| ListDatasetExamplesCommandInput
|
|
728
|
+
| ListDatasetVersionsCommandInput
|
|
729
|
+
| ListDatasetsCommandInput
|
|
677
730
|
| ListEvaluatorsCommandInput
|
|
678
731
|
| ListGatewayRulesCommandInput
|
|
679
732
|
| ListGatewayTargetsCommandInput
|
|
@@ -707,6 +760,8 @@ export type ServiceInputTypes =
|
|
|
707
760
|
| UpdateAgentRuntimeEndpointCommandInput
|
|
708
761
|
| UpdateApiKeyCredentialProviderCommandInput
|
|
709
762
|
| UpdateConfigurationBundleCommandInput
|
|
763
|
+
| UpdateDatasetCommandInput
|
|
764
|
+
| UpdateDatasetExamplesCommandInput
|
|
710
765
|
| UpdateEvaluatorCommandInput
|
|
711
766
|
| UpdateGatewayCommandInput
|
|
712
767
|
| UpdateGatewayRuleCommandInput
|
|
@@ -725,6 +780,7 @@ export type ServiceInputTypes =
|
|
|
725
780
|
| UpdateRegistryRecordStatusCommandInput
|
|
726
781
|
| UpdateWorkloadIdentityCommandInput;
|
|
727
782
|
export type ServiceOutputTypes =
|
|
783
|
+
| AddDatasetExamplesCommandOutput
|
|
728
784
|
| CreateAgentRuntimeCommandOutput
|
|
729
785
|
| CreateAgentRuntimeEndpointCommandOutput
|
|
730
786
|
| CreateApiKeyCredentialProviderCommandOutput
|
|
@@ -732,6 +788,8 @@ export type ServiceOutputTypes =
|
|
|
732
788
|
| CreateBrowserProfileCommandOutput
|
|
733
789
|
| CreateCodeInterpreterCommandOutput
|
|
734
790
|
| CreateConfigurationBundleCommandOutput
|
|
791
|
+
| CreateDatasetCommandOutput
|
|
792
|
+
| CreateDatasetVersionCommandOutput
|
|
735
793
|
| CreateEvaluatorCommandOutput
|
|
736
794
|
| CreateGatewayCommandOutput
|
|
737
795
|
| CreateGatewayRuleCommandOutput
|
|
@@ -755,6 +813,8 @@ export type ServiceOutputTypes =
|
|
|
755
813
|
| DeleteBrowserProfileCommandOutput
|
|
756
814
|
| DeleteCodeInterpreterCommandOutput
|
|
757
815
|
| DeleteConfigurationBundleCommandOutput
|
|
816
|
+
| DeleteDatasetCommandOutput
|
|
817
|
+
| DeleteDatasetExamplesCommandOutput
|
|
758
818
|
| DeleteEvaluatorCommandOutput
|
|
759
819
|
| DeleteGatewayCommandOutput
|
|
760
820
|
| DeleteGatewayRuleCommandOutput
|
|
@@ -780,6 +840,7 @@ export type ServiceOutputTypes =
|
|
|
780
840
|
| GetCodeInterpreterCommandOutput
|
|
781
841
|
| GetConfigurationBundleCommandOutput
|
|
782
842
|
| GetConfigurationBundleVersionCommandOutput
|
|
843
|
+
| GetDatasetCommandOutput
|
|
783
844
|
| GetEvaluatorCommandOutput
|
|
784
845
|
| GetGatewayCommandOutput
|
|
785
846
|
| GetGatewayRuleCommandOutput
|
|
@@ -811,6 +872,9 @@ export type ServiceOutputTypes =
|
|
|
811
872
|
| ListCodeInterpretersCommandOutput
|
|
812
873
|
| ListConfigurationBundleVersionsCommandOutput
|
|
813
874
|
| ListConfigurationBundlesCommandOutput
|
|
875
|
+
| ListDatasetExamplesCommandOutput
|
|
876
|
+
| ListDatasetVersionsCommandOutput
|
|
877
|
+
| ListDatasetsCommandOutput
|
|
814
878
|
| ListEvaluatorsCommandOutput
|
|
815
879
|
| ListGatewayRulesCommandOutput
|
|
816
880
|
| ListGatewayTargetsCommandOutput
|
|
@@ -844,6 +908,8 @@ export type ServiceOutputTypes =
|
|
|
844
908
|
| UpdateAgentRuntimeEndpointCommandOutput
|
|
845
909
|
| UpdateApiKeyCredentialProviderCommandOutput
|
|
846
910
|
| UpdateConfigurationBundleCommandOutput
|
|
911
|
+
| UpdateDatasetCommandOutput
|
|
912
|
+
| UpdateDatasetExamplesCommandOutput
|
|
847
913
|
| UpdateEvaluatorCommandOutput
|
|
848
914
|
| UpdateGatewayCommandOutput
|
|
849
915
|
| UpdateGatewayRuleCommandOutput
|