@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
|
@@ -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";
|
|
@@ -414,6 +414,17 @@ export declare const ExceptionLevel: {
|
|
|
414
414
|
* @public
|
|
415
415
|
*/
|
|
416
416
|
export type ExceptionLevel = (typeof ExceptionLevel)[keyof typeof ExceptionLevel];
|
|
417
|
+
/**
|
|
418
|
+
* @public
|
|
419
|
+
* @enum
|
|
420
|
+
*/
|
|
421
|
+
export declare const InterceptorPayloadExclusion: {
|
|
422
|
+
readonly RESPONSE_BODY: "RESPONSE_BODY";
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
export type InterceptorPayloadExclusion = (typeof InterceptorPayloadExclusion)[keyof typeof InterceptorPayloadExclusion];
|
|
417
428
|
/**
|
|
418
429
|
* @public
|
|
419
430
|
* @enum
|
|
@@ -476,6 +487,18 @@ export declare const GatewayStatus: {
|
|
|
476
487
|
* @public
|
|
477
488
|
*/
|
|
478
489
|
export type GatewayStatus = (typeof GatewayStatus)[keyof typeof GatewayStatus];
|
|
490
|
+
/**
|
|
491
|
+
* @public
|
|
492
|
+
* @enum
|
|
493
|
+
*/
|
|
494
|
+
export declare const WafFailureMode: {
|
|
495
|
+
readonly FAIL_CLOSE: "FAIL_CLOSE";
|
|
496
|
+
readonly FAIL_OPEN: "FAIL_OPEN";
|
|
497
|
+
};
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
export type WafFailureMode = (typeof WafFailureMode)[keyof typeof WafFailureMode];
|
|
479
502
|
/**
|
|
480
503
|
* @public
|
|
481
504
|
* @enum
|
|
@@ -542,6 +565,20 @@ export declare const CredentialProviderType: {
|
|
|
542
565
|
* @public
|
|
543
566
|
*/
|
|
544
567
|
export type CredentialProviderType = (typeof CredentialProviderType)[keyof typeof CredentialProviderType];
|
|
568
|
+
/**
|
|
569
|
+
* @public
|
|
570
|
+
* @enum
|
|
571
|
+
*/
|
|
572
|
+
export declare const PassthroughProtocolType: {
|
|
573
|
+
readonly A2A: "A2A";
|
|
574
|
+
readonly CUSTOM: "CUSTOM";
|
|
575
|
+
readonly INFERENCE: "INFERENCE";
|
|
576
|
+
readonly MCP: "MCP";
|
|
577
|
+
};
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export type PassthroughProtocolType = (typeof PassthroughProtocolType)[keyof typeof PassthroughProtocolType];
|
|
545
582
|
/**
|
|
546
583
|
* @public
|
|
547
584
|
* @enum
|
|
@@ -620,6 +657,25 @@ export declare const TargetStatus: {
|
|
|
620
657
|
* @public
|
|
621
658
|
*/
|
|
622
659
|
export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
* @enum
|
|
663
|
+
*/
|
|
664
|
+
export declare const TargetType: {
|
|
665
|
+
readonly AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME";
|
|
666
|
+
readonly API_GATEWAY: "API_GATEWAY";
|
|
667
|
+
readonly CONNECTOR: "CONNECTOR";
|
|
668
|
+
readonly LAMBDA: "LAMBDA";
|
|
669
|
+
readonly MCP_SERVER: "MCP_SERVER";
|
|
670
|
+
readonly OPEN_API_SCHEMA: "OPEN_API_SCHEMA";
|
|
671
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
672
|
+
readonly PROVIDER: "PROVIDER";
|
|
673
|
+
readonly SMITHY_MODEL: "SMITHY_MODEL";
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
623
679
|
/**
|
|
624
680
|
* @public
|
|
625
681
|
* @enum
|
|
@@ -632,6 +688,37 @@ export declare const KeyType: {
|
|
|
632
688
|
* @public
|
|
633
689
|
*/
|
|
634
690
|
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
* @enum
|
|
694
|
+
*/
|
|
695
|
+
export declare const HarnessEndpointStatus: {
|
|
696
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
697
|
+
readonly CREATING: "CREATING";
|
|
698
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
699
|
+
readonly DELETING: "DELETING";
|
|
700
|
+
readonly READY: "READY";
|
|
701
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
702
|
+
readonly UPDATING: "UPDATING";
|
|
703
|
+
};
|
|
704
|
+
/**
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
export type HarnessEndpointStatus = (typeof HarnessEndpointStatus)[keyof typeof HarnessEndpointStatus];
|
|
708
|
+
/**
|
|
709
|
+
* @public
|
|
710
|
+
* @enum
|
|
711
|
+
*/
|
|
712
|
+
export declare const HarnessManagedMemoryStrategyType: {
|
|
713
|
+
readonly EPISODIC: "EPISODIC";
|
|
714
|
+
readonly SEMANTIC: "SEMANTIC";
|
|
715
|
+
readonly SUMMARIZATION: "SUMMARIZATION";
|
|
716
|
+
readonly USER_PREFERENCE: "USER_PREFERENCE";
|
|
717
|
+
};
|
|
718
|
+
/**
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
export type HarnessManagedMemoryStrategyType = (typeof HarnessManagedMemoryStrategyType)[keyof typeof HarnessManagedMemoryStrategyType];
|
|
635
722
|
/**
|
|
636
723
|
* @public
|
|
637
724
|
* @enum
|
|
@@ -1103,6 +1190,18 @@ export declare const FindingType: {
|
|
|
1103
1190
|
* @public
|
|
1104
1191
|
*/
|
|
1105
1192
|
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
1193
|
+
/**
|
|
1194
|
+
* @public
|
|
1195
|
+
* @enum
|
|
1196
|
+
*/
|
|
1197
|
+
export declare const EnforcementMode: {
|
|
1198
|
+
readonly ACTIVE: "ACTIVE";
|
|
1199
|
+
readonly LOG_ONLY: "LOG_ONLY";
|
|
1200
|
+
};
|
|
1201
|
+
/**
|
|
1202
|
+
* @public
|
|
1203
|
+
*/
|
|
1204
|
+
export type EnforcementMode = (typeof EnforcementMode)[keyof typeof EnforcementMode];
|
|
1106
1205
|
/**
|
|
1107
1206
|
* @public
|
|
1108
1207
|
* @enum
|