aws-sdk-devopsagent 1.11.0 → 1.13.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
  # },
@@ -601,6 +629,14 @@ module Aws::DevOpsAgent
601
629
  # capabilities: {
602
630
  # "RELEASE_READINESS_REVIEW" => {
603
631
  # enabled: false,
632
+ # trigger_filter_groups: [
633
+ # {
634
+ # events: ["PULL_REQUEST_READY_FOR_REVIEW"], # accepts PULL_REQUEST_READY_FOR_REVIEW, PULL_REQUEST_DRAFT
635
+ # target_branches: {
636
+ # patterns: ["TriggerRegexPattern"], # required
637
+ # },
638
+ # },
639
+ # ],
604
640
  # },
605
641
  # },
606
642
  # })
@@ -617,9 +653,13 @@ module Aws::DevOpsAgent
617
653
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
618
654
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
619
655
  # resp.association.configuration.source_aws.external_id #=> String
656
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
657
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
620
658
  # resp.association.configuration.aws.assumable_role_arn #=> String
621
659
  # resp.association.configuration.aws.account_id #=> String
622
660
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
661
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
662
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
623
663
  # resp.association.configuration.github.repo_name #=> String
624
664
  # resp.association.configuration.github.repo_id #=> String
625
665
  # resp.association.configuration.github.owner #=> String
@@ -640,8 +680,14 @@ module Aws::DevOpsAgent
640
680
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
641
681
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
642
682
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
683
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
684
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
685
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
643
686
  # resp.association.configuration.mcpserver.tools #=> Array
644
687
  # resp.association.configuration.mcpserver.tools[0] #=> String
688
+ # resp.association.configuration.mcpserver.tool_details #=> Array
689
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
690
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
645
691
  # resp.association.configuration.gitlab.project_id #=> String
646
692
  # resp.association.configuration.gitlab.project_path #=> String
647
693
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -654,13 +700,24 @@ module Aws::DevOpsAgent
654
700
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
655
701
  # resp.association.configuration.mcpservergrafana.tools #=> Array
656
702
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
703
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
704
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
705
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
657
706
  # resp.association.configuration.pagerduty.services #=> Array
658
707
  # resp.association.configuration.pagerduty.services[0] #=> String
659
708
  # resp.association.configuration.pagerduty.customer_email #=> String
660
709
  # resp.association.configuration.mcpserversigv4.tools #=> Array
661
710
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
711
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
712
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
713
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
662
714
  # resp.association.capabilities #=> Hash
663
715
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
716
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups #=> Array
717
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events #=> Array
718
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events[0] #=> String, one of "PULL_REQUEST_READY_FOR_REVIEW", "PULL_REQUEST_DRAFT"
719
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns #=> Array
720
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns[0] #=> String
664
721
  # resp.webhook.webhook_url #=> String
665
722
  # resp.webhook.webhook_id #=> String
666
723
  # resp.webhook.webhook_type #=> String, one of "hmac", "apikey", "gitlab", "pagerduty"
@@ -704,6 +761,10 @@ module Aws::DevOpsAgent
704
761
  # @option params [Hash<String,String>] :tags
705
762
  # Tags to add to the AgentSpace at creation time.
706
763
  #
764
+ # @option params [Hash<String,Boolean>] :preferences
765
+ # The preferences to configure on the agent space. Preferences not
766
+ # provided take their default values.
767
+ #
707
768
  # @return [Types::CreateAgentSpaceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
708
769
  #
709
770
  # * {Types::CreateAgentSpaceOutput#agent_space #agent_space} => Types::AgentSpace
@@ -720,6 +781,9 @@ module Aws::DevOpsAgent
720
781
  # tags: {
721
782
  # "TagKey" => "TagValue",
722
783
  # },
784
+ # preferences: {
785
+ # "elevatedActionsEnabled" => false,
786
+ # },
723
787
  # })
724
788
  #
725
789
  # @example Response structure
@@ -731,6 +795,8 @@ module Aws::DevOpsAgent
731
795
  # resp.agent_space.updated_at #=> Time
732
796
  # resp.agent_space.kms_key_arn #=> String
733
797
  # resp.agent_space.agent_space_id #=> String
798
+ # resp.agent_space.preferences #=> Hash
799
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
734
800
  # resp.tags #=> Hash
735
801
  # resp.tags["TagKey"] #=> String
736
802
  #
@@ -777,7 +843,7 @@ module Aws::DevOpsAgent
777
843
  # @example Request syntax with placeholder values
778
844
  #
779
845
  # resp = client.create_asset({
780
- # agent_space_id: "AgentSpaceId", # required
846
+ # agent_space_id: "AgentSpaceIdentifier", # required
781
847
  # asset_type: "AssetType", # required
782
848
  # metadata: {
783
849
  # },
@@ -854,7 +920,7 @@ module Aws::DevOpsAgent
854
920
  # @example Request syntax with placeholder values
855
921
  #
856
922
  # resp = client.create_asset_file({
857
- # agent_space_id: "AgentSpaceId", # required
923
+ # agent_space_id: "AgentSpaceIdentifier", # required
858
924
  # asset_id: "ResourceId", # required
859
925
  # path: "AssetFilePath", # required
860
926
  # content: { # required
@@ -918,7 +984,7 @@ module Aws::DevOpsAgent
918
984
  # @example Request syntax with placeholder values
919
985
  #
920
986
  # resp = client.create_backlog_task({
921
- # agent_space_id: "AgentSpaceId", # required
987
+ # agent_space_id: "AgentSpaceIdentifier", # required
922
988
  # reference: {
923
989
  # system: "ReferenceInputSystemString", # required
924
990
  # title: "ReferenceInputTitleString",
@@ -930,7 +996,7 @@ module Aws::DevOpsAgent
930
996
  # title: "BacklogTaskTitle", # required
931
997
  # description: "BacklogTaskDescription",
932
998
  # priority: "CRITICAL", # required, accepts CRITICAL, HIGH, MEDIUM, LOW, MINIMAL
933
- # client_token: "String",
999
+ # client_token: "CreateBacklogTaskRequestClientTokenString",
934
1000
  # })
935
1001
  #
936
1002
  # @example Response structure
@@ -947,7 +1013,7 @@ module Aws::DevOpsAgent
947
1013
  # resp.task.reference.association_id #=> String
948
1014
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
949
1015
  # 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"
1016
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
951
1017
  # resp.task.created_at #=> Time
952
1018
  # resp.task.updated_at #=> Time
953
1019
  # resp.task.version #=> Integer
