@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,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
|
+
DeleteHarnessEndpointRequest,
|
|
10
|
+
DeleteHarnessEndpointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteHarnessEndpointCommandInput
|
|
15
|
+
extends DeleteHarnessEndpointRequest {}
|
|
16
|
+
export interface DeleteHarnessEndpointCommandOutput
|
|
17
|
+
extends DeleteHarnessEndpointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteHarnessEndpointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteHarnessEndpointCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteHarnessEndpointCommandInput,
|
|
24
|
+
DeleteHarnessEndpointCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteHarnessEndpointCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
DeleteHarnessEndpointCommandInput,
|
|
33
|
+
DeleteHarnessEndpointCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class DeleteHarnessEndpointCommand extends DeleteHarnessEndpointCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DeleteHarnessEndpointRequest;
|
|
46
|
+
output: DeleteHarnessEndpointResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DeleteHarnessEndpointCommandInput;
|
|
50
|
+
output: DeleteHarnessEndpointCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteRegistryRequest,
|
|
10
10
|
DeleteRegistryResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface DeleteRegistryCommandInput extends DeleteRegistryRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { GetHarnessRequest, GetHarnessResponse } from "../models/
|
|
8
|
+
import { GetHarnessRequest, GetHarnessResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetHarnessCommandInput extends GetHarnessRequest {}
|
|
@@ -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
|
+
GetHarnessEndpointRequest,
|
|
10
|
+
GetHarnessEndpointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetHarnessEndpointCommandInput
|
|
15
|
+
extends GetHarnessEndpointRequest {}
|
|
16
|
+
export interface GetHarnessEndpointCommandOutput
|
|
17
|
+
extends GetHarnessEndpointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetHarnessEndpointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetHarnessEndpointCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetHarnessEndpointCommandInput,
|
|
24
|
+
GetHarnessEndpointCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetHarnessEndpointCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetHarnessEndpointCommandInput,
|
|
33
|
+
GetHarnessEndpointCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetHarnessEndpointCommand extends GetHarnessEndpointCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetHarnessEndpointRequest;
|
|
46
|
+
output: GetHarnessEndpointResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetHarnessEndpointCommandInput;
|
|
50
|
+
output: GetHarnessEndpointCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { GetRegistryRequest, GetRegistryResponse } from "../models/
|
|
8
|
+
import { GetRegistryRequest, GetRegistryResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetRegistryCommandInput extends GetRegistryRequest {}
|
|
@@ -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
|
+
ListHarnessEndpointsRequest,
|
|
10
|
+
ListHarnessEndpointsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListHarnessEndpointsCommandInput
|
|
15
|
+
extends ListHarnessEndpointsRequest {}
|
|
16
|
+
export interface ListHarnessEndpointsCommandOutput
|
|
17
|
+
extends ListHarnessEndpointsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListHarnessEndpointsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListHarnessEndpointsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListHarnessEndpointsCommandInput,
|
|
24
|
+
ListHarnessEndpointsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListHarnessEndpointsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListHarnessEndpointsCommandInput,
|
|
33
|
+
ListHarnessEndpointsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListHarnessEndpointsCommand extends ListHarnessEndpointsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListHarnessEndpointsRequest;
|
|
46
|
+
output: ListHarnessEndpointsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListHarnessEndpointsCommandInput;
|
|
50
|
+
output: ListHarnessEndpointsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -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
|
+
ListHarnessVersionsRequest,
|
|
10
|
+
ListHarnessVersionsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListHarnessVersionsCommandInput
|
|
15
|
+
extends ListHarnessVersionsRequest {}
|
|
16
|
+
export interface ListHarnessVersionsCommandOutput
|
|
17
|
+
extends ListHarnessVersionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListHarnessVersionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListHarnessVersionsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListHarnessVersionsCommandInput,
|
|
24
|
+
ListHarnessVersionsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListHarnessVersionsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListHarnessVersionsCommandInput,
|
|
33
|
+
ListHarnessVersionsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListHarnessVersionsCommand extends ListHarnessVersionsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListHarnessVersionsRequest;
|
|
46
|
+
output: ListHarnessVersionsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListHarnessVersionsCommandInput;
|
|
50
|
+
output: ListHarnessVersionsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListHarnessesRequest,
|
|
10
10
|
ListHarnessesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListHarnessesCommandInput extends ListHarnessesRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListRegistriesRequest,
|
|
10
10
|
ListRegistriesResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListRegistriesCommandInput extends ListRegistriesRequest {}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListRegistryRecordsResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListRegistryRecordsRequest } from "../models/models_1";
|
|
9
|
+
import { ListRegistryRecordsResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListRegistryRecordsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SetTokenVaultCMKRequest,
|
|
10
10
|
SetTokenVaultCMKResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SetTokenVaultCMKCommandInput extends SetTokenVaultCMKRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
SubmitRegistryRecordForApprovalRequest,
|
|
10
10
|
SubmitRegistryRecordForApprovalResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface SubmitRegistryRecordForApprovalCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
8
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateHarnessRequest,
|
|
10
10
|
UpdateHarnessResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateHarnessCommandInput extends UpdateHarnessRequest {}
|
|
@@ -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
|
+
UpdateHarnessEndpointRequest,
|
|
10
|
+
UpdateHarnessEndpointResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateHarnessEndpointCommandInput
|
|
15
|
+
extends UpdateHarnessEndpointRequest {}
|
|
16
|
+
export interface UpdateHarnessEndpointCommandOutput
|
|
17
|
+
extends UpdateHarnessEndpointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateHarnessEndpointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateHarnessEndpointCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateHarnessEndpointCommandInput,
|
|
24
|
+
UpdateHarnessEndpointCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateHarnessEndpointCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateHarnessEndpointCommandInput,
|
|
33
|
+
UpdateHarnessEndpointCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateHarnessEndpointCommand extends UpdateHarnessEndpointCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateHarnessEndpointRequest;
|
|
46
|
+
output: UpdateHarnessEndpointResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateHarnessEndpointCommandInput;
|
|
50
|
+
output: UpdateHarnessEndpointCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateRegistryRequest,
|
|
10
10
|
UpdateRegistryResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateRegistryCommandInput extends UpdateRegistryRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateRegistryRecordStatusRequest,
|
|
10
10
|
UpdateRegistryRecordStatusResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateRegistryRecordStatusCommandInput
|
|
@@ -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";
|
|
@@ -206,6 +206,11 @@ export declare const ExceptionLevel: {
|
|
|
206
206
|
};
|
|
207
207
|
export type ExceptionLevel =
|
|
208
208
|
(typeof ExceptionLevel)[keyof typeof ExceptionLevel];
|
|
209
|
+
export declare const InterceptorPayloadExclusion: {
|
|
210
|
+
readonly RESPONSE_BODY: "RESPONSE_BODY";
|
|
211
|
+
};
|
|
212
|
+
export type InterceptorPayloadExclusion =
|
|
213
|
+
(typeof InterceptorPayloadExclusion)[keyof typeof InterceptorPayloadExclusion];
|
|
209
214
|
export declare const GatewayInterceptionPoint: {
|
|
210
215
|
readonly REQUEST: "REQUEST";
|
|
211
216
|
readonly RESPONSE: "RESPONSE";
|
|
@@ -236,6 +241,12 @@ export declare const GatewayStatus: {
|
|
|
236
241
|
readonly UPDATING: "UPDATING";
|
|
237
242
|
};
|
|
238
243
|
export type GatewayStatus = (typeof GatewayStatus)[keyof typeof GatewayStatus];
|
|
244
|
+
export declare const WafFailureMode: {
|
|
245
|
+
readonly FAIL_CLOSE: "FAIL_CLOSE";
|
|
246
|
+
readonly FAIL_OPEN: "FAIL_OPEN";
|
|
247
|
+
};
|
|
248
|
+
export type WafFailureMode =
|
|
249
|
+
(typeof WafFailureMode)[keyof typeof WafFailureMode];
|
|
239
250
|
export declare const PrincipalMatchOperator: {
|
|
240
251
|
readonly StringEquals: "StringEquals";
|
|
241
252
|
readonly StringLike: "StringLike";
|
|
@@ -272,6 +283,14 @@ export declare const CredentialProviderType: {
|
|
|
272
283
|
};
|
|
273
284
|
export type CredentialProviderType =
|
|
274
285
|
(typeof CredentialProviderType)[keyof typeof CredentialProviderType];
|
|
286
|
+
export declare const PassthroughProtocolType: {
|
|
287
|
+
readonly A2A: "A2A";
|
|
288
|
+
readonly CUSTOM: "CUSTOM";
|
|
289
|
+
readonly INFERENCE: "INFERENCE";
|
|
290
|
+
readonly MCP: "MCP";
|
|
291
|
+
};
|
|
292
|
+
export type PassthroughProtocolType =
|
|
293
|
+
(typeof PassthroughProtocolType)[keyof typeof PassthroughProtocolType];
|
|
275
294
|
export declare const RestApiMethod: {
|
|
276
295
|
readonly DELETE: "DELETE";
|
|
277
296
|
readonly GET: "GET";
|
|
@@ -316,11 +335,42 @@ export declare const TargetStatus: {
|
|
|
316
335
|
readonly UPDATING: "UPDATING";
|
|
317
336
|
};
|
|
318
337
|
export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
338
|
+
export declare const TargetType: {
|
|
339
|
+
readonly AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME";
|
|
340
|
+
readonly API_GATEWAY: "API_GATEWAY";
|
|
341
|
+
readonly CONNECTOR: "CONNECTOR";
|
|
342
|
+
readonly LAMBDA: "LAMBDA";
|
|
343
|
+
readonly MCP_SERVER: "MCP_SERVER";
|
|
344
|
+
readonly OPEN_API_SCHEMA: "OPEN_API_SCHEMA";
|
|
345
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
346
|
+
readonly PROVIDER: "PROVIDER";
|
|
347
|
+
readonly SMITHY_MODEL: "SMITHY_MODEL";
|
|
348
|
+
};
|
|
349
|
+
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
319
350
|
export declare const KeyType: {
|
|
320
351
|
readonly CustomerManagedKey: "CustomerManagedKey";
|
|
321
352
|
readonly ServiceManagedKey: "ServiceManagedKey";
|
|
322
353
|
};
|
|
323
354
|
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
355
|
+
export declare const HarnessEndpointStatus: {
|
|
356
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
357
|
+
readonly CREATING: "CREATING";
|
|
358
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
359
|
+
readonly DELETING: "DELETING";
|
|
360
|
+
readonly READY: "READY";
|
|
361
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
362
|
+
readonly UPDATING: "UPDATING";
|
|
363
|
+
};
|
|
364
|
+
export type HarnessEndpointStatus =
|
|
365
|
+
(typeof HarnessEndpointStatus)[keyof typeof HarnessEndpointStatus];
|
|
366
|
+
export declare const HarnessManagedMemoryStrategyType: {
|
|
367
|
+
readonly EPISODIC: "EPISODIC";
|
|
368
|
+
readonly SEMANTIC: "SEMANTIC";
|
|
369
|
+
readonly SUMMARIZATION: "SUMMARIZATION";
|
|
370
|
+
readonly USER_PREFERENCE: "USER_PREFERENCE";
|
|
371
|
+
};
|
|
372
|
+
export type HarnessManagedMemoryStrategyType =
|
|
373
|
+
(typeof HarnessManagedMemoryStrategyType)[keyof typeof HarnessManagedMemoryStrategyType];
|
|
324
374
|
export declare const HarnessBedrockApiFormat: {
|
|
325
375
|
readonly CHAT_COMPLETIONS: "chat_completions";
|
|
326
376
|
readonly CONVERSE_STREAM: "converse_stream";
|
|
@@ -577,6 +627,12 @@ export declare const FindingType: {
|
|
|
577
627
|
readonly VALID: "VALID";
|
|
578
628
|
};
|
|
579
629
|
export type FindingType = (typeof FindingType)[keyof typeof FindingType];
|
|
630
|
+
export declare const EnforcementMode: {
|
|
631
|
+
readonly ACTIVE: "ACTIVE";
|
|
632
|
+
readonly LOG_ONLY: "LOG_ONLY";
|
|
633
|
+
};
|
|
634
|
+
export type EnforcementMode =
|
|
635
|
+
(typeof EnforcementMode)[keyof typeof EnforcementMode];
|
|
580
636
|
export declare const PolicyValidationMode: {
|
|
581
637
|
readonly FAIL_ON_ANY_FINDINGS: "FAIL_ON_ANY_FINDINGS";
|
|
582
638
|
readonly IGNORE_ALL_FINDINGS: "IGNORE_ALL_FINDINGS";
|