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.
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
 
@@ -901,40 +851,6 @@ module Aws::DevOpsAgent
901
851
  SENSITIVE: [:client_id, :client_secret]
902
852
  end
903
853
 
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: []
936
- end
937
-
938
854
  class Message
939
855
  attr_accessor user_message: ::Array[Types::UserMessageBlock]
940
856
  attr_accessor assistant_message: ::Array[Types::AssistantMessageBlock]
@@ -1085,7 +1001,7 @@ module Aws::DevOpsAgent
1085
1001
  end
1086
1002
 
1087
1003
  class RegisterServiceInput
1088
- attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
1004
+ attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1089
1005
  attr_accessor service_details: Types::ServiceDetails
1090
1006
  attr_accessor kms_key_arn: ::String
1091
1007
  attr_accessor private_connection_name: ::String
@@ -1144,16 +1060,6 @@ module Aws::DevOpsAgent
1144
1060
  SENSITIVE: [:description]
1145
1061
  end
1146
1062
 
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
1063
  class RegisteredNewRelicDetails
1158
1064
  attr_accessor account_id: ::String
1159
1065
  attr_accessor region: ("US" | "EU")
@@ -1168,7 +1074,7 @@ module Aws::DevOpsAgent
1168
1074
 
1169
1075
  class RegisteredService
1170
1076
  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")
1077
+ attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1172
1078
  attr_accessor name: ::String
1173
1079
  attr_accessor accessible_resources: ::Array[untyped]
1174
1080
  attr_accessor additional_service_details: Types::AdditionalServiceDetails
@@ -1336,7 +1242,6 @@ module Aws::DevOpsAgent
1336
1242
  attr_accessor azuredevops: Types::AzureDevOpsConfiguration
1337
1243
  attr_accessor mcpservergrafana: Types::MCPServerGrafanaConfiguration
1338
1244
  attr_accessor pagerduty: Types::PagerDutyConfiguration
1339
- attr_accessor msteams: Types::MSTeamsConfiguration
1340
1245
  attr_accessor unknown: untyped
1341
1246
  SENSITIVE: []
1342
1247
 
@@ -1366,8 +1271,6 @@ module Aws::DevOpsAgent
1366
1271
  end
1367
1272
  class Pagerduty < ServiceConfiguration
1368
1273
  end
1369
- class Msteams < ServiceConfiguration
1370
- end
1371
1274
  class Unknown < ServiceConfiguration
1372
1275
  end
1373
1276
  end
@@ -1384,7 +1287,6 @@ module Aws::DevOpsAgent
1384
1287
  attr_accessor mcpservergrafana: Types::GrafanaServiceDetails
1385
1288
  attr_accessor pagerduty: Types::PagerDutyDetails
1386
1289
  attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
1387
- attr_accessor mcpserversigv4: Types::MCPServerSigV4ServiceDetails
1388
1290
  attr_accessor unknown: untyped
1389
1291
  SENSITIVE: []
1390
1292
 
@@ -1410,8 +1312,6 @@ module Aws::DevOpsAgent
1410
1312
  end
1411
1313
  class Azureidentity < ServiceDetails
1412
1314
  end
1413
- class Mcpserversigv4 < ServiceDetails
1414
- end
1415
1315
  class Unknown < ServiceDetails
1416
1316
  end
1417
1317
  end
@@ -1491,12 +1391,6 @@ module Aws::DevOpsAgent
1491
1391
  SENSITIVE: []
1492
1392
  end
1493
1393
 
1494
- class SupportLevel
1495
- attr_accessor code: ::String
1496
- attr_accessor name: ::String
1497
- SENSITIVE: []
1498
- end
1499
-
1500
1394
  class TagResourceRequest
1501
1395
  attr_accessor resource_arn: ::String
1502
1396
  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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services