@@ -967,8 +1033,8 @@ module Aws::DevOpsAgent
967
1033
  # Creates a new chat execution in the specified agent space
968
1034
  #
969
1035
  # @option params [required, String] :agent_space_id
970
- # Unique identifier for an agent space (allows alphanumeric characters
971
- # and hyphens; 1-64 characters)
1036
+ # The unique identifier for the agent space where the chat will be
1037
+ # created.
972
1038
  #
973
1039
  # @option params [String] :user_id
974
1040
  # The user identifier for the chat. This field is deprecated and will be
@@ -986,7 +1052,7 @@ module Aws::DevOpsAgent
986
1052
  # @example Request syntax with placeholder values
987
1053
  #
988
1054
  # resp = client.create_chat({
989
- # agent_space_id: "AgentSpaceId", # required
1055
+ # agent_space_id: "AgentSpaceIdentifier", # required
990
1056
  # user_id: "ResourceId",
991
1057
  # user_type: "IAM", # accepts IAM, IDC, IDP
992
1058
  # })
@@ -1117,7 +1183,7 @@ module Aws::DevOpsAgent
1117
1183
  # @example Request syntax with placeholder values
1118
1184
  #
1119
1185
  # resp = client.create_trigger({
1120
- # agent_space_id: "AgentSpaceId", # required
1186
+ # agent_space_id: "AgentSpaceIdentifier", # required
1121
1187
  # type: "TriggerType", # required
1122
1188
  # condition: { # required
1123
1189
  # schedule: {
@@ -1185,7 +1251,7 @@ module Aws::DevOpsAgent
1185
1251
  # @example Request syntax with placeholder values
1186
1252
  #
1187
1253
  # resp = client.delete_asset({
1188
- # agent_space_id: "AgentSpaceId", # required
1254
+ # agent_space_id: "AgentSpaceIdentifier", # required
1189
1255
  # asset_id: "ResourceId", # required
1190
1256
  # })
1191
1257
  #
@@ -1214,7 +1280,7 @@ module Aws::DevOpsAgent
1214
1280
  # @example Request syntax with placeholder values
1215
1281
  #
1216
1282
  # resp = client.delete_asset_file({
1217
- # agent_space_id: "AgentSpaceId", # required
1283
+ # agent_space_id: "AgentSpaceIdentifier", # required
1218
1284
  # asset_id: "ResourceId", # required
1219
1285
  # path: "AssetFilePath", # required
1220
1286
  # })
@@ -1272,7 +1338,7 @@ module Aws::DevOpsAgent
1272
1338
  # @example Request syntax with placeholder values
1273
1339
  #
1274
1340
  # resp = client.delete_trigger({
1275
- # agent_space_id: "AgentSpaceId", # required
1341
+ # agent_space_id: "AgentSpaceIdentifier", # required
1276
1342
  # trigger_id: "ResourceId", # required
1277
1343
  # })
1278
1344
  #
@@ -1546,6 +1612,8 @@ module Aws::DevOpsAgent
1546
1612
  # resp.agent_space.updated_at #=> Time
1547
1613
  # resp.agent_space.kms_key_arn #=> String
1548
1614
  # resp.agent_space.agent_space_id #=> String
1615
+ # resp.agent_space.preferences #=> Hash
1616
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
1549
1617
  # resp.tags #=> Hash
1550
1618
  # resp.tags["TagKey"] #=> String
1551
1619
  #
@@ -1577,7 +1645,7 @@ module Aws::DevOpsAgent
1577
1645
  # @example Request syntax with placeholder values
1578
1646
  #
1579
1647
  # resp = client.get_asset({
1580
- # agent_space_id: "AgentSpaceId", # required
1648
+ # agent_space_id: "AgentSpaceIdentifier", # required
1581
1649
  # asset_id: "ResourceId", # required
1582
1650
  # asset_version: 1,
1583
1651
  # })
@@ -1619,7 +1687,7 @@ module Aws::DevOpsAgent
1619
1687
  # @example Request syntax with placeholder values
1620
1688
  #
1621
1689
  # resp = client.get_asset_content({
1622
- # agent_space_id: "AgentSpaceId", # required
1690
+ # agent_space_id: "AgentSpaceIdentifier", # required
1623
1691
  # asset_id: "ResourceId", # required
1624
1692
  # asset_version: 1,
1625
1693
  # })
@@ -1660,7 +1728,7 @@ module Aws::DevOpsAgent
1660
1728
  # @example Request syntax with placeholder values
1661
1729
  #
1662
1730
  # resp = client.get_asset_file({
1663
- # agent_space_id: "AgentSpaceId", # required
1731
+ # agent_space_id: "AgentSpaceIdentifier", # required
1664
1732
  # asset_id: "ResourceId", # required
1665
1733
  # path: "AssetFilePath", # required
1666
1734
  # asset_version: 1,
@@ -1715,9 +1783,13 @@ module Aws::DevOpsAgent
1715
1783
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
1716
1784
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
1717
1785
  # resp.association.configuration.source_aws.external_id #=> String
1786
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
1787
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
1718
1788
  # resp.association.configuration.aws.assumable_role_arn #=> String
1719
1789
  # resp.association.configuration.aws.account_id #=> String
1720
1790
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
1791
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
1792
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
1721
1793
  # resp.association.configuration.github.repo_name #=> String
1722
1794
  # resp.association.configuration.github.repo_id #=> String
1723
1795
  # resp.association.configuration.github.owner #=> String
@@ -1738,8 +1810,14 @@ module Aws::DevOpsAgent
1738
1810
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
1739
1811
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
1740
1812
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
1813
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
1814
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
1815
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1741
1816
  # resp.association.configuration.mcpserver.tools #=> Array
1742
1817
  # resp.association.configuration.mcpserver.tools[0] #=> String
1818
+ # resp.association.configuration.mcpserver.tool_details #=> Array
1819
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
1820
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1743
1821
  # resp.association.configuration.gitlab.project_id #=> String
1744
1822
  # resp.association.configuration.gitlab.project_path #=> String
1745
1823
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -1752,13 +1830,24 @@ module Aws::DevOpsAgent
1752
1830
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
1753
1831
  # resp.association.configuration.mcpservergrafana.tools #=> Array
1754
1832
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
1833
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
1834
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
1835
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1755
1836
  # resp.association.configuration.pagerduty.services #=> Array
1756
1837
  # resp.association.configuration.pagerduty.services[0] #=> String
1757
1838
  # resp.association.configuration.pagerduty.customer_email #=> String
