aws-sdk-forecastservice 1.33.0 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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')
@@ -120,10 +132,12 @@ module Aws::ForecastService
120
132
  ForecastType = Shapes::StringShape.new(name: 'ForecastType')
121
133
  ForecastTypes = Shapes::ListShape.new(name: 'ForecastTypes')
122
134
  Forecasts = Shapes::ListShape.new(name: 'Forecasts')
135
+ Format = Shapes::StringShape.new(name: 'Format')
123
136
  Frequency = Shapes::StringShape.new(name: 'Frequency')
124
137
  GeolocationFormat = Shapes::StringShape.new(name: 'GeolocationFormat')
125
138
  GetAccuracyMetricsRequest = Shapes::StructureShape.new(name: 'GetAccuracyMetricsRequest')
126
139
  GetAccuracyMetricsResponse = Shapes::StructureShape.new(name: 'GetAccuracyMetricsResponse')
140
+ Hour = Shapes::IntegerShape.new(name: 'Hour')
127
141
  HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
128
142
  InputDataConfig = Shapes::StructureShape.new(name: 'InputDataConfig')
129
143
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -147,6 +161,10 @@ module Aws::ForecastService
147
161
  ListForecastExportJobsResponse = Shapes::StructureShape.new(name: 'ListForecastExportJobsResponse')
148
162
  ListForecastsRequest = Shapes::StructureShape.new(name: 'ListForecastsRequest')
149
163
  ListForecastsResponse = Shapes::StructureShape.new(name: 'ListForecastsResponse')
164
+ ListMonitorEvaluationsRequest = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsRequest')
165
+ ListMonitorEvaluationsResponse = Shapes::StructureShape.new(name: 'ListMonitorEvaluationsResponse')
166
+ ListMonitorsRequest = Shapes::StructureShape.new(name: 'ListMonitorsRequest')
167
+ ListMonitorsResponse = Shapes::StructureShape.new(name: 'ListMonitorsResponse')
150
168
  ListPredictorBacktestExportJobsRequest = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsRequest')
151
169
  ListPredictorBacktestExportJobsResponse = Shapes::StructureShape.new(name: 'ListPredictorBacktestExportJobsResponse')
152
170
  ListPredictorsRequest = Shapes::StructureShape.new(name: 'ListPredictorsRequest')
@@ -157,7 +175,16 @@ module Aws::ForecastService
157
175
  Long = Shapes::IntegerShape.new(name: 'Long')
158
176
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
159
177
  Message = Shapes::StringShape.new(name: 'Message')
178
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
179
+ MetricResult = Shapes::StructureShape.new(name: 'MetricResult')
180
+ MetricResults = Shapes::ListShape.new(name: 'MetricResults')
160
181
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
182
+ MonitorConfig = Shapes::StructureShape.new(name: 'MonitorConfig')
183
+ MonitorDataSource = Shapes::StructureShape.new(name: 'MonitorDataSource')
184
+ MonitorInfo = Shapes::StructureShape.new(name: 'MonitorInfo')
185
+ MonitorSummary = Shapes::StructureShape.new(name: 'MonitorSummary')
186
+ Monitors = Shapes::ListShape.new(name: 'Monitors')
187
+ Month = Shapes::StringShape.new(name: 'Month')
161
188
  Name = Shapes::StringShape.new(name: 'Name')
162
189
  NextToken = Shapes::StringShape.new(name: 'NextToken')
163
190
  OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
@@ -166,16 +193,21 @@ module Aws::ForecastService
166
193
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
167
194
  PredictorBacktestExportJobSummary = Shapes::StructureShape.new(name: 'PredictorBacktestExportJobSummary')
168
195
  PredictorBacktestExportJobs = Shapes::ListShape.new(name: 'PredictorBacktestExportJobs')
196
+ PredictorBaseline = Shapes::StructureShape.new(name: 'PredictorBaseline')
169
197
  PredictorEvaluationResults = Shapes::ListShape.new(name: 'PredictorEvaluationResults')
198
+ PredictorEvent = Shapes::StructureShape.new(name: 'PredictorEvent')
170
199
  PredictorExecution = Shapes::StructureShape.new(name: 'PredictorExecution')
