@aws-sdk/client-bedrock-agentcore-control 3.1005.0 → 3.1007.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/dist-cjs/index.js +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
package/dist-es/models/enums.js
CHANGED
|
@@ -105,7 +105,7 @@ declare const CreateAgentRuntimeCommand_base: {
|
|
|
105
105
|
* ],
|
|
106
106
|
* },
|
|
107
107
|
* protocolConfiguration: { // ProtocolConfiguration
|
|
108
|
-
* serverProtocol: "MCP" || "HTTP" || "A2A", // required
|
|
108
|
+
* serverProtocol: "MCP" || "HTTP" || "A2A" || "AGUI", // required
|
|
109
109
|
* },
|
|
110
110
|
* lifecycleConfiguration: { // LifecycleConfiguration
|
|
111
111
|
* idleRuntimeSessionTimeout: Number("int"),
|
|
@@ -90,7 +90,7 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
90
90
|
* // },
|
|
91
91
|
* // },
|
|
92
92
|
* // protocolConfiguration: { // ProtocolConfiguration
|
|
93
|
-
* // serverProtocol: "MCP" || "HTTP" || "A2A", // required
|
|
93
|
+
* // serverProtocol: "MCP" || "HTTP" || "A2A" || "AGUI", // required
|
|
94
94
|
* // },
|
|
95
95
|
* // environmentVariables: { // EnvironmentVariablesMap
|
|
96
96
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -104,7 +104,7 @@ declare const UpdateAgentRuntimeCommand_base: {
|
|
|
104
104
|
* ],
|
|
105
105
|
* },
|
|
106
106
|
* protocolConfiguration: { // ProtocolConfiguration
|
|
107
|
-
* serverProtocol: "MCP" || "HTTP" || "A2A", // required
|
|
107
|
+
* serverProtocol: "MCP" || "HTTP" || "A2A" || "AGUI", // required
|
|
108
108
|
* },
|
|
109
109
|
* lifecycleConfiguration: { // LifecycleConfiguration
|
|
110
110
|
* idleRuntimeSessionTimeout: Number("int"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1007.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@smithy/util-middleware": "^4.2.11",
|
|
58
58
|
"@smithy/util-retry": "^4.2.11",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.12",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|