aws-sdk-forecastservice 1.36.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastservice/client.rb +843 -1
- data/lib/aws-sdk-forecastservice/client_api.rb +361 -0
- data/lib/aws-sdk-forecastservice/types.rb +1340 -9
- data/lib/aws-sdk-forecastservice.rb +1 -1
- metadata +2 -2
@@ -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')
|
@@ -75,6 +84,9 @@ module Aws::ForecastService
|
|
75
84
|
DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
|
76
85
|
DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
|
77
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')
|
78
90
|
DescribeAutoPredictorRequest = Shapes::StructureShape.new(name: 'DescribeAutoPredictorRequest')
|
79
91
|
DescribeAutoPredictorResponse = Shapes::StructureShape.new(name: 'DescribeAutoPredictorResponse')
|
80
92
|
DescribeDatasetGroupRequest = Shapes::StructureShape.new(name: 'DescribeDatasetGroupRequest')
|
@@ -97,6 +109,12 @@ module Aws::ForecastService
|
|
97
109
|
DescribePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'DescribePredictorBacktestExportJobResponse')
|
98
110
|
DescribePredictorRequest = Shapes::StructureShape.new(name: 'DescribePredictorRequest')
|
99
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')
|
100
118
|
Detail = Shapes::StringShape.new(name: 'Detail')
|
101
119
|
Domain = Shapes::StringShape.new(name: 'Domain')
|
102
120
|
Double = Shapes::FloatShape.new(name: 'Double')
|
@@ -171,8 +189,16 @@ module Aws::ForecastService
|
|
171
189
|
ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
|
172
190
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
173
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')
|
174
198
|
LocalDateTime = Shapes::StringShape.new(name: 'LocalDateTime')
|
175
199
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
200
|
+
LongArn = Shapes::StringShape.new(name: 'LongArn')
|
201
|
+
LongArnList = Shapes::ListShape.new(name: 'LongArnList')
|
176
202
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
177
203
|
Message = Shapes::StringShape.new(name: 'Message')
|
178
204
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
@@ -187,6 +213,7 @@ module Aws::ForecastService
|
|
187
213
|
Month = Shapes::StringShape.new(name: 'Month')
|
188
214
|
Name = Shapes::StringShape.new(name: 'Name')
|
189
215
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
216
|
+
Operation = Shapes::StringShape.new(name: 'Operation')
|
190
217
|
OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
|
191
218
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
192
219
|
ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
|
@@ -233,9 +260,14 @@ module Aws::ForecastService
|
|
233
260
|
TestWindows = Shapes::ListShape.new(name: 'TestWindows')
|
234
261
|
TimeAlignmentBoundary = Shapes::StructureShape.new(name: 'TimeAlignmentBoundary')
|
235
262
|
TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
|
263
|
+
TimeSeriesCondition = Shapes::StructureShape.new(name: 'TimeSeriesCondition')
|
264
|
+
TimeSeriesConditions = Shapes::ListShape.new(name: 'TimeSeriesConditions')
|
236
265
|
TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
|
237
266
|
TimeSeriesIdentifiers = Shapes::StructureShape.new(name: 'TimeSeriesIdentifiers')
|
267
|
+
TimeSeriesReplacementsDataSource = Shapes::StructureShape.new(name: 'TimeSeriesReplacementsDataSource')
|
238
268
|
TimeSeriesSelector = Shapes::StructureShape.new(name: 'TimeSeriesSelector')
|
269
|
+
TimeSeriesTransformation = Shapes::StructureShape.new(name: 'TimeSeriesTransformation')
|
270
|
+
TimeSeriesTransformations = Shapes::ListShape.new(name: 'TimeSeriesTransformations')
|
239
271
|
TimeZone = Shapes::StringShape.new(name: 'TimeZone')
|
240
272
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
241
273
|
TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
|
@@ -250,8 +282,20 @@ module Aws::ForecastService
|
|
250
282
|
Values = Shapes::ListShape.new(name: 'Values')
|
251
283
|
WeightedQuantileLoss = Shapes::StructureShape.new(name: 'WeightedQuantileLoss')
|
252
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')
|
253
292
|
WindowSummary = Shapes::StructureShape.new(name: 'WindowSummary')
|
254
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
|
+
|
255
299
|
AdditionalDataset.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
256
300
|
AdditionalDataset.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "Configuration"))
|
257
301
|
AdditionalDataset.struct_class = Types::AdditionalDataset
|
@@ -427,6 +471,35 @@ module Aws::ForecastService
|
|
427
471
|
CreatePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
|
428
472
|
CreatePredictorResponse.struct_class = Types::CreatePredictorResponse
|
429
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
|
+
|
430
503
|
DataConfig.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
|
431
504
|
DataConfig.add_member(:attribute_configs, Shapes::ShapeRef.new(shape: AttributeConfigs, location_name: "AttributeConfigs"))
|
432
505
|
DataConfig.add_member(:additional_datasets, Shapes::ShapeRef.new(shape: AdditionalDatasets, location_name: "AdditionalDatasets"))
|
@@ -500,6 +573,15 @@ module Aws::ForecastService
|
|
500
573
|
DeleteResourceTreeRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
|
501
574
|
DeleteResourceTreeRequest.struct_class = Types::DeleteResourceTreeRequest
|
502
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
|
+
|
503
585
|
DescribeAutoPredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
|
504
586
|
DescribeAutoPredictorRequest.struct_class = Types::DescribeAutoPredictorRequest
|
505
587
|
|
@@ -694,6 +776,51 @@ module Aws::ForecastService
|
|
694
776
|
DescribePredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
|
695
777
|
DescribePredictorResponse.struct_class = Types::DescribePredictorResponse
|
696
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
|
+
|
697
824
|
EncryptionConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
698
825
|
EncryptionConfig.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, required: true, location_name: "KMSKeyArn"))
|
699
826
|
EncryptionConfig.struct_class = Types::EncryptionConfig
|
@@ -941,6 +1068,35 @@ module Aws::ForecastService
|
|
941
1068
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
942
1069
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
943
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
|
+
|
944
1100
|
MetricResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
|
945
1101
|
MetricResult.add_member(:metric_value, Shapes::ShapeRef.new(shape: Double, location_name: "MetricValue"))
|
946
1102
|
MetricResult.struct_class = Types::MetricResult
|
@@ -1120,14 +1276,33 @@ module Aws::ForecastService
|
|
1120
1276
|
TimeAlignmentBoundary.add_member(:hour, Shapes::ShapeRef.new(shape: Hour, location_name: "Hour"))
|
1121
1277
|
TimeAlignmentBoundary.struct_class = Types::TimeAlignmentBoundary
|
1122
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
|
+
|
1123
1286
|
TimeSeriesIdentifiers.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
|
1124
1287
|
TimeSeriesIdentifiers.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
|
1125
1288
|
TimeSeriesIdentifiers.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "Format"))
|
1126
1289
|
TimeSeriesIdentifiers.struct_class = Types::TimeSeriesIdentifiers
|
1127
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
|
+
|
1128
1297
|
TimeSeriesSelector.add_member(:time_series_identifiers, Shapes::ShapeRef.new(shape: TimeSeriesIdentifiers, location_name: "TimeSeriesIdentifiers"))
|
1129
1298
|
TimeSeriesSelector.struct_class = Types::TimeSeriesSelector
|
1130
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
|
+
|
1131
1306
|
TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
1132
1307
|
TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
1133
1308
|
|
@@ -1154,6 +1329,42 @@ module Aws::ForecastService
|
|
1154
1329
|
|
1155
1330
|
WeightedQuantileLosses.member = Shapes::ShapeRef.new(shape: WeightedQuantileLoss)
|
1156
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
|
+
|
1157
1368
|
WindowSummary.add_member(:test_window_start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowStart"))
|
1158
1369
|
WindowSummary.add_member(:test_window_end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowEnd"))
|
1159
1370
|
WindowSummary.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ItemCount"))
|
@@ -1321,6 +1532,45 @@ module Aws::ForecastService
|
|
1321
1532
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1322
1533
|
end)
|
1323
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
|
+
|
1324
1574
|
api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
|
1325
1575
|
o.name = "DeleteDataset"
|
1326
1576
|
o.http_method = "POST"
|
@@ -1442,6 +1692,39 @@ module Aws::ForecastService
|
|
1442
1692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1443
1693
|
end)
|
1444
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
|
+
|
1445
1728
|
api.add_operation(:describe_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
|
1446
1729
|
o.name = "DescribeAutoPredictor"
|
1447
1730
|
o.http_method = "POST"
|
@@ -1552,6 +1835,36 @@ module Aws::ForecastService
|
|
1552
1835
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1553
1836
|
end)
|
1554
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
|
+
|
1555
1868
|
api.add_operation(:get_accuracy_metrics, Seahorse::Model::Operation.new.tap do |o|
|
1556
1869
|
o.name = "GetAccuracyMetrics"
|
1557
1870
|
o.http_method = "POST"
|
@@ -1748,6 +2061,54 @@ module Aws::ForecastService
|
|
1748
2061
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1749
2062
|
end)
|
1750
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
|
+
|
1751
2112
|
api.add_operation(:resume_resource, Seahorse::Model::Operation.new.tap do |o|
|
1752
2113
|
o.name = "ResumeResource"
|
1753
2114
|
o.http_method = "POST"
|