aws-sdk-forecastservice 1.33.0 → 1.34.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')
@@ -64,6 +69,7 @@ module Aws::ForecastService
64
69
  DeleteExplainabilityRequest = Shapes::StructureShape.new(name: 'DeleteExplainabilityRequest')
65
70
  DeleteForecastExportJobRequest = Shapes::StructureShape.new(name: 'DeleteForecastExportJobRequest')
66
71
  DeleteForecastRequest = Shapes::StructureShape.new(name: 'DeleteForecastRequest')
72
+ DeleteMonitorRequest = Shapes::StructureShape.new(name: 'DeleteMonitorRequest')
67
73
  DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
68
74
  DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
69
75
  DeleteResourceTreeRequest = Shapes::StructureShape.new(name: 'DeleteResourceTreeRequest')
@@ -83,10 +89,13 @@ module Aws::ForecastService
83
89
  DescribeForecastExportJobResponse = Shapes::StructureShape.new(name: 'DescribeForecastExportJobResponse')
84
90
  DescribeForecastRequest = Shapes::StructureShape.new(name: 'DescribeForecastRequest')
85
91
  DescribeForecastResponse = Shapes::StructureShape.new(name: 'DescribeForecastResponse')
92
+ DescribeMonitorRequest = Shapes::StructureShape.new(name: 'DescribeMonitorRequest')
93
+ DescribeMonitorResponse = Shapes::StructureShape.new(name: 'DescribeMonitorResponse')
86
94
  DescribePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobRequest')
87
95
  DescribePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobResponse')
88
96
  DescribePredictorRequest = Shapes::StructureShape.new(name: 'DescribePredictorRequest')
89
97
  DescribePredictorResponse = Shapes::StructureShape.new(name: 'DescribePredictorResponse')
98
+ Detail = Shapes::StringShape.new(name: 'Detail')
90
99
  Domain = Shapes::StringShape.new(name: 'Domain')
91
100
  Double = Shapes::FloatShape.new(name: 'Double')
92
101
  EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
@@ -95,6 +104,7 @@ module Aws::ForecastService
95
104
  ErrorMetrics = Shapes::ListShape.new(name: 'ErrorMetrics')
96
105
  EvaluationParameters = Shapes::StructureShape.new(name: 'EvaluationParameters')
97
106
  EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
107
+ EvaluationState = Shapes::StringShape.new(name: 'EvaluationState')
98
108
  EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
99
109
  Explainabilities = Shapes::ListShape.new(name: 'Explainabilities')
100
110
  ExplainabilityConfig = Shapes::StructureShape.new(name: 'ExplainabilityConfig')
@@ -147,6 +157,10 @@ module Aws::ForecastService
147
157
  ListForecastExportJobsResponse = Shapes::StructureShape.new(name: 'ListForecastExportJobsResponse')
148
158
  ListForecastsRequest = Shapes::StructureShape.new(name: 'ListForecastsRequest')
149
159
  ListForecastsResponse = Shapes::StructureShape.new(name: 'ListForecastsResponse')
160
+ ListMonitorEvaluationsRequest = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsRequest')
161
+ ListMonitorEvaluationsResponse = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsResponse')
162
+ ListMonitorsRequest = Shapes::StructureShape.new(name: 'ListMonitorsRequest')
163
+ ListMonitorsResponse = Shapes::StructureShape.new(name: 'ListMonitorsResponse')
150
164
  ListPredictorBacktestExportJobsRequest = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsRequest')
151
165
  ListPredictorBacktestExportJobsResponse = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsResponse')
152
166
  ListPredictorsRequest = Shapes::StructureShape.new(name: 'ListPredictorsRequest')
@@ -157,7 +171,15 @@ module Aws::ForecastService
157
171
  Long = Shapes::IntegerShape.new(name: 'Long')
158
172
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
159
173
  Message = Shapes::StringShape.new(name: 'Message')
174
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
175
+ MetricResult = Shapes::StructureShape.new(name: 'MetricResult')
176
+ MetricResults = Shapes::ListShape.new(name: 'MetricResults')
160
177
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
178
+ MonitorConfig = Shapes::StructureShape.new(name: 'MonitorConfig')
179
+ MonitorDataSource = Shapes::StructureShape.new(name: 'MonitorDataSource')
180
+ MonitorInfo = Shapes::StructureShape.new(name: 'MonitorInfo')
181
+ MonitorSummary = Shapes::StructureShape.new(name: 'MonitorSummary')
182
+ Monitors = Shapes::ListShape.new(name: 'Monitors')
161
183
  Name = Shapes::StringShape.new(name: 'Name')
