@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 CHANGED
@@ -1642,6 +1642,7 @@ const NetworkMode = {
1642
1642
  };
1643
1643
  const ServerProtocol = {
1644
1644
  A2A: "A2A",
1645
+ AGUI: "AGUI",
1645
1646
  HTTP: "HTTP",
1646
1647
  MCP: "MCP",
1647
1648
  };
@@ -35,6 +35,7 @@ export const NetworkMode = {
35
35
  };
36
36
  export const ServerProtocol = {
37
37
  A2A: "A2A",
38
+ AGUI: "AGUI",
38
39
  HTTP: "HTTP",
39
40
  MCP: "MCP",
40
41
  };
@@ -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"),
@@ -87,6 +87,7 @@ export type NetworkMode = (typeof NetworkMode)[keyof typeof NetworkMode];
87
87
  */
88
88
  export declare const ServerProtocol: {
89
89
  readonly A2A: "A2A";
90
+ readonly AGUI: "AGUI";
90
91
  readonly HTTP: "HTTP";
91
92
  readonly MCP: "MCP";
92
93
  };
@@ -46,6 +46,7 @@ export declare const NetworkMode: {
46
46
  export type NetworkMode = (typeof NetworkMode)[keyof typeof NetworkMode];
47
47
  export declare const ServerProtocol: {
48
48
  readonly A2A: "A2A";
49
+ readonly AGUI: "AGUI";
49
50
  readonly HTTP: "HTTP";
50
51
  readonly MCP: "MCP";
51
52
  };
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.1005.0",
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.11",
60
+ "@smithy/util-waiter": "^4.2.12",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {