aws-sdk-devopsagent 1.10.0 → 1.12.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.
@@ -518,11 +518,15 @@ module Aws::DevOpsAgent
518
518
  # account_type: "source", # required, accepts source
519
519
  # assumable_role_arn: "RoleArn", # required
520
520
  # external_id: "String",
521
+ # agent_elevated_role_arn: "RoleArn",
522
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
521
523
  # },
522
524
  # aws: {
523
525
  # assumable_role_arn: "RoleArn", # required
524
526
  # account_id: "AWSConfigurationAccountIdString", # required
525
527
  # account_type: "monitor", # required, accepts monitor
528
+ # agent_elevated_role_arn: "RoleArn",
529
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
526
530
  # },
527
531
  # github: {
528
532
  # repo_name: "String", # required
@@ -559,9 +563,21 @@ module Aws::DevOpsAgent
559
563
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
560
564
  # },
561
565
  # mcpserverdatadog: {
566
+ # enabled_elevated_tools: [
567
+ # {
568
+ # name: "MCPToolDetailNameString", # required
569
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
570
+ # },
571
+ # ],
562
572
  # },
563
573
  # mcpserver: {
564
574
  # tools: ["MCPToolsListMemberString"], # required
575
+ # tool_details: [
576
+ # {
577
+ # name: "MCPToolDetailNameString", # required
578
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
579
+ # },
580
+ # ],
565
581
  # },
566
582
  # gitlab: {
567
583
  # project_id: "String", # required
@@ -585,6 +601,12 @@ module Aws::DevOpsAgent
585
601
  # endpoint: "MCPServerGrafanaConfigurationEndpointString", # required
586
602
  # organization_id: "MCPServerGrafanaConfigurationOrganizationIdString",
587
603
  # tools: ["MCPToolsListMemberString"],
604
+ # enabled_elevated_tools: [
605
+ # {
606
+ # name: "MCPToolDetailNameString", # required
607
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
608
+ # },
609
+ # ],
588
610
  # },
589
611
  # pagerduty: {
590
612
  # services: ["String"], # required
@@ -592,6 +614,12 @@ module Aws::DevOpsAgent
592
614
  # },
593
615
  # mcpserversigv4: {
594
616
  # tools: ["MCPToolsListMemberString"], # required
617
+ # tool_details: [
618
+ # {
619
+ # name: "MCPToolDetailNameString", # required
620
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
621
+ # },
622
+ # ],
595
623
  # },
596
624
  # remoteagent: {
597
625
  # },
@@ -617,9 +645,13 @@ module Aws::DevOpsAgent
617
645
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
618
646
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
619
647
  # resp.association.configuration.source_aws.external_id #=> String
648
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
649
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
620
650
  # resp.association.configuration.aws.assumable_role_arn #=> String
621
651
  # resp.association.configuration.aws.account_id #=> String
622
652
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
653
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
654
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
623
655
  # resp.association.configuration.github.repo_name #=> String
624
656
  # resp.association.configuration.github.repo_id #=> String
625
657
  # resp.association.configuration.github.owner #=> String
@@ -640,8 +672,14 @@ module Aws::DevOpsAgent
640
672
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
641
673
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
642
674
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
675
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
676
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
677
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
643
678
  # resp.association.configuration.mcpserver.tools #=> Array
644
679
  # resp.association.configuration.mcpserver.tools[0] #=> String
680
+ # resp.association.configuration.mcpserver.tool_details #=> Array
681
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
682
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
645
683
  # resp.association.configuration.gitlab.project_id #=> String
646
684
  # resp.association.configuration.gitlab.project_path #=> String
647
685
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -654,11 +692,17 @@ module Aws::DevOpsAgent
654
692
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
655
693
  # resp.association.configuration.mcpservergrafana.tools #=> Array
656
694
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
695
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
696
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
697
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
657
698
  # resp.association.configuration.pagerduty.services #=> Array
658
699
  # resp.association.configuration.pagerduty.services[0] #=> String
659
700
  # resp.association.configuration.pagerduty.customer_email #=> String
660
701
  # resp.association.configuration.mcpserversigv4.tools #=> Array
661
702
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
703
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
704
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
705
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
662
706
  # resp.association.capabilities #=> Hash
663
707
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
664
708
  # resp.webhook.webhook_url #=> String
@@ -704,6 +748,10 @@ module Aws::DevOpsAgent
704
748
  # @option params [Hash<String,String>] :tags
705
749
  # Tags to add to the AgentSpace at creation time.
706
750
  #
751
+ # @option params [Hash<String,Boolean>] :preferences
752
+ # The preferences to configure on the agent space. Preferences not
753
+ # provided take their default values.
754
+ #
707
755
  # @return [Types::CreateAgentSpaceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
708
756
  #
709
757
  # * {Types::CreateAgentSpaceOutput#agent_space #agent_space} => Types::AgentSpace
@@ -720,6 +768,9 @@ module Aws::DevOpsAgent
720
768
  # tags: {
721
769
  # "TagKey" => "TagValue",
722
770
  # },
771
+ # preferences: {
772
+ # "elevatedActionsEnabled" => false,
773
+ # },
723
774
  # })
724
775
  #
725
776
  # @example Response structure
@@ -731,6 +782,8 @@ module Aws::DevOpsAgent
731
782
  # resp.agent_space.updated_at #=> Time
732
783
  # resp.agent_space.kms_key_arn #=> String
733
784
  # resp.agent_space.agent_space_id #=> String
785
+ # resp.agent_space.preferences #=> Hash
786
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
734
787
  # resp.tags #=> Hash
735
788
  # resp.tags["TagKey"] #=> String
736
789
  #
@@ -777,7 +830,7 @@ module Aws::DevOpsAgent
777
830
  # @example Request syntax with placeholder values
778
831
  #
779
832
  # resp = client.create_asset({
780
- # agent_space_id: "AgentSpaceId", # required
833
+ # agent_space_id: "AgentSpaceIdentifier", # required
781
834
  # asset_type: "AssetType", # required
782
835
  # metadata: {
783
836
  # },
@@ -854,7 +907,7 @@ module Aws::DevOpsAgent
854
907
  # @example Request syntax with placeholder values
