aws-sdk-devopsagent 1.1.0 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3b7e17e2f37f024080f3c58e1c36c813e30b9eca79e372170ee8bc9832b9685
4
- data.tar.gz: 53c793e998c280d88d4eb512c2eab656eabbf96cd44b4abdcc57dd7eb494fe83
3
+ metadata.gz: e1938e0ab92efa180897396ab6f69656cbfb355c8171ddc10327b840e98e5909
4
+ data.tar.gz: 565b3fb4fb589c0d84d9a9bd91f5b1bd98f3dc21d5e3ee5efd58f4aa9d8cb554
5
5
  SHA512:
6
- metadata.gz: c9fe0c0abc3eab33c7d7164cf3ba1077226eafadd13039bb5ded6e6f09f3d593e01033fbb457ab06ddb78cf8b32240b78a14978b25051433a3465fc693c6c005
7
- data.tar.gz: 0f3e147b4d7aae02b8d6a9e218e565fd99d5d50fc4e8e079bbe372f6bc516603f92594fe9d2592864ea2705e7f25a7281463cc2dbc573dfe45d17f3621619061
6
+ metadata.gz: 909454dff95bfd7c250439cc9c8a21b17098d2509553b1d4fe747100b2722064c9c6d787b72541984ede6e89c35e50e64e5959e9f40ef3f9c426d4395419c0f7
7
+ data.tar.gz: 5154c2a0b3921b6a57ce8208648824f4f29c6ca91088dcd2813eefa490ed1f15fe52268bcd1514e272ec2f4cab66ce09e3352dc7e6ed4857a33c322063307867
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2026-04-10)
5
+ ------------------
6
+
7
+ * Feature - Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.
8
+
4
9
  1.1.0 (2026-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -592,11 +592,18 @@ module Aws::DevOpsAgent
592
592
  # account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
593
593
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
594
594
  # },
595
+ # mcpserverdatadog: {
596
+ # },
597
+ # mcpserver: {
598
+ # tools: ["MCPToolsListMemberString"], # required
599
+ # },
595
600
  # gitlab: {
596
601
  # project_id: "String", # required
597
602
  # project_path: "String", # required
598
603
  # instance_identifier: "String",
599
604
  # },
605
+ # mcpserversplunk: {
606
+ # },
600
607
  # event_channel: {
601
608
  # },
602
609
  # azure: {
@@ -653,6 +660,8 @@ module Aws::DevOpsAgent
653
660
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
654
661
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
655
662
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
663
+ # resp.association.configuration.mcpserver.tools #=> Array
664
+ # resp.association.configuration.mcpserver.tools[0] #=> String
656
665
  # resp.association.configuration.gitlab.project_id #=> String
657
666
  # resp.association.configuration.gitlab.project_path #=> String
658
667
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -1312,6 +1321,8 @@ module Aws::DevOpsAgent
1312
1321
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
1313
1322
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
1314
1323
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
1324
+ # resp.association.configuration.mcpserver.tools #=> Array
1325
+ # resp.association.configuration.mcpserver.tools[0] #=> String
1315
1326
  # resp.association.configuration.gitlab.project_id #=> String
1316
1327
  # resp.association.configuration.gitlab.project_path #=> String
1317
1328
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -1664,6 +1675,8 @@ module Aws::DevOpsAgent
1664
1675
  # resp.associations[0].configuration.servicenow.auth_scopes[0] #=> String
1665
1676
  # resp.associations[0].configuration.mcpservernewrelic.account_id #=> String
1666
1677
  # resp.associations[0].configuration.mcpservernewrelic.endpoint #=> String
1678
+ # resp.associations[0].configuration.mcpserver.tools #=> Array
1679
+ # resp.associations[0].configuration.mcpserver.tools[0] #=> String
1667
1680
  # resp.associations[0].configuration.gitlab.project_id #=> String
1668
1681
  # resp.associations[0].configuration.gitlab.project_path #=> String
1669
1682
  # resp.associations[0].configuration.gitlab.instance_identifier #=> String
@@ -3007,11 +3020,18 @@ module Aws::DevOpsAgent
3007
3020
  # account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
3008
3021
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
3009
3022
  # },
3023
+ # mcpserverdatadog: {
3024
+ # },
3025
+ # mcpserver: {
3026
+ # tools: ["MCPToolsListMemberString"], # required
3027
+ # },
3010
3028
  # gitlab: {
3011
3029
  # project_id: "String", # required
3012
3030
  # project_path: "String", # required
3013
3031
  # instance_identifier: "String",
3014
3032
  # },
3033
+ # mcpserversplunk: {
3034
+ # },
3015
3035
  # event_channel: {
3016
3036
  # },
3017
3037
  # azure: {
@@ -3068,6 +3088,8 @@ module Aws::DevOpsAgent
3068
3088
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
3069
3089
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
3070
3090
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
3091
+ # resp.association.configuration.mcpserver.tools #=> Array
3092
+ # resp.association.configuration.mcpserver.tools[0] #=> String
3071
3093
  # resp.association.configuration.gitlab.project_id #=> String
3072
3094
  # resp.association.configuration.gitlab.project_path #=> String
3073
3095
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -3406,7 +3428,7 @@ module Aws::DevOpsAgent
3406
3428
  tracer: tracer
3407
3429
  )
