aws-sdk-forecastservice 1.32.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,9 @@ module Aws::ForecastService
21
21
  AttributeConfigs = Shapes::ListShape.new(name: 'AttributeConfigs')
22
22
  AttributeType = Shapes::StringShape.new(name: 'AttributeType')
23
23
  AutoMLOverrideStrategy = Shapes::StringShape.new(name: 'AutoMLOverrideStrategy')
24
+ Baseline = Shapes::StructureShape.new(name: 'Baseline')
25
+ BaselineMetric = Shapes::StructureShape.new(name: 'BaselineMetric')
26
+ BaselineMetrics = Shapes::ListShape.new(name: 'BaselineMetrics')
24
27
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
25
28
  CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
26
29
  CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
@@ -43,6 +46,8 @@ module Aws::ForecastService
43
46
  CreateForecastExportJobResponse = Shapes::StructureShape.new(name: 'CreateForecastExportJobResponse')
44
47
  CreateForecastRequest = Shapes::StructureShape.new(name: 'CreateForecastRequest')
45
48
  CreateForecastResponse = Shapes::StructureShape.new(name: 'CreateForecastResponse')
49
+ CreateMonitorRequest = Shapes::StructureShape.new(name: 'CreateMonitorRequest')
50
+ CreateMonitorResponse = Shapes::StructureShape.new(name: 'CreateMonitorResponse')
46
51
  CreatePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'CreatePredictorBacktestExportJobRequest')
47
52
  CreatePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'CreatePredictorBacktestExportJobResponse')
48
53
  CreatePredictorRequest = Shapes::StructureShape.new(name: 'CreatePredictorRequest')
@@ -57,6 +62,8 @@ module Aws::ForecastService
57
62
  DatasetSummary = Shapes::StructureShape.new(name: 'DatasetSummary')
58
63
  DatasetType = Shapes::StringShape.new(name: 'DatasetType')
59
64
  Datasets = Shapes::ListShape.new(name: 'Datasets')
65
+ DayOfMonth = Shapes::IntegerShape.new(name: 'DayOfMonth')
66
+ DayOfWeek = Shapes::StringShape.new(name: 'DayOfWeek')
60
67
  DeleteDatasetGroupRequest = Shapes::StructureShape.new(name: 'DeleteDatasetGroupRequest')
61
68
  DeleteDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DeleteDatasetImportJobRequest')
62
69
  DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
@@ -64,6 +71,7 @@ module Aws::ForecastService
64
71
  DeleteExplainabilityRequest = Shapes::StructureShape.new(name: 'DeleteExplainabilityRequest')
65
72
  DeleteForecastExportJobRequest = Shapes::StructureShape.new(name: 'DeleteForecastExportJobRequest')
66
73
  DeleteForecastRequest = Shapes::StructureShape.new(name: 'DeleteForecastRequest')
74
+ DeleteMonitorRequest = Shapes::StructureShape.new(name: 'DeleteMonitorRequest')
67
75
  DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
68
76
  DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
69
77
  DeleteResourceTreeRequest = Shapes::StructureShape.new(name: 'DeleteResourceTreeRequest')
@@ -83,10 +91,13 @@ module Aws::ForecastService
83
91
  DescribeForecastExportJobResponse = Shapes::StructureShape.new(name: 'DescribeForecastExportJobResponse')
84
92
  DescribeForecastRequest = Shapes::StructureShape.new(name: 'DescribeForecastRequest')
85
93
  DescribeForecastResponse = Shapes::StructureShape.new(name: 'DescribeForecastResponse')
94
+ DescribeMonitorRequest = Shapes::StructureShape.new(name: 'DescribeMonitorRequest')
95
+ DescribeMonitorResponse = Shapes::StructureShape.new(name: 'DescribeMonitorResponse')
86
96
  DescribePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobRequest')
87
97
  DescribePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobResponse')
88
98
  DescribePredictorRequest = Shapes::StructureShape.new(name: 'DescribePredictorRequest')