855
908
  #
856
909
  # resp = client.create_asset_file({
857
- # agent_space_id: "AgentSpaceId", # required
910
+ # agent_space_id: "AgentSpaceIdentifier", # required
858
911
  # asset_id: "ResourceId", # required
859
912
  # path: "AssetFilePath", # required
860
913
  # content: { # required
@@ -918,7 +971,7 @@ module Aws::DevOpsAgent
918
971
  # @example Request syntax with placeholder values
919
972
  #
920
973
  # resp = client.create_backlog_task({
921
- # agent_space_id: "AgentSpaceId", # required
974
+ # agent_space_id: "AgentSpaceIdentifier", # required
922
975
  # reference: {
923
976
  # system: "ReferenceInputSystemString", # required
924
977
  # title: "ReferenceInputTitleString",
@@ -930,7 +983,7 @@ module Aws::DevOpsAgent
930
983
  # title: "BacklogTaskTitle", # required
931
984
  # description: "BacklogTaskDescription",
932
985
  # priority: "CRITICAL", # required, accepts CRITICAL, HIGH, MEDIUM, LOW, MINIMAL
933
- # client_token: "String",
986
+ # client_token: "CreateBacklogTaskRequestClientTokenString",
934
987
  # })
935
988
  #
936
989
  # @example Response structure
@@ -947,7 +1000,7 @@ module Aws::DevOpsAgent
947
1000
  # resp.task.reference.association_id #=> String
948
1001
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
949
1002
  # resp.task.priority #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINIMAL"
950
- # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED"
1003
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
951
1004
  # resp.task.created_at #=> Time
952
1005
  # resp.task.updated_at #=> Time
953
1006
  # resp.task.version #=> Integer
@@ -967,8 +1020,8 @@ module Aws::DevOpsAgent
967
1020
  # Creates a new chat execution in the specified agent space
968
1021
  #
969
1022
  # @option params [required, String] :agent_space_id
970
- # Unique identifier for an agent space (allows alphanumeric characters
971
- # and hyphens; 1-64 characters)
1023
+ # The unique identifier for the agent space where the chat will be
1024
+ # created.
972
1025
  #
973
1026
  # @option params [String] :user_id
974
1027
  # The user identifier for the chat. This field is deprecated and will be
@@ -986,7 +1039,7 @@ module Aws::DevOpsAgent
986
1039
  # @example Request syntax with placeholder values
987
1040
  #
988
1041
  # resp = client.create_chat({
989
- # agent_space_id: "AgentSpaceId", # required
1042
+ # agent_space_id: "AgentSpaceIdentifier", # required
990
1043
  # user_id: "ResourceId",
991
1044
  # user_type: "IAM", # accepts IAM, IDC, IDP
992
1045
  # })
@@ -1117,7 +1170,7 @@ module Aws::DevOpsAgent
1117
1170
  # @example Request syntax with placeholder values
1118
1171
  #
1119
1172
  # resp = client.create_trigger({
1120
- # agent_space_id: "AgentSpaceId", # required
1173
+ # agent_space_id: "AgentSpaceIdentifier", # required
1121
1174
  # type: "TriggerType", # required
1122
1175
  # condition: { # required
1123
1176
  # schedule: {
@@ -1185,7 +1238,7 @@ module Aws::DevOpsAgent
1185
1238
  # @example Request syntax with placeholder values
1186
1239
  #
1187
1240
  # resp = client.delete_asset({
1188
- # agent_space_id: "AgentSpaceId", # required
1241
+ # agent_space_id: "AgentSpaceIdentifier", # required
1189
1242
  # asset_id: "ResourceId", # required
1190
1243
  # })
1191
1244
  #
@@ -1214,7 +1267,7 @@ module Aws::DevOpsAgent
1214
1267
  # @example Request syntax with placeholder values
1215
1268
  #
1216
1269
  # resp = client.delete_asset_file({
1217
- # agent_space_id: "AgentSpaceId", # required
1270
+ # agent_space_id: "AgentSpaceIdentifier", # required
1218
1271
  # asset_id: "ResourceId", # required
1219
1272
  # path: "AssetFilePath", # required
1220
1273
  # })
@@ -1272,7 +1325,7 @@ module Aws::DevOpsAgent
1272
1325
  # @example Request syntax with placeholder values
1273
1326
  #
1274
1327
  # resp = client.delete_trigger({
1275
- # agent_space_id: "AgentSpaceId", # required
1328
+ # agent_space_id: "AgentSpaceIdentifier", # required
1276
1329
  # trigger_id: "ResourceId", # required
1277
1330
  # })
1278
1331
  #
@@ -1546,6 +1599,8 @@ module Aws::DevOpsAgent
1546
1599
  # resp.agent_space.updated_at #=> Time
1547
1600
  # resp.agent_space.kms_key_arn #=> String
1548
1601
  # resp.agent_space.agent_space_id #=> String
1602
+ # resp.agent_space.preferences #=> Hash
1603
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
1549
1604
  # resp.tags #=> Hash
1550
1605
  # resp.tags["TagKey"] #=> String
1551
1606
  #
@@ -1577,7 +1632,7 @@ module Aws::DevOpsAgent
1577
1632
  # @example Request syntax with placeholder values
1578
1633
  #
1579
1634
  # resp = client.get_asset({
1580
- # agent_space_id: "AgentSpaceId", # required
1635
+ # agent_space_id: "AgentSpaceIdentifier", # required
1581
1636
  # asset_id: "ResourceId", # required
1582
1637
  # asset_version: 1,
1583
1638
  # })
@@ -1619,7 +1674,7 @@ module Aws::DevOpsAgent
1619
1674
  # @example Request syntax with placeholder values
1620
1675
  #
1621
1676
  # resp = client.get_asset_content({
1622
- # agent_space_id: "AgentSpaceId", # required
1677
+ # agent_space_id: "AgentSpaceIdentifier", # required
1623
1678
  # asset_id: "ResourceId", # required
1624
1679
  # asset_version: 1,
1625
1680
  # })