171
200
  PredictorExecutionDetails = Shapes::StructureShape.new(name: 'PredictorExecutionDetails')
172
201
  PredictorExecutions = Shapes::ListShape.new(name: 'PredictorExecutions')
202
+ PredictorMonitorEvaluation = Shapes::StructureShape.new(name: 'PredictorMonitorEvaluation')
203
+ PredictorMonitorEvaluations = Shapes::ListShape.new(name: 'PredictorMonitorEvaluations')
173
204
  PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
174
205
  Predictors = Shapes::ListShape.new(name: 'Predictors')
175
206
  ReferencePredictorSummary = Shapes::StructureShape.new(name: 'ReferencePredictorSummary')
176
207
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
177
208
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
178
209
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
210
+ ResumeResourceRequest = Shapes::StructureShape.new(name: 'ResumeResourceRequest')
179
211
  S3Config = Shapes::StructureShape.new(name: 'S3Config')
180
212
  S3Path = Shapes::StringShape.new(name: 'S3Path')
181
213
  ScalingType = Shapes::StringShape.new(name: 'ScalingType')
@@ -199,8 +231,11 @@ module Aws::ForecastService
199
231
  TestWindowDetails = Shapes::ListShape.new(name: 'TestWindowDetails')
200
232
  TestWindowSummary = Shapes::StructureShape.new(name: 'TestWindowSummary')
201
233
  TestWindows = Shapes::ListShape.new(name: 'TestWindows')
234
+ TimeAlignmentBoundary = Shapes::StructureShape.new(name: 'TimeAlignmentBoundary')
202
235
  TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
203
236
  TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
237
+ TimeSeriesIdentifiers = Shapes::StructureShape.new(name: 'TimeSeriesIdentifiers')
238
+ TimeSeriesSelector = Shapes::StructureShape.new(name: 'TimeSeriesSelector')
204
239
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
205
240
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
206
241
  TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
@@ -231,6 +266,15 @@ module Aws::ForecastService
231
266
 
232
267
  AttributeConfigs.member = Shapes::ShapeRef.new(shape: AttributeConfig)
233
268
 
269
+ Baseline.add_member(:predictor_baseline, Shapes::ShapeRef.new(shape: PredictorBaseline, location_name: "PredictorBaseline"))
270
+ Baseline.struct_class = Types::Baseline
271
+
272
+ BaselineMetric.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
273
+ BaselineMetric.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value"))
274
+ BaselineMetric.struct_class = Types::BaselineMetric
275
+
276
+ BaselineMetrics.member = Shapes::ShapeRef.new(shape: BaselineMetric)
277
+
234
278
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
235
279
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
236
280
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
@@ -259,6 +303,8 @@ module Aws::ForecastService
259
303
  CreateAutoPredictorRequest.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
