@aws-sdk/client-bedrock-agentcore-control 3.1070.0 → 3.1071.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 +42 -0
- package/dist-cjs/index.js +143 -1
- package/dist-cjs/schemas/schemas_0.js +475 -94
- package/dist-es/BedrockAgentCoreControl.js +16 -0
- package/dist-es/commands/CreateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/DeleteHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/GetHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/ListHarnessEndpointsCommand.js +16 -0
- package/dist-es/commands/ListHarnessVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/pagination/ListHarnessEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListHarnessVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +435 -94
- package/dist-types/BedrockAgentCoreControl.d.ts +56 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +8 -2
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +43 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/CreateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +116 -0
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +20 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +27 -1
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +108 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +26 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +69 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +28 -2
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +104 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +12 -0
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +108 -0
- package/dist-types/commands/ListHarnessVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListHarnessesCommand.d.ts +3 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +69 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +51 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/UpdateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +113 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +21 -1
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +99 -0
- package/dist-types/models/models_0.d.ts +904 -1144
- package/dist-types/models/models_1.d.ts +4595 -4209
- package/dist-types/models/models_2.d.ts +883 -6
- package/dist-types/pagination/ListHarnessEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListHarnessVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +116 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +269 -402
- package/dist-types/ts3.4/models/models_1.d.ts +447 -211
- package/dist-types/ts3.4/models/models_2.d.ts +262 -3
- package/dist-types/ts3.4/pagination/ListHarnessEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListHarnessVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +3 -3
|
@@ -16,6 +16,7 @@ import { type CreateGatewayCommandInput, type CreateGatewayCommandOutput } from
|
|
|
16
16
|
import { type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput } from "./commands/CreateGatewayRuleCommand";
|
|
17
17
|
import { type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
|
|
18
18
|
import { type CreateHarnessCommandInput, type CreateHarnessCommandOutput } from "./commands/CreateHarnessCommand";
|
|
19
|
+
import { type CreateHarnessEndpointCommandInput, type CreateHarnessEndpointCommandOutput } from "./commands/CreateHarnessEndpointCommand";
|
|
19
20
|
import { type CreateMemoryCommandInput, type CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
20
21
|
import { type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
21
22
|
import { type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
@@ -41,6 +42,7 @@ import { type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput } from
|
|
|
41
42
|
import { type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput } from "./commands/DeleteGatewayRuleCommand";
|
|
42
43
|
import { type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
|
|
43
44
|
import { type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput } from "./commands/DeleteHarnessCommand";
|
|
45
|
+
import { type DeleteHarnessEndpointCommandInput, type DeleteHarnessEndpointCommandOutput } from "./commands/DeleteHarnessEndpointCommand";
|
|
44
46
|
import { type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
45
47
|
import { type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
46
48
|
import { type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
@@ -67,6 +69,7 @@ import { type GetGatewayCommandInput, type GetGatewayCommandOutput } from "./com
|
|
|
67
69
|
import { type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput } from "./commands/GetGatewayRuleCommand";
|
|
68
70
|
import { type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
|
|
69
71
|
import { type GetHarnessCommandInput, type GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
|
|
72
|
+
import { type GetHarnessEndpointCommandInput, type GetHarnessEndpointCommandOutput } from "./commands/GetHarnessEndpointCommand";
|
|
70
73
|
import { type GetMemoryCommandInput, type GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
71
74
|
import { type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
72
75
|
import { type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
@@ -100,7 +103,9 @@ import { type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput } fro
|
|
|
100
103
|
import { type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput } from "./commands/ListGatewayRulesCommand";
|
|
101
104
|
import { type ListGatewaysCommandInput, type ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
102
105
|
import { type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
|
|
106
|
+
import { type ListHarnessEndpointsCommandInput, type ListHarnessEndpointsCommandOutput } from "./commands/ListHarnessEndpointsCommand";
|
|
103
107
|
import { type ListHarnessesCommandInput, type ListHarnessesCommandOutput } from "./commands/ListHarnessesCommand";
|
|
108
|
+
import { type ListHarnessVersionsCommandInput, type ListHarnessVersionsCommandOutput } from "./commands/ListHarnessVersionsCommand";
|
|
104
109
|
import { type ListMemoriesCommandInput, type ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
105
110
|
import { type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
106
111
|
import { type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
@@ -136,6 +141,7 @@ import { type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput } from
|
|
|
136
141
|
import { type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput } from "./commands/UpdateGatewayRuleCommand";
|
|
137
142
|
import { type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
|
|
138
143
|
import { type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput } from "./commands/UpdateHarnessCommand";
|
|
144
|
+
import { type UpdateHarnessEndpointCommandInput, type UpdateHarnessEndpointCommandOutput } from "./commands/UpdateHarnessEndpointCommand";
|
|
139
145
|
import { type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
140
146
|
import { type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
141
147
|
import { type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
@@ -240,6 +246,12 @@ export interface BedrockAgentCoreControl {
|
|
|
240
246
|
createHarness(args: CreateHarnessCommandInput, options?: __HttpHandlerOptions): Promise<CreateHarnessCommandOutput>;
|
|
241
247
|
createHarness(args: CreateHarnessCommandInput, cb: (err: any, data?: CreateHarnessCommandOutput) => void): void;
|
|
242
248
|
createHarness(args: CreateHarnessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHarnessCommandOutput) => void): void;
|
|
249
|
+
/**
|
|
250
|
+
* @see {@link CreateHarnessEndpointCommand}
|
|
251
|
+
*/
|
|
252
|
+
createHarnessEndpoint(args: CreateHarnessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateHarnessEndpointCommandOutput>;
|
|
253
|
+
createHarnessEndpoint(args: CreateHarnessEndpointCommandInput, cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void): void;
|
|
254
|
+
createHarnessEndpoint(args: CreateHarnessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void): void;
|
|
243
255
|
/**
|
|
244
256
|
* @see {@link CreateMemoryCommand}
|
|
245
257
|
*/
|
|
@@ -390,6 +402,12 @@ export interface BedrockAgentCoreControl {
|
|
|
390
402
|
deleteHarness(args: DeleteHarnessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHarnessCommandOutput>;
|
|
391
403
|
deleteHarness(args: DeleteHarnessCommandInput, cb: (err: any, data?: DeleteHarnessCommandOutput) => void): void;
|
|
392
404
|
deleteHarness(args: DeleteHarnessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHarnessCommandOutput) => void): void;
|
|
405
|
+
/**
|
|
406
|
+
* @see {@link DeleteHarnessEndpointCommand}
|
|
407
|
+
*/
|
|
408
|
+
deleteHarnessEndpoint(args: DeleteHarnessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHarnessEndpointCommandOutput>;
|
|
409
|
+
deleteHarnessEndpoint(args: DeleteHarnessEndpointCommandInput, cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void): void;
|
|
410
|
+
deleteHarnessEndpoint(args: DeleteHarnessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void): void;
|
|
393
411
|
/**
|
|
394
412
|
* @see {@link DeleteMemoryCommand}
|
|
395
413
|
*/
|
|
@@ -546,6 +564,12 @@ export interface BedrockAgentCoreControl {
|
|
|
546
564
|
getHarness(args: GetHarnessCommandInput, options?: __HttpHandlerOptions): Promise<GetHarnessCommandOutput>;
|
|
547
565
|
getHarness(args: GetHarnessCommandInput, cb: (err: any, data?: GetHarnessCommandOutput) => void): void;
|
|
548
566
|
getHarness(args: GetHarnessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHarnessCommandOutput) => void): void;
|
|
567
|
+
/**
|
|
568
|
+
* @see {@link GetHarnessEndpointCommand}
|
|
569
|
+
*/
|
|
570
|
+
getHarnessEndpoint(args: GetHarnessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetHarnessEndpointCommandOutput>;
|
|
571
|
+
getHarnessEndpoint(args: GetHarnessEndpointCommandInput, cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void): void;
|
|
572
|
+
getHarnessEndpoint(args: GetHarnessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void): void;
|
|
549
573
|
/**
|
|
550
574
|
* @see {@link GetMemoryCommand}
|
|
551
575
|
*/
|
|
@@ -754,6 +778,12 @@ export interface BedrockAgentCoreControl {
|
|
|
754
778
|
listGatewayTargets(args: ListGatewayTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewayTargetsCommandOutput>;
|
|
755
779
|
listGatewayTargets(args: ListGatewayTargetsCommandInput, cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void): void;
|
|
756
780
|
listGatewayTargets(args: ListGatewayTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void): void;
|
|
781
|
+
/**
|
|
782
|
+
* @see {@link ListHarnessEndpointsCommand}
|
|
783
|
+
*/
|
|
784
|
+
listHarnessEndpoints(args: ListHarnessEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListHarnessEndpointsCommandOutput>;
|
|
785
|
+
listHarnessEndpoints(args: ListHarnessEndpointsCommandInput, cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void): void;
|
|
786
|
+
listHarnessEndpoints(args: ListHarnessEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void): void;
|
|
757
787
|
/**
|
|
758
788
|
* @see {@link ListHarnessesCommand}
|
|
759
789
|
*/
|
|
@@ -761,6 +791,12 @@ export interface BedrockAgentCoreControl {
|
|
|
761
791
|
listHarnesses(args: ListHarnessesCommandInput, options?: __HttpHandlerOptions): Promise<ListHarnessesCommandOutput>;
|
|
762
792
|
listHarnesses(args: ListHarnessesCommandInput, cb: (err: any, data?: ListHarnessesCommandOutput) => void): void;
|
|
763
793
|
listHarnesses(args: ListHarnessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHarnessesCommandOutput) => void): void;
|
|
794
|
+
/**
|
|
795
|
+
* @see {@link ListHarnessVersionsCommand}
|
|
796
|
+
*/
|
|
797
|
+
listHarnessVersions(args: ListHarnessVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListHarnessVersionsCommandOutput>;
|
|
798
|
+
listHarnessVersions(args: ListHarnessVersionsCommandInput, cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void): void;
|
|
799
|
+
listHarnessVersions(args: ListHarnessVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void): void;
|
|
764
800
|
/**
|
|
765
801
|
* @see {@link ListMemoriesCommand}
|
|
766
802
|
*/
|
|
@@ -980,6 +1016,12 @@ export interface BedrockAgentCoreControl {
|
|
|
980
1016
|
updateHarness(args: UpdateHarnessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHarnessCommandOutput>;
|
|
981
1017
|
updateHarness(args: UpdateHarnessCommandInput, cb: (err: any, data?: UpdateHarnessCommandOutput) => void): void;
|
|
982
1018
|
updateHarness(args: UpdateHarnessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHarnessCommandOutput) => void): void;
|
|
1019
|
+
/**
|
|
1020
|
+
* @see {@link UpdateHarnessEndpointCommand}
|
|
1021
|
+
*/
|
|
1022
|
+
updateHarnessEndpoint(args: UpdateHarnessEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHarnessEndpointCommandOutput>;
|
|
1023
|
+
updateHarnessEndpoint(args: UpdateHarnessEndpointCommandInput, cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void): void;
|
|
1024
|
+
updateHarnessEndpoint(args: UpdateHarnessEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void): void;
|
|
983
1025
|
/**
|
|
984
1026
|
* @see {@link UpdateMemoryCommand}
|
|
985
1027
|
*/
|
|
@@ -1164,6 +1206,13 @@ export interface BedrockAgentCoreControl {
|
|
|
1164
1206
|
* @returns AsyncIterable of {@link ListGatewayTargetsCommandOutput}.
|
|
1165
1207
|
*/
|
|
1166
1208
|
paginateListGatewayTargets(args: ListGatewayTargetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGatewayTargetsCommandOutput>;
|
|
1209
|
+
/**
|
|
1210
|
+
* @see {@link ListHarnessEndpointsCommand}
|
|
1211
|
+
* @param args - command input.
|
|
1212
|
+
* @param paginationConfig - optional pagination config.
|
|
1213
|
+
* @returns AsyncIterable of {@link ListHarnessEndpointsCommandOutput}.
|
|
1214
|
+
*/
|
|
1215
|
+
paginateListHarnessEndpoints(args: ListHarnessEndpointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHarnessEndpointsCommandOutput>;
|
|
1167
1216
|
/**
|
|
1168
1217
|
* @see {@link ListHarnessesCommand}
|
|
1169
1218
|
* @param args - command input.
|
|
@@ -1171,6 +1220,13 @@ export interface BedrockAgentCoreControl {
|
|
|
1171
1220
|
* @returns AsyncIterable of {@link ListHarnessesCommandOutput}.
|
|
1172
1221
|
*/
|
|
1173
1222
|
paginateListHarnesses(args?: ListHarnessesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHarnessesCommandOutput>;
|
|
1223
|
+
/**
|
|
1224
|
+
* @see {@link ListHarnessVersionsCommand}
|
|
1225
|
+
* @param args - command input.
|
|
1226
|
+
* @param paginationConfig - optional pagination config.
|
|
1227
|
+
* @returns AsyncIterable of {@link ListHarnessVersionsCommandOutput}.
|
|
1228
|
+
*/
|
|
1229
|
+
paginateListHarnessVersions(args: ListHarnessVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListHarnessVersionsCommandOutput>;
|
|
1174
1230
|
/**
|
|
1175
1231
|
* @see {@link ListMemoriesCommand}
|
|
1176
1232
|
* @param args - command input.
|
|
@@ -21,6 +21,7 @@ import type { CreateGatewayCommandInput, CreateGatewayCommandOutput } from "./co
|
|
|
21
21
|
import type { CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput } from "./commands/CreateGatewayRuleCommand";
|
|
22
22
|
import type { CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput } from "./commands/CreateGatewayTargetCommand";
|
|
23
23
|
import type { CreateHarnessCommandInput, CreateHarnessCommandOutput } from "./commands/CreateHarnessCommand";
|
|
24
|
+
import type { CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput } from "./commands/CreateHarnessEndpointCommand";
|
|
24
25
|
import type { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
25
26
|
import type { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
26
27
|
import type { CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
@@ -46,6 +47,7 @@ import type { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./co
|
|
|
46
47
|
import type { DeleteGatewayRuleCommandInput, DeleteGatewayRuleCommandOutput } from "./commands/DeleteGatewayRuleCommand";
|
|
47
48
|
import type { DeleteGatewayTargetCommandInput, DeleteGatewayTargetCommandOutput } from "./commands/DeleteGatewayTargetCommand";
|
|
48
49
|
import type { DeleteHarnessCommandInput, DeleteHarnessCommandOutput } from "./commands/DeleteHarnessCommand";
|
|
50
|
+
import type { DeleteHarnessEndpointCommandInput, DeleteHarnessEndpointCommandOutput } from "./commands/DeleteHarnessEndpointCommand";
|
|
49
51
|
import type { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
50
52
|
import type { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
51
53
|
import type { DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
@@ -72,6 +74,7 @@ import type { GetGatewayCommandInput, GetGatewayCommandOutput } from "./commands
|
|
|
72
74
|
import type { GetGatewayRuleCommandInput, GetGatewayRuleCommandOutput } from "./commands/GetGatewayRuleCommand";
|
|
73
75
|
import type { GetGatewayTargetCommandInput, GetGatewayTargetCommandOutput } from "./commands/GetGatewayTargetCommand";
|
|
74
76
|
import type { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands/GetHarnessCommand";
|
|
77
|
+
import type { GetHarnessEndpointCommandInput, GetHarnessEndpointCommandOutput } from "./commands/GetHarnessEndpointCommand";
|
|
75
78
|
import type { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
76
79
|
import type { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
77
80
|
import type { GetOnlineEvaluationConfigCommandInput, GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
@@ -105,7 +108,9 @@ import type { ListEvaluatorsCommandInput, ListEvaluatorsCommandOutput } from "./
|
|
|
105
108
|
import type { ListGatewayRulesCommandInput, ListGatewayRulesCommandOutput } from "./commands/ListGatewayRulesCommand";
|
|
106
109
|
import type { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
|
|
107
110
|
import type { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
|
|
111
|
+
import type { ListHarnessEndpointsCommandInput, ListHarnessEndpointsCommandOutput } from "./commands/ListHarnessEndpointsCommand";
|
|
108
112
|
import type { ListHarnessesCommandInput, ListHarnessesCommandOutput } from "./commands/ListHarnessesCommand";
|
|
113
|
+
import type { ListHarnessVersionsCommandInput, ListHarnessVersionsCommandOutput } from "./commands/ListHarnessVersionsCommand";
|
|
109
114
|
import type { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
110
115
|
import type { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
111
116
|
import type { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
@@ -141,6 +146,7 @@ import type { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "./co
|
|
|
141
146
|
import type { UpdateGatewayRuleCommandInput, UpdateGatewayRuleCommandOutput } from "./commands/UpdateGatewayRuleCommand";
|
|
142
147
|
import type { UpdateGatewayTargetCommandInput, UpdateGatewayTargetCommandOutput } from "./commands/UpdateGatewayTargetCommand";
|
|
143
148
|
import type { UpdateHarnessCommandInput, UpdateHarnessCommandOutput } from "./commands/UpdateHarnessCommand";
|
|
149
|
+
import type { UpdateHarnessEndpointCommandInput, UpdateHarnessEndpointCommandOutput } from "./commands/UpdateHarnessEndpointCommand";
|
|
144
150
|
import type { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
145
151
|
import type { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
146
152
|
import type { UpdateOnlineEvaluationConfigCommandInput, UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
@@ -159,11 +165,11 @@ export { __Client };
|
|
|
159
165
|
/**
|
|
160
166
|
* @public
|
|
161
167
|
*/
|
|
162
|
-
export type ServiceInputTypes = AddDatasetExamplesCommandInput | CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateDatasetCommandInput | CreateDatasetVersionCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteDatasetCommandInput | DeleteDatasetExamplesCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetDatasetCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyEngineSummaryCommandInput | GetPolicyGenerationCommandInput | GetPolicyGenerationSummaryCommandInput | GetPolicySummaryCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListDatasetExamplesCommandInput | ListDatasetVersionsCommandInput | ListDatasetsCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEngineSummariesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationSummariesCommandInput | ListPolicyGenerationsCommandInput | ListPolicySummariesCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateDatasetCommandInput | UpdateDatasetExamplesCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
168
|
+
export type ServiceInputTypes = AddDatasetExamplesCommandInput | CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateDatasetCommandInput | CreateDatasetVersionCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateHarnessEndpointCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteDatasetCommandInput | DeleteDatasetExamplesCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteHarnessEndpointCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetDatasetCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetHarnessEndpointCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyEngineSummaryCommandInput | GetPolicyGenerationCommandInput | GetPolicyGenerationSummaryCommandInput | GetPolicySummaryCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListDatasetExamplesCommandInput | ListDatasetVersionsCommandInput | ListDatasetsCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessEndpointsCommandInput | ListHarnessVersionsCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEngineSummariesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationSummariesCommandInput | ListPolicyGenerationsCommandInput | ListPolicySummariesCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateDatasetCommandInput | UpdateDatasetExamplesCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateHarnessEndpointCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
163
169
|
/**
|
|
164
170
|
* @public
|
|
165
171
|
*/
|
|
166
|
-
export type ServiceOutputTypes = AddDatasetExamplesCommandOutput | CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateDatasetCommandOutput | CreateDatasetVersionCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetExamplesCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetDatasetCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyEngineSummaryCommandOutput | GetPolicyGenerationCommandOutput | GetPolicyGenerationSummaryCommandOutput | GetPolicySummaryCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListDatasetExamplesCommandOutput | ListDatasetVersionsCommandOutput | ListDatasetsCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEngineSummariesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationSummariesCommandOutput | ListPolicyGenerationsCommandOutput | ListPolicySummariesCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateDatasetCommandOutput | UpdateDatasetExamplesCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
172
|
+
export type ServiceOutputTypes = AddDatasetExamplesCommandOutput | CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateDatasetCommandOutput | CreateDatasetVersionCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateHarnessEndpointCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteDatasetCommandOutput | DeleteDatasetExamplesCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteHarnessEndpointCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetDatasetCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetHarnessEndpointCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyEngineSummaryCommandOutput | GetPolicyGenerationCommandOutput | GetPolicyGenerationSummaryCommandOutput | GetPolicySummaryCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListDatasetExamplesCommandOutput | ListDatasetVersionsCommandOutput | ListDatasetsCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessEndpointsCommandOutput | ListHarnessVersionsCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEngineSummariesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationSummariesCommandOutput | ListPolicyGenerationsCommandOutput | ListPolicySummariesCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateDatasetCommandOutput | UpdateDatasetExamplesCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateHarnessEndpointCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
167
173
|
/**
|
|
168
174
|
* @public
|
|
169
175
|
*/
|
|
@@ -143,6 +143,16 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
143
143
|
* },
|
|
144
144
|
* },
|
|
145
145
|
* ],
|
|
146
|
+
* allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
147
|
+
* hostingEnvironments: [ // HostingEnvironmentListType
|
|
148
|
+
* { // HostingEnvironment
|
|
149
|
+
* arn: "STRING_VALUE", // required
|
|
150
|
+
* },
|
|
151
|
+
* ],
|
|
152
|
+
* workloadIdentities: [ // WorkloadIdentityNameListType
|
|
153
|
+
* "STRING_VALUE",
|
|
154
|
+
* ],
|
|
155
|
+
* },
|
|
146
156
|
* },
|
|
147
157
|
* },
|
|
148
158
|
* requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
|
|
@@ -130,6 +130,16 @@ declare const CreateGatewayCommand_base: {
|
|
|
130
130
|
* },
|
|
131
131
|
* },
|
|
132
132
|
* ],
|
|
133
|
+
* allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
134
|
+
* hostingEnvironments: [ // HostingEnvironmentListType
|
|
135
|
+
* { // HostingEnvironment
|
|
136
|
+
* arn: "STRING_VALUE", // required
|
|
137
|
+
* },
|
|
138
|
+
* ],
|
|
139
|
+
* workloadIdentities: [ // WorkloadIdentityNameListType
|
|
140
|
+
* "STRING_VALUE",
|
|
141
|
+
* ],
|
|
142
|
+
* },
|
|
133
143
|
* },
|
|
134
144
|
* },
|
|
135
145
|
* kmsKeyArn: "STRING_VALUE",
|
|
@@ -145,6 +155,13 @@ declare const CreateGatewayCommand_base: {
|
|
|
145
155
|
* ],
|
|
146
156
|
* inputConfiguration: { // InterceptorInputConfiguration
|
|
147
157
|
* passRequestHeaders: true || false, // required
|
|
158
|
+
* payloadFilter: { // InterceptorPayloadFilter
|
|
159
|
+
* exclude: [ // InterceptorPayloadExclusionSelectorList // required
|
|
160
|
+
* { // InterceptorPayloadExclusionSelector Union: only one key present
|
|
161
|
+
* field: "RESPONSE_BODY",
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
164
|
+
* },
|
|
148
165
|
* },
|
|
149
166
|
* },
|
|
150
167
|
* ],
|
|
@@ -257,9 +274,24 @@ declare const CreateGatewayCommand_base: {
|
|
|
257
274
|
* // },
|
|
258
275
|
* // },
|
|
259
276
|
* // ],
|
|
277
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
278
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
279
|
+
* // { // HostingEnvironment
|
|
280
|
+
* // arn: "STRING_VALUE", // required
|
|
281
|
+
* // },
|
|
282
|
+
* // ],
|
|
283
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
284
|
+
* // "STRING_VALUE",
|
|
285
|
+
* // ],
|
|
286
|
+
* // },
|
|
260
287
|
* // },
|
|
261
288
|
* // },
|
|
262
289
|
* // kmsKeyArn: "STRING_VALUE",
|
|
290
|
+
* // customTransformConfiguration: { // CustomTransformConfiguration
|
|
291
|
+
* // lambda: { // LambdaTransformConfiguration
|
|
292
|
+
* // arn: "STRING_VALUE",
|
|
293
|
+
* // },
|
|
294
|
+
* // },
|
|
263
295
|
* // interceptorConfigurations: [ // GatewayInterceptorConfigurations
|
|
264
296
|
* // { // GatewayInterceptorConfiguration
|
|
265
297
|
* // interceptor: { // InterceptorConfiguration Union: only one key present
|
|
@@ -272,6 +304,13 @@ declare const CreateGatewayCommand_base: {
|
|
|
272
304
|
* // ],
|
|
273
305
|
* // inputConfiguration: { // InterceptorInputConfiguration
|
|
274
306
|
* // passRequestHeaders: true || false, // required
|
|
307
|
+
* // payloadFilter: { // InterceptorPayloadFilter
|
|
308
|
+
* // exclude: [ // InterceptorPayloadExclusionSelectorList // required
|
|
309
|
+
* // { // InterceptorPayloadExclusionSelector Union: only one key present
|
|
310
|
+
* // field: "RESPONSE_BODY",
|
|
311
|
+
* // },
|
|
312
|
+
* // ],
|
|
313
|
+
* // },
|
|
275
314
|
* // },
|
|
276
315
|
* // },
|
|
277
316
|
* // ],
|
|
@@ -283,6 +322,10 @@ declare const CreateGatewayCommand_base: {
|
|
|
283
322
|
* // workloadIdentityArn: "STRING_VALUE", // required
|
|
284
323
|
* // },
|
|
285
324
|
* // exceptionLevel: "DEBUG",
|
|
325
|
+
* // webAclArn: "STRING_VALUE",
|
|
326
|
+
* // wafConfiguration: { // WafConfiguration
|
|
327
|
+
* // failureMode: "FAIL_CLOSE" || "FAIL_OPEN",
|
|
328
|
+
* // },
|
|
286
329
|
* // };
|
|
287
330
|
*
|
|
288
331
|
* ```
|
|
@@ -40,7 +40,7 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
40
40
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
41
|
* const input = { // CreateGatewayTargetRequest
|
|
42
42
|
* gatewayIdentifier: "STRING_VALUE", // required
|
|
43
|
-
* name: "STRING_VALUE",
|
|
43
|
+
* name: "STRING_VALUE",
|
|
44
44
|
* description: "STRING_VALUE",
|
|
45
45
|
* clientToken: "STRING_VALUE",
|
|
46
46
|
* targetConfiguration: { // TargetConfiguration Union: only one key present
|
|
@@ -130,11 +130,80 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
130
130
|
* ],
|
|
131
131
|
* },
|
|
132
132
|
* },
|
|
133
|
+
* connector: { // ConnectorTargetConfiguration
|
|
134
|
+
* source: { // ConnectorSource
|
|
135
|
+
* connectorId: "STRING_VALUE", // required
|
|
136
|
+
* },
|
|
137
|
+
* enabled: [ // EnabledConnectors
|
|
138
|
+
* "STRING_VALUE",
|
|
139
|
+
* ],
|
|
140
|
+
* configurations: [ // ConnectorConfigurations
|
|
141
|
+
* { // ConnectorConfiguration
|
|
142
|
+
* name: "STRING_VALUE", // required
|
|
143
|
+
* description: "STRING_VALUE",
|
|
144
|
+
* parameterValues: "DOCUMENT_VALUE",
|
|
145
|
+
* parameterOverrides: [ // ConnectorParameterOverrides
|
|
146
|
+
* { // ConnectorParameterOverride
|
|
147
|
+
* path: "STRING_VALUE", // required
|
|
148
|
+
* description: "STRING_VALUE",
|
|
149
|
+
* visible: true || false,
|
|
150
|
+
* },
|
|
151
|
+
* ],
|
|
152
|
+
* },
|
|
153
|
+
* ],
|
|
154
|
+
* },
|
|
133
155
|
* },
|
|
134
156
|
* http: { // HttpTargetConfiguration Union: only one key present
|
|
135
157
|
* agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
136
158
|
* arn: "STRING_VALUE", // required
|
|
137
159
|
* qualifier: "STRING_VALUE",
|
|
160
|
+
* schema: { // HttpApiSchemaConfiguration
|
|
161
|
+
* source: {// Union: only one key present
|
|
162
|
+
* s3: "<S3Configuration>",
|
|
163
|
+
* inlinePayload: "STRING_VALUE",
|
|
164
|
+
* },
|
|
165
|
+
* },
|
|
166
|
+
* },
|
|
167
|
+
* passthrough: { // PassthroughTargetConfiguration
|
|
168
|
+
* endpoint: "STRING_VALUE", // required
|
|
169
|
+
* protocolType: "MCP" || "A2A" || "INFERENCE" || "CUSTOM", // required
|
|
170
|
+
* schema: {
|
|
171
|
+
* source: {// Union: only one key present
|
|
172
|
+
* s3: "<S3Configuration>",
|
|
173
|
+
* inlinePayload: "STRING_VALUE",
|
|
174
|
+
* },
|
|
175
|
+
* },
|
|
176
|
+
* stickinessConfiguration: { // StickinessConfiguration
|
|
177
|
+
* identifier: "STRING_VALUE", // required
|
|
178
|
+
* timeout: Number("int"),
|
|
179
|
+
* },
|
|
180
|
+
* },
|
|
181
|
+
* },
|
|
182
|
+
* inference: { // InferenceTargetConfiguration Union: only one key present
|
|
183
|
+
* connector: { // InferenceConnectorTargetConfiguration
|
|
184
|
+
* source: { // InferenceConnectorSource
|
|
185
|
+
* connectorId: "STRING_VALUE", // required
|
|
186
|
+
* },
|
|
187
|
+
* },
|
|
188
|
+
* provider: { // InferenceProviderTargetConfiguration
|
|
189
|
+
* endpoint: "STRING_VALUE", // required
|
|
190
|
+
* modelMapping: { // ModelMapping
|
|
191
|
+
* providerPrefix: { // ProviderPrefix
|
|
192
|
+
* strip: true || false,
|
|
193
|
+
* separator: "STRING_VALUE",
|
|
194
|
+
* },
|
|
195
|
+
* },
|
|
196
|
+
* operations: [ // InferenceOperationConfigurations
|
|
197
|
+
* { // InferenceOperationConfiguration
|
|
198
|
+
* path: "STRING_VALUE", // required
|
|
199
|
+
* providerPath: "STRING_VALUE",
|
|
200
|
+
* models: [ // ModelEntries
|
|
201
|
+
* { // ModelEntry
|
|
202
|
+
* model: "STRING_VALUE", // required
|
|
203
|
+
* },
|
|
204
|
+
* ],
|
|
205
|
+
* },
|
|
206
|
+
* ],
|
|
138
207
|
* },
|
|
139
208
|
* },
|
|
140
209
|
* },
|
|
@@ -297,11 +366,80 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
297
366
|
* // ],
|
|
298
367
|
* // },
|
|
299
368
|
* // },
|
|
369
|
+
* // connector: { // ConnectorTargetConfiguration
|
|
370
|
+
* // source: { // ConnectorSource
|
|
371
|
+
* // connectorId: "STRING_VALUE", // required
|
|
372
|
+
* // },
|
|
373
|
+
* // enabled: [ // EnabledConnectors
|
|
374
|
+
* // "STRING_VALUE",
|
|
375
|
+
* // ],
|
|
376
|
+
* // configurations: [ // ConnectorConfigurations
|
|
377
|
+
* // { // ConnectorConfiguration
|
|
378
|
+
* // name: "STRING_VALUE", // required
|
|
379
|
+
* // description: "STRING_VALUE",
|
|
380
|
+
* // parameterValues: "DOCUMENT_VALUE",
|
|
381
|
+
* // parameterOverrides: [ // ConnectorParameterOverrides
|
|
382
|
+
* // { // ConnectorParameterOverride
|
|
383
|
+
* // path: "STRING_VALUE", // required
|
|
384
|
+
* // description: "STRING_VALUE",
|
|
385
|
+
* // visible: true || false,
|
|
386
|
+
* // },
|
|
387
|
+
* // ],
|
|
388
|
+
* // },
|
|
389
|
+
* // ],
|
|
390
|
+
* // },
|
|
300
391
|
* // },
|
|
301
392
|
* // http: { // HttpTargetConfiguration Union: only one key present
|
|
302
393
|
* // agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
303
394
|
* // arn: "STRING_VALUE", // required
|
|
304
395
|
* // qualifier: "STRING_VALUE",
|
|
396
|
+
* // schema: { // HttpApiSchemaConfiguration
|
|
397
|
+
* // source: {// Union: only one key present
|
|
398
|
+
* // s3: "<S3Configuration>",
|
|
399
|
+
* // inlinePayload: "STRING_VALUE",
|
|
400
|
+
* // },
|
|
401
|
+
* // },
|
|
402
|
+
* // },
|
|
403
|
+
* // passthrough: { // PassthroughTargetConfiguration
|
|
404
|
+
* // endpoint: "STRING_VALUE", // required
|
|
405
|
+
* // protocolType: "MCP" || "A2A" || "INFERENCE" || "CUSTOM", // required
|
|
406
|
+
* // schema: {
|
|
407
|
+
* // source: {// Union: only one key present
|
|
408
|
+
* // s3: "<S3Configuration>",
|
|
409
|
+
* // inlinePayload: "STRING_VALUE",
|
|
410
|
+
* // },
|
|
411
|
+
* // },
|
|
412
|
+
* // stickinessConfiguration: { // StickinessConfiguration
|
|
413
|
+
* // identifier: "STRING_VALUE", // required
|
|
414
|
+
* // timeout: Number("int"),
|
|
415
|
+
* // },
|
|
416
|
+
* // },
|
|
417
|
+
* // },
|
|
418
|
+
* // inference: { // InferenceTargetConfiguration Union: only one key present
|
|
419
|
+
* // connector: { // InferenceConnectorTargetConfiguration
|
|
420
|
+
* // source: { // InferenceConnectorSource
|
|
421
|
+
* // connectorId: "STRING_VALUE", // required
|
|
422
|
+
* // },
|
|
423
|
+
* // },
|
|
424
|
+
* // provider: { // InferenceProviderTargetConfiguration
|
|
425
|
+
* // endpoint: "STRING_VALUE", // required
|
|
426
|
+
* // modelMapping: { // ModelMapping
|
|
427
|
+
* // providerPrefix: { // ProviderPrefix
|
|
428
|
+
* // strip: true || false,
|
|
429
|
+
* // separator: "STRING_VALUE",
|
|
430
|
+
* // },
|
|
431
|
+
* // },
|
|
432
|
+
* // operations: [ // InferenceOperationConfigurations
|
|
433
|
+
* // { // InferenceOperationConfiguration
|
|
434
|
+
* // path: "STRING_VALUE", // required
|
|
435
|
+
* // providerPath: "STRING_VALUE",
|
|
436
|
+
* // models: [ // ModelEntries
|
|
437
|
+
* // { // ModelEntry
|
|
438
|
+
* // model: "STRING_VALUE", // required
|
|
439
|
+
* // },
|
|
440
|
+
* // ],
|
|
441
|
+
* // },
|
|
442
|
+
* // ],
|
|
305
443
|
* // },
|
|
306
444
|
* // },
|
|
307
445
|
* // },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
-
import type { CreateHarnessRequest, CreateHarnessResponse } from "../models/
|
|
4
|
+
import type { CreateHarnessRequest, CreateHarnessResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -29,7 +29,7 @@ declare const CreateHarnessCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Operation to create a
|
|
32
|
+
* <p>Operation to create a harness.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -155,6 +155,16 @@ declare const CreateHarnessCommand_base: {
|
|
|
155
155
|
* },
|
|
156
156
|
* },
|
|
157
157
|
* ],
|
|
158
|
+
* allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
159
|
+
* hostingEnvironments: [ // HostingEnvironmentListType
|
|
160
|
+
* { // HostingEnvironment
|
|
161
|
+
* arn: "STRING_VALUE", // required
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
164
|
+
* workloadIdentities: [ // WorkloadIdentityNameListType
|
|
165
|
+
* "STRING_VALUE",
|
|
166
|
+
* ],
|
|
167
|
+
* },
|
|
158
168
|
* },
|
|
159
169
|
* },
|
|
160
170
|
* model: { // HarnessModelConfiguration Union: only one key present
|
|
@@ -254,6 +264,11 @@ declare const CreateHarnessCommand_base: {
|
|
|
254
264
|
* username: "STRING_VALUE",
|
|
255
265
|
* },
|
|
256
266
|
* },
|
|
267
|
+
* awsSkills: { // HarnessSkillAwsSkillsSource
|
|
268
|
+
* paths: [ // HarnessAwsSkillPaths
|
|
269
|
+
* "STRING_VALUE",
|
|
270
|
+
* ],
|
|
271
|
+
* },
|
|
257
272
|
* },
|
|
258
273
|
* ],
|
|
259
274
|
* allowedTools: [ // HarnessAllowedTools
|
|
@@ -272,6 +287,15 @@ declare const CreateHarnessCommand_base: {
|
|
|
272
287
|
* },
|
|
273
288
|
* },
|
|
274
289
|
* },
|
|
290
|
+
* managedMemoryConfiguration: { // HarnessManagedMemoryConfiguration
|
|
291
|
+
* arn: "STRING_VALUE",
|
|
292
|
+
* strategies: [ // HarnessManagedMemoryStrategyList
|
|
293
|
+
* "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "EPISODIC",
|
|
294
|
+
* ],
|
|
295
|
+
* eventExpiryDuration: Number("int"),
|
|
296
|
+
* encryptionKeyArn: "STRING_VALUE",
|
|
297
|
+
* },
|
|
298
|
+
* disabled: {},
|
|
275
299
|
* },
|
|
276
300
|
* truncation: { // HarnessTruncationConfiguration
|
|
277
301
|
* strategy: "sliding_window" || "summarization" || "none", // required
|
|
@@ -299,6 +323,7 @@ declare const CreateHarnessCommand_base: {
|
|
|
299
323
|
* // harnessName: "STRING_VALUE", // required
|
|
300
324
|
* // arn: "STRING_VALUE", // required
|
|
301
325
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
326
|
+
* // harnessVersion: "STRING_VALUE",
|
|
302
327
|
* // executionRoleArn: "STRING_VALUE", // required
|
|
303
328
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
304
329
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -399,6 +424,11 @@ declare const CreateHarnessCommand_base: {
|
|
|
399
424
|
* // username: "STRING_VALUE",
|
|
400
425
|
* // },
|
|
401
426
|
* // },
|
|
427
|
+
* // awsSkills: { // HarnessSkillAwsSkillsSource
|
|
428
|
+
* // paths: [ // HarnessAwsSkillPaths
|
|
429
|
+
* // "STRING_VALUE",
|
|
430
|
+
* // ],
|
|
431
|
+
* // },
|
|
402
432
|
* // },
|
|
403
433
|
* // ],
|
|
404
434
|
* // allowedTools: [ // HarnessAllowedTools // required
|
|
@@ -533,6 +563,16 @@ declare const CreateHarnessCommand_base: {
|
|
|
533
563
|
* // },
|
|
534
564
|
* // },
|
|
535
565
|
* // ],
|
|
566
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
567
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
568
|
+
* // { // HostingEnvironment
|
|
569
|
+
* // arn: "STRING_VALUE", // required
|
|
570
|
+
* // },
|
|
571
|
+
* // ],
|
|
572
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
573
|
+
* // "STRING_VALUE",
|
|
574
|
+
* // ],
|
|
575
|
+
* // },
|
|
536
576
|
* // },
|
|
537
577
|
* // },
|
|
538
578
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|
|
@@ -548,6 +588,15 @@ declare const CreateHarnessCommand_base: {
|
|
|
548
588
|
* // },
|
|
549
589
|
* // },
|
|
550
590
|
* // },
|
|
591
|
+
* // managedMemoryConfiguration: { // HarnessManagedMemoryConfiguration
|
|
592
|
+
* // arn: "STRING_VALUE",
|
|
593
|
+
* // strategies: [ // HarnessManagedMemoryStrategyList
|
|
594
|
+
* // "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "EPISODIC",
|
|
595
|
+
* // ],
|
|
596
|
+
* // eventExpiryDuration: Number("int"),
|
|
597
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
598
|
+
* // },
|
|
599
|
+
* // disabled: {},
|
|
551
600
|
* // },
|
|
552
601
|
* // maxIterations: Number("int"),
|
|
553
602
|
* // maxTokens: Number("int"),
|