1758
1839
  # resp.association.configuration.mcpserversigv4.tools #=> Array
1759
1840
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
1841
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
1842
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
1843
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
1760
1844
  # resp.association.capabilities #=> Hash
1761
1845
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
1846
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups #=> Array
1847
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events #=> Array
1848
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events[0] #=> String, one of "PULL_REQUEST_READY_FOR_REVIEW", "PULL_REQUEST_DRAFT"
1849
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns #=> Array
1850
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns[0] #=> String
1762
1851
  #
1763
1852
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/GetAssociation AWS API Documentation
1764
1853
  #
@@ -1784,7 +1873,7 @@ module Aws::DevOpsAgent
1784
1873
  # @example Request syntax with placeholder values
1785
1874
  #
1786
1875
  # resp = client.get_backlog_task({
1787
- # agent_space_id: "AgentSpaceId", # required
1876
+ # agent_space_id: "AgentSpaceIdentifier", # required
1788
1877
  # task_id: "ResourceId", # required
1789
1878
  # })
1790
1879
  #
@@ -1802,7 +1891,7 @@ module Aws::DevOpsAgent
1802
1891
  # resp.task.reference.association_id #=> String
1803
1892
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
1804
1893
  # 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"
1894
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
1806
1895
  # resp.task.created_at #=> Time
1807
1896
  # resp.task.updated_at #=> Time
1808
1897
  # resp.task.version #=> Integer
@@ -1885,7 +1974,7 @@ module Aws::DevOpsAgent
1885
1974
  # @example Request syntax with placeholder values
1886
1975
  #
1887
1976
  # resp = client.get_recommendation({
1888
- # agent_space_id: "AgentSpaceId", # required
1977
+ # agent_space_id: "AgentSpaceIdentifier", # required
1889
1978
  # recommendation_id: "ResourceId", # required
1890
1979
  # recommendation_version: 1,
1891
1980
  # })
@@ -1965,7 +2054,7 @@ module Aws::DevOpsAgent
1965
2054
  # resp.service.additional_service_details.mcpserversplunk.description #=> String
1966
2055
  # resp.service.additional_service_details.mcpserversplunk.api_key_header #=> String
1967
2056
  # resp.service.additional_service_details.mcpservernewrelic.account_id #=> String
1968
- # resp.service.additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU"
2057
+ # resp.service.additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU", "JP"
1969
2058
  # resp.service.additional_service_details.mcpservernewrelic.description #=> String
1970
2059
  # resp.service.additional_service_details.azuredevops.organization_name #=> String
1971
2060
  # resp.service.additional_service_details.azureidentity.tenant_id #=> String
@@ -1999,6 +2088,8 @@ module Aws::DevOpsAgent
1999
2088
  # resp.service.additional_service_details.remoteagentsigv4.role_arn #=> String
2000
2089
  # resp.service.kms_key_arn #=> String
2001
2090
  # resp.service.private_connection_name #=> String
2091
+ # resp.service.created_at #=> Time
2092
+ # resp.service.updated_at #=> Time
2002
2093
  # resp.tags #=> Hash
2003
2094
  # resp.tags["TagKey"] #=> String
2004
2095
  #
@@ -2026,7 +2117,7 @@ module Aws::DevOpsAgent
2026
2117
  # @example Request syntax with placeholder values
2027
2118
  #
2028
2119
  # resp = client.get_trigger({
2029
- # agent_space_id: "AgentSpaceId", # required
2120
+ # agent_space_id: "AgentSpaceIdentifier", # required
2030
2121
  # trigger_id: "ResourceId", # required
2031
2122
  # })
2032
2123
  #
@@ -2082,6 +2173,8 @@ module Aws::DevOpsAgent
2082
2173
  # resp.agent_spaces[0].updated_at #=> Time
2083
2174
  # resp.agent_spaces[0].kms_key_arn #=> String
2084
2175
  # resp.agent_spaces[0].agent_space_id #=> String
2176
+ # resp.agent_spaces[0].preferences #=> Hash
2177
+ # resp.agent_spaces[0].preferences["AgentSpacePreferenceKey"] #=> Boolean
2085
2178
  #
2086
2179
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListAgentSpaces AWS API Documentation
2087
2180
  #
@@ -2121,7 +2214,7 @@ module Aws::DevOpsAgent
2121
2214
  # @example Request syntax with placeholder values
2122
2215
  #
2123
2216
  # resp = client.list_asset_files({
2124
- # agent_space_id: "AgentSpaceId", # required
2217
+ # agent_space_id: "AgentSpaceIdentifier", # required
2125
2218
  # asset_id: "ResourceId", # required
2126
2219
  # asset_version: 1,
2127
2220
  # next_token: "NextToken",
@@ -2210,7 +2303,7 @@ module Aws::DevOpsAgent
2210
2303
  # @example Request syntax with placeholder values
2211
2304
  #
2212
2305
  # resp = client.list_asset_versions({
2213
- # agent_space_id: "AgentSpaceId", # required
2306
+ # agent_space_id: "AgentSpaceIdentifier", # required
2214
2307
  # asset_id: "ResourceId", # required
2215
2308
  # max_results: 1,
2216
2309
  # next_token: "NextToken",
@@ -2264,7 +2357,7 @@ module Aws::DevOpsAgent
2264
2357
  # @example Request syntax with placeholder values
2265
2358
  #
2266
2359
  # resp = client.list_assets({
2267
- # agent_space_id: "AgentSpaceId", # required
2360
+ # agent_space_id: "AgentSpaceIdentifier", # required
2268
2361
  # asset_type: "AssetType",
2269
2362
  # updated_after: Time.now,
2270
2363
  # updated_before: Time.now,
@@ -2336,9 +2429,13 @@ module Aws::DevOpsAgent
2336
2429
  # resp.associations[0].configuration.source_aws.account_type #=> String, one of "source"
2337
2430
  # resp.associations[0].configuration.source_aws.assumable_role_arn #=> String
2338
2431
  # resp.associations[0].configuration.source_aws.external_id #=> String
2432
+ # resp.associations[0].configuration.source_aws.agent_elevated_role_arn #=> String
2433
+ # resp.associations[0].configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
2339
2434
  # resp.associations[0].configuration.aws.assumable_role_arn #=> String
2340
2435
  # resp.associations[0].configuration.aws.account_id #=> String
2341
2436
  # resp.associations[0].configuration.aws.account_type #=> String, one of "monitor"
2437
+ # resp.associations[0].configuration.aws.agent_elevated_role_arn #=> String
2438
+ # resp.associations[0].configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
2342
2439
  # resp.associations[0].configuration.github.repo_name #=> String
