aws-sdk-devopsagent 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsagent/client.rb +137 -33
- data/lib/aws-sdk-devopsagent/client_api.rb +127 -1
- data/lib/aws-sdk-devopsagent/types.rb +448 -31
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/client.rbs +47 -6
- data/sig/params.rbs +19 -8
- data/sig/types.rbs +131 -6
- metadata +1 -1
data/lib/aws-sdk-devopsagent.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,10 @@ module Aws
|
|
|
90
90
|
def associate_service: (
|
|
91
91
|
agent_space_id: ::String,
|
|
92
92
|
service_id: ::String,
|
|
93
|
-
configuration: Params::service_configuration
|
|
93
|
+
configuration: Params::service_configuration,
|
|
94
|
+
?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), {
|
|
95
|
+
enabled: bool?
|
|
96
|
+
}]
|
|
94
97
|
) -> _AssociateServiceResponseSuccess
|
|
95
98
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateServiceResponseSuccess
|
|
96
99
|
|
|
@@ -158,7 +161,7 @@ module Aws
|
|
|
158
161
|
reference_url: ::String,
|
|
159
162
|
association_id: ::String
|
|
160
163
|
},
|
|
161
|
-
task_type: ("INVESTIGATION" | "EVALUATION"),
|
|
164
|
+
task_type: ("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING"),
|
|
162
165
|
title: ::String,
|
|
163
166
|
?description: ::String,
|
|
164
167
|
priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL"),
|
|
@@ -583,7 +586,7 @@ module Aws
|
|
|
583
586
|
created_before: ::Time?,
|
|
584
587
|
priority: Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]?,
|
|
585
588
|
status: Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")]?,
|
|
586
|
-
task_type: Array[("INVESTIGATION" | "EVALUATION")]?,
|
|
589
|
+
task_type: Array[("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")]?,
|
|
587
590
|
primary_task_id: ::String?
|
|
588
591
|
},
|
|
589
592
|
?limit: ::Integer,
|
|
@@ -701,7 +704,7 @@ module Aws
|
|
|
701
704
|
def list_services: (
|
|
702
705
|
?max_results: ::Integer,
|
|
703
706
|
?next_token: ::String,
|
|
704
|
-
?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
707
|
+
?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4" | "remoteagent" | "remoteagentsigv4")
|
|
705
708
|
) -> _ListServicesResponseSuccess
|
|
706
709
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
|
|
707
710
|
|
|
@@ -749,7 +752,7 @@ module Aws
|
|
|
749
752
|
end
|
|
750
753
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#register_service-instance_method
|
|
751
754
|
def register_service: (
|
|
752
|
-
service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4"),
|
|
755
|
+
service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4" | "remoteagent" | "remoteagentsigv4"),
|
|
753
756
|
service_details: {
|
|
754
757
|
dynatrace: {
|
|
755
758
|
account_urn: ::String,
|
|
@@ -840,6 +843,41 @@ module Aws
|
|
|
840
843
|
mcp_role_arn: ::String?,
|
|
841
844
|
custom_headers: Hash[::String, ::String]?
|
|
842
845
|
}
|
|
846
|
+
}?,
|
|
847
|
+
remoteagent: {
|
|
848
|
+
name: ::String,
|
|
849
|
+
endpoint: ::String,
|
|
850
|
+
description: ::String?,
|
|
851
|
+
authorization_config: {
|
|
852
|
+
api_key: {
|
|
853
|
+
api_key_name: ::String,
|
|
854
|
+
api_key_value: ::String,
|
|
855
|
+
api_key_header: ::String
|
|
856
|
+
}?,
|
|
857
|
+
o_auth_client_credentials: {
|
|
858
|
+
client_name: ::String?,
|
|
859
|
+
client_id: ::String,
|
|
860
|
+
exchange_parameters: Hash[::String, ::String]?,
|
|
861
|
+
client_secret: ::String,
|
|
862
|
+
exchange_url: ::String,
|
|
863
|
+
scopes: Array[::String]?
|
|
864
|
+
}?,
|
|
865
|
+
bearer_token: {
|
|
866
|
+
token_name: ::String,
|
|
867
|
+
token_value: ::String,
|
|
868
|
+
authorization_header: ::String?
|
|
869
|
+
}?
|
|
870
|
+
}
|
|
871
|
+
}?,
|
|
872
|
+
remoteagentsigv4: {
|
|
873
|
+
name: ::String,
|
|
874
|
+
endpoint: ::String,
|
|
875
|
+
description: ::String?,
|
|
876
|
+
authorization_config: {
|
|
877
|
+
region: ::String,
|
|
878
|
+
service: ::String,
|
|
879
|
+
role_arn: ::String?
|
|
880
|
+
}
|
|
843
881
|
}?
|
|
844
882
|
},
|
|
845
883
|
?kms_key_arn: ::String,
|
|
@@ -946,7 +984,10 @@ module Aws
|
|
|
946
984
|
def update_association: (
|
|
947
985
|
agent_space_id: ::String,
|
|
948
986
|
association_id: ::String,
|
|
949
|
-
configuration: Params::service_configuration
|
|
987
|
+
configuration: Params::service_configuration,
|
|
988
|
+
?capabilities: Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), {
|
|
989
|
+
enabled: bool?
|
|
990
|
+
}]
|
|
950
991
|
) -> _UpdateAssociationResponseSuccess
|
|
951
992
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssociationResponseSuccess
|
|
952
993
|
|
data/sig/params.rbs
CHANGED
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
module Aws
|
|
9
9
|
module DevOpsAgent
|
|
10
10
|
module Params
|
|
11
|
+
type git_hub_configuration = {
|
|
12
|
+
repo_name: ::String,
|
|
13
|
+
repo_id: ::String,
|
|
14
|
+
owner: ::String,
|
|
15
|
+
owner_type: ("organization" | "user"),
|
|
16
|
+
instance_identifier: ::String?,
|
|
17
|
+
runtime_role_arn: ::String?
|
|
18
|
+
}
|
|
19
|
+
|
|
11
20
|
type slack_transmission_target = {
|
|
12
21
|
ops_oncall_target: {
|
|
13
22
|
channel_name: ::String?,
|
|
@@ -37,13 +46,7 @@ module Aws
|
|
|
37
46
|
account_id: ::String,
|
|
38
47
|
account_type: ("monitor")
|
|
39
48
|
}?,
|
|
40
|
-
github:
|
|
41
|
-
repo_name: ::String,
|
|
42
|
-
repo_id: ::String,
|
|
43
|
-
owner: ::String,
|
|
44
|
-
owner_type: ("organization" | "user"),
|
|
45
|
-
instance_identifier: ::String?
|
|
46
|
-
}?,
|
|
49
|
+
github: Params::git_hub_configuration?,
|
|
47
50
|
slack: Params::slack_configuration?,
|
|
48
51
|
dynatrace: {
|
|
49
52
|
env_id: ::String,
|
|
@@ -65,7 +68,8 @@ module Aws
|
|
|
65
68
|
gitlab: {
|
|
66
69
|
project_id: ::String,
|
|
67
70
|
project_path: ::String,
|
|
68
|
-
instance_identifier: ::String
|
|
71
|
+
instance_identifier: ::String?,
|
|
72
|
+
runtime_role_arn: ::String?
|
|
69
73
|
}?,
|
|
70
74
|
mcpserversplunk: {
|
|
71
75
|
}?,
|
|
@@ -90,6 +94,10 @@ module Aws
|
|
|
90
94
|
}?,
|
|
91
95
|
mcpserversigv4: {
|
|
92
96
|
tools: Array[::String]
|
|
97
|
+
}?,
|
|
98
|
+
remoteagent: {
|
|
99
|
+
}?,
|
|
100
|
+
remoteagentsigv4: {
|
|
93
101
|
}?
|
|
94
102
|
}
|
|
95
103
|
|
|
@@ -107,6 +115,9 @@ module Aws
|
|
|
107
115
|
file: Params::asset_file_content?,
|
|
108
116
|
zip: {
|
|
109
117
|
zip_file: ::String
|
|
118
|
+
}?,
|
|
119
|
+
source_url: {
|
|
120
|
+
url: ::String
|
|
110
121
|
}?
|
|
111
122
|
}
|
|
112
123
|
|
data/sig/types.rbs
CHANGED
|
@@ -34,6 +34,8 @@ module Aws::DevOpsAgent
|
|
|
34
34
|
attr_accessor mcpservergrafana: Types::RegisteredGrafanaServerDetails
|
|
35
35
|
attr_accessor pagerduty: Types::RegisteredPagerDutyDetails
|
|
36
36
|
attr_accessor mcpserversigv4: Types::RegisteredMCPServerSigV4Details
|
|
37
|
+
attr_accessor remoteagent: Types::RegisteredRemoteAgentDetails
|
|
38
|
+
attr_accessor remoteagentsigv4: Types::RegisteredRemoteAgentSigV4Details
|
|
37
39
|
attr_accessor unknown: untyped
|
|
38
40
|
SENSITIVE: []
|
|
39
41
|
|
|
@@ -63,6 +65,10 @@ module Aws::DevOpsAgent
|
|
|
63
65
|
end
|
|
64
66
|
class Mcpserversigv4 < AdditionalServiceDetails
|
|
65
67
|
end
|
|
68
|
+
class Remoteagent < AdditionalServiceDetails
|
|
69
|
+
end
|
|
70
|
+
class Remoteagentsigv4 < AdditionalServiceDetails
|
|
71
|
+
end
|
|
66
72
|
class Unknown < AdditionalServiceDetails
|
|
67
73
|
end
|
|
68
74
|
end
|
|
@@ -102,6 +108,7 @@ module Aws::DevOpsAgent
|
|
|
102
108
|
class AssetContent
|
|
103
109
|
attr_accessor file: Types::AssetFileContent
|
|
104
110
|
attr_accessor zip: Types::AssetZipContent
|
|
111
|
+
attr_accessor source_url: Types::AssetSourceUrlContent
|
|
105
112
|
attr_accessor unknown: untyped
|
|
106
113
|
SENSITIVE: []
|
|
107
114
|
|
|
@@ -109,6 +116,8 @@ module Aws::DevOpsAgent
|
|
|
109
116
|
end
|
|
110
117
|
class Zip < AssetContent
|
|
111
118
|
end
|
|
119
|
+
class SourceUrl < AssetContent
|
|
120
|
+
end
|
|
112
121
|
class Unknown < AssetContent
|
|
113
122
|
end
|
|
114
123
|
end
|
|
@@ -153,6 +162,11 @@ module Aws::DevOpsAgent
|
|
|
153
162
|
SENSITIVE: []
|
|
154
163
|
end
|
|
155
164
|
|
|
165
|
+
class AssetSourceUrlContent
|
|
166
|
+
attr_accessor url: ::String
|
|
167
|
+
SENSITIVE: []
|
|
168
|
+
end
|
|
169
|
+
|
|
156
170
|
class AssetTypeSummary
|
|
157
171
|
attr_accessor asset_type: ::String
|
|
158
172
|
attr_accessor description: ::String
|
|
@@ -189,6 +203,7 @@ module Aws::DevOpsAgent
|
|
|
189
203
|
attr_accessor agent_space_id: ::String
|
|
190
204
|
attr_accessor service_id: ::String
|
|
191
205
|
attr_accessor configuration: Types::ServiceConfiguration
|
|
206
|
+
attr_accessor capabilities: ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
|
|
192
207
|
SENSITIVE: []
|
|
193
208
|
end
|
|
194
209
|
|
|
@@ -206,6 +221,7 @@ module Aws::DevOpsAgent
|
|
|
206
221
|
attr_accessor association_id: ::String
|
|
207
222
|
attr_accessor service_id: ::String
|
|
208
223
|
attr_accessor configuration: Types::ServiceConfiguration
|
|
224
|
+
attr_accessor capabilities: ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
|
|
209
225
|
SENSITIVE: []
|
|
210
226
|
end
|
|
211
227
|
|
|
@@ -221,6 +237,11 @@ module Aws::DevOpsAgent
|
|
|
221
237
|
SENSITIVE: []
|
|
222
238
|
end
|
|
223
239
|
|
|
240
|
+
class CapabilityConfiguration
|
|
241
|
+
attr_accessor enabled: bool
|
|
242
|
+
SENSITIVE: []
|
|
243
|
+
end
|
|
244
|
+
|
|
224
245
|
class ChatExecution
|
|
225
246
|
attr_accessor execution_id: ::String
|
|
226
247
|
attr_accessor created_at: ::Time
|
|
@@ -287,7 +308,7 @@ module Aws::DevOpsAgent
|
|
|
287
308
|
class CreateBacklogTaskRequest
|
|
288
309
|
attr_accessor agent_space_id: ::String
|
|
289
310
|
attr_accessor reference: Types::ReferenceInput
|
|
290
|
-
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION")
|
|
311
|
+
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")
|
|
291
312
|
attr_accessor title: ::String
|
|
292
313
|
attr_accessor description: ::String
|
|
293
314
|
attr_accessor priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")
|
|
@@ -678,6 +699,7 @@ module Aws::DevOpsAgent
|
|
|
678
699
|
attr_accessor owner: ::String
|
|
679
700
|
attr_accessor owner_type: ("organization" | "user")
|
|
680
701
|
attr_accessor instance_identifier: ::String
|
|
702
|
+
attr_accessor runtime_role_arn: ::String
|
|
681
703
|
SENSITIVE: []
|
|
682
704
|
end
|
|
683
705
|
|
|
@@ -685,6 +707,7 @@ module Aws::DevOpsAgent
|
|
|
685
707
|
attr_accessor project_id: ::String
|
|
686
708
|
attr_accessor project_path: ::String
|
|
687
709
|
attr_accessor instance_identifier: ::String
|
|
710
|
+
attr_accessor runtime_role_arn: ::String
|
|
688
711
|
SENSITIVE: []
|
|
689
712
|
end
|
|
690
713
|
|
|
@@ -991,7 +1014,7 @@ module Aws::DevOpsAgent
|
|
|
991
1014
|
class ListServicesInput
|
|
992
1015
|
attr_accessor max_results: ::Integer
|
|
993
1016
|
attr_accessor next_token: ::String
|
|
994
|
-
attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
1017
|
+
attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4" | "remoteagent" | "remoteagentsigv4")
|
|
995
1018
|
SENSITIVE: []
|
|
996
1019
|
end
|
|
997
1020
|
|
|
@@ -1309,7 +1332,7 @@ module Aws::DevOpsAgent
|
|
|
1309
1332
|
end
|
|
1310
1333
|
|
|
1311
1334
|
class RegisterServiceInput
|
|
1312
|
-
attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
1335
|
+
attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4" | "remoteagent" | "remoteagentsigv4")
|
|
1313
1336
|
attr_accessor service_details: Types::ServiceDetails
|
|
1314
1337
|
attr_accessor kms_key_arn: ::String
|
|
1315
1338
|
attr_accessor private_connection_name: ::String
|
|
@@ -1394,9 +1417,28 @@ module Aws::DevOpsAgent
|
|
|
1394
1417
|
SENSITIVE: []
|
|
1395
1418
|
end
|
|
1396
1419
|
|
|
1420
|
+
class RegisteredRemoteAgentDetails
|
|
1421
|
+
attr_accessor name: ::String
|
|
1422
|
+
attr_accessor endpoint: ::String
|
|
1423
|
+
attr_accessor description: ::String
|
|
1424
|
+
attr_accessor authorization_method: ("oauth-client-credentials" | "api-key" | "bearer-token")
|
|
1425
|
+
attr_accessor api_key_header: ::String
|
|
1426
|
+
SENSITIVE: [:description]
|
|
1427
|
+
end
|
|
1428
|
+
|
|
1429
|
+
class RegisteredRemoteAgentSigV4Details
|
|
1430
|
+
attr_accessor name: ::String
|
|
1431
|
+
attr_accessor endpoint: ::String
|
|
1432
|
+
attr_accessor description: ::String
|
|
1433
|
+
attr_accessor region: ::String
|
|
1434
|
+
attr_accessor service: ::String
|
|
1435
|
+
attr_accessor role_arn: ::String
|
|
1436
|
+
SENSITIVE: [:description]
|
|
1437
|
+
end
|
|
1438
|
+
|
|
1397
1439
|
class RegisteredService
|
|
1398
1440
|
attr_accessor service_id: ::String
|
|
1399
|
-
attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
1441
|
+
attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4" | "remoteagent" | "remoteagentsigv4")
|
|
1400
1442
|
attr_accessor name: ::String
|
|
1401
1443
|
attr_accessor accessible_resources: ::Array[untyped]
|
|
1402
1444
|
attr_accessor additional_service_details: Types::AdditionalServiceDetails
|
|
@@ -1416,6 +1458,76 @@ module Aws::DevOpsAgent
|
|
|
1416
1458
|
SENSITIVE: []
|
|
1417
1459
|
end
|
|
1418
1460
|
|
|
1461
|
+
class RemoteAgentAPIKeyConfig
|
|
1462
|
+
attr_accessor api_key_name: ::String
|
|
1463
|
+
attr_accessor api_key_value: ::String
|
|
1464
|
+
attr_accessor api_key_header: ::String
|
|
1465
|
+
SENSITIVE: [:api_key_value]
|
|
1466
|
+
end
|
|
1467
|
+
|
|
1468
|
+
class RemoteAgentAuthorizationConfig
|
|
1469
|
+
attr_accessor api_key: Types::RemoteAgentAPIKeyConfig
|
|
1470
|
+
attr_accessor o_auth_client_credentials: Types::RemoteAgentOAuthClientCredentialsConfig
|
|
1471
|
+
attr_accessor bearer_token: Types::RemoteAgentBearerTokenConfig
|
|
1472
|
+
attr_accessor unknown: untyped
|
|
1473
|
+
SENSITIVE: []
|
|
1474
|
+
|
|
1475
|
+
class ApiKey < RemoteAgentAuthorizationConfig
|
|
1476
|
+
end
|
|
1477
|
+
class OAuthClientCredentials < RemoteAgentAuthorizationConfig
|
|
1478
|
+
end
|
|
1479
|
+
class BearerToken < RemoteAgentAuthorizationConfig
|
|
1480
|
+
end
|
|
1481
|
+
class Unknown < RemoteAgentAuthorizationConfig
|
|
1482
|
+
end
|
|
1483
|
+
end
|
|
1484
|
+
|
|
1485
|
+
class RemoteAgentBearerTokenConfig
|
|
1486
|
+
attr_accessor token_name: ::String
|
|
1487
|
+
attr_accessor token_value: ::String
|
|
1488
|
+
attr_accessor authorization_header: ::String
|
|
1489
|
+
SENSITIVE: [:token_value]
|
|
1490
|
+
end
|
|
1491
|
+
|
|
1492
|
+
class RemoteAgentConfiguration < Aws::EmptyStructure
|
|
1493
|
+
end
|
|
1494
|
+
|
|
1495
|
+
class RemoteAgentOAuthClientCredentialsConfig
|
|
1496
|
+
attr_accessor client_name: ::String
|
|
1497
|
+
attr_accessor client_id: ::String
|
|
1498
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
1499
|
+
attr_accessor client_secret: ::String
|
|
1500
|
+
attr_accessor exchange_url: ::String
|
|
1501
|
+
attr_accessor scopes: ::Array[::String]
|
|
1502
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
1503
|
+
end
|
|
1504
|
+
|
|
1505
|
+
class RemoteAgentServiceDetails
|
|
1506
|
+
attr_accessor name: ::String
|
|
1507
|
+
attr_accessor endpoint: ::String
|
|
1508
|
+
attr_accessor description: ::String
|
|
1509
|
+
attr_accessor authorization_config: Types::RemoteAgentAuthorizationConfig
|
|
1510
|
+
SENSITIVE: [:description]
|
|
1511
|
+
end
|
|
1512
|
+
|
|
1513
|
+
class RemoteAgentSigV4AuthorizationConfig
|
|
1514
|
+
attr_accessor region: ::String
|
|
1515
|
+
attr_accessor service: ::String
|
|
1516
|
+
attr_accessor role_arn: ::String
|
|
1517
|
+
SENSITIVE: []
|
|
1518
|
+
end
|
|
1519
|
+
|
|
1520
|
+
class RemoteAgentSigV4Configuration < Aws::EmptyStructure
|
|
1521
|
+
end
|
|
1522
|
+
|
|
1523
|
+
class RemoteAgentSigV4ServiceDetails
|
|
1524
|
+
attr_accessor name: ::String
|
|
1525
|
+
attr_accessor endpoint: ::String
|
|
1526
|
+
attr_accessor description: ::String
|
|
1527
|
+
attr_accessor authorization_config: Types::RemoteAgentSigV4AuthorizationConfig
|
|
1528
|
+
SENSITIVE: [:description]
|
|
1529
|
+
end
|
|
1530
|
+
|
|
1419
1531
|
class ResourceNotFoundException
|
|
1420
1532
|
attr_accessor message: ::String
|
|
1421
1533
|
SENSITIVE: []
|
|
@@ -1574,6 +1686,8 @@ module Aws::DevOpsAgent
|
|
|
1574
1686
|
attr_accessor mcpservergrafana: Types::MCPServerGrafanaConfiguration
|
|
1575
1687
|
attr_accessor pagerduty: Types::PagerDutyConfiguration
|
|
1576
1688
|
attr_accessor mcpserversigv4: Types::MCPServerSigV4Configuration
|
|
1689
|
+
attr_accessor remoteagent: Types::RemoteAgentConfiguration
|
|
1690
|
+
attr_accessor remoteagentsigv4: Types::RemoteAgentSigV4Configuration
|
|
1577
1691
|
attr_accessor unknown: untyped
|
|
1578
1692
|
SENSITIVE: []
|
|
1579
1693
|
|
|
@@ -1611,6 +1725,10 @@ module Aws::DevOpsAgent
|
|
|
1611
1725
|
end
|
|
1612
1726
|
class Mcpserversigv4 < ServiceConfiguration
|
|
1613
1727
|
end
|
|
1728
|
+
class Remoteagent < ServiceConfiguration
|
|
1729
|
+
end
|
|
1730
|
+
class Remoteagentsigv4 < ServiceConfiguration
|
|
1731
|
+
end
|
|
1614
1732
|
class Unknown < ServiceConfiguration
|
|
1615
1733
|
end
|
|
1616
1734
|
end
|
|
@@ -1628,6 +1746,8 @@ module Aws::DevOpsAgent
|
|
|
1628
1746
|
attr_accessor pagerduty: Types::PagerDutyDetails
|
|
1629
1747
|
attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
|
|
1630
1748
|
attr_accessor mcpserversigv4: Types::MCPServerSigV4ServiceDetails
|
|
1749
|
+
attr_accessor remoteagent: Types::RemoteAgentServiceDetails
|
|
1750
|
+
attr_accessor remoteagentsigv4: Types::RemoteAgentSigV4ServiceDetails
|
|
1631
1751
|
attr_accessor unknown: untyped
|
|
1632
1752
|
SENSITIVE: []
|
|
1633
1753
|
|
|
@@ -1655,6 +1775,10 @@ module Aws::DevOpsAgent
|
|
|
1655
1775
|
end
|
|
1656
1776
|
class Mcpserversigv4 < ServiceDetails
|
|
1657
1777
|
end
|
|
1778
|
+
class Remoteagent < ServiceDetails
|
|
1779
|
+
end
|
|
1780
|
+
class Remoteagentsigv4 < ServiceDetails
|
|
1781
|
+
end
|
|
1658
1782
|
class Unknown < ServiceDetails
|
|
1659
1783
|
end
|
|
1660
1784
|
end
|
|
@@ -1751,7 +1875,7 @@ module Aws::DevOpsAgent
|
|
|
1751
1875
|
attr_accessor title: ::String
|
|
1752
1876
|
attr_accessor description: ::String
|
|
1753
1877
|
attr_accessor reference: Types::ReferenceOutput
|
|
1754
|
-
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION")
|
|
1878
|
+
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")
|
|
1755
1879
|
attr_accessor priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")
|
|
1756
1880
|
attr_accessor status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")
|
|
1757
1881
|
attr_accessor created_at: ::Time
|
|
@@ -1770,7 +1894,7 @@ module Aws::DevOpsAgent
|
|
|
1770
1894
|
attr_accessor created_before: ::Time
|
|
1771
1895
|
attr_accessor priority: ::Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]
|
|
1772
1896
|
attr_accessor status: ::Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED" | "SKIPPED")]
|
|
1773
|
-
attr_accessor task_type: ::Array[("INVESTIGATION" | "EVALUATION")]
|
|
1897
|
+
attr_accessor task_type: ::Array[("INVESTIGATION" | "EVALUATION" | "RELEASE_READINESS_REVIEW" | "RELEASE_TESTING")]
|
|
1774
1898
|
attr_accessor primary_task_id: ::String
|
|
1775
1899
|
SENSITIVE: []
|
|
1776
1900
|
end
|
|
@@ -1858,6 +1982,7 @@ module Aws::DevOpsAgent
|
|
|
1858
1982
|
attr_accessor agent_space_id: ::String
|
|
1859
1983
|
attr_accessor association_id: ::String
|
|
1860
1984
|
attr_accessor configuration: Types::ServiceConfiguration
|
|
1985
|
+
attr_accessor capabilities: ::Hash[("RELEASE_READINESS_REVIEW" | "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING"), Types::CapabilityConfiguration]
|
|
1861
1986
|
SENSITIVE: []
|
|
1862
1987
|
end
|
|
1863
1988
|
|