aws-sdk-lookoutmetrics 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-lookoutmetrics.rb +53 -0
- data/lib/aws-sdk-lookoutmetrics/client.rb +1637 -0
- data/lib/aws-sdk-lookoutmetrics/client_api.rb +1108 -0
- data/lib/aws-sdk-lookoutmetrics/customizations.rb +0 -0
- data/lib/aws-sdk-lookoutmetrics/errors.rb +200 -0
- data/lib/aws-sdk-lookoutmetrics/resource.rb +26 -0
- data/lib/aws-sdk-lookoutmetrics/types.rb +2847 -0
- metadata +91 -0
@@ -0,0 +1,1108 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
module Aws::LookoutMetrics
|
11
|
+
# @api private
|
12
|
+
module ClientApi
|
13
|
+
|
14
|
+
include Seahorse::Model
|
15
|
+
|
16
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
|
+
Action = Shapes::StructureShape.new(name: 'Action')
|
18
|
+
ActivateAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'ActivateAnomalyDetectorRequest')
|
19
|
+
ActivateAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'ActivateAnomalyDetectorResponse')
|
20
|
+
AggregationFunction = Shapes::StringShape.new(name: 'AggregationFunction')
|
21
|
+
Alert = Shapes::StructureShape.new(name: 'Alert')
|
22
|
+
AlertDescription = Shapes::StringShape.new(name: 'AlertDescription')
|
23
|
+
AlertName = Shapes::StringShape.new(name: 'AlertName')
|
24
|
+
AlertStatus = Shapes::StringShape.new(name: 'AlertStatus')
|
25
|
+
AlertSummary = Shapes::StructureShape.new(name: 'AlertSummary')
|
26
|
+
AlertSummaryList = Shapes::ListShape.new(name: 'AlertSummaryList')
|
27
|
+
AlertType = Shapes::StringShape.new(name: 'AlertType')
|
28
|
+
AnomalyDetectionTaskStatus = Shapes::StringShape.new(name: 'AnomalyDetectionTaskStatus')
|
29
|
+
AnomalyDetectionTaskStatusMessage = Shapes::StringShape.new(name: 'AnomalyDetectionTaskStatusMessage')
|
30
|
+
AnomalyDetectorConfig = Shapes::StructureShape.new(name: 'AnomalyDetectorConfig')
|
31
|
+
AnomalyDetectorConfigSummary = Shapes::StructureShape.new(name: 'AnomalyDetectorConfigSummary')
|
32
|
+
AnomalyDetectorDescription = Shapes::StringShape.new(name: 'AnomalyDetectorDescription')
|
33
|
+
AnomalyDetectorName = Shapes::StringShape.new(name: 'AnomalyDetectorName')
|
34
|
+
AnomalyDetectorStatus = Shapes::StringShape.new(name: 'AnomalyDetectorStatus')
|
35
|
+
AnomalyDetectorSummary = Shapes::StructureShape.new(name: 'AnomalyDetectorSummary')
|
36
|
+
AnomalyDetectorSummaryList = Shapes::ListShape.new(name: 'AnomalyDetectorSummaryList')
|
37
|
+
AnomalyGroup = Shapes::StructureShape.new(name: 'AnomalyGroup')
|
38
|
+
AnomalyGroupStatistics = Shapes::StructureShape.new(name: 'AnomalyGroupStatistics')
|
39
|
+
AnomalyGroupSummary = Shapes::StructureShape.new(name: 'AnomalyGroupSummary')
|
40
|
+
AnomalyGroupSummaryList = Shapes::ListShape.new(name: 'AnomalyGroupSummaryList')
|
41
|
+
AnomalyGroupTimeSeries = Shapes::StructureShape.new(name: 'AnomalyGroupTimeSeries')
|
42
|
+
AnomalyGroupTimeSeriesFeedback = Shapes::StructureShape.new(name: 'AnomalyGroupTimeSeriesFeedback')
|
43
|
+
AppFlowConfig = Shapes::StructureShape.new(name: 'AppFlowConfig')
|
44
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
45
|
+
BackTestAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'BackTestAnomalyDetectorRequest')
|
46
|
+
BackTestAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'BackTestAnomalyDetectorResponse')
|
47
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
48
|
+
CSVFileCompression = Shapes::StringShape.new(name: 'CSVFileCompression')
|
49
|
+
Charset = Shapes::StringShape.new(name: 'Charset')
|
50
|
+
CloudWatchConfig = Shapes::StructureShape.new(name: 'CloudWatchConfig')
|
51
|
+
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
52
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
53
|
+
ContributionMatrix = Shapes::StructureShape.new(name: 'ContributionMatrix')
|
54
|
+
CreateAlertRequest = Shapes::StructureShape.new(name: 'CreateAlertRequest')
|
55
|
+
CreateAlertResponse = Shapes::StructureShape.new(name: 'CreateAlertResponse')
|
56
|
+
CreateAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'CreateAnomalyDetectorRequest')
|
57
|
+
CreateAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'CreateAnomalyDetectorResponse')
|
58
|
+
CreateMetricSetRequest = Shapes::StructureShape.new(name: 'CreateMetricSetRequest')
|
59
|
+
CreateMetricSetResponse = Shapes::StructureShape.new(name: 'CreateMetricSetResponse')
|
60
|
+
CsvFormatDescriptor = Shapes::StructureShape.new(name: 'CsvFormatDescriptor')
|
61
|
+
DataItem = Shapes::StringShape.new(name: 'DataItem')
|
62
|
+
DatabaseHost = Shapes::StringShape.new(name: 'DatabaseHost')
|
63
|
+
DatabasePort = Shapes::IntegerShape.new(name: 'DatabasePort')
|
64
|
+
DateTimeFormat = Shapes::StringShape.new(name: 'DateTimeFormat')
|
65
|
+
DeleteAlertRequest = Shapes::StructureShape.new(name: 'DeleteAlertRequest')
|
66
|
+
DeleteAlertResponse = Shapes::StructureShape.new(name: 'DeleteAlertResponse')
|
67
|
+
DeleteAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'DeleteAnomalyDetectorRequest')
|
68
|
+
DeleteAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'DeleteAnomalyDetectorResponse')
|
69
|
+
Delimiter = Shapes::StringShape.new(name: 'Delimiter')
|
70
|
+
DescribeAlertRequest = Shapes::StructureShape.new(name: 'DescribeAlertRequest')
|
71
|
+
DescribeAlertResponse = Shapes::StructureShape.new(name: 'DescribeAlertResponse')
|
72
|
+
DescribeAnomalyDetectionExecutionsRequest = Shapes::StructureShape.new(name: 'DescribeAnomalyDetectionExecutionsRequest')
|
73
|
+
DescribeAnomalyDetectionExecutionsResponse = Shapes::StructureShape.new(name: 'DescribeAnomalyDetectionExecutionsResponse')
|
74
|
+
DescribeAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'DescribeAnomalyDetectorRequest')
|
75
|
+
DescribeAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'DescribeAnomalyDetectorResponse')
|
76
|
+
DescribeMetricSetRequest = Shapes::StructureShape.new(name: 'DescribeMetricSetRequest')
|
77
|
+
DescribeMetricSetResponse = Shapes::StructureShape.new(name: 'DescribeMetricSetResponse')
|
78
|
+
DimensionContribution = Shapes::StructureShape.new(name: 'DimensionContribution')
|
79
|
+
DimensionContributionList = Shapes::ListShape.new(name: 'DimensionContributionList')
|
80
|
+
DimensionList = Shapes::ListShape.new(name: 'DimensionList')
|
81
|
+
DimensionNameValue = Shapes::StructureShape.new(name: 'DimensionNameValue')
|
82
|
+
DimensionNameValueList = Shapes::ListShape.new(name: 'DimensionNameValueList')
|
83
|
+
DimensionValue = Shapes::StringShape.new(name: 'DimensionValue')
|
84
|
+
DimensionValueContribution = Shapes::StructureShape.new(name: 'DimensionValueContribution')
|
85
|
+
DimensionValueContributionList = Shapes::ListShape.new(name: 'DimensionValueContributionList')
|
86
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
87
|
+
ExecutionList = Shapes::ListShape.new(name: 'ExecutionList')
|
88
|
+
ExecutionStatus = Shapes::StructureShape.new(name: 'ExecutionStatus')
|
89
|
+
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
90
|
+
FileFormatDescriptor = Shapes::StructureShape.new(name: 'FileFormatDescriptor')
|
91
|
+
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
92
|
+
Frequency = Shapes::StringShape.new(name: 'Frequency')
|
93
|
+
GetAnomalyGroupRequest = Shapes::StructureShape.new(name: 'GetAnomalyGroupRequest')
|
94
|
+
GetAnomalyGroupResponse = Shapes::StructureShape.new(name: 'GetAnomalyGroupResponse')
|
95
|
+
GetFeedbackRequest = Shapes::StructureShape.new(name: 'GetFeedbackRequest')
|
96
|
+
GetFeedbackResponse = Shapes::StructureShape.new(name: 'GetFeedbackResponse')
|
97
|
+
GetSampleDataRequest = Shapes::StructureShape.new(name: 'GetSampleDataRequest')
|
98
|
+
GetSampleDataResponse = Shapes::StructureShape.new(name: 'GetSampleDataResponse')
|
99
|
+
HeaderList = Shapes::ListShape.new(name: 'HeaderList')
|
100
|
+
HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
|
101
|
+
HeaderValueList = Shapes::ListShape.new(name: 'HeaderValueList')
|
102
|
+
HistoricalDataPath = Shapes::StringShape.new(name: 'HistoricalDataPath')
|
103
|
+
HistoricalDataPathList = Shapes::ListShape.new(name: 'HistoricalDataPathList')
|
104
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
105
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
106
|
+
ItemizedMetricStats = Shapes::StructureShape.new(name: 'ItemizedMetricStats')
|
107
|
+
ItemizedMetricStatsList = Shapes::ListShape.new(name: 'ItemizedMetricStatsList')
|
108
|
+
JsonFileCompression = Shapes::StringShape.new(name: 'JsonFileCompression')
|
109
|
+
JsonFormatDescriptor = Shapes::StructureShape.new(name: 'JsonFormatDescriptor')
|
110
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
111
|
+
LambdaConfiguration = Shapes::StructureShape.new(name: 'LambdaConfiguration')
|
112
|
+
ListAlertsRequest = Shapes::StructureShape.new(name: 'ListAlertsRequest')
|
113
|
+
ListAlertsResponse = Shapes::StructureShape.new(name: 'ListAlertsResponse')
|
114
|
+
ListAnomalyDetectorsRequest = Shapes::StructureShape.new(name: 'ListAnomalyDetectorsRequest')
|
115
|
+
ListAnomalyDetectorsResponse = Shapes::StructureShape.new(name: 'ListAnomalyDetectorsResponse')
|
116
|
+
ListAnomalyGroupSummariesRequest = Shapes::StructureShape.new(name: 'ListAnomalyGroupSummariesRequest')
|
117
|
+
ListAnomalyGroupSummariesResponse = Shapes::StructureShape.new(name: 'ListAnomalyGroupSummariesResponse')
|
118
|
+
ListAnomalyGroupTimeSeriesRequest = Shapes::StructureShape.new(name: 'ListAnomalyGroupTimeSeriesRequest')
|
119
|
+
ListAnomalyGroupTimeSeriesResponse = Shapes::StructureShape.new(name: 'ListAnomalyGroupTimeSeriesResponse')
|
120
|
+
ListMetricSetsRequest = Shapes::StructureShape.new(name: 'ListMetricSetsRequest')
|
121
|
+
ListMetricSetsResponse = Shapes::StructureShape.new(name: 'ListMetricSetsResponse')
|
122
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
123
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
124
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
125
|
+
Message = Shapes::StringShape.new(name: 'Message')
|
126
|
+
Metric = Shapes::StructureShape.new(name: 'Metric')
|
127
|
+
MetricLevelImpact = Shapes::StructureShape.new(name: 'MetricLevelImpact')
|
128
|
+
MetricLevelImpactList = Shapes::ListShape.new(name: 'MetricLevelImpactList')
|
129
|
+
MetricList = Shapes::ListShape.new(name: 'MetricList')
|
130
|
+
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
131
|
+
MetricSetDescription = Shapes::StringShape.new(name: 'MetricSetDescription')
|
132
|
+
MetricSetName = Shapes::StringShape.new(name: 'MetricSetName')
|
133
|
+
MetricSetSummary = Shapes::StructureShape.new(name: 'MetricSetSummary')
|
134
|
+
MetricSetSummaryList = Shapes::ListShape.new(name: 'MetricSetSummaryList')
|
135
|
+
MetricSource = Shapes::StructureShape.new(name: 'MetricSource')
|
136
|
+
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
137
|
+
MetricValueList = Shapes::ListShape.new(name: 'MetricValueList')
|
138
|
+
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
139
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
140
|
+
Offset = Shapes::IntegerShape.new(name: 'Offset')
|
141
|
+
PoirotSecretManagerArn = Shapes::StringShape.new(name: 'PoirotSecretManagerArn')
|
142
|
+
PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
|
143
|
+
PutFeedbackResponse = Shapes::StructureShape.new(name: 'PutFeedbackResponse')
|
144
|
+
QuotaCode = Shapes::StringShape.new(name: 'QuotaCode')
|
145
|
+
QuoteSymbol = Shapes::StringShape.new(name: 'QuoteSymbol')
|
146
|
+
RDSDatabaseIdentifier = Shapes::StringShape.new(name: 'RDSDatabaseIdentifier')
|
147
|
+
RDSDatabaseName = Shapes::StringShape.new(name: 'RDSDatabaseName')
|
148
|
+
RDSSourceConfig = Shapes::StructureShape.new(name: 'RDSSourceConfig')
|
149
|
+
RedshiftClusterIdentifier = Shapes::StringShape.new(name: 'RedshiftClusterIdentifier')
|
150
|
+
RedshiftDatabaseName = Shapes::StringShape.new(name: 'RedshiftDatabaseName')
|
151
|
+
RedshiftSourceConfig = Shapes::StructureShape.new(name: 'RedshiftSourceConfig')
|
152
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
153
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
154
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
155
|
+
S3SourceConfig = Shapes::StructureShape.new(name: 'S3SourceConfig')
|
156
|
+
SNSConfiguration = Shapes::StructureShape.new(name: 'SNSConfiguration')
|
157
|
+
SampleDataS3SourceConfig = Shapes::StructureShape.new(name: 'SampleDataS3SourceConfig')
|
158
|
+
SampleRow = Shapes::ListShape.new(name: 'SampleRow')
|
159
|
+
SampleRows = Shapes::ListShape.new(name: 'SampleRows')
|
160
|
+
Score = Shapes::FloatShape.new(name: 'Score')
|
161
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
162
|
+
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
163
|
+
SensitivityThreshold = Shapes::IntegerShape.new(name: 'SensitivityThreshold')
|
164
|
+
ServiceCode = Shapes::StringShape.new(name: 'ServiceCode')
|
165
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
166
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
167
|
+
SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
|
168
|
+
TableName = Shapes::StringShape.new(name: 'TableName')
|
169
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
170
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
171
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
172
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
173
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
174
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
175
|
+
TemplatedPath = Shapes::StringShape.new(name: 'TemplatedPath')
|
176
|
+
TemplatedPathList = Shapes::ListShape.new(name: 'TemplatedPathList')
|
177
|
+
TimeSeries = Shapes::StructureShape.new(name: 'TimeSeries')
|
178
|
+
TimeSeriesFeedback = Shapes::StructureShape.new(name: 'TimeSeriesFeedback')
|
179
|
+
TimeSeriesFeedbackList = Shapes::ListShape.new(name: 'TimeSeriesFeedbackList')
|
180
|
+
TimeSeriesId = Shapes::StringShape.new(name: 'TimeSeriesId')
|
181
|
+
TimeSeriesList = Shapes::ListShape.new(name: 'TimeSeriesList')
|
182
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
183
|
+
TimestampColumn = Shapes::StructureShape.new(name: 'TimestampColumn')
|
184
|
+
TimestampList = Shapes::ListShape.new(name: 'TimestampList')
|
185
|
+
TimestampString = Shapes::StringShape.new(name: 'TimestampString')
|
186
|
+
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
187
|
+
TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
|
188
|
+
UUID = Shapes::StringShape.new(name: 'UUID')
|
189
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
190
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
191
|
+
UpdateAnomalyDetectorRequest = Shapes::StructureShape.new(name: 'UpdateAnomalyDetectorRequest')
|
192
|
+
UpdateAnomalyDetectorResponse = Shapes::StructureShape.new(name: 'UpdateAnomalyDetectorResponse')
|
193
|
+
UpdateMetricSetRequest = Shapes::StructureShape.new(name: 'UpdateMetricSetRequest')
|
194
|
+
UpdateMetricSetResponse = Shapes::StructureShape.new(name: 'UpdateMetricSetResponse')
|
195
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
196
|
+
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
197
|
+
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
198
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
199
|
+
VpcConfiguration = Shapes::StructureShape.new(name: 'VpcConfiguration')
|
200
|
+
|
201
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
202
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
203
|
+
|
204
|
+
Action.add_member(:sns_configuration, Shapes::ShapeRef.new(shape: SNSConfiguration, location_name: "SNSConfiguration"))
|
205
|
+
Action.add_member(:lambda_configuration, Shapes::ShapeRef.new(shape: LambdaConfiguration, location_name: "LambdaConfiguration"))
|
206
|
+
Action.struct_class = Types::Action
|
207
|
+
|
208
|
+
ActivateAnomalyDetectorRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
209
|
+
ActivateAnomalyDetectorRequest.struct_class = Types::ActivateAnomalyDetectorRequest
|
210
|
+
|
211
|
+
ActivateAnomalyDetectorResponse.struct_class = Types::ActivateAnomalyDetectorResponse
|
212
|
+
|
213
|
+
Alert.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
|
214
|
+
Alert.add_member(:alert_description, Shapes::ShapeRef.new(shape: AlertDescription, location_name: "AlertDescription"))
|
215
|
+
Alert.add_member(:alert_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlertArn"))
|
216
|
+
Alert.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
217
|
+
Alert.add_member(:alert_name, Shapes::ShapeRef.new(shape: AlertName, location_name: "AlertName"))
|
218
|
+
Alert.add_member(:alert_sensitivity_threshold, Shapes::ShapeRef.new(shape: SensitivityThreshold, location_name: "AlertSensitivityThreshold"))
|
219
|
+
Alert.add_member(:alert_type, Shapes::ShapeRef.new(shape: AlertType, location_name: "AlertType"))
|
220
|
+
Alert.add_member(:alert_status, Shapes::ShapeRef.new(shape: AlertStatus, location_name: "AlertStatus"))
|
221
|
+
Alert.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
222
|
+
Alert.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
223
|
+
Alert.struct_class = Types::Alert
|
224
|
+
|
225
|
+
AlertSummary.add_member(:alert_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlertArn"))
|
226
|
+
AlertSummary.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
227
|
+
AlertSummary.add_member(:alert_name, Shapes::ShapeRef.new(shape: AlertName, location_name: "AlertName"))
|
228
|
+
AlertSummary.add_member(:alert_sensitivity_threshold, Shapes::ShapeRef.new(shape: SensitivityThreshold, location_name: "AlertSensitivityThreshold"))
|
229
|
+
AlertSummary.add_member(:alert_type, Shapes::ShapeRef.new(shape: AlertType, location_name: "AlertType"))
|
230
|
+
AlertSummary.add_member(:alert_status, Shapes::ShapeRef.new(shape: AlertStatus, location_name: "AlertStatus"))
|
231
|
+
AlertSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
232
|
+
AlertSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
233
|
+
AlertSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
234
|
+
AlertSummary.struct_class = Types::AlertSummary
|
235
|
+
|
236
|
+
AlertSummaryList.member = Shapes::ShapeRef.new(shape: AlertSummary)
|
237
|
+
|
238
|
+
AnomalyDetectorConfig.add_member(:anomaly_detector_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "AnomalyDetectorFrequency"))
|
239
|
+
AnomalyDetectorConfig.struct_class = Types::AnomalyDetectorConfig
|
240
|
+
|
241
|
+
AnomalyDetectorConfigSummary.add_member(:anomaly_detector_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "AnomalyDetectorFrequency"))
|
242
|
+
AnomalyDetectorConfigSummary.struct_class = Types::AnomalyDetectorConfigSummary
|
243
|
+
|
244
|
+
AnomalyDetectorSummary.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
245
|
+
AnomalyDetectorSummary.add_member(:anomaly_detector_name, Shapes::ShapeRef.new(shape: AnomalyDetectorName, location_name: "AnomalyDetectorName"))
|
246
|
+
AnomalyDetectorSummary.add_member(:anomaly_detector_description, Shapes::ShapeRef.new(shape: AnomalyDetectorDescription, location_name: "AnomalyDetectorDescription"))
|
247
|
+
AnomalyDetectorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
248
|
+
AnomalyDetectorSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
249
|
+
AnomalyDetectorSummary.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyDetectorStatus, location_name: "Status"))
|
250
|
+
AnomalyDetectorSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
251
|
+
AnomalyDetectorSummary.struct_class = Types::AnomalyDetectorSummary
|
252
|
+
|
253
|
+
AnomalyDetectorSummaryList.member = Shapes::ShapeRef.new(shape: AnomalyDetectorSummary)
|
254
|
+
|
255
|
+
AnomalyGroup.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampString, location_name: "StartTime"))
|
256
|
+
AnomalyGroup.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampString, location_name: "EndTime"))
|
257
|
+
AnomalyGroup.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, location_name: "AnomalyGroupId"))
|
258
|
+
AnomalyGroup.add_member(:anomaly_group_score, Shapes::ShapeRef.new(shape: Score, location_name: "AnomalyGroupScore"))
|
259
|
+
AnomalyGroup.add_member(:primary_metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "PrimaryMetricName"))
|
260
|
+
AnomalyGroup.add_member(:metric_level_impact_list, Shapes::ShapeRef.new(shape: MetricLevelImpactList, location_name: "MetricLevelImpactList"))
|
261
|
+
AnomalyGroup.struct_class = Types::AnomalyGroup
|
262
|
+
|
263
|
+
AnomalyGroupStatistics.add_member(:evaluation_start_date, Shapes::ShapeRef.new(shape: TimestampString, location_name: "EvaluationStartDate"))
|
264
|
+
AnomalyGroupStatistics.add_member(:total_count, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalCount"))
|
265
|
+
AnomalyGroupStatistics.add_member(:itemized_metric_stats_list, Shapes::ShapeRef.new(shape: ItemizedMetricStatsList, location_name: "ItemizedMetricStatsList"))
|
266
|
+
AnomalyGroupStatistics.struct_class = Types::AnomalyGroupStatistics
|
267
|
+
|
268
|
+
AnomalyGroupSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: TimestampString, location_name: "StartTime"))
|
269
|
+
AnomalyGroupSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: TimestampString, location_name: "EndTime"))
|
270
|
+
AnomalyGroupSummary.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, location_name: "AnomalyGroupId"))
|
271
|
+
AnomalyGroupSummary.add_member(:anomaly_group_score, Shapes::ShapeRef.new(shape: Score, location_name: "AnomalyGroupScore"))
|
272
|
+
AnomalyGroupSummary.add_member(:primary_metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "PrimaryMetricName"))
|
273
|
+
AnomalyGroupSummary.struct_class = Types::AnomalyGroupSummary
|
274
|
+
|
275
|
+
AnomalyGroupSummaryList.member = Shapes::ShapeRef.new(shape: AnomalyGroupSummary)
|
276
|
+
|
277
|
+
AnomalyGroupTimeSeries.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "AnomalyGroupId"))
|
278
|
+
AnomalyGroupTimeSeries.add_member(:time_series_id, Shapes::ShapeRef.new(shape: TimeSeriesId, location_name: "TimeSeriesId"))
|
279
|
+
AnomalyGroupTimeSeries.struct_class = Types::AnomalyGroupTimeSeries
|
280
|
+
|
281
|
+
AnomalyGroupTimeSeriesFeedback.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "AnomalyGroupId"))
|
282
|
+
AnomalyGroupTimeSeriesFeedback.add_member(:time_series_id, Shapes::ShapeRef.new(shape: TimeSeriesId, required: true, location_name: "TimeSeriesId"))
|
283
|
+
AnomalyGroupTimeSeriesFeedback.add_member(:is_anomaly, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "IsAnomaly"))
|
284
|
+
AnomalyGroupTimeSeriesFeedback.struct_class = Types::AnomalyGroupTimeSeriesFeedback
|
285
|
+
|
286
|
+
AppFlowConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
287
|
+
AppFlowConfig.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
|
288
|
+
AppFlowConfig.struct_class = Types::AppFlowConfig
|
289
|
+
|
290
|
+
BackTestAnomalyDetectorRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
291
|
+
BackTestAnomalyDetectorRequest.struct_class = Types::BackTestAnomalyDetectorRequest
|
292
|
+
|
293
|
+
BackTestAnomalyDetectorResponse.struct_class = Types::BackTestAnomalyDetectorResponse
|
294
|
+
|
295
|
+
CloudWatchConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
296
|
+
CloudWatchConfig.struct_class = Types::CloudWatchConfig
|
297
|
+
|
298
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
299
|
+
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
300
|
+
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
301
|
+
ConflictException.struct_class = Types::ConflictException
|
302
|
+
|
303
|
+
ContributionMatrix.add_member(:dimension_contribution_list, Shapes::ShapeRef.new(shape: DimensionContributionList, location_name: "DimensionContributionList"))
|
304
|
+
ContributionMatrix.struct_class = Types::ContributionMatrix
|
305
|
+
|
306
|
+
CreateAlertRequest.add_member(:alert_name, Shapes::ShapeRef.new(shape: AlertName, required: true, location_name: "AlertName"))
|
307
|
+
CreateAlertRequest.add_member(:alert_sensitivity_threshold, Shapes::ShapeRef.new(shape: SensitivityThreshold, required: true, location_name: "AlertSensitivityThreshold"))
|
308
|
+
CreateAlertRequest.add_member(:alert_description, Shapes::ShapeRef.new(shape: AlertDescription, location_name: "AlertDescription"))
|
309
|
+
CreateAlertRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
310
|
+
CreateAlertRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
|
311
|
+
CreateAlertRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
312
|
+
CreateAlertRequest.struct_class = Types::CreateAlertRequest
|
313
|
+
|
314
|
+
CreateAlertResponse.add_member(:alert_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlertArn"))
|
315
|
+
CreateAlertResponse.struct_class = Types::CreateAlertResponse
|
316
|
+
|
317
|
+
CreateAnomalyDetectorRequest.add_member(:anomaly_detector_name, Shapes::ShapeRef.new(shape: AnomalyDetectorName, required: true, location_name: "AnomalyDetectorName"))
|
318
|
+
CreateAnomalyDetectorRequest.add_member(:anomaly_detector_description, Shapes::ShapeRef.new(shape: AnomalyDetectorDescription, location_name: "AnomalyDetectorDescription"))
|
319
|
+
CreateAnomalyDetectorRequest.add_member(:anomaly_detector_config, Shapes::ShapeRef.new(shape: AnomalyDetectorConfig, required: true, location_name: "AnomalyDetectorConfig"))
|
320
|
+
CreateAnomalyDetectorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
321
|
+
CreateAnomalyDetectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
322
|
+
CreateAnomalyDetectorRequest.struct_class = Types::CreateAnomalyDetectorRequest
|
323
|
+
|
324
|
+
CreateAnomalyDetectorResponse.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
325
|
+
CreateAnomalyDetectorResponse.struct_class = Types::CreateAnomalyDetectorResponse
|
326
|
+
|
327
|
+
CreateMetricSetRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
328
|
+
CreateMetricSetRequest.add_member(:metric_set_name, Shapes::ShapeRef.new(shape: MetricSetName, required: true, location_name: "MetricSetName"))
|
329
|
+
CreateMetricSetRequest.add_member(:metric_set_description, Shapes::ShapeRef.new(shape: MetricSetDescription, location_name: "MetricSetDescription"))
|
330
|
+
CreateMetricSetRequest.add_member(:metric_list, Shapes::ShapeRef.new(shape: MetricList, required: true, location_name: "MetricList"))
|
331
|
+
CreateMetricSetRequest.add_member(:offset, Shapes::ShapeRef.new(shape: Offset, location_name: "Offset", metadata: {"box"=>true}))
|
332
|
+
CreateMetricSetRequest.add_member(:timestamp_column, Shapes::ShapeRef.new(shape: TimestampColumn, location_name: "TimestampColumn"))
|
333
|
+
CreateMetricSetRequest.add_member(:dimension_list, Shapes::ShapeRef.new(shape: DimensionList, location_name: "DimensionList"))
|
334
|
+
CreateMetricSetRequest.add_member(:metric_set_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "MetricSetFrequency"))
|
335
|
+
CreateMetricSetRequest.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, required: true, location_name: "MetricSource"))
|
336
|
+
CreateMetricSetRequest.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone"))
|
337
|
+
CreateMetricSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
338
|
+
CreateMetricSetRequest.struct_class = Types::CreateMetricSetRequest
|
339
|
+
|
340
|
+
CreateMetricSetResponse.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MetricSetArn"))
|
341
|
+
CreateMetricSetResponse.struct_class = Types::CreateMetricSetResponse
|
342
|
+
|
343
|
+
CsvFormatDescriptor.add_member(:file_compression, Shapes::ShapeRef.new(shape: CSVFileCompression, location_name: "FileCompression"))
|
344
|
+
CsvFormatDescriptor.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
|
345
|
+
CsvFormatDescriptor.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader"))
|
346
|
+
CsvFormatDescriptor.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "Delimiter"))
|
347
|
+
CsvFormatDescriptor.add_member(:header_list, Shapes::ShapeRef.new(shape: HeaderList, location_name: "HeaderList"))
|
348
|
+
CsvFormatDescriptor.add_member(:quote_symbol, Shapes::ShapeRef.new(shape: QuoteSymbol, location_name: "QuoteSymbol"))
|
349
|
+
CsvFormatDescriptor.struct_class = Types::CsvFormatDescriptor
|
350
|
+
|
351
|
+
DeleteAlertRequest.add_member(:alert_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AlertArn"))
|
352
|
+
DeleteAlertRequest.struct_class = Types::DeleteAlertRequest
|
353
|
+
|
354
|
+
DeleteAlertResponse.struct_class = Types::DeleteAlertResponse
|
355
|
+
|
356
|
+
DeleteAnomalyDetectorRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
357
|
+
DeleteAnomalyDetectorRequest.struct_class = Types::DeleteAnomalyDetectorRequest
|
358
|
+
|
359
|
+
DeleteAnomalyDetectorResponse.struct_class = Types::DeleteAnomalyDetectorResponse
|
360
|
+
|
361
|
+
DescribeAlertRequest.add_member(:alert_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AlertArn"))
|
362
|
+
DescribeAlertRequest.struct_class = Types::DescribeAlertRequest
|
363
|
+
|
364
|
+
DescribeAlertResponse.add_member(:alert, Shapes::ShapeRef.new(shape: Alert, location_name: "Alert"))
|
365
|
+
DescribeAlertResponse.struct_class = Types::DescribeAlertResponse
|
366
|
+
|
367
|
+
DescribeAnomalyDetectionExecutionsRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
368
|
+
DescribeAnomalyDetectionExecutionsRequest.add_member(:timestamp, Shapes::ShapeRef.new(shape: TimestampString, location_name: "Timestamp"))
|
369
|
+
DescribeAnomalyDetectionExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
370
|
+
DescribeAnomalyDetectionExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
371
|
+
DescribeAnomalyDetectionExecutionsRequest.struct_class = Types::DescribeAnomalyDetectionExecutionsRequest
|
372
|
+
|
373
|
+
DescribeAnomalyDetectionExecutionsResponse.add_member(:execution_list, Shapes::ShapeRef.new(shape: ExecutionList, location_name: "ExecutionList"))
|
374
|
+
DescribeAnomalyDetectionExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
375
|
+
DescribeAnomalyDetectionExecutionsResponse.struct_class = Types::DescribeAnomalyDetectionExecutionsResponse
|
376
|
+
|
377
|
+
DescribeAnomalyDetectorRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
378
|
+
DescribeAnomalyDetectorRequest.struct_class = Types::DescribeAnomalyDetectorRequest
|
379
|
+
|
380
|
+
DescribeAnomalyDetectorResponse.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
381
|
+
DescribeAnomalyDetectorResponse.add_member(:anomaly_detector_name, Shapes::ShapeRef.new(shape: AnomalyDetectorName, location_name: "AnomalyDetectorName"))
|
382
|
+
DescribeAnomalyDetectorResponse.add_member(:anomaly_detector_description, Shapes::ShapeRef.new(shape: AnomalyDetectorDescription, location_name: "AnomalyDetectorDescription"))
|
383
|
+
DescribeAnomalyDetectorResponse.add_member(:anomaly_detector_config, Shapes::ShapeRef.new(shape: AnomalyDetectorConfigSummary, location_name: "AnomalyDetectorConfig"))
|
384
|
+
DescribeAnomalyDetectorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
385
|
+
DescribeAnomalyDetectorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
386
|
+
DescribeAnomalyDetectorResponse.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyDetectorStatus, location_name: "Status"))
|
387
|
+
DescribeAnomalyDetectorResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "FailureReason"))
|
388
|
+
DescribeAnomalyDetectorResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
389
|
+
DescribeAnomalyDetectorResponse.struct_class = Types::DescribeAnomalyDetectorResponse
|
390
|
+
|
391
|
+
DescribeMetricSetRequest.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MetricSetArn"))
|
392
|
+
DescribeMetricSetRequest.struct_class = Types::DescribeMetricSetRequest
|
393
|
+
|
394
|
+
DescribeMetricSetResponse.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MetricSetArn"))
|
395
|
+
DescribeMetricSetResponse.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
396
|
+
DescribeMetricSetResponse.add_member(:metric_set_name, Shapes::ShapeRef.new(shape: MetricSetName, location_name: "MetricSetName"))
|
397
|
+
DescribeMetricSetResponse.add_member(:metric_set_description, Shapes::ShapeRef.new(shape: MetricSetDescription, location_name: "MetricSetDescription"))
|
398
|
+
DescribeMetricSetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
399
|
+
DescribeMetricSetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
400
|
+
DescribeMetricSetResponse.add_member(:offset, Shapes::ShapeRef.new(shape: Offset, location_name: "Offset", metadata: {"box"=>true}))
|
401
|
+
DescribeMetricSetResponse.add_member(:metric_list, Shapes::ShapeRef.new(shape: MetricList, location_name: "MetricList"))
|
402
|
+
DescribeMetricSetResponse.add_member(:timestamp_column, Shapes::ShapeRef.new(shape: TimestampColumn, location_name: "TimestampColumn"))
|
403
|
+
DescribeMetricSetResponse.add_member(:dimension_list, Shapes::ShapeRef.new(shape: DimensionList, location_name: "DimensionList"))
|
404
|
+
DescribeMetricSetResponse.add_member(:metric_set_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "MetricSetFrequency"))
|
405
|
+
DescribeMetricSetResponse.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone"))
|
406
|
+
DescribeMetricSetResponse.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
|
407
|
+
DescribeMetricSetResponse.struct_class = Types::DescribeMetricSetResponse
|
408
|
+
|
409
|
+
DimensionContribution.add_member(:dimension_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "DimensionName"))
|
410
|
+
DimensionContribution.add_member(:dimension_value_contribution_list, Shapes::ShapeRef.new(shape: DimensionValueContributionList, location_name: "DimensionValueContributionList"))
|
411
|
+
DimensionContribution.struct_class = Types::DimensionContribution
|
412
|
+
|
413
|
+
DimensionContributionList.member = Shapes::ShapeRef.new(shape: DimensionContribution)
|
414
|
+
|
415
|
+
DimensionList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
416
|
+
|
417
|
+
DimensionNameValue.add_member(:dimension_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "DimensionName"))
|
418
|
+
DimensionNameValue.add_member(:dimension_value, Shapes::ShapeRef.new(shape: DimensionValue, required: true, location_name: "DimensionValue"))
|
419
|
+
DimensionNameValue.struct_class = Types::DimensionNameValue
|
420
|
+
|
421
|
+
DimensionNameValueList.member = Shapes::ShapeRef.new(shape: DimensionNameValue)
|
422
|
+
|
423
|
+
DimensionValueContribution.add_member(:dimension_value, Shapes::ShapeRef.new(shape: DimensionValue, location_name: "DimensionValue"))
|
424
|
+
DimensionValueContribution.add_member(:contribution_score, Shapes::ShapeRef.new(shape: Score, location_name: "ContributionScore"))
|
425
|
+
DimensionValueContribution.struct_class = Types::DimensionValueContribution
|
426
|
+
|
427
|
+
DimensionValueContributionList.member = Shapes::ShapeRef.new(shape: DimensionValueContribution)
|
428
|
+
|
429
|
+
ExecutionList.member = Shapes::ShapeRef.new(shape: ExecutionStatus)
|
430
|
+
|
431
|
+
ExecutionStatus.add_member(:timestamp, Shapes::ShapeRef.new(shape: TimestampString, location_name: "Timestamp"))
|
432
|
+
ExecutionStatus.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyDetectionTaskStatus, location_name: "Status"))
|
433
|
+
ExecutionStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: AnomalyDetectionTaskStatusMessage, location_name: "FailureReason"))
|
434
|
+
ExecutionStatus.struct_class = Types::ExecutionStatus
|
435
|
+
|
436
|
+
FileFormatDescriptor.add_member(:csv_format_descriptor, Shapes::ShapeRef.new(shape: CsvFormatDescriptor, location_name: "CsvFormatDescriptor"))
|
437
|
+
FileFormatDescriptor.add_member(:json_format_descriptor, Shapes::ShapeRef.new(shape: JsonFormatDescriptor, location_name: "JsonFormatDescriptor"))
|
438
|
+
FileFormatDescriptor.struct_class = Types::FileFormatDescriptor
|
439
|
+
|
440
|
+
GetAnomalyGroupRequest.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "AnomalyGroupId"))
|
441
|
+
GetAnomalyGroupRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
442
|
+
GetAnomalyGroupRequest.struct_class = Types::GetAnomalyGroupRequest
|
443
|
+
|
444
|
+
GetAnomalyGroupResponse.add_member(:anomaly_group, Shapes::ShapeRef.new(shape: AnomalyGroup, location_name: "AnomalyGroup"))
|
445
|
+
GetAnomalyGroupResponse.struct_class = Types::GetAnomalyGroupResponse
|
446
|
+
|
447
|
+
GetFeedbackRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
448
|
+
GetFeedbackRequest.add_member(:anomaly_group_time_series_feedback, Shapes::ShapeRef.new(shape: AnomalyGroupTimeSeries, required: true, location_name: "AnomalyGroupTimeSeriesFeedback"))
|
449
|
+
GetFeedbackRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
450
|
+
GetFeedbackRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
451
|
+
GetFeedbackRequest.struct_class = Types::GetFeedbackRequest
|
452
|
+
|
453
|
+
GetFeedbackResponse.add_member(:anomaly_group_time_series_feedback, Shapes::ShapeRef.new(shape: TimeSeriesFeedbackList, location_name: "AnomalyGroupTimeSeriesFeedback"))
|
454
|
+
GetFeedbackResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
455
|
+
GetFeedbackResponse.struct_class = Types::GetFeedbackResponse
|
456
|
+
|
457
|
+
GetSampleDataRequest.add_member(:s3_source_config, Shapes::ShapeRef.new(shape: SampleDataS3SourceConfig, location_name: "S3SourceConfig"))
|
458
|
+
GetSampleDataRequest.struct_class = Types::GetSampleDataRequest
|
459
|
+
|
460
|
+
GetSampleDataResponse.add_member(:header_values, Shapes::ShapeRef.new(shape: HeaderValueList, location_name: "HeaderValues"))
|
461
|
+
GetSampleDataResponse.add_member(:sample_rows, Shapes::ShapeRef.new(shape: SampleRows, location_name: "SampleRows"))
|
462
|
+
GetSampleDataResponse.struct_class = Types::GetSampleDataResponse
|
463
|
+
|
464
|
+
HeaderList.member = Shapes::ShapeRef.new(shape: ColumnName)
|
465
|
+
|
466
|
+
HeaderValueList.member = Shapes::ShapeRef.new(shape: HeaderValue)
|
467
|
+
|
468
|
+
HistoricalDataPathList.member = Shapes::ShapeRef.new(shape: HistoricalDataPath)
|
469
|
+
|
470
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
471
|
+
InternalServerException.struct_class = Types::InternalServerException
|
472
|
+
|
473
|
+
ItemizedMetricStats.add_member(:metric_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "MetricName"))
|
474
|
+
ItemizedMetricStats.add_member(:occurrence_count, Shapes::ShapeRef.new(shape: Integer, location_name: "OccurrenceCount"))
|
475
|
+
ItemizedMetricStats.struct_class = Types::ItemizedMetricStats
|
476
|
+
|
477
|
+
ItemizedMetricStatsList.member = Shapes::ShapeRef.new(shape: ItemizedMetricStats)
|
478
|
+
|
479
|
+
JsonFormatDescriptor.add_member(:file_compression, Shapes::ShapeRef.new(shape: JsonFileCompression, location_name: "FileCompression"))
|
480
|
+
JsonFormatDescriptor.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
|
481
|
+
JsonFormatDescriptor.struct_class = Types::JsonFormatDescriptor
|
482
|
+
|
483
|
+
LambdaConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
484
|
+
LambdaConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "LambdaArn"))
|
485
|
+
LambdaConfiguration.struct_class = Types::LambdaConfiguration
|
486
|
+
|
487
|
+
ListAlertsRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
488
|
+
ListAlertsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
489
|
+
ListAlertsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
490
|
+
ListAlertsRequest.struct_class = Types::ListAlertsRequest
|
491
|
+
|
492
|
+
ListAlertsResponse.add_member(:alert_summary_list, Shapes::ShapeRef.new(shape: AlertSummaryList, location_name: "AlertSummaryList"))
|
493
|
+
ListAlertsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
494
|
+
ListAlertsResponse.struct_class = Types::ListAlertsResponse
|
495
|
+
|
496
|
+
ListAnomalyDetectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
497
|
+
ListAnomalyDetectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
498
|
+
ListAnomalyDetectorsRequest.struct_class = Types::ListAnomalyDetectorsRequest
|
499
|
+
|
500
|
+
ListAnomalyDetectorsResponse.add_member(:anomaly_detector_summary_list, Shapes::ShapeRef.new(shape: AnomalyDetectorSummaryList, location_name: "AnomalyDetectorSummaryList"))
|
501
|
+
ListAnomalyDetectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
502
|
+
ListAnomalyDetectorsResponse.struct_class = Types::ListAnomalyDetectorsResponse
|
503
|
+
|
504
|
+
ListAnomalyGroupSummariesRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
505
|
+
ListAnomalyGroupSummariesRequest.add_member(:sensitivity_threshold, Shapes::ShapeRef.new(shape: SensitivityThreshold, required: true, location_name: "SensitivityThreshold"))
|
506
|
+
ListAnomalyGroupSummariesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
507
|
+
ListAnomalyGroupSummariesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
508
|
+
ListAnomalyGroupSummariesRequest.struct_class = Types::ListAnomalyGroupSummariesRequest
|
509
|
+
|
510
|
+
ListAnomalyGroupSummariesResponse.add_member(:anomaly_group_summary_list, Shapes::ShapeRef.new(shape: AnomalyGroupSummaryList, location_name: "AnomalyGroupSummaryList"))
|
511
|
+
ListAnomalyGroupSummariesResponse.add_member(:anomaly_group_statistics, Shapes::ShapeRef.new(shape: AnomalyGroupStatistics, location_name: "AnomalyGroupStatistics"))
|
512
|
+
ListAnomalyGroupSummariesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
513
|
+
ListAnomalyGroupSummariesResponse.struct_class = Types::ListAnomalyGroupSummariesResponse
|
514
|
+
|
515
|
+
ListAnomalyGroupTimeSeriesRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
516
|
+
ListAnomalyGroupTimeSeriesRequest.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "AnomalyGroupId"))
|
517
|
+
ListAnomalyGroupTimeSeriesRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
|
518
|
+
ListAnomalyGroupTimeSeriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
519
|
+
ListAnomalyGroupTimeSeriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
520
|
+
ListAnomalyGroupTimeSeriesRequest.struct_class = Types::ListAnomalyGroupTimeSeriesRequest
|
521
|
+
|
522
|
+
ListAnomalyGroupTimeSeriesResponse.add_member(:anomaly_group_id, Shapes::ShapeRef.new(shape: UUID, location_name: "AnomalyGroupId"))
|
523
|
+
ListAnomalyGroupTimeSeriesResponse.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
524
|
+
ListAnomalyGroupTimeSeriesResponse.add_member(:timestamp_list, Shapes::ShapeRef.new(shape: TimestampList, location_name: "TimestampList"))
|
525
|
+
ListAnomalyGroupTimeSeriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
526
|
+
ListAnomalyGroupTimeSeriesResponse.add_member(:time_series_list, Shapes::ShapeRef.new(shape: TimeSeriesList, location_name: "TimeSeriesList"))
|
527
|
+
ListAnomalyGroupTimeSeriesResponse.struct_class = Types::ListAnomalyGroupTimeSeriesResponse
|
528
|
+
|
529
|
+
ListMetricSetsRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
530
|
+
ListMetricSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
531
|
+
ListMetricSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
532
|
+
ListMetricSetsRequest.struct_class = Types::ListMetricSetsRequest
|
533
|
+
|
534
|
+
ListMetricSetsResponse.add_member(:metric_set_summary_list, Shapes::ShapeRef.new(shape: MetricSetSummaryList, location_name: "MetricSetSummaryList"))
|
535
|
+
ListMetricSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
536
|
+
ListMetricSetsResponse.struct_class = Types::ListMetricSetsResponse
|
537
|
+
|
538
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
539
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
540
|
+
|
541
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
542
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
543
|
+
|
544
|
+
Metric.add_member(:metric_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "MetricName"))
|
545
|
+
Metric.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, required: true, location_name: "AggregationFunction"))
|
546
|
+
Metric.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
547
|
+
Metric.struct_class = Types::Metric
|
548
|
+
|
549
|
+
MetricLevelImpact.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
550
|
+
MetricLevelImpact.add_member(:num_time_series, Shapes::ShapeRef.new(shape: Integer, location_name: "NumTimeSeries"))
|
551
|
+
MetricLevelImpact.add_member(:contribution_matrix, Shapes::ShapeRef.new(shape: ContributionMatrix, location_name: "ContributionMatrix"))
|
552
|
+
MetricLevelImpact.struct_class = Types::MetricLevelImpact
|
553
|
+
|
554
|
+
MetricLevelImpactList.member = Shapes::ShapeRef.new(shape: MetricLevelImpact)
|
555
|
+
|
556
|
+
MetricList.member = Shapes::ShapeRef.new(shape: Metric)
|
557
|
+
|
558
|
+
MetricSetSummary.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MetricSetArn"))
|
559
|
+
MetricSetSummary.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
560
|
+
MetricSetSummary.add_member(:metric_set_description, Shapes::ShapeRef.new(shape: MetricSetDescription, location_name: "MetricSetDescription"))
|
561
|
+
MetricSetSummary.add_member(:metric_set_name, Shapes::ShapeRef.new(shape: MetricSetName, location_name: "MetricSetName"))
|
562
|
+
MetricSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
563
|
+
MetricSetSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
564
|
+
MetricSetSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
565
|
+
MetricSetSummary.struct_class = Types::MetricSetSummary
|
566
|
+
|
567
|
+
MetricSetSummaryList.member = Shapes::ShapeRef.new(shape: MetricSetSummary)
|
568
|
+
|
569
|
+
MetricSource.add_member(:s3_source_config, Shapes::ShapeRef.new(shape: S3SourceConfig, location_name: "S3SourceConfig"))
|
570
|
+
MetricSource.add_member(:app_flow_config, Shapes::ShapeRef.new(shape: AppFlowConfig, location_name: "AppFlowConfig"))
|
571
|
+
MetricSource.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchConfig, location_name: "CloudWatchConfig"))
|
572
|
+
MetricSource.add_member(:rds_source_config, Shapes::ShapeRef.new(shape: RDSSourceConfig, location_name: "RDSSourceConfig"))
|
573
|
+
MetricSource.add_member(:redshift_source_config, Shapes::ShapeRef.new(shape: RedshiftSourceConfig, location_name: "RedshiftSourceConfig"))
|
574
|
+
MetricSource.struct_class = Types::MetricSource
|
575
|
+
|
576
|
+
MetricValueList.member = Shapes::ShapeRef.new(shape: MetricValue)
|
577
|
+
|
578
|
+
PutFeedbackRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
579
|
+
PutFeedbackRequest.add_member(:anomaly_group_time_series_feedback, Shapes::ShapeRef.new(shape: AnomalyGroupTimeSeriesFeedback, required: true, location_name: "AnomalyGroupTimeSeriesFeedback"))
|
580
|
+
PutFeedbackRequest.struct_class = Types::PutFeedbackRequest
|
581
|
+
|
582
|
+
PutFeedbackResponse.struct_class = Types::PutFeedbackResponse
|
583
|
+
|
584
|
+
RDSSourceConfig.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: RDSDatabaseIdentifier, required: true, location_name: "DBInstanceIdentifier"))
|
585
|
+
RDSSourceConfig.add_member(:database_host, Shapes::ShapeRef.new(shape: DatabaseHost, required: true, location_name: "DatabaseHost"))
|
586
|
+
RDSSourceConfig.add_member(:database_port, Shapes::ShapeRef.new(shape: DatabasePort, required: true, location_name: "DatabasePort", metadata: {"box"=>true}))
|
587
|
+
RDSSourceConfig.add_member(:secret_manager_arn, Shapes::ShapeRef.new(shape: PoirotSecretManagerArn, required: true, location_name: "SecretManagerArn"))
|
588
|
+
RDSSourceConfig.add_member(:database_name, Shapes::ShapeRef.new(shape: RDSDatabaseName, required: true, location_name: "DatabaseName"))
|
589
|
+
RDSSourceConfig.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
590
|
+
RDSSourceConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
591
|
+
RDSSourceConfig.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, required: true, location_name: "VpcConfiguration"))
|
592
|
+
RDSSourceConfig.struct_class = Types::RDSSourceConfig
|
593
|
+
|
594
|
+
RedshiftSourceConfig.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: RedshiftClusterIdentifier, required: true, location_name: "ClusterIdentifier"))
|
595
|
+
RedshiftSourceConfig.add_member(:database_host, Shapes::ShapeRef.new(shape: DatabaseHost, required: true, location_name: "DatabaseHost"))
|
596
|
+
RedshiftSourceConfig.add_member(:database_port, Shapes::ShapeRef.new(shape: DatabasePort, required: true, location_name: "DatabasePort", metadata: {"box"=>true}))
|
597
|
+
RedshiftSourceConfig.add_member(:secret_manager_arn, Shapes::ShapeRef.new(shape: PoirotSecretManagerArn, required: true, location_name: "SecretManagerArn"))
|
598
|
+
RedshiftSourceConfig.add_member(:database_name, Shapes::ShapeRef.new(shape: RedshiftDatabaseName, required: true, location_name: "DatabaseName"))
|
599
|
+
RedshiftSourceConfig.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
600
|
+
RedshiftSourceConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
601
|
+
RedshiftSourceConfig.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, required: true, location_name: "VpcConfiguration"))
|
602
|
+
RedshiftSourceConfig.struct_class = Types::RedshiftSourceConfig
|
603
|
+
|
604
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
605
|
+
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
606
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
607
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
608
|
+
|
609
|
+
S3SourceConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
610
|
+
S3SourceConfig.add_member(:templated_path_list, Shapes::ShapeRef.new(shape: TemplatedPathList, location_name: "TemplatedPathList"))
|
611
|
+
S3SourceConfig.add_member(:historical_data_path_list, Shapes::ShapeRef.new(shape: HistoricalDataPathList, location_name: "HistoricalDataPathList"))
|
612
|
+
S3SourceConfig.add_member(:file_format_descriptor, Shapes::ShapeRef.new(shape: FileFormatDescriptor, location_name: "FileFormatDescriptor"))
|
613
|
+
S3SourceConfig.struct_class = Types::S3SourceConfig
|
614
|
+
|
615
|
+
SNSConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
616
|
+
SNSConfiguration.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SnsTopicArn"))
|
617
|
+
SNSConfiguration.struct_class = Types::SNSConfiguration
|
618
|
+
|
619
|
+
SampleDataS3SourceConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
620
|
+
SampleDataS3SourceConfig.add_member(:templated_path_list, Shapes::ShapeRef.new(shape: TemplatedPathList, location_name: "TemplatedPathList"))
|
621
|
+
SampleDataS3SourceConfig.add_member(:historical_data_path_list, Shapes::ShapeRef.new(shape: HistoricalDataPathList, location_name: "HistoricalDataPathList"))
|
622
|
+
SampleDataS3SourceConfig.add_member(:file_format_descriptor, Shapes::ShapeRef.new(shape: FileFormatDescriptor, required: true, location_name: "FileFormatDescriptor"))
|
623
|
+
SampleDataS3SourceConfig.struct_class = Types::SampleDataS3SourceConfig
|
624
|
+
|
625
|
+
SampleRow.member = Shapes::ShapeRef.new(shape: DataItem)
|
626
|
+
|
627
|
+
SampleRows.member = Shapes::ShapeRef.new(shape: SampleRow)
|
628
|
+
|
629
|
+
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
630
|
+
|
631
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
632
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
|
633
|
+
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
634
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: QuotaCode, location_name: "QuotaCode"))
|
635
|
+
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: ServiceCode, location_name: "ServiceCode"))
|
636
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
637
|
+
|
638
|
+
SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
|
639
|
+
|
640
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
641
|
+
|
642
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
643
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
644
|
+
|
645
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
646
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
647
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
648
|
+
|
649
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
650
|
+
|
651
|
+
TemplatedPathList.member = Shapes::ShapeRef.new(shape: TemplatedPath)
|
652
|
+
|
653
|
+
TimeSeries.add_member(:time_series_id, Shapes::ShapeRef.new(shape: TimeSeriesId, required: true, location_name: "TimeSeriesId"))
|
654
|
+
TimeSeries.add_member(:dimension_list, Shapes::ShapeRef.new(shape: DimensionNameValueList, required: true, location_name: "DimensionList"))
|
655
|
+
TimeSeries.add_member(:metric_value_list, Shapes::ShapeRef.new(shape: MetricValueList, required: true, location_name: "MetricValueList"))
|
656
|
+
TimeSeries.struct_class = Types::TimeSeries
|
657
|
+
|
658
|
+
TimeSeriesFeedback.add_member(:time_series_id, Shapes::ShapeRef.new(shape: TimeSeriesId, location_name: "TimeSeriesId"))
|
659
|
+
TimeSeriesFeedback.add_member(:is_anomaly, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAnomaly"))
|
660
|
+
TimeSeriesFeedback.struct_class = Types::TimeSeriesFeedback
|
661
|
+
|
662
|
+
TimeSeriesFeedbackList.member = Shapes::ShapeRef.new(shape: TimeSeriesFeedback)
|
663
|
+
|
664
|
+
TimeSeriesList.member = Shapes::ShapeRef.new(shape: TimeSeries)
|
665
|
+
|
666
|
+
TimestampColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, location_name: "ColumnName"))
|
667
|
+
TimestampColumn.add_member(:column_format, Shapes::ShapeRef.new(shape: DateTimeFormat, location_name: "ColumnFormat"))
|
668
|
+
TimestampColumn.struct_class = Types::TimestampColumn
|
669
|
+
|
670
|
+
TimestampList.member = Shapes::ShapeRef.new(shape: TimestampString)
|
671
|
+
|
672
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
673
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
674
|
+
|
675
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
676
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
677
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
678
|
+
|
679
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
680
|
+
|
681
|
+
UpdateAnomalyDetectorRequest.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "AnomalyDetectorArn"))
|
682
|
+
UpdateAnomalyDetectorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
683
|
+
UpdateAnomalyDetectorRequest.add_member(:anomaly_detector_description, Shapes::ShapeRef.new(shape: AnomalyDetectorDescription, location_name: "AnomalyDetectorDescription"))
|
684
|
+
UpdateAnomalyDetectorRequest.add_member(:anomaly_detector_config, Shapes::ShapeRef.new(shape: AnomalyDetectorConfig, location_name: "AnomalyDetectorConfig"))
|
685
|
+
UpdateAnomalyDetectorRequest.struct_class = Types::UpdateAnomalyDetectorRequest
|
686
|
+
|
687
|
+
UpdateAnomalyDetectorResponse.add_member(:anomaly_detector_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnomalyDetectorArn"))
|
688
|
+
UpdateAnomalyDetectorResponse.struct_class = Types::UpdateAnomalyDetectorResponse
|
689
|
+
|
690
|
+
UpdateMetricSetRequest.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MetricSetArn"))
|
691
|
+
UpdateMetricSetRequest.add_member(:metric_set_description, Shapes::ShapeRef.new(shape: MetricSetDescription, location_name: "MetricSetDescription"))
|
692
|
+
UpdateMetricSetRequest.add_member(:metric_list, Shapes::ShapeRef.new(shape: MetricList, location_name: "MetricList"))
|
693
|
+
UpdateMetricSetRequest.add_member(:offset, Shapes::ShapeRef.new(shape: Offset, location_name: "Offset", metadata: {"box"=>true}))
|
694
|
+
UpdateMetricSetRequest.add_member(:timestamp_column, Shapes::ShapeRef.new(shape: TimestampColumn, location_name: "TimestampColumn"))
|
695
|
+
UpdateMetricSetRequest.add_member(:dimension_list, Shapes::ShapeRef.new(shape: DimensionList, location_name: "DimensionList"))
|
696
|
+
UpdateMetricSetRequest.add_member(:metric_set_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "MetricSetFrequency"))
|
697
|
+
UpdateMetricSetRequest.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
|
698
|
+
UpdateMetricSetRequest.struct_class = Types::UpdateMetricSetRequest
|
699
|
+
|
700
|
+
UpdateMetricSetResponse.add_member(:metric_set_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MetricSetArn"))
|
701
|
+
UpdateMetricSetResponse.struct_class = Types::UpdateMetricSetResponse
|
702
|
+
|
703
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
704
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
|
705
|
+
ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
|
706
|
+
ValidationException.struct_class = Types::ValidationException
|
707
|
+
|
708
|
+
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "Name"))
|
709
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
|
710
|
+
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
711
|
+
|
712
|
+
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
713
|
+
|
714
|
+
VpcConfiguration.add_member(:subnet_id_list, Shapes::ShapeRef.new(shape: SubnetIdList, required: true, location_name: "SubnetIdList"))
|
715
|
+
VpcConfiguration.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, required: true, location_name: "SecurityGroupIdList"))
|
716
|
+
VpcConfiguration.struct_class = Types::VpcConfiguration
|
717
|
+
|
718
|
+
|
719
|
+
# @api private
|
720
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
721
|
+
|
722
|
+
api.version = "2017-07-25"
|
723
|
+
|
724
|
+
api.metadata = {
|
725
|
+
"apiVersion" => "2017-07-25",
|
726
|
+
"endpointPrefix" => "lookoutmetrics",
|
727
|
+
"jsonVersion" => "1.1",
|
728
|
+
"protocol" => "rest-json",
|
729
|
+
"serviceAbbreviation" => "LookoutMetrics",
|
730
|
+
"serviceFullName" => "Amazon Lookout for Metrics",
|
731
|
+
"serviceId" => "LookoutMetrics",
|
732
|
+
"signatureVersion" => "v4",
|
733
|
+
"signingName" => "lookoutmetrics",
|
734
|
+
"uid" => "lookoutmetrics-2017-07-25",
|
735
|
+
}
|
736
|
+
|
737
|
+
api.add_operation(:activate_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
738
|
+
o.name = "ActivateAnomalyDetector"
|
739
|
+
o.http_method = "POST"
|
740
|
+
o.http_request_uri = "/ActivateAnomalyDetector"
|
741
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateAnomalyDetectorRequest)
|
742
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateAnomalyDetectorResponse)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
749
|
+
end)
|
750
|
+
|
751
|
+
api.add_operation(:back_test_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
752
|
+
o.name = "BackTestAnomalyDetector"
|
753
|
+
o.http_method = "POST"
|
754
|
+
o.http_request_uri = "/BackTestAnomalyDetector"
|
755
|
+
o.input = Shapes::ShapeRef.new(shape: BackTestAnomalyDetectorRequest)
|
756
|
+
o.output = Shapes::ShapeRef.new(shape: BackTestAnomalyDetectorResponse)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
762
|
+
end)
|
763
|
+
|
764
|
+
api.add_operation(:create_alert, Seahorse::Model::Operation.new.tap do |o|
|
765
|
+
o.name = "CreateAlert"
|
766
|
+
o.http_method = "POST"
|
767
|
+
o.http_request_uri = "/CreateAlert"
|
768
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAlertRequest)
|
769
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAlertResponse)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
777
|
+
end)
|
778
|
+
|
779
|
+
api.add_operation(:create_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
780
|
+
o.name = "CreateAnomalyDetector"
|
781
|
+
o.http_method = "POST"
|
782
|
+
o.http_request_uri = "/CreateAnomalyDetector"
|
783
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAnomalyDetectorRequest)
|
784
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAnomalyDetectorResponse)
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
786
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
792
|
+
end)
|
793
|
+
|
794
|
+
api.add_operation(:create_metric_set, Seahorse::Model::Operation.new.tap do |o|
|
795
|
+
o.name = "CreateMetricSet"
|
796
|
+
o.http_method = "POST"
|
797
|
+
o.http_request_uri = "/CreateMetricSet"
|
798
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMetricSetRequest)
|
799
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMetricSetResponse)
|
800
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
801
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
802
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
803
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
807
|
+
end)
|
808
|
+
|
809
|
+
api.add_operation(:delete_alert, Seahorse::Model::Operation.new.tap do |o|
|
810
|
+
o.name = "DeleteAlert"
|
811
|
+
o.http_method = "POST"
|
812
|
+
o.http_request_uri = "/DeleteAlert"
|
813
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAlertRequest)
|
814
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAlertResponse)
|
815
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
816
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
820
|
+
end)
|
821
|
+
|
822
|
+
api.add_operation(:delete_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
823
|
+
o.name = "DeleteAnomalyDetector"
|
824
|
+
o.http_method = "POST"
|
825
|
+
o.http_request_uri = "/DeleteAnomalyDetector"
|
826
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAnomalyDetectorRequest)
|
827
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAnomalyDetectorResponse)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
833
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
834
|
+
end)
|
835
|
+
|
836
|
+
api.add_operation(:describe_alert, Seahorse::Model::Operation.new.tap do |o|
|
837
|
+
o.name = "DescribeAlert"
|
838
|
+
o.http_method = "POST"
|
839
|
+
o.http_request_uri = "/DescribeAlert"
|
840
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAlertRequest)
|
841
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAlertResponse)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
846
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
847
|
+
end)
|
848
|
+
|
849
|
+
api.add_operation(:describe_anomaly_detection_executions, Seahorse::Model::Operation.new.tap do |o|
|
850
|
+
o.name = "DescribeAnomalyDetectionExecutions"
|
851
|
+
o.http_method = "POST"
|
852
|
+
o.http_request_uri = "/DescribeAnomalyDetectionExecutions"
|
853
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAnomalyDetectionExecutionsRequest)
|
854
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAnomalyDetectionExecutionsResponse)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
856
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
857
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
858
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
860
|
+
o[:pager] = Aws::Pager.new(
|
861
|
+
limit_key: "max_results",
|
862
|
+
tokens: {
|
863
|
+
"next_token" => "next_token"
|
864
|
+
}
|
865
|
+
)
|
866
|
+
end)
|
867
|
+
|
868
|
+
api.add_operation(:describe_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
869
|
+
o.name = "DescribeAnomalyDetector"
|
870
|
+
o.http_method = "POST"
|
871
|
+
o.http_request_uri = "/DescribeAnomalyDetector"
|
872
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAnomalyDetectorRequest)
|
873
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAnomalyDetectorResponse)
|
874
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
875
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
876
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
877
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
878
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
879
|
+
end)
|
880
|
+
|
881
|
+
api.add_operation(:describe_metric_set, Seahorse::Model::Operation.new.tap do |o|
|
882
|
+
o.name = "DescribeMetricSet"
|
883
|
+
o.http_method = "POST"
|
884
|
+
o.http_request_uri = "/DescribeMetricSet"
|
885
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMetricSetRequest)
|
886
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMetricSetResponse)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
892
|
+
end)
|
893
|
+
|
894
|
+
api.add_operation(:get_anomaly_group, Seahorse::Model::Operation.new.tap do |o|
|
895
|
+
o.name = "GetAnomalyGroup"
|
896
|
+
o.http_method = "POST"
|
897
|
+
o.http_request_uri = "/GetAnomalyGroup"
|
898
|
+
o.input = Shapes::ShapeRef.new(shape: GetAnomalyGroupRequest)
|
899
|
+
o.output = Shapes::ShapeRef.new(shape: GetAnomalyGroupResponse)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
905
|
+
end)
|
906
|
+
|
907
|
+
api.add_operation(:get_feedback, Seahorse::Model::Operation.new.tap do |o|
|
908
|
+
o.name = "GetFeedback"
|
909
|
+
o.http_method = "POST"
|
910
|
+
o.http_request_uri = "/GetFeedback"
|
911
|
+
o.input = Shapes::ShapeRef.new(shape: GetFeedbackRequest)
|
912
|
+
o.output = Shapes::ShapeRef.new(shape: GetFeedbackResponse)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
918
|
+
o[:pager] = Aws::Pager.new(
|
919
|
+
limit_key: "max_results",
|
920
|
+
tokens: {
|
921
|
+
"next_token" => "next_token"
|
922
|
+
}
|
923
|
+
)
|
924
|
+
end)
|
925
|
+
|
926
|
+
api.add_operation(:get_sample_data, Seahorse::Model::Operation.new.tap do |o|
|
927
|
+
o.name = "GetSampleData"
|
928
|
+
o.http_method = "POST"
|
929
|
+
o.http_request_uri = "/GetSampleData"
|
930
|
+
o.input = Shapes::ShapeRef.new(shape: GetSampleDataRequest)
|
931
|
+
o.output = Shapes::ShapeRef.new(shape: GetSampleDataResponse)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
937
|
+
end)
|
938
|
+
|
939
|
+
api.add_operation(:list_alerts, Seahorse::Model::Operation.new.tap do |o|
|
940
|
+
o.name = "ListAlerts"
|
941
|
+
o.http_method = "POST"
|
942
|
+
o.http_request_uri = "/ListAlerts"
|
943
|
+
o.input = Shapes::ShapeRef.new(shape: ListAlertsRequest)
|
944
|
+
o.output = Shapes::ShapeRef.new(shape: ListAlertsResponse)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
950
|
+
o[:pager] = Aws::Pager.new(
|
951
|
+
limit_key: "max_results",
|
952
|
+
tokens: {
|
953
|
+
"next_token" => "next_token"
|
954
|
+
}
|
955
|
+
)
|
956
|
+
end)
|
957
|
+
|
958
|
+
api.add_operation(:list_anomaly_detectors, Seahorse::Model::Operation.new.tap do |o|
|
959
|
+
o.name = "ListAnomalyDetectors"
|
960
|
+
o.http_method = "POST"
|
961
|
+
o.http_request_uri = "/ListAnomalyDetectors"
|
962
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnomalyDetectorsRequest)
|
963
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnomalyDetectorsResponse)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
965
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
969
|
+
o[:pager] = Aws::Pager.new(
|
970
|
+
limit_key: "max_results",
|
971
|
+
tokens: {
|
972
|
+
"next_token" => "next_token"
|
973
|
+
}
|
974
|
+
)
|
975
|
+
end)
|
976
|
+
|
977
|
+
api.add_operation(:list_anomaly_group_summaries, Seahorse::Model::Operation.new.tap do |o|
|
978
|
+
o.name = "ListAnomalyGroupSummaries"
|
979
|
+
o.http_method = "POST"
|
980
|
+
o.http_request_uri = "/ListAnomalyGroupSummaries"
|
981
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnomalyGroupSummariesRequest)
|
982
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnomalyGroupSummariesResponse)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
984
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
985
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
986
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
988
|
+
o[:pager] = Aws::Pager.new(
|
989
|
+
limit_key: "max_results",
|
990
|
+
tokens: {
|
991
|
+
"next_token" => "next_token"
|
992
|
+
}
|
993
|
+
)
|
994
|
+
end)
|
995
|
+
|
996
|
+
api.add_operation(:list_anomaly_group_time_series, Seahorse::Model::Operation.new.tap do |o|
|
997
|
+
o.name = "ListAnomalyGroupTimeSeries"
|
998
|
+
o.http_method = "POST"
|
999
|
+
o.http_request_uri = "/ListAnomalyGroupTimeSeries"
|
1000
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnomalyGroupTimeSeriesRequest)
|
1001
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnomalyGroupTimeSeriesResponse)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1004
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1005
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1006
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1007
|
+
o[:pager] = Aws::Pager.new(
|
1008
|
+
limit_key: "max_results",
|
1009
|
+
tokens: {
|
1010
|
+
"next_token" => "next_token"
|
1011
|
+
}
|
1012
|
+
)
|
1013
|
+
end)
|
1014
|
+
|
1015
|
+
api.add_operation(:list_metric_sets, Seahorse::Model::Operation.new.tap do |o|
|
1016
|
+
o.name = "ListMetricSets"
|
1017
|
+
o.http_method = "POST"
|
1018
|
+
o.http_request_uri = "/ListMetricSets"
|
1019
|
+
o.input = Shapes::ShapeRef.new(shape: ListMetricSetsRequest)
|
1020
|
+
o.output = Shapes::ShapeRef.new(shape: ListMetricSetsResponse)
|
1021
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1022
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1025
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1026
|
+
o[:pager] = Aws::Pager.new(
|
1027
|
+
limit_key: "max_results",
|
1028
|
+
tokens: {
|
1029
|
+
"next_token" => "next_token"
|
1030
|
+
}
|
1031
|
+
)
|
1032
|
+
end)
|
1033
|
+
|
1034
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1035
|
+
o.name = "ListTagsForResource"
|
1036
|
+
o.http_method = "GET"
|
1037
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1038
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1039
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
1040
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1043
|
+
end)
|
1044
|
+
|
1045
|
+
api.add_operation(:put_feedback, Seahorse::Model::Operation.new.tap do |o|
|
1046
|
+
o.name = "PutFeedback"
|
1047
|
+
o.http_method = "POST"
|
1048
|
+
o.http_request_uri = "/PutFeedback"
|
1049
|
+
o.input = Shapes::ShapeRef.new(shape: PutFeedbackRequest)
|
1050
|
+
o.output = Shapes::ShapeRef.new(shape: PutFeedbackResponse)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1052
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1053
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1054
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1055
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1056
|
+
end)
|
1057
|
+
|
1058
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1059
|
+
o.name = "TagResource"
|
1060
|
+
o.http_method = "POST"
|
1061
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1062
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1063
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
1064
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1065
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1066
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1067
|
+
end)
|
1068
|
+
|
1069
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
+
o.name = "UntagResource"
|
1071
|
+
o.http_method = "DELETE"
|
1072
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
1073
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1074
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
1075
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1076
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1077
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1078
|
+
end)
|
1079
|
+
|
1080
|
+
api.add_operation(:update_anomaly_detector, Seahorse::Model::Operation.new.tap do |o|
|
1081
|
+
o.name = "UpdateAnomalyDetector"
|
1082
|
+
o.http_method = "POST"
|
1083
|
+
o.http_request_uri = "/UpdateAnomalyDetector"
|
1084
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAnomalyDetectorRequest)
|
1085
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAnomalyDetectorResponse)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1091
|
+
end)
|
1092
|
+
|
1093
|
+
api.add_operation(:update_metric_set, Seahorse::Model::Operation.new.tap do |o|
|
1094
|
+
o.name = "UpdateMetricSet"
|
1095
|
+
o.http_method = "POST"
|
1096
|
+
o.http_request_uri = "/UpdateMetricSet"
|
1097
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMetricSetRequest)
|
1098
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMetricSetResponse)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1104
|
+
end)
|
1105
|
+
end
|
1106
|
+
|
1107
|
+
end
|
1108
|
+
end
|