2343
2440
  # resp.associations[0].configuration.github.repo_id #=> String
2344
2441
  # resp.associations[0].configuration.github.owner #=> String
@@ -2359,8 +2456,14 @@ module Aws::DevOpsAgent
2359
2456
  # resp.associations[0].configuration.servicenow.auth_scopes[0] #=> String
2360
2457
  # resp.associations[0].configuration.mcpservernewrelic.account_id #=> String
2361
2458
  # resp.associations[0].configuration.mcpservernewrelic.endpoint #=> String
2459
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
2460
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
2461
+ # resp.associations[0].configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2362
2462
  # resp.associations[0].configuration.mcpserver.tools #=> Array
2363
2463
  # resp.associations[0].configuration.mcpserver.tools[0] #=> String
2464
+ # resp.associations[0].configuration.mcpserver.tool_details #=> Array
2465
+ # resp.associations[0].configuration.mcpserver.tool_details[0].name #=> String
2466
+ # resp.associations[0].configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2364
2467
  # resp.associations[0].configuration.gitlab.project_id #=> String
2365
2468
  # resp.associations[0].configuration.gitlab.project_path #=> String
2366
2469
  # resp.associations[0].configuration.gitlab.instance_identifier #=> String
@@ -2373,13 +2476,24 @@ module Aws::DevOpsAgent
2373
2476
  # resp.associations[0].configuration.mcpservergrafana.organization_id #=> String
2374
2477
  # resp.associations[0].configuration.mcpservergrafana.tools #=> Array
2375
2478
  # resp.associations[0].configuration.mcpservergrafana.tools[0] #=> String
2479
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools #=> Array
2480
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
2481
+ # resp.associations[0].configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2376
2482
  # resp.associations[0].configuration.pagerduty.services #=> Array
2377
2483
  # resp.associations[0].configuration.pagerduty.services[0] #=> String
2378
2484
  # resp.associations[0].configuration.pagerduty.customer_email #=> String
2379
2485
  # resp.associations[0].configuration.mcpserversigv4.tools #=> Array
2380
2486
  # resp.associations[0].configuration.mcpserversigv4.tools[0] #=> String
2487
+ # resp.associations[0].configuration.mcpserversigv4.tool_details #=> Array
2488
+ # resp.associations[0].configuration.mcpserversigv4.tool_details[0].name #=> String
2489
+ # resp.associations[0].configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
2381
2490
  # resp.associations[0].capabilities #=> Hash
2382
2491
  # resp.associations[0].capabilities["CapabilityType"].enabled #=> Boolean
2492
+ # resp.associations[0].capabilities["CapabilityType"].trigger_filter_groups #=> Array
2493
+ # resp.associations[0].capabilities["CapabilityType"].trigger_filter_groups[0].events #=> Array
2494
+ # resp.associations[0].capabilities["CapabilityType"].trigger_filter_groups[0].events[0] #=> String, one of "PULL_REQUEST_READY_FOR_REVIEW", "PULL_REQUEST_DRAFT"
2495
+ # resp.associations[0].capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns #=> Array
2496
+ # resp.associations[0].capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns[0] #=> String
2383
2497
  #
2384
2498
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListAssociations AWS API Documentation
2385
2499
  #
@@ -2429,12 +2543,12 @@ module Aws::DevOpsAgent
2429
2543
  # @example Request syntax with placeholder values
2430
2544
  #
2431
2545
  # resp = client.list_backlog_tasks({
2432
- # agent_space_id: "AgentSpaceId", # required
2546
+ # agent_space_id: "AgentSpaceIdentifier", # required
2433
2547
  # filter: {
2434
2548
  # created_after: Time.now,
2435
2549
  # created_before: Time.now,
2436
2550
  # 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
2551
+ # status: ["PENDING_TRIAGE"], # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED, WAITING
2438
2552
  # task_type: ["INVESTIGATION"], # accepts INVESTIGATION, EVALUATION, RELEASE_READINESS_REVIEW, RELEASE_TESTING
2439
2553
  # primary_task_id: "ResourceId",
2440
2554
  # },
@@ -2459,7 +2573,7 @@ module Aws::DevOpsAgent
2459
2573
  # resp.tasks[0].reference.association_id #=> String
2460
2574
  # resp.tasks[0].task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
2461
2575
  # 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"
2576
+ # 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
2577
  # resp.tasks[0].created_at #=> Time
2464
2578
  # resp.tasks[0].updated_at #=> Time
2465
2579
  # resp.tasks[0].version #=> Integer
@@ -2480,8 +2594,7 @@ module Aws::DevOpsAgent
2480
2594
  # Retrieves a paginated list of the user's recent chat executions
2481
2595
  #
2482
2596
  # @option params [required, String] :agent_space_id
2483
- # Unique identifier for an agent space (allows alphanumeric characters
2484
- # and hyphens; 1-64 characters)
2597
+ # The unique identifier for the agent space to list chats from.
2485
2598
  #
2486
2599
  # @option params [String] :user_id
2487
2600
  # The user identifier to list chats for. This field is deprecated and
@@ -2502,7 +2615,7 @@ module Aws::DevOpsAgent
2502
2615
  # @example Request syntax with placeholder values
2503
2616
  #
2504
2617
  # resp = client.list_chats({
2505
- # agent_space_id: "AgentSpaceId", # required
2618
+ # agent_space_id: "AgentSpaceIdentifier", # required
2506
2619
  # user_id: "ResourceId",
2507
2620
  # max_results: 1,
2508
2621
  # next_token: "String",
@@ -2550,7 +2663,7 @@ module Aws::DevOpsAgent
2550
2663
  # @example Request syntax with placeholder values
2551
2664
  #
2552
2665
  # resp = client.list_executions({
2553
- # agent_space_id: "AgentSpaceId", # required
2666
+ # agent_space_id: "AgentSpaceIdentifier", # required
2554
2667
  # task_id: "ResourceId", # required
2555
2668
  # limit: 1,
2556
2669
  # next_token: "NextToken",
@@ -2565,7 +2678,7 @@ module Aws::DevOpsAgent
2565
2678
  # resp.executions[0].agent_sub_task #=> String
2566
2679
  # resp.executions[0].created_at #=> Time
2567
2680
  # resp.executions[0].updated_at #=> Time
