@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
|
@@ -15,6 +15,7 @@ import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
|
|
|
15
15
|
import { CreateGatewayRuleCommand, } from "./commands/CreateGatewayRuleCommand";
|
|
16
16
|
import { CreateGatewayTargetCommand, } from "./commands/CreateGatewayTargetCommand";
|
|
17
17
|
import { CreateHarnessCommand, } from "./commands/CreateHarnessCommand";
|
|
18
|
+
import { CreateHarnessEndpointCommand, } from "./commands/CreateHarnessEndpointCommand";
|
|
18
19
|
import { CreateMemoryCommand, } from "./commands/CreateMemoryCommand";
|
|
19
20
|
import { CreateOauth2CredentialProviderCommand, } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
20
21
|
import { CreateOnlineEvaluationConfigCommand, } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
@@ -40,6 +41,7 @@ import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
|
|
|
40
41
|
import { DeleteGatewayRuleCommand, } from "./commands/DeleteGatewayRuleCommand";
|
|
41
42
|
import { DeleteGatewayTargetCommand, } from "./commands/DeleteGatewayTargetCommand";
|
|
42
43
|
import { DeleteHarnessCommand, } from "./commands/DeleteHarnessCommand";
|
|
44
|
+
import { DeleteHarnessEndpointCommand, } from "./commands/DeleteHarnessEndpointCommand";
|
|
43
45
|
import { DeleteMemoryCommand, } from "./commands/DeleteMemoryCommand";
|
|
44
46
|
import { DeleteOauth2CredentialProviderCommand, } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
45
47
|
import { DeleteOnlineEvaluationConfigCommand, } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
@@ -66,6 +68,7 @@ import { GetGatewayCommand, } from "./commands/GetGatewayCommand";
|
|
|
66
68
|
import { GetGatewayRuleCommand, } from "./commands/GetGatewayRuleCommand";
|
|
67
69
|
import { GetGatewayTargetCommand, } from "./commands/GetGatewayTargetCommand";
|
|
68
70
|
import { GetHarnessCommand, } from "./commands/GetHarnessCommand";
|
|
71
|
+
import { GetHarnessEndpointCommand, } from "./commands/GetHarnessEndpointCommand";
|
|
69
72
|
import { GetMemoryCommand } from "./commands/GetMemoryCommand";
|
|
70
73
|
import { GetOauth2CredentialProviderCommand, } from "./commands/GetOauth2CredentialProviderCommand";
|
|
71
74
|
import { GetOnlineEvaluationConfigCommand, } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
@@ -99,7 +102,9 @@ import { ListEvaluatorsCommand, } from "./commands/ListEvaluatorsCommand";
|
|
|
99
102
|
import { ListGatewayRulesCommand, } from "./commands/ListGatewayRulesCommand";
|
|
100
103
|
import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
|
|
101
104
|
import { ListGatewayTargetsCommand, } from "./commands/ListGatewayTargetsCommand";
|
|
105
|
+
import { ListHarnessEndpointsCommand, } from "./commands/ListHarnessEndpointsCommand";
|
|
102
106
|
import { ListHarnessesCommand, } from "./commands/ListHarnessesCommand";
|
|
107
|
+
import { ListHarnessVersionsCommand, } from "./commands/ListHarnessVersionsCommand";
|
|
103
108
|
import { ListMemoriesCommand, } from "./commands/ListMemoriesCommand";
|
|
104
109
|
import { ListOauth2CredentialProvidersCommand, } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
105
110
|
import { ListOnlineEvaluationConfigsCommand, } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
@@ -135,6 +140,7 @@ import { UpdateGatewayCommand, } from "./commands/UpdateGatewayCommand";
|
|
|
135
140
|
import { UpdateGatewayRuleCommand, } from "./commands/UpdateGatewayRuleCommand";
|
|
136
141
|
import { UpdateGatewayTargetCommand, } from "./commands/UpdateGatewayTargetCommand";
|
|
137
142
|
import { UpdateHarnessCommand, } from "./commands/UpdateHarnessCommand";
|
|
143
|
+
import { UpdateHarnessEndpointCommand, } from "./commands/UpdateHarnessEndpointCommand";
|
|
138
144
|
import { UpdateMemoryCommand, } from "./commands/UpdateMemoryCommand";
|
|
139
145
|
import { UpdateOauth2CredentialProviderCommand, } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
140
146
|
import { UpdateOnlineEvaluationConfigCommand, } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
@@ -163,7 +169,9 @@ import { paginateListEvaluators } from "./pagination/ListEvaluatorsPaginator";
|
|
|
163
169
|
import { paginateListGatewayRules } from "./pagination/ListGatewayRulesPaginator";
|
|
164
170
|
import { paginateListGateways } from "./pagination/ListGatewaysPaginator";
|
|
165
171
|
import { paginateListGatewayTargets } from "./pagination/ListGatewayTargetsPaginator";
|
|
172
|
+
import { paginateListHarnessEndpoints } from "./pagination/ListHarnessEndpointsPaginator";
|
|
166
173
|
import { paginateListHarnesses } from "./pagination/ListHarnessesPaginator";
|
|
174
|
+
import { paginateListHarnessVersions } from "./pagination/ListHarnessVersionsPaginator";
|
|
167
175
|
import { paginateListMemories } from "./pagination/ListMemoriesPaginator";
|
|
168
176
|
import { paginateListOauth2CredentialProviders } from "./pagination/ListOauth2CredentialProvidersPaginator";
|
|
169
177
|
import { paginateListOnlineEvaluationConfigs } from "./pagination/ListOnlineEvaluationConfigsPaginator";
|
|
@@ -202,6 +210,7 @@ const commands = {
|
|
|
202
210
|
CreateGatewayRuleCommand,
|
|
203
211
|
CreateGatewayTargetCommand,
|
|
204
212
|
CreateHarnessCommand,
|
|
213
|
+
CreateHarnessEndpointCommand,
|
|
205
214
|
CreateMemoryCommand,
|
|
206
215
|
CreateOauth2CredentialProviderCommand,
|
|
207
216
|
CreateOnlineEvaluationConfigCommand,
|
|
@@ -227,6 +236,7 @@ const commands = {
|
|
|
227
236
|
DeleteGatewayRuleCommand,
|
|
228
237
|
DeleteGatewayTargetCommand,
|
|
229
238
|
DeleteHarnessCommand,
|
|
239
|
+
DeleteHarnessEndpointCommand,
|
|
230
240
|
DeleteMemoryCommand,
|
|
231
241
|
DeleteOauth2CredentialProviderCommand,
|
|
232
242
|
DeleteOnlineEvaluationConfigCommand,
|
|
@@ -253,6 +263,7 @@ const commands = {
|
|
|
253
263
|
GetGatewayRuleCommand,
|
|
254
264
|
GetGatewayTargetCommand,
|
|
255
265
|
GetHarnessCommand,
|
|
266
|
+
GetHarnessEndpointCommand,
|
|
256
267
|
GetMemoryCommand,
|
|
257
268
|
GetOauth2CredentialProviderCommand,
|
|
258
269
|
GetOnlineEvaluationConfigCommand,
|
|
@@ -286,7 +297,9 @@ const commands = {
|
|
|
286
297
|
ListGatewayRulesCommand,
|
|
287
298
|
ListGatewaysCommand,
|
|
288
299
|
ListGatewayTargetsCommand,
|
|
300
|
+
ListHarnessEndpointsCommand,
|
|
289
301
|
ListHarnessesCommand,
|
|
302
|
+
ListHarnessVersionsCommand,
|
|
290
303
|
ListMemoriesCommand,
|
|
291
304
|
ListOauth2CredentialProvidersCommand,
|
|
292
305
|
ListOnlineEvaluationConfigsCommand,
|
|
@@ -322,6 +335,7 @@ const commands = {
|
|
|
322
335
|
UpdateGatewayRuleCommand,
|
|
323
336
|
UpdateGatewayTargetCommand,
|
|
324
337
|
UpdateHarnessCommand,
|
|
338
|
+
UpdateHarnessEndpointCommand,
|
|
325
339
|
UpdateMemoryCommand,
|
|
326
340
|
UpdateOauth2CredentialProviderCommand,
|
|
327
341
|
UpdateOnlineEvaluationConfigCommand,
|
|
@@ -352,7 +366,9 @@ const paginators = {
|
|
|
352
366
|
paginateListGatewayRules,
|
|
353
367
|
paginateListGateways,
|
|
354
368
|
paginateListGatewayTargets,
|
|
369
|
+
paginateListHarnessEndpoints,
|
|
355
370
|
paginateListHarnesses,
|
|
371
|
+
paginateListHarnessVersions,
|
|
356
372
|
paginateListMemories,
|
|
357
373
|
paginateListOauth2CredentialProviders,
|
|
358
374
|
paginateListOnlineEvaluationConfigs,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateHarnessEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateHarnessEndpointCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "CreateHarnessEndpoint", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "CreateHarnessEndpointCommand")
|
|
14
|
+
.sc(CreateHarnessEndpoint$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteHarnessEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteHarnessEndpointCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "DeleteHarnessEndpoint", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "DeleteHarnessEndpointCommand")
|
|
14
|
+
.sc(DeleteHarnessEndpoint$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetHarnessEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetHarnessEndpointCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "GetHarnessEndpoint", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "GetHarnessEndpointCommand")
|
|
14
|
+
.sc(GetHarnessEndpoint$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListHarnessEndpoints$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListHarnessEndpointsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "ListHarnessEndpoints", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "ListHarnessEndpointsCommand")
|
|
14
|
+
.sc(ListHarnessEndpoints$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListHarnessVersions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListHarnessVersionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "ListHarnessVersions", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "ListHarnessVersionsCommand")
|
|
14
|
+
.sc(ListHarnessVersions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateHarnessEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateHarnessEndpointCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockAgentCoreControl", "UpdateHarnessEndpoint", {})
|
|
13
|
+
.n("BedrockAgentCoreControlClient", "UpdateHarnessEndpointCommand")
|
|
14
|
+
.sc(UpdateHarnessEndpoint$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -13,6 +13,7 @@ export * from "./CreateGatewayCommand";
|
|
|
13
13
|
export * from "./CreateGatewayRuleCommand";
|
|
14
14
|
export * from "./CreateGatewayTargetCommand";
|
|
15
15
|
export * from "./CreateHarnessCommand";
|
|
16
|
+
export * from "./CreateHarnessEndpointCommand";
|
|
16
17
|
export * from "./CreateMemoryCommand";
|
|
17
18
|
export * from "./CreateOauth2CredentialProviderCommand";
|
|
18
19
|
export * from "./CreateOnlineEvaluationConfigCommand";
|
|
@@ -38,6 +39,7 @@ export * from "./DeleteGatewayCommand";
|
|
|
38
39
|
export * from "./DeleteGatewayRuleCommand";
|
|
39
40
|
export * from "./DeleteGatewayTargetCommand";
|
|
40
41
|
export * from "./DeleteHarnessCommand";
|
|
42
|
+
export * from "./DeleteHarnessEndpointCommand";
|
|
41
43
|
export * from "./DeleteMemoryCommand";
|
|
42
44
|
export * from "./DeleteOauth2CredentialProviderCommand";
|
|
43
45
|
export * from "./DeleteOnlineEvaluationConfigCommand";
|
|
@@ -64,6 +66,7 @@ export * from "./GetGatewayCommand";
|
|
|
64
66
|
export * from "./GetGatewayRuleCommand";
|
|
65
67
|
export * from "./GetGatewayTargetCommand";
|
|
66
68
|
export * from "./GetHarnessCommand";
|
|
69
|
+
export * from "./GetHarnessEndpointCommand";
|
|
67
70
|
export * from "./GetMemoryCommand";
|
|
68
71
|
export * from "./GetOauth2CredentialProviderCommand";
|
|
69
72
|
export * from "./GetOnlineEvaluationConfigCommand";
|
|
@@ -97,6 +100,8 @@ export * from "./ListEvaluatorsCommand";
|
|
|
97
100
|
export * from "./ListGatewayRulesCommand";
|
|
98
101
|
export * from "./ListGatewayTargetsCommand";
|
|
99
102
|
export * from "./ListGatewaysCommand";
|
|
103
|
+
export * from "./ListHarnessEndpointsCommand";
|
|
104
|
+
export * from "./ListHarnessVersionsCommand";
|
|
100
105
|
export * from "./ListHarnessesCommand";
|
|
101
106
|
export * from "./ListMemoriesCommand";
|
|
102
107
|
export * from "./ListOauth2CredentialProvidersCommand";
|
|
@@ -133,6 +138,7 @@ export * from "./UpdateGatewayCommand";
|
|
|
133
138
|
export * from "./UpdateGatewayRuleCommand";
|
|
134
139
|
export * from "./UpdateGatewayTargetCommand";
|
|
135
140
|
export * from "./UpdateHarnessCommand";
|
|
141
|
+
export * from "./UpdateHarnessEndpointCommand";
|
|
136
142
|
export * from "./UpdateMemoryCommand";
|
|
137
143
|
export * from "./UpdateOauth2CredentialProviderCommand";
|
|
138
144
|
export * from "./UpdateOnlineEvaluationConfigCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -157,6 +157,9 @@ export const AuthorizerType = {
|
|
|
157
157
|
export const ExceptionLevel = {
|
|
158
158
|
DEBUG: "DEBUG",
|
|
159
159
|
};
|
|
160
|
+
export const InterceptorPayloadExclusion = {
|
|
161
|
+
RESPONSE_BODY: "RESPONSE_BODY",
|
|
162
|
+
};
|
|
160
163
|
export const GatewayInterceptionPoint = {
|
|
161
164
|
REQUEST: "REQUEST",
|
|
162
165
|
RESPONSE: "RESPONSE",
|
|
@@ -179,6 +182,10 @@ export const GatewayStatus = {
|
|
|
179
182
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
180
183
|
UPDATING: "UPDATING",
|
|
181
184
|
};
|
|
185
|
+
export const WafFailureMode = {
|
|
186
|
+
FAIL_CLOSE: "FAIL_CLOSE",
|
|
187
|
+
FAIL_OPEN: "FAIL_OPEN",
|
|
188
|
+
};
|
|
182
189
|
export const PrincipalMatchOperator = {
|
|
183
190
|
StringEquals: "StringEquals",
|
|
184
191
|
StringLike: "StringLike",
|
|
@@ -205,6 +212,12 @@ export const CredentialProviderType = {
|
|
|
205
212
|
JWT_PASSTHROUGH: "JWT_PASSTHROUGH",
|
|
206
213
|
OAUTH: "OAUTH",
|
|
207
214
|
};
|
|
215
|
+
export const PassthroughProtocolType = {
|
|
216
|
+
A2A: "A2A",
|
|
217
|
+
CUSTOM: "CUSTOM",
|
|
218
|
+
INFERENCE: "INFERENCE",
|
|
219
|
+
MCP: "MCP",
|
|
220
|
+
};
|
|
208
221
|
export const RestApiMethod = {
|
|
209
222
|
DELETE: "DELETE",
|
|
210
223
|
GET: "GET",
|
|
@@ -243,10 +256,36 @@ export const TargetStatus = {
|
|
|
243
256
|
UPDATE_UNSUCCESSFUL: "UPDATE_UNSUCCESSFUL",
|
|
244
257
|
UPDATING: "UPDATING",
|
|
245
258
|
};
|
|
259
|
+
export const TargetType = {
|
|
260
|
+
AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME",
|
|
261
|
+
API_GATEWAY: "API_GATEWAY",
|
|
262
|
+
CONNECTOR: "CONNECTOR",
|
|
263
|
+
LAMBDA: "LAMBDA",
|
|
264
|
+
MCP_SERVER: "MCP_SERVER",
|
|
265
|
+
OPEN_API_SCHEMA: "OPEN_API_SCHEMA",
|
|
266
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
267
|
+
PROVIDER: "PROVIDER",
|
|
268
|
+
SMITHY_MODEL: "SMITHY_MODEL",
|
|
269
|
+
};
|
|
246
270
|
export const KeyType = {
|
|
247
271
|
CustomerManagedKey: "CustomerManagedKey",
|
|
248
272
|
ServiceManagedKey: "ServiceManagedKey",
|
|
249
273
|
};
|
|
274
|
+
export const HarnessEndpointStatus = {
|
|
275
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
276
|
+
CREATING: "CREATING",
|
|
277
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
278
|
+
DELETING: "DELETING",
|
|
279
|
+
READY: "READY",
|
|
280
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
281
|
+
UPDATING: "UPDATING",
|
|
282
|
+
};
|
|
283
|
+
export const HarnessManagedMemoryStrategyType = {
|
|
284
|
+
EPISODIC: "EPISODIC",
|
|
285
|
+
SEMANTIC: "SEMANTIC",
|
|
286
|
+
SUMMARIZATION: "SUMMARIZATION",
|
|
287
|
+
USER_PREFERENCE: "USER_PREFERENCE",
|
|
288
|
+
};
|
|
250
289
|
export const HarnessBedrockApiFormat = {
|
|
251
290
|
CHAT_COMPLETIONS: "chat_completions",
|
|
252
291
|
CONVERSE_STREAM: "converse_stream",
|
|
@@ -451,6 +490,10 @@ export const FindingType = {
|
|
|
451
490
|
NOT_TRANSLATABLE: "NOT_TRANSLATABLE",
|
|
452
491
|
VALID: "VALID",
|
|
453
492
|
};
|
|
493
|
+
export const EnforcementMode = {
|
|
494
|
+
ACTIVE: "ACTIVE",
|
|
495
|
+
LOG_ONLY: "LOG_ONLY",
|
|
496
|
+
};
|
|
454
497
|
export const PolicyValidationMode = {
|
|
455
498
|
FAIL_ON_ANY_FINDINGS: "FAIL_ON_ANY_FINDINGS",
|
|
456
499
|
IGNORE_ALL_FINDINGS: "IGNORE_ALL_FINDINGS",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { ListHarnessEndpointsCommand, } from "../commands/ListHarnessEndpointsCommand";
|
|
4
|
+
export const paginateListHarnessEndpoints = createPaginator(BedrockAgentCoreControlClient, ListHarnessEndpointsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { ListHarnessVersionsCommand, } from "../commands/ListHarnessVersionsCommand";
|
|
4
|
+
export const paginateListHarnessVersions = createPaginator(BedrockAgentCoreControlClient, ListHarnessVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -15,7 +15,9 @@ export * from "./ListEvaluatorsPaginator";
|
|
|
15
15
|
export * from "./ListGatewayRulesPaginator";
|
|
16
16
|
export * from "./ListGatewaysPaginator";
|
|
17
17
|
export * from "./ListGatewayTargetsPaginator";
|
|
18
|
+
export * from "./ListHarnessEndpointsPaginator";
|
|
18
19
|
export * from "./ListHarnessesPaginator";
|
|
20
|
+
export * from "./ListHarnessVersionsPaginator";
|
|
19
21
|
export * from "./ListMemoriesPaginator";
|
|
20
22
|
export * from "./ListOauth2CredentialProvidersPaginator";
|
|
21
23
|
export * from "./ListOnlineEvaluationConfigsPaginator";
|