3408
3430
  context[:gem_name] = 'aws-sdk-devopsagent'
3409
- context[:gem_version] = '1.1.0'
3431
+ context[:gem_version] = '1.2.0'
3410
3432
  Seahorse::Client::Request.new(handlers, context)
3411
3433
  end
3412
3434
 
@@ -197,6 +197,8 @@ module Aws::DevOpsAgent
197
197
  MCPServerBearerTokenConfigAuthorizationHeaderString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigAuthorizationHeaderString')
198
198
  MCPServerBearerTokenConfigTokenNameString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenNameString')
199
199
  MCPServerBearerTokenConfigTokenValueString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenValueString')
200
+ MCPServerConfiguration = Shapes::StructureShape.new(name: 'MCPServerConfiguration')
201
+ MCPServerDatadogConfiguration = Shapes::StructureShape.new(name: 'MCPServerDatadogConfiguration')
200
202
  MCPServerDetails = Shapes::StructureShape.new(name: 'MCPServerDetails')
201
203
  MCPServerDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerDetailsDescriptionString')
202
204
  MCPServerDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerDetailsEndpointString')
@@ -215,6 +217,7 @@ module Aws::DevOpsAgent
215
217
  MCPServerOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'MCPServerOAuthClientCredentialsConfig')
216
218
  MCPServerOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigClientNameString')
217
219
  MCPServerOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigExchangeUrlString')
220
+ MCPServerSplunkConfiguration = Shapes::StructureShape.new(name: 'MCPServerSplunkConfiguration')
218
221
  MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
219
222
  MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
220
223
  MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
@@ -973,6 +976,11 @@ module Aws::DevOpsAgent
973
976
  MCPServerBearerTokenConfig.add_member(:authorization_header, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfigAuthorizationHeaderString, location_name: "authorizationHeader"))
974
977
  MCPServerBearerTokenConfig.struct_class = Types::MCPServerBearerTokenConfig
975
978
 
979
+ MCPServerConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
980
+ MCPServerConfiguration.struct_class = Types::MCPServerConfiguration
981
+
982
+ MCPServerDatadogConfiguration.struct_class = Types::MCPServerDatadogConfiguration
983
+
976
984
  MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerDetailsNameString, required: true, location_name: "name"))
977
985
  MCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerDetailsEndpointString, required: true, location_name: "endpoint"))
978
986
  MCPServerDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerDetailsDescriptionString, location_name: "description"))
@@ -1007,6 +1015,8 @@ module Aws::DevOpsAgent
1007
1015
  MCPServerOAuthClientCredentialsConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
1008
1016
  MCPServerOAuthClientCredentialsConfig.struct_class = Types::MCPServerOAuthClientCredentialsConfig