2568
- # resp.executions[0].execution_status #=> String, one of "FAILED", "RUNNING", "STOPPED", "CANCELED", "TIMED_OUT"
2681
+ # resp.executions[0].execution_status #=> String, one of "FAILED", "RUNNING", "STOPPED", "CANCELED", "TIMED_OUT", "WAITING"
2569
2682
  # resp.executions[0].agent_type #=> String
2570
2683
  # resp.executions[0].uid #=> String
2571
2684
  # resp.next_token #=> String
@@ -2606,7 +2719,7 @@ module Aws::DevOpsAgent
2606
2719
  # @example Request syntax with placeholder values
2607
2720
  #
2608
2721
  # resp = client.list_goals({
2609
- # agent_space_id: "AgentSpaceId", # required
2722
+ # agent_space_id: "AgentSpaceIdentifier", # required
2610
2723
  # status: "ACTIVE", # accepts ACTIVE, PAUSED, COMPLETE
2611
2724
  # goal_type: "CUSTOMER_DEFINED", # accepts CUSTOMER_DEFINED, ONCALL_REPORT
2612
2725
  # limit: 1,
@@ -2674,7 +2787,7 @@ module Aws::DevOpsAgent
2674
2787
  # @example Request syntax with placeholder values
2675
2788
  #
2676
2789
  # resp = client.list_journal_records({
2677
- # agent_space_id: "AgentSpaceId", # required
2790
+ # agent_space_id: "AgentSpaceIdentifier", # required
2678
2791
  # execution_id: "ResourceId", # required
2679
2792
  # limit: 1,
2680
2793
  # next_token: "NextToken",
@@ -2809,7 +2922,7 @@ module Aws::DevOpsAgent
2809
2922
  # @example Request syntax with placeholder values
2810
2923
  #
2811
2924
  # resp = client.list_recommendations({
2812
- # agent_space_id: "AgentSpaceId", # required
2925
+ # agent_space_id: "AgentSpaceIdentifier", # required
2813
2926
  # task_id: "ResourceId",
2814
2927
  # goal_id: "ResourceId",
2815
2928
  # status: "PROPOSED", # accepts PROPOSED, ACCEPTED, REJECTED, CLOSED, COMPLETED, UPDATE_IN_PROGRESS
@@ -2907,7 +3020,7 @@ module Aws::DevOpsAgent
2907
3020
  # resp.services[0].additional_service_details.mcpserversplunk.description #=> String
2908
3021
  # resp.services[0].additional_service_details.mcpserversplunk.api_key_header #=> String
2909
3022
  # resp.services[0].additional_service_details.mcpservernewrelic.account_id #=> String
2910
- # resp.services[0].additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU"
3023
+ # resp.services[0].additional_service_details.mcpservernewrelic.region #=> String, one of "US", "EU", "JP"
2911
3024
  # resp.services[0].additional_service_details.mcpservernewrelic.description #=> String
2912
3025
  # resp.services[0].additional_service_details.azuredevops.organization_name #=> String
2913
3026
  # resp.services[0].additional_service_details.azureidentity.tenant_id #=> String
@@ -2941,6 +3054,8 @@ module Aws::DevOpsAgent
2941
3054
  # resp.services[0].additional_service_details.remoteagentsigv4.role_arn #=> String
2942
3055
  # resp.services[0].kms_key_arn #=> String
2943
3056
  # resp.services[0].private_connection_name #=> String
3057
+ # resp.services[0].created_at #=> Time
3058
+ # resp.services[0].updated_at #=> Time
2944
3059
  #
2945
3060
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/ListServices AWS API Documentation
2946
3061
  #
@@ -3006,7 +3121,7 @@ module Aws::DevOpsAgent
3006
3121
  # @example Request syntax with placeholder values
3007
3122
  #
3008
3123
  # resp = client.list_triggers({
3009
- # agent_space_id: "AgentSpaceId", # required
3124
+ # agent_space_id: "AgentSpaceIdentifier", # required
3010
3125
  # status: "TriggerStatus",
3011
3126
  # next_token: "NextToken",
3012
3127
  # max_results: 1,
@@ -3193,7 +3308,7 @@ module Aws::DevOpsAgent
3193
3308
  # gitlab: {
3194
3309
  # target_url: "GitLabDetailsTargetUrlString", # required
3195
3310
  # token_type: "personal", # required, accepts personal, group
3196
- # token_value: "GitLabDetailsTokenValueString", # required
3311
+ # token_value: "GitLabTokenValue", # required
3197
3312
  # group_id: "String",
3198
3313
  # },
3199
3314
  # mcpserversplunk: {
@@ -3242,9 +3357,9 @@ module Aws::DevOpsAgent
3242
3357
  # mcpservernewrelic: {
3243
3358
  # authorization_config: { # required
3244
3359
  # api_key: {
3245
- # api_key: "NewRelicApiKeyConfigApiKeyString", # required
3360
+ # api_key: "NewRelicApiKey", # required
3246
3361
  # account_id: "NewRelicApiKeyConfigAccountIdString", # required
3247
- # region: "US", # required, accepts US, EU
3362
+ # region: "US", # required, accepts US, EU, JP
3248
3363
  # application_ids: ["NewRelicApplicationIdsMemberString"],
3249
3364
  # entity_guids: ["NewRelicEntityGuidsMemberString"],
3250
3365
  # alert_policy_ids: ["NewRelicAlertPolicyIdsMemberString"],
@@ -3417,6 +3532,10 @@ module Aws::DevOpsAgent
3417
3532
  # @option params [Array<String>] :asset_ids
3418
3533
  # Optional list of asset identifiers to attach to the message
3419
3534
  #
3535
+ # @option params [String] :model_tier
3536
+ # Optional model tier selection. Valid values: smart, balanced, fast.
3537
+ # Absent or unrecognized values default to balanced.
3538
+ #
3420
3539
  # @return [Types::SendMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3421
3540
  #
3422
3541
  # * {Types::SendMessageResponse#events #events} => Types::SendMessageEvents
@@ -3585,16 +3704,24 @@ module Aws::DevOpsAgent
3585
3704
  # @example Request syntax with placeholder values
3586
3705
  #
3587
3706
  # resp = client.send_message({
3588
- # agent_space_id: "AgentSpaceId", # required
3707
+ # agent_space_id: "AgentSpaceIdentifier", # required
3589
3708
  # execution_id: "ChatExecutionId", # required
3590
3709
  # content: "MessageContent", # required
3591
3710
  # context: {
3592
3711
  # current_page: "String",
3593
3712
  # last_message: "String",
3594
3713
  # user_action_response: "String",
