aws-sdk-devopsagent 1.1.0 → 1.3.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsagent/client.rb +37 -46
- data/lib/aws-sdk-devopsagent/client_api.rb +19 -33
- data/lib/aws-sdk-devopsagent/types.rb +57 -42
- data/lib/aws-sdk-devopsagent.rb +2 -2
- data/sig/client.rbs +17 -15
- data/sig/types.rbs +20 -12
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92f38f045ab5550e6f792065913ae7edf5e97b78fb4b9d3ef75fb6d1b20f51ac
|
|
4
|
+
data.tar.gz: 27aa1352eb5bba2e30da306dba79230153a13d77edebd085094615c888645e46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b450f51795d41e5bef2bcd2ffa24a9c5f99c3bf89ef34ea53eaa2a742fc6ecc2c4ac161fcd0c5062836aa115ac47b43ff631b6ff1c103b6520d254d13c155273
|
|
7
|
+
data.tar.gz: 86a8c0f76c5c77c041897584d018a27770492455f02f415e26088b42d4d21b34f266e2e04c92295cef5a33762c4ed1fa8a66ac656b8ccb1594c672cc8b0ebe91
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.3.0 (2026-04-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Deprecate the userId from the Chat operations. This update also removes support of AllowVendedLogDeliveryForResource API from AWS SDKs.
|
|
8
|
+
|
|
9
|
+
1.2.0 (2026-04-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.
|
|
13
|
+
|
|
4
14
|
1.1.0 (2026-03-31)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
|
@@ -487,42 +487,6 @@ module Aws::DevOpsAgent
|
|
|
487
487
|
|
|
488
488
|
# @!group API Operations
|
|
489
489
|
|
|
490
|
-
# Authorize Ingestion Hub subscription operation.
|
|
491
|
-
#
|
|
492
|
-
# @option params [required, String] :resource_arn_being_authorized
|
|
493
|
-
# The ARN of the resource being authorized for vended log delivery.
|
|
494
|
-
#
|
|
495
|
-
# @option params [required, String] :delivery_source_arn
|
|
496
|
-
# The ARN of the delivery source for vended log delivery.
|
|
497
|
-
#
|
|
498
|
-
# @option params [String] :log_type
|
|
499
|
-
# The type of log to be delivered.
|
|
500
|
-
#
|
|
501
|
-
# @return [Types::AllowVendedLogDeliveryForResourceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
502
|
-
#
|
|
503
|
-
# * {Types::AllowVendedLogDeliveryForResourceOutput#message #message} => String
|
|
504
|
-
#
|
|
505
|
-
# @example Request syntax with placeholder values
|
|
506
|
-
#
|
|
507
|
-
# resp = client.allow_vended_log_delivery_for_resource({
|
|
508
|
-
# resource_arn_being_authorized: "String", # required
|
|
509
|
-
# delivery_source_arn: "AllowVendedLogDeliveryForResourceInputDeliverySourceArnString", # required
|
|
510
|
-
# log_type: "String",
|
|
511
|
-
# })
|
|
512
|
-
#
|
|
513
|
-
# @example Response structure
|
|
514
|
-
#
|
|
515
|
-
# resp.message #=> String
|
|
516
|
-
#
|
|
517
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/AllowVendedLogDeliveryForResource AWS API Documentation
|
|
518
|
-
#
|
|
519
|
-
# @overload allow_vended_log_delivery_for_resource(params = {})
|
|
520
|
-
# @param [Hash] params ({})
|
|
521
|
-
def allow_vended_log_delivery_for_resource(params = {}, options = {})
|
|
522
|
-
req = build_request(:allow_vended_log_delivery_for_resource, params)
|
|
523
|
-
req.send_request(options)
|
|
524
|
-
end
|
|
525
|
-
|
|
526
490
|
# Adds a specific service association to an AgentSpace. It overwrites
|
|
527
491
|
# the existing association of the same service. Returns 201 Created on
|
|
528
492
|
# success.
|
|
@@ -592,11 +556,18 @@ module Aws::DevOpsAgent
|
|
|
592
556
|
# account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
|
|
593
557
|
# endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
|
|
594
558
|
# },
|
|
559
|
+
# mcpserverdatadog: {
|
|
560
|
+
# },
|
|
561
|
+
# mcpserver: {
|
|
562
|
+
# tools: ["MCPToolsListMemberString"], # required
|
|
563
|
+
# },
|
|
595
564
|
# gitlab: {
|
|
596
565
|
# project_id: "String", # required
|
|
597
566
|
# project_path: "String", # required
|
|
598
567
|
# instance_identifier: "String",
|
|
599
568
|
# },
|
|
569
|
+
# mcpserversplunk: {
|
|
570
|
+
# },
|
|
600
571
|
# event_channel: {
|
|
601
572
|
# },
|
|
602
573
|
# azure: {
|
|
@@ -653,6 +624,8 @@ module Aws::DevOpsAgent
|
|
|
653
624
|
# resp.association.configuration.servicenow.auth_scopes[0] #=> String
|
|
654
625
|
# resp.association.configuration.mcpservernewrelic.account_id #=> String
|
|
655
626
|
# resp.association.configuration.mcpservernewrelic.endpoint #=> String
|
|
627
|
+
# resp.association.configuration.mcpserver.tools #=> Array
|
|
628
|
+
# resp.association.configuration.mcpserver.tools[0] #=> String
|
|
656
629
|
# resp.association.configuration.gitlab.project_id #=> String
|
|
657
630
|
# resp.association.configuration.gitlab.project_path #=> String
|
|
658
631
|
# resp.association.configuration.gitlab.instance_identifier #=> String
|
|
@@ -835,8 +808,10 @@ module Aws::DevOpsAgent
|
|
|
835
808
|
# Unique identifier for an agent space (allows alphanumeric characters
|
|
836
809
|
# and hyphens; 1-64 characters)
|
|
837
810
|
#
|
|
838
|
-
# @option params [
|
|
839
|
-
# The user identifier for the chat
|
|
811
|
+
# @option params [String] :user_id
|
|
812
|
+
# The user identifier for the chat. This field is deprecated and will be
|
|
813
|
+
# ignored — the service resolves user identity from the authenticated
|
|
814
|
+
# session.
|
|
840
815
|
#
|
|
841
816
|
# @option params [String] :user_type
|
|
842
817
|
# The authentication type of the user
|
|
@@ -850,7 +825,7 @@ module Aws::DevOpsAgent
|
|
|
850
825
|
#
|
|
851
826
|
# resp = client.create_chat({
|
|
852
827
|
# agent_space_id: "AgentSpaceId", # required
|
|
853
|
-
# user_id: "ResourceId",
|
|
828
|
+
# user_id: "ResourceId",
|
|
854
829
|
# user_type: "IAM", # accepts IAM, IDC, IDP
|
|
855
830
|
# })
|
|
856
831
|
#
|
|
@@ -1312,6 +1287,8 @@ module Aws::DevOpsAgent
|
|
|
1312
1287
|
# resp.association.configuration.servicenow.auth_scopes[0] #=> String
|
|
1313
1288
|
# resp.association.configuration.mcpservernewrelic.account_id #=> String
|
|
1314
1289
|
# resp.association.configuration.mcpservernewrelic.endpoint #=> String
|
|
1290
|
+
# resp.association.configuration.mcpserver.tools #=> Array
|
|
1291
|
+
# resp.association.configuration.mcpserver.tools[0] #=> String
|
|
1315
1292
|
# resp.association.configuration.gitlab.project_id #=> String
|
|
1316
1293
|
# resp.association.configuration.gitlab.project_path #=> String
|
|
1317
1294
|
# resp.association.configuration.gitlab.instance_identifier #=> String
|
|
@@ -1664,6 +1641,8 @@ module Aws::DevOpsAgent
|
|
|
1664
1641
|
# resp.associations[0].configuration.servicenow.auth_scopes[0] #=> String
|
|
1665
1642
|
# resp.associations[0].configuration.mcpservernewrelic.account_id #=> String
|
|
1666
1643
|
# resp.associations[0].configuration.mcpservernewrelic.endpoint #=> String
|
|
1644
|
+
# resp.associations[0].configuration.mcpserver.tools #=> Array
|
|
1645
|
+
# resp.associations[0].configuration.mcpserver.tools[0] #=> String
|
|
1667
1646
|
# resp.associations[0].configuration.gitlab.project_id #=> String
|
|
1668
1647
|
# resp.associations[0].configuration.gitlab.project_path #=> String
|
|
1669
1648
|
# resp.associations[0].configuration.gitlab.instance_identifier #=> String
|
|
@@ -1789,8 +1768,10 @@ module Aws::DevOpsAgent
|
|
|
1789
1768
|
# Unique identifier for an agent space (allows alphanumeric characters
|
|
1790
1769
|
# and hyphens; 1-64 characters)
|
|
1791
1770
|
#
|
|
1792
|
-
# @option params [
|
|
1793
|
-
# The user identifier to list chats for
|
|
1771
|
+
# @option params [String] :user_id
|
|
1772
|
+
# The user identifier to list chats for. This field is deprecated and
|
|
1773
|
+
# will be ignored — the service resolves user identity from the
|
|
1774
|
+
# authenticated session.
|
|
1794
1775
|
#
|
|
1795
1776
|
# @option params [Integer] :max_results
|
|
1796
1777
|
# Maximum number of results to return
|
|
@@ -1807,7 +1788,7 @@ module Aws::DevOpsAgent
|
|
|
1807
1788
|
#
|
|
1808
1789
|
# resp = client.list_chats({
|
|
1809
1790
|
# agent_space_id: "AgentSpaceId", # required
|
|
1810
|
-
# user_id: "ResourceId",
|
|
1791
|
+
# user_id: "ResourceId",
|
|
1811
1792
|
# max_results: 1,
|
|
1812
1793
|
# next_token: "String",
|
|
1813
1794
|
# })
|
|
@@ -2575,8 +2556,9 @@ module Aws::DevOpsAgent
|
|
|
2575
2556
|
# @option params [Types::SendMessageContext] :context
|
|
2576
2557
|
# Optional context for the message
|
|
2577
2558
|
#
|
|
2578
|
-
# @option params [
|
|
2579
|
-
#
|
|
2559
|
+
# @option params [String] :user_id
|
|
2560
|
+
# User identifier. This field is deprecated and will be ignored — the
|
|
2561
|
+
# service resolves user identity from the authenticated session.
|
|
2580
2562
|
#
|
|
2581
2563
|
# @return [Types::SendMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2582
2564
|
#
|
|
@@ -2754,7 +2736,7 @@ module Aws::DevOpsAgent
|
|
|
2754
2736
|
# last_message: "String",
|
|
2755
2737
|
# user_action_response: "String",
|
|
2756
2738
|
# },
|
|
2757
|
-
# user_id: "ResourceId",
|
|
2739
|
+
# user_id: "ResourceId",
|
|
2758
2740
|
# })
|
|
2759
2741
|
#
|
|
2760
2742
|
# @example Response structure
|
|
@@ -3007,11 +2989,18 @@ module Aws::DevOpsAgent
|
|
|
3007
2989
|
# account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
|
|
3008
2990
|
# endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
|
|
3009
2991
|
# },
|
|
2992
|
+
# mcpserverdatadog: {
|
|
2993
|
+
# },
|
|
2994
|
+
# mcpserver: {
|
|
2995
|
+
# tools: ["MCPToolsListMemberString"], # required
|
|
2996
|
+
# },
|
|
3010
2997
|
# gitlab: {
|
|
3011
2998
|
# project_id: "String", # required
|
|
3012
2999
|
# project_path: "String", # required
|
|
3013
3000
|
# instance_identifier: "String",
|
|
3014
3001
|
# },
|
|
3002
|
+
# mcpserversplunk: {
|
|
3003
|
+
# },
|
|
3015
3004
|
# event_channel: {
|
|
3016
3005
|
# },
|
|
3017
3006
|
# azure: {
|
|
@@ -3068,6 +3057,8 @@ module Aws::DevOpsAgent
|
|
|
3068
3057
|
# resp.association.configuration.servicenow.auth_scopes[0] #=> String
|
|
3069
3058
|
# resp.association.configuration.mcpservernewrelic.account_id #=> String
|
|
3070
3059
|
# resp.association.configuration.mcpservernewrelic.endpoint #=> String
|
|
3060
|
+
# resp.association.configuration.mcpserver.tools #=> Array
|
|
3061
|
+
# resp.association.configuration.mcpserver.tools[0] #=> String
|
|
3071
3062
|
# resp.association.configuration.gitlab.project_id #=> String
|
|
3072
3063
|
# resp.association.configuration.gitlab.project_path #=> String
|
|
3073
3064
|
# resp.association.configuration.gitlab.instance_identifier #=> String
|
|
@@ -3406,7 +3397,7 @@ module Aws::DevOpsAgent
|
|
|
3406
3397
|
tracer: tracer
|
|
3407
3398
|
)
|
|
3408
3399
|
context[:gem_name] = 'aws-sdk-devopsagent'
|
|
3409
|
-
context[:gem_version] = '1.
|
|
3400
|
+
context[:gem_version] = '1.3.0'
|
|
3410
3401
|
Seahorse::Client::Request.new(handlers, context)
|
|
3411
3402
|
end
|
|
3412
3403
|
|
|
@@ -23,9 +23,6 @@ module Aws::DevOpsAgent
|
|
|
23
23
|
AgentSpaceId = Shapes::StringShape.new(name: 'AgentSpaceId')
|
|
24
24
|
AgentSpaceList = Shapes::ListShape.new(name: 'AgentSpaceList')
|
|
25
25
|
AgentSpaceName = Shapes::StringShape.new(name: 'AgentSpaceName')
|
|
26
|
-
AllowVendedLogDeliveryForResourceInput = Shapes::StructureShape.new(name: 'AllowVendedLogDeliveryForResourceInput')
|
|
27
|
-
AllowVendedLogDeliveryForResourceInputDeliverySourceArnString = Shapes::StringShape.new(name: 'AllowVendedLogDeliveryForResourceInputDeliverySourceArnString')
|
|
28
|
-
AllowVendedLogDeliveryForResourceOutput = Shapes::StructureShape.new(name: 'AllowVendedLogDeliveryForResourceOutput')
|
|
29
26
|
ApiKeyValue = Shapes::StringShape.new(name: 'ApiKeyValue')
|
|
30
27
|
AssistantMessage = Shapes::ListShape.new(name: 'AssistantMessage')
|
|
31
28
|
AssistantMessageBlock = Shapes::UnionShape.new(name: 'AssistantMessageBlock')
|
|
@@ -197,6 +194,8 @@ module Aws::DevOpsAgent
|
|
|
197
194
|
MCPServerBearerTokenConfigAuthorizationHeaderString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigAuthorizationHeaderString')
|
|
198
195
|
MCPServerBearerTokenConfigTokenNameString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenNameString')
|
|
199
196
|
MCPServerBearerTokenConfigTokenValueString = Shapes::StringShape.new(name: 'MCPServerBearerTokenConfigTokenValueString')
|
|
197
|
+
MCPServerConfiguration = Shapes::StructureShape.new(name: 'MCPServerConfiguration')
|
|
198
|
+
MCPServerDatadogConfiguration = Shapes::StructureShape.new(name: 'MCPServerDatadogConfiguration')
|
|
200
199
|
MCPServerDetails = Shapes::StructureShape.new(name: 'MCPServerDetails')
|
|
201
200
|
MCPServerDetailsDescriptionString = Shapes::StringShape.new(name: 'MCPServerDetailsDescriptionString')
|
|
202
201
|
MCPServerDetailsEndpointString = Shapes::StringShape.new(name: 'MCPServerDetailsEndpointString')
|
|
@@ -215,6 +214,7 @@ module Aws::DevOpsAgent
|
|
|
215
214
|
MCPServerOAuthClientCredentialsConfig = Shapes::StructureShape.new(name: 'MCPServerOAuthClientCredentialsConfig')
|
|
216
215
|
MCPServerOAuthClientCredentialsConfigClientNameString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigClientNameString')
|
|
217
216
|
MCPServerOAuthClientCredentialsConfigExchangeUrlString = Shapes::StringShape.new(name: 'MCPServerOAuthClientCredentialsConfigExchangeUrlString')
|
|
217
|
+
MCPServerSplunkConfiguration = Shapes::StructureShape.new(name: 'MCPServerSplunkConfiguration')
|
|
218
218
|
MCPToolsList = Shapes::ListShape.new(name: 'MCPToolsList')
|
|
219
219
|
MCPToolsListMemberString = Shapes::StringShape.new(name: 'MCPToolsListMemberString')
|
|
220
220
|
MaxIpv4AddressesPerEni = Shapes::IntegerShape.new(name: 'MaxIpv4AddressesPerEni')
|
|
@@ -442,14 +442,6 @@ module Aws::DevOpsAgent
|
|
|
442
442
|
|
|
443
443
|
AgentSpaceList.member = Shapes::ShapeRef.new(shape: AgentSpace)
|
|
444
444
|
|
|
445
|
-
AllowVendedLogDeliveryForResourceInput.add_member(:resource_arn_being_authorized, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceArnBeingAuthorized"))
|
|
446
|
-
AllowVendedLogDeliveryForResourceInput.add_member(:delivery_source_arn, Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceInputDeliverySourceArnString, required: true, location_name: "deliverySourceArn"))
|
|
447
|
-
AllowVendedLogDeliveryForResourceInput.add_member(:log_type, Shapes::ShapeRef.new(shape: String, location_name: "logType"))
|
|
448
|
-
AllowVendedLogDeliveryForResourceInput.struct_class = Types::AllowVendedLogDeliveryForResourceInput
|
|
449
|
-
|
|
450
|
-
AllowVendedLogDeliveryForResourceOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
451
|
-
AllowVendedLogDeliveryForResourceOutput.struct_class = Types::AllowVendedLogDeliveryForResourceOutput
|
|
452
|
-
|
|
453
445
|
AssistantMessage.member = Shapes::ShapeRef.new(shape: AssistantMessageBlock)
|
|
454
446
|
|
|
455
447
|
AssistantMessageBlock.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "text"))
|
|
@@ -527,7 +519,7 @@ module Aws::DevOpsAgent
|
|
|
527
519
|
CreateBacklogTaskResponse.struct_class = Types::CreateBacklogTaskResponse
|
|
528
520
|
|
|
529
521
|
CreateChatRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
530
|
-
CreateChatRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId,
|
|
522
|
+
CreateChatRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location: "querystring", location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
531
523
|
CreateChatRequest.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, location: "querystring", location_name: "userType"))
|
|
532
524
|
CreateChatRequest.struct_class = Types::CreateChatRequest
|
|
533
525
|
|
|
@@ -850,7 +842,7 @@ module Aws::DevOpsAgent
|
|
|
850
842
|
ListBacklogTasksResponse.struct_class = Types::ListBacklogTasksResponse
|
|
851
843
|
|
|
852
844
|
ListChatsRequest.add_member(:agent_space_id, Shapes::ShapeRef.new(shape: AgentSpaceId, required: true, location: "uri", location_name: "agentSpaceId"))
|
|
853
|
-
ListChatsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId,
|
|
845
|
+
ListChatsRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location: "querystring", location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
854
846
|
ListChatsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListChatsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
855
847
|
ListChatsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
856
848
|
ListChatsRequest.struct_class = Types::ListChatsRequest
|
|
@@ -973,6 +965,11 @@ module Aws::DevOpsAgent
|
|
|
973
965
|
MCPServerBearerTokenConfig.add_member(:authorization_header, Shapes::ShapeRef.new(shape: MCPServerBearerTokenConfigAuthorizationHeaderString, location_name: "authorizationHeader"))
|
|
974
966
|
MCPServerBearerTokenConfig.struct_class = Types::MCPServerBearerTokenConfig
|
|
975
967
|
|
|
968
|
+
MCPServerConfiguration.add_member(:tools, Shapes::ShapeRef.new(shape: MCPToolsList, required: true, location_name: "tools"))
|
|
969
|
+
MCPServerConfiguration.struct_class = Types::MCPServerConfiguration
|
|
970
|
+
|
|
971
|
+
MCPServerDatadogConfiguration.struct_class = Types::MCPServerDatadogConfiguration
|
|
972
|
+
|
|
976
973
|
MCPServerDetails.add_member(:name, Shapes::ShapeRef.new(shape: MCPServerDetailsNameString, required: true, location_name: "name"))
|
|
977
974
|
MCPServerDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: MCPServerDetailsEndpointString, required: true, location_name: "endpoint"))
|
|
978
975
|
MCPServerDetails.add_member(:description, Shapes::ShapeRef.new(shape: MCPServerDetailsDescriptionString, location_name: "description"))
|
|
@@ -1007,6 +1004,8 @@ module Aws::DevOpsAgent
|
|
|
1007
1004
|
MCPServerOAuthClientCredentialsConfig.add_member(:scopes, Shapes::ShapeRef.new(shape: Scopes, location_name: "scopes"))
|
|
1008
1005
|
MCPServerOAuthClientCredentialsConfig.struct_class = Types::MCPServerOAuthClientCredentialsConfig
|
|
1009
1006
|
|
|
1007
|
+
MCPServerSplunkConfiguration.struct_class = Types::MCPServerSplunkConfiguration
|
|
1008
|
+
|
|
1010
1009
|
MCPToolsList.member = Shapes::ShapeRef.new(shape: MCPToolsListMemberString)
|
|
1011
1010
|
|
|
1012
1011
|
Message.add_member(:user_message, Shapes::ShapeRef.new(shape: UserMessage, location_name: "userMessage"))
|
|
@@ -1263,7 +1262,7 @@ module Aws::DevOpsAgent
|
|
|
1263
1262
|
SendMessageRequest.add_member(:execution_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "executionId"))
|
|
1264
1263
|
SendMessageRequest.add_member(:content, Shapes::ShapeRef.new(shape: MessageContent, required: true, location_name: "content"))
|
|
1265
1264
|
SendMessageRequest.add_member(:context, Shapes::ShapeRef.new(shape: SendMessageContext, location_name: "context"))
|
|
1266
|
-
SendMessageRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId,
|
|
1265
|
+
SendMessageRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: ResourceId, deprecated: true, location_name: "userId", metadata: {"deprecatedMessage" => "userId is managed by the service and should not be provided by the caller", "deprecatedSince" => "2026-04-15"}))
|
|
1267
1266
|
SendMessageRequest.struct_class = Types::SendMessageRequest
|
|
1268
1267
|
|
|
1269
1268
|
SendMessageResponse.add_member(:events, Shapes::ShapeRef.new(shape: SendMessageEvents, required: true, eventstream: true, location_name: "events"))
|
|
@@ -1309,7 +1308,10 @@ module Aws::DevOpsAgent
|
|
|
1309
1308
|
ServiceConfiguration.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConfiguration, location_name: "dynatrace"))
|
|
1310
1309
|
ServiceConfiguration.add_member(:servicenow, Shapes::ShapeRef.new(shape: ServiceNowConfiguration, location_name: "servicenow"))
|
|
1311
1310
|
ServiceConfiguration.add_member(:mcpservernewrelic, Shapes::ShapeRef.new(shape: MCPServerNewRelicConfiguration, location_name: "mcpservernewrelic"))
|
|
1311
|
+
ServiceConfiguration.add_member(:mcpserverdatadog, Shapes::ShapeRef.new(shape: MCPServerDatadogConfiguration, location_name: "mcpserverdatadog"))
|
|
1312
|
+
ServiceConfiguration.add_member(:mcpserver, Shapes::ShapeRef.new(shape: MCPServerConfiguration, location_name: "mcpserver"))
|
|
1312
1313
|
ServiceConfiguration.add_member(:gitlab, Shapes::ShapeRef.new(shape: GitLabConfiguration, location_name: "gitlab"))
|
|
1314
|
+
ServiceConfiguration.add_member(:mcpserversplunk, Shapes::ShapeRef.new(shape: MCPServerSplunkConfiguration, location_name: "mcpserversplunk"))
|
|
1313
1315
|
ServiceConfiguration.add_member(:event_channel, Shapes::ShapeRef.new(shape: EventChannelConfiguration, location_name: "eventChannel"))
|
|
1314
1316
|
ServiceConfiguration.add_member(:azure, Shapes::ShapeRef.new(shape: AzureConfiguration, location_name: "azure"))
|
|
1315
1317
|
ServiceConfiguration.add_member(:azuredevops, Shapes::ShapeRef.new(shape: AzureDevOpsConfiguration, location_name: "azuredevops"))
|
|
@@ -1323,7 +1325,10 @@ module Aws::DevOpsAgent
|
|
|
1323
1325
|
ServiceConfiguration.add_member_subclass(:dynatrace, Types::ServiceConfiguration::Dynatrace)
|
|
1324
1326
|
ServiceConfiguration.add_member_subclass(:servicenow, Types::ServiceConfiguration::Servicenow)
|
|
1325
1327
|
ServiceConfiguration.add_member_subclass(:mcpservernewrelic, Types::ServiceConfiguration::Mcpservernewrelic)
|
|
1328
|
+
ServiceConfiguration.add_member_subclass(:mcpserverdatadog, Types::ServiceConfiguration::Mcpserverdatadog)
|
|
1329
|
+
ServiceConfiguration.add_member_subclass(:mcpserver, Types::ServiceConfiguration::Mcpserver)
|
|
1326
1330
|
ServiceConfiguration.add_member_subclass(:gitlab, Types::ServiceConfiguration::Gitlab)
|
|
1331
|
+
ServiceConfiguration.add_member_subclass(:mcpserversplunk, Types::ServiceConfiguration::Mcpserversplunk)
|
|
1327
1332
|
ServiceConfiguration.add_member_subclass(:event_channel, Types::ServiceConfiguration::EventChannel)
|
|
1328
1333
|
ServiceConfiguration.add_member_subclass(:azure, Types::ServiceConfiguration::Azure)
|
|
1329
1334
|
ServiceConfiguration.add_member_subclass(:azuredevops, Types::ServiceConfiguration::Azuredevops)
|
|
@@ -1596,25 +1601,6 @@ module Aws::DevOpsAgent
|
|
|
1596
1601
|
"uid" => "devops-agent-2026-01-01",
|
|
1597
1602
|
}
|
|
1598
1603
|
|
|
1599
|
-
api.add_operation(:allow_vended_log_delivery_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1600
|
-
o.name = "AllowVendedLogDeliveryForResource"
|
|
1601
|
-
o.http_method = "POST"
|
|
1602
|
-
o.http_request_uri = "/allow-vended-log-delivery-for-resource"
|
|
1603
|
-
o.endpoint_pattern = {
|
|
1604
|
-
"hostPrefix" => "cp.",
|
|
1605
|
-
}
|
|
1606
|
-
o.input = Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceInput)
|
|
1607
|
-
o.output = Shapes::ShapeRef.new(shape: AllowVendedLogDeliveryForResourceOutput)
|
|
1608
|
-
o.errors << Shapes::ShapeRef.new(shape: ContentSizeExceededException)
|
|
1609
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1610
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1611
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1612
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1613
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1614
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1615
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1616
|
-
end)
|
|
1617
|
-
|
|
1618
1604
|
api.add_operation(:associate_service, Seahorse::Model::Operation.new.tap do |o|
|
|
1619
1605
|
o.name = "AssociateService"
|
|
1620
1606
|
o.http_method = "POST"
|
|
@@ -205,44 +205,6 @@ module Aws::DevOpsAgent
|
|
|
205
205
|
include Aws::Structure
|
|
206
206
|
end
|
|
207
207
|
|
|
208
|
-
# Input for authorizing vended log delivery for a resource.
|
|
209
|
-
#
|
|
210
|
-
# @!attribute [rw] resource_arn_being_authorized
|
|
211
|
-
# The ARN of the resource being authorized for vended log delivery.
|
|
212
|
-
# @return [String]
|
|
213
|
-
#
|
|
214
|
-
# @!attribute [rw] delivery_source_arn
|
|
215
|
-
# The ARN of the delivery source for vended log delivery.
|
|
216
|
-
# @return [String]
|
|
217
|
-
#
|
|
218
|
-
# @!attribute [rw] log_type
|
|
219
|
-
# The type of log to be delivered.
|
|
220
|
-
# @return [String]
|
|
221
|
-
#
|
|
222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/AllowVendedLogDeliveryForResourceInput AWS API Documentation
|
|
223
|
-
#
|
|
224
|
-
class AllowVendedLogDeliveryForResourceInput < Struct.new(
|
|
225
|
-
:resource_arn_being_authorized,
|
|
226
|
-
:delivery_source_arn,
|
|
227
|
-
:log_type)
|
|
228
|
-
SENSITIVE = []
|
|
229
|
-
include Aws::Structure
|
|
230
|
-
end
|
|
231
|
-
|
|
232
|
-
# Output for the vended log delivery authorization operation.
|
|
233
|
-
#
|
|
234
|
-
# @!attribute [rw] message
|
|
235
|
-
# A message describing the result of the authorization operation.
|
|
236
|
-
# @return [String]
|
|
237
|
-
#
|
|
238
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/AllowVendedLogDeliveryForResourceOutput AWS API Documentation
|
|
239
|
-
#
|
|
240
|
-
class AllowVendedLogDeliveryForResourceOutput < Struct.new(
|
|
241
|
-
:message)
|
|
242
|
-
SENSITIVE = []
|
|
243
|
-
include Aws::Structure
|
|
244
|
-
end
|
|
245
|
-
|
|
246
208
|
# A block of content in an assistant message.
|
|
247
209
|
#
|
|
248
210
|
# @note AssistantMessageBlock is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AssistantMessageBlock corresponding to the set member.
|
|
@@ -593,7 +555,9 @@ module Aws::DevOpsAgent
|
|
|
593
555
|
# @return [String]
|
|
594
556
|
#
|
|
595
557
|
# @!attribute [rw] user_id
|
|
596
|
-
# The user identifier for the chat
|
|
558
|
+
# The user identifier for the chat. This field is deprecated and will
|
|
559
|
+
# be ignored — the service resolves user identity from the
|
|
560
|
+
# authenticated session.
|
|
597
561
|
# @return [String]
|
|
598
562
|
#
|
|
599
563
|
# @!attribute [rw] user_type
|
|
@@ -2108,7 +2072,9 @@ module Aws::DevOpsAgent
|
|
|
2108
2072
|
# @return [String]
|
|
2109
2073
|
#
|
|
2110
2074
|
# @!attribute [rw] user_id
|
|
2111
|
-
# The user identifier to list chats for
|
|
2075
|
+
# The user identifier to list chats for. This field is deprecated and
|
|
2076
|
+
# will be ignored — the service resolves user identity from the
|
|
2077
|
+
# authenticated session.
|
|
2112
2078
|
# @return [String]
|
|
2113
2079
|
#
|
|
2114
2080
|
# @!attribute [rw] max_results
|
|
@@ -2665,6 +2631,28 @@ module Aws::DevOpsAgent
|
|
|
2665
2631
|
include Aws::Structure
|
|
2666
2632
|
end
|
|
2667
2633
|
|
|
2634
|
+
# Configuration for Model Context Protocol (MCP) server integration.
|
|
2635
|
+
#
|
|
2636
|
+
# @!attribute [rw] tools
|
|
2637
|
+
# List of MCP tools can be used with the association.
|
|
2638
|
+
# @return [Array<String>]
|
|
2639
|
+
#
|
|
2640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerConfiguration AWS API Documentation
|
|
2641
|
+
#
|
|
2642
|
+
class MCPServerConfiguration < Struct.new(
|
|
2643
|
+
:tools)
|
|
2644
|
+
SENSITIVE = []
|
|
2645
|
+
include Aws::Structure
|
|
2646
|
+
end
|
|
2647
|
+
|
|
2648
|
+
# Mixin for webhook update support.
|
|
2649
|
+
#
|
|
2650
|
+
# @api private
|
|
2651
|
+
#
|
|
2652
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerDatadogConfiguration AWS API Documentation
|
|
2653
|
+
#
|
|
2654
|
+
class MCPServerDatadogConfiguration < Aws::EmptyStructure; end
|
|
2655
|
+
|
|
2668
2656
|
# Complete service details for MCP server integration.
|
|
2669
2657
|
#
|
|
2670
2658
|
# @!attribute [rw] name
|
|
@@ -2837,6 +2825,14 @@ module Aws::DevOpsAgent
|
|
|
2837
2825
|
include Aws::Structure
|
|
2838
2826
|
end
|
|
2839
2827
|
|
|
2828
|
+
# Mixin for webhook update support.
|
|
2829
|
+
#
|
|
2830
|
+
# @api private
|
|
2831
|
+
#
|
|
2832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerSplunkConfiguration AWS API Documentation
|
|
2833
|
+
#
|
|
2834
|
+
class MCPServerSplunkConfiguration < Aws::EmptyStructure; end
|
|
2835
|
+
|
|
2840
2836
|
# A message in a conversation, either from the user or the assistant.
|
|
2841
2837
|
#
|
|
2842
2838
|
# @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 +3657,7 @@ module Aws::DevOpsAgent
|
|
|
3661
3657
|
# Configuration for a self-managed Private Connection.
|
|
3662
3658
|
#
|
|
3663
3659
|
# @!attribute [rw] resource_configuration_id
|
|
3664
|
-
# The ARN of the
|
|
3660
|
+
# The ID or ARN of the resource configuration.
|
|
3665
3661
|
# @return [String]
|
|
3666
3662
|
#
|
|
3667
3663
|
# @!attribute [rw] certificate
|
|
@@ -3868,7 +3864,8 @@ module Aws::DevOpsAgent
|
|
|
3868
3864
|
# @return [Types::SendMessageContext]
|
|
3869
3865
|
#
|
|
3870
3866
|
# @!attribute [rw] user_id
|
|
3871
|
-
#
|
|
3867
|
+
# User identifier. This field is deprecated and will be ignored — the
|
|
3868
|
+
# service resolves user identity from the authenticated session.
|
|
3872
3869
|
# @return [String]
|
|
3873
3870
|
#
|
|
3874
3871
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/SendMessageRequest AWS API Documentation
|
|
@@ -4085,10 +4082,22 @@ module Aws::DevOpsAgent
|
|
|
4085
4082
|
# NewRelic instance integration configuration.
|
|
4086
4083
|
# @return [Types::MCPServerNewRelicConfiguration]
|
|
4087
4084
|
#
|
|
4085
|
+
# @!attribute [rw] mcpserverdatadog
|
|
4086
|
+
# Datadog MCP server integration configuration.
|
|
4087
|
+
# @return [Types::MCPServerDatadogConfiguration]
|
|
4088
|
+
#
|
|
4089
|
+
# @!attribute [rw] mcpserver
|
|
4090
|
+
# MCP (Model Context Protocol) server integration configuration.
|
|
4091
|
+
# @return [Types::MCPServerConfiguration]
|
|
4092
|
+
#
|
|
4088
4093
|
# @!attribute [rw] gitlab
|
|
4089
4094
|
# GitLab project integration configuration.
|
|
4090
4095
|
# @return [Types::GitLabConfiguration]
|
|
4091
4096
|
#
|
|
4097
|
+
# @!attribute [rw] mcpserversplunk
|
|
4098
|
+
# Splunk MCP server integration configuration.
|
|
4099
|
+
# @return [Types::MCPServerSplunkConfiguration]
|
|
4100
|
+
#
|
|
4092
4101
|
# @!attribute [rw] event_channel
|
|
4093
4102
|
# Event Channel instance integration configuration.
|
|
4094
4103
|
# @return [Types::EventChannelConfiguration]
|
|
@@ -4119,7 +4128,10 @@ module Aws::DevOpsAgent
|
|
|
4119
4128
|
:dynatrace,
|
|
4120
4129
|
:servicenow,
|
|
4121
4130
|
:mcpservernewrelic,
|
|
4131
|
+
:mcpserverdatadog,
|
|
4132
|
+
:mcpserver,
|
|
4122
4133
|
:gitlab,
|
|
4134
|
+
:mcpserversplunk,
|
|
4123
4135
|
:event_channel,
|
|
4124
4136
|
:azure,
|
|
4125
4137
|
:azuredevops,
|
|
@@ -4137,7 +4149,10 @@ module Aws::DevOpsAgent
|
|
|
4137
4149
|
class Dynatrace < ServiceConfiguration; end
|
|
4138
4150
|
class Servicenow < ServiceConfiguration; end
|
|
4139
4151
|
class Mcpservernewrelic < ServiceConfiguration; end
|
|
4152
|
+
class Mcpserverdatadog < ServiceConfiguration; end
|
|
4153
|
+
class Mcpserver < ServiceConfiguration; end
|
|
4140
4154
|
class Gitlab < ServiceConfiguration; end
|
|
4155
|
+
class Mcpserversplunk < ServiceConfiguration; end
|
|
4141
4156
|
class EventChannel < ServiceConfiguration; end
|
|
4142
4157
|
class Azure < ServiceConfiguration; end
|
|
4143
4158
|
class Azuredevops < ServiceConfiguration; end
|
data/lib/aws-sdk-devopsagent.rb
CHANGED
|
@@ -23,7 +23,7 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:devopsagent)
|
|
|
23
23
|
# structure.
|
|
24
24
|
#
|
|
25
25
|
# dev_ops_agent = Aws::DevOpsAgent::Client.new
|
|
26
|
-
# resp = dev_ops_agent.
|
|
26
|
+
# resp = dev_ops_agent.associate_service(params)
|
|
27
27
|
#
|
|
28
28
|
# See {Client} for more information.
|
|
29
29
|
#
|
|
@@ -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.
|
|
58
|
+
GEM_VERSION = '1.3.0'
|
|
59
59
|
|
|
60
60
|
end
|
|
61
61
|
|
data/sig/client.rbs
CHANGED
|
@@ -81,18 +81,6 @@ module Aws
|
|
|
81
81
|
| (?Hash[Symbol, untyped]) -> instance
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
interface _AllowVendedLogDeliveryForResourceResponseSuccess
|
|
85
|
-
include ::Seahorse::Client::_ResponseSuccess[Types::AllowVendedLogDeliveryForResourceOutput]
|
|
86
|
-
def message: () -> ::String
|
|
87
|
-
end
|
|
88
|
-
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#allow_vended_log_delivery_for_resource-instance_method
|
|
89
|
-
def allow_vended_log_delivery_for_resource: (
|
|
90
|
-
resource_arn_being_authorized: ::String,
|
|
91
|
-
delivery_source_arn: ::String,
|
|
92
|
-
?log_type: ::String
|
|
93
|
-
) -> _AllowVendedLogDeliveryForResourceResponseSuccess
|
|
94
|
-
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllowVendedLogDeliveryForResourceResponseSuccess
|
|
95
|
-
|
|
96
84
|
interface _AssociateServiceResponseSuccess
|
|
97
85
|
include ::Seahorse::Client::_ResponseSuccess[Types::AssociateServiceOutput]
|
|
98
86
|
def association: () -> Types::Association
|
|
@@ -147,11 +135,18 @@ module Aws
|
|
|
147
135
|
account_id: ::String,
|
|
148
136
|
endpoint: ::String
|
|
149
137
|
}?,
|
|
138
|
+
mcpserverdatadog: {
|
|
139
|
+
}?,
|
|
140
|
+
mcpserver: {
|
|
141
|
+
tools: Array[::String]
|
|
142
|
+
}?,
|
|
150
143
|
gitlab: {
|
|
151
144
|
project_id: ::String,
|
|
152
145
|
project_path: ::String,
|
|
153
146
|
instance_identifier: ::String?
|
|
154
147
|
}?,
|
|
148
|
+
mcpserversplunk: {
|
|
149
|
+
}?,
|
|
155
150
|
event_channel: {
|
|
156
151
|
}?,
|
|
157
152
|
azure: {
|
|
@@ -221,7 +216,7 @@ module Aws
|
|
|
221
216
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#create_chat-instance_method
|
|
222
217
|
def create_chat: (
|
|
223
218
|
agent_space_id: ::String,
|
|
224
|
-
user_id: ::String,
|
|
219
|
+
?user_id: ::String,
|
|
225
220
|
?user_type: ("IAM" | "IDC" | "IDP")
|
|
226
221
|
) -> _CreateChatResponseSuccess
|
|
227
222
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChatResponseSuccess
|
|
@@ -484,7 +479,7 @@ module Aws
|
|
|
484
479
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_chats-instance_method
|
|
485
480
|
def list_chats: (
|
|
486
481
|
agent_space_id: ::String,
|
|
487
|
-
user_id: ::String,
|
|
482
|
+
?user_id: ::String,
|
|
488
483
|
?max_results: ::Integer,
|
|
489
484
|
?next_token: ::String
|
|
490
485
|
) -> _ListChatsResponseSuccess
|
|
@@ -829,7 +824,7 @@ module Aws
|
|
|
829
824
|
last_message: ::String?,
|
|
830
825
|
user_action_response: ::String?
|
|
831
826
|
},
|
|
832
|
-
user_id: ::String
|
|
827
|
+
?user_id: ::String
|
|
833
828
|
) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
|
|
834
829
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
|
|
835
830
|
|
|
@@ -920,11 +915,18 @@ module Aws
|
|
|
920
915
|
account_id: ::String,
|
|
921
916
|
endpoint: ::String
|
|
922
917
|
}?,
|
|
918
|
+
mcpserverdatadog: {
|
|
919
|
+
}?,
|
|
920
|
+
mcpserver: {
|
|
921
|
+
tools: Array[::String]
|
|
922
|
+
}?,
|
|
923
923
|
gitlab: {
|
|
924
924
|
project_id: ::String,
|
|
925
925
|
project_path: ::String,
|
|
926
926
|
instance_identifier: ::String?
|
|
927
927
|
}?,
|
|
928
|
+
mcpserversplunk: {
|
|
929
|
+
}?,
|
|
928
930
|
event_channel: {
|
|
929
931
|
}?,
|
|
930
932
|
azure: {
|
data/sig/types.rbs
CHANGED
|
@@ -86,18 +86,6 @@ module Aws::DevOpsAgent
|
|
|
86
86
|
SENSITIVE: [:description]
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
class AllowVendedLogDeliveryForResourceInput
|
|
90
|
-
attr_accessor resource_arn_being_authorized: ::String
|
|
91
|
-
attr_accessor delivery_source_arn: ::String
|
|
92
|
-
attr_accessor log_type: ::String
|
|
93
|
-
SENSITIVE: []
|
|
94
|
-
end
|
|
95
|
-
|
|
96
|
-
class AllowVendedLogDeliveryForResourceOutput
|
|
97
|
-
attr_accessor message: ::String
|
|
98
|
-
SENSITIVE: []
|
|
99
|
-
end
|
|
100
|
-
|
|
101
89
|
class AssistantMessageBlock
|
|
102
90
|
attr_accessor text: ::String
|
|
103
91
|
attr_accessor tool_use: untyped
|
|
@@ -807,6 +795,14 @@ module Aws::DevOpsAgent
|
|
|
807
795
|
SENSITIVE: [:token_value]
|
|
808
796
|
end
|
|
809
797
|
|
|
798
|
+
class MCPServerConfiguration
|
|
799
|
+
attr_accessor tools: ::Array[::String]
|
|
800
|
+
SENSITIVE: []
|
|
801
|
+
end
|
|
802
|
+
|
|
803
|
+
class MCPServerDatadogConfiguration < Aws::EmptyStructure
|
|
804
|
+
end
|
|
805
|
+
|
|
810
806
|
class MCPServerDetails
|
|
811
807
|
attr_accessor name: ::String
|
|
812
808
|
attr_accessor endpoint: ::String
|
|
@@ -851,6 +847,9 @@ module Aws::DevOpsAgent
|
|
|
851
847
|
SENSITIVE: [:client_id, :client_secret]
|
|
852
848
|
end
|
|
853
849
|
|
|
850
|
+
class MCPServerSplunkConfiguration < Aws::EmptyStructure
|
|
851
|
+
end
|
|
852
|
+
|
|
854
853
|
class Message
|
|
855
854
|
attr_accessor user_message: ::Array[Types::UserMessageBlock]
|
|
856
855
|
attr_accessor assistant_message: ::Array[Types::AssistantMessageBlock]
|
|
@@ -1236,7 +1235,10 @@ module Aws::DevOpsAgent
|
|
|
1236
1235
|
attr_accessor dynatrace: Types::DynatraceConfiguration
|
|
1237
1236
|
attr_accessor servicenow: Types::ServiceNowConfiguration
|
|
1238
1237
|
attr_accessor mcpservernewrelic: Types::MCPServerNewRelicConfiguration
|
|
1238
|
+
attr_accessor mcpserverdatadog: Types::MCPServerDatadogConfiguration
|
|
1239
|
+
attr_accessor mcpserver: Types::MCPServerConfiguration
|
|
1239
1240
|
attr_accessor gitlab: Types::GitLabConfiguration
|
|
1241
|
+
attr_accessor mcpserversplunk: Types::MCPServerSplunkConfiguration
|
|
1240
1242
|
attr_accessor event_channel: Types::EventChannelConfiguration
|
|
1241
1243
|
attr_accessor azure: Types::AzureConfiguration
|
|
1242
1244
|
attr_accessor azuredevops: Types::AzureDevOpsConfiguration
|
|
@@ -1259,8 +1261,14 @@ module Aws::DevOpsAgent
|
|
|
1259
1261
|
end
|
|
1260
1262
|
class Mcpservernewrelic < ServiceConfiguration
|
|
1261
1263
|
end
|
|
1264
|
+
class Mcpserverdatadog < ServiceConfiguration
|
|
1265
|
+
end
|
|
1266
|
+
class Mcpserver < ServiceConfiguration
|
|
1267
|
+
end
|
|
1262
1268
|
class Gitlab < ServiceConfiguration
|
|
1263
1269
|
end
|
|
1270
|
+
class Mcpserversplunk < ServiceConfiguration
|
|
1271
|
+
end
|
|
1264
1272
|
class EventChannel < ServiceConfiguration
|
|
1265
1273
|
end
|
|
1266
1274
|
class Azure < ServiceConfiguration
|