260
304
  CreateAutoPredictorRequest.add_member(:explain_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExplainPredictor"))
261
305
  CreateAutoPredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
306
+ CreateAutoPredictorRequest.add_member(:monitor_config, Shapes::ShapeRef.new(shape: MonitorConfig, location_name: "MonitorConfig"))
307
+ CreateAutoPredictorRequest.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
262
308
  CreateAutoPredictorRequest.struct_class = Types::CreateAutoPredictorRequest
263
309
 
264
310
  CreateAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
@@ -281,6 +327,7 @@ module Aws::ForecastService
281
327
  CreateDatasetImportJobRequest.add_member(:use_geolocation_for_time_zone, Shapes::ShapeRef.new(shape: UseGeolocationForTimeZone, location_name: "UseGeolocationForTimeZone"))
282
328
  CreateDatasetImportJobRequest.add_member(:geolocation_format, Shapes::ShapeRef.new(shape: GeolocationFormat, location_name: "GeolocationFormat"))
283
329
  CreateDatasetImportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
330
+ CreateDatasetImportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
284
331
  CreateDatasetImportJobRequest.struct_class = Types::CreateDatasetImportJobRequest
285
332
 
286
333
  CreateDatasetImportJobResponse.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
@@ -302,6 +349,7 @@ module Aws::ForecastService
302
349
  CreateExplainabilityExportRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
303
350
  CreateExplainabilityExportRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
304
351
  CreateExplainabilityExportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
352
+ CreateExplainabilityExportRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
305
353
  CreateExplainabilityExportRequest.struct_class = Types::CreateExplainabilityExportRequest
306
354
 
307
355
  CreateExplainabilityExportResponse.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
@@ -325,6 +373,7 @@ module Aws::ForecastService
325
373
  CreateForecastExportJobRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
326
374
  CreateForecastExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
327
375
  CreateForecastExportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
376
+ CreateForecastExportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
328
377
  CreateForecastExportJobRequest.struct_class = Types::CreateForecastExportJobRequest
329
378
 
330
379
  CreateForecastExportJobResponse.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastExportJobArn"))
@@ -334,15 +383,25 @@ module Aws::ForecastService
334
383
  CreateForecastRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
335
384
  CreateForecastRequest.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
336
385
  CreateForecastRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
386
+ CreateForecastRequest.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
337
387
  CreateForecastRequest.struct_class = Types::CreateForecastRequest
338
388
 
339
389
  CreateForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
340
390
  CreateForecastResponse.struct_class = Types::CreateForecastResponse
341
391
 
392
+ CreateMonitorRequest.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
393
+ CreateMonitorRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
394
+ CreateMonitorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
395
+ CreateMonitorRequest.struct_class = Types::CreateMonitorRequest
396
+
397
+ CreateMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
398
+ CreateMonitorResponse.struct_class = Types::CreateMonitorResponse
399
+
342
400
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "PredictorBacktestExportJobName"))
343
401
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
344
402
  CreatePredictorBacktestExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
345
403
  CreatePredictorBacktestExportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
404
+ CreatePredictorBacktestExportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
346
405
  CreatePredictorBacktestExportJobRequest.struct_class = Types::CreatePredictorBacktestExportJobRequest
347
406
 
348
407
  CreatePredictorBacktestExportJobResponse.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorBacktestExportJobArn"))
@@ -429,6 +488,9 @@ module Aws::ForecastService
429
488
  DeleteForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
430
489
  DeleteForecastRequest.struct_class = Types::DeleteForecastRequest
431
490
 
491
+ DeleteMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
492
+ DeleteMonitorRequest.struct_class = Types::DeleteMonitorRequest
493
+
432
494
  DeletePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
433
495
  DeletePredictorBacktestExportJobRequest.struct_class = Types::DeletePredictorBacktestExportJobRequest
434
496
 
@@ -458,6 +520,8 @@ module Aws::ForecastService
458
520
  DescribeAutoPredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
459
521
  DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
460
522
  DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
523
+ DescribeAutoPredictorResponse.add_member(:monitor_info, Shapes::ShapeRef.new(shape: MonitorInfo, location_name: "MonitorInfo"))
524
+ DescribeAutoPredictorResponse.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
461
525
  DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
462
526
 
463
527
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
@@ -490,6 +554,7 @@ module Aws::ForecastService
490
554
  DescribeDatasetImportJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
491
555
  DescribeDatasetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
492
556
  DescribeDatasetImportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
557
+ DescribeDatasetImportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
493
558
  DescribeDatasetImportJobResponse.struct_class = Types::DescribeDatasetImportJobResponse
494
559
 
495
560
  DescribeDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
@@ -518,6 +583,7 @@ module Aws::ForecastService
518
583
  DescribeExplainabilityExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
519
584
  DescribeExplainabilityExportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
520
585
  DescribeExplainabilityExportResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
586
+ DescribeExplainabilityExportResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
521
587
  DescribeExplainabilityExportResponse.struct_class = Types::DescribeExplainabilityExportResponse
522
588
 
523
589
  DescribeExplainabilityRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
@@ -550,6 +616,7 @@ module Aws::ForecastService
550
616
  DescribeForecastExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
551
617
  DescribeForecastExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
552
618
  DescribeForecastExportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