@@ -1660,7 +1715,7 @@ module Aws::DevOpsAgent
1660
1715
  # @example Request syntax with placeholder values
1661
1716
  #
1662
1717
  # resp = client.get_asset_file({
1663
- # agent_space_id: "AgentSpaceId", # required
1718
+ # agent_space_id: "AgentSpaceIdentifier", # required
1664
1719
  # asset_id: "ResourceId", # required
1665
1720
  # path: "AssetFilePath", # required
1666
1721
  # asset_version: 1,
@@ -1715,9 +1770,13 @@ module Aws::DevOpsAgent
1715
1770
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
1716
1771
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
1717
1772
  # resp.association.configuration.source_aws.external_id #=> String
1773
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
1774
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
1718
1775
  # resp.association.configuration.aws.assumable_role_arn #=> String
1719
1776
  # resp.association.configuration.aws.account_id #=> String
1720
1777
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
1778
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
1779
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
1721
1780
  # resp.association.configuration.github.repo_name #=> String
1722
1781
  # resp.association.configuration.github.repo_id #=> String
1723
1782
  # resp.association.configuration.github.owner #=> String
@@ -1738,8 +1797,14 @@ module Aws::DevOpsAgent
1738
1797
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
1739
1798
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
1740
1799
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
1800
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
1801
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
1802
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1741
1803
  # resp.association.configuration.mcpserver.tools #=> Array
1742
1804
  # resp.association.configuration.mcpserver.tools[0] #=> String
1805
+ # resp.association.configuration.mcpserver.tool_details #=> Array
1806
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
1807
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1743
1808
  # resp.association.configuration.gitlab.project_id #=> String
1744
1809
  # resp.association.configuration.gitlab.project_path #=> String
1745
1810
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -1752,11 +1817,17 @@ module Aws::DevOpsAgent
1752
1817
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
1753
1818
  # resp.association.configuration.mcpservergrafana.tools #=> Array
1754
1819
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
1820
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
1821
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
1822
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1755
1823
  # resp.association.configuration.pagerduty.services #=> Array
1756
1824
  # resp.association.configuration.pagerduty.services[0] #=> String
1757
1825
  # resp.association.configuration.pagerduty.customer_email #=> String
1758
1826
  # resp.association.configuration.mcpserversigv4.tools #=> Array
1759
1827
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
1828
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
1829
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
1830
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1760
1831
  # resp.association.capabilities #=> Hash
1761
1832
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
1762
1833
  #
@@ -1784,7 +1855,7 @@ module Aws::DevOpsAgent
1784
1855
  # @example Request syntax with placeholder values
1785
1856
  #
1786
1857
  # resp = client.get_backlog_task({
1787
- # agent_space_id: "AgentSpaceId", # required
1858
+ # agent_space_id: "AgentSpaceIdentifier", # required
1788
1859
  # task_id: "ResourceId", # required
1789
1860
  # })
1790
1861
  #
@@ -1802,7 +1873,7 @@ module Aws::DevOpsAgent
1802
1873
  # resp.task.reference.association_id #=> String
1803
1874
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
1804
1875
  # resp.task.priority #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINIMAL"
1805
- # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED"
1876
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
1806
1877
  # resp.task.created_at #=> Time
1807
1878
  # resp.task.updated_at #=> Time
1808
1879
  # resp.task.version #=> Integer
@@ -1885,7 +1956,7 @@ module Aws::DevOpsAgent
1885
1956
  # @example Request syntax with placeholder values
1886
1957
  #
1887
1958
  # resp = client.get_recommendation({
1888
- # agent_space_id: "AgentSpaceId", # required
1959
+ # agent_space_id: "AgentSpaceIdentifier", # required
1889
1960
  # recommendation_id: "ResourceId", # required
1890
1961
  # recommendation_version: 1,
1891
1962
  # })
@@ -1965,7 +2036,7 @@ module Aws::DevOpsAgent
1965
2036
  # resp.service.additional_service_details.mcpserversplunk.description #=> String
1966
2037
  # resp.service.additional_service_details.mcpserversplunk.api_key_header #=> String
1967
2038
  # resp.service.additional_service_details.mcpservernewrelic.account_id #=> String
1968
- # resp.service.additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU"
2039
+ # resp.service.additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU", "JP"
1969
2040
  # resp.service.additional_service_details.mcpservernewrelic.description #=> String
1970
2041
  # resp.service.additional_service_details.azuredevops.organization_name #=> String
1971
2042
  # resp.service.additional_service_details.azureidentity.tenant_id #=> String
@@ -1999,6 +2070,8 @@ module Aws::DevOpsAgent
1999
2070
  # resp.service.additional_service_details.remoteagentsigv4.role_arn #=> String
2000
2071
  # resp.service.kms_key_arn #=> String
2001
2072
  # resp.service.private_connection_name #=> String
2073
+ # resp.service.created_at #=> Time
2074
+ # resp.service.updated_at #=> Time
2002
2075
  # resp.tags #=> Hash
2003
2076
  # resp.tags["TagKey"] #=> String
2004
2077
  #
@@ -2026,7 +2099,7 @@ module Aws::DevOpsAgent
2026
2099
  # @example Request syntax with placeholder values
2027
2100
  #
2028
2101
  # resp = client.get_trigger({
2029
- # agent_space_id: "AgentSpaceId", # required
2102
+ # agent_space_id: "AgentSpaceIdentifier", # required
2030
2103
  # trigger_id: "ResourceId", # required
2031
2104
  # })
2032
2105
  #
@@ -2082,6 +2155,8 @@ module Aws::DevOpsAgent
2082
2155
  # resp.agent_spaces[0].updated_at #=> Time
2083
2156
  # resp.agent_spaces[0].kms_key_arn #=> String
2084
2157
  # resp.agent_spaces[0].agent_space_id #=> String
2158
+ # resp.agent_spaces[0].preferences #=> Hash
2159
+ # resp.agent_spaces[0].preferences["AgentSpacePreferenceKey"] #=> Boolean
2085
2160
  #
2086
2161
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListAgentSpaces AWS API Documentation
2087
2162
  #
@@ -2121,7 +2196,7 @@ module Aws::DevOpsAgent
2121
2196
  # @example Request syntax with placeholder values