89
99
  DescribePredictorResponse = Shapes::StructureShape.new(name: 'DescribePredictorResponse')
100
+ Detail = Shapes::StringShape.new(name: 'Detail')
90
101
  Domain = Shapes::StringShape.new(name: 'Domain')
91
102
  Double = Shapes::FloatShape.new(name: 'Double')
92
103
  EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
@@ -95,6 +106,7 @@ module Aws::ForecastService
95
106
  ErrorMetrics = Shapes::ListShape.new(name: 'ErrorMetrics')
96
107
  EvaluationParameters = Shapes::StructureShape.new(name: 'EvaluationParameters')
97
108
  EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
109
+ EvaluationState = Shapes::StringShape.new(name: 'EvaluationState')
98
110
  EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
99
111
  Explainabilities = Shapes::ListShape.new(name: 'Explainabilities')
100
112
  ExplainabilityConfig = Shapes::StructureShape.new(name: 'ExplainabilityConfig')
@@ -124,6 +136,7 @@ module Aws::ForecastService
124
136
  GeolocationFormat = Shapes::StringShape.new(name: 'GeolocationFormat')
125
137
  GetAccuracyMetricsRequest = Shapes::StructureShape.new(name: 'GetAccuracyMetricsRequest')
126
138
  GetAccuracyMetricsResponse = Shapes::StructureShape.new(name: 'GetAccuracyMetricsResponse')
139
+ Hour = Shapes::IntegerShape.new(name: 'Hour')
127
140
  HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
128
141
  InputDataConfig = Shapes::StructureShape.new(name: 'InputDataConfig')
129
142
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -147,6 +160,10 @@ module Aws::ForecastService
147
160
  ListForecastExportJobsResponse = Shapes::StructureShape.new(name: 'ListForecastExportJobsResponse')
148
161
  ListForecastsRequest = Shapes::StructureShape.new(name: 'ListForecastsRequest')
149
162
  ListForecastsResponse = Shapes::StructureShape.new(name: 'ListForecastsResponse')
163
+ ListMonitorEvaluationsRequest = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsRequest')
164
+ ListMonitorEvaluationsResponse = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsResponse')
165
+ ListMonitorsRequest = Shapes::StructureShape.new(name: 'ListMonitorsRequest')
166
+ ListMonitorsResponse = Shapes::StructureShape.new(name: 'ListMonitorsResponse')
150
167
  ListPredictorBacktestExportJobsRequest = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsRequest')
151
168
  ListPredictorBacktestExportJobsResponse = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsResponse')
152
169
  ListPredictorsRequest = Shapes::StructureShape.new(name: 'ListPredictorsRequest')
@@ -157,7 +174,16 @@ module Aws::ForecastService
157
174
  Long = Shapes::IntegerShape.new(name: 'Long')
158
175
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
159
176
  Message = Shapes::StringShape.new(name: 'Message')
177
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
178
+ MetricResult = Shapes::StructureShape.new(name: 'MetricResult')
179
+ MetricResults = Shapes::ListShape.new(name: 'MetricResults')
160
180
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
181
+ MonitorConfig = Shapes::StructureShape.new(name: 'MonitorConfig')
182
+ MonitorDataSource = Shapes::StructureShape.new(name: 'MonitorDataSource')
183
+ MonitorInfo = Shapes::StructureShape.new(name: 'MonitorInfo')
184
+ MonitorSummary = Shapes::StructureShape.new(name: 'MonitorSummary')
185
+ Monitors = Shapes::ListShape.new(name: 'Monitors')
186
+ Month = Shapes::StringShape.new(name: 'Month')
161
187
  Name = Shapes::StringShape.new(name: 'Name')
162
188
  NextToken = Shapes::StringShape.new(name: 'NextToken')
163
189
  OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
@@ -166,16 +192,21 @@ module Aws::ForecastService
166
192
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
167
193
  PredictorBacktestExportJobSummary = Shapes::StructureShape.new(name: 'PredictorBacktestExportJobSummary')