1009
1017
 
1018
+ MCPServerSplunkConfiguration.struct_class = Types::MCPServerSplunkConfiguration
1019
+
1010
1020
  MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
1011
1021
 
1012
1022
  Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
@@ -1309,7 +1319,10 @@ module Aws::DevOpsAgent
1309
1319
  ServiceConfiguration.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConfiguration, location_name: "dynatrace"))
1310
1320
  ServiceConfiguration.add_member(:servicenow, Shapes::ShapeRef.new(shape: ServiceNowConfiguration, location_name: "servicenow"))
1311
1321
  ServiceConfiguration.add_member(:mcpservernewrelic, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfiguration, location_name: "mcpservernewrelic"))
1322
+ ServiceConfiguration.add_member(:mcpserverdatadog, Shapes::ShapeRef.new(shape: MCPServerDatadogConfiguration, location_name: "mcpserverdatadog"))
1323
+ ServiceConfiguration.add_member(:mcpserver, Shapes::ShapeRef.new(shape: MCPServerConfiguration, location_name: "mcpserver"))
1312
1324
  ServiceConfiguration.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabConfiguration, location_name: "gitlab"))
1325
+ ServiceConfiguration.add_member(:mcpserversplunk, Shapes::ShapeRef.new(shape: MCPServerSplunkConfiguration, location_name: "mcpserversplunk"))
1313
1326
  ServiceConfiguration.add_member(:event_channel, Shapes::ShapeRef.new(shape: EventChannelConfiguration, location_name: "eventChannel"))
1314
1327
  ServiceConfiguration.add_member(:azure, Shapes::ShapeRef.new(shape: AzureConfiguration, location_name: "azure"))
1315
1328
  ServiceConfiguration.add_member(:azuredevops, Shapes::ShapeRef.new(shape: AzureDevOpsConfiguration, location_name: "azuredevops"))
@@ -1323,7 +1336,10 @@ module Aws::DevOpsAgent
1323
1336
  ServiceConfiguration.add_member_subclass(:dynatrace, Types::ServiceConfiguration::Dynatrace)
1324
1337
  ServiceConfiguration.add_member_subclass(:servicenow, Types::ServiceConfiguration::Servicenow)
1325
1338
  ServiceConfiguration.add_member_subclass(:mcpservernewrelic, Types::ServiceConfiguration::Mcpservernewrelic)
1339
+ ServiceConfiguration.add_member_subclass(:mcpserverdatadog, Types::ServiceConfiguration::Mcpserverdatadog)
1340
+ ServiceConfiguration.add_member_subclass(:mcpserver, Types::ServiceConfiguration::Mcpserver)
1326
1341
  ServiceConfiguration.add_member_subclass(:gitlab, Types::ServiceConfiguration::Gitlab)
1342
+ ServiceConfiguration.add_member_subclass(:mcpserversplunk, Types::ServiceConfiguration::Mcpserversplunk)
1327
1343
  ServiceConfiguration.add_member_subclass(:event_channel, Types::ServiceConfiguration::EventChannel)
1328
1344
  ServiceConfiguration.add_member_subclass(:azure, Types::ServiceConfiguration::Azure)
1329
1345
  ServiceConfiguration.add_member_subclass(:azuredevops, Types::ServiceConfiguration::Azuredevops)
@@ -2665,6 +2665,28 @@ module Aws::DevOpsAgent
2665
2665
  include Aws::Structure
2666
2666
  end
2667
2667
 
2668
+ # Configuration for Model Context Protocol (MCP) server integration.
2669
+ #
2670
+ # @!attribute [rw] tools
2671
+ # List of MCP tools can be used with the association.
2672
+ # @return [Array<String>]
2673
+ #
2674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerConfiguration AWS API Documentation
2675
+ #
2676
+ class MCPServerConfiguration < Struct.new(
2677
+ :tools)
2678
+ SENSITIVE = []
2679
+ include Aws::Structure
2680
+ end
2681
+
2682
+ # Mixin for webhook update support.
2683
+ #
2684
+ # @api private
2685
+ #
2686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerDatadogConfiguration AWS API Documentation
2687
+ #
2688
+ class MCPServerDatadogConfiguration < Aws::EmptyStructure; end
2689
+
2668
2690
  # Complete service details for MCP server integration.