162
184
  NextToken = Shapes::StringShape.new(name: 'NextToken')
163
185
  OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
@@ -166,16 +188,21 @@ module Aws::ForecastService
166
188
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
167
189
  PredictorBacktestExportJobSummary = Shapes::StructureShape.new(name: 'PredictorBacktestExportJobSummary')
168
190
  PredictorBacktestExportJobs = Shapes::ListShape.new(name: 'PredictorBacktestExportJobs')
191
+ PredictorBaseline = Shapes::StructureShape.new(name: 'PredictorBaseline')
169
192
  PredictorEvaluationResults = Shapes::ListShape.new(name: 'PredictorEvaluationResults')
193
+ PredictorEvent = Shapes::StructureShape.new(name: 'PredictorEvent')
170
194
  PredictorExecution = Shapes::StructureShape.new(name: 'PredictorExecution')
171
195
  PredictorExecutionDetails = Shapes::StructureShape.new(name: 'PredictorExecutionDetails')
172
196
  PredictorExecutions = Shapes::ListShape.new(name: 'PredictorExecutions')
197
+ PredictorMonitorEvaluation = Shapes::StructureShape.new(name: 'PredictorMonitorEvaluation')
198
+ PredictorMonitorEvaluations = Shapes::ListShape.new(name: 'PredictorMonitorEvaluations')
173
199
  PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
174
200
  Predictors = Shapes::ListShape.new(name: 'Predictors')
175
201
  ReferencePredictorSummary = Shapes::StructureShape.new(name: 'ReferencePredictorSummary')
176
202
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
177
203
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
178
204
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
205
+ ResumeResourceRequest = Shapes::StructureShape.new(name: 'ResumeResourceRequest')
179
206
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
180
207
  S3Path = Shapes::StringShape.new(name: 'S3Path')
181
208
  ScalingType = Shapes::StringShape.new(name: 'ScalingType')
@@ -231,6 +258,15 @@ module Aws::ForecastService
231
258
 
232
259
  AttributeConfigs.member = Shapes::ShapeRef.new(shape: AttributeConfig)
233
260
 
261
+ Baseline.add_member(:predictor_baseline, Shapes::ShapeRef.new(shape: PredictorBaseline, location_name: "PredictorBaseline"))
262
+ Baseline.struct_class = Types::Baseline
263
+
264
+ BaselineMetric.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
265
+ BaselineMetric.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value"))
266
+ BaselineMetric.struct_class = Types::BaselineMetric
267
+
268
+ BaselineMetrics.member = Shapes::ShapeRef.new(shape: BaselineMetric)
269
+
234
270
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
235
271
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
236
272
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
@@ -259,6 +295,7 @@ module Aws::ForecastService
259
295
  CreateAutoPredictorRequest.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
260
296
  CreateAutoPredictorRequest.add_member(:explain_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExplainPredictor"))
261
297
  CreateAutoPredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
298
+ CreateAutoPredictorRequest.add_member(:monitor_config, Shapes::ShapeRef.new(shape: MonitorConfig, location_name: "MonitorConfig"))
262
299
  CreateAutoPredictorRequest.struct_class = Types::CreateAutoPredictorRequest
263
300
 
264
301
  CreateAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
@@ -339,6 +376,14 @@ module Aws::ForecastService
339
376
  CreateForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
340
377
  CreateForecastResponse.struct_class = Types::CreateForecastResponse
341
378
 
379
+ CreateMonitorRequest.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
380
+ CreateMonitorRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
381
+ CreateMonitorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
382
+ CreateMonitorRequest.struct_class = Types::CreateMonitorRequest
383
+
384
+ CreateMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
385
+ CreateMonitorResponse.struct_class = Types::CreateMonitorResponse
386
+
342
387
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "PredictorBacktestExportJobName"))
343
388
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
344
389
  CreatePredictorBacktestExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
@@ -429,6 +474,9 @@ module Aws::ForecastService
429
474
  DeleteForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
430
475
  DeleteForecastRequest.struct_class = Types::DeleteForecastRequest
431
476
 
477
+ DeleteMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
478
+ DeleteMonitorRequest.struct_class = Types::DeleteMonitorRequest
479
+
432
480
  DeletePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
433
481
  DeletePredictorBacktestExportJobRequest.struct_class = Types::DeletePredictorBacktestExportJobRequest
434
482
 
@@ -458,6 +506,7 @@ module Aws::ForecastService
458
506
  DescribeAutoPredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
459
507
  DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
460
508
  DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
