aws-sdk-forecastservice 1.34.0 → 1.37.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.
@@ -13,6 +13,7 @@ module Aws::ForecastService
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ Action = Shapes::StructureShape.new(name: 'Action')
16
17
  AdditionalDataset = Shapes::StructureShape.new(name: 'AdditionalDataset')
17
18
  AdditionalDatasets = Shapes::ListShape.new(name: 'AdditionalDatasets')
18
19
  Arn = Shapes::StringShape.new(name: 'Arn')
@@ -20,6 +21,7 @@ module Aws::ForecastService
20
21
  AttributeConfig = Shapes::StructureShape.new(name: 'AttributeConfig')
21
22
  AttributeConfigs = Shapes::ListShape.new(name: 'AttributeConfigs')
22
23
  AttributeType = Shapes::StringShape.new(name: 'AttributeType')
24
+ AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
23
25
  AutoMLOverrideStrategy = Shapes::StringShape.new(name: 'AutoMLOverrideStrategy')
24
26
  Baseline = Shapes::StructureShape.new(name: 'Baseline')
25
27
  BaselineMetric = Shapes::StructureShape.new(name: 'BaselineMetric')
@@ -27,6 +29,7 @@ module Aws::ForecastService
27
29
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
28
30
  CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
29
31
  CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
32
+ Condition = Shapes::StringShape.new(name: 'Condition')
30
33
  Configuration = Shapes::MapShape.new(name: 'Configuration')
31
34
  ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
32
35
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
@@ -52,6 +55,12 @@ module Aws::ForecastService
52
55
  CreatePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'CreatePredictorBacktestExportJobResponse')
53
56
  CreatePredictorRequest = Shapes::StructureShape.new(name: 'CreatePredictorRequest')
54
57
  CreatePredictorResponse = Shapes::StructureShape.new(name: 'CreatePredictorResponse')
58
+ CreateWhatIfAnalysisRequest = Shapes::StructureShape.new(name: 'CreateWhatIfAnalysisRequest')
59
+ CreateWhatIfAnalysisResponse = Shapes::StructureShape.new(name: 'CreateWhatIfAnalysisResponse')
60
+ CreateWhatIfForecastExportRequest = Shapes::StructureShape.new(name: 'CreateWhatIfForecastExportRequest')
61
+ CreateWhatIfForecastExportResponse = Shapes::StructureShape.new(name: 'CreateWhatIfForecastExportResponse')
62
+ CreateWhatIfForecastRequest = Shapes::StructureShape.new(name: 'CreateWhatIfForecastRequest')
63
+ CreateWhatIfForecastResponse = Shapes::StructureShape.new(name: 'CreateWhatIfForecastResponse')
55
64
  DataConfig = Shapes::StructureShape.new(name: 'DataConfig')
56
65
  DataDestination = Shapes::StructureShape.new(name: 'DataDestination')
57
66
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
@@ -62,6 +71,8 @@ module Aws::ForecastService
62
71
  DatasetSummary = Shapes::StructureShape.new(name: 'DatasetSummary')
63
72
  DatasetType = Shapes::StringShape.new(name: 'DatasetType')
64
73
  Datasets = Shapes::ListShape.new(name: 'Datasets')
74
+ DayOfMonth = Shapes::IntegerShape.new(name: 'DayOfMonth')
75
+ DayOfWeek = Shapes::StringShape.new(name: 'DayOfWeek')
65
76
  DeleteDatasetGroupRequest = Shapes::StructureShape.new(name: 'DeleteDatasetGroupRequest')
66
77
  DeleteDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DeleteDatasetImportJobRequest')
67
78
  DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
@@ -73,6 +84,9 @@ module Aws::ForecastService
73
84
  DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
74
85
  DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
75
86
  DeleteResourceTreeRequest = Shapes::StructureShape.new(name: 'DeleteResourceTreeRequest')
87
+ DeleteWhatIfAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteWhatIfAnalysisRequest')
88
+ DeleteWhatIfForecastExportRequest = Shapes::StructureShape.new(name: 'DeleteWhatIfForecastExportRequest')
89
+ DeleteWhatIfForecastRequest = Shapes::StructureShape.new(name: 'DeleteWhatIfForecastRequest')
76
90
  DescribeAutoPredictorRequest = Shapes::StructureShape.new(name: 'DescribeAutoPredictorRequest')
77
91
  DescribeAutoPredictorResponse = Shapes::StructureShape.new(name: 'DescribeAutoPredictorResponse')
78
92
  DescribeDatasetGroupRequest = Shapes::StructureShape.new(name: 'DescribeDatasetGroupRequest')
@@ -95,6 +109,12 @@ module Aws::ForecastService
95
109
  DescribePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobResponse')
96
110
  DescribePredictorRequest = Shapes::StructureShape.new(name: 'DescribePredictorRequest')
97
111
  DescribePredictorResponse = Shapes::StructureShape.new(name: 'DescribePredictorResponse')