2669
2691
  #
2670
2692
  # @!attribute [rw] name
@@ -2837,6 +2859,14 @@ module Aws::DevOpsAgent
2837
2859
  include Aws::Structure
2838
2860
  end
2839
2861
 
2862
+ # Mixin for webhook update support.
2863
+ #
2864
+ # @api private
2865
+ #
2866
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerSplunkConfiguration AWS API Documentation
2867
+ #
2868
+ class MCPServerSplunkConfiguration < Aws::EmptyStructure; end
2869
+
2840
2870
  # A message in a conversation, either from the user or the assistant.
2841
2871
  #
2842
2872
  # @note Message is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Message corresponding to the set member.
@@ -3661,7 +3691,7 @@ module Aws::DevOpsAgent
3661
3691
  # Configuration for a self-managed Private Connection.
3662
3692
  #
3663
3693
  # @!attribute [rw] resource_configuration_id
3664
- # The ARN of the Resource Configuration.
3694
+ # The ID or ARN of the resource configuration.
3665
3695
  # @return [String]
3666
3696
  #
3667
3697
  # @!attribute [rw] certificate
@@ -4085,10 +4115,22 @@ module Aws::DevOpsAgent
4085
4115
  # NewRelic instance integration configuration.
4086
4116
  # @return [Types::MCPServerNewRelicConfiguration]
4087
4117
  #
4118
+ # @!attribute [rw] mcpserverdatadog
4119
+ # Datadog MCP server integration configuration.
4120
+ # @return [Types::MCPServerDatadogConfiguration]
4121
+ #
4122
+ # @!attribute [rw] mcpserver
4123
+ # MCP (Model Context Protocol) server integration configuration.
4124
+ # @return [Types::MCPServerConfiguration]
4125
+ #
4088
4126
  # @!attribute [rw] gitlab
4089
4127
  # GitLab project integration configuration.
4090
4128
  # @return [Types::GitLabConfiguration]
4091
4129
  #
4130
+ # @!attribute [rw] mcpserversplunk
4131
+ # Splunk MCP server integration configuration.
4132
+ # @return [Types::MCPServerSplunkConfiguration]
4133
+ #
4092
4134
  # @!attribute [rw] event_channel
4093
4135
  # Event Channel instance integration configuration.
4094
4136
  # @return [Types::EventChannelConfiguration]
@@ -4119,7 +4161,10 @@ module Aws::DevOpsAgent
4119
4161
  :dynatrace,
4120
4162
  :servicenow,
4121
4163
  :mcpservernewrelic,
4164
+ :mcpserverdatadog,
4165
+ :mcpserver,
4122
4166
  :gitlab,
4167
+ :mcpserversplunk,
4123
4168
  :event_channel,
4124
4169
  :azure,
4125
4170
  :azuredevops,
@@ -4137,7 +4182,10 @@ module Aws::DevOpsAgent
4137
4182
  class Dynatrace < ServiceConfiguration; end
4138
4183
  class Servicenow < ServiceConfiguration; end
4139
4184
  class Mcpservernewrelic < ServiceConfiguration; end
4185
+ class Mcpserverdatadog < ServiceConfiguration; end
4186
+ class Mcpserver < ServiceConfiguration; end
4140
4187
  class Gitlab < ServiceConfiguration; end
4188
+ class Mcpserversplunk < ServiceConfiguration; end
4141
4189
  class EventChannel < ServiceConfiguration; end
4142
4190
  class Azure < ServiceConfiguration; end
4143
4191
  class Azuredevops < ServiceConfiguration; end