168
194
  PredictorBacktestExportJobs = Shapes::ListShape.new(name: 'PredictorBacktestExportJobs')
195
+ PredictorBaseline = Shapes::StructureShape.new(name: 'PredictorBaseline')
169
196
  PredictorEvaluationResults = Shapes::ListShape.new(name: 'PredictorEvaluationResults')
197
+ PredictorEvent = Shapes::StructureShape.new(name: 'PredictorEvent')
170
198
  PredictorExecution = Shapes::StructureShape.new(name: 'PredictorExecution')
171
199
  PredictorExecutionDetails = Shapes::StructureShape.new(name: 'PredictorExecutionDetails')
172
200
  PredictorExecutions = Shapes::ListShape.new(name: 'PredictorExecutions')
201
+ PredictorMonitorEvaluation = Shapes::StructureShape.new(name: 'PredictorMonitorEvaluation')
202
+ PredictorMonitorEvaluations = Shapes::ListShape.new(name: 'PredictorMonitorEvaluations')
173
203
  PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
174
204
  Predictors = Shapes::ListShape.new(name: 'Predictors')
175
205
  ReferencePredictorSummary = Shapes::StructureShape.new(name: 'ReferencePredictorSummary')
176
206
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
177
207
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
178
208
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
209
+ ResumeResourceRequest = Shapes::StructureShape.new(name: 'ResumeResourceRequest')
179
210
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
180
211
  S3Path = Shapes::StringShape.new(name: 'S3Path')
181
212
  ScalingType = Shapes::StringShape.new(name: 'ScalingType')
@@ -199,6 +230,7 @@ module Aws::ForecastService
199
230
  TestWindowDetails = Shapes::ListShape.new(name: 'TestWindowDetails')
200
231
  TestWindowSummary = Shapes::StructureShape.new(name: 'TestWindowSummary')
201
232
  TestWindows = Shapes::ListShape.new(name: 'TestWindows')
233
+ TimeAlignmentBoundary = Shapes::StructureShape.new(name: 'TimeAlignmentBoundary')
202
234
  TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
203
235
  TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
204
236
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
@@ -231,6 +263,15 @@ module Aws::ForecastService
231
263
 
232
264
  AttributeConfigs.member = Shapes::ShapeRef.new(shape: AttributeConfig)
233
265
 
266
+ Baseline.add_member(:predictor_baseline, Shapes::ShapeRef.new(shape: PredictorBaseline, location_name: "PredictorBaseline"))
267
+ Baseline.struct_class = Types::Baseline
268
+
269
+ BaselineMetric.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
270
+ BaselineMetric.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value"))
271
+ BaselineMetric.struct_class = Types::BaselineMetric
272
+
273
+ BaselineMetrics.member = Shapes::ShapeRef.new(shape: BaselineMetric)
274
+
234
275
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
235
276
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
236
277
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
@@ -259,6 +300,8 @@ module Aws::ForecastService
259
300
  CreateAutoPredictorRequest.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
260
301
  CreateAutoPredictorRequest.add_member(:explain_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExplainPredictor"))
261
302
  CreateAutoPredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
303
+ CreateAutoPredictorRequest.add_member(:monitor_config, Shapes::ShapeRef.new(shape: MonitorConfig, location_name: "MonitorConfig"))
304
+ CreateAutoPredictorRequest.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
262
305
  CreateAutoPredictorRequest.struct_class = Types::CreateAutoPredictorRequest
263
306
 
264
307
  CreateAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
@@ -339,6 +382,14 @@ module Aws::ForecastService
339
382
  CreateForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
340
383
  CreateForecastResponse.struct_class = Types::CreateForecastResponse
341
384
 
385
+ CreateMonitorRequest.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
386
+ CreateMonitorRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
387
+ CreateMonitorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
388
+ CreateMonitorRequest.struct_class = Types::CreateMonitorRequest
389
+
390
+ CreateMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
391
+ CreateMonitorResponse.struct_class = Types::CreateMonitorResponse
392
+
342
393
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "PredictorBacktestExportJobName"))
343
394
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
344
395
  CreatePredictorBacktestExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
