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.
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: {
@@ -170,20 +177,6 @@ module Aws
170
177
  pagerduty: {
171
178
  services: Array[::String],
172
179
  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
180
  }?
188
181
  }
189
182
  ) -> _AssociateServiceResponseSuccess
@@ -322,19 +315,6 @@ module Aws
322
315
  ) -> _DescribePrivateConnectionResponseSuccess
323
316
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePrivateConnectionResponseSuccess
324
317
 
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
318
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#disable_operator_app-instance_method
339
319
  def disable_operator_app: (
340
320
  agent_space_id: ::String,
@@ -372,27 +352,12 @@ module Aws
372
352
  ) -> _EnableOperatorAppResponseSuccess
373
353
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableOperatorAppResponseSuccess
374
354
 
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
355
  interface _GetAccountUsageResponseSuccess
392
356
  include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountUsageOutput]
393
357
  def monthly_account_investigation_hours: () -> Types::UsageMetric
394
358
  def monthly_account_evaluation_hours: () -> Types::UsageMetric
395
359
  def monthly_account_system_learning_hours: () -> Types::UsageMetric
360
+ def monthly_account_on_demand_hours: () -> Types::UsageMetric
396
361
  def usage_period_start_time: () -> ::Time
397
362
  def usage_period_end_time: () -> ::Time
398
363
  end
@@ -469,18 +434,6 @@ module Aws
469
434
  ) -> _GetServiceResponseSuccess
470
435
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceResponseSuccess
471
436
 
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
437
  interface _ListAgentSpacesResponseSuccess
485
438
  include ::Seahorse::Client::_ResponseSuccess[Types::ListAgentSpacesOutput]
486
439
  def next_token: () -> ::String
@@ -638,7 +591,7 @@ module Aws
638
591
  def list_services: (
639
592
  ?max_results: ::Integer,
640
593
  ?next_token: ::String,
641
- ?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
594
+ ?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
642
595
  ) -> _ListServicesResponseSuccess
643
596
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
644
597
 
@@ -672,7 +625,7 @@ module Aws
672
625
  end
673
626
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#register_service-instance_method
674
627
  def register_service: (
675
- service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4"),
628
+ service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity"),
676
629
  service_details: {
677
630
  dynatrace: {
678
631
  account_urn: ::String,
@@ -860,16 +813,6 @@ module Aws
860
813
  client_id: ::String,
861
814
  web_identity_role_arn: ::String,
862
815
  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
816
  }?
874
817
  },
875
818
  ?kms_key_arn: ::String,
@@ -984,11 +927,18 @@ module Aws
984
927
  account_id: ::String,
985
928
  endpoint: ::String
986
929
  }?,
930
+ mcpserverdatadog: {
931
+ }?,
932
+ mcpserver: {
933
+ tools: Array[::String]
934
+ }?,
987
935
  gitlab: {
988
936
  project_id: ::String,
989
937
  project_path: ::String,
990
938
  instance_identifier: ::String?
991
939
  }?,
940
+ mcpserversplunk: {
941
+ }?,
992
942
  event_channel: {
993
943
  }?,
994
944
  azure: {
@@ -1007,20 +957,6 @@ module Aws
1007
957
  pagerduty: {
1008
958
  services: Array[::String],
1009
959
  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
960
  }?
1025
961
  }
1026
962
  ) -> _UpdateAssociationResponseSuccess
data/sig/types.rbs CHANGED
@@ -33,7 +33,6 @@ module Aws::DevOpsAgent
33
33
  attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
34
34
  attr_accessor mcpservergrafana: Types::RegisteredGrafanaServerDetails
35
35
  attr_accessor pagerduty: Types::RegisteredPagerDutyDetails
36
- attr_accessor mcpserversigv4: Types::RegisteredMCPServerSigV4Details
37
36
  attr_accessor unknown: untyped
38
37
  SENSITIVE: []
39
38
 
@@ -61,8 +60,6 @@ module Aws::DevOpsAgent
61
60
  end
62
61
  class Pagerduty < AdditionalServiceDetails
63
62
  end
64
- class Mcpserversigv4 < AdditionalServiceDetails
65
- end
66
63
  class Unknown < AdditionalServiceDetails
67
64
  end
68
65
  end
@@ -159,13 +156,6 @@ module Aws::DevOpsAgent
159
156
  SENSITIVE: []
160
157
  end
161
158
 
162
- class ChatParticipantConnection
163
- attr_accessor initial_contact_id: ::String
164
- attr_accessor participant_id: ::String
165
- attr_accessor participant_token: ::String
166
- SENSITIVE: []
167
- end
168
-
169
159
  class ConflictException
170
160
  attr_accessor message: ::String
171
161
  SENSITIVE: []
@@ -305,19 +295,6 @@ module Aws::DevOpsAgent
305
295
  SENSITIVE: []
306
296
  end
307
297
 