112
+ DescribeWhatIfAnalysisRequest = Shapes::StructureShape.new(name: 'DescribeWhatIfAnalysisRequest')
113
+ DescribeWhatIfAnalysisResponse = Shapes::StructureShape.new(name: 'DescribeWhatIfAnalysisResponse')
114
+ DescribeWhatIfForecastExportRequest = Shapes::StructureShape.new(name: 'DescribeWhatIfForecastExportRequest')
115
+ DescribeWhatIfForecastExportResponse = Shapes::StructureShape.new(name: 'DescribeWhatIfForecastExportResponse')
116
+ DescribeWhatIfForecastRequest = Shapes::StructureShape.new(name: 'DescribeWhatIfForecastRequest')
117
+ DescribeWhatIfForecastResponse = Shapes::StructureShape.new(name: 'DescribeWhatIfForecastResponse')
98
118
  Detail = Shapes::StringShape.new(name: 'Detail')
99
119
  Domain = Shapes::StringShape.new(name: 'Domain')
100
120
  Double = Shapes::FloatShape.new(name: 'Double')
@@ -130,10 +150,12 @@ module Aws::ForecastService
130
150
  ForecastType = Shapes::StringShape.new(name: 'ForecastType')
131
151
  ForecastTypes = Shapes::ListShape.new(name: 'ForecastTypes')
132
152
  Forecasts = Shapes::ListShape.new(name: 'Forecasts')
153
+ Format = Shapes::StringShape.new(name: 'Format')
133
154
  Frequency = Shapes::StringShape.new(name: 'Frequency')
134
155
  GeolocationFormat = Shapes::StringShape.new(name: 'GeolocationFormat')
135
156
  GetAccuracyMetricsRequest = Shapes::StructureShape.new(name: 'GetAccuracyMetricsRequest')
136
157
  GetAccuracyMetricsResponse = Shapes::StructureShape.new(name: 'GetAccuracyMetricsResponse')
158
+ Hour = Shapes::IntegerShape.new(name: 'Hour')
137
159
  HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
138
160
  InputDataConfig = Shapes::StructureShape.new(name: 'InputDataConfig')
139
161
  Integer = Shapes::IntegerShape.new(name: 'Integer')
@@ -167,8 +189,16 @@ module Aws::ForecastService
167
189
  ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
168
190
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
169
191
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
192
+ ListWhatIfAnalysesRequest = Shapes::StructureShape.new(name: 'ListWhatIfAnalysesRequest')
193
+ ListWhatIfAnalysesResponse = Shapes::StructureShape.new(name: 'ListWhatIfAnalysesResponse')
194
+ ListWhatIfForecastExportsRequest = Shapes::StructureShape.new(name: 'ListWhatIfForecastExportsRequest')
195
+ ListWhatIfForecastExportsResponse = Shapes::StructureShape.new(name: 'ListWhatIfForecastExportsResponse')
196
+ ListWhatIfForecastsRequest = Shapes::StructureShape.new(name: 'ListWhatIfForecastsRequest')
197
+ ListWhatIfForecastsResponse = Shapes::StructureShape.new(name: 'ListWhatIfForecastsResponse')
170
198
  LocalDateTime = Shapes::StringShape.new(name: 'LocalDateTime')
171
199
  Long = Shapes::IntegerShape.new(name: 'Long')
200
+ LongArn = Shapes::StringShape.new(name: 'LongArn')
201
+ LongArnList = Shapes::ListShape.new(name: 'LongArnList')
172
202
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
173
203
  Message = Shapes::StringShape.new(name: 'Message')
174
204
  MetricName = Shapes::StringShape.new(name: 'MetricName')
@@ -180,8 +210,10 @@ module Aws::ForecastService
180
210
  MonitorInfo = Shapes::StructureShape.new(name: 'MonitorInfo')
181
211
  MonitorSummary = Shapes::StructureShape.new(name: 'MonitorSummary')
182
212
  Monitors = Shapes::ListShape.new(name: 'Monitors')
213
+ Month = Shapes::StringShape.new(name: 'Month')
183
214
  Name = Shapes::StringShape.new(name: 'Name')
184
215
  NextToken = Shapes::StringShape.new(name: 'NextToken')
216
+ Operation = Shapes::StringShape.new(name: 'Operation')
185
217
  OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
186
218
  ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
187
219
  ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
@@ -226,8 +258,16 @@ module Aws::ForecastService
226
258
  TestWindowDetails = Shapes::ListShape.new(name: 'TestWindowDetails')
227
259
  TestWindowSummary = Shapes::StructureShape.new(name: 'TestWindowSummary')
228
260
  TestWindows = Shapes::ListShape.new(name: 'TestWindows')
261
+ TimeAlignmentBoundary = Shapes::StructureShape.new(name: 'TimeAlignmentBoundary')
229
262
  TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
263
+ TimeSeriesCondition = Shapes::StructureShape.new(name: 'TimeSeriesCondition')
264
+ TimeSeriesConditions = Shapes::ListShape.new(name: 'TimeSeriesConditions')
230
265
  TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
266
+ TimeSeriesIdentifiers = Shapes::StructureShape.new(name: 'TimeSeriesIdentifiers')
267
+ TimeSeriesReplacementsDataSource = Shapes::StructureShape.new(name: 'TimeSeriesReplacementsDataSource')
268
+ TimeSeriesSelector = Shapes::StructureShape.new(name: 'TimeSeriesSelector')
269
+ TimeSeriesTransformation = Shapes::StructureShape.new(name: 'TimeSeriesTransformation')
270
+ TimeSeriesTransformations = Shapes::ListShape.new(name: 'TimeSeriesTransformations')
231
271
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
232
272
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
233
273
  TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