619
+ DescribeForecastExportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
553
620
  DescribeForecastExportJobResponse.struct_class = Types::DescribeForecastExportJobResponse
554
621
 
555
622
  DescribeForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
@@ -565,8 +632,25 @@ module Aws::ForecastService
565
632
  DescribeForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
566
633
  DescribeForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
567
634
  DescribeForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
635
+ DescribeForecastResponse.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
568
636
  DescribeForecastResponse.struct_class = Types::DescribeForecastResponse
569
637
 
638
+ DescribeMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
639
+ DescribeMonitorRequest.struct_class = Types::DescribeMonitorRequest
640
+
641
+ DescribeMonitorResponse.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
642
+ DescribeMonitorResponse.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
643
+ DescribeMonitorResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
644
+ DescribeMonitorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
645
+ DescribeMonitorResponse.add_member(:last_evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastEvaluationTime"))
646
+ DescribeMonitorResponse.add_member(:last_evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "LastEvaluationState"))
647
+ DescribeMonitorResponse.add_member(:baseline, Shapes::ShapeRef.new(shape: Baseline, location_name: "Baseline"))
648
+ DescribeMonitorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
649
+ DescribeMonitorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
650
+ DescribeMonitorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
651
+ DescribeMonitorResponse.add_member(:estimated_evaluation_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedEvaluationTimeRemainingInMinutes"))
652
+ DescribeMonitorResponse.struct_class = Types::DescribeMonitorResponse
653
+
570
654
  DescribePredictorBacktestExportJobRequest.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorBacktestExportJobArn"))
571
655
  DescribePredictorBacktestExportJobRequest.struct_class = Types::DescribePredictorBacktestExportJobRequest
572
656
 
@@ -578,6 +662,7 @@ module Aws::ForecastService
578
662
  DescribePredictorBacktestExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
579
663
  DescribePredictorBacktestExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
580
664
  DescribePredictorBacktestExportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
665
+ DescribePredictorBacktestExportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
581
666
  DescribePredictorBacktestExportJobResponse.struct_class = Types::DescribePredictorBacktestExportJobResponse
582
667
 
583
668
  DescribePredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
@@ -813,6 +898,25 @@ module Aws::ForecastService
813
898
  ListForecastsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
814
899
  ListForecastsResponse.struct_class = Types::ListForecastsResponse
815
900
 
901
+ ListMonitorEvaluationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
902
+ ListMonitorEvaluationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
903
+ ListMonitorEvaluationsRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
904
+ ListMonitorEvaluationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
905
+ ListMonitorEvaluationsRequest.struct_class = Types::ListMonitorEvaluationsRequest
906
+
907
+ ListMonitorEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
908
+ ListMonitorEvaluationsResponse.add_member(:predictor_monitor_evaluations, Shapes::ShapeRef.new(shape: PredictorMonitorEvaluations, location_name: "PredictorMonitorEvaluations"))
909
+ ListMonitorEvaluationsResponse.struct_class = Types::ListMonitorEvaluationsResponse
910
+
911
+ ListMonitorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
912
+ ListMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
913
+ ListMonitorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
914
+ ListMonitorsRequest.struct_class = Types::ListMonitorsRequest
915
+
916
+ ListMonitorsResponse.add_member(:monitors, Shapes::ShapeRef.new(shape: Monitors, location_name: "Monitors"))
917
+ ListMonitorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
918
+ ListMonitorsResponse.struct_class = Types::ListMonitorsResponse
919
+
816
920
  ListPredictorBacktestExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
817
921
  ListPredictorBacktestExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
818
922
  ListPredictorBacktestExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -837,12 +941,40 @@ module Aws::ForecastService
837
941
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
838
942
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
839
943
 
944
+ MetricResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
945
+ MetricResult.add_member(:metric_value, Shapes::ShapeRef.new(shape: Double, location_name: "MetricValue"))
946
+ MetricResult.struct_class = Types::MetricResult
947
+
948
+ MetricResults.member = Shapes::ShapeRef.new(shape: MetricResult)
949
+
840
950
  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
951
  Metrics.add_member(:weighted_quantile_losses, Shapes::ShapeRef.new(shape: WeightedQuantileLosses, location_name: "WeightedQuantileLosses"))
842
952
  Metrics.add_member(:error_metrics, Shapes::ShapeRef.new(shape: ErrorMetrics, location_name: "ErrorMetrics"))
843
953
  Metrics.add_member(:average_weighted_quantile_loss, Shapes::ShapeRef.new(shape: Double, location_name: "AverageWeightedQuantileLoss"))
844
954
  Metrics.struct_class = Types::Metrics
845
955
 
956
+ MonitorConfig.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "MonitorName"))
957
+ MonitorConfig.struct_class = Types::MonitorConfig
958
+
959
+ MonitorDataSource.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
960
+ MonitorDataSource.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
961
+ MonitorDataSource.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
962
+ MonitorDataSource.struct_class = Types::MonitorDataSource
963
+
964
+ MonitorInfo.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
965
+ MonitorInfo.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
966
+ MonitorInfo.struct_class = Types::MonitorInfo
967
+
968
+ MonitorSummary.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
969
+ MonitorSummary.add_member(:monitor_name, Shapes::ShapeRef.new(shape: Name, location_name: "MonitorName"))
970
+ MonitorSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
971
+ MonitorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
972
+ MonitorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
973
+ MonitorSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
974
+ MonitorSummary.struct_class = Types::MonitorSummary
975
+
976
+ Monitors.member = Shapes::ShapeRef.new(shape: MonitorSummary)
977
+
846
978
  ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