@@ -429,6 +480,9 @@ module Aws::ForecastService
429
480
  DeleteForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
430
481
  DeleteForecastRequest.struct_class = Types::DeleteForecastRequest
431
482
 
483
+ DeleteMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
484
+ DeleteMonitorRequest.struct_class = Types::DeleteMonitorRequest
485
+
432
486
  DeletePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
433
487
  DeletePredictorBacktestExportJobRequest.struct_class = Types::DeletePredictorBacktestExportJobRequest
434
488
 
@@ -458,6 +512,8 @@ module Aws::ForecastService
458
512
  DescribeAutoPredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
459
513
  DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
460
514
  DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
515
+ DescribeAutoPredictorResponse.add_member(:monitor_info, Shapes::ShapeRef.new(shape: MonitorInfo, location_name: "MonitorInfo"))
516
+ DescribeAutoPredictorResponse.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
461
517
  DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
462
518
 
463
519
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
@@ -567,6 +623,22 @@ module Aws::ForecastService
567
623
  DescribeForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
568
624
  DescribeForecastResponse.struct_class = Types::DescribeForecastResponse
569
625
 
626
+ DescribeMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
627
+ DescribeMonitorRequest.struct_class = Types::DescribeMonitorRequest
628
+
629
+ DescribeMonitorResponse.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
630
+ DescribeMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
631
+ DescribeMonitorResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
632
+ DescribeMonitorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
633
+ DescribeMonitorResponse.add_member(:last_evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastEvaluationTime"))
634
+ DescribeMonitorResponse.add_member(:last_evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "LastEvaluationState"))
635
+ DescribeMonitorResponse.add_member(:baseline, Shapes::ShapeRef.new(shape: Baseline, location_name: "Baseline"))
636
+ DescribeMonitorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
637
+ DescribeMonitorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
638
+ DescribeMonitorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
639
+ DescribeMonitorResponse.add_member(:estimated_evaluation_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedEvaluationTimeRemainingInMinutes"))
640
+ DescribeMonitorResponse.struct_class = Types::DescribeMonitorResponse
641
+
570
642
  DescribePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
571
643
  DescribePredictorBacktestExportJobRequest.struct_class = Types::DescribePredictorBacktestExportJobRequest
572
644
 
@@ -813,6 +885,25 @@ module Aws::ForecastService
813
885
  ListForecastsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
814
886
  ListForecastsResponse.struct_class = Types::ListForecastsResponse
815
887
 
888
+ ListMonitorEvaluationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
889
+ ListMonitorEvaluationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
890
+ ListMonitorEvaluationsRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
891
+ ListMonitorEvaluationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
892
+ ListMonitorEvaluationsRequest.struct_class = Types::ListMonitorEvaluationsRequest
893
+
894
+ ListMonitorEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
895
+ ListMonitorEvaluationsResponse.add_member(:predictor_monitor_evaluations, Shapes::ShapeRef.new(shape: PredictorMonitorEvaluations, location_name: "PredictorMonitorEvaluations"))
896
+ ListMonitorEvaluationsResponse.struct_class = Types::ListMonitorEvaluationsResponse
897
+
898
+ ListMonitorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
899
+ ListMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
900
+ ListMonitorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
901
+ ListMonitorsRequest.struct_class = Types::ListMonitorsRequest
902
+
903
+ ListMonitorsResponse.add_member(:monitors, Shapes::ShapeRef.new(shape: Monitors, location_name: "Monitors"))
904
+ ListMonitorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
905
+ ListMonitorsResponse.struct_class = Types::ListMonitorsResponse
906
+
816
907
  ListPredictorBacktestExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
817
908
  ListPredictorBacktestExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
818
909
  ListPredictorBacktestExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -837,12 +928,40 @@ module Aws::ForecastService
837
928
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
838
929
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
839
930
 
931
+ MetricResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
932
+ MetricResult.add_member(:metric_value, Shapes::ShapeRef.new(shape: Double, location_name: "MetricValue"))
933
+ MetricResult.struct_class = Types::MetricResult
934
+
935
+ MetricResults.member = Shapes::ShapeRef.new(shape: MetricResult)
936
+
840
937
  Metrics.add_member(:rmse, Shapes::ShapeRef.new(shape: Double, deprecated: true, location_name: "RMSE", metadata: {"deprecatedMessage"=>"This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE"}))
841
938
  Metrics.add_member(:weighted_quantile_losses, Shapes::ShapeRef.new(shape: WeightedQuantileLosses, location_name: "WeightedQuantileLosses"))
842
939
  Metrics.add_member(:error_metrics, Shapes::ShapeRef.new(shape: ErrorMetrics, location_name: "ErrorMetrics"))
843
940
  Metrics.add_member(:average_weighted_quantile_loss, Shapes::ShapeRef.new(shape: Double, location_name: "AverageWeightedQuantileLoss"))
844
941
  Metrics.struct_class = Types::Metrics
845
942
 
943
+ MonitorConfig.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
944
+ MonitorConfig.struct_class = Types::MonitorConfig
945
+
946
+ MonitorDataSource.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
947
+ MonitorDataSource.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
948
+ MonitorDataSource.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
949
+ MonitorDataSource.struct_class = Types::MonitorDataSource
950
+
951
+ MonitorInfo.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
952
+ MonitorInfo.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
953
+ MonitorInfo.struct_class = Types::MonitorInfo
954
+
955
+ MonitorSummary.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
956
+ MonitorSummary.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
957
+ MonitorSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
958
+ MonitorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
959
+ MonitorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
960
+ MonitorSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
961
+ MonitorSummary.struct_class = Types::MonitorSummary
962
+
963
+ Monitors.member = Shapes::ShapeRef.new(shape: MonitorSummary)
964
+
846
965
  ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
847
966
  ParameterRanges.add_member(:continuous_parameter_ranges, Shapes::ShapeRef.new(shape: ContinuousParameterRanges, location_name: "ContinuousParameterRanges"))
848
967
  ParameterRanges.add_member(:integer_parameter_ranges, Shapes::ShapeRef.new(shape: IntegerParameterRanges, location_name: "IntegerParameterRanges"))
@@ -859,8 +978,15 @@ module Aws::ForecastService
859
978
 
860
979
  PredictorBacktestExportJobs.member = Shapes::ShapeRef.new(shape: PredictorBacktestExportJobSummary)
861
980
 
981
+ PredictorBaseline.add_member(:baseline_metrics, Shapes::ShapeRef.new(shape: BaselineMetrics, location_name: "BaselineMetrics"))
982
+ PredictorBaseline.struct_class = Types::PredictorBaseline
983
+
862
984
  PredictorEvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
863
985
 
986
+ PredictorEvent.add_member(:detail, Shapes::ShapeRef.new(shape: Detail, location_name: "Detail"))
987
+ PredictorEvent.add_member(:datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Datetime"))
988
+ PredictorEvent.struct_class = Types::PredictorEvent
989
+
864
990
  PredictorExecution.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
865
991
  PredictorExecution.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindowDetails, location_name: "TestWindows"))
