aws-sdk-devopsagent 1.0.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.
@@ -102,10 +102,6 @@ module Aws::DevOpsAgent
102
102
  # Pagerduty service details.
103
103
  # @return [Types::RegisteredPagerDutyDetails]
104
104
  #
105
- # @!attribute [rw] mcpserversigv4
106
- # SigV4-authenticated MCP server-specific service details.
107
- # @return [Types::RegisteredMCPServerSigV4Details]
108
- #
109
105
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/AdditionalServiceDetails AWS API Documentation
110
106
  #
111
107
  class AdditionalServiceDetails < Struct.new(
@@ -121,7 +117,6 @@ module Aws::DevOpsAgent
121
117
  :azureidentity,
122
118
  :mcpservergrafana,
123
119
  :pagerduty,
124
- :mcpserversigv4,
125
120
  :unknown)
126
121
  SENSITIVE = []
127
122
  include Aws::Structure
@@ -139,7 +134,6 @@ module Aws::DevOpsAgent
139
134
  class Azureidentity < AdditionalServiceDetails; end
140
135
  class Mcpservergrafana < AdditionalServiceDetails; end
141
136
  class Pagerduty < AdditionalServiceDetails; end
142
- class Mcpserversigv4 < AdditionalServiceDetails; end
143
137
  class Unknown < AdditionalServiceDetails; end
144
138
  end
145
139
 
@@ -435,32 +429,6 @@ module Aws::DevOpsAgent
435
429
  include Aws::Structure
436
430
  end
437
431
 
438
- # Represents a chat participant connection with all its properties and
439
- # metadata
440
- #
441
- # @!attribute [rw] initial_contact_id
442
- # The identifier of the contact in this instance of Amazon Connect
443
- # @return [String]
444
- #
445
- # @!attribute [rw] participant_id
446
- # The identifier for a chat participant
447
- # @return [String]
448
- #
449
- # @!attribute [rw] participant_token
450
- # The token used by the chat participant to call
451
- # CreateParticipantConnection
452
- # @return [String]
453
- #
454
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ChatParticipantConnection AWS API Documentation
455
- #
456
- class ChatParticipantConnection < Struct.new(
457
- :initial_contact_id,
458
- :participant_id,
459
- :participant_token)
460
- SENSITIVE = []
461
- include Aws::Structure
462
- end
463
-
464
432
  # The request conflicts with the current state of the resource.
465
433
  #
466
434
  # @!attribute [rw] message
@@ -943,49 +911,6 @@ module Aws::DevOpsAgent
943
911
  include Aws::Structure
944
912
  end
945
913
 
946
- # Request structure for desribing support level for an account
947
- #
948
- # @!attribute [rw] agent_space_id
949
- # The unique identifier for the agent space containing the task
950
- # @return [String]
951
- #
952
- # @!attribute [rw] task_id
953
- # The unique identifier for this task
954
- # @return [String]
955
- #
956
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/DescribeSupportLevelRequest AWS API Documentation
957
- #
958
- class DescribeSupportLevelRequest < Struct.new(
959
- :agent_space_id,
960
- :task_id)
961
- SENSITIVE = []
962
- include Aws::Structure
963
- end
964
-
965
- # Response structure containing detailed support level for an account
966
- #
967
- # @!attribute [rw] support_level
968
- # The account's support level
969
- # @return [Types::SupportLevel]
970
- #
971
- # @!attribute [rw] mosaic_support_level
972
- # The account's Mosaic equivalent support level
973
- # @return [Types::SupportLevel]
974
- #
975
- # @!attribute [rw] active_subscription
976
- # Whether or not the account's subscription is active
977
- # @return [Boolean]
978
- #
979
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/DescribeSupportLevelResponse AWS API Documentation
980
- #
981
- class DescribeSupportLevelResponse < Struct.new(
982
- :support_level,
983
- :mosaic_support_level,
984
- :active_subscription)
985
- SENSITIVE = []
986
- include Aws::Structure
987
- end
988
-
989
914
  # Input for disabling the Operator App for an AgentSpace.
990
915
  #
991
916
  # @!attribute [rw] agent_space_id
@@ -1201,69 +1126,6 @@ module Aws::DevOpsAgent
1201
1126
  include Aws::Structure
1202
1127
  end
1203
1128
 
