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