aws-sdk-devopsguru 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,913 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::DevOpsGuru
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AddNotificationChannelRequest = Shapes::StructureShape.new(name: 'AddNotificationChannelRequest')
18
+ AddNotificationChannelResponse = Shapes::StructureShape.new(name: 'AddNotificationChannelResponse')
19
+ AnomalySeverity = Shapes::StringShape.new(name: 'AnomalySeverity')
20
+ AnomalySourceDetails = Shapes::StructureShape.new(name: 'AnomalySourceDetails')
21
+ AnomalyStatus = Shapes::StringShape.new(name: 'AnomalyStatus')
22
+ AnomalyTimeRange = Shapes::StructureShape.new(name: 'AnomalyTimeRange')
23
+ CloudFormationCollection = Shapes::StructureShape.new(name: 'CloudFormationCollection')
24
+ CloudFormationCollectionFilter = Shapes::StructureShape.new(name: 'CloudFormationCollectionFilter')
25
+ CloudFormationHealth = Shapes::StructureShape.new(name: 'CloudFormationHealth')
26
+ CloudWatchMetricsDetail = Shapes::StructureShape.new(name: 'CloudWatchMetricsDetail')
27
+ CloudWatchMetricsDimension = Shapes::StructureShape.new(name: 'CloudWatchMetricsDimension')
28
+ CloudWatchMetricsStat = Shapes::StringShape.new(name: 'CloudWatchMetricsStat')
29
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
30
+ DescribeAccountHealthRequest = Shapes::StructureShape.new(name: 'DescribeAccountHealthRequest')
31
+ DescribeAccountHealthResponse = Shapes::StructureShape.new(name: 'DescribeAccountHealthResponse')
32
+ DescribeAccountOverviewRequest = Shapes::StructureShape.new(name: 'DescribeAccountOverviewRequest')
33
+ DescribeAccountOverviewResponse = Shapes::StructureShape.new(name: 'DescribeAccountOverviewResponse')
34
+ DescribeAnomalyRequest = Shapes::StructureShape.new(name: 'DescribeAnomalyRequest')
35
+ DescribeAnomalyResponse = Shapes::StructureShape.new(name: 'DescribeAnomalyResponse')
36
+ DescribeInsightRequest = Shapes::StructureShape.new(name: 'DescribeInsightRequest')
37
+ DescribeInsightResponse = Shapes::StructureShape.new(name: 'DescribeInsightResponse')
38
+ DescribeResourceCollectionHealthRequest = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthRequest')
39
+ DescribeResourceCollectionHealthResponse = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthResponse')
40
+ DescribeServiceIntegrationRequest = Shapes::StructureShape.new(name: 'DescribeServiceIntegrationRequest')
41
+ DescribeServiceIntegrationResponse = Shapes::StructureShape.new(name: 'DescribeServiceIntegrationResponse')
42
+ EndTimeRange = Shapes::StructureShape.new(name: 'EndTimeRange')
43
+ Event = Shapes::StructureShape.new(name: 'Event')
44
+ EventClass = Shapes::StringShape.new(name: 'EventClass')
45
+ EventDataSource = Shapes::StringShape.new(name: 'EventDataSource')
46
+ EventResource = Shapes::StructureShape.new(name: 'EventResource')
47
+ EventTimeRange = Shapes::StructureShape.new(name: 'EventTimeRange')
48
+ GetResourceCollectionRequest = Shapes::StructureShape.new(name: 'GetResourceCollectionRequest')
49
+ GetResourceCollectionResponse = Shapes::StructureShape.new(name: 'GetResourceCollectionResponse')
50
+ InsightFeedback = Shapes::StructureShape.new(name: 'InsightFeedback')
51
+ InsightFeedbackOption = Shapes::StringShape.new(name: 'InsightFeedbackOption')
52
+ InsightHealth = Shapes::StructureShape.new(name: 'InsightHealth')
53
+ InsightSeverity = Shapes::StringShape.new(name: 'InsightSeverity')
54
+ InsightStatus = Shapes::StringShape.new(name: 'InsightStatus')
55
+ InsightTimeRange = Shapes::StructureShape.new(name: 'InsightTimeRange')
56
+ InsightType = Shapes::StringShape.new(name: 'InsightType')
57
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
58
+ ListAnomaliesForInsightRequest = Shapes::StructureShape.new(name: 'ListAnomaliesForInsightRequest')
59
+ ListAnomaliesForInsightResponse = Shapes::StructureShape.new(name: 'ListAnomaliesForInsightResponse')
60
+ ListEventsFilters = Shapes::StructureShape.new(name: 'ListEventsFilters')
61
+ ListEventsRequest = Shapes::StructureShape.new(name: 'ListEventsRequest')
62
+ ListEventsResponse = Shapes::StructureShape.new(name: 'ListEventsResponse')
63
+ ListInsightsAnyStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsAnyStatusFilter')
64
+ ListInsightsClosedStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsClosedStatusFilter')
65
+ ListInsightsOngoingStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsOngoingStatusFilter')
66
+ ListInsightsRequest = Shapes::StructureShape.new(name: 'ListInsightsRequest')
67
+ ListInsightsResponse = Shapes::StructureShape.new(name: 'ListInsightsResponse')
68
+ ListInsightsStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsStatusFilter')
69
+ ListNotificationChannelsRequest = Shapes::StructureShape.new(name: 'ListNotificationChannelsRequest')
70
+ ListNotificationChannelsResponse = Shapes::StructureShape.new(name: 'ListNotificationChannelsResponse')
71
+ ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
72
+ ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
73
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
74
+ NotificationChannel = Shapes::StructureShape.new(name: 'NotificationChannel')
75
+ NotificationChannelConfig = Shapes::StructureShape.new(name: 'NotificationChannelConfig')
76
+ OpsCenterIntegration = Shapes::StructureShape.new(name: 'OpsCenterIntegration')
77
+ OpsCenterIntegrationConfig = Shapes::StructureShape.new(name: 'OpsCenterIntegrationConfig')
78
+ OptInStatus = Shapes::StringShape.new(name: 'OptInStatus')
79
+ PredictionTimeRange = Shapes::StructureShape.new(name: 'PredictionTimeRange')
80
+ ProactiveAnomaly = Shapes::StructureShape.new(name: 'ProactiveAnomaly')
81
+ ProactiveAnomalySummary = Shapes::StructureShape.new(name: 'ProactiveAnomalySummary')
82
+ ProactiveInsight = Shapes::StructureShape.new(name: 'ProactiveInsight')
83
+ ProactiveInsightSummary = Shapes::StructureShape.new(name: 'ProactiveInsightSummary')
84
+ PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
85
+ PutFeedbackResponse = Shapes::StructureShape.new(name: 'PutFeedbackResponse')
86
+ ReactiveAnomaly = Shapes::StructureShape.new(name: 'ReactiveAnomaly')
87
+ ReactiveAnomalySummary = Shapes::StructureShape.new(name: 'ReactiveAnomalySummary')
88
+ ReactiveInsight = Shapes::StructureShape.new(name: 'ReactiveInsight')
89
+ ReactiveInsightSummary = Shapes::StructureShape.new(name: 'ReactiveInsightSummary')
90
+ Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
91
+ RecommendationRelatedAnomaly = Shapes::StructureShape.new(name: 'RecommendationRelatedAnomaly')
92
+ RecommendationRelatedAnomalyResource = Shapes::StructureShape.new(name: 'RecommendationRelatedAnomalyResource')
93
+ RecommendationRelatedAnomalySourceDetail = Shapes::StructureShape.new(name: 'RecommendationRelatedAnomalySourceDetail')
94
+ RecommendationRelatedCloudWatchMetricsSourceDetail = Shapes::StructureShape.new(name: 'RecommendationRelatedCloudWatchMetricsSourceDetail')
95
+ RecommendationRelatedEvent = Shapes::StructureShape.new(name: 'RecommendationRelatedEvent')
96
+ RecommendationRelatedEventResource = Shapes::StructureShape.new(name: 'RecommendationRelatedEventResource')
97
+ RemoveNotificationChannelRequest = Shapes::StructureShape.new(name: 'RemoveNotificationChannelRequest')
98
+ RemoveNotificationChannelResponse = Shapes::StructureShape.new(name: 'RemoveNotificationChannelResponse')
99
+ ResourceCollection = Shapes::StructureShape.new(name: 'ResourceCollection')
100
+ ResourceCollectionFilter = Shapes::StructureShape.new(name: 'ResourceCollectionFilter')
101
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
102
+ SearchInsightsFilters = Shapes::StructureShape.new(name: 'SearchInsightsFilters')
103
+ SearchInsightsRequest = Shapes::StructureShape.new(name: 'SearchInsightsRequest')
104
+ SearchInsightsResponse = Shapes::StructureShape.new(name: 'SearchInsightsResponse')
105
+ ServiceIntegrationConfig = Shapes::StructureShape.new(name: 'ServiceIntegrationConfig')
106
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
107
+ SnsChannelConfig = Shapes::StructureShape.new(name: 'SnsChannelConfig')
108
+ StartTimeRange = Shapes::StructureShape.new(name: 'StartTimeRange')
109
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
110
+ UpdateCloudFormationCollectionFilter = Shapes::StructureShape.new(name: 'UpdateCloudFormationCollectionFilter')
111
+ UpdateResourceCollectionAction = Shapes::StringShape.new(name: 'UpdateResourceCollectionAction')
112
+ UpdateResourceCollectionFilter = Shapes::StructureShape.new(name: 'UpdateResourceCollectionFilter')
113
+ UpdateResourceCollectionRequest = Shapes::StructureShape.new(name: 'UpdateResourceCollectionRequest')
114
+ UpdateResourceCollectionResponse = Shapes::StructureShape.new(name: 'UpdateResourceCollectionResponse')
115
+ UpdateServiceIntegrationConfig = Shapes::StructureShape.new(name: 'UpdateServiceIntegrationConfig')
116
+ UpdateServiceIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateServiceIntegrationRequest')
117
+ UpdateServiceIntegrationResponse = Shapes::StructureShape.new(name: 'UpdateServiceIntegrationResponse')
118
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
119
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
120
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
121
+ __boolean = Shapes::BooleanShape.new(name: '__boolean')
122
+ __double = Shapes::FloatShape.new(name: '__double')
123
+ __integer = Shapes::IntegerShape.new(name: '__integer')
124
+ __integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
125
+ __integerMin1Max200 = Shapes::IntegerShape.new(name: '__integerMin1Max200')
126
+ __integerMin1Max500 = Shapes::IntegerShape.new(name: '__integerMin1Max500')
127
+ __listOfCloudFormationHealth = Shapes::ListShape.new(name: '__listOfCloudFormationHealth')
128
+ __listOfCloudWatchMetricsDetail = Shapes::ListShape.new(name: '__listOfCloudWatchMetricsDetail')
129
+ __listOfCloudWatchMetricsDimension = Shapes::ListShape.new(name: '__listOfCloudWatchMetricsDimension')
130
+ __listOfEvent = Shapes::ListShape.new(name: '__listOfEvent')
131
+ __listOfEventResource = Shapes::ListShape.new(name: '__listOfEventResource')
132
+ __listOfInsightSeverity = Shapes::ListShape.new(name: '__listOfInsightSeverity')
133
+ __listOfInsightStatus = Shapes::ListShape.new(name: '__listOfInsightStatus')
134
+ __listOfNotificationChannel = Shapes::ListShape.new(name: '__listOfNotificationChannel')
135
+ __listOfProactiveAnomalySummary = Shapes::ListShape.new(name: '__listOfProactiveAnomalySummary')
136
+ __listOfProactiveInsightSummary = Shapes::ListShape.new(name: '__listOfProactiveInsightSummary')
137
+ __listOfReactiveAnomalySummary = Shapes::ListShape.new(name: '__listOfReactiveAnomalySummary')
138
+ __listOfReactiveInsightSummary = Shapes::ListShape.new(name: '__listOfReactiveInsightSummary')
139
+ __listOfRecommendation = Shapes::ListShape.new(name: '__listOfRecommendation')
140
+ __listOfRecommendationRelatedAnomaly = Shapes::ListShape.new(name: '__listOfRecommendationRelatedAnomaly')
141
+ __listOfRecommendationRelatedAnomalyResource = Shapes::ListShape.new(name: '__listOfRecommendationRelatedAnomalyResource')
142
+ __listOfRecommendationRelatedAnomalySourceDetail = Shapes::ListShape.new(name: '__listOfRecommendationRelatedAnomalySourceDetail')
143
+ __listOfRecommendationRelatedCloudWatchMetricsSourceDetail = Shapes::ListShape.new(name: '__listOfRecommendationRelatedCloudWatchMetricsSourceDetail')
144
+ __listOfRecommendationRelatedEvent = Shapes::ListShape.new(name: '__listOfRecommendationRelatedEvent')
145
+ __listOfRecommendationRelatedEventResource = Shapes::ListShape.new(name: '__listOfRecommendationRelatedEventResource')
146
+ __listOfValidationExceptionField = Shapes::ListShape.new(name: '__listOfValidationExceptionField')
147
+ __listOf__stringMin1Max128PatternAZAZAZAZ09 = Shapes::ListShape.new(name: '__listOf__stringMin1Max128PatternAZAZAZAZ09')
148
+ __long = Shapes::IntegerShape.new(name: '__long')
149
+ __string = Shapes::StringShape.new(name: '__string')
150
+ __stringMin0Max2048Pattern = Shapes::StringShape.new(name: '__stringMin0Max2048Pattern')
151
+ __stringMin0Max50 = Shapes::StringShape.new(name: '__stringMin0Max50')
152
+ __stringMin10Max50PatternAZAZ09AmazonawsComAwsEvents = Shapes::StringShape.new(name: '__stringMin10Max50PatternAZAZ09AmazonawsComAwsEvents')
153
+ __stringMin1Max100Pattern = Shapes::StringShape.new(name: '__stringMin1Max100Pattern')
154
+ __stringMin1Max100PatternW = Shapes::StringShape.new(name: '__stringMin1Max100PatternW')
155
+ __stringMin1Max128PatternAZAZAZAZ09 = Shapes::StringShape.new(name: '__stringMin1Max128PatternAZAZAZAZ09')
156
+ __stringMin1Max530PatternSS = Shapes::StringShape.new(name: '__stringMin1Max530PatternSS')
157
+ __stringMin36Max1024PatternArnAwsAZ09SnsAZ09D12 = Shapes::StringShape.new(name: '__stringMin36Max1024PatternArnAwsAZ09SnsAZ09D12')
158
+ __stringMin36Max2048PatternArnAwsAZAZ09AZ09D12 = Shapes::StringShape.new(name: '__stringMin36Max2048PatternArnAwsAZAZ09AZ09D12')
159
+ __stringMin36Max36PatternAF098AF094AF094AF094AF0912 = Shapes::StringShape.new(name: '__stringMin36Max36PatternAF098AF094AF094AF094AF0912')
160
+ __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
161
+ __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
162
+
163
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
164
+ AccessDeniedException.struct_class = Types::AccessDeniedException
165
+
166
+ AddNotificationChannelRequest.add_member(:config, Shapes::ShapeRef.new(shape: NotificationChannelConfig, required: true, location_name: "Config"))
167
+ AddNotificationChannelRequest.struct_class = Types::AddNotificationChannelRequest
168
+
169
+ AddNotificationChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "Id"))
170
+ AddNotificationChannelResponse.struct_class = Types::AddNotificationChannelResponse
171
+
172
+ AnomalySourceDetails.add_member(:cloud_watch_metrics, Shapes::ShapeRef.new(shape: __listOfCloudWatchMetricsDetail, location_name: "CloudWatchMetrics"))
173
+ AnomalySourceDetails.struct_class = Types::AnomalySourceDetails
174
+
175
+ AnomalyTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "EndTime"))
176
+ AnomalyTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "StartTime"))
177
+ AnomalyTimeRange.struct_class = Types::AnomalyTimeRange
178
+
179
+ CloudFormationCollection.add_member(:stack_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1Max128PatternAZAZAZAZ09, location_name: "StackNames"))
180
+ CloudFormationCollection.struct_class = Types::CloudFormationCollection
181
+
182
+ CloudFormationCollectionFilter.add_member(:stack_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1Max128PatternAZAZAZAZ09, location_name: "StackNames"))
183
+ CloudFormationCollectionFilter.struct_class = Types::CloudFormationCollectionFilter
184
+
185
+ CloudFormationHealth.add_member(:insight, Shapes::ShapeRef.new(shape: InsightHealth, location_name: "Insight"))
186
+ CloudFormationHealth.add_member(:stack_name, Shapes::ShapeRef.new(shape: __stringMin1Max128PatternAZAZAZAZ09, location_name: "StackName"))
187
+ CloudFormationHealth.struct_class = Types::CloudFormationHealth
188
+
189
+ CloudWatchMetricsDetail.add_member(:dimensions, Shapes::ShapeRef.new(shape: __listOfCloudWatchMetricsDimension, location_name: "Dimensions"))
190
+ CloudWatchMetricsDetail.add_member(:metric_name, Shapes::ShapeRef.new(shape: __string, location_name: "MetricName"))
191
+ CloudWatchMetricsDetail.add_member(:namespace, Shapes::ShapeRef.new(shape: __string, location_name: "Namespace"))
192
+ CloudWatchMetricsDetail.add_member(:period, Shapes::ShapeRef.new(shape: __integer, location_name: "Period"))
193
+ CloudWatchMetricsDetail.add_member(:stat, Shapes::ShapeRef.new(shape: CloudWatchMetricsStat, location_name: "Stat"))
194
+ CloudWatchMetricsDetail.add_member(:unit, Shapes::ShapeRef.new(shape: __string, location_name: "Unit"))
195
+ CloudWatchMetricsDetail.struct_class = Types::CloudWatchMetricsDetail
196
+
197
+ CloudWatchMetricsDimension.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
198
+ CloudWatchMetricsDimension.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "Value"))
199
+ CloudWatchMetricsDimension.struct_class = Types::CloudWatchMetricsDimension
200
+
201
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
202
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ResourceId"))
203
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ResourceType"))
204
+ ConflictException.struct_class = Types::ConflictException
205
+
206
+ DescribeAccountHealthRequest.struct_class = Types::DescribeAccountHealthRequest
207
+
208
+ DescribeAccountHealthResponse.add_member(:metrics_analyzed, Shapes::ShapeRef.new(shape: __integer, location_name: "MetricsAnalyzed"))
209
+ DescribeAccountHealthResponse.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "OpenProactiveInsights"))
210
+ DescribeAccountHealthResponse.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "OpenReactiveInsights"))
211
+ DescribeAccountHealthResponse.struct_class = Types::DescribeAccountHealthResponse
212
+
213
+ DescribeAccountOverviewRequest.add_member(:from_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "FromTime"))
214
+ DescribeAccountOverviewRequest.add_member(:to_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ToTime"))
215
+ DescribeAccountOverviewRequest.struct_class = Types::DescribeAccountOverviewRequest
216
+
217
+ DescribeAccountOverviewResponse.add_member(:mean_time_to_recover_in_milliseconds, Shapes::ShapeRef.new(shape: __long, location_name: "MeanTimeToRecoverInMilliseconds"))
218
+ DescribeAccountOverviewResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "ProactiveInsights"))
219
+ DescribeAccountOverviewResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "ReactiveInsights"))
220
+ DescribeAccountOverviewResponse.struct_class = Types::DescribeAccountOverviewResponse
221
+
222
+ DescribeAnomalyRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Id"))
223
+ DescribeAnomalyRequest.struct_class = Types::DescribeAnomalyRequest
224
+
225
+ DescribeAnomalyResponse.add_member(:proactive_anomaly, Shapes::ShapeRef.new(shape: ProactiveAnomaly, location_name: "ProactiveAnomaly"))
226
+ DescribeAnomalyResponse.add_member(:reactive_anomaly, Shapes::ShapeRef.new(shape: ReactiveAnomaly, location_name: "ReactiveAnomaly"))
227
+ DescribeAnomalyResponse.struct_class = Types::DescribeAnomalyResponse
228
+
229
+ DescribeInsightRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Id"))
230
+ DescribeInsightRequest.struct_class = Types::DescribeInsightRequest
231
+
232
+ DescribeInsightResponse.add_member(:proactive_insight, Shapes::ShapeRef.new(shape: ProactiveInsight, location_name: "ProactiveInsight"))
233
+ DescribeInsightResponse.add_member(:reactive_insight, Shapes::ShapeRef.new(shape: ReactiveInsight, location_name: "ReactiveInsight"))
234
+ DescribeInsightResponse.struct_class = Types::DescribeInsightResponse
235
+
236
+ DescribeResourceCollectionHealthRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
237
+ DescribeResourceCollectionHealthRequest.add_member(:resource_collection_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceCollectionType"))
238
+ DescribeResourceCollectionHealthRequest.struct_class = Types::DescribeResourceCollectionHealthRequest
239
+
240
+ DescribeResourceCollectionHealthResponse.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: __listOfCloudFormationHealth, location_name: "CloudFormation"))
241
+ DescribeResourceCollectionHealthResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
242
+ DescribeResourceCollectionHealthResponse.struct_class = Types::DescribeResourceCollectionHealthResponse
243
+
244
+ DescribeServiceIntegrationRequest.struct_class = Types::DescribeServiceIntegrationRequest
245
+
246
+ DescribeServiceIntegrationResponse.add_member(:service_integration, Shapes::ShapeRef.new(shape: ServiceIntegrationConfig, location_name: "ServiceIntegration"))
247
+ DescribeServiceIntegrationResponse.struct_class = Types::DescribeServiceIntegrationResponse
248
+
249
+ EndTimeRange.add_member(:from_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "FromTime"))
250
+ EndTimeRange.add_member(:to_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ToTime"))
251
+ EndTimeRange.struct_class = Types::EndTimeRange
252
+
253
+ Event.add_member(:data_source, Shapes::ShapeRef.new(shape: EventDataSource, location_name: "DataSource"))
254
+ Event.add_member(:event_class, Shapes::ShapeRef.new(shape: EventClass, location_name: "EventClass"))
255
+ Event.add_member(:event_source, Shapes::ShapeRef.new(shape: __stringMin10Max50PatternAZAZ09AmazonawsComAwsEvents, location_name: "EventSource"))
256
+ Event.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
257
+ Event.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin0Max50, location_name: "Name"))
258
+ Event.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
259
+ Event.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfEventResource, location_name: "Resources"))
260
+ Event.add_member(:time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "Time"))
261
+ Event.struct_class = Types::Event
262
+
263
+ EventResource.add_member(:arn, Shapes::ShapeRef.new(shape: __stringMin36Max2048PatternArnAwsAZAZ09AZ09D12, location_name: "Arn"))
264
+ EventResource.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin0Max2048Pattern, location_name: "Name"))
265
+ EventResource.add_member(:type, Shapes::ShapeRef.new(shape: __stringMin0Max2048Pattern, location_name: "Type"))
266
+ EventResource.struct_class = Types::EventResource
267
+
268
+ EventTimeRange.add_member(:from_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "FromTime"))
269
+ EventTimeRange.add_member(:to_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "ToTime"))
270
+ EventTimeRange.struct_class = Types::EventTimeRange
271
+
272
+ GetResourceCollectionRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
273
+ GetResourceCollectionRequest.add_member(:resource_collection_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceCollectionType"))
274
+ GetResourceCollectionRequest.struct_class = Types::GetResourceCollectionRequest
275
+
276
+ GetResourceCollectionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
277
+ GetResourceCollectionResponse.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollectionFilter, location_name: "ResourceCollection"))
278
+ GetResourceCollectionResponse.struct_class = Types::GetResourceCollectionResponse
279
+
280
+ InsightFeedback.add_member(:feedback, Shapes::ShapeRef.new(shape: InsightFeedbackOption, location_name: "Feedback"))
281
+ InsightFeedback.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
282
+ InsightFeedback.struct_class = Types::InsightFeedback
283
+
284
+ InsightHealth.add_member(:mean_time_to_recover_in_milliseconds, Shapes::ShapeRef.new(shape: __long, location_name: "MeanTimeToRecoverInMilliseconds"))
285
+ InsightHealth.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "OpenProactiveInsights"))
286
+ InsightHealth.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: __integer, location_name: "OpenReactiveInsights"))
287
+ InsightHealth.struct_class = Types::InsightHealth
288
+
289
+ InsightTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "EndTime"))
290
+ InsightTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "StartTime"))
291
+ InsightTimeRange.struct_class = Types::InsightTimeRange
292
+
293
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
294
+ InternalServerException.struct_class = Types::InternalServerException
295
+
296
+ ListAnomaliesForInsightRequest.add_member(:insight_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "InsightId"))
297
+ ListAnomaliesForInsightRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max500, location_name: "MaxResults"))
298
+ ListAnomaliesForInsightRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
299
+ ListAnomaliesForInsightRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, location_name: "StartTimeRange"))
300
+ ListAnomaliesForInsightRequest.struct_class = Types::ListAnomaliesForInsightRequest
301
+
302
+ ListAnomaliesForInsightResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
303
+ ListAnomaliesForInsightResponse.add_member(:proactive_anomalies, Shapes::ShapeRef.new(shape: __listOfProactiveAnomalySummary, location_name: "ProactiveAnomalies"))
304
+ ListAnomaliesForInsightResponse.add_member(:reactive_anomalies, Shapes::ShapeRef.new(shape: __listOfReactiveAnomalySummary, location_name: "ReactiveAnomalies"))
305
+ ListAnomaliesForInsightResponse.struct_class = Types::ListAnomaliesForInsightResponse
306
+
307
+ ListEventsFilters.add_member(:data_source, Shapes::ShapeRef.new(shape: EventDataSource, location_name: "DataSource"))
308
+ ListEventsFilters.add_member(:event_class, Shapes::ShapeRef.new(shape: EventClass, location_name: "EventClass"))
309
+ ListEventsFilters.add_member(:event_source, Shapes::ShapeRef.new(shape: __stringMin10Max50PatternAZAZ09AmazonawsComAwsEvents, location_name: "EventSource"))
310
+ ListEventsFilters.add_member(:event_time_range, Shapes::ShapeRef.new(shape: EventTimeRange, location_name: "EventTimeRange"))
311
+ ListEventsFilters.add_member(:insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "InsightId"))
312
+ ListEventsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
313
+ ListEventsFilters.struct_class = Types::ListEventsFilters
314
+
315
+ ListEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEventsFilters, required: true, location_name: "Filters"))
316
+ ListEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max200, location_name: "MaxResults"))
317
+ ListEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
318
+ ListEventsRequest.struct_class = Types::ListEventsRequest
319
+
320
+ ListEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: __listOfEvent, location_name: "Events"))
321
+ ListEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
322
+ ListEventsResponse.struct_class = Types::ListEventsResponse
323
+
324
+ ListInsightsAnyStatusFilter.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
325
+ ListInsightsAnyStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
326
+ ListInsightsAnyStatusFilter.struct_class = Types::ListInsightsAnyStatusFilter
327
+
328
+ ListInsightsClosedStatusFilter.add_member(:end_time_range, Shapes::ShapeRef.new(shape: EndTimeRange, required: true, location_name: "EndTimeRange"))
329
+ ListInsightsClosedStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
330
+ ListInsightsClosedStatusFilter.struct_class = Types::ListInsightsClosedStatusFilter
331
+
332
+ ListInsightsOngoingStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
333
+ ListInsightsOngoingStatusFilter.struct_class = Types::ListInsightsOngoingStatusFilter
334
+
335
+ ListInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "MaxResults"))
336
+ ListInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
337
+ ListInsightsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: ListInsightsStatusFilter, required: true, location_name: "StatusFilter"))
338
+ ListInsightsRequest.struct_class = Types::ListInsightsRequest
339
+
340
+ ListInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
341
+ ListInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: __listOfProactiveInsightSummary, location_name: "ProactiveInsights"))
342
+ ListInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: __listOfReactiveInsightSummary, location_name: "ReactiveInsights"))
343
+ ListInsightsResponse.struct_class = Types::ListInsightsResponse
344
+
345
+ ListInsightsStatusFilter.add_member(:any, Shapes::ShapeRef.new(shape: ListInsightsAnyStatusFilter, location_name: "Any"))
346
+ ListInsightsStatusFilter.add_member(:closed, Shapes::ShapeRef.new(shape: ListInsightsClosedStatusFilter, location_name: "Closed"))
347
+ ListInsightsStatusFilter.add_member(:ongoing, Shapes::ShapeRef.new(shape: ListInsightsOngoingStatusFilter, location_name: "Ongoing"))
348
+ ListInsightsStatusFilter.struct_class = Types::ListInsightsStatusFilter
349
+
350
+ ListNotificationChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
351
+ ListNotificationChannelsRequest.struct_class = Types::ListNotificationChannelsRequest
352
+
353
+ ListNotificationChannelsResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOfNotificationChannel, location_name: "Channels"))
354
+ ListNotificationChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
355
+ ListNotificationChannelsResponse.struct_class = Types::ListNotificationChannelsResponse
356
+
357
+ ListRecommendationsRequest.add_member(:insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, required: true, location_name: "InsightId"))
358
+ ListRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
359
+ ListRecommendationsRequest.struct_class = Types::ListRecommendationsRequest
360
+
361
+ ListRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
362
+ ListRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: __listOfRecommendation, location_name: "Recommendations"))
363
+ ListRecommendationsResponse.struct_class = Types::ListRecommendationsResponse
364
+
365
+ NotificationChannel.add_member(:config, Shapes::ShapeRef.new(shape: NotificationChannelConfig, location_name: "Config"))
366
+ NotificationChannel.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "Id"))
367
+ NotificationChannel.struct_class = Types::NotificationChannel
368
+
369
+ NotificationChannelConfig.add_member(:sns, Shapes::ShapeRef.new(shape: SnsChannelConfig, required: true, location_name: "Sns"))
370
+ NotificationChannelConfig.struct_class = Types::NotificationChannelConfig
371
+
372
+ OpsCenterIntegration.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: OptInStatus, location_name: "OptInStatus"))
373
+ OpsCenterIntegration.struct_class = Types::OpsCenterIntegration
374
+
375
+ OpsCenterIntegrationConfig.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: OptInStatus, location_name: "OptInStatus"))
376
+ OpsCenterIntegrationConfig.struct_class = Types::OpsCenterIntegrationConfig
377
+
378
+ PredictionTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "EndTime"))
379
+ PredictionTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "StartTime"))
380
+ PredictionTimeRange.struct_class = Types::PredictionTimeRange
381
+
382
+ ProactiveAnomaly.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
383
+ ProactiveAnomaly.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "AssociatedInsightId"))
384
+ ProactiveAnomaly.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
385
+ ProactiveAnomaly.add_member(:limit, Shapes::ShapeRef.new(shape: __double, location_name: "Limit"))
386
+ ProactiveAnomaly.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
387
+ ProactiveAnomaly.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
388
+ ProactiveAnomaly.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
389
+ ProactiveAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
390
+ ProactiveAnomaly.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
391
+ ProactiveAnomaly.add_member(:update_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "UpdateTime"))
392
+ ProactiveAnomaly.struct_class = Types::ProactiveAnomaly
393
+
394
+ ProactiveAnomalySummary.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
395
+ ProactiveAnomalySummary.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "AssociatedInsightId"))
396
+ ProactiveAnomalySummary.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
397
+ ProactiveAnomalySummary.add_member(:limit, Shapes::ShapeRef.new(shape: __double, location_name: "Limit"))
398
+ ProactiveAnomalySummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
399
+ ProactiveAnomalySummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
400
+ ProactiveAnomalySummary.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
401
+ ProactiveAnomalySummary.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
402
+ ProactiveAnomalySummary.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
403
+ ProactiveAnomalySummary.add_member(:update_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "UpdateTime"))
404
+ ProactiveAnomalySummary.struct_class = Types::ProactiveAnomalySummary
405
+
406
+ ProactiveInsight.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
407
+ ProactiveInsight.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
408
+ ProactiveInsight.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max530PatternSS, location_name: "Name"))
409
+ ProactiveInsight.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
410
+ ProactiveInsight.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
411
+ ProactiveInsight.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
412
+ ProactiveInsight.add_member(:ssm_ops_item_id, Shapes::ShapeRef.new(shape: __stringMin1Max100Pattern, location_name: "SsmOpsItemId"))
413
+ ProactiveInsight.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
414
+ ProactiveInsight.struct_class = Types::ProactiveInsight
415
+
416
+ ProactiveInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
417
+ ProactiveInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
418
+ ProactiveInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max530PatternSS, location_name: "Name"))
419
+ ProactiveInsightSummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
420
+ ProactiveInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
421
+ ProactiveInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
422
+ ProactiveInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
423
+ ProactiveInsightSummary.struct_class = Types::ProactiveInsightSummary
424
+
425
+ PutFeedbackRequest.add_member(:insight_feedback, Shapes::ShapeRef.new(shape: InsightFeedback, location_name: "InsightFeedback"))
426
+ PutFeedbackRequest.struct_class = Types::PutFeedbackRequest
427
+
428
+ PutFeedbackResponse.struct_class = Types::PutFeedbackResponse
429
+
430
+ ReactiveAnomaly.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
431
+ ReactiveAnomaly.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "AssociatedInsightId"))
432
+ ReactiveAnomaly.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
433
+ ReactiveAnomaly.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
434
+ ReactiveAnomaly.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
435
+ ReactiveAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
436
+ ReactiveAnomaly.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
437
+ ReactiveAnomaly.struct_class = Types::ReactiveAnomaly
438
+
439
+ ReactiveAnomalySummary.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
440
+ ReactiveAnomalySummary.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "AssociatedInsightId"))
441
+ ReactiveAnomalySummary.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
442
+ ReactiveAnomalySummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
443
+ ReactiveAnomalySummary.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
444
+ ReactiveAnomalySummary.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
445
+ ReactiveAnomalySummary.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
446
+ ReactiveAnomalySummary.struct_class = Types::ReactiveAnomalySummary
447
+
448
+ ReactiveInsight.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
449
+ ReactiveInsight.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
450
+ ReactiveInsight.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max530PatternSS, location_name: "Name"))
451
+ ReactiveInsight.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
452
+ ReactiveInsight.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
453
+ ReactiveInsight.add_member(:ssm_ops_item_id, Shapes::ShapeRef.new(shape: __stringMin1Max100Pattern, location_name: "SsmOpsItemId"))
454
+ ReactiveInsight.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
455
+ ReactiveInsight.struct_class = Types::ReactiveInsight
456
+
457
+ ReactiveInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: __stringMin1Max100PatternW, location_name: "Id"))
458
+ ReactiveInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
459
+ ReactiveInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max530PatternSS, location_name: "Name"))
460
+ ReactiveInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
461
+ ReactiveInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
462
+ ReactiveInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
463
+ ReactiveInsightSummary.struct_class = Types::ReactiveInsightSummary
464
+
465
+ Recommendation.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
466
+ Recommendation.add_member(:link, Shapes::ShapeRef.new(shape: __string, location_name: "Link"))
467
+ Recommendation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
468
+ Recommendation.add_member(:reason, Shapes::ShapeRef.new(shape: __string, location_name: "Reason"))
469
+ Recommendation.add_member(:related_anomalies, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedAnomaly, location_name: "RelatedAnomalies"))
470
+ Recommendation.add_member(:related_events, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedEvent, location_name: "RelatedEvents"))
471
+ Recommendation.struct_class = Types::Recommendation
472
+
473
+ RecommendationRelatedAnomaly.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedAnomalyResource, location_name: "Resources"))
474
+ RecommendationRelatedAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedAnomalySourceDetail, location_name: "SourceDetails"))
475
+ RecommendationRelatedAnomaly.struct_class = Types::RecommendationRelatedAnomaly
476
+
477
+ RecommendationRelatedAnomalyResource.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
478
+ RecommendationRelatedAnomalyResource.add_member(:type, Shapes::ShapeRef.new(shape: __string, location_name: "Type"))
479
+ RecommendationRelatedAnomalyResource.struct_class = Types::RecommendationRelatedAnomalyResource
480
+
481
+ RecommendationRelatedAnomalySourceDetail.add_member(:cloud_watch_metrics, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedCloudWatchMetricsSourceDetail, location_name: "CloudWatchMetrics"))
482
+ RecommendationRelatedAnomalySourceDetail.struct_class = Types::RecommendationRelatedAnomalySourceDetail
483
+
484
+ RecommendationRelatedCloudWatchMetricsSourceDetail.add_member(:metric_name, Shapes::ShapeRef.new(shape: __string, location_name: "MetricName"))
485
+ RecommendationRelatedCloudWatchMetricsSourceDetail.add_member(:namespace, Shapes::ShapeRef.new(shape: __string, location_name: "Namespace"))
486
+ RecommendationRelatedCloudWatchMetricsSourceDetail.struct_class = Types::RecommendationRelatedCloudWatchMetricsSourceDetail
487
+
488
+ RecommendationRelatedEvent.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
489
+ RecommendationRelatedEvent.add_member(:resources, Shapes::ShapeRef.new(shape: __listOfRecommendationRelatedEventResource, location_name: "Resources"))
490
+ RecommendationRelatedEvent.struct_class = Types::RecommendationRelatedEvent
491
+
492
+ RecommendationRelatedEventResource.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
493
+ RecommendationRelatedEventResource.add_member(:type, Shapes::ShapeRef.new(shape: __string, location_name: "Type"))
494
+ RecommendationRelatedEventResource.struct_class = Types::RecommendationRelatedEventResource
495
+
496
+ RemoveNotificationChannelRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Id"))
497
+ RemoveNotificationChannelRequest.struct_class = Types::RemoveNotificationChannelRequest
498
+
499
+ RemoveNotificationChannelResponse.struct_class = Types::RemoveNotificationChannelResponse
500
+
501
+ ResourceCollection.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationCollection, location_name: "CloudFormation"))
502
+ ResourceCollection.struct_class = Types::ResourceCollection
503
+
504
+ ResourceCollectionFilter.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationCollectionFilter, location_name: "CloudFormation"))
505
+ ResourceCollectionFilter.struct_class = Types::ResourceCollectionFilter
506
+
507
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
508
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ResourceId"))
509
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ResourceType"))
510
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
511
+
512
+ SearchInsightsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
513
+ SearchInsightsFilters.add_member(:severities, Shapes::ShapeRef.new(shape: __listOfInsightSeverity, location_name: "Severities"))
514
+ SearchInsightsFilters.add_member(:statuses, Shapes::ShapeRef.new(shape: __listOfInsightStatus, location_name: "Statuses"))
515
+ SearchInsightsFilters.struct_class = Types::SearchInsightsFilters
516
+
517
+ SearchInsightsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchInsightsFilters, location_name: "Filters"))
518
+ SearchInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "MaxResults"))
519
+ SearchInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
520
+ SearchInsightsRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
521
+ SearchInsightsRequest.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
522
+ SearchInsightsRequest.struct_class = Types::SearchInsightsRequest
523
+
524
+ SearchInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin36Max36PatternAF098AF094AF094AF094AF0912, location_name: "NextToken"))
525
+ SearchInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: __listOfProactiveInsightSummary, location_name: "ProactiveInsights"))
526
+ SearchInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: __listOfReactiveInsightSummary, location_name: "ReactiveInsights"))
527
+ SearchInsightsResponse.struct_class = Types::SearchInsightsResponse
528
+
529
+ ServiceIntegrationConfig.add_member(:ops_center, Shapes::ShapeRef.new(shape: OpsCenterIntegration, location_name: "OpsCenter"))
530
+ ServiceIntegrationConfig.struct_class = Types::ServiceIntegrationConfig
531
+
532
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
533
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
534
+
535
+ SnsChannelConfig.add_member(:topic_arn, Shapes::ShapeRef.new(shape: __stringMin36Max1024PatternArnAwsAZ09SnsAZ09D12, location_name: "TopicArn"))
536
+ SnsChannelConfig.struct_class = Types::SnsChannelConfig
537
+
538
+ StartTimeRange.add_member(:from_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "FromTime"))
539
+ StartTimeRange.add_member(:to_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ToTime"))
540
+ StartTimeRange.struct_class = Types::StartTimeRange
541
+
542
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
543
+ ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: __string, location_name: "QuotaCode"))
544
+ ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: __string, location_name: "ServiceCode"))
545
+ ThrottlingException.struct_class = Types::ThrottlingException
546
+
547
+ UpdateCloudFormationCollectionFilter.add_member(:stack_names, Shapes::ShapeRef.new(shape: __listOf__stringMin1Max128PatternAZAZAZAZ09, location_name: "StackNames"))
548
+ UpdateCloudFormationCollectionFilter.struct_class = Types::UpdateCloudFormationCollectionFilter
549
+
550
+ UpdateResourceCollectionFilter.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: UpdateCloudFormationCollectionFilter, location_name: "CloudFormation"))
551
+ UpdateResourceCollectionFilter.struct_class = Types::UpdateResourceCollectionFilter
552
+
553
+ UpdateResourceCollectionRequest.add_member(:action, Shapes::ShapeRef.new(shape: UpdateResourceCollectionAction, required: true, location_name: "Action"))
554
+ UpdateResourceCollectionRequest.add_member(:resource_collection, Shapes::ShapeRef.new(shape: UpdateResourceCollectionFilter, required: true, location_name: "ResourceCollection"))
555
+ UpdateResourceCollectionRequest.struct_class = Types::UpdateResourceCollectionRequest
556
+
557
+ UpdateResourceCollectionResponse.struct_class = Types::UpdateResourceCollectionResponse
558
+
559
+ UpdateServiceIntegrationConfig.add_member(:ops_center, Shapes::ShapeRef.new(shape: OpsCenterIntegrationConfig, location_name: "OpsCenter"))
560
+ UpdateServiceIntegrationConfig.struct_class = Types::UpdateServiceIntegrationConfig
561
+
562
+ UpdateServiceIntegrationRequest.add_member(:service_integration, Shapes::ShapeRef.new(shape: UpdateServiceIntegrationConfig, required: true, location_name: "ServiceIntegration"))
563
+ UpdateServiceIntegrationRequest.struct_class = Types::UpdateServiceIntegrationRequest
564
+
565
+ UpdateServiceIntegrationResponse.struct_class = Types::UpdateServiceIntegrationResponse
566
+
567
+ ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: __listOfValidationExceptionField, location_name: "Fields"))
568
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
569
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
570
+ ValidationException.struct_class = Types::ValidationException
571
+
572
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message"))
573
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Name"))
574
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
575
+
576
+ __listOfCloudFormationHealth.member = Shapes::ShapeRef.new(shape: CloudFormationHealth)
577
+
578
+ __listOfCloudWatchMetricsDetail.member = Shapes::ShapeRef.new(shape: CloudWatchMetricsDetail)
579
+
580
+ __listOfCloudWatchMetricsDimension.member = Shapes::ShapeRef.new(shape: CloudWatchMetricsDimension)
581
+
582
+ __listOfEvent.member = Shapes::ShapeRef.new(shape: Event)
583
+
584
+ __listOfEventResource.member = Shapes::ShapeRef.new(shape: EventResource)
585
+
586
+ __listOfInsightSeverity.member = Shapes::ShapeRef.new(shape: InsightSeverity)
587
+
588
+ __listOfInsightStatus.member = Shapes::ShapeRef.new(shape: InsightStatus)
589
+
590
+ __listOfNotificationChannel.member = Shapes::ShapeRef.new(shape: NotificationChannel)
591
+
592
+ __listOfProactiveAnomalySummary.member = Shapes::ShapeRef.new(shape: ProactiveAnomalySummary)
593
+
594
+ __listOfProactiveInsightSummary.member = Shapes::ShapeRef.new(shape: ProactiveInsightSummary)
595
+
596
+ __listOfReactiveAnomalySummary.member = Shapes::ShapeRef.new(shape: ReactiveAnomalySummary)
597
+
598
+ __listOfReactiveInsightSummary.member = Shapes::ShapeRef.new(shape: ReactiveInsightSummary)
599
+
600
+ __listOfRecommendation.member = Shapes::ShapeRef.new(shape: Recommendation)
601
+
602
+ __listOfRecommendationRelatedAnomaly.member = Shapes::ShapeRef.new(shape: RecommendationRelatedAnomaly)
603
+
604
+ __listOfRecommendationRelatedAnomalyResource.member = Shapes::ShapeRef.new(shape: RecommendationRelatedAnomalyResource)
605
+
606
+ __listOfRecommendationRelatedAnomalySourceDetail.member = Shapes::ShapeRef.new(shape: RecommendationRelatedAnomalySourceDetail)
607
+
608
+ __listOfRecommendationRelatedCloudWatchMetricsSourceDetail.member = Shapes::ShapeRef.new(shape: RecommendationRelatedCloudWatchMetricsSourceDetail)
609
+
610
+ __listOfRecommendationRelatedEvent.member = Shapes::ShapeRef.new(shape: RecommendationRelatedEvent)
611
+
612
+ __listOfRecommendationRelatedEventResource.member = Shapes::ShapeRef.new(shape: RecommendationRelatedEventResource)
613
+
614
+ __listOfValidationExceptionField.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
615
+
616
+ __listOf__stringMin1Max128PatternAZAZAZAZ09.member = Shapes::ShapeRef.new(shape: __stringMin1Max128PatternAZAZAZAZ09)
617
+
618
+
619
+ # @api private
620
+ API = Seahorse::Model::Api.new.tap do |api|
621
+
622
+ api.version = "2020-12-01"
623
+
624
+ api.metadata = {
625
+ "apiVersion" => "2020-12-01",
626
+ "endpointPrefix" => "devops-guru",
627
+ "jsonVersion" => "1.1",
628
+ "protocol" => "rest-json",
629
+ "serviceFullName" => "Amazon DevOps Guru",
630
+ "serviceId" => "DevOps Guru",
631
+ "signatureVersion" => "v4",
632
+ "signingName" => "devops-guru",
633
+ "uid" => "devops-guru-2020-12-01",
634
+ }
635
+
636
+ api.add_operation(:add_notification_channel, Seahorse::Model::Operation.new.tap do |o|
637
+ o.name = "AddNotificationChannel"
638
+ o.http_method = "PUT"
639
+ o.http_request_uri = "/channels"
640
+ o.input = Shapes::ShapeRef.new(shape: AddNotificationChannelRequest)
641
+ o.output = Shapes::ShapeRef.new(shape: AddNotificationChannelResponse)
642
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
643
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
644
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
646
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
647
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
648
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
649
+ end)
650
+
651
+ api.add_operation(:describe_account_health, Seahorse::Model::Operation.new.tap do |o|
652
+ o.name = "DescribeAccountHealth"
653
+ o.http_method = "GET"
654
+ o.http_request_uri = "/accounts/health"
655
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountHealthRequest)
656
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountHealthResponse)
657
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
658
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
659
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
660
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
661
+ end)
662
+
663
+ api.add_operation(:describe_account_overview, Seahorse::Model::Operation.new.tap do |o|
664
+ o.name = "DescribeAccountOverview"
665
+ o.http_method = "POST"
666
+ o.http_request_uri = "/accounts/overview"
667
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountOverviewRequest)
668
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountOverviewResponse)
669
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
670
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
671
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
672
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
673
+ end)
674
+
675
+ api.add_operation(:describe_anomaly, Seahorse::Model::Operation.new.tap do |o|
676
+ o.name = "DescribeAnomaly"
677
+ o.http_method = "GET"
678
+ o.http_request_uri = "/anomalies/{Id}"
679
+ o.input = Shapes::ShapeRef.new(shape: DescribeAnomalyRequest)
680
+ o.output = Shapes::ShapeRef.new(shape: DescribeAnomalyResponse)
681
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
682
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
683
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
684
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
685
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
686
+ end)
687
+
688
+ api.add_operation(:describe_insight, Seahorse::Model::Operation.new.tap do |o|
689
+ o.name = "DescribeInsight"
690
+ o.http_method = "GET"
691
+ o.http_request_uri = "/insights/{Id}"
692
+ o.input = Shapes::ShapeRef.new(shape: DescribeInsightRequest)
693
+ o.output = Shapes::ShapeRef.new(shape: DescribeInsightResponse)
694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
695
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
696
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
697
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
698
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
699
+ end)
700
+
701
+ api.add_operation(:describe_resource_collection_health, Seahorse::Model::Operation.new.tap do |o|
702
+ o.name = "DescribeResourceCollectionHealth"
703
+ o.http_method = "GET"
704
+ o.http_request_uri = "/accounts/health/resource-collection/{ResourceCollectionType}"
705
+ o.input = Shapes::ShapeRef.new(shape: DescribeResourceCollectionHealthRequest)
706
+ o.output = Shapes::ShapeRef.new(shape: DescribeResourceCollectionHealthResponse)
707
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
708
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
709
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
710
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
711
+ o[:pager] = Aws::Pager.new(
712
+ tokens: {
713
+ "next_token" => "next_token"
714
+ }
715
+ )
716
+ end)
717
+
718
+ api.add_operation(:describe_service_integration, Seahorse::Model::Operation.new.tap do |o|
719
+ o.name = "DescribeServiceIntegration"
720
+ o.http_method = "GET"
721
+ o.http_request_uri = "/service-integrations"
722
+ o.input = Shapes::ShapeRef.new(shape: DescribeServiceIntegrationRequest)
723
+ o.output = Shapes::ShapeRef.new(shape: DescribeServiceIntegrationResponse)
724
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
725
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
726
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
727
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
728
+ end)
729
+
730
+ api.add_operation(:get_resource_collection, Seahorse::Model::Operation.new.tap do |o|
731
+ o.name = "GetResourceCollection"
732
+ o.http_method = "GET"
733
+ o.http_request_uri = "/resource-collections/{ResourceCollectionType}"
734
+ o.input = Shapes::ShapeRef.new(shape: GetResourceCollectionRequest)
735
+ o.output = Shapes::ShapeRef.new(shape: GetResourceCollectionResponse)
736
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
737
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
738
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
739
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
740
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
741
+ o[:pager] = Aws::Pager.new(
742
+ tokens: {
743
+ "next_token" => "next_token"
744
+ }
745
+ )
746
+ end)
747
+
748
+ api.add_operation(:list_anomalies_for_insight, Seahorse::Model::Operation.new.tap do |o|
749
+ o.name = "ListAnomaliesForInsight"
750
+ o.http_method = "POST"
751
+ o.http_request_uri = "/anomalies/insight/{InsightId}"
752
+ o.input = Shapes::ShapeRef.new(shape: ListAnomaliesForInsightRequest)
753
+ o.output = Shapes::ShapeRef.new(shape: ListAnomaliesForInsightResponse)
754
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
755
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
758
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
759
+ o[:pager] = Aws::Pager.new(
760
+ limit_key: "max_results",
761
+ tokens: {
762
+ "next_token" => "next_token"
763
+ }
764
+ )
765
+ end)
766
+
767
+ api.add_operation(:list_events, Seahorse::Model::Operation.new.tap do |o|
768
+ o.name = "ListEvents"
769
+ o.http_method = "POST"
770
+ o.http_request_uri = "/events"
771
+ o.input = Shapes::ShapeRef.new(shape: ListEventsRequest)
772
+ o.output = Shapes::ShapeRef.new(shape: ListEventsResponse)
773
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
774
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
775
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
776
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
777
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
778
+ o[:pager] = Aws::Pager.new(
779
+ limit_key: "max_results",
780
+ tokens: {
781
+ "next_token" => "next_token"
782
+ }
783
+ )
784
+ end)
785
+
786
+ api.add_operation(:list_insights, Seahorse::Model::Operation.new.tap do |o|
787
+ o.name = "ListInsights"
788
+ o.http_method = "POST"
789
+ o.http_request_uri = "/insights"
790
+ o.input = Shapes::ShapeRef.new(shape: ListInsightsRequest)
791
+ o.output = Shapes::ShapeRef.new(shape: ListInsightsResponse)
792
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
793
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
794
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
795
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
796
+ o[:pager] = Aws::Pager.new(
797
+ limit_key: "max_results",
798
+ tokens: {
799
+ "next_token" => "next_token"
800
+ }
801
+ )
802
+ end)
803
+
804
+ api.add_operation(:list_notification_channels, Seahorse::Model::Operation.new.tap do |o|
805
+ o.name = "ListNotificationChannels"
806
+ o.http_method = "POST"
807
+ o.http_request_uri = "/channels"
808
+ o.input = Shapes::ShapeRef.new(shape: ListNotificationChannelsRequest)
809
+ o.output = Shapes::ShapeRef.new(shape: ListNotificationChannelsResponse)
810
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
811
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
812
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
813
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
814
+ o[:pager] = Aws::Pager.new(
815
+ tokens: {
816
+ "next_token" => "next_token"
817
+ }
818
+ )
819
+ end)
820
+
821
+ api.add_operation(:list_recommendations, Seahorse::Model::Operation.new.tap do |o|
822
+ o.name = "ListRecommendations"
823
+ o.http_method = "POST"
824
+ o.http_request_uri = "/recommendations"
825
+ o.input = Shapes::ShapeRef.new(shape: ListRecommendationsRequest)
826
+ o.output = Shapes::ShapeRef.new(shape: ListRecommendationsResponse)
827
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
828
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
829
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
830
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
831
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
832
+ o[:pager] = Aws::Pager.new(
833
+ tokens: {
834
+ "next_token" => "next_token"
835
+ }
836
+ )
837
+ end)
838
+
839
+ api.add_operation(:put_feedback, Seahorse::Model::Operation.new.tap do |o|
840
+ o.name = "PutFeedback"
841
+ o.http_method = "PUT"
842
+ o.http_request_uri = "/feedback"
843
+ o.input = Shapes::ShapeRef.new(shape: PutFeedbackRequest)
844
+ o.output = Shapes::ShapeRef.new(shape: PutFeedbackResponse)
845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
846
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
847
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
848
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
849
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
850
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
851
+ end)
852
+
853
+ api.add_operation(:remove_notification_channel, Seahorse::Model::Operation.new.tap do |o|
854
+ o.name = "RemoveNotificationChannel"
855
+ o.http_method = "DELETE"
856
+ o.http_request_uri = "/channels/{Id}"
857
+ o.input = Shapes::ShapeRef.new(shape: RemoveNotificationChannelRequest)
858
+ o.output = Shapes::ShapeRef.new(shape: RemoveNotificationChannelResponse)
859
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
860
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
861
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
863
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
864
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
865
+ end)
866
+
867
+ api.add_operation(:search_insights, Seahorse::Model::Operation.new.tap do |o|
868
+ o.name = "SearchInsights"
869
+ o.http_method = "POST"
870
+ o.http_request_uri = "/insights/search"
871
+ o.input = Shapes::ShapeRef.new(shape: SearchInsightsRequest)
872
+ o.output = Shapes::ShapeRef.new(shape: SearchInsightsResponse)
873
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
874
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
875
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
876
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
877
+ o[:pager] = Aws::Pager.new(
878
+ limit_key: "max_results",
879
+ tokens: {
880
+ "next_token" => "next_token"
881
+ }
882
+ )
883
+ end)
884
+
885
+ api.add_operation(:update_resource_collection, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "UpdateResourceCollection"
887
+ o.http_method = "PUT"
888
+ o.http_request_uri = "/resource-collections"
889
+ o.input = Shapes::ShapeRef.new(shape: UpdateResourceCollectionRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: UpdateResourceCollectionResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
894
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
895
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
896
+ end)
897
+
898
+ api.add_operation(:update_service_integration, Seahorse::Model::Operation.new.tap do |o|
899
+ o.name = "UpdateServiceIntegration"
900
+ o.http_method = "PUT"
901
+ o.http_request_uri = "/service-integrations"
902
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceIntegrationRequest)
903
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceIntegrationResponse)
904
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
905
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
906
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
908
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
909
+ end)
910
+ end
911
+
912
+ end
913
+ end