2122
2197
  #
2123
2198
  # resp = client.list_asset_files({
2124
- # agent_space_id: "AgentSpaceId", # required
2199
+ # agent_space_id: "AgentSpaceIdentifier", # required
2125
2200
  # asset_id: "ResourceId", # required
2126
2201
  # asset_version: 1,
2127
2202
  # next_token: "NextToken",
@@ -2210,7 +2285,7 @@ module Aws::DevOpsAgent
2210
2285
  # @example Request syntax with placeholder values
2211
2286
  #
2212
2287
  # resp = client.list_asset_versions({
2213
- # agent_space_id: "AgentSpaceId", # required
2288
+ # agent_space_id: "AgentSpaceIdentifier", # required
2214
2289
  # asset_id: "ResourceId", # required
2215
2290
  # max_results: 1,
2216
2291
  # next_token: "NextToken",
@@ -2264,7 +2339,7 @@ module Aws::DevOpsAgent
2264
2339
  # @example Request syntax with placeholder values
2265
2340
  #
2266
2341
  # resp = client.list_assets({
2267
- # agent_space_id: "AgentSpaceId", # required
2342
+ # agent_space_id: "AgentSpaceIdentifier", # required
2268
2343
  # asset_type: "AssetType",
2269
2344
  # updated_after: Time.now,
2270
2345
  # updated_before: Time.now,
@@ -2336,9 +2411,13 @@ module Aws::DevOpsAgent
2336
2411
  # resp.associations[0].configuration.source_aws.account_type #=> String, one of "source"
2337
2412
  # resp.associations[0].configuration.source_aws.assumable_role_arn #=> String
2338
2413
  # resp.associations[0].configuration.source_aws.external_id #=> String
2414
+ # resp.associations[0].configuration.source_aws.agent_elevated_role_arn #=> String
2415
+ # resp.associations[0].configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
2339
2416
  # resp.associations[0].configuration.aws.assumable_role_arn #=> String
2340
2417
  # resp.associations[0].configuration.aws.account_id #=> String
2341
2418
  # resp.associations[0].configuration.aws.account_type #=> String, one of "monitor"
2419
+ # resp.associations[0].configuration.aws.agent_elevated_role_arn #=> String
2420
+ # resp.associations[0].configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
2342
2421
  # resp.associations[0].configuration.github.repo_name #=> String
2343
2422
  # resp.associations[0].configuration.github.repo_id #=> String
2344
2423
  # resp.associations[0].configuration.github.owner #=> String
@@ -2359,8 +2438,14 @@ module Aws::DevOpsAgent
2359
2438
  # resp.associations[0].configuration.servicenow.auth_scopes[0] #=> String
2360
2439
  # resp.associations[0].configuration.mcpservernewrelic.account_id #=> String
2361
2440
  # resp.associations[0].configuration.mcpservernewrelic.endpoint #=> String
2441
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
2442
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
2443
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2362
2444
  # resp.associations[0].configuration.mcpserver.tools #=> Array
2363
2445
  # resp.associations[0].configuration.mcpserver.tools[0] #=> String
2446
+ # resp.associations[0].configuration.mcpserver.tool_details #=> Array
2447
+ # resp.associations[0].configuration.mcpserver.tool_details[0].name #=> String
2448
+ # resp.associations[0].configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2364
2449
  # resp.associations[0].configuration.gitlab.project_id #=> String
2365
2450
  # resp.associations[0].configuration.gitlab.project_path #=> String
2366
2451
  # resp.associations[0].configuration.gitlab.instance_identifier #=> String
@@ -2373,11 +2458,17 @@ module Aws::DevOpsAgent
2373
2458
  # resp.associations[0].configuration.mcpservergrafana.organization_id #=> String
2374
2459
  # resp.associations[0].configuration.mcpservergrafana.tools #=> Array
2375
2460
  # resp.associations[0].configuration.mcpservergrafana.tools[0] #=> String
2461
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools #=> Array
2462
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
2463
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2376
2464
  # resp.associations[0].configuration.pagerduty.services #=> Array
2377
2465
  # resp.associations[0].configuration.pagerduty.services[0] #=> String
2378
2466
  # resp.associations[0].configuration.pagerduty.customer_email #=> String
2379
2467
  # resp.associations[0].configuration.mcpserversigv4.tools #=> Array
2380
2468
  # resp.associations[0].configuration.mcpserversigv4.tools[0] #=> String
2469
+ # resp.associations[0].configuration.mcpserversigv4.tool_details #=> Array
2470
+ # resp.associations[0].configuration.mcpserversigv4.tool_details[0].name #=> String
2471
+ # resp.associations[0].configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2381
2472
  # resp.associations[0].capabilities #=> Hash
2382
2473
  # resp.associations[0].capabilities["CapabilityType"].enabled #=> Boolean
2383
2474
  #
@@ -2429,12 +2520,12 @@ module Aws::DevOpsAgent
2429
2520
  # @example Request syntax with placeholder values
2430
2521
  #
2431
2522
  # resp = client.list_backlog_tasks({
2432
- # agent_space_id: "AgentSpaceId", # required
2523
+ # agent_space_id: "AgentSpaceIdentifier", # required
2433
2524
  # filter: {
2434
2525
  # created_after: Time.now,
2435
2526
  # created_before: Time.now,
2436
2527
  # priority: ["CRITICAL"], # accepts CRITICAL, HIGH, MEDIUM, LOW, MINIMAL
2437
- # status: ["PENDING_TRIAGE"], # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED
2528
+ # status: ["PENDING_TRIAGE"], # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED, WAITING
2438
2529
  # task_type: ["INVESTIGATION"], # accepts INVESTIGATION, EVALUATION, RELEASE_READINESS_REVIEW, RELEASE_TESTING
2439
2530
  # primary_task_id: "ResourceId",
2440
2531
  # },
@@ -2459,7 +2550,7 @@ module Aws::DevOpsAgent
2459
2550
  # resp.tasks[0].reference.association_id #=> String
2460
2551
  # resp.tasks[0].task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
2461
2552
  # resp.tasks[0].priority #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINIMAL"