308
- class DescribeSupportLevelRequest
309
- attr_accessor agent_space_id: ::String
310
- attr_accessor task_id: ::String
311
- SENSITIVE: []
312
- end
313
-
314
- class DescribeSupportLevelResponse
315
- attr_accessor support_level: Types::SupportLevel
316
- attr_accessor mosaic_support_level: Types::SupportLevel
317
- attr_accessor active_subscription: bool
318
- SENSITIVE: []
319
- end
320
-
321
298
  class DisableOperatorAppInput
322
299
  attr_accessor agent_space_id: ::String
323
300
  attr_accessor auth_flow: ("iam" | "idc" | "idp")
@@ -384,22 +361,6 @@ module Aws::DevOpsAgent
384
361
  SENSITIVE: []
385
362
  end
386
363
 
387
- class EndChatForCaseRequest
388
- attr_accessor agent_space_id: ::String
389
- attr_accessor task_id: ::String
390
- attr_accessor reason: ::String
391
- attr_accessor requester: ::String
392
- attr_accessor client_token: ::String
393
- SENSITIVE: []
394
- end
395
-
396
- class EndChatForCaseResponse
397
- attr_accessor is_disconnected: bool
398
- attr_accessor execution_id: ::String
399
- attr_accessor error_message: ::String
400
- SENSITIVE: []
401
- end
402
-
403
364
  class EventChannelConfiguration < Aws::EmptyStructure
404
365
  end
405
366
 
@@ -437,6 +398,7 @@ module Aws::DevOpsAgent
437
398
  attr_accessor monthly_account_investigation_hours: Types::UsageMetric
438
399
  attr_accessor monthly_account_evaluation_hours: Types::UsageMetric
439
400
  attr_accessor monthly_account_system_learning_hours: Types::UsageMetric
401
+ attr_accessor monthly_account_on_demand_hours: Types::UsageMetric
440
402
  attr_accessor usage_period_start_time: ::Time
441
403
  attr_accessor usage_period_end_time: ::Time
442
404
  SENSITIVE: []
@@ -608,18 +570,6 @@ module Aws::DevOpsAgent
608
570
  SENSITIVE: []
609
571
  end
610
572
 
611
- class InitiateChatForCaseRequest
612
- attr_accessor agent_space_id: ::String
613
- attr_accessor task_id: ::String
614
- attr_accessor client_token: ::String
615
- SENSITIVE: []
616
- end
617
-
618
- class InitiateChatForCaseResponse
619
- attr_accessor chat_participant_connection: Types::ChatParticipantConnection
620
- SENSITIVE: []
621
- end
622
-
623
573
  class InternalServerException
624
574
  attr_accessor message: ::String
625
575
  SENSITIVE: []
@@ -784,7 +734,7 @@ module Aws::DevOpsAgent
784
734
  class ListServicesInput
785
735
  attr_accessor max_results: ::Integer
786
736
  attr_accessor next_token: ::String
787
- attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
737
+ attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
788
738
  SENSITIVE: []
789
739
  end
790
740
 
@@ -857,6 +807,14 @@ module Aws::DevOpsAgent
857
807
  SENSITIVE: [:token_value]
858
808
  end
859
809
 
810
+ class MCPServerConfiguration
811
+ attr_accessor tools: ::Array[::String]
812
+ SENSITIVE: []
813
+ end
814
+
815
+ class MCPServerDatadogConfiguration < Aws::EmptyStructure
816
+ end
817
+
860
818
  class MCPServerDetails
861
819
  attr_accessor name: ::String
862
820
  attr_accessor endpoint: ::String
@@ -901,38 +859,7 @@ module Aws::DevOpsAgent
901
859
  SENSITIVE: [:client_id, :client_secret]
902
860
  end
903
861
 
904
- class MCPServerSigV4AuthorizationConfig
905
- attr_accessor region: ::String
906
- attr_accessor service: ::String
907
- attr_accessor role_arn: ::String
908
- SENSITIVE: []
909
- end
910
-
911
- class MCPServerSigV4ServiceDetails
912
- attr_accessor name: ::String
913
- attr_accessor endpoint: ::String
914
- attr_accessor description: ::String
915
- attr_accessor authorization_config: Types::MCPServerSigV4AuthorizationConfig
916
- SENSITIVE: [:description]
917
- end
918
-
919
- class MSTeamsChannel
920
- attr_accessor channel_name: ::String
921
- attr_accessor channel_id: ::String
922
- SENSITIVE: []
923
- end
924
-
925
- class MSTeamsConfiguration
926
- attr_accessor team_id: ::String
927
- attr_accessor team_name: ::String
928
- attr_accessor transmission_target: Types::MSTeamsTransmissionTarget
929
- SENSITIVE: []
930
- end
931
-
932
- class MSTeamsTransmissionTarget
933
- attr_accessor ops_oncall_target: Types::MSTeamsChannel
934
- attr_accessor ops_sre_target: Types::MSTeamsChannel
935
- SENSITIVE: []
862
+ class MCPServerSplunkConfiguration < Aws::EmptyStructure
936
863
  end
937
864
 
938
865
  class Message
@@ -1085,7 +1012,7 @@ module Aws::DevOpsAgent
1085
1012
  end
1086
1013
 
1087
1014
  class RegisterServiceInput
