@aws-sdk/client-bedrock-agentcore-control 3.1069.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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListHarnessEndpointsCommandInput, ListHarnessEndpointsCommandOutput } from "../commands/ListHarnessEndpointsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListHarnessEndpoints: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListHarnessEndpointsCommandInput, ...rest: any[]) => Paginator<ListHarnessEndpointsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListHarnessVersionsCommandInput, ListHarnessVersionsCommandOutput } from "../commands/ListHarnessVersionsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListHarnessVersions: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListHarnessVersionsCommandInput, ...rest: any[]) => Paginator<ListHarnessVersionsCommandOutput>;
|
|
@@ -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";
|
|
@@ -28,6 +28,7 @@ export declare var AgentCardDefinition$: StaticStructureSchema;
|
|
|
28
28
|
export declare var AgentRuntime$: StaticStructureSchema;
|
|
29
29
|
export declare var AgentRuntimeEndpoint$: StaticStructureSchema;
|
|
30
30
|
export declare var AgentSkillsDescriptor$: StaticStructureSchema;
|
|
31
|
+
export declare var AllowedWorkloadConfiguration$: StaticStructureSchema;
|
|
31
32
|
export declare var ApiGatewayTargetConfiguration$: StaticStructureSchema;
|
|
32
33
|
export declare var ApiGatewayToolConfiguration$: StaticStructureSchema;
|
|
33
34
|
export declare var ApiGatewayToolFilter$: StaticStructureSchema;
|
|
@@ -59,6 +60,10 @@ export declare var ComponentConfiguration$: StaticStructureSchema;
|
|
|
59
60
|
export declare var ConfigurationBundleReference$: StaticStructureSchema;
|
|
60
61
|
export declare var ConfigurationBundleSummary$: StaticStructureSchema;
|
|
61
62
|
export declare var ConfigurationBundleVersionSummary$: StaticStructureSchema;
|
|
63
|
+
export declare var ConnectorConfiguration$: StaticStructureSchema;
|
|
64
|
+
export declare var ConnectorParameterOverride$: StaticStructureSchema;
|
|
65
|
+
export declare var ConnectorSource$: StaticStructureSchema;
|
|
66
|
+
export declare var ConnectorTargetConfiguration$: StaticStructureSchema;
|
|
62
67
|
export declare var ContainerConfiguration$: StaticStructureSchema;
|
|
63
68
|
export declare var ContentConfiguration$: StaticStructureSchema;
|
|
64
69
|
export declare var CreateAgentRuntimeEndpointRequest$: StaticStructureSchema;
|
|
@@ -87,6 +92,8 @@ export declare var CreateGatewayRuleRequest$: StaticStructureSchema;
|
|
|
87
92
|
export declare var CreateGatewayRuleResponse$: StaticStructureSchema;
|
|
88
93
|
export declare var CreateGatewayTargetRequest$: StaticStructureSchema;
|
|
89
94
|
export declare var CreateGatewayTargetResponse$: StaticStructureSchema;
|
|
95
|
+
export declare var CreateHarnessEndpointRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var CreateHarnessEndpointResponse$: StaticStructureSchema;
|
|
90
97
|
export declare var CreateHarnessRequest$: StaticStructureSchema;
|
|
91
98
|
export declare var CreateHarnessResponse$: StaticStructureSchema;
|
|
92
99
|
export declare var CreateMemoryInput$: StaticStructureSchema;
|
|
@@ -118,6 +125,7 @@ export declare var CustomJWTAuthorizerConfiguration$: StaticStructureSchema;
|
|
|
118
125
|
export declare var CustomMemoryStrategyInput$: StaticStructureSchema;
|
|
119
126
|
export declare var CustomOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
120
127
|
export declare var CustomOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
128
|
+
export declare var CustomTransformConfiguration$: StaticStructureSchema;
|
|
121
129
|
export declare var DatasetSummary$: StaticStructureSchema;
|
|
122
130
|
export declare var DatasetVersionSummary$: StaticStructureSchema;
|
|
123
131
|
export declare var DeleteAgentRuntimeEndpointRequest$: StaticStructureSchema;
|
|
@@ -146,6 +154,8 @@ export declare var DeleteGatewayRuleRequest$: StaticStructureSchema;
|
|
|
146
154
|
export declare var DeleteGatewayRuleResponse$: StaticStructureSchema;
|
|
147
155
|
export declare var DeleteGatewayTargetRequest$: StaticStructureSchema;
|
|
148
156
|
export declare var DeleteGatewayTargetResponse$: StaticStructureSchema;
|
|
157
|
+
export declare var DeleteHarnessEndpointRequest$: StaticStructureSchema;
|
|
158
|
+
export declare var DeleteHarnessEndpointResponse$: StaticStructureSchema;
|
|
149
159
|
export declare var DeleteHarnessRequest$: StaticStructureSchema;
|
|
150
160
|
export declare var DeleteHarnessResponse$: StaticStructureSchema;
|
|
151
161
|
export declare var DeleteMemoryInput$: StaticStructureSchema;
|
|
@@ -221,6 +231,8 @@ export declare var GetGatewayRuleRequest$: StaticStructureSchema;
|
|
|
221
231
|
export declare var GetGatewayRuleResponse$: StaticStructureSchema;
|
|
222
232
|
export declare var GetGatewayTargetRequest$: StaticStructureSchema;
|
|
223
233
|
export declare var GetGatewayTargetResponse$: StaticStructureSchema;
|
|
234
|
+
export declare var GetHarnessEndpointRequest$: StaticStructureSchema;
|
|
235
|
+
export declare var GetHarnessEndpointResponse$: StaticStructureSchema;
|
|
224
236
|
export declare var GetHarnessRequest$: StaticStructureSchema;
|
|
225
237
|
export declare var GetHarnessResponse$: StaticStructureSchema;
|
|
226
238
|
export declare var GetMemoryInput$: StaticStructureSchema;
|
|
@@ -270,11 +282,15 @@ export declare var HarnessAgentCoreMemoryRetrievalConfig$: StaticStructureSchema
|
|
|
270
282
|
export declare var HarnessAgentCoreRuntimeEnvironment$: StaticStructureSchema;
|
|
271
283
|
export declare var HarnessAgentCoreRuntimeEnvironmentRequest$: StaticStructureSchema;
|
|
272
284
|
export declare var HarnessBedrockModelConfig$: StaticStructureSchema;
|
|
285
|
+
export declare var HarnessDisabledMemoryConfiguration$: StaticStructureSchema;
|
|
286
|
+
export declare var HarnessEndpoint$: StaticStructureSchema;
|
|
273
287
|
export declare var HarnessGeminiModelConfig$: StaticStructureSchema;
|
|
274
288
|
export declare var HarnessInlineFunctionConfig$: StaticStructureSchema;
|
|
275
289
|
export declare var HarnessLiteLlmModelConfig$: StaticStructureSchema;
|
|
290
|
+
export declare var HarnessManagedMemoryConfiguration$: StaticStructureSchema;
|
|
276
291
|
export declare var HarnessOpenAiModelConfig$: StaticStructureSchema;
|
|
277
292
|
export declare var HarnessRemoteMcpConfig$: StaticStructureSchema;
|
|
293
|
+
export declare var HarnessSkillAwsSkillsSource$: StaticStructureSchema;
|
|
278
294
|
export declare var HarnessSkillGitAuth$: StaticStructureSchema;
|
|
279
295
|
export declare var HarnessSkillGitSource$: StaticStructureSchema;
|
|
280
296
|
export declare var HarnessSkillS3Source$: StaticStructureSchema;
|
|
@@ -283,21 +299,30 @@ export declare var HarnessSummarizationConfiguration$: StaticStructureSchema;
|
|
|
283
299
|
export declare var HarnessSummary$: StaticStructureSchema;
|
|
284
300
|
export declare var HarnessTool$: StaticStructureSchema;
|
|
285
301
|
export declare var HarnessTruncationConfiguration$: StaticStructureSchema;
|
|
302
|
+
export declare var HarnessVersionSummary$: StaticStructureSchema;
|
|
303
|
+
export declare var HostingEnvironment$: StaticStructureSchema;
|
|
304
|
+
export declare var HttpApiSchemaConfiguration$: StaticStructureSchema;
|
|
286
305
|
export declare var IamCredentialProvider$: StaticStructureSchema;
|
|
287
306
|
export declare var IamPrincipal$: StaticStructureSchema;
|
|
288
307
|
export declare var IncludedOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
289
308
|
export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
290
309
|
export declare var IndexedKey$: StaticStructureSchema;
|
|
291
310
|
export declare var InferenceConfiguration$: StaticStructureSchema;
|
|
311
|
+
export declare var InferenceConnectorSource$: StaticStructureSchema;
|
|
312
|
+
export declare var InferenceConnectorTargetConfiguration$: StaticStructureSchema;
|
|
313
|
+
export declare var InferenceOperationConfiguration$: StaticStructureSchema;
|
|
314
|
+
export declare var InferenceProviderTargetConfiguration$: StaticStructureSchema;
|
|
292
315
|
export declare var InlineExamplesSource$: StaticStructureSchema;
|
|
293
316
|
export declare var Insight$: StaticStructureSchema;
|
|
294
317
|
export declare var InterceptorInputConfiguration$: StaticStructureSchema;
|
|
318
|
+
export declare var InterceptorPayloadFilter$: StaticStructureSchema;
|
|
295
319
|
export declare var InvocationConfiguration$: StaticStructureSchema;
|
|
296
320
|
export declare var InvocationConfigurationInput$: StaticStructureSchema;
|
|
297
321
|
export declare var KinesisResource$: StaticStructureSchema;
|
|
298
322
|
export declare var KmsConfiguration$: StaticStructureSchema;
|
|
299
323
|
export declare var LambdaEvaluatorConfig$: StaticStructureSchema;
|
|
300
324
|
export declare var LambdaInterceptorConfiguration$: StaticStructureSchema;
|
|
325
|
+
export declare var LambdaTransformConfiguration$: StaticStructureSchema;
|
|
301
326
|
export declare var LifecycleConfiguration$: StaticStructureSchema;
|
|
302
327
|
export declare var LinkedinOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
303
328
|
export declare var LinkedinOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
@@ -333,8 +358,12 @@ export declare var ListGatewaysRequest$: StaticStructureSchema;
|
|
|
333
358
|
export declare var ListGatewaysResponse$: StaticStructureSchema;
|
|
334
359
|
export declare var ListGatewayTargetsRequest$: StaticStructureSchema;
|
|
335
360
|
export declare var ListGatewayTargetsResponse$: StaticStructureSchema;
|
|
361
|
+
export declare var ListHarnessEndpointsRequest$: StaticStructureSchema;
|
|
362
|
+
export declare var ListHarnessEndpointsResponse$: StaticStructureSchema;
|
|
336
363
|
export declare var ListHarnessesRequest$: StaticStructureSchema;
|
|
337
364
|
export declare var ListHarnessesResponse$: StaticStructureSchema;
|
|
365
|
+
export declare var ListHarnessVersionsRequest$: StaticStructureSchema;
|
|
366
|
+
export declare var ListHarnessVersionsResponse$: StaticStructureSchema;
|
|
338
367
|
export declare var ListMemoriesInput$: StaticStructureSchema;
|
|
339
368
|
export declare var ListMemoriesOutput$: StaticStructureSchema;
|
|
340
369
|
export declare var ListOauth2CredentialProvidersRequest$: StaticStructureSchema;
|
|
@@ -389,6 +418,8 @@ export declare var MetadataConfiguration$: StaticStructureSchema;
|
|
|
389
418
|
export declare var MetadataSchemaEntry$: StaticStructureSchema;
|
|
390
419
|
export declare var MicrosoftOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
391
420
|
export declare var MicrosoftOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
421
|
+
export declare var ModelEntry$: StaticStructureSchema;
|
|
422
|
+
export declare var ModelMapping$: StaticStructureSchema;
|
|
392
423
|
export declare var ModifyInvocationConfigurationInput$: StaticStructureSchema;
|
|
393
424
|
export declare var ModifyMemoryStrategies$: StaticStructureSchema;
|
|
394
425
|
export declare var ModifyMemoryStrategyInput$: StaticStructureSchema;
|
|
@@ -404,6 +435,7 @@ export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
|
404
435
|
export declare var OnBehalfOfTokenExchangeConfigType$: StaticStructureSchema;
|
|
405
436
|
export declare var OnlineEvaluationConfigSummary$: StaticStructureSchema;
|
|
406
437
|
export declare var OutputConfig$: StaticStructureSchema;
|
|
438
|
+
export declare var PassthroughTargetConfiguration$: StaticStructureSchema;
|
|
407
439
|
export declare var PaymentConnectorSummary$: StaticStructureSchema;
|
|
408
440
|
export declare var PaymentCredentialProviderConfiguration$: StaticStructureSchema;
|
|
409
441
|
export declare var PaymentCredentialProviderItem$: StaticStructureSchema;
|
|
@@ -415,9 +447,11 @@ export declare var PolicyGeneration$: StaticStructureSchema;
|
|
|
415
447
|
export declare var PolicyGenerationAsset$: StaticStructureSchema;
|
|
416
448
|
export declare var PolicyGenerationDetails$: StaticStructureSchema;
|
|
417
449
|
export declare var PolicyGenerationSummary$: StaticStructureSchema;
|
|
450
|
+
export declare var PolicyStatement$: StaticStructureSchema;
|
|
418
451
|
export declare var PolicySummary$: StaticStructureSchema;
|
|
419
452
|
export declare var PrivateEndpointOverride$: StaticStructureSchema;
|
|
420
453
|
export declare var ProtocolConfiguration$: StaticStructureSchema;
|
|
454
|
+
export declare var ProviderPrefix$: StaticStructureSchema;
|
|
421
455
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
422
456
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
423
457
|
export declare var RecordingConfig$: StaticStructureSchema;
|
|
@@ -462,6 +496,7 @@ export declare var StartPolicyGenerationRequest$: StaticStructureSchema;
|
|
|
462
496
|
export declare var StartPolicyGenerationResponse$: StaticStructureSchema;
|
|
463
497
|
export declare var StaticOverride$: StaticStructureSchema;
|
|
464
498
|
export declare var StaticRoute$: StaticStructureSchema;
|
|
499
|
+
export declare var StickinessConfiguration$: StaticStructureSchema;
|
|
465
500
|
export declare var StrategyConfiguration$: StaticStructureSchema;
|
|
466
501
|
export declare var StreamDeliveryResources$: StaticStructureSchema;
|
|
467
502
|
export declare var StreamingConfiguration$: StaticStructureSchema;
|
|
@@ -532,6 +567,8 @@ export declare var UpdateGatewayRuleRequest$: StaticStructureSchema;
|
|
|
532
567
|
export declare var UpdateGatewayRuleResponse$: StaticStructureSchema;
|
|
533
568
|
export declare var UpdateGatewayTargetRequest$: StaticStructureSchema;
|
|
534
569
|
export declare var UpdateGatewayTargetResponse$: StaticStructureSchema;
|
|
570
|
+
export declare var UpdateHarnessEndpointRequest$: StaticStructureSchema;
|
|
571
|
+
export declare var UpdateHarnessEndpointResponse$: StaticStructureSchema;
|
|
535
572
|
export declare var UpdateHarnessRequest$: StaticStructureSchema;
|
|
536
573
|
export declare var UpdateHarnessResponse$: StaticStructureSchema;
|
|
537
574
|
export declare var UpdateMemoryInput$: StaticStructureSchema;
|
|
@@ -569,6 +606,7 @@ export declare var VersionCreatedBySource$: StaticStructureSchema;
|
|
|
569
606
|
export declare var VersionFilter$: StaticStructureSchema;
|
|
570
607
|
export declare var VersionLineageMetadata$: StaticStructureSchema;
|
|
571
608
|
export declare var VpcConfig$: StaticStructureSchema;
|
|
609
|
+
export declare var WafConfiguration$: StaticStructureSchema;
|
|
572
610
|
export declare var WeightedOverride$: StaticStructureSchema;
|
|
573
611
|
export declare var WeightedRoute$: StaticStructureSchema;
|
|
574
612
|
export declare var WorkloadIdentityDetails$: StaticStructureSchema;
|
|
@@ -616,7 +654,9 @@ export declare var HarnessSystemContentBlock$: StaticUnionSchema;
|
|
|
616
654
|
export declare var HarnessToolConfiguration$: StaticUnionSchema;
|
|
617
655
|
export declare var HarnessTruncationStrategyConfiguration$: StaticUnionSchema;
|
|
618
656
|
export declare var HttpTargetConfiguration$: StaticUnionSchema;
|
|
657
|
+
export declare var InferenceTargetConfiguration$: StaticUnionSchema;
|
|
619
658
|
export declare var InterceptorConfiguration$: StaticUnionSchema;
|
|
659
|
+
export declare var InterceptorPayloadExclusionSelector$: StaticUnionSchema;
|
|
620
660
|
export declare var MatchPrincipalEntry$: StaticUnionSchema;
|
|
621
661
|
export declare var McpTargetConfiguration$: StaticUnionSchema;
|
|
622
662
|
export declare var McpToolSchemaConfiguration$: StaticUnionSchema;
|
|
@@ -660,6 +700,7 @@ export declare var CreateGateway$: StaticOperationSchema;
|
|
|
660
700
|
export declare var CreateGatewayRule$: StaticOperationSchema;
|
|
661
701
|
export declare var CreateGatewayTarget$: StaticOperationSchema;
|
|
662
702
|
export declare var CreateHarness$: StaticOperationSchema;
|
|
703
|
+
export declare var CreateHarnessEndpoint$: StaticOperationSchema;
|
|
663
704
|
export declare var CreateMemory$: StaticOperationSchema;
|
|
664
705
|
export declare var CreateOauth2CredentialProvider$: StaticOperationSchema;
|
|
665
706
|
export declare var CreateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
@@ -685,6 +726,7 @@ export declare var DeleteGateway$: StaticOperationSchema;
|
|
|
685
726
|
export declare var DeleteGatewayRule$: StaticOperationSchema;
|
|
686
727
|
export declare var DeleteGatewayTarget$: StaticOperationSchema;
|
|
687
728
|
export declare var DeleteHarness$: StaticOperationSchema;
|
|
729
|
+
export declare var DeleteHarnessEndpoint$: StaticOperationSchema;
|
|
688
730
|
export declare var DeleteMemory$: StaticOperationSchema;
|
|
689
731
|
export declare var DeleteOauth2CredentialProvider$: StaticOperationSchema;
|
|
690
732
|
export declare var DeleteOnlineEvaluationConfig$: StaticOperationSchema;
|
|
@@ -711,6 +753,7 @@ export declare var GetGateway$: StaticOperationSchema;
|
|
|
711
753
|
export declare var GetGatewayRule$: StaticOperationSchema;
|
|
712
754
|
export declare var GetGatewayTarget$: StaticOperationSchema;
|
|
713
755
|
export declare var GetHarness$: StaticOperationSchema;
|
|
756
|
+
export declare var GetHarnessEndpoint$: StaticOperationSchema;
|
|
714
757
|
export declare var GetMemory$: StaticOperationSchema;
|
|
715
758
|
export declare var GetOauth2CredentialProvider$: StaticOperationSchema;
|
|
716
759
|
export declare var GetOnlineEvaluationConfig$: StaticOperationSchema;
|
|
@@ -744,7 +787,9 @@ export declare var ListEvaluators$: StaticOperationSchema;
|
|
|
744
787
|
export declare var ListGatewayRules$: StaticOperationSchema;
|
|
745
788
|
export declare var ListGateways$: StaticOperationSchema;
|
|
746
789
|
export declare var ListGatewayTargets$: StaticOperationSchema;
|
|
790
|
+
export declare var ListHarnessEndpoints$: StaticOperationSchema;
|
|
747
791
|
export declare var ListHarnesses$: StaticOperationSchema;
|
|
792
|
+
export declare var ListHarnessVersions$: StaticOperationSchema;
|
|
748
793
|
export declare var ListMemories$: StaticOperationSchema;
|
|
749
794
|
export declare var ListOauth2CredentialProviders$: StaticOperationSchema;
|
|
750
795
|
export declare var ListOnlineEvaluationConfigs$: StaticOperationSchema;
|
|
@@ -780,6 +825,7 @@ export declare var UpdateGateway$: StaticOperationSchema;
|
|
|
780
825
|
export declare var UpdateGatewayRule$: StaticOperationSchema;
|
|
781
826
|
export declare var UpdateGatewayTarget$: StaticOperationSchema;
|
|
782
827
|
export declare var UpdateHarness$: StaticOperationSchema;
|
|
828
|
+
export declare var UpdateHarnessEndpoint$: StaticOperationSchema;
|
|
783
829
|
export declare var UpdateMemory$: StaticOperationSchema;
|
|
784
830
|
export declare var UpdateOauth2CredentialProvider$: StaticOperationSchema;
|
|
785
831
|
export declare var UpdateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
@@ -66,6 +66,10 @@ import {
|
|
|
66
66
|
CreateHarnessCommandInput,
|
|
67
67
|
CreateHarnessCommandOutput,
|
|
68
68
|
} from "./commands/CreateHarnessCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateHarnessEndpointCommandInput,
|
|
71
|
+
CreateHarnessEndpointCommandOutput,
|
|
72
|
+
} from "./commands/CreateHarnessEndpointCommand";
|
|
69
73
|
import {
|
|
70
74
|
CreateMemoryCommandInput,
|
|
71
75
|
CreateMemoryCommandOutput,
|
|
@@ -166,6 +170,10 @@ import {
|
|
|
166
170
|
DeleteHarnessCommandInput,
|
|
167
171
|
DeleteHarnessCommandOutput,
|
|
168
172
|
} from "./commands/DeleteHarnessCommand";
|
|
173
|
+
import {
|
|
174
|
+
DeleteHarnessEndpointCommandInput,
|
|
175
|
+
DeleteHarnessEndpointCommandOutput,
|
|
176
|
+
} from "./commands/DeleteHarnessEndpointCommand";
|
|
169
177
|
import {
|
|
170
178
|
DeleteMemoryCommandInput,
|
|
171
179
|
DeleteMemoryCommandOutput,
|
|
@@ -270,6 +278,10 @@ import {
|
|
|
270
278
|
GetHarnessCommandInput,
|
|
271
279
|
GetHarnessCommandOutput,
|
|
272
280
|
} from "./commands/GetHarnessCommand";
|
|
281
|
+
import {
|
|
282
|
+
GetHarnessEndpointCommandInput,
|
|
283
|
+
GetHarnessEndpointCommandOutput,
|
|
284
|
+
} from "./commands/GetHarnessEndpointCommand";
|
|
273
285
|
import {
|
|
274
286
|
GetMemoryCommandInput,
|
|
275
287
|
GetMemoryCommandOutput,
|
|
@@ -402,10 +414,18 @@ import {
|
|
|
402
414
|
ListGatewayTargetsCommandInput,
|
|
403
415
|
ListGatewayTargetsCommandOutput,
|
|
404
416
|
} from "./commands/ListGatewayTargetsCommand";
|
|
417
|
+
import {
|
|
418
|
+
ListHarnessEndpointsCommandInput,
|
|
419
|
+
ListHarnessEndpointsCommandOutput,
|
|
420
|
+
} from "./commands/ListHarnessEndpointsCommand";
|
|
405
421
|
import {
|
|
406
422
|
ListHarnessesCommandInput,
|
|
407
423
|
ListHarnessesCommandOutput,
|
|
408
424
|
} from "./commands/ListHarnessesCommand";
|
|
425
|
+
import {
|
|
426
|
+
ListHarnessVersionsCommandInput,
|
|
427
|
+
ListHarnessVersionsCommandOutput,
|
|
428
|
+
} from "./commands/ListHarnessVersionsCommand";
|
|
409
429
|
import {
|
|
410
430
|
ListMemoriesCommandInput,
|
|
411
431
|
ListMemoriesCommandOutput,
|
|
@@ -546,6 +566,10 @@ import {
|
|
|
546
566
|
UpdateHarnessCommandInput,
|
|
547
567
|
UpdateHarnessCommandOutput,
|
|
548
568
|
} from "./commands/UpdateHarnessCommand";
|
|
569
|
+
import {
|
|
570
|
+
UpdateHarnessEndpointCommandInput,
|
|
571
|
+
UpdateHarnessEndpointCommandOutput,
|
|
572
|
+
} from "./commands/UpdateHarnessEndpointCommand";
|
|
549
573
|
import {
|
|
550
574
|
UpdateMemoryCommandInput,
|
|
551
575
|
UpdateMemoryCommandOutput,
|
|
@@ -791,6 +815,19 @@ export interface BedrockAgentCoreControl {
|
|
|
791
815
|
options: __HttpHandlerOptions,
|
|
792
816
|
cb: (err: any, data?: CreateHarnessCommandOutput) => void
|
|
793
817
|
): void;
|
|
818
|
+
createHarnessEndpoint(
|
|
819
|
+
args: CreateHarnessEndpointCommandInput,
|
|
820
|
+
options?: __HttpHandlerOptions
|
|
821
|
+
): Promise<CreateHarnessEndpointCommandOutput>;
|
|
822
|
+
createHarnessEndpoint(
|
|
823
|
+
args: CreateHarnessEndpointCommandInput,
|
|
824
|
+
cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void
|
|
825
|
+
): void;
|
|
826
|
+
createHarnessEndpoint(
|
|
827
|
+
args: CreateHarnessEndpointCommandInput,
|
|
828
|
+
options: __HttpHandlerOptions,
|
|
829
|
+
cb: (err: any, data?: CreateHarnessEndpointCommandOutput) => void
|
|
830
|
+
): void;
|
|
794
831
|
createMemory(
|
|
795
832
|
args: CreateMemoryCommandInput,
|
|
796
833
|
options?: __HttpHandlerOptions
|
|
@@ -1116,6 +1153,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1116
1153
|
options: __HttpHandlerOptions,
|
|
1117
1154
|
cb: (err: any, data?: DeleteHarnessCommandOutput) => void
|
|
1118
1155
|
): void;
|
|
1156
|
+
deleteHarnessEndpoint(
|
|
1157
|
+
args: DeleteHarnessEndpointCommandInput,
|
|
1158
|
+
options?: __HttpHandlerOptions
|
|
1159
|
+
): Promise<DeleteHarnessEndpointCommandOutput>;
|
|
1160
|
+
deleteHarnessEndpoint(
|
|
1161
|
+
args: DeleteHarnessEndpointCommandInput,
|
|
1162
|
+
cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void
|
|
1163
|
+
): void;
|
|
1164
|
+
deleteHarnessEndpoint(
|
|
1165
|
+
args: DeleteHarnessEndpointCommandInput,
|
|
1166
|
+
options: __HttpHandlerOptions,
|
|
1167
|
+
cb: (err: any, data?: DeleteHarnessEndpointCommandOutput) => void
|
|
1168
|
+
): void;
|
|
1119
1169
|
deleteMemory(
|
|
1120
1170
|
args: DeleteMemoryCommandInput,
|
|
1121
1171
|
options?: __HttpHandlerOptions
|
|
@@ -1454,6 +1504,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1454
1504
|
options: __HttpHandlerOptions,
|
|
1455
1505
|
cb: (err: any, data?: GetHarnessCommandOutput) => void
|
|
1456
1506
|
): void;
|
|
1507
|
+
getHarnessEndpoint(
|
|
1508
|
+
args: GetHarnessEndpointCommandInput,
|
|
1509
|
+
options?: __HttpHandlerOptions
|
|
1510
|
+
): Promise<GetHarnessEndpointCommandOutput>;
|
|
1511
|
+
getHarnessEndpoint(
|
|
1512
|
+
args: GetHarnessEndpointCommandInput,
|
|
1513
|
+
cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void
|
|
1514
|
+
): void;
|
|
1515
|
+
getHarnessEndpoint(
|
|
1516
|
+
args: GetHarnessEndpointCommandInput,
|
|
1517
|
+
options: __HttpHandlerOptions,
|
|
1518
|
+
cb: (err: any, data?: GetHarnessEndpointCommandOutput) => void
|
|
1519
|
+
): void;
|
|
1457
1520
|
getMemory(
|
|
1458
1521
|
args: GetMemoryCommandInput,
|
|
1459
1522
|
options?: __HttpHandlerOptions
|
|
@@ -1893,6 +1956,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1893
1956
|
options: __HttpHandlerOptions,
|
|
1894
1957
|
cb: (err: any, data?: ListGatewayTargetsCommandOutput) => void
|
|
1895
1958
|
): void;
|
|
1959
|
+
listHarnessEndpoints(
|
|
1960
|
+
args: ListHarnessEndpointsCommandInput,
|
|
1961
|
+
options?: __HttpHandlerOptions
|
|
1962
|
+
): Promise<ListHarnessEndpointsCommandOutput>;
|
|
1963
|
+
listHarnessEndpoints(
|
|
1964
|
+
args: ListHarnessEndpointsCommandInput,
|
|
1965
|
+
cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void
|
|
1966
|
+
): void;
|
|
1967
|
+
listHarnessEndpoints(
|
|
1968
|
+
args: ListHarnessEndpointsCommandInput,
|
|
1969
|
+
options: __HttpHandlerOptions,
|
|
1970
|
+
cb: (err: any, data?: ListHarnessEndpointsCommandOutput) => void
|
|
1971
|
+
): void;
|
|
1896
1972
|
listHarnesses(): Promise<ListHarnessesCommandOutput>;
|
|
1897
1973
|
listHarnesses(
|
|
1898
1974
|
args: ListHarnessesCommandInput,
|
|
@@ -1907,6 +1983,19 @@ export interface BedrockAgentCoreControl {
|
|
|
1907
1983
|
options: __HttpHandlerOptions,
|
|
1908
1984
|
cb: (err: any, data?: ListHarnessesCommandOutput) => void
|
|
1909
1985
|
): void;
|
|
1986
|
+
listHarnessVersions(
|
|
1987
|
+
args: ListHarnessVersionsCommandInput,
|
|
1988
|
+
options?: __HttpHandlerOptions
|
|
1989
|
+
): Promise<ListHarnessVersionsCommandOutput>;
|
|
1990
|
+
listHarnessVersions(
|
|
1991
|
+
args: ListHarnessVersionsCommandInput,
|
|
1992
|
+
cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void
|
|
1993
|
+
): void;
|
|
1994
|
+
listHarnessVersions(
|
|
1995
|
+
args: ListHarnessVersionsCommandInput,
|
|
1996
|
+
options: __HttpHandlerOptions,
|
|
1997
|
+
cb: (err: any, data?: ListHarnessVersionsCommandOutput) => void
|
|
1998
|
+
): void;
|
|
1910
1999
|
listMemories(): Promise<ListMemoriesCommandOutput>;
|
|
1911
2000
|
listMemories(
|
|
1912
2001
|
args: ListMemoriesCommandInput,
|
|
@@ -2371,6 +2460,19 @@ export interface BedrockAgentCoreControl {
|
|
|
2371
2460
|
options: __HttpHandlerOptions,
|
|
2372
2461
|
cb: (err: any, data?: UpdateHarnessCommandOutput) => void
|
|
2373
2462
|
): void;
|
|
2463
|
+
updateHarnessEndpoint(
|
|
2464
|
+
args: UpdateHarnessEndpointCommandInput,
|
|
2465
|
+
options?: __HttpHandlerOptions
|
|
2466
|
+
): Promise<UpdateHarnessEndpointCommandOutput>;
|
|
2467
|
+
updateHarnessEndpoint(
|
|
2468
|
+
args: UpdateHarnessEndpointCommandInput,
|
|
2469
|
+
cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void
|
|
2470
|
+
): void;
|
|
2471
|
+
updateHarnessEndpoint(
|
|
2472
|
+
args: UpdateHarnessEndpointCommandInput,
|
|
2473
|
+
options: __HttpHandlerOptions,
|
|
2474
|
+
cb: (err: any, data?: UpdateHarnessEndpointCommandOutput) => void
|
|
2475
|
+
): void;
|
|
2374
2476
|
updateMemory(
|
|
2375
2477
|
args: UpdateMemoryCommandInput,
|
|
2376
2478
|
options?: __HttpHandlerOptions
|
|
@@ -2639,6 +2741,13 @@ export interface BedrockAgentCoreControl {
|
|
|
2639
2741
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2640
2742
|
>
|
|
2641
2743
|
): Paginator<ListGatewayTargetsCommandOutput>;
|
|
2744
|
+
paginateListHarnessEndpoints(
|
|
2745
|
+
args: ListHarnessEndpointsCommandInput,
|
|
2746
|
+
paginationConfig?: Pick<
|
|
2747
|
+
PaginationConfiguration,
|
|
2748
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2749
|
+
>
|
|
2750
|
+
): Paginator<ListHarnessEndpointsCommandOutput>;
|
|
2642
2751
|
paginateListHarnesses(
|
|
2643
2752
|
args?: ListHarnessesCommandInput,
|
|
2644
2753
|
paginationConfig?: Pick<
|
|
@@ -2646,6 +2755,13 @@ export interface BedrockAgentCoreControl {
|
|
|
2646
2755
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2647
2756
|
>
|
|
2648
2757
|
): Paginator<ListHarnessesCommandOutput>;
|
|
2758
|
+
paginateListHarnessVersions(
|
|
2759
|
+
args: ListHarnessVersionsCommandInput,
|
|
2760
|
+
paginationConfig?: Pick<
|
|
2761
|
+
PaginationConfiguration,
|
|
2762
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2763
|
+
>
|
|
2764
|
+
): Paginator<ListHarnessVersionsCommandOutput>;
|
|
2649
2765
|
paginateListMemories(
|
|
2650
2766
|
args?: ListMemoriesCommandInput,
|
|
2651
2767
|
paginationConfig?: Pick<
|
|
@@ -96,6 +96,10 @@ import {
|
|
|
96
96
|
CreateHarnessCommandInput,
|
|
97
97
|
CreateHarnessCommandOutput,
|
|
98
98
|
} from "./commands/CreateHarnessCommand";
|
|
99
|
+
import {
|
|
100
|
+
CreateHarnessEndpointCommandInput,
|
|
101
|
+
CreateHarnessEndpointCommandOutput,
|
|
102
|
+
} from "./commands/CreateHarnessEndpointCommand";
|
|
99
103
|
import {
|
|
100
104
|
CreateMemoryCommandInput,
|
|
101
105
|
CreateMemoryCommandOutput,
|
|
@@ -196,6 +200,10 @@ import {
|
|
|
196
200
|
DeleteHarnessCommandInput,
|
|
197
201
|
DeleteHarnessCommandOutput,
|
|
198
202
|
} from "./commands/DeleteHarnessCommand";
|
|
203
|
+
import {
|
|
204
|
+
DeleteHarnessEndpointCommandInput,
|
|
205
|
+
DeleteHarnessEndpointCommandOutput,
|
|
206
|
+
} from "./commands/DeleteHarnessEndpointCommand";
|
|
199
207
|
import {
|
|
200
208
|
DeleteMemoryCommandInput,
|
|
201
209
|
DeleteMemoryCommandOutput,
|
|
@@ -300,6 +308,10 @@ import {
|
|
|
300
308
|
GetHarnessCommandInput,
|
|
301
309
|
GetHarnessCommandOutput,
|
|
302
310
|
} from "./commands/GetHarnessCommand";
|
|
311
|
+
import {
|
|
312
|
+
GetHarnessEndpointCommandInput,
|
|
313
|
+
GetHarnessEndpointCommandOutput,
|
|
314
|
+
} from "./commands/GetHarnessEndpointCommand";
|
|
303
315
|
import {
|
|
304
316
|
GetMemoryCommandInput,
|
|
305
317
|
GetMemoryCommandOutput,
|
|
@@ -432,10 +444,18 @@ import {
|
|
|
432
444
|
ListGatewayTargetsCommandInput,
|
|
433
445
|
ListGatewayTargetsCommandOutput,
|
|
434
446
|
} from "./commands/ListGatewayTargetsCommand";
|
|
447
|
+
import {
|
|
448
|
+
ListHarnessEndpointsCommandInput,
|
|
449
|
+
ListHarnessEndpointsCommandOutput,
|
|
450
|
+
} from "./commands/ListHarnessEndpointsCommand";
|
|
435
451
|
import {
|
|
436
452
|
ListHarnessesCommandInput,
|
|
437
453
|
ListHarnessesCommandOutput,
|
|
438
454
|
} from "./commands/ListHarnessesCommand";
|
|
455
|
+
import {
|
|
456
|
+
ListHarnessVersionsCommandInput,
|
|
457
|
+
ListHarnessVersionsCommandOutput,
|
|
458
|
+
} from "./commands/ListHarnessVersionsCommand";
|
|
439
459
|
import {
|
|
440
460
|
ListMemoriesCommandInput,
|
|
441
461
|
ListMemoriesCommandOutput,
|
|
@@ -576,6 +596,10 @@ import {
|
|
|
576
596
|
UpdateHarnessCommandInput,
|
|
577
597
|
UpdateHarnessCommandOutput,
|
|
578
598
|
} from "./commands/UpdateHarnessCommand";
|
|
599
|
+
import {
|
|
600
|
+
UpdateHarnessEndpointCommandInput,
|
|
601
|
+
UpdateHarnessEndpointCommandOutput,
|
|
602
|
+
} from "./commands/UpdateHarnessEndpointCommand";
|
|
579
603
|
import {
|
|
580
604
|
UpdateMemoryCommandInput,
|
|
581
605
|
UpdateMemoryCommandOutput,
|
|
@@ -647,6 +671,7 @@ export type ServiceInputTypes =
|
|
|
647
671
|
| CreateGatewayRuleCommandInput
|
|
648
672
|
| CreateGatewayTargetCommandInput
|
|
649
673
|
| CreateHarnessCommandInput
|
|
674
|
+
| CreateHarnessEndpointCommandInput
|
|
650
675
|
| CreateMemoryCommandInput
|
|
651
676
|
| CreateOauth2CredentialProviderCommandInput
|
|
652
677
|
| CreateOnlineEvaluationConfigCommandInput
|
|
@@ -672,6 +697,7 @@ export type ServiceInputTypes =
|
|
|
672
697
|
| DeleteGatewayRuleCommandInput
|
|
673
698
|
| DeleteGatewayTargetCommandInput
|
|
674
699
|
| DeleteHarnessCommandInput
|
|
700
|
+
| DeleteHarnessEndpointCommandInput
|
|
675
701
|
| DeleteMemoryCommandInput
|
|
676
702
|
| DeleteOauth2CredentialProviderCommandInput
|
|
677
703
|
| DeleteOnlineEvaluationConfigCommandInput
|
|
@@ -698,6 +724,7 @@ export type ServiceInputTypes =
|
|
|
698
724
|
| GetGatewayRuleCommandInput
|
|
699
725
|
| GetGatewayTargetCommandInput
|
|
700
726
|
| GetHarnessCommandInput
|
|
727
|
+
| GetHarnessEndpointCommandInput
|
|
701
728
|
| GetMemoryCommandInput
|
|
702
729
|
| GetOauth2CredentialProviderCommandInput
|
|
703
730
|
| GetOnlineEvaluationConfigCommandInput
|
|
@@ -731,6 +758,8 @@ export type ServiceInputTypes =
|
|
|
731
758
|
| ListGatewayRulesCommandInput
|
|
732
759
|
| ListGatewayTargetsCommandInput
|
|
733
760
|
| ListGatewaysCommandInput
|
|
761
|
+
| ListHarnessEndpointsCommandInput
|
|
762
|
+
| ListHarnessVersionsCommandInput
|
|
734
763
|
| ListHarnessesCommandInput
|
|
735
764
|
| ListMemoriesCommandInput
|
|
736
765
|
| ListOauth2CredentialProvidersCommandInput
|
|
@@ -767,6 +796,7 @@ export type ServiceInputTypes =
|
|
|
767
796
|
| UpdateGatewayRuleCommandInput
|
|
768
797
|
| UpdateGatewayTargetCommandInput
|
|
769
798
|
| UpdateHarnessCommandInput
|
|
799
|
+
| UpdateHarnessEndpointCommandInput
|
|
770
800
|
| UpdateMemoryCommandInput
|
|
771
801
|
| UpdateOauth2CredentialProviderCommandInput
|
|
772
802
|
| UpdateOnlineEvaluationConfigCommandInput
|
|
@@ -795,6 +825,7 @@ export type ServiceOutputTypes =
|
|
|
795
825
|
| CreateGatewayRuleCommandOutput
|
|
796
826
|
| CreateGatewayTargetCommandOutput
|
|
797
827
|
| CreateHarnessCommandOutput
|
|
828
|
+
| CreateHarnessEndpointCommandOutput
|
|
798
829
|
| CreateMemoryCommandOutput
|
|
799
830
|
| CreateOauth2CredentialProviderCommandOutput
|
|
800
831
|
| CreateOnlineEvaluationConfigCommandOutput
|
|
@@ -820,6 +851,7 @@ export type ServiceOutputTypes =
|
|
|
820
851
|
| DeleteGatewayRuleCommandOutput
|
|
821
852
|
| DeleteGatewayTargetCommandOutput
|
|
822
853
|
| DeleteHarnessCommandOutput
|
|
854
|
+
| DeleteHarnessEndpointCommandOutput
|
|
823
855
|
| DeleteMemoryCommandOutput
|
|
824
856
|
| DeleteOauth2CredentialProviderCommandOutput
|
|
825
857
|
| DeleteOnlineEvaluationConfigCommandOutput
|
|
@@ -846,6 +878,7 @@ export type ServiceOutputTypes =
|
|
|
846
878
|
| GetGatewayRuleCommandOutput
|
|
847
879
|
| GetGatewayTargetCommandOutput
|
|
848
880
|
| GetHarnessCommandOutput
|
|
881
|
+
| GetHarnessEndpointCommandOutput
|
|
849
882
|
| GetMemoryCommandOutput
|
|
850
883
|
| GetOauth2CredentialProviderCommandOutput
|
|
851
884
|
| GetOnlineEvaluationConfigCommandOutput
|
|
@@ -879,6 +912,8 @@ export type ServiceOutputTypes =
|
|
|
879
912
|
| ListGatewayRulesCommandOutput
|
|
880
913
|
| ListGatewayTargetsCommandOutput
|
|
881
914
|
| ListGatewaysCommandOutput
|
|
915
|
+
| ListHarnessEndpointsCommandOutput
|
|
916
|
+
| ListHarnessVersionsCommandOutput
|
|
882
917
|
| ListHarnessesCommandOutput
|
|
883
918
|
| ListMemoriesCommandOutput
|
|
884
919
|
| ListOauth2CredentialProvidersCommandOutput
|
|
@@ -915,6 +950,7 @@ export type ServiceOutputTypes =
|
|
|
915
950
|
| UpdateGatewayRuleCommandOutput
|
|
916
951
|
| UpdateGatewayTargetCommandOutput
|
|
917
952
|
| UpdateHarnessCommandOutput
|
|
953
|
+
| UpdateHarnessEndpointCommandOutput
|
|
918
954
|
| UpdateMemoryCommandOutput
|
|
919
955
|
| UpdateOauth2CredentialProviderCommandOutput
|
|
920
956
|
| UpdateOnlineEvaluationConfigCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateHarnessRequest,
|
|
10
10
|
CreateHarnessResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateHarnessCommandInput extends CreateHarnessRequest {}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateHarnessEndpointRequest,
|
|
10
|
+
CreateHarnessEndpointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateHarnessEndpointCommandInput
|
|
15
|
+
extends CreateHarnessEndpointRequest {}
|
|
16
|
+
export interface CreateHarnessEndpointCommandOutput
|
|
17
|
+
extends CreateHarnessEndpointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateHarnessEndpointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateHarnessEndpointCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateHarnessEndpointCommandInput,
|
|
24
|
+
CreateHarnessEndpointCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateHarnessEndpointCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateHarnessEndpointCommandInput,
|
|
33
|
+
CreateHarnessEndpointCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateHarnessEndpointCommand extends CreateHarnessEndpointCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateHarnessEndpointRequest;
|
|
46
|
+
output: CreateHarnessEndpointResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateHarnessEndpointCommandInput;
|
|
50
|
+
output: CreateHarnessEndpointCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateRegistryRequest,
|
|
10
10
|
CreateRegistryResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateRegistryCommandInput extends CreateRegistryRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteHarnessRequest,
|
|
10
10
|
DeleteHarnessResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteHarnessCommandInput extends DeleteHarnessRequest {}
|