@@ -242,8 +282,20 @@ module Aws::ForecastService
242
282
  Values = Shapes::ListShape.new(name: 'Values')
243
283
  WeightedQuantileLoss = Shapes::StructureShape.new(name: 'WeightedQuantileLoss')
244
284
  WeightedQuantileLosses = Shapes::ListShape.new(name: 'WeightedQuantileLosses')
285
+ WhatIfAnalyses = Shapes::ListShape.new(name: 'WhatIfAnalyses')
286
+ WhatIfAnalysisSummary = Shapes::StructureShape.new(name: 'WhatIfAnalysisSummary')
287
+ WhatIfForecastArnListForExport = Shapes::ListShape.new(name: 'WhatIfForecastArnListForExport')
288
+ WhatIfForecastExportSummary = Shapes::StructureShape.new(name: 'WhatIfForecastExportSummary')
289
+ WhatIfForecastExports = Shapes::ListShape.new(name: 'WhatIfForecastExports')
290
+ WhatIfForecastSummary = Shapes::StructureShape.new(name: 'WhatIfForecastSummary')
291
+ WhatIfForecasts = Shapes::ListShape.new(name: 'WhatIfForecasts')
245
292
  WindowSummary = Shapes::StructureShape.new(name: 'WindowSummary')
246
293
 
294
+ Action.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
295
+ Action.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, required: true, location_name: "Operation"))
296
+ Action.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Value"))
297
+ Action.struct_class = Types::Action
298
+
247
299
  AdditionalDataset.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
248
300
  AdditionalDataset.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "Configuration"))
249
301
  AdditionalDataset.struct_class = Types::AdditionalDataset
@@ -296,6 +348,7 @@ module Aws::ForecastService
296
348
  CreateAutoPredictorRequest.add_member(:explain_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExplainPredictor"))
297
349
  CreateAutoPredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
298
350
  CreateAutoPredictorRequest.add_member(:monitor_config, Shapes::ShapeRef.new(shape: MonitorConfig, location_name: "MonitorConfig"))
351
+ CreateAutoPredictorRequest.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
299
352
  CreateAutoPredictorRequest.struct_class = Types::CreateAutoPredictorRequest
300
353
 
301
354
  CreateAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
@@ -318,6 +371,7 @@ module Aws::ForecastService
318
371
  CreateDatasetImportJobRequest.add_member(:use_geolocation_for_time_zone, Shapes::ShapeRef.new(shape: UseGeolocationForTimeZone, location_name: "UseGeolocationForTimeZone"))
319
372
  CreateDatasetImportJobRequest.add_member(:geolocation_format, Shapes::ShapeRef.new(shape: GeolocationFormat, location_name: "GeolocationFormat"))
320
373
  CreateDatasetImportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
374
+ CreateDatasetImportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
321
375
  CreateDatasetImportJobRequest.struct_class = Types::CreateDatasetImportJobRequest
322
376
 
323
377
  CreateDatasetImportJobResponse.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
@@ -339,6 +393,7 @@ module Aws::ForecastService
339
393
  CreateExplainabilityExportRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
340
394
  CreateExplainabilityExportRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
341
395
  CreateExplainabilityExportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
396
+ CreateExplainabilityExportRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
342
397
  CreateExplainabilityExportRequest.struct_class = Types::CreateExplainabilityExportRequest
343
398
 
344
399
  CreateExplainabilityExportResponse.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
@@ -362,6 +417,7 @@ module Aws::ForecastService
362
417
  CreateForecastExportJobRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
363
418
  CreateForecastExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
364
419
  CreateForecastExportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
420
+ CreateForecastExportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
365
421
  CreateForecastExportJobRequest.struct_class = Types::CreateForecastExportJobRequest
366
422
 
367
423
  CreateForecastExportJobResponse.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastExportJobArn"))
@@ -371,6 +427,7 @@ module Aws::ForecastService
371
427
  CreateForecastRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
372
428
  CreateForecastRequest.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
373
429
  CreateForecastRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
430
+ CreateForecastRequest.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
374
431
  CreateForecastRequest.struct_class = Types::CreateForecastRequest
375
432
 
376
433
  CreateForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
@@ -388,6 +445,7 @@ module Aws::ForecastService
388
445
  CreatePredictorBacktestExportJobRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
389
446
  CreatePredictorBacktestExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
390
447
  CreatePredictorBacktestExportJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
448
+ CreatePredictorBacktestExportJobRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
391
449
  CreatePredictorBacktestExportJobRequest.struct_class = Types::CreatePredictorBacktestExportJobRequest
392
450
 
393
451
  CreatePredictorBacktestExportJobResponse.add_member(:predictor_backtest_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorBacktestExportJobArn"))
@@ -413,6 +471,35 @@ module Aws::ForecastService
413
471
  CreatePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
414
472
  CreatePredictorResponse.struct_class = Types::CreatePredictorResponse
415
473
 
474
+ CreateWhatIfAnalysisRequest.add_member(:what_if_analysis_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "WhatIfAnalysisName"))
475
+ CreateWhatIfAnalysisRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
476
+ CreateWhatIfAnalysisRequest.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
477
+ CreateWhatIfAnalysisRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
478
+ CreateWhatIfAnalysisRequest.struct_class = Types::CreateWhatIfAnalysisRequest
479
+
480
+ CreateWhatIfAnalysisResponse.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "WhatIfAnalysisArn"))
481
+ CreateWhatIfAnalysisResponse.struct_class = Types::CreateWhatIfAnalysisResponse
482
+
483
+ CreateWhatIfForecastExportRequest.add_member(:what_if_forecast_export_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "WhatIfForecastExportName"))
484
+ CreateWhatIfForecastExportRequest.add_member(:what_if_forecast_arns, Shapes::ShapeRef.new(shape: WhatIfForecastArnListForExport, required: true, location_name: "WhatIfForecastArns"))
485
+ CreateWhatIfForecastExportRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
486
+ CreateWhatIfForecastExportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
487
+ CreateWhatIfForecastExportRequest.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
488
+ CreateWhatIfForecastExportRequest.struct_class = Types::CreateWhatIfForecastExportRequest
489
+
490
+ CreateWhatIfForecastExportResponse.add_member(:what_if_forecast_export_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastExportArn"))
491
+ CreateWhatIfForecastExportResponse.struct_class = Types::CreateWhatIfForecastExportResponse
492
+
493
+ CreateWhatIfForecastRequest.add_member(:what_if_forecast_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "WhatIfForecastName"))
494
+ CreateWhatIfForecastRequest.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "WhatIfAnalysisArn"))
495
+ CreateWhatIfForecastRequest.add_member(:time_series_transformations, Shapes::ShapeRef.new(shape: TimeSeriesTransformations, location_name: "TimeSeriesTransformations"))
496
+ CreateWhatIfForecastRequest.add_member(:time_series_replacements_data_source, Shapes::ShapeRef.new(shape: TimeSeriesReplacementsDataSource, location_name: "TimeSeriesReplacementsDataSource"))
497
+ CreateWhatIfForecastRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
498
+ CreateWhatIfForecastRequest.struct_class = Types::CreateWhatIfForecastRequest
499
+
500
+ CreateWhatIfForecastResponse.add_member(:what_if_forecast_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastArn"))
501
+ CreateWhatIfForecastResponse.struct_class = Types::CreateWhatIfForecastResponse
502
+
416
503
  DataConfig.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
417
504
  DataConfig.add_member(:attribute_configs, Shapes::ShapeRef.new(shape: AttributeConfigs, location_name: "AttributeConfigs"))
418
505
  DataConfig.add_member(:additional_datasets, Shapes::ShapeRef.new(shape: AdditionalDatasets, location_name: "AdditionalDatasets"))
@@ -486,6 +573,15 @@ module Aws::ForecastService
486
573
  DeleteResourceTreeRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
487
574
  DeleteResourceTreeRequest.struct_class = Types::DeleteResourceTreeRequest
488
575
 
576
+ DeleteWhatIfAnalysisRequest.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "WhatIfAnalysisArn"))
577
+ DeleteWhatIfAnalysisRequest.struct_class = Types::DeleteWhatIfAnalysisRequest
578
+
579
+ DeleteWhatIfForecastExportRequest.add_member(:what_if_forecast_export_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "WhatIfForecastExportArn"))
580
+ DeleteWhatIfForecastExportRequest.struct_class = Types::DeleteWhatIfForecastExportRequest
581
+
582
+ DeleteWhatIfForecastRequest.add_member(:what_if_forecast_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "WhatIfForecastArn"))
583
+ DeleteWhatIfForecastRequest.struct_class = Types::DeleteWhatIfForecastRequest
584
+
489
585
  DescribeAutoPredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
