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.
data/sig/client.rbs CHANGED
@@ -91,9 +91,7 @@ module Aws
91
91
  agent_space_id: ::String,
92
92
  service_id: ::String,
93
93
  configuration: Params::service_configuration,
94
- ?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), {
95
- enabled: bool?
96
- }]
94
+ ?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Params::capability_configuration]
97
95
  ) -> _AssociateServiceResponseSuccess
98
96
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateServiceResponseSuccess
99
97
 
@@ -109,7 +107,8 @@ module Aws
109
107
  ?locale: ::String,
110
108
  ?kms_key_arn: ::String,
111
109
  ?client_token: ::String,
112
- ?tags: Hash[::String, ::String]
110
+ ?tags: Hash[::String, ::String],
111
+ ?preferences: Hash[("elevatedActionsEnabled"), bool]
113
112
  ) -> _CreateAgentSpaceResponseSuccess
114
113
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgentSpaceResponseSuccess
115
114
 
@@ -585,7 +584,7 @@ module Aws
585
584
  created_after: ::Time?,
586
585
  created_before: ::Time?,
587
586
  priority: Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]?,
588
- status: Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")]?,
587
+ status: Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED" | "WAITING")]?,
589
588
  task_type: Array[("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")]?,
590
589
  primary_task_id: ::String?
591
590
  },
@@ -799,7 +798,7 @@ module Aws
799
798
  api_key: {
800
799
  api_key: ::String,
801
800
  account_id: ::String,
802
- region: ("US" | "EU"),
801
+ region: ("US" | "EU" | "JP"),
803
802
  application_ids: Array[::String]?,
804
803
  entity_guids: Array[::String]?,
805
804
  alert_policy_ids: Array[::String]?
@@ -901,10 +900,18 @@ module Aws
901
900
  ?context: {
902
901
  current_page: ::String?,
903
902
  last_message: ::String?,
904
- user_action_response: ::String?
903
+ user_action_response: ::String?,
904
+ approval_action: {
905
+ tool_use_id: ::String?,
906
+ interrupt_id: ::String?,
907
+ approval_id: ::String?,
908
+ button_text: ::String?,
909
+ action: ("APPROVED" | "REJECTED")?
910
+ }?
905
911
  },
906
912
  ?user_id: ::String,
907
- ?asset_ids: Array[::String]
913
+ ?asset_ids: Array[::String],
914
+ ?model_tier: ::String
908
915
  ) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
909
916
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
910
917
 
@@ -937,10 +944,32 @@ module Aws
937
944
  agent_space_id: ::String,
938
945
  ?name: ::String,
939
946
  ?description: ::String,
940
- ?locale: ::String
947
+ ?locale: ::String,
948
+ ?preferences: Hash[("elevatedActionsEnabled"), bool]
941
949
  ) -> _UpdateAgentSpaceResponseSuccess
942
950
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgentSpaceResponseSuccess
943
951
 
952
+ interface _UpdateApprovalActionResponseSuccess
953
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApprovalActionResponse]
954
+ def approval_id: () -> ::String
955
+ def status: () -> ("PENDING" | "APPROVED" | "REJECTED" | "REVOKED" | "REDEEMED")
956
+ def expires_at: () -> ::Time
957
+ end
958
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_approval_action-instance_method
959
+ def update_approval_action: (
960
+ agent_space_id: ::String,
961
+ approval_id: ::String,
962
+ action: ("APPROVED" | "REJECTED"),
963
+ ?final_pattern: {
964
+ tool: ::String,
965
+ argument_pins: Hash[::String, ::String]
966
+ },
967
+ ?reason: ::String,
968
+ ?ttl_seconds: ::Integer,
969
+ ?single_use: bool
970
+ ) -> _UpdateApprovalActionResponseSuccess
971
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApprovalActionResponseSuccess
972
+
944
973
  interface _UpdateAssetResponseSuccess
945
974
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssetResponse]
946
975
  def asset: () -> Types::Asset
@@ -985,9 +1014,7 @@ module Aws
985
1014
  agent_space_id: ::String,
986
1015
  association_id: ::String,
987
1016
  configuration: Params::service_configuration,
988
- ?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), {
989
- enabled: bool?
990
- }]
1017
+ ?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Params::capability_configuration]
991
1018
  ) -> _UpdateAssociationResponseSuccess
