@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
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import type { CreateHarnessEndpointRequest, CreateHarnessEndpointResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateHarnessEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateHarnessEndpointCommandInput extends CreateHarnessEndpointRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateHarnessEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateHarnessEndpointCommandOutput extends CreateHarnessEndpointResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateHarnessEndpointCommand_base: {
|
|
25
|
+
new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Operation to create a harness endpoint.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreControlClient, CreateHarnessEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, CreateHarnessEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
38
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
39
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
40
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
|
+
* const input = { // CreateHarnessEndpointRequest
|
|
42
|
+
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* endpointName: "STRING_VALUE", // required
|
|
44
|
+
* targetVersion: "STRING_VALUE",
|
|
45
|
+
* description: "STRING_VALUE",
|
|
46
|
+
* clientToken: "STRING_VALUE",
|
|
47
|
+
* tags: { // TagsMap
|
|
48
|
+
* "<keys>": "STRING_VALUE",
|
|
49
|
+
* },
|
|
50
|
+
* };
|
|
51
|
+
* const command = new CreateHarnessEndpointCommand(input);
|
|
52
|
+
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateHarnessEndpointResponse
|
|
54
|
+
* // endpoint: { // HarnessEndpoint
|
|
55
|
+
* // harnessId: "STRING_VALUE", // required
|
|
56
|
+
* // harnessName: "STRING_VALUE", // required
|
|
57
|
+
* // endpointName: "STRING_VALUE", // required
|
|
58
|
+
* // arn: "STRING_VALUE", // required
|
|
59
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
60
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
61
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
62
|
+
* // liveVersion: "STRING_VALUE",
|
|
63
|
+
* // targetVersion: "STRING_VALUE",
|
|
64
|
+
* // description: "STRING_VALUE",
|
|
65
|
+
* // failureReason: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
69
|
+
* ```
|
|
70
|
+
*
|
|
71
|
+
* @param CreateHarnessEndpointCommandInput - {@link CreateHarnessEndpointCommandInput}
|
|
72
|
+
* @returns {@link CreateHarnessEndpointCommandOutput}
|
|
73
|
+
* @see {@link CreateHarnessEndpointCommandInput} for command's `input` shape.
|
|
74
|
+
* @see {@link CreateHarnessEndpointCommandOutput} for command's `response` shape.
|
|
75
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
78
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ConflictException} (client fault)
|
|
81
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InternalServerException} (server fault)
|
|
84
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
90
|
+
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
93
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ValidationException} (client fault)
|
|
96
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
100
|
+
*
|
|
101
|
+
*
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
export declare class CreateHarnessEndpointCommand extends CreateHarnessEndpointCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: CreateHarnessEndpointRequest;
|
|
109
|
+
output: CreateHarnessEndpointResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: CreateHarnessEndpointCommandInput;
|
|
113
|
+
output: CreateHarnessEndpointCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
}
|
|
@@ -112,6 +112,16 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
112
112
|
* },
|
|
113
113
|
* },
|
|
114
114
|
* ],
|
|
115
|
+
* allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
116
|
+
* hostingEnvironments: [ // HostingEnvironmentListType
|
|
117
|
+
* { // HostingEnvironment
|
|
118
|
+
* arn: "STRING_VALUE", // required
|
|
119
|
+
* },
|
|
120
|
+
* ],
|
|
121
|
+
* workloadIdentities: [ // WorkloadIdentityNameListType
|
|
122
|
+
* "STRING_VALUE",
|
|
123
|
+
* ],
|
|
124
|
+
* },
|
|
115
125
|
* },
|
|
116
126
|
* },
|
|
117
127
|
* roleArn: "STRING_VALUE", // required
|
|
@@ -195,6 +205,16 @@ declare const CreatePaymentManagerCommand_base: {
|
|
|
195
205
|
* // },
|
|
196
206
|
* // },
|
|
197
207
|
* // ],
|
|
208
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
209
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
210
|
+
* // { // HostingEnvironment
|
|
211
|
+
* // arn: "STRING_VALUE", // required
|
|
212
|
+
* // },
|
|
213
|
+
* // ],
|
|
214
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // },
|
|
198
218
|
* // },
|
|
199
219
|
* // },
|
|
200
220
|
* // roleArn: "STRING_VALUE", // required
|
|
@@ -48,9 +48,13 @@ declare const CreatePolicyCommand_base: {
|
|
|
48
48
|
* policyGenerationId: "STRING_VALUE", // required
|
|
49
49
|
* policyGenerationAssetId: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
51
|
+
* policy: { // PolicyStatement
|
|
52
|
+
* statement: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
51
54
|
* },
|
|
52
55
|
* description: "STRING_VALUE",
|
|
53
56
|
* validationMode: "FAIL_ON_ANY_FINDINGS" || "IGNORE_ALL_FINDINGS",
|
|
57
|
+
* enforcementMode: "ACTIVE" || "LOG_ONLY",
|
|
54
58
|
* policyEngineId: "STRING_VALUE", // required
|
|
55
59
|
* clientToken: "STRING_VALUE",
|
|
56
60
|
* };
|
|
@@ -64,6 +68,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
64
68
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
65
69
|
* // policyArn: "STRING_VALUE", // required
|
|
66
70
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
71
|
+
* // enforcementMode: "ACTIVE" || "LOG_ONLY",
|
|
67
72
|
* // definition: { // PolicyDefinition Union: only one key present
|
|
68
73
|
* // cedar: { // CedarPolicy
|
|
69
74
|
* // statement: "STRING_VALUE", // required
|
|
@@ -72,6 +77,9 @@ declare const CreatePolicyCommand_base: {
|
|
|
72
77
|
* // policyGenerationId: "STRING_VALUE", // required
|
|
73
78
|
* // policyGenerationAssetId: "STRING_VALUE", // required
|
|
74
79
|
* // },
|
|
80
|
+
* // policy: { // PolicyStatement
|
|
81
|
+
* // statement: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
75
83
|
* // },
|
|
76
84
|
* // description: "STRING_VALUE",
|
|
77
85
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
@@ -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 { CreateRegistryRequest, CreateRegistryResponse } from "../models/
|
|
4
|
+
import type { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -112,6 +112,16 @@ declare const CreateRegistryCommand_base: {
|
|
|
112
112
|
* },
|
|
113
113
|
* },
|
|
114
114
|
* ],
|
|
115
|
+
* allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
116
|
+
* hostingEnvironments: [ // HostingEnvironmentListType
|
|
117
|
+
* { // HostingEnvironment
|
|
118
|
+
* arn: "STRING_VALUE", // required
|
|
119
|
+
* },
|
|
120
|
+
* ],
|
|
121
|
+
* workloadIdentities: [ // WorkloadIdentityNameListType
|
|
122
|
+
* "STRING_VALUE",
|
|
123
|
+
* ],
|
|
124
|
+
* },
|
|
115
125
|
* },
|
|
116
126
|
* },
|
|
117
127
|
* clientToken: "STRING_VALUE",
|
|
@@ -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 { DeleteHarnessRequest, DeleteHarnessResponse } from "../models/
|
|
4
|
+
import type { DeleteHarnessRequest, DeleteHarnessResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -41,6 +41,7 @@ declare const DeleteHarnessCommand_base: {
|
|
|
41
41
|
* const input = { // DeleteHarnessRequest
|
|
42
42
|
* harnessId: "STRING_VALUE", // required
|
|
43
43
|
* clientToken: "STRING_VALUE",
|
|
44
|
+
* deleteManagedMemory: true || false,
|
|
44
45
|
* };
|
|
45
46
|
* const command = new DeleteHarnessCommand(input);
|
|
46
47
|
* const response = await client.send(command);
|
|
@@ -50,6 +51,7 @@ declare const DeleteHarnessCommand_base: {
|
|
|
50
51
|
* // harnessName: "STRING_VALUE", // required
|
|
51
52
|
* // arn: "STRING_VALUE", // required
|
|
52
53
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
54
|
+
* // harnessVersion: "STRING_VALUE",
|
|
53
55
|
* // executionRoleArn: "STRING_VALUE", // required
|
|
54
56
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
55
57
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -150,6 +152,11 @@ declare const DeleteHarnessCommand_base: {
|
|
|
150
152
|
* // username: "STRING_VALUE",
|
|
151
153
|
* // },
|
|
152
154
|
* // },
|
|
155
|
+
* // awsSkills: { // HarnessSkillAwsSkillsSource
|
|
156
|
+
* // paths: [ // HarnessAwsSkillPaths
|
|
157
|
+
* // "STRING_VALUE",
|
|
158
|
+
* // ],
|
|
159
|
+
* // },
|
|
153
160
|
* // },
|
|
154
161
|
* // ],
|
|
155
162
|
* // allowedTools: [ // HarnessAllowedTools // required
|
|
@@ -284,6 +291,16 @@ declare const DeleteHarnessCommand_base: {
|
|
|
284
291
|
* // },
|
|
285
292
|
* // },
|
|
286
293
|
* // ],
|
|
294
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
295
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
296
|
+
* // { // HostingEnvironment
|
|
297
|
+
* // arn: "STRING_VALUE", // required
|
|
298
|
+
* // },
|
|
299
|
+
* // ],
|
|
300
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
301
|
+
* // "STRING_VALUE",
|
|
302
|
+
* // ],
|
|
303
|
+
* // },
|
|
287
304
|
* // },
|
|
288
305
|
* // },
|
|
289
306
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|
|
@@ -299,6 +316,15 @@ declare const DeleteHarnessCommand_base: {
|
|
|
299
316
|
* // },
|
|
300
317
|
* // },
|
|
301
318
|
* // },
|
|
319
|
+
* // managedMemoryConfiguration: { // HarnessManagedMemoryConfiguration
|
|
320
|
+
* // arn: "STRING_VALUE",
|
|
321
|
+
* // strategies: [ // HarnessManagedMemoryStrategyList
|
|
322
|
+
* // "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "EPISODIC",
|
|
323
|
+
* // ],
|
|
324
|
+
* // eventExpiryDuration: Number("int"),
|
|
325
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
326
|
+
* // },
|
|
327
|
+
* // disabled: {},
|
|
302
328
|
* // },
|
|
303
329
|
* // maxIterations: Number("int"),
|
|
304
330
|
* // maxTokens: Number("int"),
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import type { DeleteHarnessEndpointRequest, DeleteHarnessEndpointResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteHarnessEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteHarnessEndpointCommandInput extends DeleteHarnessEndpointRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteHarnessEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteHarnessEndpointCommandOutput extends DeleteHarnessEndpointResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteHarnessEndpointCommand_base: {
|
|
25
|
+
new (input: DeleteHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteHarnessEndpointCommandInput, DeleteHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteHarnessEndpointCommandInput, DeleteHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Operation to delete a harness endpoint.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreControlClient, DeleteHarnessEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, DeleteHarnessEndpointCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
38
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
39
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
40
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
|
+
* const input = { // DeleteHarnessEndpointRequest
|
|
42
|
+
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* endpointName: "STRING_VALUE", // required
|
|
44
|
+
* clientToken: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DeleteHarnessEndpointCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // DeleteHarnessEndpointResponse
|
|
49
|
+
* // endpoint: { // HarnessEndpoint
|
|
50
|
+
* // harnessId: "STRING_VALUE", // required
|
|
51
|
+
* // harnessName: "STRING_VALUE", // required
|
|
52
|
+
* // endpointName: "STRING_VALUE", // required
|
|
53
|
+
* // arn: "STRING_VALUE", // required
|
|
54
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // liveVersion: "STRING_VALUE",
|
|
58
|
+
* // targetVersion: "STRING_VALUE",
|
|
59
|
+
* // description: "STRING_VALUE",
|
|
60
|
+
* // failureReason: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param DeleteHarnessEndpointCommandInput - {@link DeleteHarnessEndpointCommandInput}
|
|
67
|
+
* @returns {@link DeleteHarnessEndpointCommandOutput}
|
|
68
|
+
* @see {@link DeleteHarnessEndpointCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link DeleteHarnessEndpointCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link ConflictException} (client fault)
|
|
76
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InternalServerException} (server fault)
|
|
79
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ValidationException} (client fault)
|
|
88
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export declare class DeleteHarnessEndpointCommand extends DeleteHarnessEndpointCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DeleteHarnessEndpointRequest;
|
|
101
|
+
output: DeleteHarnessEndpointResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DeleteHarnessEndpointCommandInput;
|
|
105
|
+
output: DeleteHarnessEndpointCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}
|
|
@@ -52,6 +52,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
52
52
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
53
53
|
* // policyArn: "STRING_VALUE", // required
|
|
54
54
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
55
|
+
* // enforcementMode: "ACTIVE" || "LOG_ONLY",
|
|
55
56
|
* // definition: { // PolicyDefinition Union: only one key present
|
|
56
57
|
* // cedar: { // CedarPolicy
|
|
57
58
|
* // statement: "STRING_VALUE", // required
|
|
@@ -60,6 +61,9 @@ declare const DeletePolicyCommand_base: {
|
|
|
60
61
|
* // policyGenerationId: "STRING_VALUE", // required
|
|
61
62
|
* // policyGenerationAssetId: "STRING_VALUE", // required
|
|
62
63
|
* // },
|
|
64
|
+
* // policy: { // PolicyStatement
|
|
65
|
+
* // statement: "STRING_VALUE", // required
|
|
66
|
+
* // },
|
|
63
67
|
* // },
|
|
64
68
|
* // description: "STRING_VALUE",
|
|
65
69
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
@@ -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 { DeleteRegistryRequest, DeleteRegistryResponse } from "../models/
|
|
4
|
+
import type { DeleteRegistryRequest, DeleteRegistryResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -168,6 +168,16 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
168
168
|
* // },
|
|
169
169
|
* // },
|
|
170
170
|
* // ],
|
|
171
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
172
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
173
|
+
* // { // HostingEnvironment
|
|
174
|
+
* // arn: "STRING_VALUE", // required
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // },
|
|
171
181
|
* // },
|
|
172
182
|
* // },
|
|
173
183
|
* // requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
|
|
@@ -143,9 +143,24 @@ declare const GetGatewayCommand_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
|
* // kmsKeyArn: "STRING_VALUE",
|
|
159
|
+
* // customTransformConfiguration: { // CustomTransformConfiguration
|
|
160
|
+
* // lambda: { // LambdaTransformConfiguration
|
|
161
|
+
* // arn: "STRING_VALUE",
|
|
162
|
+
* // },
|
|
163
|
+
* // },
|
|
149
164
|
* // interceptorConfigurations: [ // GatewayInterceptorConfigurations
|
|
150
165
|
* // { // GatewayInterceptorConfiguration
|
|
151
166
|
* // interceptor: { // InterceptorConfiguration Union: only one key present
|
|
@@ -158,6 +173,13 @@ declare const GetGatewayCommand_base: {
|
|
|
158
173
|
* // ],
|
|
159
174
|
* // inputConfiguration: { // InterceptorInputConfiguration
|
|
160
175
|
* // passRequestHeaders: true || false, // required
|
|
176
|
+
* // payloadFilter: { // InterceptorPayloadFilter
|
|
177
|
+
* // exclude: [ // InterceptorPayloadExclusionSelectorList // required
|
|
178
|
+
* // { // InterceptorPayloadExclusionSelector Union: only one key present
|
|
179
|
+
* // field: "RESPONSE_BODY",
|
|
180
|
+
* // },
|
|
181
|
+
* // ],
|
|
182
|
+
* // },
|
|
161
183
|
* // },
|
|
162
184
|
* // },
|
|
163
185
|
* // ],
|
|
@@ -169,6 +191,10 @@ declare const GetGatewayCommand_base: {
|
|
|
169
191
|
* // workloadIdentityArn: "STRING_VALUE", // required
|
|
170
192
|
* // },
|
|
171
193
|
* // exceptionLevel: "DEBUG",
|
|
194
|
+
* // webAclArn: "STRING_VALUE",
|
|
195
|
+
* // wafConfiguration: { // WafConfiguration
|
|
196
|
+
* // failureMode: "FAIL_CLOSE" || "FAIL_OPEN",
|
|
197
|
+
* // },
|
|
172
198
|
* // };
|
|
173
199
|
*
|
|
174
200
|
* ```
|
|
@@ -143,11 +143,80 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
143
143
|
* // ],
|
|
144
144
|
* // },
|
|
145
145
|
* // },
|
|
146
|
+
* // connector: { // ConnectorTargetConfiguration
|
|
147
|
+
* // source: { // ConnectorSource
|
|
148
|
+
* // connectorId: "STRING_VALUE", // required
|
|
149
|
+
* // },
|
|
150
|
+
* // enabled: [ // EnabledConnectors
|
|
151
|
+
* // "STRING_VALUE",
|
|
152
|
+
* // ],
|
|
153
|
+
* // configurations: [ // ConnectorConfigurations
|
|
154
|
+
* // { // ConnectorConfiguration
|
|
155
|
+
* // name: "STRING_VALUE", // required
|
|
156
|
+
* // description: "STRING_VALUE",
|
|
157
|
+
* // parameterValues: "DOCUMENT_VALUE",
|
|
158
|
+
* // parameterOverrides: [ // ConnectorParameterOverrides
|
|
159
|
+
* // { // ConnectorParameterOverride
|
|
160
|
+
* // path: "STRING_VALUE", // required
|
|
161
|
+
* // description: "STRING_VALUE",
|
|
162
|
+
* // visible: true || false,
|
|
163
|
+
* // },
|
|
164
|
+
* // ],
|
|
165
|
+
* // },
|
|
166
|
+
* // ],
|
|
167
|
+
* // },
|
|
146
168
|
* // },
|
|
147
169
|
* // http: { // HttpTargetConfiguration Union: only one key present
|
|
148
170
|
* // agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
149
171
|
* // arn: "STRING_VALUE", // required
|
|
150
172
|
* // qualifier: "STRING_VALUE",
|
|
173
|
+
* // schema: { // HttpApiSchemaConfiguration
|
|
174
|
+
* // source: {// Union: only one key present
|
|
175
|
+
* // s3: "<S3Configuration>",
|
|
176
|
+
* // inlinePayload: "STRING_VALUE",
|
|
177
|
+
* // },
|
|
178
|
+
* // },
|
|
179
|
+
* // },
|
|
180
|
+
* // passthrough: { // PassthroughTargetConfiguration
|
|
181
|
+
* // endpoint: "STRING_VALUE", // required
|
|
182
|
+
* // protocolType: "MCP" || "A2A" || "INFERENCE" || "CUSTOM", // required
|
|
183
|
+
* // schema: {
|
|
184
|
+
* // source: {// Union: only one key present
|
|
185
|
+
* // s3: "<S3Configuration>",
|
|
186
|
+
* // inlinePayload: "STRING_VALUE",
|
|
187
|
+
* // },
|
|
188
|
+
* // },
|
|
189
|
+
* // stickinessConfiguration: { // StickinessConfiguration
|
|
190
|
+
* // identifier: "STRING_VALUE", // required
|
|
191
|
+
* // timeout: Number("int"),
|
|
192
|
+
* // },
|
|
193
|
+
* // },
|
|
194
|
+
* // },
|
|
195
|
+
* // inference: { // InferenceTargetConfiguration Union: only one key present
|
|
196
|
+
* // connector: { // InferenceConnectorTargetConfiguration
|
|
197
|
+
* // source: { // InferenceConnectorSource
|
|
198
|
+
* // connectorId: "STRING_VALUE", // required
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // provider: { // InferenceProviderTargetConfiguration
|
|
202
|
+
* // endpoint: "STRING_VALUE", // required
|
|
203
|
+
* // modelMapping: { // ModelMapping
|
|
204
|
+
* // providerPrefix: { // ProviderPrefix
|
|
205
|
+
* // strip: true || false,
|
|
206
|
+
* // separator: "STRING_VALUE",
|
|
207
|
+
* // },
|
|
208
|
+
* // },
|
|
209
|
+
* // operations: [ // InferenceOperationConfigurations
|
|
210
|
+
* // { // InferenceOperationConfiguration
|
|
211
|
+
* // path: "STRING_VALUE", // required
|
|
212
|
+
* // providerPath: "STRING_VALUE",
|
|
213
|
+
* // models: [ // ModelEntries
|
|
214
|
+
* // { // ModelEntry
|
|
215
|
+
* // model: "STRING_VALUE", // required
|
|
216
|
+
* // },
|
|
217
|
+
* // ],
|
|
218
|
+
* // },
|
|
219
|
+
* // ],
|
|
151
220
|
* // },
|
|
152
221
|
* // },
|
|
153
222
|
* // },
|
|
@@ -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 { GetHarnessRequest, GetHarnessResponse } from "../models/
|
|
4
|
+
import type { GetHarnessRequest, GetHarnessResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -29,7 +29,7 @@ declare const GetHarnessCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Operation to get a single
|
|
32
|
+
* <p>Operation to get a single 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
|
|
@@ -40,6 +40,7 @@ declare const GetHarnessCommand_base: {
|
|
|
40
40
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
41
|
* const input = { // GetHarnessRequest
|
|
42
42
|
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* harnessVersion: "STRING_VALUE",
|
|
43
44
|
* };
|
|
44
45
|
* const command = new GetHarnessCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -49,6 +50,7 @@ declare const GetHarnessCommand_base: {
|
|
|
49
50
|
* // harnessName: "STRING_VALUE", // required
|
|
50
51
|
* // arn: "STRING_VALUE", // required
|
|
51
52
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
53
|
+
* // harnessVersion: "STRING_VALUE",
|
|
52
54
|
* // executionRoleArn: "STRING_VALUE", // required
|
|
53
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
54
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
@@ -149,6 +151,11 @@ declare const GetHarnessCommand_base: {
|
|
|
149
151
|
* // username: "STRING_VALUE",
|
|
150
152
|
* // },
|
|
151
153
|
* // },
|
|
154
|
+
* // awsSkills: { // HarnessSkillAwsSkillsSource
|
|
155
|
+
* // paths: [ // HarnessAwsSkillPaths
|
|
156
|
+
* // "STRING_VALUE",
|
|
157
|
+
* // ],
|
|
158
|
+
* // },
|
|
152
159
|
* // },
|
|
153
160
|
* // ],
|
|
154
161
|
* // allowedTools: [ // HarnessAllowedTools // required
|
|
@@ -283,6 +290,16 @@ declare const GetHarnessCommand_base: {
|
|
|
283
290
|
* // },
|
|
284
291
|
* // },
|
|
285
292
|
* // ],
|
|
293
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
294
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
295
|
+
* // { // HostingEnvironment
|
|
296
|
+
* // arn: "STRING_VALUE", // required
|
|
297
|
+
* // },
|
|
298
|
+
* // ],
|
|
299
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
300
|
+
* // "STRING_VALUE",
|
|
301
|
+
* // ],
|
|
302
|
+
* // },
|
|
286
303
|
* // },
|
|
287
304
|
* // },
|
|
288
305
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|
|
@@ -298,6 +315,15 @@ declare const GetHarnessCommand_base: {
|
|
|
298
315
|
* // },
|
|
299
316
|
* // },
|
|
300
317
|
* // },
|
|
318
|
+
* // managedMemoryConfiguration: { // HarnessManagedMemoryConfiguration
|
|
319
|
+
* // arn: "STRING_VALUE",
|
|
320
|
+
* // strategies: [ // HarnessManagedMemoryStrategyList
|
|
321
|
+
* // "SEMANTIC" || "SUMMARIZATION" || "USER_PREFERENCE" || "EPISODIC",
|
|
322
|
+
* // ],
|
|
323
|
+
* // eventExpiryDuration: Number("int"),
|
|
324
|
+
* // encryptionKeyArn: "STRING_VALUE",
|
|
325
|
+
* // },
|
|
326
|
+
* // disabled: {},
|
|
301
327
|
* // },
|
|
302
328
|
* // maxIterations: Number("int"),
|
|
303
329
|
* // maxTokens: Number("int"),
|