@aws-sdk/client-bedrock-agentcore-control 3.1051.0 → 3.1053.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,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
|
+
AddDatasetExamplesRequest,
|
|
10
|
+
AddDatasetExamplesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AddDatasetExamplesCommandInput
|
|
15
|
+
extends AddDatasetExamplesRequest {}
|
|
16
|
+
export interface AddDatasetExamplesCommandOutput
|
|
17
|
+
extends AddDatasetExamplesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AddDatasetExamplesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AddDatasetExamplesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
AddDatasetExamplesCommandInput,
|
|
24
|
+
AddDatasetExamplesCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: AddDatasetExamplesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
AddDatasetExamplesCommandInput,
|
|
33
|
+
AddDatasetExamplesCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class AddDatasetExamplesCommand extends AddDatasetExamplesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: AddDatasetExamplesRequest;
|
|
46
|
+
output: AddDatasetExamplesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: AddDatasetExamplesCommandInput;
|
|
50
|
+
output: AddDatasetExamplesCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
CreateDatasetRequest,
|
|
10
|
+
CreateDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
15
|
+
export interface CreateDatasetCommandOutput
|
|
16
|
+
extends CreateDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateDatasetCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
CreateDatasetCommandInput,
|
|
23
|
+
CreateDatasetCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateDatasetCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
CreateDatasetCommandInput,
|
|
32
|
+
CreateDatasetCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: CreateDatasetRequest;
|
|
45
|
+
output: CreateDatasetResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: CreateDatasetCommandInput;
|
|
49
|
+
output: CreateDatasetCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -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
|
+
CreateDatasetVersionRequest,
|
|
10
|
+
CreateDatasetVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDatasetVersionCommandInput
|
|
15
|
+
extends CreateDatasetVersionRequest {}
|
|
16
|
+
export interface CreateDatasetVersionCommandOutput
|
|
17
|
+
extends CreateDatasetVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateDatasetVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateDatasetVersionCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateDatasetVersionCommandInput,
|
|
24
|
+
CreateDatasetVersionCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateDatasetVersionCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateDatasetVersionCommandInput,
|
|
33
|
+
CreateDatasetVersionCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateDatasetVersionCommand extends CreateDatasetVersionCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateDatasetVersionRequest;
|
|
46
|
+
output: CreateDatasetVersionResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateDatasetVersionCommandInput;
|
|
50
|
+
output: CreateDatasetVersionCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
DeleteDatasetRequest,
|
|
10
|
+
DeleteDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
15
|
+
export interface DeleteDatasetCommandOutput
|
|
16
|
+
extends DeleteDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteDatasetCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
DeleteDatasetCommandInput,
|
|
23
|
+
DeleteDatasetCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DeleteDatasetCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
DeleteDatasetCommandInput,
|
|
32
|
+
DeleteDatasetCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: DeleteDatasetRequest;
|
|
45
|
+
output: DeleteDatasetResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: DeleteDatasetCommandInput;
|
|
49
|
+
output: DeleteDatasetCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -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
|
+
DeleteDatasetExamplesRequest,
|
|
10
|
+
DeleteDatasetExamplesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteDatasetExamplesCommandInput
|
|
15
|
+
extends DeleteDatasetExamplesRequest {}
|
|
16
|
+
export interface DeleteDatasetExamplesCommandOutput
|
|
17
|
+
extends DeleteDatasetExamplesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteDatasetExamplesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteDatasetExamplesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteDatasetExamplesCommandInput,
|
|
24
|
+
DeleteDatasetExamplesCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteDatasetExamplesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
DeleteDatasetExamplesCommandInput,
|
|
33
|
+
DeleteDatasetExamplesCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class DeleteDatasetExamplesCommand extends DeleteDatasetExamplesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: DeleteDatasetExamplesRequest;
|
|
46
|
+
output: DeleteDatasetExamplesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: DeleteDatasetExamplesCommandInput;
|
|
50
|
+
output: DeleteDatasetExamplesCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { GetDatasetRequest, GetDatasetResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetDatasetCommandInput extends GetDatasetRequest {}
|
|
12
|
+
export interface GetDatasetCommandOutput
|
|
13
|
+
extends GetDatasetResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetDatasetCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetDatasetCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
GetDatasetCommandInput,
|
|
20
|
+
GetDatasetCommandOutput,
|
|
21
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetDatasetCommandInput
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
GetDatasetCommandInput,
|
|
29
|
+
GetDatasetCommandOutput,
|
|
30
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class GetDatasetCommand extends GetDatasetCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: GetDatasetRequest;
|
|
42
|
+
output: GetDatasetResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: GetDatasetCommandInput;
|
|
46
|
+
output: GetDatasetCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
8
|
import { GetGatewayTargetRequest } from "../models/models_0";
|
|
9
|
-
import { GetGatewayTargetResponse } from "../models/
|
|
9
|
+
import { GetGatewayTargetResponse } from "../models/models_2";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface GetGatewayTargetCommandInput extends GetGatewayTargetRequest {}
|
|
@@ -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
|
+
ListDatasetExamplesRequest,
|
|
10
|
+
ListDatasetExamplesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDatasetExamplesCommandInput
|
|
15
|
+
extends ListDatasetExamplesRequest {}
|
|
16
|
+
export interface ListDatasetExamplesCommandOutput
|
|
17
|
+
extends ListDatasetExamplesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDatasetExamplesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDatasetExamplesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListDatasetExamplesCommandInput,
|
|
24
|
+
ListDatasetExamplesCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListDatasetExamplesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListDatasetExamplesCommandInput,
|
|
33
|
+
ListDatasetExamplesCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListDatasetExamplesCommand extends ListDatasetExamplesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListDatasetExamplesRequest;
|
|
46
|
+
output: ListDatasetExamplesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListDatasetExamplesCommandInput;
|
|
50
|
+
output: ListDatasetExamplesCommandOutput;
|
|
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
|
+
ListDatasetVersionsRequest,
|
|
10
|
+
ListDatasetVersionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListDatasetVersionsCommandInput
|
|
15
|
+
extends ListDatasetVersionsRequest {}
|
|
16
|
+
export interface ListDatasetVersionsCommandOutput
|
|
17
|
+
extends ListDatasetVersionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListDatasetVersionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListDatasetVersionsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListDatasetVersionsCommandInput,
|
|
24
|
+
ListDatasetVersionsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListDatasetVersionsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListDatasetVersionsCommandInput,
|
|
33
|
+
ListDatasetVersionsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListDatasetVersionsCommand extends ListDatasetVersionsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListDatasetVersionsRequest;
|
|
46
|
+
output: ListDatasetVersionsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListDatasetVersionsCommandInput;
|
|
50
|
+
output: ListDatasetVersionsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
12
|
+
export interface ListDatasetsCommandOutput
|
|
13
|
+
extends ListDatasetsResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const ListDatasetsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: ListDatasetsCommandInput
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
ListDatasetsCommandInput,
|
|
20
|
+
ListDatasetsCommandOutput,
|
|
21
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
...[input]: [] | [ListDatasetsCommandInput]
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
|
+
ListDatasetsCommandInput,
|
|
29
|
+
ListDatasetsCommandOutput,
|
|
30
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
39
|
+
protected static __types: {
|
|
40
|
+
api: {
|
|
41
|
+
input: ListDatasetsRequest;
|
|
42
|
+
output: ListDatasetsResponse;
|
|
43
|
+
};
|
|
44
|
+
sdk: {
|
|
45
|
+
input: ListDatasetsCommandInput;
|
|
46
|
+
output: ListDatasetsCommandOutput;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListWorkloadIdentitiesResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListWorkloadIdentitiesRequest } from "../models/models_1";
|
|
9
|
+
import { ListWorkloadIdentitiesResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListWorkloadIdentitiesCommandInput
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
8
|
import { SynchronizeGatewayTargetsRequest } from "../models/models_0";
|
|
9
|
-
import { SynchronizeGatewayTargetsResponse } from "../models/
|
|
9
|
+
import { SynchronizeGatewayTargetsResponse } from "../models/models_2";
|
|
10
10
|
export { __MetadataBearer };
|
|
11
11
|
export { $Command };
|
|
12
12
|
export interface SynchronizeGatewayTargetsCommandInput
|
|
@@ -0,0 +1,52 @@
|
|
|
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
|
+
UpdateDatasetRequest,
|
|
10
|
+
UpdateDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {}
|
|
15
|
+
export interface UpdateDatasetCommandOutput
|
|
16
|
+
extends UpdateDatasetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UpdateDatasetCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDatasetCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
UpdateDatasetCommandInput,
|
|
23
|
+
UpdateDatasetCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: UpdateDatasetCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
UpdateDatasetCommandInput,
|
|
32
|
+
UpdateDatasetCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: UpdateDatasetRequest;
|
|
45
|
+
output: UpdateDatasetResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: UpdateDatasetCommandInput;
|
|
49
|
+
output: UpdateDatasetCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -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
|
+
UpdateDatasetExamplesRequest,
|
|
10
|
+
UpdateDatasetExamplesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateDatasetExamplesCommandInput
|
|
15
|
+
extends UpdateDatasetExamplesRequest {}
|
|
16
|
+
export interface UpdateDatasetExamplesCommandOutput
|
|
17
|
+
extends UpdateDatasetExamplesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateDatasetExamplesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateDatasetExamplesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateDatasetExamplesCommandInput,
|
|
24
|
+
UpdateDatasetExamplesCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateDatasetExamplesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
UpdateDatasetExamplesCommandInput,
|
|
33
|
+
UpdateDatasetExamplesCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class UpdateDatasetExamplesCommand extends UpdateDatasetExamplesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: UpdateDatasetExamplesRequest;
|
|
46
|
+
output: UpdateDatasetExamplesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: UpdateDatasetExamplesCommandInput;
|
|
50
|
+
output: UpdateDatasetExamplesCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|