3714
+ # approval_action: {
3715
+ # tool_use_id: "ToolUseId",
3716
+ # interrupt_id: "InterruptId",
3717
+ # approval_id: "ApprovalId",
3718
+ # button_text: "ButtonText",
3719
+ # action: "APPROVED", # accepts APPROVED, REJECTED
3720
+ # },
3595
3721
  # },
3596
3722
  # user_id: "ResourceId",
3597
3723
  # asset_ids: ["String"],
3724
+ # model_tier: "String",
3598
3725
  # })
3599
3726
  #
3600
3727
  # @example Response structure
@@ -3746,6 +3873,12 @@ module Aws::DevOpsAgent
3746
3873
  # The updated locale for the AgentSpace, which determines the language
3747
3874
  # used in agent responses.
3748
3875
  #
3876
+ # @option params [Hash<String,Boolean>] :preferences
3877
+ # The preferences to configure on the agent space. When provided, this
3878
+ # replaces the full set of configured preferences; preferences not
3879
+ # included revert to their default values. When omitted, the current
3880
+ # preferences are left unchanged.
3881
+ #
3749
3882
  # @return [Types::UpdateAgentSpaceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3750
3883
  #
3751
3884
  # * {Types::UpdateAgentSpaceOutput#agent_space #agent_space} => Types::AgentSpace
@@ -3757,6 +3890,9 @@ module Aws::DevOpsAgent
3757
3890
  # name: "AgentSpaceName",
3758
3891
  # description: "Description",
3759
3892
  # locale: "Locale",
3893
+ # preferences: {
3894
+ # "elevatedActionsEnabled" => false,
3895
+ # },
3760
3896
  # })
3761
3897
  #
3762
3898
  # @example Response structure
@@ -3768,6 +3904,8 @@ module Aws::DevOpsAgent
3768
3904
  # resp.agent_space.updated_at #=> Time
3769
3905
  # resp.agent_space.kms_key_arn #=> String
3770
3906
  # resp.agent_space.agent_space_id #=> String
3907
+ # resp.agent_space.preferences #=> Hash
3908
+ # resp.agent_space.preferences["AgentSpacePreferenceKey"] #=> Boolean
3771
3909
  #
3772
3910
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/UpdateAgentSpace AWS API Documentation
3773
3911
  #
@@ -3778,6 +3916,87 @@ module Aws::DevOpsAgent
3778
3916
  req.send_request(options)
3779
3917
  end
3780
3918
 
3919
+ # Updates an approval request with the terminal decision (APPROVED or
3920
+ # REJECTED). A single operation handles both verbs via the action enum.
3921
+ #
3922
+ # @option params [required, String] :agent_space_id
3923
+ # The agent space identifier — multi-tenant workspace scope. Bound from
3924
+ # the request URI.
3925
+ #
3926
+ # @option params [required, String] :approval_id
3927
+ # Identifier of the approval request being resolved. A UUID. Bound from
3928
+ # the request URI.
3929
+ #
3930
+ # @option params [required, String] :action
3931
+ # The action to take on the approval request — APPROVED or REJECTED.
3932
+ #
3933
+ # @option params [Types::ApprovalPattern] :final_pattern
3934
+ # The finalized pattern (tool + argumentPins) that scopes the approval.
3935
+ # Required when `action` is APPROVED; must be absent when `action`
3936
+ # is REJECTED. The pattern narrows, and must not widen, the invocation
3937
+ # originally requested by the agent. This cross-field invariant is
3938
+ # enforced by service-side validation.
3939
+ #
3940
+ # @option params [String] :reason
3941
+ # Optional free-text rationale for the decision. Permitted when
3942
+ # `action` is REJECTED; ignored when `action` is APPROVED.
3943
+ #
3944
+ # @option params [Integer] :ttl_seconds
3945
+ # Approval lifetime in seconds, starting from when the decision is
3946
+ # submitted. Required when `action` is APPROVED AND `singleUse` is
3947
+ # false; must be absent when `action` is REJECTED or when
3948
+ # `singleUse` is true (a single-use approval backs one executed action
3949
+ # and the redemption window collapses). Cross-field invariants are
3950
+ # enforced by service-side validation; the @range bound here is the
3951
+ # operation-boundary check that always applies (a maximum of 4 hours).
3952
+ #
3953
+ # @option params [Boolean] :single_use
3954
+ # Whether the approved action backs a single executed tool call (true)
3955
+ # or is reusable within ttlSeconds (false). Required when `action` is
3956
+ # APPROVED; must be absent when `action` is REJECTED. When true,
3957
+ # ttlSeconds must be absent (the redemption window collapses to the
3958
+ # single use). When false, ttlSeconds is required and bounds the reuse
3959
+ # window. Cross-field invariants are enforced by service-side
3960
+ # validation.
3961
+ #
3962
+ # @return [Types::UpdateApprovalActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3963
+ #
3964
+ # * {Types::UpdateApprovalActionResponse#approval_id #approval_id} => String
3965
+ # * {Types::UpdateApprovalActionResponse#status #status} => String
3966
+ # * {Types::UpdateApprovalActionResponse#expires_at #expires_at} => Time
3967
+ #
3968
+ # @example Request syntax with placeholder values
3969
+ #
3970
+ # resp = client.update_approval_action({
3971
+ # agent_space_id: "AgentSpaceIdentifier", # required
3972
+ # approval_id: "ApprovalId", # required
3973
+ # action: "APPROVED", # required, accepts APPROVED, REJECTED
3974
+ # final_pattern: {
3975
+ # tool: "ToolIdentifier", # required
3976
+ # argument_pins: { # required
3977
+ # "ApprovalPinKey" => "ApprovalPinValue",
3978
+ # },
3979
+ # },
3980
+ # reason: "ApprovalReason",
3981
+ # ttl_seconds: 1,
3982
+ # single_use: false,
3983
+ # })
3984
+ #
3985
+ # @example Response structure
3986
+ #
3987
+ # resp.approval_id #=> String
3988
+ # resp.status #=> String, one of "PENDING", "APPROVED", "REJECTED", "REVOKED", "REDEEMED"
3989
+ # resp.expires_at #=> Time
3990
+ #
3991
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/UpdateApprovalAction AWS API Documentation
3992
+ #
3993
+ # @overload update_approval_action(params = {})
3994
+ # @param [Hash] params ({})
3995
+ def update_approval_action(params = {}, options = {})
3996
+ req = build_request(:update_approval_action, params)
3997
+ req.send_request(options)
3998
+ end
3999
+
3781
4000
  # Updates an asset in the specified agent space
3782
4001
  #
