aws-sdk-devopsguru 1.39.0 → 1.41.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,1110 @@
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::DevOpsGuru
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AccountHealth
17
+ attr_accessor account_id: ::String
18
+ attr_accessor insight: Types::AccountInsightHealth
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class AccountInsightHealth
23
+ attr_accessor open_proactive_insights: ::Integer
24
+ attr_accessor open_reactive_insights: ::Integer
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class AddNotificationChannelRequest
29
+ attr_accessor config: Types::NotificationChannelConfig
30
+ SENSITIVE: []
31
+ end
32
+
33
+ class AddNotificationChannelResponse
34
+ attr_accessor id: ::String
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AmazonCodeGuruProfilerIntegration
39
+ attr_accessor status: ("ENABLED" | "DISABLED")
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class AnomalousLogGroup
44
+ attr_accessor log_group_name: ::String
45
+ attr_accessor impact_start_time: ::Time
46
+ attr_accessor impact_end_time: ::Time
47
+ attr_accessor number_of_log_lines_scanned: ::Integer
48
+ attr_accessor log_anomaly_showcases: ::Array[Types::LogAnomalyShowcase]
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class AnomalyReportedTimeRange
53
+ attr_accessor open_time: ::Time
54
+ attr_accessor close_time: ::Time
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class AnomalyResource
59
+ attr_accessor name: ::String
60
+ attr_accessor type: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class AnomalySourceDetails
65
+ attr_accessor cloud_watch_metrics: ::Array[Types::CloudWatchMetricsDetail]
66
+ attr_accessor performance_insights_metrics: ::Array[Types::PerformanceInsightsMetricsDetail]
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class AnomalySourceMetadata
71
+ attr_accessor source: ::String
72
+ attr_accessor source_resource_name: ::String
73
+ attr_accessor source_resource_type: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class AnomalyTimeRange
78
+ attr_accessor start_time: ::Time
79
+ attr_accessor end_time: ::Time
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class CloudFormationCollection
84
+ attr_accessor stack_names: ::Array[::String]
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class CloudFormationCollectionFilter
89
+ attr_accessor stack_names: ::Array[::String]
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class CloudFormationCostEstimationResourceCollectionFilter
94
+ attr_accessor stack_names: ::Array[::String]
95
+ SENSITIVE: []
96
+ end
97
+
98
+ class CloudFormationHealth
99
+ attr_accessor stack_name: ::String
100
+ attr_accessor insight: Types::InsightHealth
101
+ attr_accessor analyzed_resource_count: ::Integer
102
+ SENSITIVE: []
103
+ end
104
+
105
+ class CloudWatchMetricsDataSummary
106
+ attr_accessor timestamp_metric_value_pair_list: ::Array[Types::TimestampMetricValuePair]
107
+ attr_accessor status_code: ("Complete" | "InternalError" | "PartialData")
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class CloudWatchMetricsDetail
112
+ attr_accessor metric_name: ::String
113
+ attr_accessor namespace: ::String
114
+ attr_accessor dimensions: ::Array[Types::CloudWatchMetricsDimension]
115
+ attr_accessor stat: ("Sum" | "Average" | "SampleCount" | "Minimum" | "Maximum" | "p99" | "p90" | "p50")
116
+ attr_accessor unit: ::String
117
+ attr_accessor period: ::Integer
118
+ attr_accessor metric_data_summary: Types::CloudWatchMetricsDataSummary
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class CloudWatchMetricsDimension
123
+ attr_accessor name: ::String
124
+ attr_accessor value: ::String
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class ConflictException
129
+ attr_accessor message: ::String
130
+ attr_accessor resource_id: ::String
131
+ attr_accessor resource_type: ::String
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class CostEstimationResourceCollectionFilter
136
+ attr_accessor cloud_formation: Types::CloudFormationCostEstimationResourceCollectionFilter
137
+ attr_accessor tags: ::Array[Types::TagCostEstimationResourceCollectionFilter]
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CostEstimationTimeRange
142
+ attr_accessor start_time: ::Time
143
+ attr_accessor end_time: ::Time
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class DeleteInsightRequest
148
+ attr_accessor id: ::String
149
+ SENSITIVE: []
150
+ end
151
+
152
+ class DeleteInsightResponse < Aws::EmptyStructure
153
+ end
154
+
155
+ class DescribeAccountHealthRequest < Aws::EmptyStructure
156
+ end
157
+
158
+ class DescribeAccountHealthResponse
159
+ attr_accessor open_reactive_insights: ::Integer
160
+ attr_accessor open_proactive_insights: ::Integer
161
+ attr_accessor metrics_analyzed: ::Integer
162
+ attr_accessor resource_hours: ::Integer
163
+ attr_accessor analyzed_resource_count: ::Integer
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class DescribeAccountOverviewRequest
168
+ attr_accessor from_time: ::Time
169
+ attr_accessor to_time: ::Time
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class DescribeAccountOverviewResponse
174
+ attr_accessor reactive_insights: ::Integer
175
+ attr_accessor proactive_insights: ::Integer
176
+ attr_accessor mean_time_to_recover_in_milliseconds: ::Integer
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class DescribeAnomalyRequest
181
+ attr_accessor id: ::String
182
+ attr_accessor account_id: ::String
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class DescribeAnomalyResponse
187
+ attr_accessor proactive_anomaly: Types::ProactiveAnomaly
188
+ attr_accessor reactive_anomaly: Types::ReactiveAnomaly
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class DescribeEventSourcesConfigRequest < Aws::EmptyStructure
193
+ end
194
+
195
+ class DescribeEventSourcesConfigResponse
196
+ attr_accessor event_sources: Types::EventSourcesConfig
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class DescribeFeedbackRequest
201
+ attr_accessor insight_id: ::String
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class DescribeFeedbackResponse
206
+ attr_accessor insight_feedback: Types::InsightFeedback
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class DescribeInsightRequest
211
+ attr_accessor id: ::String
212
+ attr_accessor account_id: ::String
213
+ SENSITIVE: []
214
+ end
215
+
216
+ class DescribeInsightResponse
217
+ attr_accessor proactive_insight: Types::ProactiveInsight
218
+ attr_accessor reactive_insight: Types::ReactiveInsight
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class DescribeOrganizationHealthRequest
223
+ attr_accessor account_ids: ::Array[::String]
224
+ attr_accessor organizational_unit_ids: ::Array[::String]
225
+ SENSITIVE: []
226
+ end
227
+
228
+ class DescribeOrganizationHealthResponse
229
+ attr_accessor open_reactive_insights: ::Integer
230
+ attr_accessor open_proactive_insights: ::Integer
231
+ attr_accessor metrics_analyzed: ::Integer
232
+ attr_accessor resource_hours: ::Integer
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class DescribeOrganizationOverviewRequest
237
+ attr_accessor from_time: ::Time
238
+ attr_accessor to_time: ::Time
239
+ attr_accessor account_ids: ::Array[::String]
240
+ attr_accessor organizational_unit_ids: ::Array[::String]
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class DescribeOrganizationOverviewResponse
245
+ attr_accessor reactive_insights: ::Integer
246
+ attr_accessor proactive_insights: ::Integer
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class DescribeOrganizationResourceCollectionHealthRequest
251
+ attr_accessor organization_resource_collection_type: ("AWS_CLOUD_FORMATION" | "AWS_SERVICE" | "AWS_ACCOUNT" | "AWS_TAGS")
252
+ attr_accessor account_ids: ::Array[::String]
253
+ attr_accessor organizational_unit_ids: ::Array[::String]
254
+ attr_accessor next_token: ::String
255
+ attr_accessor max_results: ::Integer
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class DescribeOrganizationResourceCollectionHealthResponse
260
+ attr_accessor cloud_formation: ::Array[Types::CloudFormationHealth]
261
+ attr_accessor service: ::Array[Types::ServiceHealth]
262
+ attr_accessor account: ::Array[Types::AccountHealth]
263
+ attr_accessor next_token: ::String
264
+ attr_accessor tags: ::Array[Types::TagHealth]
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class DescribeResourceCollectionHealthRequest
269
+ attr_accessor resource_collection_type: ("AWS_CLOUD_FORMATION" | "AWS_SERVICE" | "AWS_TAGS")
270
+ attr_accessor next_token: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class DescribeResourceCollectionHealthResponse
275
+ attr_accessor cloud_formation: ::Array[Types::CloudFormationHealth]
276
+ attr_accessor service: ::Array[Types::ServiceHealth]
277
+ attr_accessor next_token: ::String
278
+ attr_accessor tags: ::Array[Types::TagHealth]
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class DescribeServiceIntegrationRequest < Aws::EmptyStructure
283
+ end
284
+
285
+ class DescribeServiceIntegrationResponse
286
+ attr_accessor service_integration: Types::ServiceIntegrationConfig
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class EndTimeRange
291
+ attr_accessor from_time: ::Time
292
+ attr_accessor to_time: ::Time
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class Event
297
+ attr_accessor resource_collection: Types::ResourceCollection
298
+ attr_accessor id: ::String
299
+ attr_accessor time: ::Time
300
+ attr_accessor event_source: ::String
301
+ attr_accessor name: ::String
302
+ attr_accessor data_source: ("AWS_CLOUD_TRAIL" | "AWS_CODE_DEPLOY")
303
+ attr_accessor event_class: ("INFRASTRUCTURE" | "DEPLOYMENT" | "SECURITY_CHANGE" | "CONFIG_CHANGE" | "SCHEMA_CHANGE")
304
+ attr_accessor resources: ::Array[Types::EventResource]
305
+ SENSITIVE: []
306
+ end
307
+
308
+ class EventResource
309
+ attr_accessor type: ::String
310
+ attr_accessor name: ::String
311
+ attr_accessor arn: ::String
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class EventSourcesConfig
316
+ attr_accessor amazon_code_guru_profiler: Types::AmazonCodeGuruProfilerIntegration
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class EventTimeRange
321
+ attr_accessor from_time: ::Time
322
+ attr_accessor to_time: ::Time
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class GetCostEstimationRequest
327
+ attr_accessor next_token: ::String
328
+ SENSITIVE: []
329
+ end
330
+
331
+ class GetCostEstimationResponse
332
+ attr_accessor resource_collection: Types::CostEstimationResourceCollectionFilter
333
+ attr_accessor status: ("ONGOING" | "COMPLETED")
334
+ attr_accessor costs: ::Array[Types::ServiceResourceCost]
335
+ attr_accessor time_range: Types::CostEstimationTimeRange
336
+ attr_accessor total_cost: ::Float
337
+ attr_accessor next_token: ::String
338
+ SENSITIVE: []
339
+ end
340
+
341
+ class GetResourceCollectionRequest
342
+ attr_accessor resource_collection_type: ("AWS_CLOUD_FORMATION" | "AWS_SERVICE" | "AWS_TAGS")
343
+ attr_accessor next_token: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class GetResourceCollectionResponse
348
+ attr_accessor resource_collection: Types::ResourceCollectionFilter
349
+ attr_accessor next_token: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class InsightFeedback
354
+ attr_accessor id: ::String
355
+ attr_accessor feedback: ("VALID_COLLECTION" | "RECOMMENDATION_USEFUL" | "ALERT_TOO_SENSITIVE" | "DATA_NOISY_ANOMALY" | "DATA_INCORRECT")
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class InsightHealth
360
+ attr_accessor open_proactive_insights: ::Integer
361
+ attr_accessor open_reactive_insights: ::Integer
362
+ attr_accessor mean_time_to_recover_in_milliseconds: ::Integer
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class InsightTimeRange
367
+ attr_accessor start_time: ::Time
368
+ attr_accessor end_time: ::Time
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class InternalServerException
373
+ attr_accessor message: ::String
374
+ attr_accessor retry_after_seconds: ::Integer
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class KMSServerSideEncryptionIntegration
379
+ attr_accessor kms_key_id: ::String
380
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
381
+ attr_accessor type: ("CUSTOMER_MANAGED_KEY" | "AWS_OWNED_KMS_KEY")
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class KMSServerSideEncryptionIntegrationConfig
386
+ attr_accessor kms_key_id: ::String
387
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
388
+ attr_accessor type: ("CUSTOMER_MANAGED_KEY" | "AWS_OWNED_KMS_KEY")
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class ListAnomaliesForInsightFilters
393
+ attr_accessor service_collection: Types::ServiceCollection
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class ListAnomaliesForInsightRequest
398
+ attr_accessor insight_id: ::String
399
+ attr_accessor start_time_range: Types::StartTimeRange
400
+ attr_accessor max_results: ::Integer
401
+ attr_accessor next_token: ::String
402
+ attr_accessor account_id: ::String
403
+ attr_accessor filters: Types::ListAnomaliesForInsightFilters
404
+ SENSITIVE: []
405
+ end
406
+
407
+ class ListAnomaliesForInsightResponse
408
+ attr_accessor proactive_anomalies: ::Array[Types::ProactiveAnomalySummary]
409
+ attr_accessor reactive_anomalies: ::Array[Types::ReactiveAnomalySummary]
410
+ attr_accessor next_token: ::String
411
+ SENSITIVE: []
412
+ end
413
+
414
+ class ListAnomalousLogGroupsRequest
415
+ attr_accessor insight_id: ::String
416
+ attr_accessor max_results: ::Integer
417
+ attr_accessor next_token: ::String
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class ListAnomalousLogGroupsResponse
422
+ attr_accessor insight_id: ::String
423
+ attr_accessor anomalous_log_groups: ::Array[Types::AnomalousLogGroup]
424
+ attr_accessor next_token: ::String
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class ListEventsFilters
429
+ attr_accessor insight_id: ::String
430
+ attr_accessor event_time_range: Types::EventTimeRange
431
+ attr_accessor event_class: ("INFRASTRUCTURE" | "DEPLOYMENT" | "SECURITY_CHANGE" | "CONFIG_CHANGE" | "SCHEMA_CHANGE")
432
+ attr_accessor event_source: ::String
433
+ attr_accessor data_source: ("AWS_CLOUD_TRAIL" | "AWS_CODE_DEPLOY")
434
+ attr_accessor resource_collection: Types::ResourceCollection
435
+ SENSITIVE: []
436
+ end
437
+
438
+ class ListEventsRequest
439
+ attr_accessor filters: Types::ListEventsFilters
440
+ attr_accessor max_results: ::Integer
441
+ attr_accessor next_token: ::String
442
+ attr_accessor account_id: ::String
443
+ SENSITIVE: []
444
+ end
445
+
446
+ class ListEventsResponse
447
+ attr_accessor events: ::Array[Types::Event]
448
+ attr_accessor next_token: ::String
449
+ SENSITIVE: []
450
+ end
451
+
452
+ class ListInsightsAnyStatusFilter
453
+ attr_accessor type: ("REACTIVE" | "PROACTIVE")
454
+ attr_accessor start_time_range: Types::StartTimeRange
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class ListInsightsClosedStatusFilter
459
+ attr_accessor type: ("REACTIVE" | "PROACTIVE")
460
+ attr_accessor end_time_range: Types::EndTimeRange
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class ListInsightsOngoingStatusFilter
465
+ attr_accessor type: ("REACTIVE" | "PROACTIVE")
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class ListInsightsRequest
470
+ attr_accessor status_filter: Types::ListInsightsStatusFilter
471
+ attr_accessor max_results: ::Integer
472
+ attr_accessor next_token: ::String
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class ListInsightsResponse
477
+ attr_accessor proactive_insights: ::Array[Types::ProactiveInsightSummary]
478
+ attr_accessor reactive_insights: ::Array[Types::ReactiveInsightSummary]
479
+ attr_accessor next_token: ::String
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class ListInsightsStatusFilter
484
+ attr_accessor ongoing: Types::ListInsightsOngoingStatusFilter
485
+ attr_accessor closed: Types::ListInsightsClosedStatusFilter
486
+ attr_accessor any: Types::ListInsightsAnyStatusFilter
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class ListMonitoredResourcesFilters
491
+ attr_accessor resource_permission: ("FULL_PERMISSION" | "MISSING_PERMISSION")
492
+ attr_accessor resource_type_filters: ::Array[("LOG_GROUPS" | "CLOUDFRONT_DISTRIBUTION" | "DYNAMODB_TABLE" | "EC2_NAT_GATEWAY" | "ECS_CLUSTER" | "ECS_SERVICE" | "EKS_CLUSTER" | "ELASTIC_BEANSTALK_ENVIRONMENT" | "ELASTIC_LOAD_BALANCER_LOAD_BALANCER" | "ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER" | "ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP" | "ELASTICACHE_CACHE_CLUSTER" | "ELASTICSEARCH_DOMAIN" | "KINESIS_STREAM" | "LAMBDA_FUNCTION" | "OPEN_SEARCH_SERVICE_DOMAIN" | "RDS_DB_INSTANCE" | "RDS_DB_CLUSTER" | "REDSHIFT_CLUSTER" | "ROUTE53_HOSTED_ZONE" | "ROUTE53_HEALTH_CHECK" | "S3_BUCKET" | "SAGEMAKER_ENDPOINT" | "SNS_TOPIC" | "SQS_QUEUE" | "STEP_FUNCTIONS_ACTIVITY" | "STEP_FUNCTIONS_STATE_MACHINE")]
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class ListMonitoredResourcesRequest
497
+ attr_accessor filters: Types::ListMonitoredResourcesFilters
498
+ attr_accessor max_results: ::Integer
499
+ attr_accessor next_token: ::String
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class ListMonitoredResourcesResponse
504
+ attr_accessor monitored_resource_identifiers: ::Array[Types::MonitoredResourceIdentifier]
505
+ attr_accessor next_token: ::String
506
+ SENSITIVE: []
507
+ end
508
+
509
+ class ListNotificationChannelsRequest
510
+ attr_accessor next_token: ::String
511
+ SENSITIVE: []
512
+ end
513
+
514
+ class ListNotificationChannelsResponse
515
+ attr_accessor channels: ::Array[Types::NotificationChannel]
516
+ attr_accessor next_token: ::String
517
+ SENSITIVE: []
518
+ end
519
+
520
+ class ListOrganizationInsightsRequest
521
+ attr_accessor status_filter: Types::ListInsightsStatusFilter
522
+ attr_accessor max_results: ::Integer
523
+ attr_accessor account_ids: ::Array[::String]
524
+ attr_accessor organizational_unit_ids: ::Array[::String]
525
+ attr_accessor next_token: ::String
526
+ SENSITIVE: []
527
+ end
528
+
529
+ class ListOrganizationInsightsResponse
530
+ attr_accessor proactive_insights: ::Array[Types::ProactiveOrganizationInsightSummary]
531
+ attr_accessor reactive_insights: ::Array[Types::ReactiveOrganizationInsightSummary]
532
+ attr_accessor next_token: ::String
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class ListRecommendationsRequest
537
+ attr_accessor insight_id: ::String
538
+ attr_accessor next_token: ::String
539
+ attr_accessor locale: ("DE_DE" | "EN_US" | "EN_GB" | "ES_ES" | "FR_FR" | "IT_IT" | "JA_JP" | "KO_KR" | "PT_BR" | "ZH_CN" | "ZH_TW")
540
+ attr_accessor account_id: ::String
541
+ SENSITIVE: []
542
+ end
543
+
544
+ class ListRecommendationsResponse
545
+ attr_accessor recommendations: ::Array[Types::Recommendation]
546
+ attr_accessor next_token: ::String
547
+ SENSITIVE: []
548
+ end
549
+
550
+ class LogAnomalyClass
551
+ attr_accessor log_stream_name: ::String
552
+ attr_accessor log_anomaly_type: ("KEYWORD" | "KEYWORD_TOKEN" | "FORMAT" | "HTTP_CODE" | "BLOCK_FORMAT" | "NUMERICAL_POINT" | "NUMERICAL_NAN" | "NEW_FIELD_NAME")
553
+ attr_accessor log_anomaly_token: ::String
554
+ attr_accessor log_event_id: ::String
555
+ attr_accessor explanation: ::String
556
+ attr_accessor number_of_log_lines_occurrences: ::Integer
557
+ attr_accessor log_event_timestamp: ::Time
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class LogAnomalyShowcase
562
+ attr_accessor log_anomaly_classes: ::Array[Types::LogAnomalyClass]
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class LogsAnomalyDetectionIntegration
567
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
568
+ SENSITIVE: []
569
+ end
570
+
571
+ class LogsAnomalyDetectionIntegrationConfig
572
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class MonitoredResourceIdentifier
577
+ attr_accessor monitored_resource_name: ::String
578
+ attr_accessor type: ::String
579
+ attr_accessor resource_permission: ("FULL_PERMISSION" | "MISSING_PERMISSION")
580
+ attr_accessor last_updated: ::Time
581
+ attr_accessor resource_collection: Types::ResourceCollection
582
+ SENSITIVE: []
583
+ end
584
+
585
+ class NotificationChannel
586
+ attr_accessor id: ::String
587
+ attr_accessor config: Types::NotificationChannelConfig
588
+ SENSITIVE: []
589
+ end
590
+
591
+ class NotificationChannelConfig
592
+ attr_accessor sns: Types::SnsChannelConfig
593
+ attr_accessor filters: Types::NotificationFilterConfig
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class NotificationFilterConfig
598
+ attr_accessor severities: ::Array[("LOW" | "MEDIUM" | "HIGH")]
599
+ attr_accessor message_types: ::Array[("NEW_INSIGHT" | "CLOSED_INSIGHT" | "NEW_ASSOCIATION" | "SEVERITY_UPGRADED" | "NEW_RECOMMENDATION")]
600
+ SENSITIVE: []
601
+ end
602
+
603
+ class OpsCenterIntegration
604
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
605
+ SENSITIVE: []
606
+ end
607
+
608
+ class OpsCenterIntegrationConfig
609
+ attr_accessor opt_in_status: ("ENABLED" | "DISABLED")
610
+ SENSITIVE: []
611
+ end
612
+
613
+ class PerformanceInsightsMetricDimensionGroup
614
+ attr_accessor group: ::String
615
+ attr_accessor dimensions: ::Array[::String]
616
+ attr_accessor limit: ::Integer
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class PerformanceInsightsMetricQuery
621
+ attr_accessor metric: ::String
622
+ attr_accessor group_by: Types::PerformanceInsightsMetricDimensionGroup
623
+ attr_accessor filter: ::Hash[::String, ::String]
624
+ SENSITIVE: []
625
+ end
626
+
627
+ class PerformanceInsightsMetricsDetail
628
+ attr_accessor metric_display_name: ::String
629
+ attr_accessor unit: ::String
630
+ attr_accessor metric_query: Types::PerformanceInsightsMetricQuery
631
+ attr_accessor reference_data: ::Array[Types::PerformanceInsightsReferenceData]
632
+ attr_accessor stats_at_anomaly: ::Array[Types::PerformanceInsightsStat]
633
+ attr_accessor stats_at_baseline: ::Array[Types::PerformanceInsightsStat]
634
+ SENSITIVE: []
635
+ end
636
+
637
+ class PerformanceInsightsReferenceComparisonValues
638
+ attr_accessor reference_scalar: Types::PerformanceInsightsReferenceScalar
639
+ attr_accessor reference_metric: Types::PerformanceInsightsReferenceMetric
640
+ SENSITIVE: []
641
+ end
642
+
643
+ class PerformanceInsightsReferenceData
644
+ attr_accessor name: ::String
645
+ attr_accessor comparison_values: Types::PerformanceInsightsReferenceComparisonValues
646
+ SENSITIVE: []
647
+ end
648
+
649
+ class PerformanceInsightsReferenceMetric
650
+ attr_accessor metric_query: Types::PerformanceInsightsMetricQuery
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class PerformanceInsightsReferenceScalar
655
+ attr_accessor value: ::Float
656
+ SENSITIVE: []
657
+ end
658
+
659
+ class PerformanceInsightsStat
660
+ attr_accessor type: ::String
661
+ attr_accessor value: ::Float
662
+ SENSITIVE: []
663
+ end
664
+
665
+ class PredictionTimeRange
666
+ attr_accessor start_time: ::Time
667
+ attr_accessor end_time: ::Time
668
+ SENSITIVE: []
669
+ end
670
+
671
+ class ProactiveAnomaly
672
+ attr_accessor id: ::String
673
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
674
+ attr_accessor status: ("ONGOING" | "CLOSED")
675
+ attr_accessor update_time: ::Time
676
+ attr_accessor anomaly_time_range: Types::AnomalyTimeRange
677
+ attr_accessor anomaly_reported_time_range: Types::AnomalyReportedTimeRange
678
+ attr_accessor prediction_time_range: Types::PredictionTimeRange
679
+ attr_accessor source_details: Types::AnomalySourceDetails
680
+ attr_accessor associated_insight_id: ::String
681
+ attr_accessor resource_collection: Types::ResourceCollection
682
+ attr_accessor limit: ::Float
683
+ attr_accessor source_metadata: Types::AnomalySourceMetadata
684
+ attr_accessor anomaly_resources: ::Array[Types::AnomalyResource]
685
+ attr_accessor description: ::String
686
+ SENSITIVE: []
687
+ end
688
+
689
+ class ProactiveAnomalySummary
690
+ attr_accessor id: ::String
691
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
692
+ attr_accessor status: ("ONGOING" | "CLOSED")
693
+ attr_accessor update_time: ::Time
694
+ attr_accessor anomaly_time_range: Types::AnomalyTimeRange
695
+ attr_accessor anomaly_reported_time_range: Types::AnomalyReportedTimeRange
696
+ attr_accessor prediction_time_range: Types::PredictionTimeRange
697
+ attr_accessor source_details: Types::AnomalySourceDetails
698
+ attr_accessor associated_insight_id: ::String
699
+ attr_accessor resource_collection: Types::ResourceCollection
700
+ attr_accessor limit: ::Float
701
+ attr_accessor source_metadata: Types::AnomalySourceMetadata
702
+ attr_accessor anomaly_resources: ::Array[Types::AnomalyResource]
703
+ attr_accessor description: ::String
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class ProactiveInsight
708
+ attr_accessor id: ::String
709
+ attr_accessor name: ::String
710
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
711
+ attr_accessor status: ("ONGOING" | "CLOSED")
712
+ attr_accessor insight_time_range: Types::InsightTimeRange
713
+ attr_accessor prediction_time_range: Types::PredictionTimeRange
714
+ attr_accessor resource_collection: Types::ResourceCollection
715
+ attr_accessor ssm_ops_item_id: ::String
716
+ attr_accessor description: ::String
717
+ SENSITIVE: []
718
+ end
719
+
720
+ class ProactiveInsightSummary
721
+ attr_accessor id: ::String
722
+ attr_accessor name: ::String
723
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
724
+ attr_accessor status: ("ONGOING" | "CLOSED")
725
+ attr_accessor insight_time_range: Types::InsightTimeRange
726
+ attr_accessor prediction_time_range: Types::PredictionTimeRange
727
+ attr_accessor resource_collection: Types::ResourceCollection
728
+ attr_accessor service_collection: Types::ServiceCollection
729
+ attr_accessor associated_resource_arns: ::Array[::String]
730
+ SENSITIVE: []
731
+ end
732
+
733
+ class ProactiveOrganizationInsightSummary
734
+ attr_accessor id: ::String
735
+ attr_accessor account_id: ::String
736
+ attr_accessor organizational_unit_id: ::String
737
+ attr_accessor name: ::String
738
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
739
+ attr_accessor status: ("ONGOING" | "CLOSED")
740
+ attr_accessor insight_time_range: Types::InsightTimeRange
741
+ attr_accessor prediction_time_range: Types::PredictionTimeRange
742
+ attr_accessor resource_collection: Types::ResourceCollection
743
+ attr_accessor service_collection: Types::ServiceCollection
744
+ SENSITIVE: []
745
+ end
746
+
747
+ class PutFeedbackRequest
748
+ attr_accessor insight_feedback: Types::InsightFeedback
749
+ SENSITIVE: []
750
+ end
751
+
752
+ class PutFeedbackResponse < Aws::EmptyStructure
753
+ end
754
+
755
+ class ReactiveAnomaly
756
+ attr_accessor id: ::String
757
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
758
+ attr_accessor status: ("ONGOING" | "CLOSED")
759
+ attr_accessor anomaly_time_range: Types::AnomalyTimeRange
760
+ attr_accessor anomaly_reported_time_range: Types::AnomalyReportedTimeRange
761
+ attr_accessor source_details: Types::AnomalySourceDetails
762
+ attr_accessor associated_insight_id: ::String
763
+ attr_accessor resource_collection: Types::ResourceCollection
764
+ attr_accessor type: ("CAUSAL" | "CONTEXTUAL")
765
+ attr_accessor name: ::String
766
+ attr_accessor description: ::String
767
+ attr_accessor causal_anomaly_id: ::String
768
+ attr_accessor anomaly_resources: ::Array[Types::AnomalyResource]
769
+ SENSITIVE: []
770
+ end
771
+
772
+ class ReactiveAnomalySummary
773
+ attr_accessor id: ::String
774
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
775
+ attr_accessor status: ("ONGOING" | "CLOSED")
776
+ attr_accessor anomaly_time_range: Types::AnomalyTimeRange
777
+ attr_accessor anomaly_reported_time_range: Types::AnomalyReportedTimeRange
778
+ attr_accessor source_details: Types::AnomalySourceDetails
779
+ attr_accessor associated_insight_id: ::String
780
+ attr_accessor resource_collection: Types::ResourceCollection
781
+ attr_accessor type: ("CAUSAL" | "CONTEXTUAL")
782
+ attr_accessor name: ::String
783
+ attr_accessor description: ::String
784
+ attr_accessor causal_anomaly_id: ::String
785
+ attr_accessor anomaly_resources: ::Array[Types::AnomalyResource]
786
+ SENSITIVE: []
787
+ end
788
+
789
+ class ReactiveInsight
790
+ attr_accessor id: ::String
791
+ attr_accessor name: ::String
792
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
793
+ attr_accessor status: ("ONGOING" | "CLOSED")
794
+ attr_accessor insight_time_range: Types::InsightTimeRange
795
+ attr_accessor resource_collection: Types::ResourceCollection
796
+ attr_accessor ssm_ops_item_id: ::String
797
+ attr_accessor description: ::String
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class ReactiveInsightSummary
802
+ attr_accessor id: ::String
803
+ attr_accessor name: ::String
804
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
805
+ attr_accessor status: ("ONGOING" | "CLOSED")
806
+ attr_accessor insight_time_range: Types::InsightTimeRange
807
+ attr_accessor resource_collection: Types::ResourceCollection
808
+ attr_accessor service_collection: Types::ServiceCollection
809
+ attr_accessor associated_resource_arns: ::Array[::String]
810
+ SENSITIVE: []
811
+ end
812
+
813
+ class ReactiveOrganizationInsightSummary
814
+ attr_accessor id: ::String
815
+ attr_accessor account_id: ::String
816
+ attr_accessor organizational_unit_id: ::String
817
+ attr_accessor name: ::String
818
+ attr_accessor severity: ("LOW" | "MEDIUM" | "HIGH")
819
+ attr_accessor status: ("ONGOING" | "CLOSED")
820
+ attr_accessor insight_time_range: Types::InsightTimeRange
821
+ attr_accessor resource_collection: Types::ResourceCollection
822
+ attr_accessor service_collection: Types::ServiceCollection
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class Recommendation
827
+ attr_accessor description: ::String
828
+ attr_accessor link: ::String
829
+ attr_accessor name: ::String
830
+ attr_accessor reason: ::String
831
+ attr_accessor related_events: ::Array[Types::RecommendationRelatedEvent]
832
+ attr_accessor related_anomalies: ::Array[Types::RecommendationRelatedAnomaly]
833
+ attr_accessor category: ::String
834
+ SENSITIVE: []
835
+ end
836
+
837
+ class RecommendationRelatedAnomaly
838
+ attr_accessor resources: ::Array[Types::RecommendationRelatedAnomalyResource]
839
+ attr_accessor source_details: ::Array[Types::RecommendationRelatedAnomalySourceDetail]
840
+ attr_accessor anomaly_id: ::String
841
+ SENSITIVE: []
842
+ end
843
+
844
+ class RecommendationRelatedAnomalyResource
845
+ attr_accessor name: ::String
846
+ attr_accessor type: ::String
847
+ SENSITIVE: []
848
+ end
849
+
850
+ class RecommendationRelatedAnomalySourceDetail
851
+ attr_accessor cloud_watch_metrics: ::Array[Types::RecommendationRelatedCloudWatchMetricsSourceDetail]
852
+ SENSITIVE: []
853
+ end
854
+
855
+ class RecommendationRelatedCloudWatchMetricsSourceDetail
856
+ attr_accessor metric_name: ::String
857
+ attr_accessor namespace: ::String
858
+ SENSITIVE: []
859
+ end
860
+
861
+ class RecommendationRelatedEvent
862
+ attr_accessor name: ::String
863
+ attr_accessor resources: ::Array[Types::RecommendationRelatedEventResource]
864
+ SENSITIVE: []
865
+ end
866
+
867
+ class RecommendationRelatedEventResource
868
+ attr_accessor name: ::String
869
+ attr_accessor type: ::String
870
+ SENSITIVE: []
871
+ end
872
+
873
+ class RemoveNotificationChannelRequest
874
+ attr_accessor id: ::String
875
+ SENSITIVE: []
876
+ end
877
+
878
+ class RemoveNotificationChannelResponse < Aws::EmptyStructure
879
+ end
880
+
881
+ class ResourceCollection
882
+ attr_accessor cloud_formation: Types::CloudFormationCollection
883
+ attr_accessor tags: ::Array[Types::TagCollection]
884
+ SENSITIVE: []
885
+ end
886
+
887
+ class ResourceCollectionFilter
888
+ attr_accessor cloud_formation: Types::CloudFormationCollectionFilter
889
+ attr_accessor tags: ::Array[Types::TagCollectionFilter]
890
+ SENSITIVE: []
891
+ end
892
+
893
+ class ResourceNotFoundException
894
+ attr_accessor message: ::String
895
+ attr_accessor resource_id: ::String
896
+ attr_accessor resource_type: ::String
897
+ SENSITIVE: []
898
+ end
899
+
900
+ class SearchInsightsFilters
901
+ attr_accessor severities: ::Array[("LOW" | "MEDIUM" | "HIGH")]
902
+ attr_accessor statuses: ::Array[("ONGOING" | "CLOSED")]
903
+ attr_accessor resource_collection: Types::ResourceCollection
904
+ attr_accessor service_collection: Types::ServiceCollection
905
+ SENSITIVE: []
906
+ end
907
+
908
+ class SearchInsightsRequest
909
+ attr_accessor start_time_range: Types::StartTimeRange
910
+ attr_accessor filters: Types::SearchInsightsFilters
911
+ attr_accessor max_results: ::Integer
912
+ attr_accessor next_token: ::String
913
+ attr_accessor type: ("REACTIVE" | "PROACTIVE")
914
+ SENSITIVE: []
915
+ end
916
+
917
+ class SearchInsightsResponse
918
+ attr_accessor proactive_insights: ::Array[Types::ProactiveInsightSummary]
919
+ attr_accessor reactive_insights: ::Array[Types::ReactiveInsightSummary]
920
+ attr_accessor next_token: ::String
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class SearchOrganizationInsightsFilters
925
+ attr_accessor severities: ::Array[("LOW" | "MEDIUM" | "HIGH")]
926
+ attr_accessor statuses: ::Array[("ONGOING" | "CLOSED")]
927
+ attr_accessor resource_collection: Types::ResourceCollection
928
+ attr_accessor service_collection: Types::ServiceCollection
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class SearchOrganizationInsightsRequest
933
+ attr_accessor account_ids: ::Array[::String]
934
+ attr_accessor start_time_range: Types::StartTimeRange
935
+ attr_accessor filters: Types::SearchOrganizationInsightsFilters
936
+ attr_accessor max_results: ::Integer
937
+ attr_accessor next_token: ::String
938
+ attr_accessor type: ("REACTIVE" | "PROACTIVE")
939
+ SENSITIVE: []
940
+ end
941
+
942
+ class SearchOrganizationInsightsResponse
943
+ attr_accessor proactive_insights: ::Array[Types::ProactiveInsightSummary]
944
+ attr_accessor reactive_insights: ::Array[Types::ReactiveInsightSummary]
945
+ attr_accessor next_token: ::String
946
+ SENSITIVE: []
947
+ end
948
+
949
+ class ServiceCollection
950
+ attr_accessor service_names: ::Array[("API_GATEWAY" | "APPLICATION_ELB" | "AUTO_SCALING_GROUP" | "CLOUD_FRONT" | "DYNAMO_DB" | "EC2" | "ECS" | "EKS" | "ELASTIC_BEANSTALK" | "ELASTI_CACHE" | "ELB" | "ES" | "KINESIS" | "LAMBDA" | "NAT_GATEWAY" | "NETWORK_ELB" | "RDS" | "REDSHIFT" | "ROUTE_53" | "S3" | "SAGE_MAKER" | "SNS" | "SQS" | "STEP_FUNCTIONS" | "SWF")]
951
+ SENSITIVE: []
952
+ end
953
+
954
+ class ServiceHealth
955
+ attr_accessor service_name: ("API_GATEWAY" | "APPLICATION_ELB" | "AUTO_SCALING_GROUP" | "CLOUD_FRONT" | "DYNAMO_DB" | "EC2" | "ECS" | "EKS" | "ELASTIC_BEANSTALK" | "ELASTI_CACHE" | "ELB" | "ES" | "KINESIS" | "LAMBDA" | "NAT_GATEWAY" | "NETWORK_ELB" | "RDS" | "REDSHIFT" | "ROUTE_53" | "S3" | "SAGE_MAKER" | "SNS" | "SQS" | "STEP_FUNCTIONS" | "SWF")
956
+ attr_accessor insight: Types::ServiceInsightHealth
957
+ attr_accessor analyzed_resource_count: ::Integer
958
+ SENSITIVE: []
959
+ end
960
+
961
+ class ServiceInsightHealth
962
+ attr_accessor open_proactive_insights: ::Integer
963
+ attr_accessor open_reactive_insights: ::Integer
964
+ SENSITIVE: []
965
+ end
966
+
967
+ class ServiceIntegrationConfig
968
+ attr_accessor ops_center: Types::OpsCenterIntegration
969
+ attr_accessor logs_anomaly_detection: Types::LogsAnomalyDetectionIntegration
970
+ attr_accessor kms_server_side_encryption: Types::KMSServerSideEncryptionIntegration
971
+ SENSITIVE: []
972
+ end
973
+
974
+ class ServiceQuotaExceededException
975
+ attr_accessor message: ::String
976
+ SENSITIVE: []
977
+ end
978
+
979
+ class ServiceResourceCost
980
+ attr_accessor type: ::String
981
+ attr_accessor state: ("ACTIVE" | "INACTIVE")
982
+ attr_accessor count: ::Integer
983
+ attr_accessor unit_cost: ::Float
984
+ attr_accessor cost: ::Float
985
+ SENSITIVE: []
986
+ end
987
+
988
+ class SnsChannelConfig
989
+ attr_accessor topic_arn: ::String
990
+ SENSITIVE: []
991
+ end
992
+
993
+ class StartCostEstimationRequest
994
+ attr_accessor resource_collection: Types::CostEstimationResourceCollectionFilter
995
+ attr_accessor client_token: ::String
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class StartCostEstimationResponse < Aws::EmptyStructure
1000
+ end
1001
+
1002
+ class StartTimeRange
1003
+ attr_accessor from_time: ::Time
1004
+ attr_accessor to_time: ::Time
1005
+ SENSITIVE: []
1006
+ end
1007
+
1008
+ class TagCollection
1009
+ attr_accessor app_boundary_key: ::String
1010
+ attr_accessor tag_values: ::Array[::String]
1011
+ SENSITIVE: []
1012
+ end
1013
+
1014
+ class TagCollectionFilter
1015
+ attr_accessor app_boundary_key: ::String
1016
+ attr_accessor tag_values: ::Array[::String]
1017
+ SENSITIVE: []
1018
+ end
1019
+
1020
+ class TagCostEstimationResourceCollectionFilter
1021
+ attr_accessor app_boundary_key: ::String
1022
+ attr_accessor tag_values: ::Array[::String]
1023
+ SENSITIVE: []
1024
+ end
1025
+
1026
+ class TagHealth
1027
+ attr_accessor app_boundary_key: ::String
1028
+ attr_accessor tag_value: ::String
1029
+ attr_accessor insight: Types::InsightHealth
1030
+ attr_accessor analyzed_resource_count: ::Integer
1031
+ SENSITIVE: []
1032
+ end
1033
+
1034
+ class ThrottlingException
1035
+ attr_accessor message: ::String
1036
+ attr_accessor quota_code: ::String
1037
+ attr_accessor service_code: ::String
1038
+ attr_accessor retry_after_seconds: ::Integer
1039
+ SENSITIVE: []
1040
+ end
1041
+
1042
+ class TimestampMetricValuePair
1043
+ attr_accessor timestamp: ::Time
1044
+ attr_accessor metric_value: ::Float
1045
+ SENSITIVE: []
1046
+ end
1047
+
1048
+ class UpdateCloudFormationCollectionFilter
1049
+ attr_accessor stack_names: ::Array[::String]
1050
+ SENSITIVE: []
1051
+ end
1052
+
1053
+ class UpdateEventSourcesConfigRequest
1054
+ attr_accessor event_sources: Types::EventSourcesConfig
1055
+ SENSITIVE: []
1056
+ end
1057
+
1058
+ class UpdateEventSourcesConfigResponse < Aws::EmptyStructure
1059
+ end
1060
+
1061
+ class UpdateResourceCollectionFilter
1062
+ attr_accessor cloud_formation: Types::UpdateCloudFormationCollectionFilter
1063
+ attr_accessor tags: ::Array[Types::UpdateTagCollectionFilter]
1064
+ SENSITIVE: []
1065
+ end
1066
+
1067
+ class UpdateResourceCollectionRequest
1068
+ attr_accessor action: ("ADD" | "REMOVE")
1069
+ attr_accessor resource_collection: Types::UpdateResourceCollectionFilter
1070
+ SENSITIVE: []
1071
+ end
1072
+
1073
+ class UpdateResourceCollectionResponse < Aws::EmptyStructure
1074
+ end
1075
+
1076
+ class UpdateServiceIntegrationConfig
1077
+ attr_accessor ops_center: Types::OpsCenterIntegrationConfig
1078
+ attr_accessor logs_anomaly_detection: Types::LogsAnomalyDetectionIntegrationConfig
1079
+ attr_accessor kms_server_side_encryption: Types::KMSServerSideEncryptionIntegrationConfig
1080
+ SENSITIVE: []
1081
+ end
1082
+
1083
+ class UpdateServiceIntegrationRequest
1084
+ attr_accessor service_integration: Types::UpdateServiceIntegrationConfig
1085
+ SENSITIVE: []
1086
+ end
1087
+
1088
+ class UpdateServiceIntegrationResponse < Aws::EmptyStructure
1089
+ end
1090
+
1091
+ class UpdateTagCollectionFilter
1092
+ attr_accessor app_boundary_key: ::String
1093
+ attr_accessor tag_values: ::Array[::String]
1094
+ SENSITIVE: []
1095
+ end
1096
+
1097
+ class ValidationException
1098
+ attr_accessor message: ::String
1099
+ attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER" | "INVALID_PARAMETER_COMBINATION" | "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE")
1100
+ attr_accessor fields: ::Array[Types::ValidationExceptionField]
1101
+ SENSITIVE: []
1102
+ end
1103
+
1104
+ class ValidationExceptionField
1105
+ attr_accessor name: ::String
1106
+ attr_accessor message: ::String
1107
+ SENSITIVE: []
1108
+ end
1109
+ end
1110
+ end