847
979
  ParameterRanges.add_member(:continuous_parameter_ranges, Shapes::ShapeRef.new(shape: ContinuousParameterRanges, location_name: "ContinuousParameterRanges"))
848
980
  ParameterRanges.add_member(:integer_parameter_ranges, Shapes::ShapeRef.new(shape: IntegerParameterRanges, location_name: "IntegerParameterRanges"))
@@ -859,8 +991,15 @@ module Aws::ForecastService
859
991
 
860
992
  PredictorBacktestExportJobs.member = Shapes::ShapeRef.new(shape: PredictorBacktestExportJobSummary)
861
993
 
994
+ PredictorBaseline.add_member(:baseline_metrics, Shapes::ShapeRef.new(shape: BaselineMetrics, location_name: "BaselineMetrics"))
995
+ PredictorBaseline.struct_class = Types::PredictorBaseline
996
+
862
997
  PredictorEvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
863
998
 
999
+ PredictorEvent.add_member(:detail, Shapes::ShapeRef.new(shape: Detail, location_name: "Detail"))
1000
+ PredictorEvent.add_member(:datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Datetime"))
1001
+ PredictorEvent.struct_class = Types::PredictorEvent
1002
+
864
1003
  PredictorExecution.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
865
1004
  PredictorExecution.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindowDetails, location_name: "TestWindows"))
866
1005
  PredictorExecution.struct_class = Types::PredictorExecution
@@ -870,6 +1009,21 @@ module Aws::ForecastService
870
1009
 
871
1010
  PredictorExecutions.member = Shapes::ShapeRef.new(shape: PredictorExecution)
872
1011
 
