@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,104 @@
|
|
|
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 { GetHarnessEndpointRequest, GetHarnessEndpointResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetHarnessEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetHarnessEndpointCommandInput extends GetHarnessEndpointRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetHarnessEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetHarnessEndpointCommandOutput extends GetHarnessEndpointResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetHarnessEndpointCommand_base: {
|
|
25
|
+
new (input: GetHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetHarnessEndpointCommandInput, GetHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetHarnessEndpointCommandInput, GetHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Operation to get a single 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, GetHarnessEndpointCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, GetHarnessEndpointCommand } = 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 = { // GetHarnessEndpointRequest
|
|
42
|
+
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* endpointName: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new GetHarnessEndpointCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // GetHarnessEndpointResponse
|
|
48
|
+
* // endpoint: { // HarnessEndpoint
|
|
49
|
+
* // harnessId: "STRING_VALUE", // required
|
|
50
|
+
* // harnessName: "STRING_VALUE", // required
|
|
51
|
+
* // endpointName: "STRING_VALUE", // required
|
|
52
|
+
* // arn: "STRING_VALUE", // required
|
|
53
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
54
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // liveVersion: "STRING_VALUE",
|
|
57
|
+
* // targetVersion: "STRING_VALUE",
|
|
58
|
+
* // description: "STRING_VALUE",
|
|
59
|
+
* // failureReason: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param GetHarnessEndpointCommandInput - {@link GetHarnessEndpointCommandInput}
|
|
66
|
+
* @returns {@link GetHarnessEndpointCommandOutput}
|
|
67
|
+
* @see {@link GetHarnessEndpointCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link GetHarnessEndpointCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InternalServerException} (server fault)
|
|
75
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ValidationException} (client fault)
|
|
84
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class GetHarnessEndpointCommand extends GetHarnessEndpointCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: GetHarnessEndpointRequest;
|
|
97
|
+
output: GetHarnessEndpointResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: GetHarnessEndpointCommandInput;
|
|
101
|
+
output: GetHarnessEndpointCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -119,6 +119,16 @@ declare const GetPaymentManagerCommand_base: {
|
|
|
119
119
|
* // },
|
|
120
120
|
* // },
|
|
121
121
|
* // ],
|
|
122
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
123
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
124
|
+
* // { // HostingEnvironment
|
|
125
|
+
* // arn: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // },
|
|
122
132
|
* // },
|
|
123
133
|
* // },
|
|
124
134
|
* // roleArn: "STRING_VALUE", // required
|
|
@@ -52,6 +52,7 @@ declare const GetPolicyCommand_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 GetPolicyCommand_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
|
|
@@ -52,6 +52,7 @@ declare const GetPolicySummaryCommand_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
|
* // };
|
|
56
57
|
*
|
|
57
58
|
* ```
|
|
@@ -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 { GetRegistryRequest, GetRegistryResponse } from "../models/
|
|
4
|
+
import type { GetRegistryRequest, GetRegistryResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -119,6 +119,16 @@ declare const GetRegistryCommand_base: {
|
|
|
119
119
|
* // },
|
|
120
120
|
* // },
|
|
121
121
|
* // ],
|
|
122
|
+
* // allowedWorkloadConfiguration: { // AllowedWorkloadConfiguration
|
|
123
|
+
* // hostingEnvironments: [ // HostingEnvironmentListType
|
|
124
|
+
* // { // HostingEnvironment
|
|
125
|
+
* // arn: "STRING_VALUE", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // workloadIdentities: [ // WorkloadIdentityNameListType
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // },
|
|
122
132
|
* // },
|
|
123
133
|
* // },
|
|
124
134
|
* // approvalConfiguration: { // ApprovalConfiguration
|
|
@@ -55,6 +55,15 @@ declare const ListGatewayTargetsCommand_base: {
|
|
|
55
55
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
56
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // resourcePriority: Number("int"),
|
|
58
|
+
* // lastSynchronizedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // authorizationData: { // AuthorizationData Union: only one key present
|
|
60
|
+
* // oauth2: { // OAuth2AuthorizationData
|
|
61
|
+
* // authorizationUrl: "STRING_VALUE", // required
|
|
62
|
+
* // userId: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // },
|
|
65
|
+
* // targetType: "OPEN_API_SCHEMA" || "SMITHY_MODEL" || "MCP_SERVER" || "LAMBDA" || "API_GATEWAY" || "CONNECTOR" || "AGENTCORE_RUNTIME" || "PASSTHROUGH" || "PROVIDER",
|
|
66
|
+
* // listingMode: "DEFAULT" || "DYNAMIC",
|
|
58
67
|
* // },
|
|
59
68
|
* // ],
|
|
60
69
|
* // nextToken: "STRING_VALUE",
|
|
@@ -74,6 +83,9 @@ declare const ListGatewayTargetsCommand_base: {
|
|
|
74
83
|
* @throws {@link InternalServerException} (server fault)
|
|
75
84
|
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
76
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
|
+
*
|
|
77
89
|
* @throws {@link ThrottlingException} (client fault)
|
|
78
90
|
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
79
91
|
*
|
|
@@ -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 { ListHarnessEndpointsRequest, ListHarnessEndpointsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListHarnessEndpointsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListHarnessEndpointsCommandInput extends ListHarnessEndpointsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListHarnessEndpointsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListHarnessEndpointsCommandOutput extends ListHarnessEndpointsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListHarnessEndpointsCommand_base: {
|
|
25
|
+
new (input: ListHarnessEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListHarnessEndpointsCommandInput, ListHarnessEndpointsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListHarnessEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListHarnessEndpointsCommandInput, ListHarnessEndpointsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Operation to list the endpoints of a harness.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreControlClient, ListHarnessEndpointsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, ListHarnessEndpointsCommand } = 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 = { // ListHarnessEndpointsRequest
|
|
42
|
+
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* nextToken: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ListHarnessEndpointsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ListHarnessEndpointsResponse
|
|
49
|
+
* // endpoints: [ // HarnessEndpoints // required
|
|
50
|
+
* // { // HarnessEndpoint
|
|
51
|
+
* // harnessId: "STRING_VALUE", // required
|
|
52
|
+
* // harnessName: "STRING_VALUE", // required
|
|
53
|
+
* // endpointName: "STRING_VALUE", // required
|
|
54
|
+
* // arn: "STRING_VALUE", // required
|
|
55
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // liveVersion: "STRING_VALUE",
|
|
59
|
+
* // targetVersion: "STRING_VALUE",
|
|
60
|
+
* // description: "STRING_VALUE",
|
|
61
|
+
* // failureReason: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // nextToken: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param ListHarnessEndpointsCommandInput - {@link ListHarnessEndpointsCommandInput}
|
|
70
|
+
* @returns {@link ListHarnessEndpointsCommandOutput}
|
|
71
|
+
* @see {@link ListHarnessEndpointsCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link ListHarnessEndpointsCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
76
|
+
* <p>This exception is thrown when a request is denied per access permissions</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 ListHarnessEndpointsCommand extends ListHarnessEndpointsCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: ListHarnessEndpointsRequest;
|
|
101
|
+
output: ListHarnessEndpointsResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: ListHarnessEndpointsCommandInput;
|
|
105
|
+
output: ListHarnessEndpointsCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
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 { ListHarnessVersionsRequest, ListHarnessVersionsResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListHarnessVersionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListHarnessVersionsCommandInput extends ListHarnessVersionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListHarnessVersionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListHarnessVersionsCommandOutput extends ListHarnessVersionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListHarnessVersionsCommand_base: {
|
|
25
|
+
new (input: ListHarnessVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHarnessVersionsCommandInput, ListHarnessVersionsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListHarnessVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHarnessVersionsCommandInput, ListHarnessVersionsCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Operation to list the versions of a Harness.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BedrockAgentCoreControlClient, ListHarnessVersionsCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
37
|
+
* // const { BedrockAgentCoreControlClient, ListHarnessVersionsCommand } = 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 = { // ListHarnessVersionsRequest
|
|
42
|
+
* harnessId: "STRING_VALUE", // required
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* nextToken: "STRING_VALUE",
|
|
45
|
+
* };
|
|
46
|
+
* const command = new ListHarnessVersionsCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // ListHarnessVersionsResponse
|
|
49
|
+
* // harnessVersions: [ // HarnessVersionSummaries // required
|
|
50
|
+
* // { // HarnessVersionSummary
|
|
51
|
+
* // harnessId: "STRING_VALUE", // required
|
|
52
|
+
* // harnessName: "STRING_VALUE", // required
|
|
53
|
+
* // arn: "STRING_VALUE", // required
|
|
54
|
+
* // harnessVersion: "STRING_VALUE", // required
|
|
55
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // failureReason: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // nextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListHarnessVersionsCommandInput - {@link ListHarnessVersionsCommandInput}
|
|
67
|
+
* @returns {@link ListHarnessVersionsCommandOutput}
|
|
68
|
+
* @see {@link ListHarnessVersionsCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListHarnessVersionsCommandOutput} 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 InternalServerException} (server fault)
|
|
76
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
79
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
82
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ValidationException} (client fault)
|
|
85
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
89
|
+
*
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class ListHarnessVersionsCommand extends ListHarnessVersionsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListHarnessVersionsRequest;
|
|
98
|
+
output: ListHarnessVersionsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListHarnessVersionsCommandInput;
|
|
102
|
+
output: ListHarnessVersionsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -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 { ListHarnessesRequest, ListHarnessesResponse } from "../models/
|
|
4
|
+
import type { ListHarnessesRequest, ListHarnessesResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -29,7 +29,7 @@ declare const ListHarnessesCommand_base: {
|
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
|
-
* <p>Operation to list
|
|
32
|
+
* <p>Operation to list harnesses.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -53,6 +53,7 @@ declare const ListHarnessesCommand_base: {
|
|
|
53
53
|
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED", // required
|
|
54
54
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
55
55
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // harnessVersion: "STRING_VALUE",
|
|
56
57
|
* // },
|
|
57
58
|
* // ],
|
|
58
59
|
* // nextToken: "STRING_VALUE",
|
|
@@ -52,6 +52,7 @@ declare const ListMemoriesCommand_base: {
|
|
|
52
52
|
* // status: "CREATING" || "ACTIVE" || "FAILED" || "DELETING" || "UPDATING",
|
|
53
53
|
* // createdAt: new Date("TIMESTAMP"), // required
|
|
54
54
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // managedByResourceArn: "STRING_VALUE",
|
|
55
56
|
* // },
|
|
56
57
|
* // ],
|
|
57
58
|
* // nextToken: "STRING_VALUE",
|
|
@@ -56,6 +56,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
56
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // policyArn: "STRING_VALUE", // required
|
|
58
58
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
59
|
+
* // enforcementMode: "ACTIVE" || "LOG_ONLY",
|
|
59
60
|
* // definition: { // PolicyDefinition Union: only one key present
|
|
60
61
|
* // cedar: { // CedarPolicy
|
|
61
62
|
* // statement: "STRING_VALUE", // required
|
|
@@ -64,6 +65,9 @@ declare const ListPoliciesCommand_base: {
|
|
|
64
65
|
* // policyGenerationId: "STRING_VALUE", // required
|
|
65
66
|
* // policyGenerationAssetId: "STRING_VALUE", // required
|
|
66
67
|
* // },
|
|
68
|
+
* // policy: { // PolicyStatement
|
|
69
|
+
* // statement: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
67
71
|
* // },
|
|
68
72
|
* // description: "STRING_VALUE",
|
|
69
73
|
* // statusReasons: [ // PolicyStatusReasons // required
|
|
@@ -58,6 +58,9 @@ declare const ListPolicyGenerationAssetsCommand_base: {
|
|
|
58
58
|
* // policyGenerationId: "STRING_VALUE", // required
|
|
59
59
|
* // policyGenerationAssetId: "STRING_VALUE", // required
|
|
60
60
|
* // },
|
|
61
|
+
* // policy: { // PolicyStatement
|
|
62
|
+
* // statement: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
61
64
|
* // },
|
|
62
65
|
* // rawTextFragment: "STRING_VALUE", // required
|
|
63
66
|
* // findings: [ // Findings // required
|
|
@@ -56,6 +56,7 @@ declare const ListPolicySummariesCommand_base: {
|
|
|
56
56
|
* // updatedAt: new Date("TIMESTAMP"), // required
|
|
57
57
|
* // policyArn: "STRING_VALUE", // required
|
|
58
58
|
* // status: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
59
|
+
* // enforcementMode: "ACTIVE" || "LOG_ONLY",
|
|
59
60
|
* // },
|
|
60
61
|
* // ],
|
|
61
62
|
* // nextToken: "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 { ListRegistriesRequest, ListRegistriesResponse } from "../models/
|
|
4
|
+
import type { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
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 { ListRegistryRecordsRequest
|
|
4
|
+
import type { ListRegistryRecordsRequest } from "../models/models_1";
|
|
5
|
+
import type { ListRegistryRecordsResponse } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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 { SetTokenVaultCMKRequest, SetTokenVaultCMKResponse } from "../models/
|
|
4
|
+
import type { SetTokenVaultCMKRequest, SetTokenVaultCMKResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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 { SubmitRegistryRecordForApprovalRequest, SubmitRegistryRecordForApprovalResponse } from "../models/
|
|
4
|
+
import type { SubmitRegistryRecordForApprovalRequest, SubmitRegistryRecordForApprovalResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -147,11 +147,80 @@ declare const SynchronizeGatewayTargetsCommand_base: {
|
|
|
147
147
|
* // ],
|
|
148
148
|
* // },
|
|
149
149
|
* // },
|
|
150
|
+
* // connector: { // ConnectorTargetConfiguration
|
|
151
|
+
* // source: { // ConnectorSource
|
|
152
|
+
* // connectorId: "STRING_VALUE", // required
|
|
153
|
+
* // },
|
|
154
|
+
* // enabled: [ // EnabledConnectors
|
|
155
|
+
* // "STRING_VALUE",
|
|
156
|
+
* // ],
|
|
157
|
+
* // configurations: [ // ConnectorConfigurations
|
|
158
|
+
* // { // ConnectorConfiguration
|
|
159
|
+
* // name: "STRING_VALUE", // required
|
|
160
|
+
* // description: "STRING_VALUE",
|
|
161
|
+
* // parameterValues: "DOCUMENT_VALUE",
|
|
162
|
+
* // parameterOverrides: [ // ConnectorParameterOverrides
|
|
163
|
+
* // { // ConnectorParameterOverride
|
|
164
|
+
* // path: "STRING_VALUE", // required
|
|
165
|
+
* // description: "STRING_VALUE",
|
|
166
|
+
* // visible: true || false,
|
|
167
|
+
* // },
|
|
168
|
+
* // ],
|
|
169
|
+
* // },
|
|
170
|
+
* // ],
|
|
171
|
+
* // },
|
|
150
172
|
* // },
|
|
151
173
|
* // http: { // HttpTargetConfiguration Union: only one key present
|
|
152
174
|
* // agentcoreRuntime: { // RuntimeTargetConfiguration
|
|
153
175
|
* // arn: "STRING_VALUE", // required
|
|
154
176
|
* // qualifier: "STRING_VALUE",
|
|
177
|
+
* // schema: { // HttpApiSchemaConfiguration
|
|
178
|
+
* // source: {// Union: only one key present
|
|
179
|
+
* // s3: "<S3Configuration>",
|
|
180
|
+
* // inlinePayload: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
184
|
+
* // passthrough: { // PassthroughTargetConfiguration
|
|
185
|
+
* // endpoint: "STRING_VALUE", // required
|
|
186
|
+
* // protocolType: "MCP" || "A2A" || "INFERENCE" || "CUSTOM", // required
|
|
187
|
+
* // schema: {
|
|
188
|
+
* // source: {// Union: only one key present
|
|
189
|
+
* // s3: "<S3Configuration>",
|
|
190
|
+
* // inlinePayload: "STRING_VALUE",
|
|
191
|
+
* // },
|
|
192
|
+
* // },
|
|
193
|
+
* // stickinessConfiguration: { // StickinessConfiguration
|
|
194
|
+
* // identifier: "STRING_VALUE", // required
|
|
195
|
+
* // timeout: Number("int"),
|
|
196
|
+
* // },
|
|
197
|
+
* // },
|
|
198
|
+
* // },
|
|
199
|
+
* // inference: { // InferenceTargetConfiguration Union: only one key present
|
|
200
|
+
* // connector: { // InferenceConnectorTargetConfiguration
|
|
201
|
+
* // source: { // InferenceConnectorSource
|
|
202
|
+
* // connectorId: "STRING_VALUE", // required
|
|
203
|
+
* // },
|
|
204
|
+
* // },
|
|
205
|
+
* // provider: { // InferenceProviderTargetConfiguration
|
|
206
|
+
* // endpoint: "STRING_VALUE", // required
|
|
207
|
+
* // modelMapping: { // ModelMapping
|
|
208
|
+
* // providerPrefix: { // ProviderPrefix
|
|
209
|
+
* // strip: true || false,
|
|
210
|
+
* // separator: "STRING_VALUE",
|
|
211
|
+
* // },
|
|
212
|
+
* // },
|
|
213
|
+
* // operations: [ // InferenceOperationConfigurations
|
|
214
|
+
* // { // InferenceOperationConfiguration
|
|
215
|
+
* // path: "STRING_VALUE", // required
|
|
216
|
+
* // providerPath: "STRING_VALUE",
|
|
217
|
+
* // models: [ // ModelEntries
|
|
218
|
+
* // { // ModelEntry
|
|
219
|
+
* // model: "STRING_VALUE", // required
|
|
220
|
+
* // },
|
|
221
|
+
* // ],
|
|
222
|
+
* // },
|
|
223
|
+
* // ],
|
|
155
224
|
* // },
|
|
156
225
|
* // },
|
|
157
226
|
* // },
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|