2462
- # resp.tasks[0].status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED"
2553
+ # resp.tasks[0].status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
2463
2554
  # resp.tasks[0].created_at #=> Time
2464
2555
  # resp.tasks[0].updated_at #=> Time
2465
2556
  # resp.tasks[0].version #=> Integer
@@ -2480,8 +2571,7 @@ module Aws::DevOpsAgent
2480
2571
  # Retrieves a paginated list of the user's recent chat executions
2481
2572
  #
2482
2573
  # @option params [required, String] :agent_space_id
2483
- # Unique identifier for an agent space (allows alphanumeric characters
2484
- # and hyphens; 1-64 characters)
2574
+ # The unique identifier for the agent space to list chats from.
2485
2575
  #
2486
2576
  # @option params [String] :user_id
2487
2577
  # The user identifier to list chats for. This field is deprecated and
@@ -2502,7 +2592,7 @@ module Aws::DevOpsAgent
2502
2592
  # @example Request syntax with placeholder values
2503
2593
  #
2504
2594
  # resp = client.list_chats({
2505
- # agent_space_id: "AgentSpaceId", # required
2595
+ # agent_space_id: "AgentSpaceIdentifier", # required
2506
2596
  # user_id: "ResourceId",
2507
2597
  # max_results: 1,
2508
2598
  # next_token: "String",
@@ -2550,7 +2640,7 @@ module Aws::DevOpsAgent
2550
2640
  # @example Request syntax with placeholder values
2551
2641
  #
2552
2642
  # resp = client.list_executions({
2553
- # agent_space_id: "AgentSpaceId", # required
2643
+ # agent_space_id: "AgentSpaceIdentifier", # required
2554
2644
  # task_id: "ResourceId", # required
2555
2645
  # limit: 1,
2556
2646
  # next_token: "NextToken",
@@ -2565,7 +2655,7 @@ module Aws::DevOpsAgent
2565
2655
  # resp.executions[0].agent_sub_task #=> String
2566
2656
  # resp.executions[0].created_at #=> Time
2567
2657
  # resp.executions[0].updated_at #=> Time
2568
- # resp.executions[0].execution_status #=> String, one of "FAILED", "RUNNING", "STOPPED", "CANCELED", "TIMED_OUT"
2658
+ # resp.executions[0].execution_status #=> String, one of "FAILED", "RUNNING", "STOPPED", "CANCELED", "TIMED_OUT", "WAITING"
2569
2659
  # resp.executions[0].agent_type #=> String
2570
2660
  # resp.executions[0].uid #=> String
2571
2661
  # resp.next_token #=> String
@@ -2606,7 +2696,7 @@ module Aws::DevOpsAgent
2606
2696
  # @example Request syntax with placeholder values
2607
2697
  #
2608
2698
  # resp = client.list_goals({
2609
- # agent_space_id: "AgentSpaceId", # required
2699
+ # agent_space_id: "AgentSpaceIdentifier", # required
2610
2700
  # status: "ACTIVE", # accepts ACTIVE, PAUSED, COMPLETE
2611
2701
  # goal_type: "CUSTOMER_DEFINED", # accepts CUSTOMER_DEFINED, ONCALL_REPORT
2612
2702
  # limit: 1,
@@ -2674,7 +2764,7 @@ module Aws::DevOpsAgent
2674
2764
  # @example Request syntax with placeholder values
2675
2765
  #
2676
2766
  # resp = client.list_journal_records({
2677
- # agent_space_id: "AgentSpaceId", # required
2767
+ # agent_space_id: "AgentSpaceIdentifier", # required
2678
2768
  # execution_id: "ResourceId", # required
2679
2769
  # limit: 1,
2680
2770
  # next_token: "NextToken",
@@ -2809,7 +2899,7 @@ module Aws::DevOpsAgent
2809
2899
  # @example Request syntax with placeholder values
2810
2900
  #
2811
2901
  # resp = client.list_recommendations({
2812
- # agent_space_id: "AgentSpaceId", # required
2902
+ # agent_space_id: "AgentSpaceIdentifier", # required
2813
2903
  # task_id: "ResourceId",
2814
2904
  # goal_id: "ResourceId",
2815
2905
  # status: "PROPOSED", # accepts PROPOSED, ACCEPTED, REJECTED, CLOSED, COMPLETED, UPDATE_IN_PROGRESS
@@ -2907,7 +2997,7 @@ module Aws::DevOpsAgent
2907
2997
  # resp.services[0].additional_service_details.mcpserversplunk.description #=> String
2908
2998
  # resp.services[0].additional_service_details.mcpserversplunk.api_key_header #=> String
2909
2999
  # resp.services[0].additional_service_details.mcpservernewrelic.account_id #=> String
2910
- # resp.services[0].additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU"
3000
+ # resp.services[0].additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU", "JP"
2911
3001
  # resp.services[0].additional_service_details.mcpservernewrelic.description #=> String
2912
3002
  # resp.services[0].additional_service_details.azuredevops.organization_name #=> String
2913
3003
  # resp.services[0].additional_service_details.azureidentity.tenant_id #=> String
@@ -2941,6 +3031,8 @@ module Aws::DevOpsAgent
2941
3031
  # resp.services[0].additional_service_details.remoteagentsigv4.role_arn #=> String
2942
3032
  # resp.services[0].kms_key_arn #=> String
2943
3033
  # resp.services[0].private_connection_name #=> String
3034
+ # resp.services[0].created_at #=> Time
3035
+ # resp.services[0].updated_at #=> Time
2944
3036
  #
2945
3037
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListServices AWS API Documentation
2946
3038
  #
@@ -3006,7 +3098,7 @@ module Aws::DevOpsAgent
3006
3098
  # @example Request syntax with placeholder values
3007
3099
  #
3008
3100
  # resp = client.list_triggers({
3009
- # agent_space_id: "AgentSpaceId", # required
3101
+ # agent_space_id: "AgentSpaceIdentifier", # required
3010
3102
  # status: "TriggerStatus",
3011
3103
  # next_token: "NextToken",
3012
3104
  # max_results: 1,