509
+ DescribeAutoPredictorResponse.add_member(:monitor_info, Shapes::ShapeRef.new(shape: MonitorInfo, location_name: "MonitorInfo"))
461
510
  DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
462
511
 
463
512
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
@@ -567,6 +616,22 @@ module Aws::ForecastService
567
616
  DescribeForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
568
617
  DescribeForecastResponse.struct_class = Types::DescribeForecastResponse
569
618
 
619
+ DescribeMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
620
+ DescribeMonitorRequest.struct_class = Types::DescribeMonitorRequest
621
+
622
+ DescribeMonitorResponse.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
623
+ DescribeMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
624
+ DescribeMonitorResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
625
+ DescribeMonitorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
626
+ DescribeMonitorResponse.add_member(:last_evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastEvaluationTime"))
627
+ DescribeMonitorResponse.add_member(:last_evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "LastEvaluationState"))
628
+ DescribeMonitorResponse.add_member(:baseline, Shapes::ShapeRef.new(shape: Baseline, location_name: "Baseline"))
629
+ DescribeMonitorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
630
+ DescribeMonitorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
631
+ DescribeMonitorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
632
+ DescribeMonitorResponse.add_member(:estimated_evaluation_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedEvaluationTimeRemainingInMinutes"))
633
+ DescribeMonitorResponse.struct_class = Types::DescribeMonitorResponse
634
+
570
635
  DescribePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
571
636
  DescribePredictorBacktestExportJobRequest.struct_class = Types::DescribePredictorBacktestExportJobRequest
572
637
 
@@ -813,6 +878,25 @@ module Aws::ForecastService
813
878
  ListForecastsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
814
879
  ListForecastsResponse.struct_class = Types::ListForecastsResponse
815
880
 
881
+ ListMonitorEvaluationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
882
+ ListMonitorEvaluationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
883
+ ListMonitorEvaluationsRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
884
+ ListMonitorEvaluationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
885
+ ListMonitorEvaluationsRequest.struct_class = Types::ListMonitorEvaluationsRequest
886
+
887
+ ListMonitorEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
888
+ ListMonitorEvaluationsResponse.add_member(:predictor_monitor_evaluations, Shapes::ShapeRef.new(shape: PredictorMonitorEvaluations, location_name: "PredictorMonitorEvaluations"))
889
+ ListMonitorEvaluationsResponse.struct_class = Types::ListMonitorEvaluationsResponse
890
+
891
+ ListMonitorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
892
+ ListMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
893
+ ListMonitorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
894
+ ListMonitorsRequest.struct_class = Types::ListMonitorsRequest
895
+
896
+ ListMonitorsResponse.add_member(:monitors, Shapes::ShapeRef.new(shape: Monitors, location_name: "Monitors"))
897
+ ListMonitorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
898
+ ListMonitorsResponse.struct_class = Types::ListMonitorsResponse
899
+
816
900
  ListPredictorBacktestExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
817
901
  ListPredictorBacktestExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
818
902
  ListPredictorBacktestExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -837,12 +921,40 @@ module Aws::ForecastService
837
921
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
838
922
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
839
923
 
924
+ MetricResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
925
+ MetricResult.add_member(:metric_value, Shapes::ShapeRef.new(shape: Double, location_name: "MetricValue"))
926
+ MetricResult.struct_class = Types::MetricResult
927
+
928
+ MetricResults.member = Shapes::ShapeRef.new(shape: MetricResult)
929
+
840
930
  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
931
  Metrics.add_member(:weighted_quantile_losses, Shapes::ShapeRef.new(shape: WeightedQuantileLosses, location_name: "WeightedQuantileLosses"))
842
932
  Metrics.add_member(:error_metrics, Shapes::ShapeRef.new(shape: ErrorMetrics, location_name: "ErrorMetrics"))
843
933
  Metrics.add_member(:average_weighted_quantile_loss, Shapes::ShapeRef.new(shape: Double, location_name: "AverageWeightedQuantileLoss"))
844
934
  Metrics.struct_class = Types::Metrics
845
935
 
936
+ MonitorConfig.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
937
+ MonitorConfig.struct_class = Types::MonitorConfig
938
+
939
+ MonitorDataSource.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
940
+ MonitorDataSource.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
941
+ MonitorDataSource.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
942
+ MonitorDataSource.struct_class = Types::MonitorDataSource
943
+
944
+ MonitorInfo.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
945
+ MonitorInfo.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
946
+ MonitorInfo.struct_class = Types::MonitorInfo
947
+
948
+ MonitorSummary.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
949
+ MonitorSummary.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
950
+ MonitorSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
951
+ MonitorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
952
+ MonitorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
953
+ MonitorSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
954
+ MonitorSummary.struct_class = Types::MonitorSummary
955
+
956
+ Monitors.member = Shapes::ShapeRef.new(shape: MonitorSummary)
957
+
846
958
  ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
847
959
  ParameterRanges.add_member(:continuous_parameter_ranges, Shapes::ShapeRef.new(shape: ContinuousParameterRanges, location_name: "ContinuousParameterRanges"))
848
960
  ParameterRanges.add_member(:integer_parameter_ranges, Shapes::ShapeRef.new(shape: IntegerParameterRanges, location_name: "IntegerParameterRanges"))
@@ -859,8 +971,15 @@ module Aws::ForecastService
859
971
 
860
972
  PredictorBacktestExportJobs.member = Shapes::ShapeRef.new(shape: PredictorBacktestExportJobSummary)
861
973
 
974
+ PredictorBaseline.add_member(:baseline_metrics, Shapes::ShapeRef.new(shape: BaselineMetrics, location_name: "BaselineMetrics"))
975
+ PredictorBaseline.struct_class = Types::PredictorBaseline
976
+
862
977
  PredictorEvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
863
978
 
979
+ PredictorEvent.add_member(:detail, Shapes::ShapeRef.new(shape: Detail, location_name: "Detail"))
980
+ PredictorEvent.add_member(:datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Datetime"))
981
+ PredictorEvent.struct_class = Types::PredictorEvent
982
+
864
983
  PredictorExecution.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
865
984
  PredictorExecution.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindowDetails, location_name: "TestWindows"))
