aws-sdk-applicationinsights 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
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 ApplicationInsights
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ApplicationInsights/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,619 @@
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::ApplicationInsights
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AddWorkloadRequest
17
+ attr_accessor resource_group_name: ::String
18
+ attr_accessor component_name: ::String
19
+ attr_accessor workload_configuration: Types::WorkloadConfiguration
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class AddWorkloadResponse
24
+ attr_accessor workload_id: ::String
25
+ attr_accessor workload_configuration: Types::WorkloadConfiguration
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class ApplicationComponent
30
+ attr_accessor component_name: ::String
31
+ attr_accessor component_remarks: ::String
32
+ attr_accessor resource_type: ::String
33
+ attr_accessor os_type: ("WINDOWS" | "LINUX")
34
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
35
+ attr_accessor monitor: bool
36
+ attr_accessor detected_workload: ::Hash[("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY"), ::Hash[::String, ::String]]
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class ApplicationInfo
41
+ attr_accessor account_id: ::String
42
+ attr_accessor resource_group_name: ::String
43
+ attr_accessor life_cycle: ::String
44
+ attr_accessor ops_item_sns_topic_arn: ::String
45
+ attr_accessor ops_center_enabled: bool
46
+ attr_accessor cwe_monitor_enabled: bool
47
+ attr_accessor remarks: ::String
48
+ attr_accessor auto_config_enabled: bool
49
+ attr_accessor discovery_type: ("RESOURCE_GROUP_BASED" | "ACCOUNT_BASED")
50
+ attr_accessor attach_missing_permission: bool
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class BadRequestException
55
+ attr_accessor message: ::String
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class ConfigurationEvent
60
+ attr_accessor resource_group_name: ::String
61
+ attr_accessor account_id: ::String
62
+ attr_accessor monitored_resource_arn: ::String
63
+ attr_accessor event_status: ("INFO" | "WARN" | "ERROR")
64
+ attr_accessor event_resource_type: ("CLOUDWATCH_ALARM" | "CLOUDWATCH_LOG" | "CLOUDFORMATION" | "SSM_ASSOCIATION")
65
+ attr_accessor event_time: ::Time
66
+ attr_accessor event_detail: ::String
67
+ attr_accessor event_resource_name: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateApplicationRequest
72
+ attr_accessor resource_group_name: ::String
73
+ attr_accessor ops_center_enabled: bool
74
+ attr_accessor cwe_monitor_enabled: bool
75
+ attr_accessor ops_item_sns_topic_arn: ::String
76
+ attr_accessor tags: ::Array[Types::Tag]
77
+ attr_accessor auto_config_enabled: bool
78
+ attr_accessor auto_create: bool
79
+ attr_accessor grouping_type: ("ACCOUNT_BASED")
80
+ attr_accessor attach_missing_permission: bool
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class CreateApplicationResponse
85
+ attr_accessor application_info: Types::ApplicationInfo
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class CreateComponentRequest
90
+ attr_accessor resource_group_name: ::String
91
+ attr_accessor component_name: ::String
92
+ attr_accessor resource_list: ::Array[::String]
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class CreateComponentResponse < Aws::EmptyStructure
97
+ end
98
+
99
+ class CreateLogPatternRequest
100
+ attr_accessor resource_group_name: ::String
101
+ attr_accessor pattern_set_name: ::String
102
+ attr_accessor pattern_name: ::String
103
+ attr_accessor pattern: ::String
104
+ attr_accessor rank: ::Integer
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class CreateLogPatternResponse
109
+ attr_accessor log_pattern: Types::LogPattern
110
+ attr_accessor resource_group_name: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class DeleteApplicationRequest
115
+ attr_accessor resource_group_name: ::String
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class DeleteApplicationResponse < Aws::EmptyStructure
120
+ end
121
+
122
+ class DeleteComponentRequest
123
+ attr_accessor resource_group_name: ::String
124
+ attr_accessor component_name: ::String
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class DeleteComponentResponse < Aws::EmptyStructure
129
+ end
130
+
131
+ class DeleteLogPatternRequest
132
+ attr_accessor resource_group_name: ::String
133
+ attr_accessor pattern_set_name: ::String
134
+ attr_accessor pattern_name: ::String
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class DeleteLogPatternResponse < Aws::EmptyStructure
139
+ end
140
+
141
+ class DescribeApplicationRequest
142
+ attr_accessor resource_group_name: ::String
143
+ attr_accessor account_id: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class DescribeApplicationResponse
148
+ attr_accessor application_info: Types::ApplicationInfo
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class DescribeComponentConfigurationRecommendationRequest
153
+ attr_accessor resource_group_name: ::String
154
+ attr_accessor component_name: ::String
155
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
156
+ attr_accessor workload_name: ::String
157
+ attr_accessor recommendation_type: ("INFRA_ONLY" | "WORKLOAD_ONLY" | "ALL")
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class DescribeComponentConfigurationRecommendationResponse
162
+ attr_accessor component_configuration: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class DescribeComponentConfigurationRequest
167
+ attr_accessor resource_group_name: ::String
168
+ attr_accessor component_name: ::String
169
+ attr_accessor account_id: ::String
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class DescribeComponentConfigurationResponse
174
+ attr_accessor monitor: bool
175
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
176
+ attr_accessor component_configuration: ::String
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class DescribeComponentRequest
181
+ attr_accessor resource_group_name: ::String
182
+ attr_accessor component_name: ::String
183
+ attr_accessor account_id: ::String
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class DescribeComponentResponse
188
+ attr_accessor application_component: Types::ApplicationComponent
189
+ attr_accessor resource_list: ::Array[::String]
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class DescribeLogPatternRequest
194
+ attr_accessor resource_group_name: ::String
195
+ attr_accessor pattern_set_name: ::String
196
+ attr_accessor pattern_name: ::String
197
+ attr_accessor account_id: ::String
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class DescribeLogPatternResponse
202
+ attr_accessor resource_group_name: ::String
203
+ attr_accessor account_id: ::String
204
+ attr_accessor log_pattern: Types::LogPattern
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class DescribeObservationRequest
209
+ attr_accessor observation_id: ::String
210
+ attr_accessor account_id: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class DescribeObservationResponse
215
+ attr_accessor observation: Types::Observation
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class DescribeProblemObservationsRequest
220
+ attr_accessor problem_id: ::String
221
+ attr_accessor account_id: ::String
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class DescribeProblemObservationsResponse
226
+ attr_accessor related_observations: Types::RelatedObservations
227
+ SENSITIVE: []
228
+ end
229
+
230
+ class DescribeProblemRequest
231
+ attr_accessor problem_id: ::String
232
+ attr_accessor account_id: ::String
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class DescribeProblemResponse
237
+ attr_accessor problem: Types::Problem
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class DescribeWorkloadRequest
242
+ attr_accessor resource_group_name: ::String
243
+ attr_accessor component_name: ::String
244
+ attr_accessor workload_id: ::String
245
+ attr_accessor account_id: ::String
246
+ SENSITIVE: []
247
+ end
248
+
249
+ class DescribeWorkloadResponse
250
+ attr_accessor workload_id: ::String
251
+ attr_accessor workload_remarks: ::String
252
+ attr_accessor workload_configuration: Types::WorkloadConfiguration
253
+ SENSITIVE: []
254
+ end
255
+
256
+ class InternalServerException
257
+ attr_accessor message: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class ListApplicationsRequest
262
+ attr_accessor max_results: ::Integer
263
+ attr_accessor next_token: ::String
264
+ attr_accessor account_id: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class ListApplicationsResponse
269
+ attr_accessor application_info_list: ::Array[Types::ApplicationInfo]
270
+ attr_accessor next_token: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class ListComponentsRequest
275
+ attr_accessor resource_group_name: ::String
276
+ attr_accessor max_results: ::Integer
277
+ attr_accessor next_token: ::String
278
+ attr_accessor account_id: ::String
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class ListComponentsResponse
283
+ attr_accessor application_component_list: ::Array[Types::ApplicationComponent]
284
+ attr_accessor next_token: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class ListConfigurationHistoryRequest
289
+ attr_accessor resource_group_name: ::String
290
+ attr_accessor start_time: ::Time
291
+ attr_accessor end_time: ::Time
292
+ attr_accessor event_status: ("INFO" | "WARN" | "ERROR")
293
+ attr_accessor max_results: ::Integer
294
+ attr_accessor next_token: ::String
295
+ attr_accessor account_id: ::String
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class ListConfigurationHistoryResponse
300
+ attr_accessor event_list: ::Array[Types::ConfigurationEvent]
301
+ attr_accessor next_token: ::String
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class ListLogPatternSetsRequest
306
+ attr_accessor resource_group_name: ::String
307
+ attr_accessor max_results: ::Integer
308
+ attr_accessor next_token: ::String
309
+ attr_accessor account_id: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ListLogPatternSetsResponse
314
+ attr_accessor resource_group_name: ::String
315
+ attr_accessor account_id: ::String
316
+ attr_accessor log_pattern_sets: ::Array[::String]
317
+ attr_accessor next_token: ::String
318
+ SENSITIVE: []
319
+ end
320
+
321
+ class ListLogPatternsRequest
322
+ attr_accessor resource_group_name: ::String
323
+ attr_accessor pattern_set_name: ::String
324
+ attr_accessor max_results: ::Integer
325
+ attr_accessor next_token: ::String
326
+ attr_accessor account_id: ::String
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class ListLogPatternsResponse
331
+ attr_accessor resource_group_name: ::String
332
+ attr_accessor account_id: ::String
333
+ attr_accessor log_patterns: ::Array[Types::LogPattern]
334
+ attr_accessor next_token: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class ListProblemsRequest
339
+ attr_accessor account_id: ::String
340
+ attr_accessor resource_group_name: ::String
341
+ attr_accessor start_time: ::Time
342
+ attr_accessor end_time: ::Time
343
+ attr_accessor max_results: ::Integer
344
+ attr_accessor next_token: ::String
345
+ attr_accessor component_name: ::String
346
+ attr_accessor visibility: ("IGNORED" | "VISIBLE")
347
+ SENSITIVE: []
348
+ end
349
+
350
+ class ListProblemsResponse
351
+ attr_accessor problem_list: ::Array[Types::Problem]
352
+ attr_accessor next_token: ::String
353
+ attr_accessor resource_group_name: ::String
354
+ attr_accessor account_id: ::String
355
+ SENSITIVE: []
356
+ end
357
+
358
+ class ListTagsForResourceRequest
359
+ attr_accessor resource_arn: ::String
360
+ SENSITIVE: []
361
+ end
362
+
363
+ class ListTagsForResourceResponse
364
+ attr_accessor tags: ::Array[Types::Tag]
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class ListWorkloadsRequest
369
+ attr_accessor resource_group_name: ::String
370
+ attr_accessor component_name: ::String
371
+ attr_accessor max_results: ::Integer
372
+ attr_accessor next_token: ::String
373
+ attr_accessor account_id: ::String
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class ListWorkloadsResponse
378
+ attr_accessor workload_list: ::Array[Types::Workload]
379
+ attr_accessor next_token: ::String
380
+ SENSITIVE: []
381
+ end
382
+
383
+ class LogPattern
384
+ attr_accessor pattern_set_name: ::String
385
+ attr_accessor pattern_name: ::String
386
+ attr_accessor pattern: ::String
387
+ attr_accessor rank: ::Integer
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class Observation
392
+ attr_accessor id: ::String
393
+ attr_accessor start_time: ::Time
394
+ attr_accessor end_time: ::Time
395
+ attr_accessor source_type: ::String
396
+ attr_accessor source_arn: ::String
397
+ attr_accessor log_group: ::String
398
+ attr_accessor line_time: ::Time
399
+ attr_accessor log_text: ::String
400
+ attr_accessor log_filter: ("ERROR" | "WARN" | "INFO")
401
+ attr_accessor metric_namespace: ::String
402
+ attr_accessor metric_name: ::String
403
+ attr_accessor unit: ::String
404
+ attr_accessor value: ::Float
405
+ attr_accessor cloud_watch_event_id: ::String
406
+ attr_accessor cloud_watch_event_source: ("EC2" | "CODE_DEPLOY" | "HEALTH" | "RDS")
407
+ attr_accessor cloud_watch_event_detail_type: ::String
408
+ attr_accessor health_event_arn: ::String
409
+ attr_accessor health_service: ::String
410
+ attr_accessor health_event_type_code: ::String
411
+ attr_accessor health_event_type_category: ::String
412
+ attr_accessor health_event_description: ::String
413
+ attr_accessor code_deploy_deployment_id: ::String
414
+ attr_accessor code_deploy_deployment_group: ::String
415
+ attr_accessor code_deploy_state: ::String
416
+ attr_accessor code_deploy_application: ::String
417
+ attr_accessor code_deploy_instance_group_id: ::String
418
+ attr_accessor ec2_state: ::String
419
+ attr_accessor rds_event_categories: ::String
420
+ attr_accessor rds_event_message: ::String
421
+ attr_accessor s3_event_name: ::String
422
+ attr_accessor states_execution_arn: ::String
423
+ attr_accessor states_arn: ::String
424
+ attr_accessor states_status: ::String
425
+ attr_accessor states_input: ::String
426
+ attr_accessor ebs_event: ::String
427
+ attr_accessor ebs_result: ::String
428
+ attr_accessor ebs_cause: ::String
429
+ attr_accessor ebs_request_id: ::String
430
+ attr_accessor x_ray_fault_percent: ::Integer
431
+ attr_accessor x_ray_throttle_percent: ::Integer
432
+ attr_accessor x_ray_error_percent: ::Integer
433
+ attr_accessor x_ray_request_count: ::Integer
434
+ attr_accessor x_ray_request_average_latency: ::Integer
435
+ attr_accessor x_ray_node_name: ::String
436
+ attr_accessor x_ray_node_type: ::String
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class Problem
441
+ attr_accessor id: ::String
442
+ attr_accessor title: ::String
443
+ attr_accessor insights: ::String
444
+ attr_accessor status: ("IGNORE" | "RESOLVED" | "PENDING" | "RECURRING" | "RECOVERING")
445
+ attr_accessor affected_resource: ::String
446
+ attr_accessor start_time: ::Time
447
+ attr_accessor end_time: ::Time
448
+ attr_accessor severity_level: ("Informative" | "Low" | "Medium" | "High")
449
+ attr_accessor account_id: ::String
450
+ attr_accessor resource_group_name: ::String
451
+ attr_accessor feedback: ::Hash[("INSIGHTS_FEEDBACK"), ("NOT_SPECIFIED" | "USEFUL" | "NOT_USEFUL")]
452
+ attr_accessor recurring_count: ::Integer
453
+ attr_accessor last_recurrence_time: ::Time
454
+ attr_accessor visibility: ("IGNORED" | "VISIBLE")
455
+ attr_accessor resolution_method: ("MANUAL" | "AUTOMATIC" | "UNRESOLVED")
456
+ SENSITIVE: []
457
+ end
458
+
459
+ class RelatedObservations
460
+ attr_accessor observation_list: ::Array[Types::Observation]
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class RemoveWorkloadRequest
465
+ attr_accessor resource_group_name: ::String
466
+ attr_accessor component_name: ::String
467
+ attr_accessor workload_id: ::String
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class RemoveWorkloadResponse < Aws::EmptyStructure
472
+ end
473
+
474
+ class ResourceInUseException
475
+ attr_accessor message: ::String
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class ResourceNotFoundException
480
+ attr_accessor message: ::String
481
+ SENSITIVE: []
482
+ end
483
+
484
+ class Tag
485
+ attr_accessor key: ::String
486
+ attr_accessor value: ::String
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class TagResourceRequest
491
+ attr_accessor resource_arn: ::String
492
+ attr_accessor tags: ::Array[Types::Tag]
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class TagResourceResponse < Aws::EmptyStructure
497
+ end
498
+
499
+ class TagsAlreadyExistException
500
+ attr_accessor message: ::String
501
+ SENSITIVE: []
502
+ end
503
+
504
+ class TooManyTagsException
505
+ attr_accessor message: ::String
506
+ attr_accessor resource_name: ::String
507
+ SENSITIVE: []
508
+ end
509
+
510
+ class UntagResourceRequest
511
+ attr_accessor resource_arn: ::String
512
+ attr_accessor tag_keys: ::Array[::String]
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class UntagResourceResponse < Aws::EmptyStructure
517
+ end
518
+
519
+ class UpdateApplicationRequest
520
+ attr_accessor resource_group_name: ::String
521
+ attr_accessor ops_center_enabled: bool
522
+ attr_accessor cwe_monitor_enabled: bool
523
+ attr_accessor ops_item_sns_topic_arn: ::String
524
+ attr_accessor remove_sns_topic: bool
525
+ attr_accessor auto_config_enabled: bool
526
+ attr_accessor attach_missing_permission: bool
527
+ SENSITIVE: []
528
+ end
529
+
530
+ class UpdateApplicationResponse
531
+ attr_accessor application_info: Types::ApplicationInfo
532
+ SENSITIVE: []
533
+ end
534
+
535
+ class UpdateComponentConfigurationRequest
536
+ attr_accessor resource_group_name: ::String
537
+ attr_accessor component_name: ::String
538
+ attr_accessor monitor: bool
539
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
540
+ attr_accessor component_configuration: ::String
541
+ attr_accessor auto_config_enabled: bool
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class UpdateComponentConfigurationResponse < Aws::EmptyStructure
546
+ end
547
+
548
+ class UpdateComponentRequest
549
+ attr_accessor resource_group_name: ::String
550
+ attr_accessor component_name: ::String
551
+ attr_accessor new_component_name: ::String
552
+ attr_accessor resource_list: ::Array[::String]
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class UpdateComponentResponse < Aws::EmptyStructure
557
+ end
558
+
559
+ class UpdateLogPatternRequest
560
+ attr_accessor resource_group_name: ::String
561
+ attr_accessor pattern_set_name: ::String
562
+ attr_accessor pattern_name: ::String
563
+ attr_accessor pattern: ::String
564
+ attr_accessor rank: ::Integer
565
+ SENSITIVE: []
566
+ end
567
+
568
+ class UpdateLogPatternResponse
569
+ attr_accessor resource_group_name: ::String
570
+ attr_accessor log_pattern: Types::LogPattern
571
+ SENSITIVE: []
572
+ end
573
+
574
+ class UpdateProblemRequest
575
+ attr_accessor problem_id: ::String
576
+ attr_accessor update_status: ("RESOLVED")
577
+ attr_accessor visibility: ("IGNORED" | "VISIBLE")
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class UpdateProblemResponse < Aws::EmptyStructure
582
+ end
583
+
584
+ class UpdateWorkloadRequest
585
+ attr_accessor resource_group_name: ::String
586
+ attr_accessor component_name: ::String
587
+ attr_accessor workload_id: ::String
588
+ attr_accessor workload_configuration: Types::WorkloadConfiguration
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class UpdateWorkloadResponse
593
+ attr_accessor workload_id: ::String
594
+ attr_accessor workload_configuration: Types::WorkloadConfiguration
595
+ SENSITIVE: []
596
+ end
597
+
598
+ class ValidationException
599
+ attr_accessor message: ::String
600
+ SENSITIVE: []
601
+ end
602
+
603
+ class Workload
604
+ attr_accessor workload_id: ::String
605
+ attr_accessor component_name: ::String
606
+ attr_accessor workload_name: ::String
607
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
608
+ attr_accessor workload_remarks: ::String
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class WorkloadConfiguration
613
+ attr_accessor workload_name: ::String
614
+ attr_accessor tier: ("CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WORKER" | "DOT_NET_WEB_TIER" | "DOT_NET_WEB" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "MYSQL" | "POSTGRESQL" | "JAVA_JMX" | "ORACLE" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SAP_HANA_HIGH_AVAILABILITY" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE" | "SHAREPOINT" | "ACTIVE_DIRECTORY" | "SAP_NETWEAVER_STANDARD" | "SAP_NETWEAVER_DISTRIBUTED" | "SAP_NETWEAVER_HIGH_AVAILABILITY")
615
+ attr_accessor configuration: ::String
616
+ SENSITIVE: []
617
+ end
618
+ end
619
+ end