866
992
  PredictorExecution.struct_class = Types::PredictorExecution
@@ -870,6 +996,21 @@ module Aws::ForecastService
870
996
 
871
997
  PredictorExecutions.member = Shapes::ShapeRef.new(shape: PredictorExecution)
872
998
 
999
+ PredictorMonitorEvaluation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
1000
+ PredictorMonitorEvaluation.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
1001
+ PredictorMonitorEvaluation.add_member(:evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EvaluationTime"))
1002
+ PredictorMonitorEvaluation.add_member(:evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "EvaluationState"))
1003
+ PredictorMonitorEvaluation.add_member(:window_start_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowStartDatetime"))
1004
+ PredictorMonitorEvaluation.add_member(:window_end_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowEndDatetime"))
1005
+ PredictorMonitorEvaluation.add_member(:predictor_event, Shapes::ShapeRef.new(shape: PredictorEvent, location_name: "PredictorEvent"))
1006
+ PredictorMonitorEvaluation.add_member(:monitor_data_source, Shapes::ShapeRef.new(shape: MonitorDataSource, location_name: "MonitorDataSource"))
1007
+ PredictorMonitorEvaluation.add_member(:metric_results, Shapes::ShapeRef.new(shape: MetricResults, location_name: "MetricResults"))
1008
+ PredictorMonitorEvaluation.add_member(:num_items_evaluated, Shapes::ShapeRef.new(shape: Long, location_name: "NumItemsEvaluated"))
1009
+ PredictorMonitorEvaluation.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1010
+ PredictorMonitorEvaluation.struct_class = Types::PredictorMonitorEvaluation
1011
+
1012
+ PredictorMonitorEvaluations.member = Shapes::ShapeRef.new(shape: PredictorMonitorEvaluation)
1013
+
873
1014
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
874
1015
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
875
1016
  PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
@@ -896,6 +1037,9 @@ module Aws::ForecastService
896
1037
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
897
1038
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
898
1039
 
1040
+ ResumeResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
1041
+ ResumeResourceRequest.struct_class = Types::ResumeResourceRequest
1042
+
899
1043
  S3Config.add_member(:path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "Path"))
900
1044
  S3Config.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
901
1045
  S3Config.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
@@ -957,6 +1101,12 @@ module Aws::ForecastService
957
1101
 
958
1102
  TestWindows.member = Shapes::ShapeRef.new(shape: WindowSummary)
959
1103
 
1104
+ TimeAlignmentBoundary.add_member(:month, Shapes::ShapeRef.new(shape: Month, location_name: "Month"))
1105
+ TimeAlignmentBoundary.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
1106
+ TimeAlignmentBoundary.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
1107
+ TimeAlignmentBoundary.add_member(:hour, Shapes::ShapeRef.new(shape: Hour, location_name: "Hour"))
1108
+ TimeAlignmentBoundary.struct_class = Types::TimeAlignmentBoundary
1109
+
960
1110
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
961
1111
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
962
1112
 
@@ -1111,6 +1261,19 @@ module Aws::ForecastService
1111
1261
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1112
1262
  end)
