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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 435c718bacbb6bba769dbba2781f22c069725ea00d9851b78b1c0fb3161c6d81
4
- data.tar.gz: b3159a44393727f776616e0f306aee4b05ca9d363e038853accdf1fb91982bf2
3
+ metadata.gz: e1938e0ab92efa180897396ab6f69656cbfb355c8171ddc10327b840e98e5909
4
+ data.tar.gz: 565b3fb4fb589c0d84d9a9bd91f5b1bd98f3dc21d5e3ee5efd58f4aa9d8cb554
5
5
  SHA512:
6
- metadata.gz: b40826f97ab89f2fb64c3e957044ebf10c55bdc0bea78cb6d8d5a0933d58125569f10849ae74dba697046aa0dc20a54a87d076ff1ffc13aefcfbeabb82683a49
7
- data.tar.gz: e329fbb8f83db27a885c21b31ce1b18e6954f4f5cd28a827e849832ffa3ee362690ac6c330e93acaf9fc110cfd4296484fdf0a404d83ddaf314af6f5a61d0ecf
6
+ metadata.gz: 909454dff95bfd7c250439cc9c8a21b17098d2509553b1d4fe747100b2722064c9c6d787b72541984ede6e89c35e50e64e5959e9f40ef3f9c426d4395419c0f7
7
+ data.tar.gz: 5154c2a0b3921b6a57ce8208648824f4f29c6ca91088dcd2813eefa490ed1f15fe52268bcd1514e272ec2f4cab66ce09e3352dc7e6ed4857a33c322063307867
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2026-04-10)
5
+ ------------------
6
+
7
+ * Feature - Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.
8
+
9
+ 1.1.0 (2026-03-31)
10
+ ------------------
11
+
12
+ * Feature - AWS DevOps Agent service General Availability release.
13
+
4
14
  1.0.0 (2026-03-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.2.0
@@ -487,8 +487,7 @@ module Aws::DevOpsAgent
487
487
 
488
488
  # @!group API Operations
489
489
 
490
- # Authorize Ingestion Hub subscription operation. Looks to see if the
491
- # derived accountId from FAS has an AgentSpace.
490
+ # Authorize Ingestion Hub subscription operation.
492
491
  #
493
492
  # @option params [required, String] :resource_arn_being_authorized
494
493
  # The ARN of the resource being authorized for vended log delivery.
@@ -593,11 +592,18 @@ module Aws::DevOpsAgent
593
592
  # account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
594
593
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
595
594
  # },
595
+ # mcpserverdatadog: {
596
+ # },
597
+ # mcpserver: {
598
+ # tools: ["MCPToolsListMemberString"], # required
599
+ # },
596
600
  # gitlab: {
597
601
  # project_id: "String", # required
598
602
  # project_path: "String", # required
599
603
  # instance_identifier: "String",
600
604
  # },
605
+ # mcpserversplunk: {
606
+ # },
601
607
  # event_channel: {
602
608
  # },
603
609
  # azure: {
@@ -617,20 +623,6 @@ module Aws::DevOpsAgent
617
623
  # services: ["String"], # required
618
624
  # customer_email: "EmailAddress", # required
619
625
  # },
620
- # msteams: {
621
- # team_id: "Guid", # required
622
- # team_name: "String", # required
623
- # transmission_target: { # required
624
- # ops_oncall_target: {
625
- # channel_name: "String", # required
626
- # channel_id: "Guid", # required
627
- # },
628
- # ops_sre_target: {
629
- # channel_name: "String", # required
630
- # channel_id: "Guid", # required
631
- # },
632
- # },
633
- # },
634
626
  # },
635
627
  # })
636
628
  #
@@ -668,6 +660,8 @@ module Aws::DevOpsAgent
668
660
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
669
661
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
670
662
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
663
+ # resp.association.configuration.mcpserver.tools #=> Array
664
+ # resp.association.configuration.mcpserver.tools[0] #=> String
671
665
  # resp.association.configuration.gitlab.project_id #=> String
672
666
  # resp.association.configuration.gitlab.project_path #=> String
673
667
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -682,12 +676,6 @@ module Aws::DevOpsAgent
682
676
  # resp.association.configuration.pagerduty.services #=> Array
683
677
  # resp.association.configuration.pagerduty.services[0] #=> String
684
678
  # resp.association.configuration.pagerduty.customer_email #=> String
685
- # resp.association.configuration.msteams.team_id #=> String
686
- # resp.association.configuration.msteams.team_name #=> String
687
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_name #=> String
688
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_id #=> String
689
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_name #=> String
690
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_id #=> String
691
679
  # resp.webhook.webhook_url #=> String
692
680
  # resp.webhook.webhook_id #=> String
693
681
  # resp.webhook.webhook_type #=> String, one of "hmac", "apikey", "gitlab", "pagerduty"
@@ -1081,44 +1069,6 @@ module Aws::DevOpsAgent
1081
1069
  req.send_request(options)
1082
1070
  end
1083
1071
 
1084
- # Describe the support level of a CloudSmith customer account.
1085
- #
1086
- # @option params [required, String] :agent_space_id
1087
- # The unique identifier for the agent space containing the task
1088
- #
1089
- # @option params [required, String] :task_id
1090
- # The unique identifier for this task
1091
- #
1092
- # @return [Types::DescribeSupportLevelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1093
- #
1094
- # * {Types::DescribeSupportLevelResponse#support_level #support_level} => Types::SupportLevel
1095
- # * {Types::DescribeSupportLevelResponse#mosaic_support_level #mosaic_support_level} => Types::SupportLevel
1096
- # * {Types::DescribeSupportLevelResponse#active_subscription #active_subscription} => Boolean
1097
- #
1098
- # @example Request syntax with placeholder values
1099
- #
1100
- # resp = client.describe_support_level({
1101
- # agent_space_id: "AgentSpaceId", # required
1102
- # task_id: "String", # required
1103
- # })
1104
- #
1105
- # @example Response structure
1106
- #
1107
- # resp.support_level.code #=> String
1108
- # resp.support_level.name #=> String
1109
- # resp.mosaic_support_level.code #=> String
1110
- # resp.mosaic_support_level.name #=> String
1111
- # resp.active_subscription #=> Boolean
1112
- #
1113
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/DescribeSupportLevel AWS API Documentation
1114
- #
1115
- # @overload describe_support_level(params = {})
1116
- # @param [Hash] params ({})
1117
- def describe_support_level(params = {}, options = {})
1118
- req = build_request(:describe_support_level, params)
1119
- req.send_request(options)
1120
- end
1121
-
1122
1072
  # Disable the Operator App for the specified AgentSpace
1123
1073
  #
1124
1074
  # @option params [required, String] :agent_space_id
@@ -1247,59 +1197,6 @@ module Aws::DevOpsAgent
1247
1197
  req.send_request(options)
1248
1198
  end
1249
1199
 
1250
- # End a chat session for a support case in the specified agent space
1251
- #
1252
- # @option params [required, String] :agent_space_id
1253
- # The unique identifier for the agent space containing the task
1254
- #
1255
- # @option params [required, String] :task_id
1256
- # The unique identifier for the task execution to end
1257
- #
1258
- # @option params [String] :reason
1259
- # Reason for ending the chat session (optional, defaults to 'Chat Ended
1260
- # by CloudSmith')
1261
- #
1262
- # @option params [String] :requester
1263
- # Who initiated the chat end request (optional, defaults to
1264
- # 'CloudSmith')
1265
- #
1266
- # @option params [String] :client_token
1267
- # Client-provided token for idempotent operations
1268
- #
1269
- # **A suitable default value is auto-generated.** You should normally
1270
- # not need to pass this option.**
1271
- #
1272
- # @return [Types::EndChatForCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1273
- #
1274
- # * {Types::EndChatForCaseResponse#is_disconnected #is_disconnected} => Boolean
1275
- # * {Types::EndChatForCaseResponse#execution_id #execution_id} => String
1276
- # * {Types::EndChatForCaseResponse#error_message #error_message} => String
1277
- #
1278
- # @example Request syntax with placeholder values
1279
- #
1280
- # resp = client.end_chat_for_case({
1281
- # agent_space_id: "AgentSpaceId", # required
1282
- # task_id: "String", # required
1283
- # reason: "String",
1284
- # requester: "String",
1285
- # client_token: "String",
1286
- # })
1287
- #
1288
- # @example Response structure
1289
- #
1290
- # resp.is_disconnected #=> Boolean
1291
- # resp.execution_id #=> String
1292
- # resp.error_message #=> String
1293
- #
1294
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/EndChatForCase AWS API Documentation
1295
- #
1296
- # @overload end_chat_for_case(params = {})
1297
- # @param [Hash] params ({})
1298
- def end_chat_for_case(params = {}, options = {})
1299
- req = build_request(:end_chat_for_case, params)
1300
- req.send_request(options)
1301
- end
1302
-
1303
1200
  # Retrieves monthly account usage metrics and limits for the AWS
1304
1201
  # account.
1305
1202
  #
@@ -1308,6 +1205,7 @@ module Aws::DevOpsAgent
1308
1205
  # * {Types::GetAccountUsageOutput#monthly_account_investigation_hours #monthly_account_investigation_hours} => Types::UsageMetric
1309
1206
  # * {Types::GetAccountUsageOutput#monthly_account_evaluation_hours #monthly_account_evaluation_hours} => Types::UsageMetric
1310
1207
  # * {Types::GetAccountUsageOutput#monthly_account_system_learning_hours #monthly_account_system_learning_hours} => Types::UsageMetric
1208
+ # * {Types::GetAccountUsageOutput#monthly_account_on_demand_hours #monthly_account_on_demand_hours} => Types::UsageMetric
1311
1209
  # * {Types::GetAccountUsageOutput#usage_period_start_time #usage_period_start_time} => Time
1312
1210
  # * {Types::GetAccountUsageOutput#usage_period_end_time #usage_period_end_time} => Time
1313
1211
  #
@@ -1319,6 +1217,8 @@ module Aws::DevOpsAgent
1319
1217
  # resp.monthly_account_evaluation_hours.usage #=> Float
1320
1218
  # resp.monthly_account_system_learning_hours.limit #=> Integer
1321
1219
  # resp.monthly_account_system_learning_hours.usage #=> Float
1220
+ # resp.monthly_account_on_demand_hours.limit #=> Integer
1221
+ # resp.monthly_account_on_demand_hours.usage #=> Float
1322
1222
  # resp.usage_period_start_time #=> Time
1323
1223
  # resp.usage_period_end_time #=> Time
1324
1224
  #
@@ -1421,6 +1321,8 @@ module Aws::DevOpsAgent
1421
1321
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
1422
1322
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
1423
1323
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
1324
+ # resp.association.configuration.mcpserver.tools #=> Array
1325
+ # resp.association.configuration.mcpserver.tools[0] #=> String
1424
1326
  # resp.association.configuration.gitlab.project_id #=> String
1425
1327
  # resp.association.configuration.gitlab.project_path #=> String
1426
1328
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -1435,12 +1337,6 @@ module Aws::DevOpsAgent
1435
1337
  # resp.association.configuration.pagerduty.services #=> Array
1436
1338
  # resp.association.configuration.pagerduty.services[0] #=> String
1437
1339
  # resp.association.configuration.pagerduty.customer_email #=> String
1438
- # resp.association.configuration.msteams.team_id #=> String
1439
- # resp.association.configuration.msteams.team_name #=> String
1440
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_name #=> String
1441
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_id #=> String
1442
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_name #=> String
1443
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_id #=> String
1444
1340
  #
1445
1341
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/GetAssociation AWS API Documentation
1446
1342
  #
@@ -1615,7 +1511,7 @@ module Aws::DevOpsAgent
1615
1511
  # @example Response structure
1616
1512
  #
1617
1513
  # resp.service.service_id #=> String
1618
- # resp.service.service_type #=> String, one of "github", "slack", "azure", "azuredevops", "msteams", "dynatrace", "servicenow", "pagerduty", "gitlab", "eventChannel", "mcpservernewrelic", "mcpservergrafana", "mcpserverdatadog", "mcpserver", "mcpserversplunk", "azureidentity", "mcpserversigv4"
1514
+ # resp.service.service_type #=> String, one of "github", "slack", "azure", "azuredevops", "dynatrace", "servicenow", "pagerduty", "gitlab", "eventChannel", "mcpservernewrelic", "mcpservergrafana", "mcpserverdatadog", "mcpserver", "mcpserversplunk", "azureidentity"
1619
1515
  # resp.service.name #=> String
1620
1516
  # resp.service.accessible_resources #=> Array
1621
1517
  # resp.service.additional_service_details.github.owner #=> String
@@ -1655,12 +1551,6 @@ module Aws::DevOpsAgent
1655
1551
  # resp.service.additional_service_details.mcpservergrafana.authorization_method #=> String, one of "oauth-client-credentials", "oauth-3lo", "api-key", "bearer-token"
1656
1552
  # resp.service.additional_service_details.pagerduty.scopes #=> Array
1657
1553
  # resp.service.additional_service_details.pagerduty.scopes[0] #=> String
1658
- # resp.service.additional_service_details.mcpserversigv4.name #=> String
1659
- # resp.service.additional_service_details.mcpserversigv4.endpoint #=> String
1660
- # resp.service.additional_service_details.mcpserversigv4.description #=> String
1661
- # resp.service.additional_service_details.mcpserversigv4.region #=> String
1662
- # resp.service.additional_service_details.mcpserversigv4.service #=> String
1663
- # resp.service.additional_service_details.mcpserversigv4.role_arn #=> String
1664
1554
  # resp.service.kms_key_arn #=> String
1665
1555
  # resp.service.private_connection_name #=> String
1666
1556
  # resp.tags #=> Hash
@@ -1675,47 +1565,6 @@ module Aws::DevOpsAgent
1675
1565
  req.send_request(options)
1676
1566
  end
1677
1567
 
1678
- # Initiate a chat for support case in the specified agent space
1679
- #
1680
- # @option params [required, String] :agent_space_id
1681
- # The unique identifier for the agent space containing the task
1682
- #
1683
- # @option params [required, String] :task_id
1684
- # The unique identifier for this task
1685
- #
1686
- # @option params [String] :client_token
1687
- # Client-provided token for idempotent operations
1688
- #
1689
- # **A suitable default value is auto-generated.** You should normally
1690
- # not need to pass this option.**
1691
- #
1692
- # @return [Types::InitiateChatForCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1693
- #
1694
- # * {Types::InitiateChatForCaseResponse#chat_participant_connection #chat_participant_connection} => Types::ChatParticipantConnection
1695
- #
1696
- # @example Request syntax with placeholder values
1697
- #
1698
- # resp = client.initiate_chat_for_case({
1699
- # agent_space_id: "AgentSpaceId", # required
1700
- # task_id: "String", # required
1701
- # client_token: "String",
1702
- # })
1703
- #
1704
- # @example Response structure
1705
- #
1706
- # resp.chat_participant_connection.initial_contact_id #=> String
1707
- # resp.chat_participant_connection.participant_id #=> String
1708
- # resp.chat_participant_connection.participant_token #=> String
1709
- #
1710
- # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/InitiateChatForCase AWS API Documentation
1711
- #
1712
- # @overload initiate_chat_for_case(params = {})
1713
- # @param [Hash] params ({})
1714
- def initiate_chat_for_case(params = {}, options = {})
1715
- req = build_request(:initiate_chat_for_case, params)
1716
- req.send_request(options)
1717
- end
1718
-
1719
1568
  # Lists all AgentSpaces with optional pagination.
1720
1569
  #
1721
1570
  # @option params [Integer] :max_results
@@ -1826,6 +1675,8 @@ module Aws::DevOpsAgent
1826
1675
  # resp.associations[0].configuration.servicenow.auth_scopes[0] #=> String
1827
1676
  # resp.associations[0].configuration.mcpservernewrelic.account_id #=> String
1828
1677
  # resp.associations[0].configuration.mcpservernewrelic.endpoint #=> String
1678
+ # resp.associations[0].configuration.mcpserver.tools #=> Array
1679
+ # resp.associations[0].configuration.mcpserver.tools[0] #=> String
1829
1680
  # resp.associations[0].configuration.gitlab.project_id #=> String
1830
1681
  # resp.associations[0].configuration.gitlab.project_path #=> String
1831
1682
  # resp.associations[0].configuration.gitlab.instance_identifier #=> String
@@ -1840,12 +1691,6 @@ module Aws::DevOpsAgent
1840
1691
  # resp.associations[0].configuration.pagerduty.services #=> Array
1841
1692
  # resp.associations[0].configuration.pagerduty.services[0] #=> String
1842
1693
  # resp.associations[0].configuration.pagerduty.customer_email #=> String
1843
- # resp.associations[0].configuration.msteams.team_id #=> String
1844
- # resp.associations[0].configuration.msteams.team_name #=> String
1845
- # resp.associations[0].configuration.msteams.transmission_target.ops_oncall_target.channel_name #=> String
1846
- # resp.associations[0].configuration.msteams.transmission_target.ops_oncall_target.channel_id #=> String
1847
- # resp.associations[0].configuration.msteams.transmission_target.ops_sre_target.channel_name #=> String
1848
- # resp.associations[0].configuration.msteams.transmission_target.ops_sre_target.channel_id #=> String
1849
1694
  #
1850
1695
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListAssociations AWS API Documentation
1851
1696
  #
@@ -2339,7 +2184,7 @@ module Aws::DevOpsAgent
2339
2184
  # resp = client.list_services({
2340
2185
  # max_results: 1,
2341
2186
  # next_token: "NextToken",
2342
- # filter_service_type: "github", # accepts github, slack, azure, azuredevops, msteams, dynatrace, servicenow, pagerduty, gitlab, eventChannel, mcpservernewrelic, mcpservergrafana, mcpserverdatadog, mcpserver, mcpserversplunk, azureidentity, mcpserversigv4
2187
+ # filter_service_type: "github", # accepts github, slack, azure, azuredevops, dynatrace, servicenow, pagerduty, gitlab, eventChannel, mcpservernewrelic, mcpservergrafana, mcpserverdatadog, mcpserver, mcpserversplunk, azureidentity
2343
2188
  # })
2344
2189
  #
2345
2190
  # @example Response structure
@@ -2347,7 +2192,7 @@ module Aws::DevOpsAgent
2347
2192
  # resp.next_token #=> String
2348
2193
  # resp.services #=> Array
2349
2194
  # resp.services[0].service_id #=> String
2350
- # resp.services[0].service_type #=> String, one of "github", "slack", "azure", "azuredevops", "msteams", "dynatrace", "servicenow", "pagerduty", "gitlab", "eventChannel", "mcpservernewrelic", "mcpservergrafana", "mcpserverdatadog", "mcpserver", "mcpserversplunk", "azureidentity", "mcpserversigv4"
2195
+ # resp.services[0].service_type #=> String, one of "github", "slack", "azure", "azuredevops", "dynatrace", "servicenow", "pagerduty", "gitlab", "eventChannel", "mcpservernewrelic", "mcpservergrafana", "mcpserverdatadog", "mcpserver", "mcpserversplunk", "azureidentity"
2351
2196
  # resp.services[0].name #=> String
2352
2197
  # resp.services[0].accessible_resources #=> Array
2353
2198
  # resp.services[0].additional_service_details.github.owner #=> String
@@ -2387,12 +2232,6 @@ module Aws::DevOpsAgent
2387
2232
  # resp.services[0].additional_service_details.mcpservergrafana.authorization_method #=> String, one of "oauth-client-credentials", "oauth-3lo", "api-key", "bearer-token"
2388
2233
  # resp.services[0].additional_service_details.pagerduty.scopes #=> Array
2389
2234
  # resp.services[0].additional_service_details.pagerduty.scopes[0] #=> String
2390
- # resp.services[0].additional_service_details.mcpserversigv4.name #=> String
2391
- # resp.services[0].additional_service_details.mcpserversigv4.endpoint #=> String
2392
- # resp.services[0].additional_service_details.mcpserversigv4.description #=> String
2393
- # resp.services[0].additional_service_details.mcpserversigv4.region #=> String
2394
- # resp.services[0].additional_service_details.mcpserversigv4.service #=> String
2395
- # resp.services[0].additional_service_details.mcpserversigv4.role_arn #=> String
2396
2235
  # resp.services[0].kms_key_arn #=> String
2397
2236
  # resp.services[0].private_connection_name #=> String
2398
2237
  #
@@ -2501,7 +2340,7 @@ module Aws::DevOpsAgent
2501
2340
  # @example Request syntax with placeholder values
2502
2341
  #
2503
2342
  # resp = client.register_service({
2504
- # service: "dynatrace", # required, accepts dynatrace, servicenow, pagerduty, gitlab, eventChannel, mcpservernewrelic, mcpservergrafana, mcpserverdatadog, mcpserver, mcpserversplunk, azureidentity, mcpserversigv4
2343
+ # service: "dynatrace", # required, accepts dynatrace, servicenow, pagerduty, gitlab, eventChannel, mcpservernewrelic, mcpservergrafana, mcpserverdatadog, mcpserver, mcpserversplunk, azureidentity
2505
2344
  # service_details: { # required
2506
2345
  # dynatrace: {
2507
2346
  # account_urn: "DynatraceServiceDetailsAccountUrnString", # required
@@ -2708,16 +2547,6 @@ module Aws::DevOpsAgent
2708
2547
  # web_identity_role_arn: "RoleArn", # required
2709
2548
  # web_identity_token_audiences: ["String"], # required
2710
2549
  # },
2711
- # mcpserversigv4: {
2712
- # name: "MCPServerSigV4ServiceDetailsNameString", # required
2713
- # endpoint: "MCPServerSigV4ServiceDetailsEndpointString", # required
2714
- # description: "MCPServerSigV4ServiceDetailsDescriptionString",
2715
- # authorization_config: { # required
2716
- # region: "AwsRegion", # required
2717
- # service: "MCPServerSigV4AuthorizationConfigServiceString", # required
2718
- # role_arn: "RoleArn", # required
2719
- # },
2720
- # },
2721
2550
  # },
2722
2551
  # kms_key_arn: "KmsKeyArn",
2723
2552
  # private_connection_name: "PrivateConnectionName",
@@ -3191,11 +3020,18 @@ module Aws::DevOpsAgent
3191
3020
  # account_id: "MCPServerNewRelicConfigurationAccountIdString", # required
3192
3021
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
3193
3022
  # },
3023
+ # mcpserverdatadog: {
3024
+ # },
3025
+ # mcpserver: {
3026
+ # tools: ["MCPToolsListMemberString"], # required
3027
+ # },
3194
3028
  # gitlab: {
3195
3029
  # project_id: "String", # required
3196
3030
  # project_path: "String", # required
3197
3031
  # instance_identifier: "String",
3198
3032
  # },
3033
+ # mcpserversplunk: {
3034
+ # },
3199
3035
  # event_channel: {
3200
3036
  # },
3201
3037
  # azure: {
@@ -3215,20 +3051,6 @@ module Aws::DevOpsAgent
3215
3051
  # services: ["String"], # required
3216
3052
  # customer_email: "EmailAddress", # required
3217
3053
  # },
3218
- # msteams: {
3219
- # team_id: "Guid", # required
3220
- # team_name: "String", # required
3221
- # transmission_target: { # required
3222
- # ops_oncall_target: {
3223
- # channel_name: "String", # required
3224
- # channel_id: "Guid", # required
3225
- # },
3226
- # ops_sre_target: {
3227
- # channel_name: "String", # required
3228
- # channel_id: "Guid", # required
3229
- # },
3230
- # },
3231
- # },
3232
3054
  # },
3233
3055
  # })
3234
3056
  #
@@ -3266,6 +3088,8 @@ module Aws::DevOpsAgent
3266
3088
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
3267
3089
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
3268
3090
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
3091
+ # resp.association.configuration.mcpserver.tools #=> Array
3092
+ # resp.association.configuration.mcpserver.tools[0] #=> String
3269
3093
  # resp.association.configuration.gitlab.project_id #=> String
3270
3094
  # resp.association.configuration.gitlab.project_path #=> String
3271
3095
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -3280,12 +3104,6 @@ module Aws::DevOpsAgent
3280
3104
  # resp.association.configuration.pagerduty.services #=> Array
3281
3105
  # resp.association.configuration.pagerduty.services[0] #=> String
3282
3106
  # resp.association.configuration.pagerduty.customer_email #=> String
3283
- # resp.association.configuration.msteams.team_id #=> String
3284
- # resp.association.configuration.msteams.team_name #=> String
3285
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_name #=> String
3286
- # resp.association.configuration.msteams.transmission_target.ops_oncall_target.channel_id #=> String
3287
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_name #=> String
3288
- # resp.association.configuration.msteams.transmission_target.ops_sre_target.channel_id #=> String
3289
3107
  # resp.webhook.webhook_url #=> String
3290
3108
  # resp.webhook.webhook_id #=> String
3291
3109
  # resp.webhook.webhook_type #=> String, one of "hmac", "apikey", "gitlab", "pagerduty"
@@ -3610,7 +3428,7 @@ module Aws::DevOpsAgent
3610
3428
  tracer: tracer
3611
3429
  )
3612
3430
  context[:gem_name] = 'aws-sdk-devopsagent'
3613
- context[:gem_version] = '1.0.0'
3431
+ context[:gem_version] = '1.2.0'
3614
3432
  Seahorse::Client::Request.new(handlers, context)
3615
3433
  end
3616
3434