@@ -55,7 +55,7 @@ module Aws::DevOpsAgent
55
55
  autoload :Endpoints, 'aws-sdk-devopsagent/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-devopsagent/event_streams'
57
57
 
58
- GEM_VERSION = '1.1.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -147,11 +147,18 @@ module Aws
147
147
  account_id: ::String,
148
148
  endpoint: ::String
149
149
  }?,
150
+ mcpserverdatadog: {
151
+ }?,
152
+ mcpserver: {
153
+ tools: Array[::String]
154
+ }?,
150
155
  gitlab: {
151
156
  project_id: ::String,
152
157
  project_path: ::String,
153
158
  instance_identifier: ::String?
154
159
  }?,
160
+ mcpserversplunk: {
161
+ }?,
155
162
  event_channel: {
156
163
  }?,
157
164
  azure: {
@@ -920,11 +927,18 @@ module Aws
920
927
  account_id: ::String,
921
928
  endpoint: ::String
922
929
  }?,
930
+ mcpserverdatadog: {
931
+ }?,
932
+ mcpserver: {
933
+ tools: Array[::String]
934
+ }?,
923
935
  gitlab: {
924
936
  project_id: ::String,
925
937
  project_path: ::String,
926
938
  instance_identifier: ::String?
927
939
  }?,
940
+ mcpserversplunk: {
941
+ }?,
928
942
  event_channel: {
929
943
  }?,
930
944
  azure: {
data/sig/types.rbs CHANGED
@@ -807,6 +807,14 @@ module Aws::DevOpsAgent
807
807
  SENSITIVE: [:token_value]
808
808
  end
809
809
 
810
+ class MCPServerConfiguration
811
+ attr_accessor tools: ::Array[::String]
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class MCPServerDatadogConfiguration < Aws::EmptyStructure
816
+ end
817
+
810
818
  class MCPServerDetails
811
819
  attr_accessor name: ::String
812
820
  attr_accessor endpoint: ::String
@@ -851,6 +859,9 @@ module Aws::DevOpsAgent
851
859
  SENSITIVE: [:client_id, :client_secret]
852
860
  end
853
861
 
862
+ class MCPServerSplunkConfiguration < Aws::EmptyStructure
863
+ end
864
+
854
865
  class Message
855
866
  attr_accessor user_message: ::Array[Types::UserMessageBlock]
856
867
  attr_accessor assistant_message: ::Array[Types::AssistantMessageBlock]
@@ -1236,7 +1247,10 @@ module Aws::DevOpsAgent
1236
1247
  attr_accessor dynatrace: Types::DynatraceConfiguration
1237
1248
  attr_accessor servicenow: Types::ServiceNowConfiguration
1238
1249
  attr_accessor mcpservernewrelic: Types::MCPServerNewRelicConfiguration
1250
+ attr_accessor mcpserverdatadog: Types::MCPServerDatadogConfiguration
1251
+ attr_accessor mcpserver: Types::MCPServerConfiguration
1239
1252
  attr_accessor gitlab: Types::GitLabConfiguration
1253
+ attr_accessor mcpserversplunk: Types::MCPServerSplunkConfiguration
1240
1254
  attr_accessor event_channel: Types::EventChannelConfiguration
1241
1255
  attr_accessor azure: Types::AzureConfiguration
1242
1256
  attr_accessor azuredevops: Types::AzureDevOpsConfiguration
@@ -1259,8 +1273,14 @@ module Aws::DevOpsAgent
1259
1273
  end
1260
1274
  class Mcpservernewrelic < ServiceConfiguration
1261
1275
  end
1276
+ class Mcpserverdatadog < ServiceConfiguration
1277
+ end
1278
+ class Mcpserver < ServiceConfiguration
1279
+ end
1262
1280
  class Gitlab < ServiceConfiguration
1263
1281
  end
1282
+ class Mcpserversplunk < ServiceConfiguration
1283
+ end
1264
1284
  class EventChannel < ServiceConfiguration
1265
1285
  end
1266
1286
  class Azure < ServiceConfiguration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services