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