aws-sdk-devopsagent 1.0.0 → 1.1.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
  #
@@ -3011,122 +2837,6 @@ module Aws::DevOpsAgent
3011
2837
  include Aws::Structure
3012
2838
  end
3013
2839
 
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]
3116
- #
3117
- # @!attribute [rw] ops_sre_target
3118
- # Destination for SRE Agent (Ops1.5)
3119
- # @return [Types::MSTeamsChannel]
3120
- #
3121
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/MSTeamsTransmissionTarget AWS API Documentation
3122
- #
3123
- class MSTeamsTransmissionTarget < Struct.new(
3124
- :ops_oncall_target,
3125
- :ops_sre_target)
3126
- SENSITIVE = []
3127
- include Aws::Structure
3128
- end
3129
-
3130
2840
  # A message in a conversation, either from the user or the assistant.
3131
2841
  #
3132
2842
  # @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.
@@ -3817,45 +3527,6 @@ module Aws::DevOpsAgent
3817
3527
  include Aws::Structure
3818
3528
  end
3819
3529
 
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
3530
  # Details specific to a registered NewRelic instance.
3860
3531
  #
3861
3532
  # @!attribute [rw] account_id
@@ -4438,10 +4109,6 @@ module Aws::DevOpsAgent
4438
4109
  # PagerDuty integration configuration
4439
4110
  # @return [Types::PagerDutyConfiguration]
4440
4111
  #
4441
- # @!attribute [rw] msteams
4442
- # MS Teams integration configuration
4443
- # @return [Types::MSTeamsConfiguration]
4444
- #
4445
4112
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ServiceConfiguration AWS API Documentation
4446
4113
  #
4447
4114
  class ServiceConfiguration < Struct.new(
@@ -4458,7 +4125,6 @@ module Aws::DevOpsAgent
4458
4125
  :azuredevops,
4459
4126
  :mcpservergrafana,
4460
4127
  :pagerduty,
4461
- :msteams,
4462
4128
  :unknown)
4463
4129
  SENSITIVE = []
4464
4130
  include Aws::Structure
@@ -4477,7 +4143,6 @@ module Aws::DevOpsAgent
4477
4143
  class Azuredevops < ServiceConfiguration; end
4478
4144
  class Mcpservergrafana < ServiceConfiguration; end
4479
4145
  class Pagerduty < ServiceConfiguration; end
4480
- class Msteams < ServiceConfiguration; end
4481
4146
  class Unknown < ServiceConfiguration; end
4482
4147
  end
4483
4148
 
@@ -4531,10 +4196,6 @@ module Aws::DevOpsAgent
4531
4196
  # service details.
4532
4197
  # @return [Types::RegisteredAzureIdentityDetails]
4533
4198
  #
4534
- # @!attribute [rw] mcpserversigv4
4535
- # SigV4-authenticated MCP server-specific service details.
4536
- # @return [Types::MCPServerSigV4ServiceDetails]
4537
- #
4538
4199
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ServiceDetails AWS API Documentation
4539
4200
  #
4540
4201
  class ServiceDetails < Struct.new(
@@ -4549,7 +4210,6 @@ module Aws::DevOpsAgent
4549
4210
  :mcpservergrafana,
4550
4211
  :pagerduty,
4551
4212
  :azureidentity,
4552
- :mcpserversigv4,
4553
4213
  :unknown)
4554
4214
  SENSITIVE = []
4555
4215
  include Aws::Structure
@@ -4566,7 +4226,6 @@ module Aws::DevOpsAgent
4566
4226
  class Mcpservergrafana < ServiceDetails; end
4567
4227
  class Pagerduty < ServiceDetails; end
4568
4228
  class Azureidentity < ServiceDetails; end
4569
- class Mcpserversigv4 < ServiceDetails; end
4570
4229
  class Unknown < ServiceDetails; end
4571
4230
  end
4572
4231
 
@@ -4817,25 +4476,6 @@ module Aws::DevOpsAgent
4817
4476
  include Aws::Structure
4818
4477
  end
4819
4478
 
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
4479
  # @!attribute [rw] resource_arn
4840
4480
  # The ARN of the resource to tag.
4841
4481
  # @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.1.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -170,20 +170,6 @@ module Aws
170
170
  pagerduty: {
171
171
  services: Array[::String],
172
172
  customer_email: ::String
173
- }?,
174
- msteams: {
175
- team_id: ::String,
176
- team_name: ::String,
177
- transmission_target: {
178
- ops_oncall_target: {
179
- channel_name: ::String,
180
- channel_id: ::String
181
- }?,
182
- ops_sre_target: {
183
- channel_name: ::String,
184
- channel_id: ::String
185
- }?
186
- }
187
173
  }?
188
174
  }
189
175
  ) -> _AssociateServiceResponseSuccess
@@ -322,19 +308,6 @@ module Aws
322
308
  ) -> _DescribePrivateConnectionResponseSuccess
