@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1040.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 +84 -0
- package/dist-cjs/index.js +239 -0
- package/dist-cjs/schemas/schemas_0.js +674 -138
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
- package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
- package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
- package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
- package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +50 -0
- package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +660 -126
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
- package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
- package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
- package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
- package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
- package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
- package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
- package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +130 -0
- package/dist-types/models/models_0.d.ts +2979 -3024
- package/dist-types/models/models_1.d.ts +1742 -4
- package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +72 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +67 -0
- package/dist-types/ts3.4/models/models_0.d.ts +495 -674
- package/dist-types/ts3.4/models/models_1.d.ts +718 -7
- package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.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 +72 -0
- package/package.json +7 -7
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteConfigurationBundleRequest,
|
|
10
|
+
DeleteConfigurationBundleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteConfigurationBundleCommandInput
|
|
15
|
+
extends DeleteConfigurationBundleRequest {}
|
|
16
|
+
export interface DeleteConfigurationBundleCommandOutput
|
|
17
|
+
extends DeleteConfigurationBundleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteConfigurationBundleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteConfigurationBundleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteConfigurationBundleCommandInput,
|
|
24
|
+
DeleteConfigurationBundleCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteConfigurationBundleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteConfigurationBundleCommandInput,
|
|
33
|
+
DeleteConfigurationBundleCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteConfigurationBundleCommand extends DeleteConfigurationBundleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteConfigurationBundleRequest;
|
|
44
|
+
output: DeleteConfigurationBundleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteConfigurationBundleCommandInput;
|
|
48
|
+
output: DeleteConfigurationBundleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteGatewayRuleRequest,
|
|
10
|
+
DeleteGatewayRuleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteGatewayRuleCommandInput
|
|
15
|
+
extends DeleteGatewayRuleRequest {}
|
|
16
|
+
export interface DeleteGatewayRuleCommandOutput
|
|
17
|
+
extends DeleteGatewayRuleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteGatewayRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteGatewayRuleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteGatewayRuleCommandInput,
|
|
24
|
+
DeleteGatewayRuleCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteGatewayRuleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteGatewayRuleCommandInput,
|
|
33
|
+
DeleteGatewayRuleCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteGatewayRuleCommand extends DeleteGatewayRuleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteGatewayRuleRequest;
|
|
44
|
+
output: DeleteGatewayRuleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteGatewayRuleCommandInput;
|
|
48
|
+
output: DeleteGatewayRuleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { DeleteMemoryInput, DeleteMemoryOutput } from "../models/
|
|
8
|
+
import { DeleteMemoryInput, DeleteMemoryOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteMemoryCommandInput extends DeleteMemoryInput {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetConfigurationBundleRequest,
|
|
10
|
+
GetConfigurationBundleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetConfigurationBundleCommandInput
|
|
15
|
+
extends GetConfigurationBundleRequest {}
|
|
16
|
+
export interface GetConfigurationBundleCommandOutput
|
|
17
|
+
extends GetConfigurationBundleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetConfigurationBundleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetConfigurationBundleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetConfigurationBundleCommandInput,
|
|
24
|
+
GetConfigurationBundleCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetConfigurationBundleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetConfigurationBundleCommandInput,
|
|
33
|
+
GetConfigurationBundleCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetConfigurationBundleCommand extends GetConfigurationBundleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetConfigurationBundleRequest;
|
|
44
|
+
output: GetConfigurationBundleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetConfigurationBundleCommandInput;
|
|
48
|
+
output: GetConfigurationBundleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetConfigurationBundleVersionRequest,
|
|
10
|
+
GetConfigurationBundleVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetConfigurationBundleVersionCommandInput
|
|
15
|
+
extends GetConfigurationBundleVersionRequest {}
|
|
16
|
+
export interface GetConfigurationBundleVersionCommandOutput
|
|
17
|
+
extends GetConfigurationBundleVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetConfigurationBundleVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetConfigurationBundleVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetConfigurationBundleVersionCommandInput,
|
|
24
|
+
GetConfigurationBundleVersionCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetConfigurationBundleVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetConfigurationBundleVersionCommandInput,
|
|
33
|
+
GetConfigurationBundleVersionCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetConfigurationBundleVersionCommand extends GetConfigurationBundleVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetConfigurationBundleVersionRequest;
|
|
44
|
+
output: GetConfigurationBundleVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetConfigurationBundleVersionCommandInput;
|
|
48
|
+
output: GetConfigurationBundleVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetGatewayRuleRequest,
|
|
10
|
+
GetGatewayRuleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetGatewayRuleCommandInput extends GetGatewayRuleRequest {}
|
|
15
|
+
export interface GetGatewayRuleCommandOutput
|
|
16
|
+
extends GetGatewayRuleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetGatewayRuleCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetGatewayRuleCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetGatewayRuleCommandInput,
|
|
23
|
+
GetGatewayRuleCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetGatewayRuleCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetGatewayRuleCommandInput,
|
|
32
|
+
GetGatewayRuleCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetGatewayRuleCommand extends GetGatewayRuleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetGatewayRuleRequest;
|
|
43
|
+
output: GetGatewayRuleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetGatewayRuleCommandInput;
|
|
47
|
+
output: GetGatewayRuleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { GetMemoryInput, GetMemoryOutput } from "../models/
|
|
8
|
+
import { GetMemoryInput, GetMemoryOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface GetMemoryCommandInput extends GetMemoryInput {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListConfigurationBundleVersionsRequest,
|
|
10
|
+
ListConfigurationBundleVersionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListConfigurationBundleVersionsCommandInput
|
|
15
|
+
extends ListConfigurationBundleVersionsRequest {}
|
|
16
|
+
export interface ListConfigurationBundleVersionsCommandOutput
|
|
17
|
+
extends ListConfigurationBundleVersionsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListConfigurationBundleVersionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListConfigurationBundleVersionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListConfigurationBundleVersionsCommandInput,
|
|
24
|
+
ListConfigurationBundleVersionsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListConfigurationBundleVersionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListConfigurationBundleVersionsCommandInput,
|
|
33
|
+
ListConfigurationBundleVersionsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListConfigurationBundleVersionsCommand extends ListConfigurationBundleVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConfigurationBundleVersionsRequest;
|
|
44
|
+
output: ListConfigurationBundleVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConfigurationBundleVersionsCommandInput;
|
|
48
|
+
output: ListConfigurationBundleVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListConfigurationBundlesRequest,
|
|
10
|
+
ListConfigurationBundlesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListConfigurationBundlesCommandInput
|
|
15
|
+
extends ListConfigurationBundlesRequest {}
|
|
16
|
+
export interface ListConfigurationBundlesCommandOutput
|
|
17
|
+
extends ListConfigurationBundlesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListConfigurationBundlesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListConfigurationBundlesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListConfigurationBundlesCommandInput,
|
|
24
|
+
ListConfigurationBundlesCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListConfigurationBundlesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListConfigurationBundlesCommandInput,
|
|
33
|
+
ListConfigurationBundlesCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListConfigurationBundlesCommand extends ListConfigurationBundlesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConfigurationBundlesRequest;
|
|
44
|
+
output: ListConfigurationBundlesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConfigurationBundlesCommandInput;
|
|
48
|
+
output: ListConfigurationBundlesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListGatewayRulesRequest,
|
|
10
|
+
ListGatewayRulesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListGatewayRulesCommandInput extends ListGatewayRulesRequest {}
|
|
15
|
+
export interface ListGatewayRulesCommandOutput
|
|
16
|
+
extends ListGatewayRulesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListGatewayRulesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListGatewayRulesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListGatewayRulesCommandInput,
|
|
23
|
+
ListGatewayRulesCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: ListGatewayRulesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListGatewayRulesCommandInput,
|
|
32
|
+
ListGatewayRulesCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListGatewayRulesCommand extends ListGatewayRulesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListGatewayRulesRequest;
|
|
43
|
+
output: ListGatewayRulesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListGatewayRulesCommandInput;
|
|
47
|
+
output: ListGatewayRulesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { ListMemoriesInput, ListMemoriesOutput } from "../models/
|
|
8
|
+
import { ListMemoriesInput, ListMemoriesOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListMemoriesCommandInput extends ListMemoriesInput {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateConfigurationBundleRequest,
|
|
10
|
+
UpdateConfigurationBundleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateConfigurationBundleCommandInput
|
|
15
|
+
extends UpdateConfigurationBundleRequest {}
|
|
16
|
+
export interface UpdateConfigurationBundleCommandOutput
|
|
17
|
+
extends UpdateConfigurationBundleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateConfigurationBundleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateConfigurationBundleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateConfigurationBundleCommandInput,
|
|
24
|
+
UpdateConfigurationBundleCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateConfigurationBundleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateConfigurationBundleCommandInput,
|
|
33
|
+
UpdateConfigurationBundleCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateConfigurationBundleCommand extends UpdateConfigurationBundleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateConfigurationBundleRequest;
|
|
44
|
+
output: UpdateConfigurationBundleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateConfigurationBundleCommandInput;
|
|
48
|
+
output: UpdateConfigurationBundleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateGatewayRuleRequest,
|
|
10
|
+
UpdateGatewayRuleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateGatewayRuleCommandInput
|
|
15
|
+
extends UpdateGatewayRuleRequest {}
|
|
16
|
+
export interface UpdateGatewayRuleCommandOutput
|
|
17
|
+
extends UpdateGatewayRuleResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateGatewayRuleCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateGatewayRuleCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateGatewayRuleCommandInput,
|
|
24
|
+
UpdateGatewayRuleCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateGatewayRuleCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateGatewayRuleCommandInput,
|
|
33
|
+
UpdateGatewayRuleCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateGatewayRuleCommand extends UpdateGatewayRuleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateGatewayRuleRequest;
|
|
44
|
+
output: UpdateGatewayRuleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateGatewayRuleCommandInput;
|
|
48
|
+
output: UpdateGatewayRuleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import { UpdateMemoryInput, UpdateMemoryOutput } from "../models/
|
|
8
|
+
import { UpdateMemoryInput, UpdateMemoryOutput } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateMemoryCommandInput extends UpdateMemoryInput {}
|
|
@@ -4,8 +4,10 @@ export * from "./CreateApiKeyCredentialProviderCommand";
|
|
|
4
4
|
export * from "./CreateBrowserCommand";
|
|
5
5
|
export * from "./CreateBrowserProfileCommand";
|
|
6
6
|
export * from "./CreateCodeInterpreterCommand";
|
|
7
|
+
export * from "./CreateConfigurationBundleCommand";
|
|
7
8
|
export * from "./CreateEvaluatorCommand";
|
|
8
9
|
export * from "./CreateGatewayCommand";
|
|
10
|
+
export * from "./CreateGatewayRuleCommand";
|
|
9
11
|
export * from "./CreateGatewayTargetCommand";
|
|
10
12
|
export * from "./CreateHarnessCommand";
|
|
11
13
|
export * from "./CreateMemoryCommand";
|
|
@@ -22,8 +24,10 @@ export * from "./DeleteApiKeyCredentialProviderCommand";
|
|
|
22
24
|
export * from "./DeleteBrowserCommand";
|
|
23
25
|
export * from "./DeleteBrowserProfileCommand";
|
|
24
26
|
export * from "./DeleteCodeInterpreterCommand";
|
|
27
|
+
export * from "./DeleteConfigurationBundleCommand";
|
|
25
28
|
export * from "./DeleteEvaluatorCommand";
|
|
26
29
|
export * from "./DeleteGatewayCommand";
|
|
30
|
+
export * from "./DeleteGatewayRuleCommand";
|
|
27
31
|
export * from "./DeleteGatewayTargetCommand";
|
|
28
32
|
export * from "./DeleteHarnessCommand";
|
|
29
33
|
export * from "./DeleteMemoryCommand";
|
|
@@ -41,8 +45,11 @@ export * from "./GetApiKeyCredentialProviderCommand";
|
|
|
41
45
|
export * from "./GetBrowserCommand";
|
|
42
46
|
export * from "./GetBrowserProfileCommand";
|
|
43
47
|
export * from "./GetCodeInterpreterCommand";
|
|
48
|
+
export * from "./GetConfigurationBundleCommand";
|
|
49
|
+
export * from "./GetConfigurationBundleVersionCommand";
|
|
44
50
|
export * from "./GetEvaluatorCommand";
|
|
45
51
|
export * from "./GetGatewayCommand";
|
|
52
|
+
export * from "./GetGatewayRuleCommand";
|
|
46
53
|
export * from "./GetGatewayTargetCommand";
|
|
47
54
|
export * from "./GetHarnessCommand";
|
|
48
55
|
export * from "./GetMemoryCommand";
|
|
@@ -63,7 +70,10 @@ export * from "./ListApiKeyCredentialProvidersCommand";
|
|
|
63
70
|
export * from "./ListBrowserProfilesCommand";
|
|
64
71
|
export * from "./ListBrowsersCommand";
|
|
65
72
|
export * from "./ListCodeInterpretersCommand";
|
|
73
|
+
export * from "./ListConfigurationBundleVersionsCommand";
|
|
74
|
+
export * from "./ListConfigurationBundlesCommand";
|
|
66
75
|
export * from "./ListEvaluatorsCommand";
|
|
76
|
+
export * from "./ListGatewayRulesCommand";
|
|
67
77
|
export * from "./ListGatewayTargetsCommand";
|
|
68
78
|
export * from "./ListGatewaysCommand";
|
|
69
79
|
export * from "./ListHarnessesCommand";
|
|
@@ -88,8 +98,10 @@ export * from "./UntagResourceCommand";
|
|
|
88
98
|
export * from "./UpdateAgentRuntimeCommand";
|
|
89
99
|
export * from "./UpdateAgentRuntimeEndpointCommand";
|
|
90
100
|
export * from "./UpdateApiKeyCredentialProviderCommand";
|
|
101
|
+
export * from "./UpdateConfigurationBundleCommand";
|
|
91
102
|
export * from "./UpdateEvaluatorCommand";
|
|
92
103
|
export * from "./UpdateGatewayCommand";
|
|
104
|
+
export * from "./UpdateGatewayRuleCommand";
|
|
93
105
|
export * from "./UpdateGatewayTargetCommand";
|
|
94
106
|
export * from "./UpdateHarnessCommand";
|
|
95
107
|
export * from "./UpdateMemoryCommand";
|