Skip to content

Commit c2b27b1

Browse files
Update API model
1 parent 05d0e70 commit c2b27b1

File tree

8 files changed

+943
-27
lines changed

8 files changed

+943
-27
lines changed

codegen/sdk-codegen/aws-models/connect.json

Lines changed: 44 additions & 2 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/devops-agent.json

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5439,7 +5439,7 @@
54395439
"target": "com.amazonaws.devopsagent#ApiKeyValue",
54405440
"traits": {
54415441
"smithy.api#documentation": "API key value for authenticating with the service.",
5442-
"smithy.api#pattern": "^[a-zA-Z0-9+/=._-]+(\\s[a-zA-Z0-9+/=._-]+)?$",
5442+
"smithy.api#pattern": "^[!-~]([ \\t]*[!-~])*$",
54435443
"smithy.api#required": {}
54445444
}
54455445
},
@@ -5578,6 +5578,28 @@
55785578
"smithy.api#documentation": "Bearer token configuration for MCP server (RFC 6750)."
55795579
}
55805580
},
5581+
"com.amazonaws.devopsagent#MCPServerConfiguration": {
5582+
"type": "structure",
5583+
"members": {
5584+
"tools": {
5585+
"target": "com.amazonaws.devopsagent#MCPToolsList",
5586+
"traits": {
5587+
"smithy.api#documentation": "List of MCP tools can be used with the association.",
5588+
"smithy.api#required": {}
5589+
}
5590+
}
5591+
},
5592+
"traits": {
5593+
"smithy.api#documentation": "Configuration for Model Context Protocol (MCP) server integration."
5594+
}
5595+
},
5596+
"com.amazonaws.devopsagent#MCPServerDatadogConfiguration": {
5597+
"type": "structure",
5598+
"members": {},
5599+
"traits": {
5600+
"smithy.api#documentation": "Mixin for webhook update support."
5601+
}
5602+
},
55815603
"com.amazonaws.devopsagent#MCPServerDetails": {
55825604
"type": "structure",
55835605
"members": {
@@ -5802,6 +5824,13 @@
58025824
"smithy.api#documentation": "OAuth client credentials configuration for MCP server."
58035825
}
58045826
},
5827+
"com.amazonaws.devopsagent#MCPServerSplunkConfiguration": {
5828+
"type": "structure",
5829+
"members": {},
5830+
"traits": {
5831+
"smithy.api#documentation": "Mixin for webhook update support."
5832+
}
5833+
},
58055834
"com.amazonaws.devopsagent#MCPToolsList": {
58065835
"type": "list",
58075836
"member": {
@@ -7277,12 +7306,12 @@
72777306
"com.amazonaws.devopsagent#ResourceConfigurationArn": {
72787307
"type": "string",
72797308
"traits": {
7280-
"smithy.api#documentation": "Resource Configuration ARN.",
7309+
"smithy.api#documentation": "The ID or ARN of the Resource Configuration.",
72817310
"smithy.api#length": {
72827311
"min": 20,
72837312
"max": 2048
72847313
},
7285-
"smithy.api#pattern": "^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$"
7314+
"smithy.api#pattern": "^(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}|rcfg-[0-9a-z]{17})$"
72867315
}
72877316
},
72887317
"com.amazonaws.devopsagent#ResourceGatewayArn": {
@@ -7383,7 +7412,7 @@
73837412
"resourceConfigurationId": {
73847413
"target": "com.amazonaws.devopsagent#ResourceConfigurationArn",
73857414
"traits": {
7386-
"smithy.api#documentation": "The ARN of the Resource Configuration.",
7415+
"smithy.api#documentation": "The ID or ARN of the resource configuration.",
73877416
"smithy.api#required": {}
73887417
}
73897418
},
@@ -8045,12 +8074,30 @@
80458074
"smithy.api#documentation": "NewRelic instance integration configuration."
80468075
}
80478076
},
8077+
"mcpserverdatadog": {
8078+
"target": "com.amazonaws.devopsagent#MCPServerDatadogConfiguration",
8079+
"traits": {
8080+
"smithy.api#documentation": "Datadog MCP server integration configuration."
8081+
}
8082+
},
8083+
"mcpserver": {
8084+
"target": "com.amazonaws.devopsagent#MCPServerConfiguration",
8085+
"traits": {
8086+
"smithy.api#documentation": "MCP (Model Context Protocol) server integration configuration."
8087+
}
8088+
},
80488089
"gitlab": {
80498090
"target": "com.amazonaws.devopsagent#GitLabConfiguration",
80508091
"traits": {
80518092
"smithy.api#documentation": "GitLab project integration configuration."
80528093
}
80538094
},
8095+
"mcpserversplunk": {
8096+
"target": "com.amazonaws.devopsagent#MCPServerSplunkConfiguration",
8097+
"traits": {
8098+
"smithy.api#documentation": "Splunk MCP server integration configuration."
8099+
}
8100+
},
80548101
"eventChannel": {
80558102
"target": "com.amazonaws.devopsagent#EventChannelConfiguration",
80568103
"traits": {

0 commit comments

Comments
 (0)