1012
+ PredictorMonitorEvaluation.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
1013
+ PredictorMonitorEvaluation.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "MonitorArn"))
1014
+ PredictorMonitorEvaluation.add_member(:evaluation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EvaluationTime"))
1015
+ PredictorMonitorEvaluation.add_member(:evaluation_state, Shapes::ShapeRef.new(shape: EvaluationState, location_name: "EvaluationState"))
1016
+ PredictorMonitorEvaluation.add_member(:window_start_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowStartDatetime"))
1017
+ PredictorMonitorEvaluation.add_member(:window_end_datetime, Shapes::ShapeRef.new(shape: Timestamp, location_name: "WindowEndDatetime"))
1018
+ PredictorMonitorEvaluation.add_member(:predictor_event, Shapes::ShapeRef.new(shape: PredictorEvent, location_name: "PredictorEvent"))
1019
+ PredictorMonitorEvaluation.add_member(:monitor_data_source, Shapes::ShapeRef.new(shape: MonitorDataSource, location_name: "MonitorDataSource"))
1020
+ PredictorMonitorEvaluation.add_member(:metric_results, Shapes::ShapeRef.new(shape: MetricResults, location_name: "MetricResults"))
1021
+ PredictorMonitorEvaluation.add_member(:num_items_evaluated, Shapes::ShapeRef.new(shape: Long, location_name: "NumItemsEvaluated"))
1022
+ PredictorMonitorEvaluation.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
1023
+ PredictorMonitorEvaluation.struct_class = Types::PredictorMonitorEvaluation
1024
+
1025
+ PredictorMonitorEvaluations.member = Shapes::ShapeRef.new(shape: PredictorMonitorEvaluation)
1026
+
873
1027
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
874
1028
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
875
1029
  PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
@@ -896,6 +1050,9 @@ module Aws::ForecastService
896
1050
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
897
1051
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
898
1052
 
1053
+ ResumeResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
1054
+ ResumeResourceRequest.struct_class = Types::ResumeResourceRequest
1055
+
899
1056
  S3Config.add_member(:path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "Path"))
900
1057
  S3Config.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
901
1058
  S3Config.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
@@ -957,6 +1114,20 @@ module Aws::ForecastService
957
1114
 
958
1115
  TestWindows.member = Shapes::ShapeRef.new(shape: WindowSummary)
959
1116
 
1117
+ TimeAlignmentBoundary.add_member(:month, Shapes::ShapeRef.new(shape: Month, location_name: "Month"))
1118
+ TimeAlignmentBoundary.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
1119
+ TimeAlignmentBoundary.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
1120
+ TimeAlignmentBoundary.add_member(:hour, Shapes::ShapeRef.new(shape: Hour, location_name: "Hour"))
1121
+ TimeAlignmentBoundary.struct_class = Types::TimeAlignmentBoundary
1122
+
1123
+ TimeSeriesIdentifiers.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
1124
+ TimeSeriesIdentifiers.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
1125
+ TimeSeriesIdentifiers.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
1126
+ TimeSeriesIdentifiers.struct_class = Types::TimeSeriesIdentifiers
1127
+
1128
+ TimeSeriesSelector.add_member(:time_series_identifiers, Shapes::ShapeRef.new(shape: TimeSeriesIdentifiers, location_name: "TimeSeriesIdentifiers"))
1129
+ TimeSeriesSelector.struct_class = Types::TimeSeriesSelector
1130
+
960
1131
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
961
1132
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
962
1133
 
@@ -1111,6 +1282,19 @@ module Aws::ForecastService
1111
1282
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1112
1283
  end)
1113
1284
 
1285
+ api.add_operation(:create_monitor, Seahorse::Model::Operation.new.tap do |o|
1286
+ o.name = "CreateMonitor"
1287
+ o.http_method = "POST"
1288
+ o.http_request_uri = "/"
1289
+ o.input = Shapes::ShapeRef.new(shape: CreateMonitorRequest)
1290
+ o.output = Shapes::ShapeRef.new(shape: CreateMonitorResponse)
1291
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1292
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1293
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1294
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1296
+ end)
1297
+
1114
1298
  api.add_operation(:create_predictor, Seahorse::Model::Operation.new.tap do |o|
1115
1299
  o.name = "CreatePredictor"
1116
1300
  o.http_method = "POST"
@@ -1214,6 +1398,17 @@ module Aws::ForecastService
1214
1398
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1215
1399
  end)
1216
1400
 
1401
+ api.add_operation(:delete_monitor, Seahorse::Model::Operation.new.tap do |o|
1402
+ o.name = "DeleteMonitor"
1403
+ o.http_method = "POST"
1404
+ o.http_request_uri = "/"
1405
+ o.input = Shapes::ShapeRef.new(shape: DeleteMonitorRequest)
1406
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1407
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1410
+ end)
1411
+
1217
1412
  api.add_operation(:delete_predictor, Seahorse::Model::Operation.new.tap do |o|
1218
1413
  o.name = "DeletePredictor"
1219
1414
  o.http_method = "POST"
@@ -1327,6 +1522,16 @@ module Aws::ForecastService
1327
1522
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
1523
  end)