866
985
  PredictorExecution.struct_class = Types::PredictorExecution
@@ -870,6 +989,21 @@ module Aws::ForecastService
870
989
 
871
990
  PredictorExecutions.member = Shapes::ShapeRef.new(shape: PredictorExecution)
872
991
 
992
+ PredictorMonitorEvaluation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
993
+ PredictorMonitorEvaluation.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
994
+ PredictorMonitorEvaluation.add_member(:evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EvaluationTime"))
995
+ PredictorMonitorEvaluation.add_member(:evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "EvaluationState"))
996
+ PredictorMonitorEvaluation.add_member(:window_start_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowStartDatetime"))
997
+ PredictorMonitorEvaluation.add_member(:window_end_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowEndDatetime"))
998
+ PredictorMonitorEvaluation.add_member(:predictor_event, Shapes::ShapeRef.new(shape: PredictorEvent, location_name: "PredictorEvent"))
999
+ PredictorMonitorEvaluation.add_member(:monitor_data_source, Shapes::ShapeRef.new(shape: MonitorDataSource, location_name: "MonitorDataSource"))
1000
+ PredictorMonitorEvaluation.add_member(:metric_results, Shapes::ShapeRef.new(shape: MetricResults, location_name: "MetricResults"))
1001
+ PredictorMonitorEvaluation.add_member(:num_items_evaluated, Shapes::ShapeRef.new(shape: Long, location_name: "NumItemsEvaluated"))
1002
+ PredictorMonitorEvaluation.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1003
+ PredictorMonitorEvaluation.struct_class = Types::PredictorMonitorEvaluation
1004
+
1005
+ PredictorMonitorEvaluations.member = Shapes::ShapeRef.new(shape: PredictorMonitorEvaluation)
1006
+
873
1007
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
874
1008
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
875
1009
  PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
@@ -896,6 +1030,9 @@ module Aws::ForecastService
896
1030
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
897
1031
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
898
1032
 
1033
+ ResumeResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
1034
+ ResumeResourceRequest.struct_class = Types::ResumeResourceRequest
1035
+
899
1036
  S3Config.add_member(:path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "Path"))
900
1037
  S3Config.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
901
1038
  S3Config.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
@@ -1111,6 +1248,19 @@ module Aws::ForecastService
1111
1248
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1112
1249
  end)
1113
1250
 
1251
+ api.add_operation(:create_monitor, Seahorse::Model::Operation.new.tap do |o|
1252
+ o.name = "CreateMonitor"
1253
+ o.http_method = "POST"
1254
+ o.http_request_uri = "/"
1255
+ o.input = Shapes::ShapeRef.new(shape: CreateMonitorRequest)
1256
+ o.output = Shapes::ShapeRef.new(shape: CreateMonitorResponse)
1257
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1262
+ end)
1263
+
1114
1264
  api.add_operation(:create_predictor, Seahorse::Model::Operation.new.tap do |o|
1115
1265
  o.name = "CreatePredictor"
1116
1266
  o.http_method = "POST"
@@ -1214,6 +1364,17 @@ module Aws::ForecastService
1214
1364
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1215
1365
  end)