3783
4002
  # @option params [required, String] :agent_space_id
@@ -3812,7 +4031,7 @@ module Aws::DevOpsAgent
3812
4031
  # @example Request syntax with placeholder values
3813
4032
  #
3814
4033
  # resp = client.update_asset({
3815
- # agent_space_id: "AgentSpaceId", # required
4034
+ # agent_space_id: "AgentSpaceIdentifier", # required
3816
4035
  # asset_id: "ResourceId", # required
3817
4036
  # metadata: {
3818
4037
  # },
@@ -3890,7 +4109,7 @@ module Aws::DevOpsAgent
3890
4109
  # @example Request syntax with placeholder values
3891
4110
  #
3892
4111
  # resp = client.update_asset_file({
3893
- # agent_space_id: "AgentSpaceId", # required
4112
+ # agent_space_id: "AgentSpaceIdentifier", # required
3894
4113
  # asset_id: "ResourceId", # required
3895
4114
  # path: "AssetFilePath", # required
3896
4115
  # content: {
@@ -3953,11 +4172,15 @@ module Aws::DevOpsAgent
3953
4172
  # account_type: "source", # required, accepts source
3954
4173
  # assumable_role_arn: "RoleArn", # required
3955
4174
  # external_id: "String",
4175
+ # agent_elevated_role_arn: "RoleArn",
4176
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
3956
4177
  # },
3957
4178
  # aws: {
3958
4179
  # assumable_role_arn: "RoleArn", # required
3959
4180
  # account_id: "AWSConfigurationAccountIdString", # required
3960
4181
  # account_type: "monitor", # required, accepts monitor
4182
+ # agent_elevated_role_arn: "RoleArn",
4183
+ # agent_elevated_role_arn_status: "valid", # accepts valid, invalid, pending-confirmation
3961
4184
  # },
3962
4185
  # github: {
3963
4186
  # repo_name: "String", # required
@@ -3994,9 +4217,21 @@ module Aws::DevOpsAgent
3994
4217
  # endpoint: "MCPServerNewRelicConfigurationEndpointString", # required
3995
4218
  # },
3996
4219
  # mcpserverdatadog: {
4220
+ # enabled_elevated_tools: [
4221
+ # {
4222
+ # name: "MCPToolDetailNameString", # required
4223
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4224
+ # },
4225
+ # ],
3997
4226
  # },
3998
4227
  # mcpserver: {
3999
4228
  # tools: ["MCPToolsListMemberString"], # required
4229
+ # tool_details: [
4230
+ # {
4231
+ # name: "MCPToolDetailNameString", # required
4232
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4233
+ # },
4234
+ # ],
4000
4235
  # },
4001
4236
  # gitlab: {
4002
4237
  # project_id: "String", # required
@@ -4020,6 +4255,12 @@ module Aws::DevOpsAgent
4020
4255
  # endpoint: "MCPServerGrafanaConfigurationEndpointString", # required
4021
4256
  # organization_id: "MCPServerGrafanaConfigurationOrganizationIdString",
4022
4257
  # tools: ["MCPToolsListMemberString"],
4258
+ # enabled_elevated_tools: [
4259
+ # {
4260
+ # name: "MCPToolDetailNameString", # required
4261
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4262
+ # },
4263
+ # ],
4023
4264
  # },
4024
4265
  # pagerduty: {
4025
4266
  # services: ["String"], # required
@@ -4027,6 +4268,12 @@ module Aws::DevOpsAgent
4027
4268
  # },
4028
4269
  # mcpserversigv4: {
4029
4270
  # tools: ["MCPToolsListMemberString"], # required
4271
+ # tool_details: [
4272
+ # {
4273
+ # name: "MCPToolDetailNameString", # required
4274
+ # tool_classification: "READ_ONLY", # accepts READ_ONLY, MUTATIVE, DESTRUCTIVE
4275
+ # },
4276
+ # ],
4030
4277
  # },
4031
4278
  # remoteagent: {
4032
4279
  # },
@@ -4036,6 +4283,14 @@ module Aws::DevOpsAgent
4036
4283
  # capabilities: {
4037
4284
  # "RELEASE_READINESS_REVIEW" => {
4038
4285
  # enabled: false,
4286
+ # trigger_filter_groups: [
4287
+ # {
4288
+ # events: ["PULL_REQUEST_READY_FOR_REVIEW"], # accepts PULL_REQUEST_READY_FOR_REVIEW, PULL_REQUEST_DRAFT
4289
+ # target_branches: {
4290
+ # patterns: ["TriggerRegexPattern"], # required
4291
+ # },
4292
+ # },
4293
+ # ],
4039
4294
  # },
4040
4295
  # },
4041
4296
  # })
@@ -4052,9 +4307,13 @@ module Aws::DevOpsAgent
4052
4307
  # resp.association.configuration.source_aws.account_type #=> String, one of "source"
4053
4308
  # resp.association.configuration.source_aws.assumable_role_arn #=> String
4054
4309
  # resp.association.configuration.source_aws.external_id #=> String
4310
+ # resp.association.configuration.source_aws.agent_elevated_role_arn #=> String
4311
+ # resp.association.configuration.source_aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
4055
4312
  # resp.association.configuration.aws.assumable_role_arn #=> String
4056
4313
  # resp.association.configuration.aws.account_id #=> String
4057
4314
  # resp.association.configuration.aws.account_type #=> String, one of "monitor"
4315
+ # resp.association.configuration.aws.agent_elevated_role_arn #=> String
4316
+ # resp.association.configuration.aws.agent_elevated_role_arn_status #=> String, one of "valid", "invalid", "pending-confirmation"
4058
4317
  # resp.association.configuration.github.repo_name #=> String
4059
4318
  # resp.association.configuration.github.repo_id #=> String
4060
4319
  # resp.association.configuration.github.owner #=> String
@@ -4075,8 +4334,14 @@ module Aws::DevOpsAgent
4075
4334
  # resp.association.configuration.servicenow.auth_scopes[0] #=> String
4076
4335
  # resp.association.configuration.mcpservernewrelic.account_id #=> String
4077
4336
  # resp.association.configuration.mcpservernewrelic.endpoint #=> String
4337
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools #=> Array
4338
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].name #=> String
4339
+ # resp.association.configuration.mcpserverdatadog.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4078
4340
  # resp.association.configuration.mcpserver.tools #=> Array
4079
4341
  # resp.association.configuration.mcpserver.tools[0] #=> String