@@ -3193,7 +3285,7 @@ module Aws::DevOpsAgent
3193
3285
  # gitlab: {
3194
3286
  # target_url: "GitLabDetailsTargetUrlString", # required
3195
3287
  # token_type: "personal", # required, accepts personal, group
3196
- # token_value: "GitLabDetailsTokenValueString", # required
3288
+ # token_value: "GitLabTokenValue", # required
3197
3289
  # group_id: "String",
3198
3290
  # },
3199
3291
  # mcpserversplunk: {
@@ -3242,9 +3334,9 @@ module Aws::DevOpsAgent
3242
3334
  # mcpservernewrelic: {
3243
3335
  # authorization_config: { # required
3244
3336
  # api_key: {
3245
- # api_key: "NewRelicApiKeyConfigApiKeyString", # required
3337
+ # api_key: "NewRelicApiKey", # required
3246
3338
  # account_id: "NewRelicApiKeyConfigAccountIdString", # required
3247
- # region: "US", # required, accepts US, EU
3339
+ # region: "US", # required, accepts US, EU, JP
3248
3340
  # application_ids: ["NewRelicApplicationIdsMemberString"],
3249
3341
  # entity_guids: ["NewRelicEntityGuidsMemberString"],
3250
3342
  # alert_policy_ids: ["NewRelicAlertPolicyIdsMemberString"],
@@ -3417,6 +3509,10 @@ module Aws::DevOpsAgent
3417
3509
  # @option params [Array<String>] :asset_ids
3418
3510
  # Optional list of asset identifiers to attach to the message
3419
3511
  #
3512
+ # @option params [String] :model_tier
3513
+ # Optional model tier selection. Valid values: smart, balanced, fast.
3514
+ # Absent or unrecognized values default to balanced.
3515
+ #
3420
3516
  # @return [Types::SendMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3421
3517
  #
3422
3518
  # * {Types::SendMessageResponse#events #events} => Types::SendMessageEvents
@@ -3585,16 +3681,24 @@ module Aws::DevOpsAgent
3585
3681
  # @example Request syntax with placeholder values
3586
3682
  #
3587
3683
  # resp = client.send_message({
3588
- # agent_space_id: "AgentSpaceId", # required
3684
+ # agent_space_id: "AgentSpaceIdentifier", # required
3589
3685
  # execution_id: "ChatExecutionId", # required
3590
3686
  # content: "MessageContent", # required
3591
3687
  # context: {
3592
3688
  # current_page: "String",
3593
3689
  # last_message: "String",
3594
3690
  # user_action_response: "String",
3691
+ # approval_action: {
3692
+ # tool_use_id: "ToolUseId",
3693
+ # interrupt_id: "InterruptId",
3694
+ # approval_id: "ApprovalId",
3695
+ # button_text: "ButtonText",
3696
+ # action: "APPROVED", # accepts APPROVED, REJECTED
3697
+ # },
3595
3698
  # },
3596
3699
  # user_id: "ResourceId",
3597
3700
  # asset_ids: ["String"],
3701
+ # model_tier: "String",
3598
3702
  # })
3599
3703
  #
3600
3704
  # @example Response structure
@@ -3746,6 +3850,12 @@ module Aws::DevOpsAgent
3746
3850
  # The updated locale for the AgentSpace, which determines the language
3747
3851
  # used in agent responses.
3748
3852
  #
3853
+ # @option params [Hash<String,Boolean>] :preferences
3854
+ # The preferences to configure on the agent space. When provided, this
3855
+ # replaces the full set of configured preferences; preferences not
3856
+ # included revert to their default values. When omitted, the current
3857
+ # preferences are left unchanged.
3858
+ #
3749
3859
  # @return [Types::UpdateAgentSpaceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3750
3860
  #
3751
3861
  # * {Types::UpdateAgentSpaceOutput#agent_space #agent_space} => Types::AgentSpace
@@ -3757,6 +3867,9 @@ module Aws::DevOpsAgent
3757
3867
  # name: "AgentSpaceName",
3758
3868
  # description: "Description",
3759
3869
  # locale: "Locale",
3870
+ # preferences: {
3871
+ # "elevatedActionsEnabled" => false,
3872
+ # },
3760
3873
  # })
3761
3874
  #
3762
3875
  # @example Response structure
@@ -3768,6 +3881,8 @@ module Aws::DevOpsAgent
3768
3881
  # resp.agent_space.updated_at #=> Time
3769
3882
  # resp.agent_space.kms_key_arn #=> String
3770
3883
  # resp.agent_space.agent_space_id #=> String
3884
+ # resp.agent_space.preferences #=> Hash
3885
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
3771
3886
  #
3772
3887
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/UpdateAgentSpace AWS API Documentation
3773
3888
  #
@@ -3778,6 +3893,87 @@ module Aws::DevOpsAgent
3778
3893
  req.send_request(options)
3779
3894
  end
3780
3895
 
