@aws-sdk/client-bedrock-agentcore-control 3.1051.0 → 3.1052.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 +77 -0
- package/dist-cjs/index.js +188 -2
- package/dist-cjs/schemas/schemas_0.js +334 -92
- package/dist-es/BedrockAgentCoreControl.js +28 -0
- package/dist-es/commands/AddDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/CreateDatasetCommand.js +16 -0
- package/dist-es/commands/CreateDatasetVersionCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetCommand.js +16 -0
- package/dist-es/commands/DeleteDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/GetDatasetCommand.js +16 -0
- package/dist-es/commands/ListDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/ListDatasetVersionsCommand.js +16 -0
- package/dist-es/commands/ListDatasetsCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetCommand.js +16 -0
- package/dist-es/commands/UpdateDatasetExamplesCommand.js +16 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +19 -2
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/pagination/ListDatasetExamplesPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +318 -77
- package/dist-types/BedrockAgentCoreControl.d.ts +99 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +13 -2
- package/dist-types/commands/AddDatasetExamplesCommand.d.ts +127 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +117 -0
- package/dist-types/commands/CreateDatasetVersionCommand.d.ts +113 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +123 -0
- package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +112 -0
- package/dist-types/commands/GetDatasetCommand.d.ts +130 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExamplesCommand.d.ts +111 -0
- package/dist-types/commands/ListDatasetVersionsCommand.d.ts +103 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetCommand.d.ts +104 -0
- package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +120 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +91 -3
- package/dist-types/models/models_0.d.ts +2382 -2324
- package/dist-types/models/models_1.d.ts +4111 -4197
- package/dist-types/models/models_2.d.ts +775 -0
- package/dist-types/pagination/ListDatasetExamplesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +209 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -4
- package/dist-types/ts3.4/models/models_0.d.ts +192 -269
- package/dist-types/ts3.4/models/models_1.d.ts +268 -284
- package/dist-types/ts3.4/models/models_2.d.ts +273 -0
- package/dist-types/ts3.4/pagination/ListDatasetExamplesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +8 -8
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
import { SchemaType, TargetProtocolType, TargetStatus } from "./enums";
|
|
2
|
+
import {
|
|
3
|
+
ApiGatewayTargetConfiguration,
|
|
4
|
+
ApiSchemaConfiguration,
|
|
5
|
+
AuthorizationData,
|
|
6
|
+
CredentialProviderConfiguration,
|
|
7
|
+
HttpTargetConfiguration,
|
|
8
|
+
ManagedResourceDetails,
|
|
9
|
+
McpServerTargetConfiguration,
|
|
10
|
+
MetadataConfiguration,
|
|
11
|
+
PrivateEndpoint,
|
|
12
|
+
S3Configuration,
|
|
13
|
+
} from "./models_0";
|
|
14
|
+
export interface WorkloadIdentityType {
|
|
15
|
+
name: string | undefined;
|
|
16
|
+
workloadIdentityArn: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
export interface ListWorkloadIdentitiesResponse {
|
|
19
|
+
workloadIdentities: WorkloadIdentityType[] | undefined;
|
|
20
|
+
nextToken?: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
export interface UpdateWorkloadIdentityRequest {
|
|
23
|
+
name: string | undefined;
|
|
24
|
+
allowedResourceOauth2ReturnUrls?: string[] | undefined;
|
|
25
|
+
}
|
|
26
|
+
export interface UpdateWorkloadIdentityResponse {
|
|
27
|
+
name: string | undefined;
|
|
28
|
+
workloadIdentityArn: string | undefined;
|
|
29
|
+
allowedResourceOauth2ReturnUrls?: string[] | undefined;
|
|
30
|
+
createdTime: Date | undefined;
|
|
31
|
+
lastUpdatedTime: Date | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface SchemaDefinition {
|
|
34
|
+
type: SchemaType | undefined;
|
|
35
|
+
properties?: Record<string, SchemaDefinition> | undefined;
|
|
36
|
+
required?: string[] | undefined;
|
|
37
|
+
items?: SchemaDefinition | undefined;
|
|
38
|
+
description?: string | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface ToolDefinition {
|
|
41
|
+
name: string | undefined;
|
|
42
|
+
description: string | undefined;
|
|
43
|
+
inputSchema: SchemaDefinition | undefined;
|
|
44
|
+
outputSchema?: SchemaDefinition | undefined;
|
|
45
|
+
}
|
|
46
|
+
export type ToolSchema =
|
|
47
|
+
| ToolSchema.InlinePayloadMember
|
|
48
|
+
| ToolSchema.S3Member
|
|
49
|
+
| ToolSchema.$UnknownMember;
|
|
50
|
+
export declare namespace ToolSchema {
|
|
51
|
+
interface S3Member {
|
|
52
|
+
s3: S3Configuration;
|
|
53
|
+
inlinePayload?: never;
|
|
54
|
+
$unknown?: never;
|
|
55
|
+
}
|
|
56
|
+
interface InlinePayloadMember {
|
|
57
|
+
s3?: never;
|
|
58
|
+
inlinePayload: ToolDefinition[];
|
|
59
|
+
$unknown?: never;
|
|
60
|
+
}
|
|
61
|
+
interface $UnknownMember {
|
|
62
|
+
s3?: never;
|
|
63
|
+
inlinePayload?: never;
|
|
64
|
+
$unknown: [string, any];
|
|
65
|
+
}
|
|
66
|
+
interface Visitor<T> {
|
|
67
|
+
s3: (value: S3Configuration) => T;
|
|
68
|
+
inlinePayload: (value: ToolDefinition[]) => T;
|
|
69
|
+
_: (name: string, value: any) => T;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
export interface McpLambdaTargetConfiguration {
|
|
73
|
+
lambdaArn: string | undefined;
|
|
74
|
+
toolSchema: ToolSchema | undefined;
|
|
75
|
+
}
|
|
76
|
+
export type McpTargetConfiguration =
|
|
77
|
+
| McpTargetConfiguration.ApiGatewayMember
|
|
78
|
+
| McpTargetConfiguration.LambdaMember
|
|
79
|
+
| McpTargetConfiguration.McpServerMember
|
|
80
|
+
| McpTargetConfiguration.OpenApiSchemaMember
|
|
81
|
+
| McpTargetConfiguration.SmithyModelMember
|
|
82
|
+
| McpTargetConfiguration.$UnknownMember;
|
|
83
|
+
export declare namespace McpTargetConfiguration {
|
|
84
|
+
interface OpenApiSchemaMember {
|
|
85
|
+
openApiSchema: ApiSchemaConfiguration;
|
|
86
|
+
smithyModel?: never;
|
|
87
|
+
lambda?: never;
|
|
88
|
+
mcpServer?: never;
|
|
89
|
+
apiGateway?: never;
|
|
90
|
+
$unknown?: never;
|
|
91
|
+
}
|
|
92
|
+
interface SmithyModelMember {
|
|
93
|
+
openApiSchema?: never;
|
|
94
|
+
smithyModel: ApiSchemaConfiguration;
|
|
95
|
+
lambda?: never;
|
|
96
|
+
mcpServer?: never;
|
|
97
|
+
apiGateway?: never;
|
|
98
|
+
$unknown?: never;
|
|
99
|
+
}
|
|
100
|
+
interface LambdaMember {
|
|
101
|
+
openApiSchema?: never;
|
|
102
|
+
smithyModel?: never;
|
|
103
|
+
lambda: McpLambdaTargetConfiguration;
|
|
104
|
+
mcpServer?: never;
|
|
105
|
+
apiGateway?: never;
|
|
106
|
+
$unknown?: never;
|
|
107
|
+
}
|
|
108
|
+
interface McpServerMember {
|
|
109
|
+
openApiSchema?: never;
|
|
110
|
+
smithyModel?: never;
|
|
111
|
+
lambda?: never;
|
|
112
|
+
mcpServer: McpServerTargetConfiguration;
|
|
113
|
+
apiGateway?: never;
|
|
114
|
+
$unknown?: never;
|
|
115
|
+
}
|
|
116
|
+
interface ApiGatewayMember {
|
|
117
|
+
openApiSchema?: never;
|
|
118
|
+
smithyModel?: never;
|
|
119
|
+
lambda?: never;
|
|
120
|
+
mcpServer?: never;
|
|
121
|
+
apiGateway: ApiGatewayTargetConfiguration;
|
|
122
|
+
$unknown?: never;
|
|
123
|
+
}
|
|
124
|
+
interface $UnknownMember {
|
|
125
|
+
openApiSchema?: never;
|
|
126
|
+
smithyModel?: never;
|
|
127
|
+
lambda?: never;
|
|
128
|
+
mcpServer?: never;
|
|
129
|
+
apiGateway?: never;
|
|
130
|
+
$unknown: [string, any];
|
|
131
|
+
}
|
|
132
|
+
interface Visitor<T> {
|
|
133
|
+
openApiSchema: (value: ApiSchemaConfiguration) => T;
|
|
134
|
+
smithyModel: (value: ApiSchemaConfiguration) => T;
|
|
135
|
+
lambda: (value: McpLambdaTargetConfiguration) => T;
|
|
136
|
+
mcpServer: (value: McpServerTargetConfiguration) => T;
|
|
137
|
+
apiGateway: (value: ApiGatewayTargetConfiguration) => T;
|
|
138
|
+
_: (name: string, value: any) => T;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
export type TargetConfiguration =
|
|
142
|
+
| TargetConfiguration.HttpMember
|
|
143
|
+
| TargetConfiguration.McpMember
|
|
144
|
+
| TargetConfiguration.$UnknownMember;
|
|
145
|
+
export declare namespace TargetConfiguration {
|
|
146
|
+
interface McpMember {
|
|
147
|
+
mcp: McpTargetConfiguration;
|
|
148
|
+
http?: never;
|
|
149
|
+
$unknown?: never;
|
|
150
|
+
}
|
|
151
|
+
interface HttpMember {
|
|
152
|
+
mcp?: never;
|
|
153
|
+
http: HttpTargetConfiguration;
|
|
154
|
+
$unknown?: never;
|
|
155
|
+
}
|
|
156
|
+
interface $UnknownMember {
|
|
157
|
+
mcp?: never;
|
|
158
|
+
http?: never;
|
|
159
|
+
$unknown: [string, any];
|
|
160
|
+
}
|
|
161
|
+
interface Visitor<T> {
|
|
162
|
+
mcp: (value: McpTargetConfiguration) => T;
|
|
163
|
+
http: (value: HttpTargetConfiguration) => T;
|
|
164
|
+
_: (name: string, value: any) => T;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
export interface CreateGatewayTargetRequest {
|
|
168
|
+
gatewayIdentifier: string | undefined;
|
|
169
|
+
name: string | undefined;
|
|
170
|
+
description?: string | undefined;
|
|
171
|
+
clientToken?: string | undefined;
|
|
172
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
173
|
+
credentialProviderConfigurations?:
|
|
174
|
+
| CredentialProviderConfiguration[]
|
|
175
|
+
| undefined;
|
|
176
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
177
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface CreateGatewayTargetResponse {
|
|
180
|
+
gatewayArn: string | undefined;
|
|
181
|
+
targetId: string | undefined;
|
|
182
|
+
createdAt: Date | undefined;
|
|
183
|
+
updatedAt: Date | undefined;
|
|
184
|
+
status: TargetStatus | undefined;
|
|
185
|
+
statusReasons?: string[] | undefined;
|
|
186
|
+
name: string | undefined;
|
|
187
|
+
description?: string | undefined;
|
|
188
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
189
|
+
credentialProviderConfigurations:
|
|
190
|
+
| CredentialProviderConfiguration[]
|
|
191
|
+
| undefined;
|
|
192
|
+
lastSynchronizedAt?: Date | undefined;
|
|
193
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
194
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
195
|
+
privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
|
|
196
|
+
authorizationData?: AuthorizationData | undefined;
|
|
197
|
+
protocolType?: TargetProtocolType | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface GatewayTarget {
|
|
200
|
+
gatewayArn: string | undefined;
|
|
201
|
+
targetId: string | undefined;
|
|
202
|
+
createdAt: Date | undefined;
|
|
203
|
+
updatedAt: Date | undefined;
|
|
204
|
+
status: TargetStatus | undefined;
|
|
205
|
+
statusReasons?: string[] | undefined;
|
|
206
|
+
name: string | undefined;
|
|
207
|
+
description?: string | undefined;
|
|
208
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
209
|
+
credentialProviderConfigurations:
|
|
210
|
+
| CredentialProviderConfiguration[]
|
|
211
|
+
| undefined;
|
|
212
|
+
lastSynchronizedAt?: Date | undefined;
|
|
213
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
214
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
215
|
+
privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
|
|
216
|
+
authorizationData?: AuthorizationData | undefined;
|
|
217
|
+
protocolType?: TargetProtocolType | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface GetGatewayTargetResponse {
|
|
220
|
+
gatewayArn: string | undefined;
|
|
221
|
+
targetId: string | undefined;
|
|
222
|
+
createdAt: Date | undefined;
|
|
223
|
+
updatedAt: Date | undefined;
|
|
224
|
+
status: TargetStatus | undefined;
|
|
225
|
+
statusReasons?: string[] | undefined;
|
|
226
|
+
name: string | undefined;
|
|
227
|
+
description?: string | undefined;
|
|
228
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
229
|
+
credentialProviderConfigurations:
|
|
230
|
+
| CredentialProviderConfiguration[]
|
|
231
|
+
| undefined;
|
|
232
|
+
lastSynchronizedAt?: Date | undefined;
|
|
233
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
234
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
235
|
+
privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
|
|
236
|
+
authorizationData?: AuthorizationData | undefined;
|
|
237
|
+
protocolType?: TargetProtocolType | undefined;
|
|
238
|
+
}
|
|
239
|
+
export interface UpdateGatewayTargetRequest {
|
|
240
|
+
gatewayIdentifier: string | undefined;
|
|
241
|
+
targetId: string | undefined;
|
|
242
|
+
name: string | undefined;
|
|
243
|
+
description?: string | undefined;
|
|
244
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
245
|
+
credentialProviderConfigurations?:
|
|
246
|
+
| CredentialProviderConfiguration[]
|
|
247
|
+
| undefined;
|
|
248
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
249
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
250
|
+
}
|
|
251
|
+
export interface UpdateGatewayTargetResponse {
|
|
252
|
+
gatewayArn: string | undefined;
|
|
253
|
+
targetId: string | undefined;
|
|
254
|
+
createdAt: Date | undefined;
|
|
255
|
+
updatedAt: Date | undefined;
|
|
256
|
+
status: TargetStatus | undefined;
|
|
257
|
+
statusReasons?: string[] | undefined;
|
|
258
|
+
name: string | undefined;
|
|
259
|
+
description?: string | undefined;
|
|
260
|
+
targetConfiguration: TargetConfiguration | undefined;
|
|
261
|
+
credentialProviderConfigurations:
|
|
262
|
+
| CredentialProviderConfiguration[]
|
|
263
|
+
| undefined;
|
|
264
|
+
lastSynchronizedAt?: Date | undefined;
|
|
265
|
+
metadataConfiguration?: MetadataConfiguration | undefined;
|
|
266
|
+
privateEndpoint?: PrivateEndpoint | undefined;
|
|
267
|
+
privateEndpointManagedResources?: ManagedResourceDetails[] | undefined;
|
|
268
|
+
authorizationData?: AuthorizationData | undefined;
|
|
269
|
+
protocolType?: TargetProtocolType | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface SynchronizeGatewayTargetsResponse {
|
|
272
|
+
targets?: GatewayTarget[] | undefined;
|
|
273
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetExamplesCommandInput,
|
|
4
|
+
ListDatasetExamplesCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetExamplesCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDatasetExamples: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListDatasetExamplesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetExamplesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetVersionsCommandInput,
|
|
4
|
+
ListDatasetVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetVersionsCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDatasetVersions: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListDatasetVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDatasetsCommandInput,
|
|
4
|
+
ListDatasetsCommandOutput,
|
|
5
|
+
} from "../commands/ListDatasetsCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDatasets: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListDatasetsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDatasetsCommandOutput>;
|
|
@@ -8,6 +8,9 @@ export * from "./ListBrowsersPaginator";
|
|
|
8
8
|
export * from "./ListCodeInterpretersPaginator";
|
|
9
9
|
export * from "./ListConfigurationBundlesPaginator";
|
|
10
10
|
export * from "./ListConfigurationBundleVersionsPaginator";
|
|
11
|
+
export * from "./ListDatasetExamplesPaginator";
|
|
12
|
+
export * from "./ListDatasetsPaginator";
|
|
13
|
+
export * from "./ListDatasetVersionsPaginator";
|
|
11
14
|
export * from "./ListEvaluatorsPaginator";
|
|
12
15
|
export * from "./ListGatewayRulesPaginator";
|
|
13
16
|
export * from "./ListGatewaysPaginator";
|
|
@@ -22,6 +22,8 @@ export declare var UnauthorizedException$: StaticErrorSchema;
|
|
|
22
22
|
export declare var ValidationException$: StaticErrorSchema;
|
|
23
23
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
24
24
|
export declare var A2aDescriptor$: StaticStructureSchema;
|
|
25
|
+
export declare var AddDatasetExamplesRequest$: StaticStructureSchema;
|
|
26
|
+
export declare var AddDatasetExamplesResponse$: StaticStructureSchema;
|
|
25
27
|
export declare var AgentCardDefinition$: StaticStructureSchema;
|
|
26
28
|
export declare var AgentRuntime$: StaticStructureSchema;
|
|
27
29
|
export declare var AgentRuntimeEndpoint$: StaticStructureSchema;
|
|
@@ -72,6 +74,10 @@ export declare var CreateCodeInterpreterRequest$: StaticStructureSchema;
|
|
|
72
74
|
export declare var CreateCodeInterpreterResponse$: StaticStructureSchema;
|
|
73
75
|
export declare var CreateConfigurationBundleRequest$: StaticStructureSchema;
|
|
74
76
|
export declare var CreateConfigurationBundleResponse$: StaticStructureSchema;
|
|
77
|
+
export declare var CreateDatasetRequest$: StaticStructureSchema;
|
|
78
|
+
export declare var CreateDatasetResponse$: StaticStructureSchema;
|
|
79
|
+
export declare var CreateDatasetVersionRequest$: StaticStructureSchema;
|
|
80
|
+
export declare var CreateDatasetVersionResponse$: StaticStructureSchema;
|
|
75
81
|
export declare var CreateEvaluatorRequest$: StaticStructureSchema;
|
|
76
82
|
export declare var CreateEvaluatorResponse$: StaticStructureSchema;
|
|
77
83
|
export declare var CreateGatewayRequest$: StaticStructureSchema;
|
|
@@ -111,6 +117,8 @@ export declare var CustomJWTAuthorizerConfiguration$: StaticStructureSchema;
|
|
|
111
117
|
export declare var CustomMemoryStrategyInput$: StaticStructureSchema;
|
|
112
118
|
export declare var CustomOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
113
119
|
export declare var CustomOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
120
|
+
export declare var DatasetSummary$: StaticStructureSchema;
|
|
121
|
+
export declare var DatasetVersionSummary$: StaticStructureSchema;
|
|
114
122
|
export declare var DeleteAgentRuntimeEndpointRequest$: StaticStructureSchema;
|
|
115
123
|
export declare var DeleteAgentRuntimeEndpointResponse$: StaticStructureSchema;
|
|
116
124
|
export declare var DeleteAgentRuntimeRequest$: StaticStructureSchema;
|
|
@@ -125,6 +133,10 @@ export declare var DeleteCodeInterpreterRequest$: StaticStructureSchema;
|
|
|
125
133
|
export declare var DeleteCodeInterpreterResponse$: StaticStructureSchema;
|
|
126
134
|
export declare var DeleteConfigurationBundleRequest$: StaticStructureSchema;
|
|
127
135
|
export declare var DeleteConfigurationBundleResponse$: StaticStructureSchema;
|
|
136
|
+
export declare var DeleteDatasetExamplesRequest$: StaticStructureSchema;
|
|
137
|
+
export declare var DeleteDatasetExamplesResponse$: StaticStructureSchema;
|
|
138
|
+
export declare var DeleteDatasetRequest$: StaticStructureSchema;
|
|
139
|
+
export declare var DeleteDatasetResponse$: StaticStructureSchema;
|
|
128
140
|
export declare var DeleteEvaluatorRequest$: StaticStructureSchema;
|
|
129
141
|
export declare var DeleteEvaluatorResponse$: StaticStructureSchema;
|
|
130
142
|
export declare var DeleteGatewayRequest$: StaticStructureSchema;
|
|
@@ -198,6 +210,8 @@ export declare var GetConfigurationBundleRequest$: StaticStructureSchema;
|
|
|
198
210
|
export declare var GetConfigurationBundleResponse$: StaticStructureSchema;
|
|
199
211
|
export declare var GetConfigurationBundleVersionRequest$: StaticStructureSchema;
|
|
200
212
|
export declare var GetConfigurationBundleVersionResponse$: StaticStructureSchema;
|
|
213
|
+
export declare var GetDatasetRequest$: StaticStructureSchema;
|
|
214
|
+
export declare var GetDatasetResponse$: StaticStructureSchema;
|
|
201
215
|
export declare var GetEvaluatorRequest$: StaticStructureSchema;
|
|
202
216
|
export declare var GetEvaluatorResponse$: StaticStructureSchema;
|
|
203
217
|
export declare var GetGatewayRequest$: StaticStructureSchema;
|
|
@@ -270,6 +284,7 @@ export declare var IncludedOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
|
270
284
|
export declare var IncludedOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
271
285
|
export declare var IndexedKey$: StaticStructureSchema;
|
|
272
286
|
export declare var InferenceConfiguration$: StaticStructureSchema;
|
|
287
|
+
export declare var InlineExamplesSource$: StaticStructureSchema;
|
|
273
288
|
export declare var InterceptorInputConfiguration$: StaticStructureSchema;
|
|
274
289
|
export declare var InvocationConfiguration$: StaticStructureSchema;
|
|
275
290
|
export declare var InvocationConfigurationInput$: StaticStructureSchema;
|
|
@@ -298,6 +313,12 @@ export declare var ListConfigurationBundlesRequest$: StaticStructureSchema;
|
|
|
298
313
|
export declare var ListConfigurationBundlesResponse$: StaticStructureSchema;
|
|
299
314
|
export declare var ListConfigurationBundleVersionsRequest$: StaticStructureSchema;
|
|
300
315
|
export declare var ListConfigurationBundleVersionsResponse$: StaticStructureSchema;
|
|
316
|
+
export declare var ListDatasetExamplesRequest$: StaticStructureSchema;
|
|
317
|
+
export declare var ListDatasetExamplesResponse$: StaticStructureSchema;
|
|
318
|
+
export declare var ListDatasetsRequest$: StaticStructureSchema;
|
|
319
|
+
export declare var ListDatasetsResponse$: StaticStructureSchema;
|
|
320
|
+
export declare var ListDatasetVersionsRequest$: StaticStructureSchema;
|
|
321
|
+
export declare var ListDatasetVersionsResponse$: StaticStructureSchema;
|
|
301
322
|
export declare var ListEvaluatorsRequest$: StaticStructureSchema;
|
|
302
323
|
export declare var ListEvaluatorsResponse$: StaticStructureSchema;
|
|
303
324
|
export declare var ListGatewayRulesRequest$: StaticStructureSchema;
|
|
@@ -405,6 +426,7 @@ export declare var RuntimeTargetConfiguration$: StaticStructureSchema;
|
|
|
405
426
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
406
427
|
export declare var S3FilesAccessPointConfiguration$: StaticStructureSchema;
|
|
407
428
|
export declare var S3Location$: StaticStructureSchema;
|
|
429
|
+
export declare var S3Source$: StaticStructureSchema;
|
|
408
430
|
export declare var SalesforceOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
409
431
|
export declare var SalesforceOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
410
432
|
export declare var SamplingConfig$: StaticStructureSchema;
|
|
@@ -476,6 +498,10 @@ export declare var UpdatedA2aDescriptor$: StaticStructureSchema;
|
|
|
476
498
|
export declare var UpdatedAgentSkillsDescriptor$: StaticStructureSchema;
|
|
477
499
|
export declare var UpdatedAgentSkillsDescriptorFields$: StaticStructureSchema;
|
|
478
500
|
export declare var UpdatedApprovalConfiguration$: StaticStructureSchema;
|
|
501
|
+
export declare var UpdateDatasetExamplesRequest$: StaticStructureSchema;
|
|
502
|
+
export declare var UpdateDatasetExamplesResponse$: StaticStructureSchema;
|
|
503
|
+
export declare var UpdateDatasetRequest$: StaticStructureSchema;
|
|
504
|
+
export declare var UpdateDatasetResponse$: StaticStructureSchema;
|
|
479
505
|
export declare var UpdatedAuthorizerConfiguration$: StaticStructureSchema;
|
|
480
506
|
export declare var UpdatedCustomDescriptor$: StaticStructureSchema;
|
|
481
507
|
export declare var UpdatedDescription$: StaticStructureSchema;
|
|
@@ -563,6 +589,7 @@ export declare var CustomExtractionConfigurationInput$: StaticUnionSchema;
|
|
|
563
589
|
export declare var CustomReflectionConfiguration$: StaticUnionSchema;
|
|
564
590
|
export declare var CustomReflectionConfigurationInput$: StaticUnionSchema;
|
|
565
591
|
export declare var DataSourceConfig$: StaticUnionSchema;
|
|
592
|
+
export declare var DataSourceType$: StaticUnionSchema;
|
|
566
593
|
export declare var EvaluatorConfig$: StaticUnionSchema;
|
|
567
594
|
export declare var EvaluatorModelConfig$: StaticUnionSchema;
|
|
568
595
|
export declare var EvaluatorReference$: StaticUnionSchema;
|
|
@@ -611,6 +638,7 @@ export declare var ToolSchema$: StaticUnionSchema;
|
|
|
611
638
|
export declare var TriggerCondition$: StaticUnionSchema;
|
|
612
639
|
export declare var TriggerConditionInput$: StaticUnionSchema;
|
|
613
640
|
export declare var Validation$: StaticUnionSchema;
|
|
641
|
+
export declare var AddDatasetExamples$: StaticOperationSchema;
|
|
614
642
|
export declare var CreateAgentRuntime$: StaticOperationSchema;
|
|
615
643
|
export declare var CreateAgentRuntimeEndpoint$: StaticOperationSchema;
|
|
616
644
|
export declare var CreateApiKeyCredentialProvider$: StaticOperationSchema;
|
|
@@ -618,6 +646,8 @@ export declare var CreateBrowser$: StaticOperationSchema;
|
|
|
618
646
|
export declare var CreateBrowserProfile$: StaticOperationSchema;
|
|
619
647
|
export declare var CreateCodeInterpreter$: StaticOperationSchema;
|
|
620
648
|
export declare var CreateConfigurationBundle$: StaticOperationSchema;
|
|
649
|
+
export declare var CreateDataset$: StaticOperationSchema;
|
|
650
|
+
export declare var CreateDatasetVersion$: StaticOperationSchema;
|
|
621
651
|
export declare var CreateEvaluator$: StaticOperationSchema;
|
|
622
652
|
export declare var CreateGateway$: StaticOperationSchema;
|
|
623
653
|
export declare var CreateGatewayRule$: StaticOperationSchema;
|
|
@@ -641,6 +671,8 @@ export declare var DeleteBrowser$: StaticOperationSchema;
|
|
|
641
671
|
export declare var DeleteBrowserProfile$: StaticOperationSchema;
|
|
642
672
|
export declare var DeleteCodeInterpreter$: StaticOperationSchema;
|
|
643
673
|
export declare var DeleteConfigurationBundle$: StaticOperationSchema;
|
|
674
|
+
export declare var DeleteDataset$: StaticOperationSchema;
|
|
675
|
+
export declare var DeleteDatasetExamples$: StaticOperationSchema;
|
|
644
676
|
export declare var DeleteEvaluator$: StaticOperationSchema;
|
|
645
677
|
export declare var DeleteGateway$: StaticOperationSchema;
|
|
646
678
|
export declare var DeleteGatewayRule$: StaticOperationSchema;
|
|
@@ -666,6 +698,7 @@ export declare var GetBrowserProfile$: StaticOperationSchema;
|
|
|
666
698
|
export declare var GetCodeInterpreter$: StaticOperationSchema;
|
|
667
699
|
export declare var GetConfigurationBundle$: StaticOperationSchema;
|
|
668
700
|
export declare var GetConfigurationBundleVersion$: StaticOperationSchema;
|
|
701
|
+
export declare var GetDataset$: StaticOperationSchema;
|
|
669
702
|
export declare var GetEvaluator$: StaticOperationSchema;
|
|
670
703
|
export declare var GetGateway$: StaticOperationSchema;
|
|
671
704
|
export declare var GetGatewayRule$: StaticOperationSchema;
|
|
@@ -697,6 +730,9 @@ export declare var ListBrowsers$: StaticOperationSchema;
|
|
|
697
730
|
export declare var ListCodeInterpreters$: StaticOperationSchema;
|
|
698
731
|
export declare var ListConfigurationBundles$: StaticOperationSchema;
|
|
699
732
|
export declare var ListConfigurationBundleVersions$: StaticOperationSchema;
|
|
733
|
+
export declare var ListDatasetExamples$: StaticOperationSchema;
|
|
734
|
+
export declare var ListDatasets$: StaticOperationSchema;
|
|
735
|
+
export declare var ListDatasetVersions$: StaticOperationSchema;
|
|
700
736
|
export declare var ListEvaluators$: StaticOperationSchema;
|
|
701
737
|
export declare var ListGatewayRules$: StaticOperationSchema;
|
|
702
738
|
export declare var ListGateways$: StaticOperationSchema;
|
|
@@ -730,6 +766,8 @@ export declare var UpdateAgentRuntime$: StaticOperationSchema;
|
|
|
730
766
|
export declare var UpdateAgentRuntimeEndpoint$: StaticOperationSchema;
|
|
731
767
|
export declare var UpdateApiKeyCredentialProvider$: StaticOperationSchema;
|
|
732
768
|
export declare var UpdateConfigurationBundle$: StaticOperationSchema;
|
|
769
|
+
export declare var UpdateDataset$: StaticOperationSchema;
|
|
770
|
+
export declare var UpdateDatasetExamples$: StaticOperationSchema;
|
|
733
771
|
export declare var UpdateEvaluator$: StaticOperationSchema;
|
|
734
772
|
export declare var UpdateGateway$: StaticOperationSchema;
|
|
735
773
|
export declare var UpdateGatewayRule$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1052.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.24.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
29
|
-
"@smithy/node-http-handler": "^4.7.
|
|
30
|
-
"@smithy/types": "^4.14.
|
|
24
|
+
"@aws-sdk/core": "^3.974.13",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.44",
|
|
26
|
+
"@aws-sdk/types": "^3.973.9",
|
|
27
|
+
"@smithy/core": "^3.24.3",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.4.3",
|
|
29
|
+
"@smithy/node-http-handler": "^4.7.3",
|
|
30
|
+
"@smithy/types": "^4.14.2",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|