4342
+ # resp.association.configuration.mcpserver.tool_details #=> Array
4343
+ # resp.association.configuration.mcpserver.tool_details[0].name #=> String
4344
+ # resp.association.configuration.mcpserver.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4080
4345
  # resp.association.configuration.gitlab.project_id #=> String
4081
4346
  # resp.association.configuration.gitlab.project_path #=> String
4082
4347
  # resp.association.configuration.gitlab.instance_identifier #=> String
@@ -4089,13 +4354,24 @@ module Aws::DevOpsAgent
4089
4354
  # resp.association.configuration.mcpservergrafana.organization_id #=> String
4090
4355
  # resp.association.configuration.mcpservergrafana.tools #=> Array
4091
4356
  # resp.association.configuration.mcpservergrafana.tools[0] #=> String
4357
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools #=> Array
4358
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].name #=> String
4359
+ # resp.association.configuration.mcpservergrafana.enabled_elevated_tools[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4092
4360
  # resp.association.configuration.pagerduty.services #=> Array
4093
4361
  # resp.association.configuration.pagerduty.services[0] #=> String
4094
4362
  # resp.association.configuration.pagerduty.customer_email #=> String
4095
4363
  # resp.association.configuration.mcpserversigv4.tools #=> Array
4096
4364
  # resp.association.configuration.mcpserversigv4.tools[0] #=> String
4365
+ # resp.association.configuration.mcpserversigv4.tool_details #=> Array
4366
+ # resp.association.configuration.mcpserversigv4.tool_details[0].name #=> String
4367
+ # resp.association.configuration.mcpserversigv4.tool_details[0].tool_classification #=> String, one of "READ_ONLY", "MUTATIVE", "DESTRUCTIVE"
4097
4368
  # resp.association.capabilities #=> Hash
4098
4369
  # resp.association.capabilities["CapabilityType"].enabled #=> Boolean
4370
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups #=> Array
4371
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events #=> Array
4372
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].events[0] #=> String, one of "PULL_REQUEST_READY_FOR_REVIEW", "PULL_REQUEST_DRAFT"
4373
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns #=> Array
4374
+ # resp.association.capabilities["CapabilityType"].trigger_filter_groups[0].target_branches.patterns[0] #=> String
4099
4375
  # resp.webhook.webhook_url #=> String
4100
4376
  # resp.webhook.webhook_id #=> String
4101
4377
  # resp.webhook.webhook_type #=> String, one of "hmac", "apikey", "gitlab", "pagerduty"
@@ -4135,10 +4411,10 @@ module Aws::DevOpsAgent
4135
4411
  # @example Request syntax with placeholder values
4136
4412
  #
4137
4413
  # resp = client.update_backlog_task({
4138
- # agent_space_id: "AgentSpaceId", # required
4414
+ # agent_space_id: "AgentSpaceIdentifier", # required
4139
4415
  # 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",
4416
+ # task_status: "PENDING_TRIAGE", # accepts PENDING_TRIAGE, LINKED, PENDING_START, IN_PROGRESS, PENDING_CUSTOMER_APPROVAL, COMPLETED, FAILED, TIMED_OUT, CANCELED, SKIPPED, WAITING
4417
+ # client_token: "UpdateBacklogTaskRequestClientTokenString",
4142
4418
  # })
4143
4419
  #
4144
4420
  # @example Response structure
@@ -4155,7 +4431,7 @@ module Aws::DevOpsAgent
4155
4431
  # resp.task.reference.association_id #=> String
4156
4432
  # resp.task.task_type #=> String, one of "INVESTIGATION", "EVALUATION", "RELEASE_READINESS_REVIEW", "RELEASE_TESTING"
4157
4433
  # 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"
4434
+ # resp.task.status #=> String, one of "PENDING_TRIAGE", "LINKED", "PENDING_START", "IN_PROGRESS", "PENDING_CUSTOMER_APPROVAL", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELED", "SKIPPED", "WAITING"
4159
4435
  # resp.task.created_at #=> Time
4160
4436
  # resp.task.updated_at #=> Time
4161
4437
  # resp.task.version #=> Integer
@@ -4196,12 +4472,12 @@ module Aws::DevOpsAgent
4196
4472
  # @example Request syntax with placeholder values
4197
4473
  #
4198
4474
  # resp = client.update_goal({
4199
- # agent_space_id: "AgentSpaceId", # required
4475
+ # agent_space_id: "AgentSpaceIdentifier", # required
4200
4476
  # goal_id: "String", # required
4201
4477
  # evaluation_schedule: {
4202
4478
  # state: "ENABLED", # required, accepts ENABLED, DISABLED
4203
4479
  # },
4204
- # client_token: "String",
4480
+ # client_token: "UpdateGoalRequestClientTokenString",
4205
4481
  # })
4206
4482
  #
4207
4483
  # @example Response structure
@@ -4350,11 +4626,11 @@ module Aws::DevOpsAgent
4350
4626
  # @example Request syntax with placeholder values
4351
4627
  #
4352
4628
  # resp = client.update_recommendation({
4353
- # agent_space_id: "AgentSpaceId", # required
4629
+ # agent_space_id: "AgentSpaceIdentifier", # required
4354
4630
  # recommendation_id: "ResourceId", # required
4355
4631
  # status: "PROPOSED", # accepts PROPOSED, ACCEPTED, REJECTED, CLOSED, COMPLETED, UPDATE_IN_PROGRESS
4356
4632
  # additional_context: "String",
4357
- # client_token: "String",
4633
+ # client_token: "UpdateRecommendationRequestClientTokenString",
4358
4634
  # })
4359
4635
  #
4360
4636
  # @example Response structure
@@ -4409,7 +4685,7 @@ module Aws::DevOpsAgent
4409
4685
  # @example Request syntax with placeholder values
4410
4686
  #
4411
4687
  # resp = client.update_trigger({
4412
- # agent_space_id: "AgentSpaceId", # required
4688
+ # agent_space_id: "AgentSpaceIdentifier", # required
4413
4689
  # trigger_id: "ResourceId", # required
4414
4690
  # status: "TriggerStatus",
4415
4691
  # client_token: "UpdateTriggerRequestClientTokenString",
@@ -4475,7 +4751,7 @@ module Aws::DevOpsAgent
4475
4751
  tracer: tracer
4476
4752
  )
4477
4753
  context[:gem_name] = 'aws-sdk-devopsagent'
4478
- context[:gem_version] = '1.11.0'
4754
+ context[:gem_version] = '1.13.0'
4479
4755
  Seahorse::Client::Request.new(handlers, context)
4480
4756
  end
4481
4757