1088
- attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
1015
+ attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1089
1016
  attr_accessor service_details: Types::ServiceDetails
1090
1017
  attr_accessor kms_key_arn: ::String
1091
1018
  attr_accessor private_connection_name: ::String
@@ -1144,16 +1071,6 @@ module Aws::DevOpsAgent
1144
1071
  SENSITIVE: [:description]
1145
1072
  end
1146
1073
 
1147
- class RegisteredMCPServerSigV4Details
1148
- attr_accessor name: ::String
1149
- attr_accessor endpoint: ::String
1150
- attr_accessor description: ::String
1151
- attr_accessor region: ::String
1152
- attr_accessor service: ::String
1153
- attr_accessor role_arn: ::String
1154
- SENSITIVE: [:description]
1155
- end
1156
-
1157
1074
  class RegisteredNewRelicDetails
1158
1075
  attr_accessor account_id: ::String
1159
1076
  attr_accessor region: ("US" | "EU")
@@ -1168,7 +1085,7 @@ module Aws::DevOpsAgent
1168
1085
 
1169
1086
  class RegisteredService
1170
1087
  attr_accessor service_id: ::String
1171
- attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
1088
+ attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1172
1089
  attr_accessor name: ::String
1173
1090
  attr_accessor accessible_resources: ::Array[untyped]
1174
1091
  attr_accessor additional_service_details: Types::AdditionalServiceDetails
@@ -1330,13 +1247,15 @@ module Aws::DevOpsAgent
1330
1247
  attr_accessor dynatrace: Types::DynatraceConfiguration
1331
1248
  attr_accessor servicenow: Types::ServiceNowConfiguration
1332
1249
  attr_accessor mcpservernewrelic: Types::MCPServerNewRelicConfiguration
1250
+ attr_accessor mcpserverdatadog: Types::MCPServerDatadogConfiguration
1251
+ attr_accessor mcpserver: Types::MCPServerConfiguration
1333
1252
  attr_accessor gitlab: Types::GitLabConfiguration
1253
+ attr_accessor mcpserversplunk: Types::MCPServerSplunkConfiguration
1334
1254
  attr_accessor event_channel: Types::EventChannelConfiguration
1335
1255
  attr_accessor azure: Types::AzureConfiguration
1336
1256
  attr_accessor azuredevops: Types::AzureDevOpsConfiguration
1337
1257
  attr_accessor mcpservergrafana: Types::MCPServerGrafanaConfiguration
1338
1258
  attr_accessor pagerduty: Types::PagerDutyConfiguration
1339
- attr_accessor msteams: Types::MSTeamsConfiguration
1340
1259
  attr_accessor unknown: untyped
1341
1260
  SENSITIVE: []
1342
1261
 
@@ -1354,8 +1273,14 @@ module Aws::DevOpsAgent
1354
1273
  end
1355
1274
  class Mcpservernewrelic < ServiceConfiguration
1356
1275
  end
1276
+ class Mcpserverdatadog < ServiceConfiguration
1277
+ end
1278
+ class Mcpserver < ServiceConfiguration
1279
+ end
1357
1280
  class Gitlab < ServiceConfiguration
1358
1281
  end
1282
+ class Mcpserversplunk < ServiceConfiguration
1283
+ end
1359
1284
  class EventChannel < ServiceConfiguration
1360
1285
  end
1361
1286
  class Azure < ServiceConfiguration
@@ -1366,8 +1291,6 @@ module Aws::DevOpsAgent
1366
1291
  end
1367
1292
  class Pagerduty < ServiceConfiguration
1368
1293
  end
1369
- class Msteams < ServiceConfiguration
1370
- end
1371
1294
  class Unknown < ServiceConfiguration
1372
1295
  end
1373
1296
  end
@@ -1384,7 +1307,6 @@ module Aws::DevOpsAgent
1384
1307
  attr_accessor mcpservergrafana: Types::GrafanaServiceDetails
1385
1308
  attr_accessor pagerduty: Types::PagerDutyDetails
1386
1309
  attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
1387
- attr_accessor mcpserversigv4: Types::MCPServerSigV4ServiceDetails
1388
1310
  attr_accessor unknown: untyped
1389
1311
  SENSITIVE: []
1390
1312
 
@@ -1410,8 +1332,6 @@ module Aws::DevOpsAgent
1410
1332
  end
1411
1333
  class Azureidentity < ServiceDetails
1412
1334
  end
1413
- class Mcpserversigv4 < ServiceDetails
1414
- end
1415
1335
  class Unknown < ServiceDetails
1416
1336
  end
1417
1337
  end
@@ -1491,12 +1411,6 @@ module Aws::DevOpsAgent
1491
1411
  SENSITIVE: []
1492
1412
  end
1493
1413
 
1494
- class SupportLevel
1495
- attr_accessor code: ::String
1496
- attr_accessor name: ::String
1497
- SENSITIVE: []
1498
- end
1499
-
1500
1414
  class TagResourceRequest
1501
1415
  attr_accessor resource_arn: ::String
1502
1416
  attr_accessor tags: ::Hash[::String, ::String]
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.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services