992
1019
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssociationResponseSuccess
993
1020
 
@@ -999,7 +1026,7 @@ module Aws
999
1026
  def update_backlog_task: (
1000
1027
  agent_space_id: ::String,
1001
1028
  task_id: ::String,
1002
- ?task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED"),
1029
+ ?task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED" | "WAITING"),
1003
1030
  ?client_token: ::String
1004
1031
  ) -> _UpdateBacklogTaskResponseSuccess
1005
1032
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBacklogTaskResponseSuccess
data/sig/params.rbs CHANGED
@@ -8,6 +8,15 @@
8
8
  module Aws
9
9
  module DevOpsAgent
10
10
  module Params
11
+ type source_aws_configuration = {
12
+ account_id: ::String,
13
+ account_type: ("source"),
14
+ assumable_role_arn: ::String,
15
+ external_id: ::String?,
16
+ agent_elevated_role_arn: ::String?,
17
+ agent_elevated_role_arn_status: ("valid" | "invalid" | "pending-confirmation")?
18
+ }
19
+
11
20
  type git_hub_configuration = {
12
21
  repo_name: ::String,
13
22
  repo_id: ::String,
@@ -34,17 +43,26 @@ module Aws
34
43
  transmission_target: Params::slack_transmission_target
35
44
  }
36
45
 
46
+ type mcp_server_grafana_configuration = {
47
+ endpoint: ::String,
48
+ organization_id: ::String?,
49
+ tools: Array[::String]?,
50
+ enabled_elevated_tools: Array[
51
+ {
52
+ name: ::String,
53
+ tool_classification: ("READ_ONLY" | "MUTATIVE" | "DESTRUCTIVE")?
54
+ }
55
+ ]?
56
+ }
57
+
37
58
  type service_configuration = {
38
- source_aws: {
39
- account_id: ::String,
40
- account_type: ("source"),
41
- assumable_role_arn: ::String,
42
- external_id: ::String?
43
- }?,
59
+ source_aws: Params::source_aws_configuration?,
44
60
  aws: {
45
61
  assumable_role_arn: ::String,
46
62
  account_id: ::String,
47
- account_type: ("monitor")
63
+ account_type: ("monitor"),
64
+ agent_elevated_role_arn: ::String?,
65
+ agent_elevated_role_arn_status: ("valid" | "invalid" | "pending-confirmation")?
48
66
  }?,
49
67
  github: Params::git_hub_configuration?,
50
68
  slack: Params::slack_configuration?,
@@ -61,9 +79,21 @@ module Aws
61
79
  endpoint: ::String
62
80
  }?,
63
81
  mcpserverdatadog: {
82
+ enabled_elevated_tools: Array[
83
+ {
84
+ name: ::String,
85
+ tool_classification: ("READ_ONLY" | "MUTATIVE" | "DESTRUCTIVE")?
86
+ }
87
+ ]?
64
88
  }?,
65
89
  mcpserver: {
66
- tools: Array[::String]
90
+ tools: Array[::String],
91
+ tool_details: Array[
92
+ {
93
+ name: ::String,
94
+ tool_classification: ("READ_ONLY" | "MUTATIVE" | "DESTRUCTIVE")?
95
+ }
96
+ ]?
67
97
  }?,
68
98
  gitlab: {
69
99
  project_id: ::String,
@@ -83,17 +113,19 @@ module Aws
83
113
  project_id: ::String,
84
114
  project_name: ::String
85
115
  }?,
86
- mcpservergrafana: {
87
- endpoint: ::String,
88
- organization_id: ::String?,
89
- tools: Array[::String]?
90
- }?,
116
+ mcpservergrafana: Params::mcp_server_grafana_configuration?,
91
117
  pagerduty: {
92
118
  services: Array[::String],
93
119
  customer_email: ::String
94
120
  }?,
95
121
  mcpserversigv4: {
96
- tools: Array[::String]
122
+ tools: Array[::String],
123
+ tool_details: Array[
124
+ {
125
+ name: ::String,
126
+ tool_classification: ("READ_ONLY" | "MUTATIVE" | "DESTRUCTIVE")?
127
+ }
128
+ ]?
97
129
  }?,
98
130
  remoteagent: {
99
131
  }?,
@@ -101,6 +133,18 @@ module Aws
101
133
  }?
102
134
  }