1204
- # Request structure for ending a chat session
1205
- #
1206
- # @!attribute [rw] agent_space_id
1207
- # The unique identifier for the agent space containing the task
1208
- # @return [String]
1209
- #
1210
- # @!attribute [rw] task_id
1211
- # The unique identifier for the task execution to end
1212
- # @return [String]
1213
- #
1214
- # @!attribute [rw] reason
1215
- # Reason for ending the chat session (optional, defaults to 'Chat
1216
- # Ended by CloudSmith')
1217
- # @return [String]
1218
- #
1219
- # @!attribute [rw] requester
1220
- # Who initiated the chat end request (optional, defaults to
1221
- # 'CloudSmith')
1222
- # @return [String]
1223
- #
1224
- # @!attribute [rw] client_token
1225
- # Client-provided token for idempotent operations
1226
- #
1227
- # **A suitable default value is auto-generated.** You should normally
1228
- # not need to pass this option.
1229
- # @return [String]
1230
- #
1231
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/EndChatForCaseRequest AWS API Documentation
1232
- #
1233
- class EndChatForCaseRequest < Struct.new(
1234
- :agent_space_id,
1235
- :task_id,
1236
- :reason,
1237
- :requester,
1238
- :client_token)
1239
- SENSITIVE = []
1240
- include Aws::Structure
1241
- end
1242
-
1243
- # Response structure for end chat operation
1244
- #
1245
- # @!attribute [rw] is_disconnected
1246
- # Whether the chat session was successfully ended
1247
- # @return [Boolean]
1248
- #
1249
- # @!attribute [rw] execution_id
1250
- # The execution ID that was ended
1251
- # @return [String]
1252
- #
1253
- # @!attribute [rw] error_message
1254
- # Error message if the disconnect failed
1255
- # @return [String]
1256
- #
1257
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/EndChatForCaseResponse AWS API Documentation
1258
- #
1259
- class EndChatForCaseResponse < Struct.new(
1260
- :is_disconnected,
1261
- :execution_id,
1262
- :error_message)
1263
- SENSITIVE = []
1264
- include Aws::Structure
1265
- end
1266
-
1267
1129
  # Configuration for Event Channel integration.
1268
1130
  #
1269
1131
  # @api private
@@ -1394,6 +1256,10 @@ module Aws::DevOpsAgent
1394
1256
  # Monthly system learning hours usage and limit for an account
1395
1257
  # @return [Types::UsageMetric]
1396
1258
  #
1259
+ # @!attribute [rw] monthly_account_on_demand_hours
1260
+ # Monthly on-demand hours usage and limit for an account
1261
+ # @return [Types::UsageMetric]
1262
+ #
1397
1263
  # @!attribute [rw] usage_period_start_time
1398
1264
  # The start time of the usage tracking period
1399
1265
  # @return [Time]
@@ -1408,6 +1274,7 @@ module Aws::DevOpsAgent
1408
1274
  :monthly_account_investigation_hours,
1409
1275
  :monthly_account_evaluation_hours,
1410
1276
  :monthly_account_system_learning_hours,
1277
+ :monthly_account_on_demand_hours,
1411
1278
  :usage_period_start_time,
1412
1279
  :usage_period_end_time)
1413
1280
  SENSITIVE = []
@@ -1995,47 +1862,6 @@ module Aws::DevOpsAgent
1995
1862
  include Aws::Structure
1996
1863
  end
1997
1864
 
1998
- # Request structure for initiating a chat for support case
1999
- #
2000
- # @!attribute [rw] agent_space_id
2001
- # The unique identifier for the agent space containing the task
2002
- # @return [String]
2003
- #
2004
- # @!attribute [rw] task_id
2005
- # The unique identifier for this task
2006
- # @return [String]
2007
- #
2008
- # @!attribute [rw] client_token
2009
- # Client-provided token for idempotent operations
2010
- #
2011
- # **A suitable default value is auto-generated.** You should normally
2012
- # not need to pass this option.
2013
- # @return [String]
2014
- #
2015
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/InitiateChatForCaseRequest AWS API Documentation
2016
- #
2017
- class InitiateChatForCaseRequest < Struct.new(
2018
- :agent_space_id,
2019
- :task_id,
2020
- :client_token)
2021
- SENSITIVE = []
2022
- include Aws::Structure
2023
- end
2024
-
2025
- # Response structure containing the chat participant connection
2026
- #
2027
- # @!attribute [rw] chat_participant_connection
2028
- # The newly created chat participant connection
2029
- # @return [Types::ChatParticipantConnection]
2030
- #
2031
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/InitiateChatForCaseResponse AWS API Documentation
2032
- #
2033
- class InitiateChatForCaseResponse < Struct.new(
2034
- :chat_participant_connection)
2035
- SENSITIVE = []
2036
- include Aws::Structure
2037
- end
2038
-
2039
1865
  # This exception is thrown when an unexpected error occurs in the