3896
+ # Updates an approval request with the terminal decision (APPROVED or
3897
+ # REJECTED). A single operation handles both verbs via the action enum.
3898
+ #
3899
+ # @option params [required, String] :agent_space_id
3900
+ # The agent space identifier — multi-tenant workspace scope. Bound from
3901
+ # the request URI.
3902
+ #
3903
+ # @option params [required, String] :approval_id
3904
+ # Identifier of the approval request being resolved. A UUID. Bound from
3905
+ # the request URI.
3906
+ #
3907
+ # @option params [required, String] :action
3908
+ # The action to take on the approval request — APPROVED or REJECTED.
3909
+ #
3910
+ # @option params [Types::ApprovalPattern] :final_pattern
3911
+ # The finalized pattern (tool + argumentPins) that scopes the approval.
3912
+ # Required when `action` is APPROVED; must be absent when `action`
3913
+ # is REJECTED. The pattern narrows, and must not widen, the invocation
3914
+ # originally requested by the agent. This cross-field invariant is
3915
+ # enforced by service-side validation.
3916
+ #
3917
+ # @option params [String] :reason
3918
+ # Optional free-text rationale for the decision. Permitted when
3919
+ # `action` is REJECTED; ignored when `action` is APPROVED.
3920
+ #
3921
+ # @option params [Integer] :ttl_seconds
3922
+ # Approval lifetime in seconds, starting from when the decision is
3923
+ # submitted. Required when `action` is APPROVED AND `singleUse` is
3924
+ # false; must be absent when `action` is REJECTED or when
3925
+ # `singleUse` is true (a single-use approval backs one executed action
3926
+ # and the redemption window collapses). Cross-field invariants are
3927
+ # enforced by service-side validation; the @range bound here is the
3928
+ # operation-boundary check that always applies (a maximum of 4 hours).
3929
+ #
3930
+ # @option params [Boolean] :single_use
3931
+ # Whether the approved action backs a single executed tool call (true)
3932
+ # or is reusable within ttlSeconds (false). Required when `action` is
3933
+ # APPROVED; must be absent when `action` is REJECTED. When true,
3934
+ # ttlSeconds must be absent (the redemption window collapses to the
3935
+ # single use). When false, ttlSeconds is required and bounds the reuse
3936
+ # window. Cross-field invariants are enforced by service-side
3937
+ # validation.
3938
+ #
3939
+ # @return [Types::UpdateApprovalActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3940
+ #
3941
+ # * {Types::UpdateApprovalActionResponse#approval_id #approval_id} => String
3942
+ # * {Types::UpdateApprovalActionResponse#status #status} => String
3943
+ # * {Types::UpdateApprovalActionResponse#expires_at #expires_at} => Time
3944
+ #
3945
+ # @example Request syntax with placeholder values
3946
+ #
3947
+ # resp = client.update_approval_action({
3948
+ # agent_space_id: "AgentSpaceIdentifier", # required
3949
+ # approval_id: "ApprovalId", # required
3950
+ # action: "APPROVED", # required, accepts APPROVED, REJECTED
3951
+ # final_pattern: {
3952
+ # tool: "ToolIdentifier", # required
3953
+ # argument_pins: { # required
3954
+ # "ApprovalPinKey" => "ApprovalPinValue",
3955
+ # },
3956
+ # },
3957
+ # reason: "ApprovalReason",
3958
+ # ttl_seconds: 1,
3959
+ # single_use: false,
3960
+ # })
3961
+ #
3962
+ # @example Response structure
3963
+ #
3964
+ # resp.approval_id #=> String
3965
+ # resp.status #=> String, one of "PENDING", "APPROVED", "REJECTED", "REVOKED", "REDEEMED"
3966
+ # resp.expires_at #=> Time
3967
+ #
3968
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/UpdateApprovalAction AWS API Documentation
3969
+ #
3970
+ # @overload update_approval_action(params = {})
3971
+ # @param [Hash] params ({})
3972
+ def update_approval_action(params = {}, options = {})
3973
+ req = build_request(:update_approval_action, params)
3974
+ req.send_request(options)
3975
+ end
3976
+
3781
3977
  # Updates an asset in the specified agent space
3782
3978
  #
3783
3979
  # @option params [required, String] :agent_space_id
@@ -3812,7 +4008,7 @@ module Aws::DevOpsAgent
3812
4008
  # @example Request syntax with placeholder values
3813
4009
  #
3814
4010
  # resp = client.update_asset({
3815
- # agent_space_id: "AgentSpaceId", # required
4011
+ # agent_space_id: "AgentSpaceIdentifier", # required
3816
4012
  # asset_id: "ResourceId", # required
3817
4013
  # metadata: {
3818
4014
  # },
@@ -3890,7 +4086,7 @@ module Aws::DevOpsAgent
3890
4086
  # @example Request syntax with placeholder values
3891
4087
  #
3892
4088
  # resp = client.update_asset_file({
3893
- # agent_space_id: "AgentSpaceId", # required
4089
+ # agent_space_id: "AgentSpaceIdentifier", # required
3894
4090
  # asset_id: "ResourceId", # required
3895
4091
  # path: "AssetFilePath", # required
3896
4092
  # content: {
@@ -3953,11 +4149,15 @@ module Aws::DevOpsAgent
3953
4149
  # account_type: "source", # required, accepts source
3954
4150
  # assumable_role_arn: "RoleArn", # required
3955
4151
  # external_id: "String",
4152
+ # agent_elevated_role_arn: "RoleArn",
4153
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
3956
4154
  # },
3957
4155
  # aws: {
3958
4156
  # assumable_role_arn: "RoleArn", # required
3959
4157
  # account_id: "AWSConfigurationAccountIdString", # required
3960
4158
  # account_type: "monitor", # required, accepts monitor
4159
+ # agent_elevated_role_arn: "RoleArn",
4160
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
3961
4161
  # },
3962
4162
  # github: {
3963
4163
  # repo_name: "String", # required
@@ -3994,9 +4194,21 @@ module Aws::DevOpsAgent
3994
4194
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
3995
4195
  # },
3996
4196
  # mcpserverdatadog: {
4197
+ # enabled_elevated_tools: [
4198
+ # {
4199
+ # name: "MCPToolDetailNameString", # required
4200
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4201
+ # },
4202
+ # ],
3997
4203
  # },
3998
4204
  # mcpserver: {
3999
4205
  # tools: ["MCPToolsListMemberString"], # required
4206
+ # tool_details: [
4207
+ # {
4208
+ # name: "MCPToolDetailNameString", # required
4209
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4210
+ # },
4211
+ # ],
4000
4212
  # },
4001
4213
  # gitlab: {
4002
4214
  # project_id: "String", # required
@@ -4020,6 +4232,12 @@ module Aws::DevOpsAgent
4020
4232
  # endpoint: "MCPServerGrafanaConfigurationEndpointString", # required
4021
4233
  # organization_id: "MCPServerGrafanaConfigurationOrganizationIdString",
4022
4234
  # tools: ["MCPToolsListMemberString"],
4235
+ # enabled_elevated_tools: [
4236
+ # {
4237
+ # name: "MCPToolDetailNameString", # required
4238
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4239
+ # },
4240
+ # ],
4023
4241
  # },
4024
4242
  # pagerduty: {
4025
4243
  # services: ["String"], # required
