You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"smithy.api#documentation": "<p>The search type for the Model Context Protocol gateway. This field specifies how the gateway handles search operations.</p>"
"smithy.api#documentation": "<p>The session configuration for the MCP gateway. This configuration controls session behavior, including session timeout settings.</p>"
"smithy.api#documentation": "<p>The streaming configuration for the MCP gateway. This configuration controls whether response streaming is enabled for the gateway.</p>"
"smithy.api#documentation": "<p>An intermediate publicly resolvable domain used as the VPC Lattice resource configuration endpoint. Required when your private endpoint uses a domain that is not publicly resolvable.</p>"
18085
+
"smithy.api#documentation": "<p>An intermediate domain to use as the resource configuration endpoint instead of the actual target domain. Use this when you want to route traffic through an intermediate component such as a VPC endpoint or internal load balancer. For more information, see xref:lattice-vpc-egress-routing-domain[Route traffic through an intermediate domain].</p>"
"smithy.api#documentation": "RFC 8693 - Adopted by majority of IDPs supporting OBO\ngrant type = urn:ietf:params:oauth:grant-type:token-exchange",
19871
+
"smithy.api#documentation": "<p>RFC 8693 token exchange, adopted by the majority of identity providers supporting on-behalf-of flows.</p>",
19860
19872
"smithy.api#enumValue": "TOKEN_EXCHANGE"
19861
19873
}
19862
19874
},
19863
19875
"JWT_AUTHORIZATION_GRANT": {
19864
19876
"target": "smithy.api#Unit",
19865
19877
"traits": {
19866
-
"smithy.api#documentation": "RFC 7523 - Adopted by Microsoft Entra ID\ngrant type = urn:ietf:params:oauth:grant-type:jwt-bearer",
19878
+
"smithy.api#documentation": "<p>RFC 7523 JWT authorization grant, adopted by Microsoft Entra ID.</p>",
19867
19879
"smithy.api#enumValue": "JWT_AUTHORIZATION_GRANT"
19868
19880
}
19869
19881
}
@@ -22583,6 +22595,24 @@
22583
22595
"smithy.api#documentation": "<p> The configuration that defines how agent sessions are detected and when they are considered complete for evaluation. </p>"
"smithy.api#documentation": "<p>The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).</p>",
22605
+
"smithy.api#range": {
22606
+
"min": 900,
22607
+
"max": 28800
22608
+
}
22609
+
}
22610
+
}
22611
+
},
22612
+
"traits": {
22613
+
"smithy.api#documentation": "<p>The session configuration for an MCP gateway. This structure defines settings that control session behavior.</p>"
"smithy.api#documentation": "<p>Indicates whether response streaming is enabled for the gateway. When set to <code>true</code>, the gateway streams responses from targets back to the client.</p>"
23167
+
}
23168
+
}
23169
+
},
23170
+
"traits": {
23171
+
"smithy.api#documentation": "<p>The streaming configuration for an MCP gateway. This structure defines settings that control response streaming behavior.</p>"
0 commit comments