1113
1263
 
1264
+ api.add_operation(:create_monitor, Seahorse::Model::Operation.new.tap do |o|
1265
+ o.name = "CreateMonitor"
1266
+ o.http_method = "POST"
1267
+ o.http_request_uri = "/"
1268
+ o.input = Shapes::ShapeRef.new(shape: CreateMonitorRequest)
1269
+ o.output = Shapes::ShapeRef.new(shape: CreateMonitorResponse)
1270
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1275
+ end)
1276
+
1114
1277
  api.add_operation(:create_predictor, Seahorse::Model::Operation.new.tap do |o|
1115
1278
  o.name = "CreatePredictor"
1116
1279
  o.http_method = "POST"
@@ -1214,6 +1377,17 @@ module Aws::ForecastService
1214
1377
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1215
1378
  end)
1216
1379
 
1380
+ api.add_operation(:delete_monitor, Seahorse::Model::Operation.new.tap do |o|
1381
+ o.name = "DeleteMonitor"
1382
+ o.http_method = "POST"
1383
+ o.http_request_uri = "/"
1384
+ o.input = Shapes::ShapeRef.new(shape: DeleteMonitorRequest)
1385
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1386
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1387
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1388
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1389
+ end)
1390
+
1217
1391
  api.add_operation(:delete_predictor, Seahorse::Model::Operation.new.tap do |o|
1218
1392
  o.name = "DeletePredictor"
1219
1393
  o.http_method = "POST"
@@ -1327,6 +1501,16 @@ module Aws::ForecastService
1327
1501
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
1502
  end)