490
586
  DescribeAutoPredictorRequest.struct_class = Types::DescribeAutoPredictorRequest
491
587
 
@@ -507,6 +603,7 @@ module Aws::ForecastService
507
603
  DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
508
604
  DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
509
605
  DescribeAutoPredictorResponse.add_member(:monitor_info, Shapes::ShapeRef.new(shape: MonitorInfo, location_name: "MonitorInfo"))
606
+ DescribeAutoPredictorResponse.add_member(:time_alignment_boundary, Shapes::ShapeRef.new(shape: TimeAlignmentBoundary, location_name: "TimeAlignmentBoundary"))
510
607
  DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
511
608
 
512
609
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
@@ -539,6 +636,7 @@ module Aws::ForecastService
539
636
  DescribeDatasetImportJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
540
637
  DescribeDatasetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
541
638
  DescribeDatasetImportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
639
+ DescribeDatasetImportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
542
640
  DescribeDatasetImportJobResponse.struct_class = Types::DescribeDatasetImportJobResponse
543
641
 
544
642
  DescribeDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
@@ -567,6 +665,7 @@ module Aws::ForecastService
567
665
  DescribeExplainabilityExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
568
666
  DescribeExplainabilityExportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
569
667
  DescribeExplainabilityExportResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
668
+ DescribeExplainabilityExportResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
570
669
  DescribeExplainabilityExportResponse.struct_class = Types::DescribeExplainabilityExportResponse
571
670
 
572
671
  DescribeExplainabilityRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
@@ -599,6 +698,7 @@ module Aws::ForecastService
599
698
  DescribeForecastExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
600
699
  DescribeForecastExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
601
700
  DescribeForecastExportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
701
+ DescribeForecastExportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
602
702
  DescribeForecastExportJobResponse.struct_class = Types::DescribeForecastExportJobResponse
603
703
 
604
704
  DescribeForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
@@ -614,6 +714,7 @@ module Aws::ForecastService
614
714
  DescribeForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