1216
1366
 
1367
+ api.add_operation(:delete_monitor, Seahorse::Model::Operation.new.tap do |o|
1368
+ o.name = "DeleteMonitor"
1369
+ o.http_method = "POST"
1370
+ o.http_request_uri = "/"
1371
+ o.input = Shapes::ShapeRef.new(shape: DeleteMonitorRequest)
1372
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1374
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1375
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1376
+ end)
1377
+
1217
1378
  api.add_operation(:delete_predictor, Seahorse::Model::Operation.new.tap do |o|
1218
1379
  o.name = "DeletePredictor"
1219
1380
  o.http_method = "POST"
@@ -1327,6 +1488,16 @@ module Aws::ForecastService
1327
1488
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
1489
  end)
1329
1490
 
1491
+ api.add_operation(:describe_monitor, Seahorse::Model::Operation.new.tap do |o|
1492
+ o.name = "DescribeMonitor"
1493
+ o.http_method = "POST"
1494
+ o.http_request_uri = "/"
1495
+ o.input = Shapes::ShapeRef.new(shape: DescribeMonitorRequest)
1496
+ o.output = Shapes::ShapeRef.new(shape: DescribeMonitorResponse)
1497
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1499
+ end)
1500
+
1330
1501
  api.add_operation(:describe_predictor, Seahorse::Model::Operation.new.tap do |o|
1331
1502
  o.name = "DescribePredictor"
1332
1503
  o.http_method = "POST"
@@ -1412,6 +1583,12 @@ module Aws::ForecastService
1412
1583
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilitiesResponse)
1413
1584
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1414
1585
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1586
+ o[:pager] = Aws::Pager.new(
1587
+ limit_key: "max_results",
1588
+ tokens: {
1589
+ "next_token" => "next_token"
1590
+ }
1591
+ )
1415
1592
  end)
1416
1593
 
1417
1594
  api.add_operation(:list_explainability_exports, Seahorse::Model::Operation.new.tap do |o|
@@ -1422,6 +1599,12 @@ module Aws::ForecastService
1422
1599
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilityExportsResponse)
1423
1600
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1424
1601
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1602
+ o[:pager] = Aws::Pager.new(
1603
+ limit_key: "max_results",
1604
+ tokens: {
1605
+ "next_token" => "next_token"
1606
+ }
1607
+ )
1425
1608
  end)
1426
1609
 
1427
1610
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -1456,6 +1639,39 @@ module Aws::ForecastService
1456
1639
  )
1457
1640
  end)
1458
1641
 
1642
+ api.add_operation(:list_monitor_evaluations, Seahorse::Model::Operation.new.tap do |o|
1643
+ o.name = "ListMonitorEvaluations"
1644
+ o.http_method = "POST"
1645
+ o.http_request_uri = "/"
1646
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsRequest)
1647
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsResponse)
1648
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1649
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1651
+ o[:pager] = Aws::Pager.new(
1652
+ limit_key: "max_results",
1653
+ tokens: {
1654
+ "next_token" => "next_token"
1655
+ }
1656
+ )
1657
+ end)
1658
+
1659
+ api.add_operation(:list_monitors, Seahorse::Model::Operation.new.tap do |o|
1660
+ o.name = "ListMonitors"
1661
+ o.http_method = "POST"
1662
+ o.http_request_uri = "/"
1663
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorsRequest)
1664
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorsResponse)
1665
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1667
+ o[:pager] = Aws::Pager.new(
1668
+ limit_key: "max_results",
1669
+ tokens: {
1670
+ "next_token" => "next_token"
1671
+ }
1672
+ )
1673
+ end)
1674
+
1459
1675
  api.add_operation(:list_predictor_backtest_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1460
1676
  o.name = "ListPredictorBacktestExportJobs"
1461
1677
  o.http_method = "POST"
@@ -1498,6 +1714,18 @@ module Aws::ForecastService
1498
1714
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1499
1715
  end)
1500
1716
 
1717
+ api.add_operation(:resume_resource, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "ResumeResource"
1719
+ o.http_method = "POST"
1720
+ o.http_request_uri = "/"
1721
+ o.input = Shapes::ShapeRef.new(shape: ResumeResourceRequest)
1722
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1723
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1726
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1727
+ end)
1728
+
1501
1729
  api.add_operation(:stop_resource, Seahorse::Model::Operation.new.tap do |o|
1502
1730
  o.name = "StopResource"
1503
1731
  o.http_method = "POST"