@@ -4027,6 +4245,12 @@ module Aws::DevOpsAgent
4027
4245
  # },
4028
4246
  # mcpserversigv4: {
4029
4247
  # tools: ["MCPToolsListMemberString"], # required
4248
+ # tool_details: [
4249
+ # {
4250
+ # name: "MCPToolDetailNameString", # required
4251
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4252
+ # },
4253
+ # ],
4030
4254
  # },
4031
4255
  # remoteagent: {
4032
4256
  # },
@@ -4052,9 +4276,13 @@ module Aws::DevOpsAgent
4052
4276
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
4053
4277
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
4054
4278
  # resp.association.configuration.source_aws.external_id #=> String
4279
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
4280
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
4055
4281
  # resp.association.configuration.aws.assumable_role_arn #=> String
4056
4282
  # resp.association.configuration.aws.account_id #=> String
4057
4283
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
4284
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
4285
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
4058
4286
  # resp.association.configuration.github.repo_name #=> String
4059
4287
  # resp.association.configuration.github.repo_id #=> String
4060
4288
  # resp.association.configuration.github.owner #=> String
@@ -4075,8 +4303,14 @@ module Aws::DevOpsAgent
4075
4303
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
4076
4304
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
4077
4305
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
4306
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
4307
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
4308
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4078
4309
  # resp.association.configuration.mcpserver.tools #=> Array
4079
4310
  # resp.association.configuration.mcpserver.tools[0] #=> String
4311
+ # resp.association.configuration.mcpserver.tool_details #=> Array
4312
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
4313
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4080
4314
  # resp.association.configuration.gitlab.project_id #=> String
4081
4315
  # resp.association.configuration.gitlab.project_path #=> String
4082
4316
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -4089,11 +4323,17 @@ module Aws::DevOpsAgent
4089
4323
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
4090
4324
  # resp.association.configuration.mcpservergrafana.tools #=> Array
4091
4325
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
4326
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
4327
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
4328
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4092
4329
  # resp.association.configuration.pagerduty.services #=> Array
4093
4330
  # resp.association.configuration.pagerduty.services[0] #=> String
4094
4331
  # resp.association.configuration.pagerduty.customer_email #=> String
4095
4332
  # resp.association.configuration.mcpserversigv4.tools #=> Array
4096
4333
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
4334
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
4335
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
4336
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4097
4337
  # resp.association.capabilities #=> Hash
4098
4338
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
4099
4339
  # resp.webhook.webhook_url #=> String
@@ -4135,10 +4375,10 @@ module Aws::DevOpsAgent
4135
4375
  # @example Request syntax with placeholder values
4136
4376
  #
4137
4377
  # resp = client.update_backlog_task({
4138
- # agent_space_id: "AgentSpaceId", # required
4378
+ # agent_space_id: "AgentSpaceIdentifier", # required
4139
4379
  # task_id: "ResourceId", # required
4140
- # task_status: "PENDING_TRIAGE", # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED
4141
- # client_token: "String",
4380
+ # task_status: "PENDING_TRIAGE", # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED, WAITING
4381
+ # client_token: "UpdateBacklogTaskRequestClientTokenString",
4142
4382
  # })
4143
4383
  #
4144
4384
  # @example Response structure
@@ -4155,7 +4395,7 @@ module Aws::DevOpsAgent
4155
4395
  # resp.task.reference.association_id #=> String
4156
4396
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
4157
4397
  # resp.task.priority #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINIMAL"
4158
- # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED"
4398
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
4159
4399
  # resp.task.created_at #=> Time
4160
4400
  # resp.task.updated_at #=> Time
4161
4401
  # resp.task.version #=> Integer
@@ -4196,12 +4436,12 @@ module Aws::DevOpsAgent
4196
4436
  # @example Request syntax with placeholder values
4197
4437
  #
4198
4438
  # resp = client.update_goal({
4199
- # agent_space_id: "AgentSpaceId", # required
4439
+ # agent_space_id: "AgentSpaceIdentifier", # required
4200
4440
  # goal_id: "String", # required
4201
4441
  # evaluation_schedule: {
4202
4442
  # state: "ENABLED", # required, accepts ENABLED, DISABLED
4203
4443
  # },
4204
- # client_token: "String",
4444
+ # client_token: "UpdateGoalRequestClientTokenString",
4205
4445
  # })
4206
4446
  #
4207
4447
  # @example Response structure
@@ -4350,11 +4590,11 @@ module Aws::DevOpsAgent
4350
4590
  # @example Request syntax with placeholder values
4351
4591
  #
4352
4592
  # resp = client.update_recommendation({
4353
- # agent_space_id: "AgentSpaceId", # required
4593
+ # agent_space_id: "AgentSpaceIdentifier", # required
4354
4594
  # recommendation_id: "ResourceId", # required
4355
4595
  # status: "PROPOSED", # accepts PROPOSED, ACCEPTED, REJECTED, CLOSED, COMPLETED, UPDATE_IN_PROGRESS
4356
4596
  # additional_context: "String",
4357
- # client_token: "String",
4597
+ # client_token: "UpdateRecommendationRequestClientTokenString",
4358
4598
  # })
4359
4599
  #
4360
4600
  # @example Response structure
@@ -4409,7 +4649,7 @@ module Aws::DevOpsAgent
4409
4649
  # @example Request syntax with placeholder values
4410
4650
  #
4411
4651
  # resp = client.update_trigger({
4412
- # agent_space_id: "AgentSpaceId", # required
4652
+ # agent_space_id: "AgentSpaceIdentifier", # required
4413
4653
  # trigger_id: "ResourceId", # required
4414
4654
  # status: "TriggerStatus",
4415
4655
  # client_token: "UpdateTriggerRequestClientTokenString",
@@ -4475,7 +4715,7 @@ module Aws::DevOpsAgent
4475
4715
  tracer: tracer
4476
4716
  )
4477
4717
  context[:gem_name] = 'aws-sdk-devopsagent'
4478
- context[:gem_version] = '1.10.0'
4718
+ context[:gem_version] = '1.12.0'
4479
4719
  Seahorse::Client::Request.new(handlers, context)
4480
4720
  end
4481
4721