103
135
 
136
+ type capability_configuration = {
137
+ enabled: bool?,
138
+ trigger_filter_groups: Array[
139
+ {
140
+ events: Array[("PULL_REQUEST_READY_FOR_REVIEW" | "PULL_REQUEST_DRAFT")]?,
141
+ target_branches: {
142
+ patterns: Array[::String]
143
+ }?
144
+ }
145
+ ]?
146
+ }
147
+
104
148
  type asset_file_content = {
105
149
  path: ::String,
106
150
  body: {
data/sig/types.rbs CHANGED
@@ -12,6 +12,8 @@ module Aws::DevOpsAgent
12
12
  attr_accessor assumable_role_arn: ::String
13
13
  attr_accessor account_id: ::String
14
14
  attr_accessor account_type: ("monitor")
15
+ attr_accessor agent_elevated_role_arn: ::String
16
+ attr_accessor agent_elevated_role_arn_status: ("valid" | "invalid" | "pending-confirmation")
15
17
  SENSITIVE: []
16
18
  end
17
19
 
@@ -92,9 +94,25 @@ module Aws::DevOpsAgent
92
94
  attr_accessor updated_at: ::Time
93
95
  attr_accessor kms_key_arn: ::String
94
96
  attr_accessor agent_space_id: ::String
97
+ attr_accessor preferences: ::Hash[("elevatedActionsEnabled"), bool]
95
98
  SENSITIVE: [:description]
96
99
  end
97
100
 
101
+ class ApprovalAction
102
+ attr_accessor tool_use_id: ::String
103
+ attr_accessor interrupt_id: ::String
104
+ attr_accessor approval_id: ::String
105
+ attr_accessor button_text: ::String
106
+ attr_accessor action: ("APPROVED" | "REJECTED")
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class ApprovalPattern
111
+ attr_accessor tool: ::String
112
+ attr_accessor argument_pins: ::Hash[::String, ::String]
113
+ SENSITIVE: []
114
+ end
115
+
98
116
  class Asset
99
117
  attr_accessor asset_id: ::String
100
118
  attr_accessor asset_type: ::String
@@ -239,6 +257,7 @@ module Aws::DevOpsAgent
239
257
 
240
258
  class CapabilityConfiguration
241
259
  attr_accessor enabled: bool
260
+ attr_accessor trigger_filter_groups: ::Array[Types::TriggerFilterGroup]
242
261
  SENSITIVE: []
243
262
  end
244
263
 
@@ -267,6 +286,7 @@ module Aws::DevOpsAgent
267
286
  attr_accessor kms_key_arn: ::String
268
287
  attr_accessor client_token: ::String
269
288
  attr_accessor tags: ::Hash[::String, ::String]
289
+ attr_accessor preferences: ::Hash[("elevatedActionsEnabled"), bool]
270
290
  SENSITIVE: [:description]
271
291
  end
272
292
 
@@ -547,7 +567,7 @@ module Aws::DevOpsAgent
547
567
  attr_accessor agent_sub_task: ::String
548
568
  attr_accessor created_at: ::Time
549
569
  attr_accessor updated_at: ::Time
550
- attr_accessor execution_status: ("FAILED" | "RUNNING" | "STOPPED" | "CANCELED" | "TIMED_OUT")
570
+ attr_accessor execution_status: ("FAILED" | "RUNNING" | "STOPPED" | "CANCELED" | "TIMED_OUT" | "WAITING")
551
571
  attr_accessor agent_type: ::String
552
572
  attr_accessor uid: ::String
553
573
  SENSITIVE: []
@@ -1103,10 +1123,13 @@ module Aws::DevOpsAgent
1103
1123
 
1104
1124
  class MCPServerConfiguration
1105
1125
  attr_accessor tools: ::Array[::String]
1126
+ attr_accessor tool_details: ::Array[Types::MCPToolDetail]
1106
1127
  SENSITIVE: []
1107
1128
  end
1108
1129
 
1109
- class MCPServerDatadogConfiguration < Aws::EmptyStructure
1130
+ class MCPServerDatadogConfiguration
1131
+ attr_accessor enabled_elevated_tools: ::Array[Types::MCPToolDetail]
1132
+ SENSITIVE: []
1110
1133
  end
1111
1134
 
1112
1135
  class MCPServerDetails
@@ -1121,6 +1144,7 @@ module Aws::DevOpsAgent
1121
1144
  attr_accessor endpoint: ::String
1122
1145
  attr_accessor organization_id: ::String
1123
1146
  attr_accessor tools: ::Array[::String]
1147
+ attr_accessor enabled_elevated_tools: ::Array[Types::MCPToolDetail]
1124
1148
  SENSITIVE: []
1125
1149
  end
1126
1150
 
@@ -1164,6 +1188,7 @@ module Aws::DevOpsAgent
1164
1188
 
1165
1189
  class MCPServerSigV4Configuration
1166
1190
  attr_accessor tools: ::Array[::String]
1191
+ attr_accessor tool_details: ::Array[Types::MCPToolDetail]
1167
1192
  SENSITIVE: []
1168
1193
  end
1169
1194
 
@@ -1178,6 +1203,12 @@ module Aws::DevOpsAgent
1178
1203
  class MCPServerSplunkConfiguration < Aws::EmptyStructure
1179
1204
  end
1180
1205
 
1206
+ class MCPToolDetail
1207
+ attr_accessor name: ::String
1208
+ attr_accessor tool_classification: ("READ_ONLY" | "MUTATIVE" | "DESTRUCTIVE")
1209
+ SENSITIVE: []
1210
+ end
1211
+
1181
1212
  class Message
1182
1213
  attr_accessor user_message: ::Array[Types::UserMessageBlock]
1183
1214
  attr_accessor assistant_message: ::Array[Types::AssistantMessageBlock]
@@ -1195,7 +1226,7 @@ module Aws::DevOpsAgent
1195
1226
  class NewRelicApiKeyConfig
1196
1227
  attr_accessor api_key: ::String
1197
1228
  attr_accessor account_id: ::String
1198
- attr_accessor region: ("US" | "EU")
1229
+ attr_accessor region: ("US" | "EU" | "JP")
1199
1230
  attr_accessor application_ids: ::Array[::String]
1200
1231
  attr_accessor entity_guids: ::Array[::String]
1201
1232
  attr_accessor alert_policy_ids: ::Array[::String]
@@ -1254,6 +1285,11 @@ module Aws::DevOpsAgent
1254
1285
  SENSITIVE: [:client_id, :client_secret]
1255
1286
  end
1256
1287
 
1288
+ class PatternFilter
1289
+ attr_accessor patterns: ::Array[::String]
1290
+ SENSITIVE: []
1291
+ end
1292
+
1257
1293
  class PendingMessage
1258
1294
  attr_accessor message_id: ::String
1259
1295
  attr_accessor message: Types::Message
@@ -1407,7 +1443,7 @@ module Aws::DevOpsAgent
1407
1443
 
1408
1444
  class RegisteredNewRelicDetails
1409
1445
  attr_accessor account_id: ::String
1410
- attr_accessor region: ("US" | "EU")
1446
+ attr_accessor region: ("US" | "EU" | "JP")
1411
1447
  attr_accessor description: ::String
1412
1448
  SENSITIVE: [:description]
1413
1449
  end
@@ -1444,6 +1480,8 @@ module Aws::DevOpsAgent
1444
1480
  attr_accessor additional_service_details: Types::AdditionalServiceDetails
1445
1481
  attr_accessor kms_key_arn: ::String
1446
1482
  attr_accessor private_connection_name: ::String
1483
+ attr_accessor created_at: ::Time
1484
+ attr_accessor updated_at: ::Time
1447
1485
  SENSITIVE: []
1448
1486
  end
1449
1487
 
@@ -1590,6 +1628,7 @@ module Aws::DevOpsAgent
1590
1628
  attr_accessor current_page: ::String
1591
1629
  attr_accessor last_message: ::String
1592
1630
  attr_accessor user_action_response: ::String
1631
+ attr_accessor approval_action: Types::ApprovalAction
1593
1632
  SENSITIVE: []
1594
1633
  end
1595
1634
 
@@ -1610,6 +1649,7 @@ module Aws::DevOpsAgent
1610
1649
  attr_accessor context: Types::SendMessageContext
1611
1650
  attr_accessor user_id: ::String
1612
1651
  attr_accessor asset_ids: ::Array[::String]
1652
+ attr_accessor model_tier: ::String
1613
1653
  SENSITIVE: []
1614
1654
  end
1615
1655
 
@@ -1856,6 +1896,8 @@ module Aws::DevOpsAgent
1856
1896
  attr_accessor account_type: ("source")
1857
1897
  attr_accessor assumable_role_arn: ::String
1858
1898
  attr_accessor external_id: ::String
1899
+ attr_accessor agent_elevated_role_arn: ::String
1900
+ attr_accessor agent_elevated_role_arn_status: ("valid" | "invalid" | "pending-confirmation")
1859
1901
  SENSITIVE: []
1860
1902
  end
1861
1903
 
@@ -1877,7 +1919,7 @@ module Aws::DevOpsAgent
1877
1919
  attr_accessor reference: Types::ReferenceOutput
1878
1920
  attr_accessor task_type: ("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")
1879
1921
  attr_accessor priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")
1880
- attr_accessor status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")
1922
+ attr_accessor status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED" | "WAITING")
1881
1923
  attr_accessor created_at: ::Time
1882
1924
  attr_accessor updated_at: ::Time
1883
1925
  attr_accessor version: ::Integer
@@ -1893,7 +1935,7 @@ module Aws::DevOpsAgent
1893
1935
  attr_accessor created_after: ::Time
1894
1936
  attr_accessor created_before: ::Time
1895
1937
  attr_accessor priority: ::Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]
1896
- attr_accessor status: ::Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")]
1938
+ attr_accessor status: ::Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED" | "WAITING")]
1897
1939
  attr_accessor task_type: ::Array[("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")]
1898
1940
  attr_accessor primary_task_id: ::String
1899
1941
  SENSITIVE: []
@@ -1927,6 +1969,12 @@ module Aws::DevOpsAgent
1927
1969
  end
1928
1970
  end
1929
1971
 
1972
+ class TriggerFilterGroup
1973
+ attr_accessor events: ::Array[("PULL_REQUEST_READY_FOR_REVIEW" | "PULL_REQUEST_DRAFT")]
1974
+ attr_accessor target_branches: Types::PatternFilter
1975
+ SENSITIVE: []
1976
+ end
1977
+
1930
1978
  class UntagResourceRequest
1931
1979
  attr_accessor resource_arn: ::String
1932
1980
  attr_accessor tag_keys: ::Array[::String]
@@ -1941,6 +1989,7 @@ module Aws::DevOpsAgent
1941
1989
  attr_accessor name: ::String
1942
1990
  attr_accessor description: ::String
1943
1991
  attr_accessor locale: ::String
1992
+ attr_accessor preferences: ::Hash[("elevatedActionsEnabled"), bool]
1944
1993
  SENSITIVE: [:description]
1945
1994
  end
1946
1995
 
@@ -1949,6 +1998,24 @@ module Aws::DevOpsAgent
1949
1998
  SENSITIVE: []
1950
1999
  end
1951
2000
 
2001
+ class UpdateApprovalActionRequest
2002
+ attr_accessor agent_space_id: ::String
2003
+ attr_accessor approval_id: ::String
2004
+ attr_accessor action: ("APPROVED" | "REJECTED")
2005
+ attr_accessor final_pattern: Types::ApprovalPattern
2006
+ attr_accessor reason: ::String
2007
+ attr_accessor ttl_seconds: ::Integer
2008
+ attr_accessor single_use: bool
2009
+ SENSITIVE: []
2010
+ end
2011
+
2012
+ class UpdateApprovalActionResponse
2013
+ attr_accessor approval_id: ::String
2014
+ attr_accessor status: ("PENDING" | "APPROVED" | "REJECTED" | "REVOKED" | "REDEEMED")
2015
+ attr_accessor expires_at: ::Time
2016
+ SENSITIVE: []
2017
+ end
2018
+
1952
2019
  class UpdateAssetFileRequest
1953
2020
  attr_accessor agent_space_id: ::String
1954
2021
  attr_accessor asset_id: ::String
@@ -1995,7 +2062,7 @@ module Aws::DevOpsAgent
1995
2062
  class UpdateBacklogTaskRequest
1996
2063
  attr_accessor agent_space_id: ::String
1997
2064
  attr_accessor task_id: ::String
1998
- attr_accessor task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")
2065
+ attr_accessor task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED" | "WAITING")
1999
2066
  attr_accessor client_token: ::String
2000
2067
  SENSITIVE: []
2001
2068
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services