1329
1524
 
1525
+ api.add_operation(:describe_monitor, Seahorse::Model::Operation.new.tap do |o|
1526
+ o.name = "DescribeMonitor"
1527
+ o.http_method = "POST"
1528
+ o.http_request_uri = "/"
1529
+ o.input = Shapes::ShapeRef.new(shape: DescribeMonitorRequest)
1530
+ o.output = Shapes::ShapeRef.new(shape: DescribeMonitorResponse)
1531
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1532
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1533
+ end)
1534
+
1330
1535
  api.add_operation(:describe_predictor, Seahorse::Model::Operation.new.tap do |o|
1331
1536
  o.name = "DescribePredictor"
1332
1537
  o.http_method = "POST"
@@ -1412,6 +1617,12 @@ module Aws::ForecastService
1412
1617
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilitiesResponse)
1413
1618
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1414
1619
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1620
+ o[:pager] = Aws::Pager.new(
1621
+ limit_key: "max_results",
1622
+ tokens: {
1623
+ "next_token" => "next_token"
1624
+ }
1625
+ )
1415
1626
  end)
1416
1627
 
1417
1628
  api.add_operation(:list_explainability_exports, Seahorse::Model::Operation.new.tap do |o|
@@ -1422,6 +1633,12 @@ module Aws::ForecastService
1422
1633
  o.output = Shapes::ShapeRef.new(shape: ListExplainabilityExportsResponse)
1423
1634
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1424
1635
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1636
+ o[:pager] = Aws::Pager.new(
1637
+ limit_key: "max_results",
1638
+ tokens: {
1639
+ "next_token" => "next_token"
1640
+ }
1641
+ )
1425
1642
  end)
1426
1643
 
1427
1644
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -1456,6 +1673,39 @@ module Aws::ForecastService
1456
1673
  )
1457
1674
  end)
1458
1675
 
1676
+ api.add_operation(:list_monitor_evaluations, Seahorse::Model::Operation.new.tap do |o|
1677
+ o.name = "ListMonitorEvaluations"
1678
+ o.http_method = "POST"
1679
+ o.http_request_uri = "/"
1680
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsRequest)
1681
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorEvaluationsResponse)
1682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1684
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1685
+ o[:pager] = Aws::Pager.new(
1686
+ limit_key: "max_results",
1687
+ tokens: {
1688
+ "next_token" => "next_token"
1689
+ }
1690
+ )
1691
+ end)
1692
+
1693
+ api.add_operation(:list_monitors, Seahorse::Model::Operation.new.tap do |o|
1694
+ o.name = "ListMonitors"
1695
+ o.http_method = "POST"
1696
+ o.http_request_uri = "/"
1697
+ o.input = Shapes::ShapeRef.new(shape: ListMonitorsRequest)
1698
+ o.output = Shapes::ShapeRef.new(shape: ListMonitorsResponse)
1699
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1701
+ o[:pager] = Aws::Pager.new(
1702
+ limit_key: "max_results",
1703
+ tokens: {
1704
+ "next_token" => "next_token"
1705
+ }
1706
+ )
1707
+ end)
1708
+
1459
1709
  api.add_operation(:list_predictor_backtest_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1460
1710
  o.name = "ListPredictorBacktestExportJobs"
1461
1711
  o.http_method = "POST"
@@ -1498,6 +1748,18 @@ module Aws::ForecastService
1498
1748
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1499
1749
  end)
1500
1750
 
1751
+ api.add_operation(:resume_resource, Seahorse::Model::Operation.new.tap do |o|
1752
+ o.name = "ResumeResource"
1753
+ o.http_method = "POST"
1754
+ o.http_request_uri = "/"
1755
+ o.input = Shapes::ShapeRef.new(shape: ResumeResourceRequest)
1756
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1757
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1758
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1761
+ end)
1762
+
1501
1763
  api.add_operation(:stop_resource, Seahorse::Model::Operation.new.tap do |o|
1502
1764
  o.name = "StopResource"
1503
1765
  o.http_method = "POST"