615
715
  DescribeForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
616
716
  DescribeForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
717
+ DescribeForecastResponse.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
617
718
  DescribeForecastResponse.struct_class = Types::DescribeForecastResponse
618
719
 
619
720
  DescribeMonitorRequest.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MonitorArn"))
@@ -643,6 +744,7 @@ module Aws::ForecastService
643
744
  DescribePredictorBacktestExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
644
745
  DescribePredictorBacktestExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
645
746
  DescribePredictorBacktestExportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
747
+ DescribePredictorBacktestExportJobResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
646
748
  DescribePredictorBacktestExportJobResponse.struct_class = Types::DescribePredictorBacktestExportJobResponse
647
749
 
648
750
  DescribePredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
@@ -674,6 +776,51 @@ module Aws::ForecastService
674
776
  DescribePredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
675
777
  DescribePredictorResponse.struct_class = Types::DescribePredictorResponse
676
778
 
779
+ DescribeWhatIfAnalysisRequest.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "WhatIfAnalysisArn"))
780
+ DescribeWhatIfAnalysisRequest.struct_class = Types::DescribeWhatIfAnalysisRequest
781
+
782
+ DescribeWhatIfAnalysisResponse.add_member(:what_if_analysis_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfAnalysisName"))
783
+ DescribeWhatIfAnalysisResponse.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "WhatIfAnalysisArn"))
784
+ DescribeWhatIfAnalysisResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
785
+ DescribeWhatIfAnalysisResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
786
+ DescribeWhatIfAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
787
+ DescribeWhatIfAnalysisResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
788
+ DescribeWhatIfAnalysisResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
789
+ DescribeWhatIfAnalysisResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
790
+ DescribeWhatIfAnalysisResponse.add_member(:time_series_selector, Shapes::ShapeRef.new(shape: TimeSeriesSelector, location_name: "TimeSeriesSelector"))
791
+ DescribeWhatIfAnalysisResponse.struct_class = Types::DescribeWhatIfAnalysisResponse
792
+
793
+ DescribeWhatIfForecastExportRequest.add_member(:what_if_forecast_export_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "WhatIfForecastExportArn"))
794
+ DescribeWhatIfForecastExportRequest.struct_class = Types::DescribeWhatIfForecastExportRequest
795
+
796
+ DescribeWhatIfForecastExportResponse.add_member(:what_if_forecast_export_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastExportArn"))
797
+ DescribeWhatIfForecastExportResponse.add_member(:what_if_forecast_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfForecastExportName"))
798
+ DescribeWhatIfForecastExportResponse.add_member(:what_if_forecast_arns, Shapes::ShapeRef.new(shape: LongArnList, location_name: "WhatIfForecastArns"))
799
+ DescribeWhatIfForecastExportResponse.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
800
+ DescribeWhatIfForecastExportResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
801
+ DescribeWhatIfForecastExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
802
+ DescribeWhatIfForecastExportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
803
+ DescribeWhatIfForecastExportResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
804
+ DescribeWhatIfForecastExportResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
805
+ DescribeWhatIfForecastExportResponse.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
806
+ DescribeWhatIfForecastExportResponse.struct_class = Types::DescribeWhatIfForecastExportResponse
807
+
808
+ DescribeWhatIfForecastRequest.add_member(:what_if_forecast_arn, Shapes::ShapeRef.new(shape: LongArn, required: true, location_name: "WhatIfForecastArn"))
809
+ DescribeWhatIfForecastRequest.struct_class = Types::DescribeWhatIfForecastRequest
810
+
811
+ DescribeWhatIfForecastResponse.add_member(:what_if_forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfForecastName"))
812
+ DescribeWhatIfForecastResponse.add_member(:what_if_forecast_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastArn"))
813
+ DescribeWhatIfForecastResponse.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "WhatIfAnalysisArn"))
814
+ DescribeWhatIfForecastResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
815
+ DescribeWhatIfForecastResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
816
+ DescribeWhatIfForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
817
+ DescribeWhatIfForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
818
+ DescribeWhatIfForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
819
+ DescribeWhatIfForecastResponse.add_member(:time_series_transformations, Shapes::ShapeRef.new(shape: TimeSeriesTransformations, location_name: "TimeSeriesTransformations"))
820
+ DescribeWhatIfForecastResponse.add_member(:time_series_replacements_data_source, Shapes::ShapeRef.new(shape: TimeSeriesReplacementsDataSource, location_name: "TimeSeriesReplacementsDataSource"))
821
+ DescribeWhatIfForecastResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
822
+ DescribeWhatIfForecastResponse.struct_class = Types::DescribeWhatIfForecastResponse
823
+
677
824
  EncryptionConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
678
825
  EncryptionConfig.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, required: true, location_name: "KMSKeyArn"))
679
826
  EncryptionConfig.struct_class = Types::EncryptionConfig
@@ -921,6 +1068,35 @@ module Aws::ForecastService
921
1068
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
922
1069
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
923
1070
 