323
309
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePrivateConnectionResponseSuccess
324
310
 
325
- interface _DescribeSupportLevelResponseSuccess
326
- include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSupportLevelResponse]
327
- def support_level: () -> Types::SupportLevel
328
- def mosaic_support_level: () -> Types::SupportLevel
329
- def active_subscription: () -> bool
330
- end
331
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#describe_support_level-instance_method
332
- def describe_support_level: (
333
- agent_space_id: ::String,
334
- task_id: ::String
335
- ) -> _DescribeSupportLevelResponseSuccess
336
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSupportLevelResponseSuccess
337
-
338
311
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#disable_operator_app-instance_method
339
312
  def disable_operator_app: (
340
313
  agent_space_id: ::String,
@@ -372,27 +345,12 @@ module Aws
372
345
  ) -> _EnableOperatorAppResponseSuccess
373
346
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableOperatorAppResponseSuccess
374
347
 
375
- interface _EndChatForCaseResponseSuccess
376
- include ::Seahorse::Client::_ResponseSuccess[Types::EndChatForCaseResponse]
377
- def is_disconnected: () -> bool
378
- def execution_id: () -> ::String
379
- def error_message: () -> ::String
380
- end
381
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#end_chat_for_case-instance_method
382
- def end_chat_for_case: (
383
- agent_space_id: ::String,
384
- task_id: ::String,
385
- ?reason: ::String,
386
- ?requester: ::String,
387
- ?client_token: ::String
388
- ) -> _EndChatForCaseResponseSuccess
389
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EndChatForCaseResponseSuccess
390
-
391
348
  interface _GetAccountUsageResponseSuccess
392
349
  include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountUsageOutput]
393
350
  def monthly_account_investigation_hours: () -> Types::UsageMetric
394
351
  def monthly_account_evaluation_hours: () -> Types::UsageMetric
395
352
  def monthly_account_system_learning_hours: () -> Types::UsageMetric
353
+ def monthly_account_on_demand_hours: () -> Types::UsageMetric
396
354
  def usage_period_start_time: () -> ::Time
397
355
  def usage_period_end_time: () -> ::Time
398
356
  end
@@ -469,18 +427,6 @@ module Aws
469
427
  ) -> _GetServiceResponseSuccess
470
428
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceResponseSuccess
471
429
 
472
- interface _InitiateChatForCaseResponseSuccess
473
- include ::Seahorse::Client::_ResponseSuccess[Types::InitiateChatForCaseResponse]
474
- def chat_participant_connection: () -> Types::ChatParticipantConnection
475
- end
476
- # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#initiate_chat_for_case-instance_method
477
- def initiate_chat_for_case: (
478
- agent_space_id: ::String,
479
- task_id: ::String,
480
- ?client_token: ::String
481
- ) -> _InitiateChatForCaseResponseSuccess
482
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InitiateChatForCaseResponseSuccess
483
-
484
430
  interface _ListAgentSpacesResponseSuccess
485
431
  include ::Seahorse::Client::_ResponseSuccess[Types::ListAgentSpacesOutput]
486
432
  def next_token: () -> ::String
@@ -638,7 +584,7 @@ module Aws
638
584
  def list_services: (
639
585
  ?max_results: ::Integer,
640
586
  ?next_token: ::String,
641
- ?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
587
+ ?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
642
588
  ) -> _ListServicesResponseSuccess
643
589
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
644
590
 
@@ -672,7 +618,7 @@ module Aws
672
618
  end
673
619
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#register_service-instance_method
674
620
  def register_service: (
675
- service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4"),
621
+ service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity"),
676
622
  service_details: {
677
623
  dynatrace: {
678
624
  account_urn: ::String,
@@ -860,16 +806,6 @@ module Aws
860
806
  client_id: ::String,
861
807
  web_identity_role_arn: ::String,
862
808
  web_identity_token_audiences: Array[::String]
863
- }?,
864
- mcpserversigv4: {
865
- name: ::String,
866
- endpoint: ::String,
867
- description: ::String?,
868
- authorization_config: {
869
- region: ::String,
870
- service: ::String,
871
- role_arn: ::String
872
- }
873
809
  }?
874
810
  },
875
811
  ?kms_key_arn: ::String,
@@ -1007,20 +943,6 @@ module Aws
1007
943
  pagerduty: {
1008
944
  services: Array[::String],
1009
945
  customer_email: ::String
1010
- }?,
1011
- msteams: {
1012
- team_id: ::String,
1013
- team_name: ::String,
1014
- transmission_target: {
1015
- ops_oncall_target: {
1016
- channel_name: ::String,
1017
- channel_id: ::String
1018
- }?,
1019
- ops_sre_target: {
1020
- channel_name: ::String,
1021
- channel_id: ::String
1022
- }?
1023
- }
1024
946
  }?
1025
947
  }
1026
948
  ) -> _UpdateAssociationResponseSuccess