|
3640 | 3640 | "type":"string", |
3641 | 3641 | "documentation":"<p>API Key Value for service.</p>", |
3642 | 3642 | "min":1, |
3643 | | - "pattern":"[a-zA-Z0-9+/=._-]+(\\s[a-zA-Z0-9+/=._-]+)?", |
| 3643 | + "pattern":"[!-~]([ \\t]*[!-~])*", |
3644 | 3644 | "sensitive":true |
3645 | 3645 | }, |
3646 | 3646 | "MCPServerAuthorizationConfig":{ |
|
3731 | 3731 | "pattern":"[\\S]+", |
3732 | 3732 | "sensitive":true |
3733 | 3733 | }, |
| 3734 | + "MCPServerConfiguration":{ |
| 3735 | + "type":"structure", |
| 3736 | + "required":["tools"], |
| 3737 | + "members":{ |
| 3738 | + "tools":{ |
| 3739 | + "shape":"MCPToolsList", |
| 3740 | + "documentation":"<p>List of MCP tools can be used with the association.</p>" |
| 3741 | + } |
| 3742 | + }, |
| 3743 | + "documentation":"<p>Configuration for Model Context Protocol (MCP) server integration.</p>" |
| 3744 | + }, |
| 3745 | + "MCPServerDatadogConfiguration":{ |
| 3746 | + "type":"structure", |
| 3747 | + "members":{}, |
| 3748 | + "documentation":"<p>Mixin for webhook update support.</p>" |
| 3749 | + }, |
3734 | 3750 | "MCPServerDetails":{ |
3735 | 3751 | "type":"structure", |
3736 | 3752 | "required":[ |
|
3939 | 3955 | "type":"string", |
3940 | 3956 | "pattern":"https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?" |
3941 | 3957 | }, |
| 3958 | + "MCPServerSplunkConfiguration":{ |
| 3959 | + "type":"structure", |
| 3960 | + "members":{}, |
| 3961 | + "documentation":"<p>Mixin for webhook update support.</p>" |
| 3962 | + }, |
3942 | 3963 | "MCPToolsList":{ |
3943 | 3964 | "type":"list", |
3944 | 3965 | "member":{"shape":"MCPToolsListMemberString"}, |
|
4845 | 4866 | }, |
4846 | 4867 | "ResourceConfigurationArn":{ |
4847 | 4868 | "type":"string", |
4848 | | - "documentation":"<p>Resource Configuration ARN.</p>", |
| 4869 | + "documentation":"<p>The ID or ARN of the Resource Configuration.</p>", |
4849 | 4870 | "max":2048, |
4850 | 4871 | "min":20, |
4851 | | - "pattern":"arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}" |
| 4872 | + "pattern":"(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}|rcfg-[0-9a-z]{17})" |
4852 | 4873 | }, |
4853 | 4874 | "ResourceGatewayArn":{ |
4854 | 4875 | "type":"string", |
|
4913 | 4934 | "members":{ |
4914 | 4935 | "resourceConfigurationId":{ |
4915 | 4936 | "shape":"ResourceConfigurationArn", |
4916 | | - "documentation":"<p>The ARN of the Resource Configuration.</p>" |
| 4937 | + "documentation":"<p>The ID or ARN of the resource configuration.</p>" |
4917 | 4938 | }, |
4918 | 4939 | "certificate":{ |
4919 | 4940 | "shape":"CertificateString", |
|
5300 | 5321 | "shape":"MCPServerNewRelicConfiguration", |
5301 | 5322 | "documentation":"<p>NewRelic instance integration configuration.</p>" |
5302 | 5323 | }, |
| 5324 | + "mcpserverdatadog":{ |
| 5325 | + "shape":"MCPServerDatadogConfiguration", |
| 5326 | + "documentation":"<p>Datadog MCP server integration configuration.</p>" |
| 5327 | + }, |
| 5328 | + "mcpserver":{ |
| 5329 | + "shape":"MCPServerConfiguration", |
| 5330 | + "documentation":"<p>MCP (Model Context Protocol) server integration configuration.</p>" |
| 5331 | + }, |
5303 | 5332 | "gitlab":{ |
5304 | 5333 | "shape":"GitLabConfiguration", |
5305 | 5334 | "documentation":"<p>GitLab project integration configuration.</p>" |
5306 | 5335 | }, |
| 5336 | + "mcpserversplunk":{ |
| 5337 | + "shape":"MCPServerSplunkConfiguration", |
| 5338 | + "documentation":"<p>Splunk MCP server integration configuration.</p>" |
| 5339 | + }, |
5307 | 5340 | "eventChannel":{ |
5308 | 5341 | "shape":"EventChannelConfiguration", |
5309 | 5342 | "documentation":"<p>Event Channel instance integration configuration.</p>" |
|
0 commit comments