2040
1866
  # processing of a request.
2041
1867
  #
@@ -2839,6 +2665,28 @@ module Aws::DevOpsAgent
2839
2665
  include Aws::Structure
2840
2666
  end
2841
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
+
2842
2690
  # Complete service details for MCP server integration.
2843
2691
  #
2844
2692
  # @!attribute [rw] name
@@ -3011,121 +2859,13 @@ module Aws::DevOpsAgent
3011
2859
  include Aws::Structure
3012
2860
  end
3013
2861
 
3014
- # Authorization configuration for SigV4-authenticated MCP server.
3015
- #
3016
- # @!attribute [rw] region
3017
- # AWS region for SigV4 signing.
3018
- # @return [String]
3019
- #
3020
- # @!attribute [rw] service
3021
- # AWS service name for SigV4 signing.
3022
- # @return [String]
3023
- #
3024
- # @!attribute [rw] role_arn
3025
- # IAM role ARN to assume for SigV4 signing.
3026
- # @return [String]
3027
- #
3028
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerSigV4AuthorizationConfig AWS API Documentation
3029
- #
3030
- class MCPServerSigV4AuthorizationConfig < Struct.new(
3031
- :region,
3032
- :service,
3033
- :role_arn)
3034
- SENSITIVE = []
3035
- include Aws::Structure
3036
- end
3037
-
3038
- # Complete service details for SigV4-authenticated MCP server
3039
- # integration.
3040
- #
3041
- # @!attribute [rw] name
3042
- # MCP server name.
3043
- # @return [String]
3044
- #
3045
- # @!attribute [rw] endpoint
3046
- # MCP server endpoint URL.
3047
- # @return [String]
3048
- #
3049
- # @!attribute [rw] description
3050
- # Optional description for the MCP server.
3051
- # @return [String]
3052
- #
3053
- # @!attribute [rw] authorization_config
3054
- # MCP Server SigV4 authorization configuration.
3055
- # @return [Types::MCPServerSigV4AuthorizationConfig]
3056
- #
3057
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerSigV4ServiceDetails AWS API Documentation
3058
- #
3059
- class MCPServerSigV4ServiceDetails < Struct.new(
3060
- :name,
3061
- :endpoint,
3062
- :description,
3063
- :authorization_config)
3064
- SENSITIVE = [:description]
3065
- include Aws::Structure
3066
- end
3067
-
3068
- # Represents a Teams channel with its ID and name.
3069
- #
3070
- # @!attribute [rw] channel_name
3071
- # MS Teams channel name
3072
- # @return [String]
3073
- #
3074
- # @!attribute [rw] channel_id
3075
- # MS Teams Channel ID
3076
- # @return [String]
3077
- #
3078
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MSTeamsChannel AWS API Documentation
3079
- #
3080
- class MSTeamsChannel < Struct.new(
3081
- :channel_name,
3082
- :channel_id)
3083
- SENSITIVE = []
3084
- include Aws::Structure
3085
- end
3086
-
3087
- # Configuration for MS Teams workspace integration.
3088
- #
3089
- # @!attribute [rw] team_id
3090
- # Associated MS Teams teams ID
3091
- # @return [String]
3092
- #
3093
- # @!attribute [rw] team_name
3094
- # Associated MS Teams team name
3095
- # @return [String]
3096
- #
3097
- # @!attribute [rw] transmission_target
3098
- # Transmission targets for agent notification
3099
- # @return [Types::MSTeamsTransmissionTarget]
3100
- #
3101
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MSTeamsConfiguration AWS API Documentation
3102
- #
3103
- class MSTeamsConfiguration < Struct.new(
3104
- :team_id,
3105
- :team_name,
3106
- :transmission_target)
3107
- SENSITIVE = []
3108
- include Aws::Structure
3109
- end
3110
-
3111
- # Defines MS Teams channels for different types of agent notifications.
3112
- #
3113
- # @!attribute [rw] ops_oncall_target
3114
- # Destination for On-call Agent(Ops1)
3115
- # @return [Types::MSTeamsChannel]
2862
+ # Mixin for webhook update support.
3116
2863
  #