1329
1503
 
1504
+ api.add_operation(:describe_monitor, Seahorse::Model::Operation.new.tap do |o|
1505
+ o.name = "DescribeMonitor"
1506
+ o.http_method = "POST"
1507
+ o.http_request_uri = "/"
1508
+ o.input = Shapes::ShapeRef.new(shape: DescribeMonitorRequest)
1509
+ o.output = Shapes::ShapeRef.new(shape: DescribeMonitorResponse)
1510
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1511
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1512
+ end)
1513
+
1330
1514
  api.add_operation(:describe_predictor, Seahorse::Model::Operation.new.tap do |o|
1331
1515
  o.name = "DescribePredictor"
1332
1516
  o.http_method = "POST"
@@ -1412,6 +1596,12 @@ module Aws::ForecastService
1412
1596
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilitiesResponse)
1413
1597
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1414
1598
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1599
+ o[:pager] = Aws::Pager.new(
1600
+ limit_key: "max_results",
1601
+ tokens: {
1602
+ "next_token" => "next_token"
1603
+ }
1604
+ )
1415
1605
  end)
1416
1606
 
1417
1607
  api.add_operation(:list_explainability_exports, Seahorse::Model::Operation.new.tap do |o|
@@ -1422,6 +1612,12 @@ module Aws::ForecastService
1422
1612
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilityExportsResponse)
1423
1613
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1424
1614
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1615
+ o[:pager] = Aws::Pager.new(
1616
+ limit_key: "max_results",
1617
+ tokens: {
1618
+ "next_token" => "next_token"
1619
+ }
1620
+ )
1425
1621
  end)
1426
1622
 
1427
1623
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -1456,6 +1652,39 @@ module Aws::ForecastService
1456
1652
  )
1457
1653
  end)
1458
1654
 
1655
+ api.add_operation(:list_monitor_evaluations, Seahorse::Model::Operation.new.tap do |o|
1656
+ o.name = "ListMonitorEvaluations"
1657
+ o.http_method = "POST"
1658
+ o.http_request_uri = "/"
1659
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsRequest)
1660
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsResponse)
1661
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1663
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1664
+ o[:pager] = Aws::Pager.new(
1665
+ limit_key: "max_results",
1666
+ tokens: {
1667
+ "next_token" => "next_token"
1668
+ }
1669
+ )
1670
+ end)
1671
+
1672
+ api.add_operation(:list_monitors, Seahorse::Model::Operation.new.tap do |o|
1673
+ o.name = "ListMonitors"
1674
+ o.http_method = "POST"
1675
+ o.http_request_uri = "/"
1676
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorsRequest)
1677
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorsResponse)
1678
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1679
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1680
+ o[:pager] = Aws::Pager.new(
1681
+ limit_key: "max_results",
1682
+ tokens: {
1683
+ "next_token" => "next_token"
1684
+ }
1685
+ )
1686
+ end)
1687
+
1459
1688
  api.add_operation(:list_predictor_backtest_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1460
1689
  o.name = "ListPredictorBacktestExportJobs"
1461
1690
  o.http_method = "POST"
@@ -1498,6 +1727,18 @@ module Aws::ForecastService
1498
1727
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1499
1728
  end)
1500
1729
 
1730
+ api.add_operation(:resume_resource, Seahorse::Model::Operation.new.tap do |o|
1731
+ o.name = "ResumeResource"
1732
+ o.http_method = "POST"
1733
+ o.http_request_uri = "/"
1734
+ o.input = Shapes::ShapeRef.new(shape: ResumeResourceRequest)
1735
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1736
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1737
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1740
+ end)
1741
+
1501
1742
  api.add_operation(:stop_resource, Seahorse::Model::Operation.new.tap do |o|
1502
1743
  o.name = "StopResource"
1503
1744
  o.http_method = "POST"