1071
+ ListWhatIfAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1072
+ ListWhatIfAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1073
+ ListWhatIfAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
1074
+ ListWhatIfAnalysesRequest.struct_class = Types::ListWhatIfAnalysesRequest
1075
+
1076
+ ListWhatIfAnalysesResponse.add_member(:what_if_analyses, Shapes::ShapeRef.new(shape: WhatIfAnalyses, location_name: "WhatIfAnalyses"))
1077
+ ListWhatIfAnalysesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1078
+ ListWhatIfAnalysesResponse.struct_class = Types::ListWhatIfAnalysesResponse
1079
+
1080
+ ListWhatIfForecastExportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1081
+ ListWhatIfForecastExportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1082
+ ListWhatIfForecastExportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
1083
+ ListWhatIfForecastExportsRequest.struct_class = Types::ListWhatIfForecastExportsRequest
1084
+
1085
+ ListWhatIfForecastExportsResponse.add_member(:what_if_forecast_exports, Shapes::ShapeRef.new(shape: WhatIfForecastExports, location_name: "WhatIfForecastExports"))
1086
+ ListWhatIfForecastExportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1087
+ ListWhatIfForecastExportsResponse.struct_class = Types::ListWhatIfForecastExportsResponse
1088
+
1089
+ ListWhatIfForecastsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1090
+ ListWhatIfForecastsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
1091
+ ListWhatIfForecastsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
1092
+ ListWhatIfForecastsRequest.struct_class = Types::ListWhatIfForecastsRequest
1093
+
1094
+ ListWhatIfForecastsResponse.add_member(:what_if_forecasts, Shapes::ShapeRef.new(shape: WhatIfForecasts, location_name: "WhatIfForecasts"))
1095
+ ListWhatIfForecastsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1096
+ ListWhatIfForecastsResponse.struct_class = Types::ListWhatIfForecastsResponse
1097
+
1098
+ LongArnList.member = Shapes::ShapeRef.new(shape: LongArn)
1099
+
924
1100
  MetricResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
925
1101
  MetricResult.add_member(:metric_value, Shapes::ShapeRef.new(shape: Double, location_name: "MetricValue"))
926
1102
  MetricResult.struct_class = Types::MetricResult
@@ -1094,6 +1270,39 @@ module Aws::ForecastService
1094
1270
 
1095
1271
  TestWindows.member = Shapes::ShapeRef.new(shape: WindowSummary)
1096
1272
 
1273
+ TimeAlignmentBoundary.add_member(:month, Shapes::ShapeRef.new(shape: Month, location_name: "Month"))
1274
+ TimeAlignmentBoundary.add_member(:day_of_month, Shapes::ShapeRef.new(shape: DayOfMonth, location_name: "DayOfMonth"))
1275
+ TimeAlignmentBoundary.add_member(:day_of_week, Shapes::ShapeRef.new(shape: DayOfWeek, location_name: "DayOfWeek"))
1276
+ TimeAlignmentBoundary.add_member(:hour, Shapes::ShapeRef.new(shape: Hour, location_name: "Hour"))
1277
+ TimeAlignmentBoundary.struct_class = Types::TimeAlignmentBoundary
1278
+
1279
+ TimeSeriesCondition.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
1280
+ TimeSeriesCondition.add_member(:attribute_value, Shapes::ShapeRef.new(shape: AttributeValue, required: true, location_name: "AttributeValue"))
1281
+ TimeSeriesCondition.add_member(:condition, Shapes::ShapeRef.new(shape: Condition, required: true, location_name: "Condition"))
1282
+ TimeSeriesCondition.struct_class = Types::TimeSeriesCondition
1283
+
1284
+ TimeSeriesConditions.member = Shapes::ShapeRef.new(shape: TimeSeriesCondition)
1285
+
1286
+ TimeSeriesIdentifiers.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
1287
+ TimeSeriesIdentifiers.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
1288
+ TimeSeriesIdentifiers.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
1289
+ TimeSeriesIdentifiers.struct_class = Types::TimeSeriesIdentifiers
1290
+
1291
+ TimeSeriesReplacementsDataSource.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, required: true, location_name: "S3Config"))
1292
+ TimeSeriesReplacementsDataSource.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, required: true, location_name: "Schema"))
1293
+ TimeSeriesReplacementsDataSource.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
1294
+ TimeSeriesReplacementsDataSource.add_member(:timestamp_format, Shapes::ShapeRef.new(shape: TimestampFormat, location_name: "TimestampFormat"))
1295
+ TimeSeriesReplacementsDataSource.struct_class = Types::TimeSeriesReplacementsDataSource
1296
+
1297
+ TimeSeriesSelector.add_member(:time_series_identifiers, Shapes::ShapeRef.new(shape: TimeSeriesIdentifiers, location_name: "TimeSeriesIdentifiers"))
1298
+ TimeSeriesSelector.struct_class = Types::TimeSeriesSelector
1299
+
1300
+ TimeSeriesTransformation.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
1301
+ TimeSeriesTransformation.add_member(:time_series_conditions, Shapes::ShapeRef.new(shape: TimeSeriesConditions, location_name: "TimeSeriesConditions"))
1302
+ TimeSeriesTransformation.struct_class = Types::TimeSeriesTransformation
1303
+
1304
+ TimeSeriesTransformations.member = Shapes::ShapeRef.new(shape: TimeSeriesTransformation)
1305
+
1097
1306
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
1098
1307
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
1099
1308
 
@@ -1120,6 +1329,42 @@ module Aws::ForecastService
1120
1329
 
1121
1330
  WeightedQuantileLosses.member = Shapes::ShapeRef.new(shape: WeightedQuantileLoss)
