@aws-sdk/client-bedrock-agentcore-control 3.891.0 → 3.893.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 +25 -1
- package/dist-cjs/BedrockAgentCoreControl.js +6 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +55 -40
- package/dist-cjs/protocols/Aws_restJson1.js +97 -12
- package/dist-es/BedrockAgentCoreControl.js +6 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +49 -35
- package/dist-es/protocols/Aws_restJson1.js +88 -9
- package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
- package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +19 -3
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -1
- package/dist-types/commands/CreateBrowserCommand.d.ts +12 -1
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +12 -1
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +16 -3
- package/dist-types/commands/GetBrowserCommand.d.ts +10 -1
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +10 -1
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +2 -2
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
- package/dist-types/commands/TagResourceCommand.d.ts +93 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +15 -2
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +547 -378
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +133 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript BedrockAgentCoreControl Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<note> <p>
|
|
9
|
+
<note> <p> is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
|
@@ -533,6 +533,14 @@ ListOauth2CredentialProviders
|
|
|
533
533
|
|
|
534
534
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListOauth2CredentialProvidersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListOauth2CredentialProvidersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListOauth2CredentialProvidersCommandOutput/)
|
|
535
535
|
|
|
536
|
+
</details>
|
|
537
|
+
<details>
|
|
538
|
+
<summary>
|
|
539
|
+
ListTagsForResource
|
|
540
|
+
</summary>
|
|
541
|
+
|
|
542
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/ListTagsForResourceCommandOutput/)
|
|
543
|
+
|
|
536
544
|
</details>
|
|
537
545
|
<details>
|
|
538
546
|
<summary>
|
|
@@ -549,6 +557,22 @@ SetTokenVaultCMK
|
|
|
549
557
|
|
|
550
558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/SetTokenVaultCMKCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/SetTokenVaultCMKCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/SetTokenVaultCMKCommandOutput/)
|
|
551
559
|
|
|
560
|
+
</details>
|
|
561
|
+
<details>
|
|
562
|
+
<summary>
|
|
563
|
+
TagResource
|
|
564
|
+
</summary>
|
|
565
|
+
|
|
566
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/TagResourceCommandOutput/)
|
|
567
|
+
|
|
568
|
+
</details>
|
|
569
|
+
<details>
|
|
570
|
+
<summary>
|
|
571
|
+
UntagResource
|
|
572
|
+
</summary>
|
|
573
|
+
|
|
574
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-agentcore-control/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-agentcore-control/Interface/UntagResourceCommandOutput/)
|
|
575
|
+
|
|
552
576
|
</details>
|
|
553
577
|
<details>
|
|
554
578
|
<summary>
|
|
@@ -44,8 +44,11 @@ const ListGatewaysCommand_1 = require("./commands/ListGatewaysCommand");
|
|
|
44
44
|
const ListGatewayTargetsCommand_1 = require("./commands/ListGatewayTargetsCommand");
|
|
45
45
|
const ListMemoriesCommand_1 = require("./commands/ListMemoriesCommand");
|
|
46
46
|
const ListOauth2CredentialProvidersCommand_1 = require("./commands/ListOauth2CredentialProvidersCommand");
|
|
47
|
+
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
47
48
|
const ListWorkloadIdentitiesCommand_1 = require("./commands/ListWorkloadIdentitiesCommand");
|
|
48
49
|
const SetTokenVaultCMKCommand_1 = require("./commands/SetTokenVaultCMKCommand");
|
|
50
|
+
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
51
|
+
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
49
52
|
const UpdateAgentRuntimeCommand_1 = require("./commands/UpdateAgentRuntimeCommand");
|
|
50
53
|
const UpdateAgentRuntimeEndpointCommand_1 = require("./commands/UpdateAgentRuntimeEndpointCommand");
|
|
51
54
|
const UpdateApiKeyCredentialProviderCommand_1 = require("./commands/UpdateApiKeyCredentialProviderCommand");
|
|
@@ -96,8 +99,11 @@ const commands = {
|
|
|
96
99
|
ListGatewayTargetsCommand: ListGatewayTargetsCommand_1.ListGatewayTargetsCommand,
|
|
97
100
|
ListMemoriesCommand: ListMemoriesCommand_1.ListMemoriesCommand,
|
|
98
101
|
ListOauth2CredentialProvidersCommand: ListOauth2CredentialProvidersCommand_1.ListOauth2CredentialProvidersCommand,
|
|
102
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
99
103
|
ListWorkloadIdentitiesCommand: ListWorkloadIdentitiesCommand_1.ListWorkloadIdentitiesCommand,
|
|
100
104
|
SetTokenVaultCMKCommand: SetTokenVaultCMKCommand_1.SetTokenVaultCMKCommand,
|
|
105
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
106
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
101
107
|
UpdateAgentRuntimeCommand: UpdateAgentRuntimeCommand_1.UpdateAgentRuntimeCommand,
|
|
102
108
|
UpdateAgentRuntimeEndpointCommand: UpdateAgentRuntimeEndpointCommand_1.UpdateAgentRuntimeEndpointCommand,
|
|
103
109
|
UpdateApiKeyCredentialProviderCommand: UpdateApiKeyCredentialProviderCommand_1.UpdateApiKeyCredentialProviderCommand,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
|
|
20
|
+
.n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmazonBedrockAgentCoreControl", "TagResource", {})
|
|
20
|
+
.n("BedrockAgentCoreControlClient", "TagResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AmazonBedrockAgentCoreControl", "UntagResource", {})
|
|
20
|
+
.n("BedrockAgentCoreControlClient", "UntagResourceCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -42,8 +42,11 @@ tslib_1.__exportStar(require("./ListGatewayTargetsCommand"), exports);
|
|
|
42
42
|
tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
|
|
43
43
|
tslib_1.__exportStar(require("./ListMemoriesCommand"), exports);
|
|
44
44
|
tslib_1.__exportStar(require("./ListOauth2CredentialProvidersCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
45
46
|
tslib_1.__exportStar(require("./ListWorkloadIdentitiesCommand"), exports);
|
|
46
47
|
tslib_1.__exportStar(require("./SetTokenVaultCMKCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
47
50
|
tslib_1.__exportStar(require("./UpdateAgentRuntimeCommand"), exports);
|
|
48
51
|
tslib_1.__exportStar(require("./UpdateAgentRuntimeEndpointCommand"), exports);
|
|
49
52
|
tslib_1.__exportStar(require("./UpdateApiKeyCredentialProviderCommand"), exports);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.CustomConsolidationConfigurationInput = exports.ThrottledException = exports.ServiceException = exports.MemoryStrategyType = exports.MemoryStrategyStatus = exports.OverrideType = exports.ExtractionConfiguration = exports.CustomExtractionConfiguration = exports.ConsolidationConfiguration = exports.CustomConsolidationConfiguration = exports.MemoryStatus = exports.MemoryStrategyInput = exports.CustomConfigurationInput = exports.KeyType = exports.TargetStatus = exports.ApiSchemaConfiguration = exports.SchemaType = exports.CredentialProviderType = exports.CredentialProvider = exports.ApiKeyCredentialLocation = exports.GatewayStatus = exports.GatewayProtocolType = exports.GatewayProtocolConfiguration = exports.SearchType = exports.ExceptionLevel = exports.AuthorizerType = exports.CodeInterpreterStatus = exports.CodeInterpreterNetworkMode = exports.ResourceType = exports.BrowserStatus = exports.BrowserNetworkMode = exports.UnauthorizedException = exports.ResourceLimitExceededException = exports.EncryptionFailure = exports.DecryptionFailure = exports.AgentRuntimeStatus = exports.RequestHeaderConfiguration = exports.ServerProtocol = exports.NetworkMode = exports.AuthorizerConfiguration = exports.AgentRuntimeArtifact = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AgentRuntimeEndpointStatus = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.SemanticOverrideConfigurationInputFilterSensitiveLog = exports.SemanticOverrideExtractionConfigurationInputFilterSensitiveLog = exports.SemanticOverrideConsolidationConfigurationInputFilterSensitiveLog = exports.ListGatewayTargetsResponseFilterSensitiveLog = exports.TargetSummaryFilterSensitiveLog = exports.ApiSchemaConfigurationFilterSensitiveLog = exports.CredentialProviderConfigurationFilterSensitiveLog = exports.CredentialProviderFilterSensitiveLog = exports.OAuthCredentialProviderFilterSensitiveLog = exports.UpdateGatewayResponseFilterSensitiveLog = exports.UpdateGatewayRequestFilterSensitiveLog = exports.ListGatewaysResponseFilterSensitiveLog = exports.GatewaySummaryFilterSensitiveLog = exports.GetGatewayResponseFilterSensitiveLog = exports.CreateGatewayResponseFilterSensitiveLog = exports.CreateGatewayRequestFilterSensitiveLog = exports.ListCodeInterpretersResponseFilterSensitiveLog = exports.CodeInterpreterSummaryFilterSensitiveLog = exports.GetCodeInterpreterResponseFilterSensitiveLog = exports.CreateCodeInterpreterRequestFilterSensitiveLog = exports.ListBrowsersResponseFilterSensitiveLog = exports.BrowserSummaryFilterSensitiveLog = exports.GetBrowserResponseFilterSensitiveLog = exports.CreateBrowserRequestFilterSensitiveLog = exports.UpdateApiKeyCredentialProviderRequestFilterSensitiveLog = exports.CreateApiKeyCredentialProviderRequestFilterSensitiveLog = exports.UpdateAgentRuntimeRequestFilterSensitiveLog = exports.ListAgentRuntimeVersionsResponseFilterSensitiveLog = exports.ListAgentRuntimesResponseFilterSensitiveLog = exports.AgentRuntimeFilterSensitiveLog = exports.GetAgentRuntimeResponseFilterSensitiveLog = exports.CreateAgentRuntimeRequestFilterSensitiveLog = exports.UpdateAgentRuntimeEndpointRequestFilterSensitiveLog = exports.ListAgentRuntimeEndpointsResponseFilterSensitiveLog = exports.AgentRuntimeEndpointFilterSensitiveLog = exports.GetAgentRuntimeEndpointResponseFilterSensitiveLog = exports.GetAgentRuntimeEndpointRequestFilterSensitiveLog = exports.DeleteAgentRuntimeEndpointRequestFilterSensitiveLog = exports.CreateAgentRuntimeEndpointRequestFilterSensitiveLog = exports.TargetConfiguration = exports.McpTargetConfiguration = exports.ToolSchema = exports.ConcurrentModificationException = exports.Oauth2ProviderConfigOutput = exports.Oauth2ProviderConfigInput = exports.Oauth2Discovery = exports.CredentialProviderVendorType = exports.ModifyExtractionConfiguration = exports.CustomExtractionConfigurationInput = exports.ModifyConsolidationConfiguration = void 0;
|
|
5
|
+
exports.UpdateGatewayTargetRequestFilterSensitiveLog = exports.GetGatewayTargetResponseFilterSensitiveLog = exports.CreateGatewayTargetResponseFilterSensitiveLog = exports.CreateGatewayTargetRequestFilterSensitiveLog = exports.TargetConfigurationFilterSensitiveLog = exports.McpTargetConfigurationFilterSensitiveLog = exports.UpdateOauth2CredentialProviderRequestFilterSensitiveLog = exports.CreateOauth2CredentialProviderRequestFilterSensitiveLog = exports.Oauth2ProviderConfigInputFilterSensitiveLog = exports.SlackOauth2ProviderConfigInputFilterSensitiveLog = exports.SalesforceOauth2ProviderConfigInputFilterSensitiveLog = exports.MicrosoftOauth2ProviderConfigInputFilterSensitiveLog = exports.GoogleOauth2ProviderConfigInputFilterSensitiveLog = exports.GithubOauth2ProviderConfigInputFilterSensitiveLog = exports.CustomOauth2ProviderConfigInputFilterSensitiveLog = exports.UpdateMemoryOutputFilterSensitiveLog = exports.UpdateMemoryInputFilterSensitiveLog = exports.ModifyMemoryStrategiesFilterSensitiveLog = exports.ModifyMemoryStrategyInputFilterSensitiveLog = exports.ModifyStrategyConfigurationFilterSensitiveLog = exports.ModifyExtractionConfigurationFilterSensitiveLog = exports.CustomExtractionConfigurationInputFilterSensitiveLog = exports.ModifyConsolidationConfigurationFilterSensitiveLog = exports.CustomConsolidationConfigurationInputFilterSensitiveLog = exports.GetMemoryOutputFilterSensitiveLog = exports.CreateMemoryOutputFilterSensitiveLog = exports.MemoryFilterSensitiveLog = exports.MemoryStrategyFilterSensitiveLog = exports.StrategyConfigurationFilterSensitiveLog = exports.ExtractionConfigurationFilterSensitiveLog = exports.CustomExtractionConfigurationFilterSensitiveLog = exports.UserPreferenceExtractionOverrideFilterSensitiveLog = exports.SemanticExtractionOverrideFilterSensitiveLog = exports.ConsolidationConfigurationFilterSensitiveLog = exports.CustomConsolidationConfigurationFilterSensitiveLog = exports.UserPreferenceConsolidationOverrideFilterSensitiveLog = exports.SummaryConsolidationOverrideFilterSensitiveLog = exports.SemanticConsolidationOverrideFilterSensitiveLog = exports.CreateMemoryInputFilterSensitiveLog = exports.MemoryStrategyInputFilterSensitiveLog = exports.UserPreferenceMemoryStrategyInputFilterSensitiveLog = exports.SummaryMemoryStrategyInputFilterSensitiveLog = exports.SemanticMemoryStrategyInputFilterSensitiveLog = exports.CustomMemoryStrategyInputFilterSensitiveLog = exports.CustomConfigurationInputFilterSensitiveLog = exports.UserPreferenceOverrideConfigurationInputFilterSensitiveLog = exports.UserPreferenceOverrideExtractionConfigurationInputFilterSensitiveLog = exports.UserPreferenceOverrideConsolidationConfigurationInputFilterSensitiveLog = exports.SummaryOverrideConfigurationInputFilterSensitiveLog = exports.SummaryOverrideConsolidationConfigurationInputFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateGatewayTargetResponseFilterSensitiveLog = void 0;
|
|
6
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
8
|
const BedrockAgentCoreControlServiceException_1 = require("./BedrockAgentCoreControlServiceException");
|
|
8
9
|
class AccessDeniedException extends BedrockAgentCoreControlServiceException_1.BedrockAgentCoreControlServiceException {
|
|
@@ -18,30 +19,6 @@ class AccessDeniedException extends BedrockAgentCoreControlServiceException_1.Be
|
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
21
|
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
exports.AgentStatus = {
|
|
22
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
23
|
-
CREATING: "CREATING",
|
|
24
|
-
DELETING: "DELETING",
|
|
25
|
-
READY: "READY",
|
|
26
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
27
|
-
UPDATING: "UPDATING",
|
|
28
|
-
};
|
|
29
|
-
var AgentArtifact;
|
|
30
|
-
(function (AgentArtifact) {
|
|
31
|
-
AgentArtifact.visit = (value, visitor) => {
|
|
32
|
-
if (value.containerConfiguration !== undefined)
|
|
33
|
-
return visitor.containerConfiguration(value.containerConfiguration);
|
|
34
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
35
|
-
};
|
|
36
|
-
})(AgentArtifact || (exports.AgentArtifact = AgentArtifact = {}));
|
|
37
|
-
exports.AgentEndpointStatus = {
|
|
38
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
39
|
-
CREATING: "CREATING",
|
|
40
|
-
DELETING: "DELETING",
|
|
41
|
-
READY: "READY",
|
|
42
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
43
|
-
UPDATING: "UPDATING",
|
|
44
|
-
};
|
|
45
22
|
class ConflictException extends BedrockAgentCoreControlServiceException_1.BedrockAgentCoreControlServiceException {
|
|
46
23
|
name = "ConflictException";
|
|
47
24
|
$fault = "client";
|
|
@@ -55,6 +32,14 @@ class ConflictException extends BedrockAgentCoreControlServiceException_1.Bedroc
|
|
|
55
32
|
}
|
|
56
33
|
}
|
|
57
34
|
exports.ConflictException = ConflictException;
|
|
35
|
+
exports.AgentRuntimeEndpointStatus = {
|
|
36
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
37
|
+
CREATING: "CREATING",
|
|
38
|
+
DELETING: "DELETING",
|
|
39
|
+
READY: "READY",
|
|
40
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
41
|
+
UPDATING: "UPDATING",
|
|
42
|
+
};
|
|
58
43
|
class InternalServerException extends BedrockAgentCoreControlServiceException_1.BedrockAgentCoreControlServiceException {
|
|
59
44
|
name = "InternalServerException";
|
|
60
45
|
$fault = "server";
|
|
@@ -131,6 +116,14 @@ class ValidationException extends BedrockAgentCoreControlServiceException_1.Bedr
|
|
|
131
116
|
}
|
|
132
117
|
}
|
|
133
118
|
exports.ValidationException = ValidationException;
|
|
119
|
+
var AgentRuntimeArtifact;
|
|
120
|
+
(function (AgentRuntimeArtifact) {
|
|
121
|
+
AgentRuntimeArtifact.visit = (value, visitor) => {
|
|
122
|
+
if (value.containerConfiguration !== undefined)
|
|
123
|
+
return visitor.containerConfiguration(value.containerConfiguration);
|
|
124
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
125
|
+
};
|
|
126
|
+
})(AgentRuntimeArtifact || (exports.AgentRuntimeArtifact = AgentRuntimeArtifact = {}));
|
|
134
127
|
var AuthorizerConfiguration;
|
|
135
128
|
(function (AuthorizerConfiguration) {
|
|
136
129
|
AuthorizerConfiguration.visit = (value, visitor) => {
|
|
@@ -141,11 +134,28 @@ var AuthorizerConfiguration;
|
|
|
141
134
|
})(AuthorizerConfiguration || (exports.AuthorizerConfiguration = AuthorizerConfiguration = {}));
|
|
142
135
|
exports.NetworkMode = {
|
|
143
136
|
PUBLIC: "PUBLIC",
|
|
137
|
+
VPC: "VPC",
|
|
144
138
|
};
|
|
145
139
|
exports.ServerProtocol = {
|
|
146
140
|
HTTP: "HTTP",
|
|
147
141
|
MCP: "MCP",
|
|
148
142
|
};
|
|
143
|
+
var RequestHeaderConfiguration;
|
|
144
|
+
(function (RequestHeaderConfiguration) {
|
|
145
|
+
RequestHeaderConfiguration.visit = (value, visitor) => {
|
|
146
|
+
if (value.requestHeaderAllowlist !== undefined)
|
|
147
|
+
return visitor.requestHeaderAllowlist(value.requestHeaderAllowlist);
|
|
148
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
149
|
+
};
|
|
150
|
+
})(RequestHeaderConfiguration || (exports.RequestHeaderConfiguration = RequestHeaderConfiguration = {}));
|
|
151
|
+
exports.AgentRuntimeStatus = {
|
|
152
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
153
|
+
CREATING: "CREATING",
|
|
154
|
+
DELETING: "DELETING",
|
|
155
|
+
READY: "READY",
|
|
156
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
157
|
+
UPDATING: "UPDATING",
|
|
158
|
+
};
|
|
149
159
|
class DecryptionFailure extends BedrockAgentCoreControlServiceException_1.BedrockAgentCoreControlServiceException {
|
|
150
160
|
name = "DecryptionFailure";
|
|
151
161
|
$fault = "client";
|
|
@@ -200,6 +210,7 @@ class UnauthorizedException extends BedrockAgentCoreControlServiceException_1.Be
|
|
|
200
210
|
exports.UnauthorizedException = UnauthorizedException;
|
|
201
211
|
exports.BrowserNetworkMode = {
|
|
202
212
|
PUBLIC: "PUBLIC",
|
|
213
|
+
VPC: "VPC",
|
|
203
214
|
};
|
|
204
215
|
exports.BrowserStatus = {
|
|
205
216
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -216,6 +227,7 @@ exports.ResourceType = {
|
|
|
216
227
|
exports.CodeInterpreterNetworkMode = {
|
|
217
228
|
PUBLIC: "PUBLIC",
|
|
218
229
|
SANDBOX: "SANDBOX",
|
|
230
|
+
VPC: "VPC",
|
|
219
231
|
};
|
|
220
232
|
exports.CodeInterpreterStatus = {
|
|
221
233
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -552,16 +564,6 @@ var TargetConfiguration;
|
|
|
552
564
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
553
565
|
};
|
|
554
566
|
})(TargetConfiguration || (exports.TargetConfiguration = TargetConfiguration = {}));
|
|
555
|
-
const AgentFilterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
558
|
-
});
|
|
559
|
-
exports.AgentFilterSensitiveLog = AgentFilterSensitiveLog;
|
|
560
|
-
const AgentEndpointFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
563
|
-
});
|
|
564
|
-
exports.AgentEndpointFilterSensitiveLog = AgentEndpointFilterSensitiveLog;
|
|
565
567
|
const CreateAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
566
568
|
...obj,
|
|
567
569
|
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -582,10 +584,15 @@ const GetAgentRuntimeEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
|
582
584
|
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
583
585
|
});
|
|
584
586
|
exports.GetAgentRuntimeEndpointResponseFilterSensitiveLog = GetAgentRuntimeEndpointResponseFilterSensitiveLog;
|
|
587
|
+
const AgentRuntimeEndpointFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
590
|
+
});
|
|
591
|
+
exports.AgentRuntimeEndpointFilterSensitiveLog = AgentRuntimeEndpointFilterSensitiveLog;
|
|
585
592
|
const ListAgentRuntimeEndpointsResponseFilterSensitiveLog = (obj) => ({
|
|
586
593
|
...obj,
|
|
587
594
|
...(obj.runtimeEndpoints && {
|
|
588
|
-
runtimeEndpoints: obj.runtimeEndpoints.map((item) => (0, exports.
|
|
595
|
+
runtimeEndpoints: obj.runtimeEndpoints.map((item) => (0, exports.AgentRuntimeEndpointFilterSensitiveLog)(item)),
|
|
589
596
|
}),
|
|
590
597
|
});
|
|
591
598
|
exports.ListAgentRuntimeEndpointsResponseFilterSensitiveLog = ListAgentRuntimeEndpointsResponseFilterSensitiveLog;
|
|
@@ -600,6 +607,7 @@ const CreateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
|
|
|
600
607
|
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
601
608
|
...(obj.environmentVariables && { environmentVariables: smithy_client_1.SENSITIVE_STRING }),
|
|
602
609
|
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
610
|
+
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
603
611
|
});
|
|
604
612
|
exports.CreateAgentRuntimeRequestFilterSensitiveLog = CreateAgentRuntimeRequestFilterSensitiveLog;
|
|
605
613
|
const GetAgentRuntimeResponseFilterSensitiveLog = (obj) => ({
|
|
@@ -608,16 +616,22 @@ const GetAgentRuntimeResponseFilterSensitiveLog = (obj) => ({
|
|
|
608
616
|
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
609
617
|
...(obj.environmentVariables && { environmentVariables: smithy_client_1.SENSITIVE_STRING }),
|
|
610
618
|
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
619
|
+
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
611
620
|
});
|
|
612
621
|
exports.GetAgentRuntimeResponseFilterSensitiveLog = GetAgentRuntimeResponseFilterSensitiveLog;
|
|
622
|
+
const AgentRuntimeFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
625
|
+
});
|
|
626
|
+
exports.AgentRuntimeFilterSensitiveLog = AgentRuntimeFilterSensitiveLog;
|
|
613
627
|
const ListAgentRuntimesResponseFilterSensitiveLog = (obj) => ({
|
|
614
628
|
...obj,
|
|
615
|
-
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => (0, exports.
|
|
629
|
+
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => (0, exports.AgentRuntimeFilterSensitiveLog)(item)) }),
|
|
616
630
|
});
|
|
617
631
|
exports.ListAgentRuntimesResponseFilterSensitiveLog = ListAgentRuntimesResponseFilterSensitiveLog;
|
|
618
632
|
const ListAgentRuntimeVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
619
633
|
...obj,
|
|
620
|
-
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => (0, exports.
|
|
634
|
+
...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => (0, exports.AgentRuntimeFilterSensitiveLog)(item)) }),
|
|
621
635
|
});
|
|
622
636
|
exports.ListAgentRuntimeVersionsResponseFilterSensitiveLog = ListAgentRuntimeVersionsResponseFilterSensitiveLog;
|
|
623
637
|
const UpdateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
|
|
@@ -626,6 +640,7 @@ const UpdateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
|
|
|
626
640
|
...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
|
|
627
641
|
...(obj.environmentVariables && { environmentVariables: smithy_client_1.SENSITIVE_STRING }),
|
|
628
642
|
...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
|
|
643
|
+
...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
|
|
629
644
|
});
|
|
630
645
|
exports.UpdateAgentRuntimeRequestFilterSensitiveLog = UpdateAgentRuntimeRequestFilterSensitiveLog;
|
|
631
646
|
const CreateApiKeyCredentialProviderRequestFilterSensitiveLog = (obj) => ({
|