3117
- # @!attribute [rw] ops_sre_target
3118
- # Destination for SRE Agent (Ops1.5)
3119
- # @return [Types::MSTeamsChannel]
2864
+ # @api private
3120
2865
  #
3121
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MSTeamsTransmissionTarget AWS API Documentation
2866
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MCPServerSplunkConfiguration AWS API Documentation
3122
2867
  #
3123
- class MSTeamsTransmissionTarget < Struct.new(
3124
- :ops_oncall_target,
3125
- :ops_sre_target)
3126
- SENSITIVE = []
3127
- include Aws::Structure
3128
- end
2868
+ class MCPServerSplunkConfiguration < Aws::EmptyStructure; end
3129
2869
 
3130
2870
  # A message in a conversation, either from the user or the assistant.
3131
2871
  #
@@ -3817,45 +3557,6 @@ module Aws::DevOpsAgent
3817
3557
  include Aws::Structure
3818
3558
  end
3819
3559
 
3820
- # Details specific to a registered SigV4-authenticated MCP server.
3821
- #
3822
- # @!attribute [rw] name
3823
- # MCP server name.
3824
- # @return [String]
3825
- #
3826
- # @!attribute [rw] endpoint
3827
- # MCP server endpoint URL.
3828
- # @return [String]
3829
- #
3830
- # @!attribute [rw] description
3831
- # Optional description for the MCP server.
3832
- # @return [String]
3833
- #
3834
- # @!attribute [rw] region
3835
- # AWS region for SigV4 signing.
3836
- # @return [String]
3837
- #
3838
- # @!attribute [rw] service
3839
- # AWS service name for SigV4 signing.
3840
- # @return [String]
3841
- #
3842
- # @!attribute [rw] role_arn
3843
- # IAM role ARN to assume for SigV4 signing.
3844
- # @return [String]
3845
- #
3846
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/RegisteredMCPServerSigV4Details AWS API Documentation
3847
- #
3848
- class RegisteredMCPServerSigV4Details < Struct.new(
3849
- :name,
3850
- :endpoint,
3851
- :description,
3852
- :region,
3853
- :service,
3854
- :role_arn)
3855
- SENSITIVE = [:description]
3856
- include Aws::Structure
3857
- end
3858
-
3859
3560
  # Details specific to a registered NewRelic instance.
3860
3561
  #
3861
3562
  # @!attribute [rw] account_id
@@ -3990,7 +3691,7 @@ module Aws::DevOpsAgent
3990
3691
  # Configuration for a self-managed Private Connection.
3991
3692
  #
3992
3693
  # @!attribute [rw] resource_configuration_id
3993
- # The ARN of the Resource Configuration.
3694
+ # The ID or ARN of the resource configuration.
3994
3695
  # @return [String]
3995
3696
  #
3996
3697
  # @!attribute [rw] certificate
@@ -4414,10 +4115,22 @@ module Aws::DevOpsAgent
4414
4115
  # NewRelic instance integration configuration.
4415
4116
  # @return [Types::MCPServerNewRelicConfiguration]
4416
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
+ #
4417
4126
  # @!attribute [rw] gitlab
4418
4127
  # GitLab project integration configuration.
4419
4128
  # @return [Types::GitLabConfiguration]
4420
4129
  #
4130
+ # @!attribute [rw] mcpserversplunk
4131
+ # Splunk MCP server integration configuration.
4132
+ # @return [Types::MCPServerSplunkConfiguration]
4133
+ #
4421
4134
  # @!attribute [rw] event_channel
4422
4135
  # Event Channel instance integration configuration.
4423
4136
  # @return [Types::EventChannelConfiguration]
@@ -4438,10 +4151,6 @@ module Aws::DevOpsAgent
4438
4151
  # PagerDuty integration configuration
4439
4152
  # @return [Types::PagerDutyConfiguration]
4440
4153
  #