1122
1331
 
1332
+ WhatIfAnalyses.member = Shapes::ShapeRef.new(shape: WhatIfAnalysisSummary)
1333
+
1334
+ WhatIfAnalysisSummary.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "WhatIfAnalysisArn"))
1335
+ WhatIfAnalysisSummary.add_member(:what_if_analysis_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfAnalysisName"))
1336
+ WhatIfAnalysisSummary.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
1337
+ WhatIfAnalysisSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
1338
+ WhatIfAnalysisSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1339
+ WhatIfAnalysisSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1340
+ WhatIfAnalysisSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
1341
+ WhatIfAnalysisSummary.struct_class = Types::WhatIfAnalysisSummary
1342
+
1343
+ WhatIfForecastArnListForExport.member = Shapes::ShapeRef.new(shape: LongArn)
1344
+
1345
+ WhatIfForecastExportSummary.add_member(:what_if_forecast_export_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastExportArn"))
1346
+ WhatIfForecastExportSummary.add_member(:what_if_forecast_arns, Shapes::ShapeRef.new(shape: WhatIfForecastArnListForExport, location_name: "WhatIfForecastArns"))
1347
+ WhatIfForecastExportSummary.add_member(:what_if_forecast_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfForecastExportName"))
1348
+ WhatIfForecastExportSummary.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
1349
+ WhatIfForecastExportSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
1350
+ WhatIfForecastExportSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1351
+ WhatIfForecastExportSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1352
+ WhatIfForecastExportSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
1353
+ WhatIfForecastExportSummary.struct_class = Types::WhatIfForecastExportSummary
1354
+
1355
+ WhatIfForecastExports.member = Shapes::ShapeRef.new(shape: WhatIfForecastExportSummary)
1356
+
1357
+ WhatIfForecastSummary.add_member(:what_if_forecast_arn, Shapes::ShapeRef.new(shape: LongArn, location_name: "WhatIfForecastArn"))
1358
+ WhatIfForecastSummary.add_member(:what_if_forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "WhatIfForecastName"))
1359
+ WhatIfForecastSummary.add_member(:what_if_analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "WhatIfAnalysisArn"))
1360
+ WhatIfForecastSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
1361
+ WhatIfForecastSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
1362
+ WhatIfForecastSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1363
+ WhatIfForecastSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
1364
+ WhatIfForecastSummary.struct_class = Types::WhatIfForecastSummary
1365
+
1366
+ WhatIfForecasts.member = Shapes::ShapeRef.new(shape: WhatIfForecastSummary)
1367
+
1123
1368
  WindowSummary.add_member(:test_window_start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowStart"))
1124
1369
  WindowSummary.add_member(:test_window_end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowEnd"))
1125
1370
  WindowSummary.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ItemCount"))
@@ -1287,6 +1532,45 @@ module Aws::ForecastService
1287
1532
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1288
1533
  end)
1289
1534
 
1535
+ api.add_operation(:create_what_if_analysis, Seahorse::Model::Operation.new.tap do |o|
1536
+ o.name = "CreateWhatIfAnalysis"
1537
+ o.http_method = "POST"
1538
+ o.http_request_uri = "/"
1539
+ o.input = Shapes::ShapeRef.new(shape: CreateWhatIfAnalysisRequest)
1540
+ o.output = Shapes::ShapeRef.new(shape: CreateWhatIfAnalysisResponse)
1541
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1542
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1544
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1545
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1546
+ end)
1547
+
1548
+ api.add_operation(:create_what_if_forecast, Seahorse::Model::Operation.new.tap do |o|
1549
+ o.name = "CreateWhatIfForecast"
1550
+ o.http_method = "POST"
1551
+ o.http_request_uri = "/"
1552
+ o.input = Shapes::ShapeRef.new(shape: CreateWhatIfForecastRequest)
1553
+ o.output = Shapes::ShapeRef.new(shape: CreateWhatIfForecastResponse)
1554
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1555
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1556
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1559
+ end)
1560
+
1561
+ api.add_operation(:create_what_if_forecast_export, Seahorse::Model::Operation.new.tap do |o|
1562
+ o.name = "CreateWhatIfForecastExport"
1563
+ o.http_method = "POST"
1564
+ o.http_request_uri = "/"
1565
+ o.input = Shapes::ShapeRef.new(shape: CreateWhatIfForecastExportRequest)
1566
+ o.output = Shapes::ShapeRef.new(shape: CreateWhatIfForecastExportResponse)
1567
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1568
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1572
+ end)
1573
+
1290
1574
  api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
1291
1575
  o.name = "DeleteDataset"
1292
1576
  o.http_method = "POST"
@@ -1408,6 +1692,39 @@ module Aws::ForecastService
1408
1692
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1409
1693
  end)
1410
1694
 
1695
+ api.add_operation(:delete_what_if_analysis, Seahorse::Model::Operation.new.tap do |o|
1696
+ o.name = "DeleteWhatIfAnalysis"
1697
+ o.http_method = "POST"
1698
+ o.http_request_uri = "/"
1699
+ o.input = Shapes::ShapeRef.new(shape: DeleteWhatIfAnalysisRequest)
1700
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1701
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1704
+ end)
1705
+
1706
+ api.add_operation(:delete_what_if_forecast, Seahorse::Model::Operation.new.tap do |o|
1707
+ o.name = "DeleteWhatIfForecast"
1708
+ o.http_method = "POST"
1709
+ o.http_request_uri = "/"
1710
+ o.input = Shapes::ShapeRef.new(shape: DeleteWhatIfForecastRequest)
1711
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1712
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1713
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1715
+ end)
1716
+
1717
+ api.add_operation(:delete_what_if_forecast_export, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "DeleteWhatIfForecastExport"
1719
+ o.http_method = "POST"
1720
+ o.http_request_uri = "/"
1721
+ o.input = Shapes::ShapeRef.new(shape: DeleteWhatIfForecastExportRequest)
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: ResourceNotFoundException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1726
+ end)
1727
+
1411
1728
  api.add_operation(:describe_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
1412
1729
  o.name = "DescribeAutoPredictor"
1413
1730
  o.http_method = "POST"
@@ -1518,6 +1835,36 @@ module Aws::ForecastService
1518
1835
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1519
1836
  end)
1520
1837
 
1838
+ api.add_operation(:describe_what_if_analysis, Seahorse::Model::Operation.new.tap do |o|
1839
+ o.name = "DescribeWhatIfAnalysis"
1840
+ o.http_method = "POST"
1841
+ o.http_request_uri = "/"
1842
+ o.input = Shapes::ShapeRef.new(shape: DescribeWhatIfAnalysisRequest)
1843
+ o.output = Shapes::ShapeRef.new(shape: DescribeWhatIfAnalysisResponse)
1844
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1846
+ end)
1847
+
1848
+ api.add_operation(:describe_what_if_forecast, Seahorse::Model::Operation.new.tap do |o|
1849
+ o.name = "DescribeWhatIfForecast"
1850
+ o.http_method = "POST"
1851
+ o.http_request_uri = "/"
1852
+ o.input = Shapes::ShapeRef.new(shape: DescribeWhatIfForecastRequest)
1853
+ o.output = Shapes::ShapeRef.new(shape: DescribeWhatIfForecastResponse)
1854
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1856
+ end)
1857
+
1858
+ api.add_operation(:describe_what_if_forecast_export, Seahorse::Model::Operation.new.tap do |o|
1859
+ o.name = "DescribeWhatIfForecastExport"
1860
+ o.http_method = "POST"
1861
+ o.http_request_uri = "/"
1862
+ o.input = Shapes::ShapeRef.new(shape: DescribeWhatIfForecastExportRequest)
1863
+ o.output = Shapes::ShapeRef.new(shape: DescribeWhatIfForecastExportResponse)
1864
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1865
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1866
+ end)
1867
+
1521
1868
  api.add_operation(:get_accuracy_metrics, Seahorse::Model::Operation.new.tap do |o|
1522
1869
  o.name = "GetAccuracyMetrics"
1523
1870
  o.http_method = "POST"
@@ -1714,6 +2061,54 @@ module Aws::ForecastService
1714
2061
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1715
2062
  end)
1716
2063
 
2064
+ api.add_operation(:list_what_if_analyses, Seahorse::Model::Operation.new.tap do |o|
2065
+ o.name = "ListWhatIfAnalyses"
2066
+ o.http_method = "POST"
2067
+ o.http_request_uri = "/"
2068
+ o.input = Shapes::ShapeRef.new(shape: ListWhatIfAnalysesRequest)
2069
+ o.output = Shapes::ShapeRef.new(shape: ListWhatIfAnalysesResponse)
2070
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2071
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2072
+ o[:pager] = Aws::Pager.new(
2073
+ limit_key: "max_results",
2074
+ tokens: {
2075
+ "next_token" => "next_token"
2076
+ }
2077
+ )
2078
+ end)
2079
+
2080
+ api.add_operation(:list_what_if_forecast_exports, Seahorse::Model::Operation.new.tap do |o|
2081
+ o.name = "ListWhatIfForecastExports"
2082
+ o.http_method = "POST"
2083
+ o.http_request_uri = "/"
2084
+ o.input = Shapes::ShapeRef.new(shape: ListWhatIfForecastExportsRequest)
2085
+ o.output = Shapes::ShapeRef.new(shape: ListWhatIfForecastExportsResponse)
2086
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2087
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2088
+ o[:pager] = Aws::Pager.new(
2089
+ limit_key: "max_results",
2090
+ tokens: {
2091
+ "next_token" => "next_token"
2092
+ }
2093
+ )
2094
+ end)
2095
+
2096
+ api.add_operation(:list_what_if_forecasts, Seahorse::Model::Operation.new.tap do |o|
2097
+ o.name = "ListWhatIfForecasts"
2098
+ o.http_method = "POST"
2099
+ o.http_request_uri = "/"
2100
+ o.input = Shapes::ShapeRef.new(shape: ListWhatIfForecastsRequest)
2101
+ o.output = Shapes::ShapeRef.new(shape: ListWhatIfForecastsResponse)
2102
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2103
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2104
+ o[:pager] = Aws::Pager.new(
2105
+ limit_key: "max_results",
2106
+ tokens: {
2107
+ "next_token" => "next_token"
2108
+ }
2109
+ )
2110
+ end)
2111
+
1717
2112
  api.add_operation(:resume_resource, Seahorse::Model::Operation.new.tap do |o|
1718
2113
  o.name = "ResumeResource"
1719
2114
  o.http_method = "POST"