aws-sdk-devopsagent 1.0.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 ADDED
@@ -0,0 +1,1112 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module DevOpsAgent
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?account_id: String,
19
+ ?active_endpoint_cache: bool,
20
+ ?adaptive_retry_wait_to_fill: bool,
21
+ ?auth_scheme_preference: Array[String],
22
+ ?client_side_monitoring: bool,
23
+ ?client_side_monitoring_client_id: String,
24
+ ?client_side_monitoring_host: String,
25
+ ?client_side_monitoring_port: Integer,
26
+ ?client_side_monitoring_publisher: untyped,
27
+ ?convert_params: bool,
28
+ ?correct_clock_skew: bool,
29
+ ?defaults_mode: String,
30
+ ?disable_host_prefix_injection: bool,
31
+ ?disable_request_compression: bool,
32
+ ?endpoint: String,
33
+ ?endpoint_cache_max_entries: Integer,
34
+ ?endpoint_cache_max_threads: Integer,
35
+ ?endpoint_cache_poll_interval: Integer,
36
+ ?endpoint_discovery: bool,
37
+ ?event_stream_handler: Proc,
38
+ ?ignore_configured_endpoint_urls: bool,
39
+ ?input_event_stream_handler: Proc,
40
+ ?log_formatter: untyped,
41
+ ?log_level: Symbol,
42
+ ?logger: untyped,
43
+ ?max_attempts: Integer,
44
+ ?output_event_stream_handler: Proc,
45
+ ?profile: String,
46
+ ?request_checksum_calculation: String,
47
+ ?request_min_compression_size_bytes: Integer,
48
+ ?response_checksum_validation: String,
49
+ ?retry_backoff: Proc,
50
+ ?retry_base_delay: Float,
51
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
52
+ ?retry_limit: Integer,
53
+ ?retry_max_delay: Integer,
54
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
55
+ ?sdk_ua_app_id: String,
56
+ ?secret_access_key: String,
57
+ ?session_token: String,
58
+ ?sigv4a_signing_region_set: Array[String],
59
+ ?stub_responses: untyped,
60
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
61
+ ?token_provider: untyped,
62
+ ?use_dualstack_endpoint: bool,
63
+ ?use_fips_endpoint: bool,
64
+ ?validate_params: bool,
65
+ ?endpoint_provider: untyped,
66
+ ?http_proxy: String,
67
+ ?http_open_timeout: (Float | Integer),
68
+ ?http_read_timeout: (Float | Integer),
69
+ ?http_idle_timeout: (Float | Integer),
70
+ ?http_continue_timeout: (Float | Integer),
71
+ ?ssl_timeout: (Float | Integer | nil),
72
+ ?http_wire_trace: bool,
73
+ ?ssl_verify_peer: bool,
74
+ ?ssl_ca_bundle: String,
75
+ ?ssl_ca_directory: String,
76
+ ?ssl_ca_store: String,
77
+ ?on_chunk_received: Proc,
78
+ ?on_chunk_sent: Proc,
79
+ ?raise_response_errors: bool
80
+ ) -> instance
81
+ | (?Hash[Symbol, untyped]) -> instance
82
+
83
+
84
+ interface _AllowVendedLogDeliveryForResourceResponseSuccess
85
+ include ::Seahorse::Client::_ResponseSuccess[Types::AllowVendedLogDeliveryForResourceOutput]
86
+ def message: () -> ::String
87
+ end
88
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#allow_vended_log_delivery_for_resource-instance_method
89
+ def allow_vended_log_delivery_for_resource: (
90
+ resource_arn_being_authorized: ::String,
91
+ delivery_source_arn: ::String,
92
+ ?log_type: ::String
93
+ ) -> _AllowVendedLogDeliveryForResourceResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AllowVendedLogDeliveryForResourceResponseSuccess
95
+
96
+ interface _AssociateServiceResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateServiceOutput]
98
+ def association: () -> Types::Association
99
+ def webhook: () -> Types::GenericWebhook
100
+ end
101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#associate_service-instance_method
102
+ def associate_service: (
103
+ agent_space_id: ::String,
104
+ service_id: ::String,
105
+ configuration: {
106
+ source_aws: {
107
+ account_id: ::String,
108
+ account_type: ("source"),
109
+ assumable_role_arn: ::String,
110
+ external_id: ::String?
111
+ }?,
112
+ aws: {
113
+ assumable_role_arn: ::String,
114
+ account_id: ::String,
115
+ account_type: ("monitor")
116
+ }?,
117
+ github: {
118
+ repo_name: ::String,
119
+ repo_id: ::String,
120
+ owner: ::String,
121
+ owner_type: ("organization" | "user"),
122
+ instance_identifier: ::String?
123
+ }?,
124
+ slack: {
125
+ workspace_id: ::String,
126
+ workspace_name: ::String,
127
+ transmission_target: {
128
+ ops_oncall_target: {
129
+ channel_name: ::String?,
130
+ channel_id: ::String
131
+ },
132
+ ops_sre_target: {
133
+ channel_name: ::String?,
134
+ channel_id: ::String
135
+ }?
136
+ }
137
+ }?,
138
+ dynatrace: {
139
+ env_id: ::String,
140
+ resources: Array[::String]?
141
+ }?,
142
+ servicenow: {
143
+ instance_id: ::String?,
144
+ auth_scopes: Array[::String]?
145
+ }?,
146
+ mcpservernewrelic: {
147
+ account_id: ::String,
148
+ endpoint: ::String
149
+ }?,
150
+ gitlab: {
151
+ project_id: ::String,
152
+ project_path: ::String,
153
+ instance_identifier: ::String?
154
+ }?,
155
+ event_channel: {
156
+ }?,
157
+ azure: {
158
+ subscription_id: ::String
159
+ }?,
160
+ azuredevops: {
161
+ organization_name: ::String,
162
+ project_id: ::String,
163
+ project_name: ::String
164
+ }?,
165
+ mcpservergrafana: {
166
+ endpoint: ::String,
167
+ organization_id: ::String?,
168
+ tools: Array[::String]?
169
+ }?,
170
+ pagerduty: {
171
+ services: Array[::String],
172
+ customer_email: ::String
173
+ }?,
174
+ msteams: {
175
+ team_id: ::String,
176
+ team_name: ::String,
177
+ transmission_target: {
178
+ ops_oncall_target: {
179
+ channel_name: ::String,
180
+ channel_id: ::String
181
+ }?,
182
+ ops_sre_target: {
183
+ channel_name: ::String,
184
+ channel_id: ::String
185
+ }?
186
+ }
187
+ }?
188
+ }
189
+ ) -> _AssociateServiceResponseSuccess
190
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateServiceResponseSuccess
191
+
192
+ interface _CreateAgentSpaceResponseSuccess
193
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAgentSpaceOutput]
194
+ def agent_space: () -> Types::AgentSpace
195
+ def tags: () -> ::Hash[::String, ::String]
196
+ end
197
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#create_agent_space-instance_method
198
+ def create_agent_space: (
199
+ name: ::String,
200
+ ?description: ::String,
201
+ ?locale: ::String,
202
+ ?kms_key_arn: ::String,
203
+ ?client_token: ::String,
204
+ ?tags: Hash[::String, ::String]
205
+ ) -> _CreateAgentSpaceResponseSuccess
206
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgentSpaceResponseSuccess
207
+
208
+ interface _CreateBacklogTaskResponseSuccess
209
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBacklogTaskResponse]
210
+ def task: () -> Types::Task
211
+ end
212
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#create_backlog_task-instance_method
213
+ def create_backlog_task: (
214
+ agent_space_id: ::String,
215
+ ?reference: {
216
+ system: ::String,
217
+ title: ::String?,
218
+ reference_id: ::String,
219
+ reference_url: ::String,
220
+ association_id: ::String
221
+ },
222
+ task_type: ("INVESTIGATION" | "EVALUATION"),
223
+ title: ::String,
224
+ ?description: ::String,
225
+ priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL"),
226
+ ?client_token: ::String
227
+ ) -> _CreateBacklogTaskResponseSuccess
228
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBacklogTaskResponseSuccess
229
+
230
+ interface _CreateChatResponseSuccess
231
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateChatResponse]
232
+ def execution_id: () -> ::String
233
+ def created_at: () -> ::Time
234
+ end
235
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#create_chat-instance_method
236
+ def create_chat: (
237
+ agent_space_id: ::String,
238
+ user_id: ::String,
239
+ ?user_type: ("IAM" | "IDC" | "IDP")
240
+ ) -> _CreateChatResponseSuccess
241
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChatResponseSuccess
242
+
243
+ interface _CreatePrivateConnectionResponseSuccess
244
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePrivateConnectionOutput]
245
+ def name: () -> ::String
246
+ def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
247
+ def resource_gateway_id: () -> ::String
248
+ def host_address: () -> ::String
249
+ def vpc_id: () -> ::String
250
+ def resource_configuration_id: () -> ::String
251
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
252
+ def certificate_expiry_time: () -> ::Time
253
+ def tags: () -> ::Hash[::String, ::String]
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#create_private_connection-instance_method
256
+ def create_private_connection: (
257
+ name: ::String,
258
+ mode: {
259
+ service_managed: {
260
+ host_address: ::String,
261
+ vpc_id: ::String,
262
+ subnet_ids: Array[::String],
263
+ security_group_ids: Array[::String]?,
264
+ ip_address_type: ("IPV4" | "IPV6" | "DUAL_STACK")?,
265
+ ipv4_addresses_per_eni: ::Integer?,
266
+ port_ranges: Array[::String]?,
267
+ certificate: ::String?
268
+ }?,
269
+ self_managed: {
270
+ resource_configuration_id: ::String,
271
+ certificate: ::String?
272
+ }?
273
+ },
274
+ ?tags: Hash[::String, ::String]
275
+ ) -> _CreatePrivateConnectionResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePrivateConnectionResponseSuccess
277
+
278
+ interface _DeleteAgentSpaceResponseSuccess
279
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAgentSpaceOutput]
280
+ end
281
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#delete_agent_space-instance_method
282
+ def delete_agent_space: (
283
+ agent_space_id: ::String
284
+ ) -> _DeleteAgentSpaceResponseSuccess
285
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAgentSpaceResponseSuccess
286
+
287
+ interface _DeletePrivateConnectionResponseSuccess
288
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePrivateConnectionOutput]
289
+ def name: () -> ::String
290
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
291
+ end
292
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#delete_private_connection-instance_method
293
+ def delete_private_connection: (
294
+ name: ::String
295
+ ) -> _DeletePrivateConnectionResponseSuccess
296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePrivateConnectionResponseSuccess
297
+
298
+ interface _DeregisterServiceResponseSuccess
299
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterServiceOutput]
300
+ end
301
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#deregister_service-instance_method
302
+ def deregister_service: (
303
+ service_id: ::String
304
+ ) -> _DeregisterServiceResponseSuccess
305
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterServiceResponseSuccess
306
+
307
+ interface _DescribePrivateConnectionResponseSuccess
308
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePrivateConnectionOutput]
309
+ def name: () -> ::String
310
+ def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
311
+ def resource_gateway_id: () -> ::String
312
+ def host_address: () -> ::String
313
+ def vpc_id: () -> ::String
314
+ def resource_configuration_id: () -> ::String
315
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
316
+ def certificate_expiry_time: () -> ::Time
317
+ def tags: () -> ::Hash[::String, ::String]
318
+ end
319
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#describe_private_connection-instance_method
320
+ def describe_private_connection: (
321
+ name: ::String
322
+ ) -> _DescribePrivateConnectionResponseSuccess
323
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePrivateConnectionResponseSuccess
324
+
325
+ interface _DescribeSupportLevelResponseSuccess
326
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSupportLevelResponse]
327
+ def support_level: () -> Types::SupportLevel
328
+ def mosaic_support_level: () -> Types::SupportLevel
329
+ def active_subscription: () -> bool
330
+ end
331
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#describe_support_level-instance_method
332
+ def describe_support_level: (
333
+ agent_space_id: ::String,
334
+ task_id: ::String
335
+ ) -> _DescribeSupportLevelResponseSuccess
336
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSupportLevelResponseSuccess
337
+
338
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#disable_operator_app-instance_method
339
+ def disable_operator_app: (
340
+ agent_space_id: ::String,
341
+ ?auth_flow: ("iam" | "idc" | "idp")
342
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
343
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
344
+
345
+ interface _DisassociateServiceResponseSuccess
346
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateServiceOutput]
347
+ end
348
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#disassociate_service-instance_method
349
+ def disassociate_service: (
350
+ agent_space_id: ::String,
351
+ association_id: ::String
352
+ ) -> _DisassociateServiceResponseSuccess
353
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateServiceResponseSuccess
354
+
355
+ interface _EnableOperatorAppResponseSuccess
356
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableOperatorAppOutput]
357
+ def agent_space_id: () -> ::String
358
+ def iam: () -> Types::IamAuthConfiguration
359
+ def idc: () -> Types::IdcAuthConfiguration
360
+ def idp: () -> Types::IdpAuthConfiguration
361
+ end
362
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#enable_operator_app-instance_method
363
+ def enable_operator_app: (
364
+ agent_space_id: ::String,
365
+ auth_flow: ("iam" | "idc" | "idp"),
366
+ operator_app_role_arn: ::String,
367
+ ?idc_instance_arn: ::String,
368
+ ?issuer_url: ::String,
369
+ ?idp_client_id: ::String,
370
+ ?idp_client_secret: ::String,
371
+ ?provider: ::String
372
+ ) -> _EnableOperatorAppResponseSuccess
373
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableOperatorAppResponseSuccess
374
+
375
+ interface _EndChatForCaseResponseSuccess
376
+ include ::Seahorse::Client::_ResponseSuccess[Types::EndChatForCaseResponse]
377
+ def is_disconnected: () -> bool
378
+ def execution_id: () -> ::String
379
+ def error_message: () -> ::String
380
+ end
381
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#end_chat_for_case-instance_method
382
+ def end_chat_for_case: (
383
+ agent_space_id: ::String,
384
+ task_id: ::String,
385
+ ?reason: ::String,
386
+ ?requester: ::String,
387
+ ?client_token: ::String
388
+ ) -> _EndChatForCaseResponseSuccess
389
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EndChatForCaseResponseSuccess
390
+
391
+ interface _GetAccountUsageResponseSuccess
392
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAccountUsageOutput]
393
+ def monthly_account_investigation_hours: () -> Types::UsageMetric
394
+ def monthly_account_evaluation_hours: () -> Types::UsageMetric
395
+ def monthly_account_system_learning_hours: () -> Types::UsageMetric
396
+ def usage_period_start_time: () -> ::Time
397
+ def usage_period_end_time: () -> ::Time
398
+ end
399
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_account_usage-instance_method
400
+ def get_account_usage: (
401
+ ) -> _GetAccountUsageResponseSuccess
402
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAccountUsageResponseSuccess
403
+
404
+ interface _GetAgentSpaceResponseSuccess
405
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAgentSpaceOutput]
406
+ def agent_space: () -> Types::AgentSpace
407
+ def tags: () -> ::Hash[::String, ::String]
408
+ end
409
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_agent_space-instance_method
410
+ def get_agent_space: (
411
+ agent_space_id: ::String
412
+ ) -> _GetAgentSpaceResponseSuccess
413
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAgentSpaceResponseSuccess
414
+
415
+ interface _GetAssociationResponseSuccess
416
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAssociationOutput]
417
+ def association: () -> Types::Association
418
+ end
419
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_association-instance_method
420
+ def get_association: (
421
+ agent_space_id: ::String,
422
+ association_id: ::String
423
+ ) -> _GetAssociationResponseSuccess
424
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssociationResponseSuccess
425
+
426
+ interface _GetBacklogTaskResponseSuccess
427
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetBacklogTaskResponse]
428
+ def task: () -> Types::Task
429
+ end
430
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_backlog_task-instance_method
431
+ def get_backlog_task: (
432
+ agent_space_id: ::String,
433
+ task_id: ::String
434
+ ) -> _GetBacklogTaskResponseSuccess
435
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBacklogTaskResponseSuccess
436
+
437
+ interface _GetOperatorAppResponseSuccess
438
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOperatorAppOutput]
439
+ def iam: () -> Types::IamAuthConfiguration
440
+ def idc: () -> Types::IdcAuthConfiguration
441
+ def idp: () -> Types::IdpAuthConfiguration
442
+ end
443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_operator_app-instance_method
444
+ def get_operator_app: (
445
+ agent_space_id: ::String
446
+ ) -> _GetOperatorAppResponseSuccess
447
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOperatorAppResponseSuccess
448
+
449
+ interface _GetRecommendationResponseSuccess
450
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRecommendationResponse]
451
+ def recommendation: () -> Types::Recommendation
452
+ end
453
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_recommendation-instance_method
454
+ def get_recommendation: (
455
+ agent_space_id: ::String,
456
+ recommendation_id: ::String,
457
+ ?recommendation_version: ::Integer
458
+ ) -> _GetRecommendationResponseSuccess
459
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRecommendationResponseSuccess
460
+
461
+ interface _GetServiceResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetServiceOutput]
463
+ def service: () -> Types::RegisteredService
464
+ def tags: () -> ::Hash[::String, ::String]
465
+ end
466
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#get_service-instance_method
467
+ def get_service: (
468
+ service_id: ::String
469
+ ) -> _GetServiceResponseSuccess
470
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetServiceResponseSuccess
471
+
472
+ interface _InitiateChatForCaseResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::InitiateChatForCaseResponse]
474
+ def chat_participant_connection: () -> Types::ChatParticipantConnection
475
+ end
476
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#initiate_chat_for_case-instance_method
477
+ def initiate_chat_for_case: (
478
+ agent_space_id: ::String,
479
+ task_id: ::String,
480
+ ?client_token: ::String
481
+ ) -> _InitiateChatForCaseResponseSuccess
482
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InitiateChatForCaseResponseSuccess
483
+
484
+ interface _ListAgentSpacesResponseSuccess
485
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAgentSpacesOutput]
486
+ def next_token: () -> ::String
487
+ def agent_spaces: () -> ::Array[Types::AgentSpace]
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_agent_spaces-instance_method
490
+ def list_agent_spaces: (
491
+ ?max_results: ::Integer,
492
+ ?next_token: ::String
493
+ ) -> _ListAgentSpacesResponseSuccess
494
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAgentSpacesResponseSuccess
495
+
496
+ interface _ListAssociationsResponseSuccess
497
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociationsOutput]
498
+ def next_token: () -> ::String
499
+ def associations: () -> ::Array[Types::Association]
500
+ end
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_associations-instance_method
502
+ def list_associations: (
503
+ agent_space_id: ::String,
504
+ ?max_results: ::Integer,
505
+ ?next_token: ::String,
506
+ ?filter_service_types: ::String
507
+ ) -> _ListAssociationsResponseSuccess
508
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociationsResponseSuccess
509
+
510
+ interface _ListBacklogTasksResponseSuccess
511
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBacklogTasksResponse]
512
+ def tasks: () -> ::Array[Types::Task]
513
+ def next_token: () -> ::String
514
+ end
515
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_backlog_tasks-instance_method
516
+ def list_backlog_tasks: (
517
+ agent_space_id: ::String,
518
+ ?filter: {
519
+ created_after: ::Time?,
520
+ created_before: ::Time?,
521
+ priority: Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]?,
522
+ status: Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED")]?,
523
+ task_type: Array[("INVESTIGATION" | "EVALUATION")]?,
524
+ primary_task_id: ::String?
525
+ },
526
+ ?limit: ::Integer,
527
+ ?next_token: ::String,
528
+ ?sort_field: ("CREATED_AT" | "PRIORITY"),
529
+ ?order: ("ASC" | "DESC")
530
+ ) -> _ListBacklogTasksResponseSuccess
531
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBacklogTasksResponseSuccess
532
+
533
+ interface _ListChatsResponseSuccess
534
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListChatsResponse]
535
+ def executions: () -> ::Array[Types::ChatExecution]
536
+ def next_token: () -> ::String
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_chats-instance_method
539
+ def list_chats: (
540
+ agent_space_id: ::String,
541
+ user_id: ::String,
542
+ ?max_results: ::Integer,
543
+ ?next_token: ::String
544
+ ) -> _ListChatsResponseSuccess
545
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListChatsResponseSuccess
546
+
547
+ interface _ListExecutionsResponseSuccess
548
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListExecutionsResponse]
549
+ def executions: () -> ::Array[Types::Execution]
550
+ def next_token: () -> ::String
551
+ end
552
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_executions-instance_method
553
+ def list_executions: (
554
+ agent_space_id: ::String,
555
+ task_id: ::String,
556
+ ?limit: ::Integer,
557
+ ?next_token: ::String
558
+ ) -> _ListExecutionsResponseSuccess
559
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListExecutionsResponseSuccess
560
+
561
+ interface _ListGoalsResponseSuccess
562
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGoalsResponse]
563
+ def goals: () -> ::Array[Types::Goal]
564
+ def next_token: () -> ::String
565
+ end
566
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_goals-instance_method
567
+ def list_goals: (
568
+ agent_space_id: ::String,
569
+ ?status: ("ACTIVE" | "PAUSED" | "COMPLETE"),
570
+ ?goal_type: ("CUSTOMER_DEFINED" | "ONCALL_REPORT"),
571
+ ?limit: ::Integer,
572
+ ?next_token: ::String
573
+ ) -> _ListGoalsResponseSuccess
574
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGoalsResponseSuccess
575
+
576
+ interface _ListJournalRecordsResponseSuccess
577
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListJournalRecordsResponse]
578
+ def records: () -> ::Array[Types::JournalRecord]
579
+ def next_token: () -> ::String
580
+ end
581
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_journal_records-instance_method
582
+ def list_journal_records: (
583
+ agent_space_id: ::String,
584
+ execution_id: ::String,
585
+ ?limit: ::Integer,
586
+ ?next_token: ::String,
587
+ ?record_type: ::String,
588
+ ?order: ("ASC" | "DESC")
589
+ ) -> _ListJournalRecordsResponseSuccess
590
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListJournalRecordsResponseSuccess
591
+
592
+ interface _ListPendingMessagesResponseSuccess
593
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPendingMessagesResponse]
594
+ def agent_space_id: () -> ::String
595
+ def execution_id: () -> ::String
596
+ def messages: () -> ::Array[Types::PendingMessage]
597
+ def created_at: () -> ::Time
598
+ end
599
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_pending_messages-instance_method
600
+ def list_pending_messages: (
601
+ agent_space_id: ::String,
602
+ execution_id: ::String
603
+ ) -> _ListPendingMessagesResponseSuccess
604
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPendingMessagesResponseSuccess
605
+
606
+ interface _ListPrivateConnectionsResponseSuccess
607
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPrivateConnectionsOutput]
608
+ def private_connections: () -> ::Array[Types::PrivateConnectionSummary]
609
+ end
610
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_private_connections-instance_method
611
+ def list_private_connections: (
612
+ ) -> _ListPrivateConnectionsResponseSuccess
613
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPrivateConnectionsResponseSuccess
614
+
615
+ interface _ListRecommendationsResponseSuccess
616
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRecommendationsResponse]
617
+ def recommendations: () -> ::Array[Types::Recommendation]
618
+ def next_token: () -> ::String
619
+ end
620
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_recommendations-instance_method
621
+ def list_recommendations: (
622
+ agent_space_id: ::String,
623
+ ?task_id: ::String,
624
+ ?goal_id: ::String,
625
+ ?status: ("PROPOSED" | "ACCEPTED" | "REJECTED" | "CLOSED" | "COMPLETED" | "UPDATE_IN_PROGRESS"),
626
+ ?priority: ("HIGH" | "MEDIUM" | "LOW"),
627
+ ?limit: ::Integer,
628
+ ?next_token: ::String
629
+ ) -> _ListRecommendationsResponseSuccess
630
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRecommendationsResponseSuccess
631
+
632
+ interface _ListServicesResponseSuccess
633
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListServicesOutput]
634
+ def next_token: () -> ::String
635
+ def services: () -> ::Array[Types::RegisteredService]
636
+ end
637
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_services-instance_method
638
+ def list_services: (
639
+ ?max_results: ::Integer,
640
+ ?next_token: ::String,
641
+ ?filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
642
+ ) -> _ListServicesResponseSuccess
643
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServicesResponseSuccess
644
+
645
+ interface _ListTagsForResourceResponseSuccess
646
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
647
+ def tags: () -> ::Hash[::String, ::String]
648
+ end
649
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_tags_for_resource-instance_method
650
+ def list_tags_for_resource: (
651
+ resource_arn: ::String
652
+ ) -> _ListTagsForResourceResponseSuccess
653
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
654
+
655
+ interface _ListWebhooksResponseSuccess
656
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListWebhooksOutput]
657
+ def webhooks: () -> ::Array[Types::Webhook]
658
+ end
659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#list_webhooks-instance_method
660
+ def list_webhooks: (
661
+ agent_space_id: ::String,
662
+ association_id: ::String
663
+ ) -> _ListWebhooksResponseSuccess
664
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWebhooksResponseSuccess
665
+
666
+ interface _RegisterServiceResponseSuccess
667
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterServiceOutput]
668
+ def service_id: () -> ::String
669
+ def additional_step: () -> Types::AdditionalServiceRegistrationStep
670
+ def kms_key_arn: () -> ::String
671
+ def tags: () -> ::Hash[::String, ::String]
672
+ end
673
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#register_service-instance_method
674
+ def register_service: (
675
+ service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4"),
676
+ service_details: {
677
+ dynatrace: {
678
+ account_urn: ::String,
679
+ authorization_config: {
680
+ o_auth_client_credentials: {
681
+ client_name: ::String?,
682
+ client_id: ::String,
683
+ exchange_parameters: Hash[::String, ::String]?,
684
+ client_secret: ::String
685
+ }?
686
+ }?
687
+ }?,
688
+ servicenow: {
689
+ instance_url: ::String,
690
+ authorization_config: {
691
+ o_auth_client_credentials: {
692
+ client_name: ::String?,
693
+ client_id: ::String,
694
+ exchange_parameters: Hash[::String, ::String]?,
695
+ client_secret: ::String
696
+ }?
697
+ }?
698
+ }?,
699
+ mcpserverdatadog: {
700
+ name: ::String,
701
+ endpoint: ::String,
702
+ description: ::String?,
703
+ authorization_config: {
704
+ authorization_discovery: {
705
+ return_to_endpoint: ::String
706
+ }?
707
+ }
708
+ }?,
709
+ mcpserver: {
710
+ name: ::String,
711
+ endpoint: ::String,
712
+ description: ::String?,
713
+ authorization_config: {
714
+ o_auth_client_credentials: {
715
+ client_name: ::String?,
716
+ client_id: ::String,
717
+ exchange_parameters: Hash[::String, ::String]?,
718
+ client_secret: ::String,
719
+ exchange_url: ::String,
720
+ scopes: Array[::String]?
721
+ }?,
722
+ o_auth_3_lo: {
723
+ client_name: ::String?,
724
+ client_id: ::String,
725
+ exchange_parameters: Hash[::String, ::String]?,
726
+ return_to_endpoint: ::String,
727
+ authorization_url: ::String,
728
+ exchange_url: ::String,
729
+ client_secret: ::String?,
730
+ support_code_challenge: bool?,
731
+ scopes: Array[::String]?
732
+ }?,
733
+ api_key: {
734
+ api_key_name: ::String,
735
+ api_key_value: ::String,
736
+ api_key_header: ::String
737
+ }?,
738
+ bearer_token: {
739
+ token_name: ::String,
740
+ token_value: ::String,
741
+ authorization_header: ::String?
742
+ }?,
743
+ authorization_discovery: {
744
+ return_to_endpoint: ::String
745
+ }?
746
+ }
747
+ }?,
748
+ gitlab: {
749
+ target_url: ::String,
750
+ token_type: ("personal" | "group"),
751
+ token_value: ::String,
752
+ group_id: ::String?
753
+ }?,
754
+ mcpserversplunk: {
755
+ name: ::String,
756
+ endpoint: ::String,
757
+ description: ::String?,
758
+ authorization_config: {
759
+ o_auth_client_credentials: {
760
+ client_name: ::String?,
761
+ client_id: ::String,
762
+ exchange_parameters: Hash[::String, ::String]?,
763
+ client_secret: ::String,
764
+ exchange_url: ::String,
765
+ scopes: Array[::String]?
766
+ }?,
767
+ o_auth_3_lo: {
768
+ client_name: ::String?,
769
+ client_id: ::String,
770
+ exchange_parameters: Hash[::String, ::String]?,
771
+ return_to_endpoint: ::String,
772
+ authorization_url: ::String,
773
+ exchange_url: ::String,
774
+ client_secret: ::String?,
775
+ support_code_challenge: bool?,
776
+ scopes: Array[::String]?
777
+ }?,
778
+ api_key: {
779
+ api_key_name: ::String,
780
+ api_key_value: ::String,
781
+ api_key_header: ::String
782
+ }?,
783
+ bearer_token: {
784
+ token_name: ::String,
785
+ token_value: ::String,
786
+ authorization_header: ::String?
787
+ }?,
788
+ authorization_discovery: {
789
+ return_to_endpoint: ::String
790
+ }?
791
+ }
792
+ }?,
793
+ mcpservernewrelic: {
794
+ authorization_config: {
795
+ api_key: {
796
+ api_key: ::String,
797
+ account_id: ::String,
798
+ region: ("US" | "EU"),
799
+ application_ids: Array[::String]?,
800
+ entity_guids: Array[::String]?,
801
+ alert_policy_ids: Array[::String]?
802
+ }?
803
+ }
804
+ }?,
805
+ event_channel: {
806
+ type: ("webhook")?
807
+ }?,
808
+ mcpservergrafana: {
809
+ name: ::String,
810
+ endpoint: ::String,
811
+ description: ::String?,
812
+ authorization_config: {
813
+ o_auth_client_credentials: {
814
+ client_name: ::String?,
815
+ client_id: ::String,
816
+ exchange_parameters: Hash[::String, ::String]?,
817
+ client_secret: ::String,
818
+ exchange_url: ::String,
819
+ scopes: Array[::String]?
820
+ }?,
821
+ o_auth_3_lo: {
822
+ client_name: ::String?,
823
+ client_id: ::String,
824
+ exchange_parameters: Hash[::String, ::String]?,
825
+ return_to_endpoint: ::String,
826
+ authorization_url: ::String,
827
+ exchange_url: ::String,
828
+ client_secret: ::String?,
829
+ support_code_challenge: bool?,
830
+ scopes: Array[::String]?
831
+ }?,
832
+ api_key: {
833
+ api_key_name: ::String,
834
+ api_key_value: ::String,
835
+ api_key_header: ::String
836
+ }?,
837
+ bearer_token: {
838
+ token_name: ::String,
839
+ token_value: ::String,
840
+ authorization_header: ::String?
841
+ }?,
842
+ authorization_discovery: {
843
+ return_to_endpoint: ::String
844
+ }?
845
+ }
846
+ }?,
847
+ pagerduty: {
848
+ scopes: Array[::String],
849
+ authorization_config: {
850
+ o_auth_client_credentials: {
851
+ client_name: ::String?,
852
+ client_id: ::String,
853
+ exchange_parameters: Hash[::String, ::String]?,
854
+ client_secret: ::String
855
+ }?
856
+ }
857
+ }?,
858
+ azureidentity: {
859
+ tenant_id: ::String,
860
+ client_id: ::String,
861
+ web_identity_role_arn: ::String,
862
+ web_identity_token_audiences: Array[::String]
863
+ }?,
864
+ mcpserversigv4: {
865
+ name: ::String,
866
+ endpoint: ::String,
867
+ description: ::String?,
868
+ authorization_config: {
869
+ region: ::String,
870
+ service: ::String,
871
+ role_arn: ::String
872
+ }
873
+ }?
874
+ },
875
+ ?kms_key_arn: ::String,
876
+ ?private_connection_name: ::String,
877
+ ?name: ::String,
878
+ ?tags: Hash[::String, ::String]
879
+ ) -> _RegisterServiceResponseSuccess
880
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterServiceResponseSuccess
881
+
882
+ interface _SendMessageResponseSuccess
883
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendMessageResponse]
884
+ def events: () -> Types::SendMessageEvents
885
+ end
886
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#send_message-instance_method
887
+ def send_message: (
888
+ agent_space_id: ::String,
889
+ execution_id: ::String,
890
+ content: ::String,
891
+ ?context: {
892
+ current_page: ::String?,
893
+ last_message: ::String?,
894
+ user_action_response: ::String?
895
+ },
896
+ user_id: ::String
897
+ ) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
898
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) ?{ (*untyped) -> void } -> _SendMessageResponseSuccess
899
+
900
+ interface _TagResourceResponseSuccess
901
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
902
+ end
903
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#tag_resource-instance_method
904
+ def tag_resource: (
905
+ resource_arn: ::String,
906
+ tags: Hash[::String, ::String]
907
+ ) -> _TagResourceResponseSuccess
908
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
909
+
910
+ interface _UntagResourceResponseSuccess
911
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
912
+ end
913
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#untag_resource-instance_method
914
+ def untag_resource: (
915
+ resource_arn: ::String,
916
+ tag_keys: Array[::String]
917
+ ) -> _UntagResourceResponseSuccess
918
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
919
+
920
+ interface _UpdateAgentSpaceResponseSuccess
921
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAgentSpaceOutput]
922
+ def agent_space: () -> Types::AgentSpace
923
+ end
924
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_agent_space-instance_method
925
+ def update_agent_space: (
926
+ agent_space_id: ::String,
927
+ ?name: ::String,
928
+ ?description: ::String,
929
+ ?locale: ::String
930
+ ) -> _UpdateAgentSpaceResponseSuccess
931
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgentSpaceResponseSuccess
932
+
933
+ interface _UpdateAssociationResponseSuccess
934
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAssociationOutput]
935
+ def association: () -> Types::Association
936
+ def webhook: () -> Types::GenericWebhook
937
+ end
938
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_association-instance_method
939
+ def update_association: (
940
+ agent_space_id: ::String,
941
+ association_id: ::String,
942
+ configuration: {
943
+ source_aws: {
944
+ account_id: ::String,
945
+ account_type: ("source"),
946
+ assumable_role_arn: ::String,
947
+ external_id: ::String?
948
+ }?,
949
+ aws: {
950
+ assumable_role_arn: ::String,
951
+ account_id: ::String,
952
+ account_type: ("monitor")
953
+ }?,
954
+ github: {
955
+ repo_name: ::String,
956
+ repo_id: ::String,
957
+ owner: ::String,
958
+ owner_type: ("organization" | "user"),
959
+ instance_identifier: ::String?
960
+ }?,
961
+ slack: {
962
+ workspace_id: ::String,
963
+ workspace_name: ::String,
964
+ transmission_target: {
965
+ ops_oncall_target: {
966
+ channel_name: ::String?,
967
+ channel_id: ::String
968
+ },
969
+ ops_sre_target: {
970
+ channel_name: ::String?,
971
+ channel_id: ::String
972
+ }?
973
+ }
974
+ }?,
975
+ dynatrace: {
976
+ env_id: ::String,
977
+ resources: Array[::String]?
978
+ }?,
979
+ servicenow: {
980
+ instance_id: ::String?,
981
+ auth_scopes: Array[::String]?
982
+ }?,
983
+ mcpservernewrelic: {
984
+ account_id: ::String,
985
+ endpoint: ::String
986
+ }?,
987
+ gitlab: {
988
+ project_id: ::String,
989
+ project_path: ::String,
990
+ instance_identifier: ::String?
991
+ }?,
992
+ event_channel: {
993
+ }?,
994
+ azure: {
995
+ subscription_id: ::String
996
+ }?,
997
+ azuredevops: {
998
+ organization_name: ::String,
999
+ project_id: ::String,
1000
+ project_name: ::String
1001
+ }?,
1002
+ mcpservergrafana: {
1003
+ endpoint: ::String,
1004
+ organization_id: ::String?,
1005
+ tools: Array[::String]?
1006
+ }?,
1007
+ pagerduty: {
1008
+ services: Array[::String],
1009
+ customer_email: ::String
1010
+ }?,
1011
+ msteams: {
1012
+ team_id: ::String,
1013
+ team_name: ::String,
1014
+ transmission_target: {
1015
+ ops_oncall_target: {
1016
+ channel_name: ::String,
1017
+ channel_id: ::String
1018
+ }?,
1019
+ ops_sre_target: {
1020
+ channel_name: ::String,
1021
+ channel_id: ::String
1022
+ }?
1023
+ }
1024
+ }?
1025
+ }
1026
+ ) -> _UpdateAssociationResponseSuccess
1027
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssociationResponseSuccess
1028
+
1029
+ interface _UpdateBacklogTaskResponseSuccess
1030
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBacklogTaskResponse]
1031
+ def task: () -> Types::Task
1032
+ end
1033
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_backlog_task-instance_method
1034
+ def update_backlog_task: (
1035
+ agent_space_id: ::String,
1036
+ task_id: ::String,
1037
+ ?task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED"),
1038
+ ?client_token: ::String
1039
+ ) -> _UpdateBacklogTaskResponseSuccess
1040
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBacklogTaskResponseSuccess
1041
+
1042
+ interface _UpdateGoalResponseSuccess
1043
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGoalResponse]
1044
+ def goal: () -> Types::Goal
1045
+ end
1046
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_goal-instance_method
1047
+ def update_goal: (
1048
+ agent_space_id: ::String,
1049
+ goal_id: ::String,
1050
+ ?evaluation_schedule: {
1051
+ state: ("ENABLED" | "DISABLED")
1052
+ },
1053
+ ?client_token: ::String
1054
+ ) -> _UpdateGoalResponseSuccess
1055
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGoalResponseSuccess
1056
+
1057
+ interface _UpdateOperatorAppIdpConfigResponseSuccess
1058
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateOperatorAppIdpConfigOutput]
1059
+ def agent_space_id: () -> ::String
1060
+ def idp: () -> Types::IdpAuthConfiguration
1061
+ end
1062
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_operator_app_idp_config-instance_method
1063
+ def update_operator_app_idp_config: (
1064
+ agent_space_id: ::String,
1065
+ ?idp_client_secret: ::String
1066
+ ) -> _UpdateOperatorAppIdpConfigResponseSuccess
1067
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateOperatorAppIdpConfigResponseSuccess
1068
+
1069
+ interface _UpdatePrivateConnectionCertificateResponseSuccess
1070
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePrivateConnectionCertificateOutput]
1071
+ def name: () -> ::String
1072
+ def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
1073
+ def resource_gateway_id: () -> ::String
1074
+ def host_address: () -> ::String
1075
+ def vpc_id: () -> ::String
1076
+ def resource_configuration_id: () -> ::String
1077
+ def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
1078
+ def certificate_expiry_time: () -> ::Time
1079
+ end
1080
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_private_connection_certificate-instance_method
1081
+ def update_private_connection_certificate: (
1082
+ name: ::String,
1083
+ certificate: ::String
1084
+ ) -> _UpdatePrivateConnectionCertificateResponseSuccess
1085
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePrivateConnectionCertificateResponseSuccess
1086
+
1087
+ interface _UpdateRecommendationResponseSuccess
1088
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRecommendationResponse]
1089
+ def recommendation: () -> Types::Recommendation
1090
+ end
1091
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#update_recommendation-instance_method
1092
+ def update_recommendation: (
1093
+ agent_space_id: ::String,
1094
+ recommendation_id: ::String,
1095
+ ?status: ("PROPOSED" | "ACCEPTED" | "REJECTED" | "CLOSED" | "COMPLETED" | "UPDATE_IN_PROGRESS"),
1096
+ ?additional_context: ::String,
1097
+ ?client_token: ::String
1098
+ ) -> _UpdateRecommendationResponseSuccess
1099
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRecommendationResponseSuccess
1100
+
1101
+ interface _ValidateAwsAssociationsResponseSuccess
1102
+ include ::Seahorse::Client::_ResponseSuccess[Types::ValidateAwsAssociationsOutput]
1103
+ end
1104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DevOpsAgent/Client.html#validate_aws_associations-instance_method
1105
+ def validate_aws_associations: (
1106
+ agent_space_id: ::String
1107
+ ) -> _ValidateAwsAssociationsResponseSuccess
1108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ValidateAwsAssociationsResponseSuccess
1109
+ end
1110
+ end
1111
+ end
1112
+