4441
- # @!attribute [rw] msteams
4442
- # MS Teams integration configuration
4443
- # @return [Types::MSTeamsConfiguration]
4444
- #
4445
4154
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ServiceConfiguration AWS API Documentation
4446
4155
  #
4447
4156
  class ServiceConfiguration < Struct.new(
@@ -4452,13 +4161,15 @@ module Aws::DevOpsAgent
4452
4161
  :dynatrace,
4453
4162
  :servicenow,
4454
4163
  :mcpservernewrelic,
4164
+ :mcpserverdatadog,
4165
+ :mcpserver,
4455
4166
  :gitlab,
4167
+ :mcpserversplunk,
4456
4168
  :event_channel,
4457
4169
  :azure,
4458
4170
  :azuredevops,
4459
4171
  :mcpservergrafana,
4460
4172
  :pagerduty,
4461
- :msteams,
4462
4173
  :unknown)
4463
4174
  SENSITIVE = []
4464
4175
  include Aws::Structure
@@ -4471,13 +4182,15 @@ module Aws::DevOpsAgent
4471
4182
  class Dynatrace < ServiceConfiguration; end
4472
4183
  class Servicenow < ServiceConfiguration; end
4473
4184
  class Mcpservernewrelic < ServiceConfiguration; end
4185
+ class Mcpserverdatadog < ServiceConfiguration; end
4186
+ class Mcpserver < ServiceConfiguration; end
4474
4187
  class Gitlab < ServiceConfiguration; end
4188
+ class Mcpserversplunk < ServiceConfiguration; end
4475
4189
  class EventChannel < ServiceConfiguration; end
4476
4190
  class Azure < ServiceConfiguration; end
4477
4191
  class Azuredevops < ServiceConfiguration; end
4478
4192
  class Mcpservergrafana < ServiceConfiguration; end
4479
4193
  class Pagerduty < ServiceConfiguration; end
4480
- class Msteams < ServiceConfiguration; end
4481
4194
  class Unknown < ServiceConfiguration; end
4482
4195
  end
4483
4196
 
@@ -4531,10 +4244,6 @@ module Aws::DevOpsAgent
4531
4244
  # service details.
4532
4245
  # @return [Types::RegisteredAzureIdentityDetails]
4533
4246
  #
4534
- # @!attribute [rw] mcpserversigv4
4535
- # SigV4-authenticated MCP server-specific service details.
4536
- # @return [Types::MCPServerSigV4ServiceDetails]
4537
- #
4538
4247
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ServiceDetails AWS API Documentation
4539
4248
  #
4540
4249
  class ServiceDetails < Struct.new(
@@ -4549,7 +4258,6 @@ module Aws::DevOpsAgent
4549
4258
  :mcpservergrafana,
4550
4259
  :pagerduty,
4551
4260
  :azureidentity,
4552
- :mcpserversigv4,
4553
4261
  :unknown)
4554
4262
  SENSITIVE = []
4555
4263
  include Aws::Structure
@@ -4566,7 +4274,6 @@ module Aws::DevOpsAgent
4566
4274
  class Mcpservergrafana < ServiceDetails; end
4567
4275
  class Pagerduty < ServiceDetails; end
4568
4276
  class Azureidentity < ServiceDetails; end
4569
- class Mcpserversigv4 < ServiceDetails; end
4570
4277
  class Unknown < ServiceDetails; end
4571
4278
  end
4572
4279
 
@@ -4817,25 +4524,6 @@ module Aws::DevOpsAgent
4817
4524
  include Aws::Structure
4818
4525
  end
4819
4526
 
4820
- # Represents a support level with all its properties and metadata
4821
- #
4822
- # @!attribute [rw] code
4823
- # The support level code
4824
- # @return [String]
4825
- #
4826
- # @!attribute [rw] name
4827
- # The support level name
4828
- # @return [String]
4829
- #
4830
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/SupportLevel AWS API Documentation
4831
- #
4832
- class SupportLevel < Struct.new(
4833
- :code,
4834
- :name)
4835
- SENSITIVE = []
4836
- include Aws::Structure
4837
- end
4838
-
4839
4527
  # @!attribute [rw] resource_arn
4840
4528
  # The ARN of the resource to tag.
4841
4529
  # @return [String]
@@ -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.0.0'
58
+ GEM_VERSION = '1.2.0'
59
59
 
60
60
  end
61
61