aws-sdk-forecastservice 1.24.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,21 +13,32 @@ module Aws::ForecastService
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AdditionalDataset = Shapes::StructureShape.new(name: 'AdditionalDataset')
17
+ AdditionalDatasets = Shapes::ListShape.new(name: 'AdditionalDatasets')
16
18
  Arn = Shapes::StringShape.new(name: 'Arn')
17
19
  ArnList = Shapes::ListShape.new(name: 'ArnList')
20
+ AttributeConfig = Shapes::StructureShape.new(name: 'AttributeConfig')
21
+ AttributeConfigs = Shapes::ListShape.new(name: 'AttributeConfigs')
18
22
  AttributeType = Shapes::StringShape.new(name: 'AttributeType')
19
23
  AutoMLOverrideStrategy = Shapes::StringShape.new(name: 'AutoMLOverrideStrategy')
20
24
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
21
25
  CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
22
26
  CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
27
+ Configuration = Shapes::MapShape.new(name: 'Configuration')
23
28
  ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
24
29
  ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
30
+ CreateAutoPredictorRequest = Shapes::StructureShape.new(name: 'CreateAutoPredictorRequest')
31
+ CreateAutoPredictorResponse = Shapes::StructureShape.new(name: 'CreateAutoPredictorResponse')
25
32
  CreateDatasetGroupRequest = Shapes::StructureShape.new(name: 'CreateDatasetGroupRequest')
26
33
  CreateDatasetGroupResponse = Shapes::StructureShape.new(name: 'CreateDatasetGroupResponse')
27
34
  CreateDatasetImportJobRequest = Shapes::StructureShape.new(name: 'CreateDatasetImportJobRequest')
28
35
  CreateDatasetImportJobResponse = Shapes::StructureShape.new(name: 'CreateDatasetImportJobResponse')
29
36
  CreateDatasetRequest = Shapes::StructureShape.new(name: 'CreateDatasetRequest')
30
37
  CreateDatasetResponse = Shapes::StructureShape.new(name: 'CreateDatasetResponse')
38
+ CreateExplainabilityExportRequest = Shapes::StructureShape.new(name: 'CreateExplainabilityExportRequest')
39
+ CreateExplainabilityExportResponse = Shapes::StructureShape.new(name: 'CreateExplainabilityExportResponse')
40
+ CreateExplainabilityRequest = Shapes::StructureShape.new(name: 'CreateExplainabilityRequest')
41
+ CreateExplainabilityResponse = Shapes::StructureShape.new(name: 'CreateExplainabilityResponse')
31
42
  CreateForecastExportJobRequest = Shapes::StructureShape.new(name: 'CreateForecastExportJobRequest')
32
43
  CreateForecastExportJobResponse = Shapes::StructureShape.new(name: 'CreateForecastExportJobResponse')
33
44
  CreateForecastRequest = Shapes::StructureShape.new(name: 'CreateForecastRequest')
@@ -36,6 +47,7 @@ module Aws::ForecastService
36
47
  CreatePredictorBacktestExportJobResponse = Shapes::StructureShape.new(name: 'CreatePredictorBacktestExportJobResponse')
37
48
  CreatePredictorRequest = Shapes::StructureShape.new(name: 'CreatePredictorRequest')
38
49
  CreatePredictorResponse = Shapes::StructureShape.new(name: 'CreatePredictorResponse')
50
+ DataConfig = Shapes::StructureShape.new(name: 'DataConfig')
39
51
  DataDestination = Shapes::StructureShape.new(name: 'DataDestination')
40
52
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
41
53
  DatasetGroupSummary = Shapes::StructureShape.new(name: 'DatasetGroupSummary')
@@ -48,17 +60,25 @@ module Aws::ForecastService
48
60
  DeleteDatasetGroupRequest = Shapes::StructureShape.new(name: 'DeleteDatasetGroupRequest')
49
61
  DeleteDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DeleteDatasetImportJobRequest')
50
62
  DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
63
+ DeleteExplainabilityExportRequest = Shapes::StructureShape.new(name: 'DeleteExplainabilityExportRequest')
64
+ DeleteExplainabilityRequest = Shapes::StructureShape.new(name: 'DeleteExplainabilityRequest')
51
65
  DeleteForecastExportJobRequest = Shapes::StructureShape.new(name: 'DeleteForecastExportJobRequest')
52
66
  DeleteForecastRequest = Shapes::StructureShape.new(name: 'DeleteForecastRequest')
53
67
  DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
54
68
  DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
55
69
  DeleteResourceTreeRequest = Shapes::StructureShape.new(name: 'DeleteResourceTreeRequest')
70
+ DescribeAutoPredictorRequest = Shapes::StructureShape.new(name: 'DescribeAutoPredictorRequest')
71
+ DescribeAutoPredictorResponse = Shapes::StructureShape.new(name: 'DescribeAutoPredictorResponse')
56
72
  DescribeDatasetGroupRequest = Shapes::StructureShape.new(name: 'DescribeDatasetGroupRequest')
57
73
  DescribeDatasetGroupResponse = Shapes::StructureShape.new(name: 'DescribeDatasetGroupResponse')
58
74
  DescribeDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DescribeDatasetImportJobRequest')
59
75
  DescribeDatasetImportJobResponse = Shapes::StructureShape.new(name: 'DescribeDatasetImportJobResponse')
60
76
  DescribeDatasetRequest = Shapes::StructureShape.new(name: 'DescribeDatasetRequest')
61
77
  DescribeDatasetResponse = Shapes::StructureShape.new(name: 'DescribeDatasetResponse')
78
+ DescribeExplainabilityExportRequest = Shapes::StructureShape.new(name: 'DescribeExplainabilityExportRequest')
79
+ DescribeExplainabilityExportResponse = Shapes::StructureShape.new(name: 'DescribeExplainabilityExportResponse')
80
+ DescribeExplainabilityRequest = Shapes::StructureShape.new(name: 'DescribeExplainabilityRequest')
81
+ DescribeExplainabilityResponse = Shapes::StructureShape.new(name: 'DescribeExplainabilityResponse')
62
82
  DescribeForecastExportJobRequest = Shapes::StructureShape.new(name: 'DescribeForecastExportJobRequest')
63
83
  DescribeForecastExportJobResponse = Shapes::StructureShape.new(name: 'DescribeForecastExportJobResponse')
64
84
  DescribeForecastRequest = Shapes::StructureShape.new(name: 'DescribeForecastRequest')
@@ -76,6 +96,12 @@ module Aws::ForecastService
76
96
  EvaluationParameters = Shapes::StructureShape.new(name: 'EvaluationParameters')
77
97
  EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
78
98
  EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
99
+ Explainabilities = Shapes::ListShape.new(name: 'Explainabilities')
100
+ ExplainabilityConfig = Shapes::StructureShape.new(name: 'ExplainabilityConfig')
101
+ ExplainabilityExportSummary = Shapes::StructureShape.new(name: 'ExplainabilityExportSummary')
102
+ ExplainabilityExports = Shapes::ListShape.new(name: 'ExplainabilityExports')
103
+ ExplainabilityInfo = Shapes::StructureShape.new(name: 'ExplainabilityInfo')
104
+ ExplainabilitySummary = Shapes::StructureShape.new(name: 'ExplainabilitySummary')
79
105
  Featurization = Shapes::StructureShape.new(name: 'Featurization')
80
106
  FeaturizationConfig = Shapes::StructureShape.new(name: 'FeaturizationConfig')
81
107
  FeaturizationMethod = Shapes::StructureShape.new(name: 'FeaturizationMethod')
@@ -113,6 +139,10 @@ module Aws::ForecastService
113
139
  ListDatasetImportJobsResponse = Shapes::StructureShape.new(name: 'ListDatasetImportJobsResponse')
114
140
  ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
115
141
  ListDatasetsResponse = Shapes::StructureShape.new(name: 'ListDatasetsResponse')
142
+ ListExplainabilitiesRequest = Shapes::StructureShape.new(name: 'ListExplainabilitiesRequest')
143
+ ListExplainabilitiesResponse = Shapes::StructureShape.new(name: 'ListExplainabilitiesResponse')
144
+ ListExplainabilityExportsRequest = Shapes::StructureShape.new(name: 'ListExplainabilityExportsRequest')
145
+ ListExplainabilityExportsResponse = Shapes::StructureShape.new(name: 'ListExplainabilityExportsResponse')
116
146
  ListForecastExportJobsRequest = Shapes::StructureShape.new(name: 'ListForecastExportJobsRequest')
117
147
  ListForecastExportJobsResponse = Shapes::StructureShape.new(name: 'ListForecastExportJobsResponse')
118
148
  ListForecastsRequest = Shapes::StructureShape.new(name: 'ListForecastsRequest')
@@ -123,12 +153,14 @@ module Aws::ForecastService
123
153
  ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
124
154
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
125
155
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
156
+ LocalDateTime = Shapes::StringShape.new(name: 'LocalDateTime')
126
157
  Long = Shapes::IntegerShape.new(name: 'Long')
127
158
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
128
159
  Message = Shapes::StringShape.new(name: 'Message')
129
160
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
130
161
  Name = Shapes::StringShape.new(name: 'Name')
131
162
  NextToken = Shapes::StringShape.new(name: 'NextToken')
163
+ OptimizationMetric = Shapes::StringShape.new(name: 'OptimizationMetric')
132
164
  ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
133
165
  ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
134
166
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
@@ -140,6 +172,7 @@ module Aws::ForecastService
140
172
  PredictorExecutions = Shapes::ListShape.new(name: 'PredictorExecutions')
141
173
  PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
142
174
  Predictors = Shapes::ListShape.new(name: 'Predictors')
175
+ ReferencePredictorSummary = Shapes::StructureShape.new(name: 'ReferencePredictorSummary')
143
176
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
144
177
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
145
178
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
@@ -149,6 +182,7 @@ module Aws::ForecastService
149
182
  Schema = Shapes::StructureShape.new(name: 'Schema')
150
183
  SchemaAttribute = Shapes::StructureShape.new(name: 'SchemaAttribute')
151
184
  SchemaAttributes = Shapes::ListShape.new(name: 'SchemaAttributes')
185
+ State = Shapes::StringShape.new(name: 'State')
152
186
  Statistics = Shapes::StructureShape.new(name: 'Statistics')
153
187
  Status = Shapes::StringShape.new(name: 'Status')
154
188
  StopResourceRequest = Shapes::StructureShape.new(name: 'StopResourceRequest')
@@ -165,10 +199,13 @@ module Aws::ForecastService
165
199
  TestWindowDetails = Shapes::ListShape.new(name: 'TestWindowDetails')
166
200
  TestWindowSummary = Shapes::StructureShape.new(name: 'TestWindowSummary')
167
201
  TestWindows = Shapes::ListShape.new(name: 'TestWindows')
202
+ TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
203
+ TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
168
204
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
169
205
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
170
206
  TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
171
207
  TrainingParameters = Shapes::MapShape.new(name: 'TrainingParameters')
208
+ Transformations = Shapes::MapShape.new(name: 'Transformations')
172
209
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
173
210
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
174
211
  UpdateDatasetGroupRequest = Shapes::StructureShape.new(name: 'UpdateDatasetGroupRequest')
@@ -180,14 +217,29 @@ module Aws::ForecastService
180
217
  WeightedQuantileLosses = Shapes::ListShape.new(name: 'WeightedQuantileLosses')
181
218
  WindowSummary = Shapes::StructureShape.new(name: 'WindowSummary')
182
219
 
220
+ AdditionalDataset.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
221
+ AdditionalDataset.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, location_name: "Configuration"))
222
+ AdditionalDataset.struct_class = Types::AdditionalDataset
223
+
224
+ AdditionalDatasets.member = Shapes::ShapeRef.new(shape: AdditionalDataset)
225
+
183
226
  ArnList.member = Shapes::ShapeRef.new(shape: Arn)
184
227
 
228
+ AttributeConfig.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
229
+ AttributeConfig.add_member(:transformations, Shapes::ShapeRef.new(shape: Transformations, required: true, location_name: "Transformations"))
230
+ AttributeConfig.struct_class = Types::AttributeConfig
231
+
232
+ AttributeConfigs.member = Shapes::ShapeRef.new(shape: AttributeConfig)
233
+
185
234
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
186
235
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
187
236
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
188
237
 
189
238
  CategoricalParameterRanges.member = Shapes::ShapeRef.new(shape: CategoricalParameterRange)
190
239
 
240
+ Configuration.key = Shapes::ShapeRef.new(shape: Name)
241
+ Configuration.value = Shapes::ShapeRef.new(shape: Values)
242
+
191
243
  ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
192
244
  ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MaxValue"))
193
245
  ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MinValue"))
@@ -196,6 +248,22 @@ module Aws::ForecastService
196
248
 
197
249
  ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
198
250
 
251
+ CreateAutoPredictorRequest.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "PredictorName"))
252
+ CreateAutoPredictorRequest.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
253
+ CreateAutoPredictorRequest.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
254
+ CreateAutoPredictorRequest.add_member(:forecast_dimensions, Shapes::ShapeRef.new(shape: ForecastDimensions, location_name: "ForecastDimensions"))
255
+ CreateAutoPredictorRequest.add_member(:forecast_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "ForecastFrequency"))
256
+ CreateAutoPredictorRequest.add_member(:data_config, Shapes::ShapeRef.new(shape: DataConfig, location_name: "DataConfig"))
257
+ CreateAutoPredictorRequest.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
258
+ CreateAutoPredictorRequest.add_member(:reference_predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ReferencePredictorArn"))
259
+ CreateAutoPredictorRequest.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
260
+ CreateAutoPredictorRequest.add_member(:explain_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExplainPredictor"))
261
+ CreateAutoPredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
262
+ CreateAutoPredictorRequest.struct_class = Types::CreateAutoPredictorRequest
263
+
264
+ CreateAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
265
+ CreateAutoPredictorResponse.struct_class = Types::CreateAutoPredictorResponse
266
+
199
267
  CreateDatasetGroupRequest.add_member(:dataset_group_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DatasetGroupName"))
200
268
  CreateDatasetGroupRequest.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
201
269
  CreateDatasetGroupRequest.add_member(:dataset_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetArns"))
@@ -230,6 +298,29 @@ module Aws::ForecastService
230
298
  CreateDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
231
299
  CreateDatasetResponse.struct_class = Types::CreateDatasetResponse
232
300
 
301
+ CreateExplainabilityExportRequest.add_member(:explainability_export_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ExplainabilityExportName"))
302
+ CreateExplainabilityExportRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
303
+ CreateExplainabilityExportRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
304
+ CreateExplainabilityExportRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
305
+ CreateExplainabilityExportRequest.struct_class = Types::CreateExplainabilityExportRequest
306
+
307
+ CreateExplainabilityExportResponse.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
308
+ CreateExplainabilityExportResponse.struct_class = Types::CreateExplainabilityExportResponse
309
+
310
+ CreateExplainabilityRequest.add_member(:explainability_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ExplainabilityName"))
311
+ CreateExplainabilityRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
312
+ CreateExplainabilityRequest.add_member(:explainability_config, Shapes::ShapeRef.new(shape: ExplainabilityConfig, required: true, location_name: "ExplainabilityConfig"))
313
+ CreateExplainabilityRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
314
+ CreateExplainabilityRequest.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
315
+ CreateExplainabilityRequest.add_member(:enable_visualization, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableVisualization"))
316
+ CreateExplainabilityRequest.add_member(:start_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "StartDateTime"))
317
+ CreateExplainabilityRequest.add_member(:end_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "EndDateTime"))
318
+ CreateExplainabilityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
319
+ CreateExplainabilityRequest.struct_class = Types::CreateExplainabilityRequest
320
+
321
+ CreateExplainabilityResponse.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
322
+ CreateExplainabilityResponse.struct_class = Types::CreateExplainabilityResponse
323
+
233
324
  CreateForecastExportJobRequest.add_member(:forecast_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ForecastExportJobName"))
234
325
  CreateForecastExportJobRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
235
326
  CreateForecastExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
@@ -271,11 +362,17 @@ module Aws::ForecastService
271
362
  CreatePredictorRequest.add_member(:featurization_config, Shapes::ShapeRef.new(shape: FeaturizationConfig, required: true, location_name: "FeaturizationConfig"))
272
363
  CreatePredictorRequest.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
273
364
  CreatePredictorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
365
+ CreatePredictorRequest.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
274
366
  CreatePredictorRequest.struct_class = Types::CreatePredictorRequest
275
367
 
276
368
  CreatePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
277
369
  CreatePredictorResponse.struct_class = Types::CreatePredictorResponse
278
370
 
371
+ DataConfig.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
372
+ DataConfig.add_member(:attribute_configs, Shapes::ShapeRef.new(shape: AttributeConfigs, location_name: "AttributeConfigs"))
373
+ DataConfig.add_member(:additional_datasets, Shapes::ShapeRef.new(shape: AdditionalDatasets, location_name: "AdditionalDatasets"))
374
+ DataConfig.struct_class = Types::DataConfig
375
+
279
376
  DataDestination.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, required: true, location_name: "S3Config"))
280
377
  DataDestination.struct_class = Types::DataDestination
281
378
 
@@ -320,6 +417,12 @@ module Aws::ForecastService
320
417
  DeleteDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
321
418
  DeleteDatasetRequest.struct_class = Types::DeleteDatasetRequest
322
419
 
420
+ DeleteExplainabilityExportRequest.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityExportArn"))
421
+ DeleteExplainabilityExportRequest.struct_class = Types::DeleteExplainabilityExportRequest
422
+
423
+ DeleteExplainabilityRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
424
+ DeleteExplainabilityRequest.struct_class = Types::DeleteExplainabilityRequest
425
+
323
426
  DeleteForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
324
427
  DeleteForecastExportJobRequest.struct_class = Types::DeleteForecastExportJobRequest
325
428
 
@@ -335,6 +438,27 @@ module Aws::ForecastService
335
438
  DeleteResourceTreeRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
336
439
  DeleteResourceTreeRequest.struct_class = Types::DeleteResourceTreeRequest
337
440
 
441
+ DescribeAutoPredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
442
+ DescribeAutoPredictorRequest.struct_class = Types::DescribeAutoPredictorRequest
443
+
444
+ DescribeAutoPredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
445
+ DescribeAutoPredictorResponse.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
446
+ DescribeAutoPredictorResponse.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
447
+ DescribeAutoPredictorResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
448
+ DescribeAutoPredictorResponse.add_member(:forecast_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "ForecastFrequency"))
449
+ DescribeAutoPredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
450
+ DescribeAutoPredictorResponse.add_member(:data_config, Shapes::ShapeRef.new(shape: DataConfig, location_name: "DataConfig"))
451
+ DescribeAutoPredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
452
+ DescribeAutoPredictorResponse.add_member(:reference_predictor_summary, Shapes::ShapeRef.new(shape: ReferencePredictorSummary, location_name: "ReferencePredictorSummary"))
453
+ DescribeAutoPredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
454
+ DescribeAutoPredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
455
+ DescribeAutoPredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
456
+ DescribeAutoPredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
457
+ DescribeAutoPredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
458
+ DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
459
+ DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
460
+ DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
461
+
338
462
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
339
463
  DescribeDatasetGroupRequest.struct_class = Types::DescribeDatasetGroupRequest
340
464
 
@@ -382,6 +506,38 @@ module Aws::ForecastService
382
506
  DescribeDatasetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
383
507
  DescribeDatasetResponse.struct_class = Types::DescribeDatasetResponse
384
508
 
509
+ DescribeExplainabilityExportRequest.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityExportArn"))
510
+ DescribeExplainabilityExportRequest.struct_class = Types::DescribeExplainabilityExportRequest
511
+
512
+ DescribeExplainabilityExportResponse.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
513
+ DescribeExplainabilityExportResponse.add_member(:explainability_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityExportName"))
514
+ DescribeExplainabilityExportResponse.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
515
+ DescribeExplainabilityExportResponse.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
516
+ DescribeExplainabilityExportResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
517
+ DescribeExplainabilityExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
518
+ DescribeExplainabilityExportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
519
+ DescribeExplainabilityExportResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
520
+ DescribeExplainabilityExportResponse.struct_class = Types::DescribeExplainabilityExportResponse
521
+
522
+ DescribeExplainabilityRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
523
+ DescribeExplainabilityRequest.struct_class = Types::DescribeExplainabilityRequest
524
+
525
+ DescribeExplainabilityResponse.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
526
+ DescribeExplainabilityResponse.add_member(:explainability_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityName"))
527
+ DescribeExplainabilityResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
528
+ DescribeExplainabilityResponse.add_member(:explainability_config, Shapes::ShapeRef.new(shape: ExplainabilityConfig, location_name: "ExplainabilityConfig"))
529
+ DescribeExplainabilityResponse.add_member(:enable_visualization, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableVisualization"))
530
+ DescribeExplainabilityResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
531
+ DescribeExplainabilityResponse.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
532
+ DescribeExplainabilityResponse.add_member(:start_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "StartDateTime"))
533
+ DescribeExplainabilityResponse.add_member(:end_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "EndDateTime"))
534
+ DescribeExplainabilityResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
535
+ DescribeExplainabilityResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
536
+ DescribeExplainabilityResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
537
+ DescribeExplainabilityResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
538
+ DescribeExplainabilityResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
539
+ DescribeExplainabilityResponse.struct_class = Types::DescribeExplainabilityResponse
540
+
385
541
  DescribeForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
386
542
  DescribeForecastExportJobRequest.struct_class = Types::DescribeForecastExportJobRequest
387
543
 
@@ -429,6 +585,7 @@ module Aws::ForecastService
429
585
  DescribePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorArn"))
430
586
  DescribePredictorResponse.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
431
587
  DescribePredictorResponse.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
588
+ DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
432
589
  DescribePredictorResponse.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
433
590
  DescribePredictorResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
434
591
  DescribePredictorResponse.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformAutoML"))
@@ -442,12 +599,13 @@ module Aws::ForecastService
442
599
  DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
443
600
  DescribePredictorResponse.add_member(:predictor_execution_details, Shapes::ShapeRef.new(shape: PredictorExecutionDetails, location_name: "PredictorExecutionDetails"))
444
601
  DescribePredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
602
+ DescribePredictorResponse.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
445
603
  DescribePredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
446
- DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
447
604
  DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
448
605
  DescribePredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
449
606
  DescribePredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
450
607
  DescribePredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
608
+ DescribePredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
451
609
  DescribePredictorResponse.struct_class = Types::DescribePredictorResponse
452
610
 
453
611
  EncryptionConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
@@ -457,6 +615,8 @@ module Aws::ForecastService
457
615
  ErrorMetric.add_member(:forecast_type, Shapes::ShapeRef.new(shape: ForecastType, location_name: "ForecastType"))
458
616
  ErrorMetric.add_member(:wape, Shapes::ShapeRef.new(shape: Double, location_name: "WAPE"))
459
617
  ErrorMetric.add_member(:rmse, Shapes::ShapeRef.new(shape: Double, location_name: "RMSE"))
618
+ ErrorMetric.add_member(:mase, Shapes::ShapeRef.new(shape: Double, location_name: "MASE"))
619
+ ErrorMetric.add_member(:mape, Shapes::ShapeRef.new(shape: Double, location_name: "MAPE"))
460
620
  ErrorMetric.struct_class = Types::ErrorMetric
461
621
 
462
622
  ErrorMetrics.member = Shapes::ShapeRef.new(shape: ErrorMetric)
@@ -469,6 +629,37 @@ module Aws::ForecastService
469
629
  EvaluationResult.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindows, location_name: "TestWindows"))
470
630
  EvaluationResult.struct_class = Types::EvaluationResult
471
631
 
632
+ Explainabilities.member = Shapes::ShapeRef.new(shape: ExplainabilitySummary)
633
+
634
+ ExplainabilityConfig.add_member(:time_series_granularity, Shapes::ShapeRef.new(shape: TimeSeriesGranularity, required: true, location_name: "TimeSeriesGranularity"))
635
+ ExplainabilityConfig.add_member(:time_point_granularity, Shapes::ShapeRef.new(shape: TimePointGranularity, required: true, location_name: "TimePointGranularity"))
636
+ ExplainabilityConfig.struct_class = Types::ExplainabilityConfig
637
+
638
+ ExplainabilityExportSummary.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
639
+ ExplainabilityExportSummary.add_member(:explainability_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityExportName"))
640
+ ExplainabilityExportSummary.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
641
+ ExplainabilityExportSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
642
+ ExplainabilityExportSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
643
+ ExplainabilityExportSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
644
+ ExplainabilityExportSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
645
+ ExplainabilityExportSummary.struct_class = Types::ExplainabilityExportSummary
646
+
647
+ ExplainabilityExports.member = Shapes::ShapeRef.new(shape: ExplainabilityExportSummary)
648
+
649
+ ExplainabilityInfo.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
650
+ ExplainabilityInfo.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
651
+ ExplainabilityInfo.struct_class = Types::ExplainabilityInfo
652
+
653
+ ExplainabilitySummary.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
654
+ ExplainabilitySummary.add_member(:explainability_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityName"))
655
+ ExplainabilitySummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
656
+ ExplainabilitySummary.add_member(:explainability_config, Shapes::ShapeRef.new(shape: ExplainabilityConfig, location_name: "ExplainabilityConfig"))
657
+ ExplainabilitySummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
658
+ ExplainabilitySummary.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
659
+ ExplainabilitySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
660
+ ExplainabilitySummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
661
+ ExplainabilitySummary.struct_class = Types::ExplainabilitySummary
662
+
472
663
  Featurization.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
473
664
  Featurization.add_member(:featurization_pipeline, Shapes::ShapeRef.new(shape: FeaturizationPipeline, location_name: "FeaturizationPipeline"))
474
665
  Featurization.struct_class = Types::Featurization
@@ -515,6 +706,7 @@ module Aws::ForecastService
515
706
  ForecastSummary.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
516
707
  ForecastSummary.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastName"))
517
708
  ForecastSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: String, location_name: "PredictorArn"))
709
+ ForecastSummary.add_member(:created_using_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "CreatedUsingAutoPredictor"))
518
710
  ForecastSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DatasetGroupArn"))
519
711
  ForecastSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
520
712
  ForecastSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -530,7 +722,9 @@ module Aws::ForecastService
530
722
  GetAccuracyMetricsRequest.struct_class = Types::GetAccuracyMetricsRequest
531
723
 
532
724
  GetAccuracyMetricsResponse.add_member(:predictor_evaluation_results, Shapes::ShapeRef.new(shape: PredictorEvaluationResults, location_name: "PredictorEvaluationResults"))
725
+ GetAccuracyMetricsResponse.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
533
726
  GetAccuracyMetricsResponse.add_member(:auto_ml_override_strategy, Shapes::ShapeRef.new(shape: AutoMLOverrideStrategy, location_name: "AutoMLOverrideStrategy"))
727
+ GetAccuracyMetricsResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
534
728
  GetAccuracyMetricsResponse.struct_class = Types::GetAccuracyMetricsResponse
535
729
 
536
730
  HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "ParameterRanges"))
@@ -582,6 +776,24 @@ module Aws::ForecastService
582
776
  ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
583
777
  ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
584
778
 
779
+ ListExplainabilitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
780
+ ListExplainabilitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
781
+ ListExplainabilitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
782
+ ListExplainabilitiesRequest.struct_class = Types::ListExplainabilitiesRequest
783
+
784
+ ListExplainabilitiesResponse.add_member(:explainabilities, Shapes::ShapeRef.new(shape: Explainabilities, location_name: "Explainabilities"))
785
+ ListExplainabilitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
786
+ ListExplainabilitiesResponse.struct_class = Types::ListExplainabilitiesResponse
787
+
788
+ ListExplainabilityExportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
789
+ ListExplainabilityExportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
790
+ ListExplainabilityExportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
791
+ ListExplainabilityExportsRequest.struct_class = Types::ListExplainabilityExportsRequest
792
+
793
+ ListExplainabilityExportsResponse.add_member(:explainability_exports, Shapes::ShapeRef.new(shape: ExplainabilityExports, location_name: "ExplainabilityExports"))
794
+ ListExplainabilityExportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
795
+ ListExplainabilityExportsResponse.struct_class = Types::ListExplainabilityExportsResponse
796
+
585
797
  ListForecastExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
586
798
  ListForecastExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
587
799
  ListForecastExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -627,6 +839,7 @@ module Aws::ForecastService
627
839
  Metrics.add_member(:rmse, Shapes::ShapeRef.new(shape: Double, deprecated: true, location_name: "RMSE", metadata: {"deprecatedMessage"=>"This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE"}))
628
840
  Metrics.add_member(:weighted_quantile_losses, Shapes::ShapeRef.new(shape: WeightedQuantileLosses, location_name: "WeightedQuantileLosses"))
629
841
  Metrics.add_member(:error_metrics, Shapes::ShapeRef.new(shape: ErrorMetrics, location_name: "ErrorMetrics"))
842
+ Metrics.add_member(:average_weighted_quantile_loss, Shapes::ShapeRef.new(shape: Double, location_name: "AverageWeightedQuantileLoss"))
630
843
  Metrics.struct_class = Types::Metrics
631
844
 
632
845
  ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
@@ -659,6 +872,8 @@ module Aws::ForecastService
659
872
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
660
873
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
661
874
  PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
875
+ PredictorSummary.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
876
+ PredictorSummary.add_member(:reference_predictor_summary, Shapes::ShapeRef.new(shape: ReferencePredictorSummary, location_name: "ReferencePredictorSummary"))
662
877
  PredictorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
663
878
  PredictorSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
664
879
  PredictorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -667,6 +882,10 @@ module Aws::ForecastService
667
882
 
668
883
  Predictors.member = Shapes::ShapeRef.new(shape: PredictorSummary)
669
884
 
885
+ ReferencePredictorSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
886
+ ReferencePredictorSummary.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
887
+ ReferencePredictorSummary.struct_class = Types::ReferencePredictorSummary
888
+
670
889
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
671
890
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
672
891
 
@@ -740,6 +959,9 @@ module Aws::ForecastService
740
959
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
741
960
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
742
961
 
962
+ Transformations.key = Shapes::ShapeRef.new(shape: Name)
963
+ Transformations.value = Shapes::ShapeRef.new(shape: Value)
964
+
743
965
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
744
966
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
745
967
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -786,6 +1008,19 @@ module Aws::ForecastService
786
1008
  "uid" => "forecast-2018-06-26",
787
1009
  }
788
1010
 
1011
+ api.add_operation(:create_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
1012
+ o.name = "CreateAutoPredictor"
1013
+ o.http_method = "POST"
1014
+ o.http_request_uri = "/"
1015
+ o.input = Shapes::ShapeRef.new(shape: CreateAutoPredictorRequest)
1016
+ o.output = Shapes::ShapeRef.new(shape: CreateAutoPredictorResponse)
1017
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1022
+ end)
1023
+
789
1024
  api.add_operation(:create_dataset, Seahorse::Model::Operation.new.tap do |o|
790
1025
  o.name = "CreateDataset"
791
1026
  o.http_method = "POST"
@@ -823,6 +1058,32 @@ module Aws::ForecastService
823
1058
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
824
1059
  end)
825
1060
 
1061
+ api.add_operation(:create_explainability, Seahorse::Model::Operation.new.tap do |o|
1062
+ o.name = "CreateExplainability"
1063
+ o.http_method = "POST"
1064
+ o.http_request_uri = "/"
1065
+ o.input = Shapes::ShapeRef.new(shape: CreateExplainabilityRequest)
1066
+ o.output = Shapes::ShapeRef.new(shape: CreateExplainabilityResponse)
1067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1072
+ end)
1073
+
1074
+ api.add_operation(:create_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1075
+ o.name = "CreateExplainabilityExport"
1076
+ o.http_method = "POST"
1077
+ o.http_request_uri = "/"
1078
+ o.input = Shapes::ShapeRef.new(shape: CreateExplainabilityExportRequest)
1079
+ o.output = Shapes::ShapeRef.new(shape: CreateExplainabilityExportResponse)
1080
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1085
+ end)
1086
+
826
1087
  api.add_operation(:create_forecast, Seahorse::Model::Operation.new.tap do |o|
827
1088
  o.name = "CreateForecast"
828
1089
  o.http_method = "POST"
@@ -908,6 +1169,28 @@ module Aws::ForecastService
908
1169
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
909
1170
  end)
910
1171
 
1172
+ api.add_operation(:delete_explainability, Seahorse::Model::Operation.new.tap do |o|
1173
+ o.name = "DeleteExplainability"
1174
+ o.http_method = "POST"
1175
+ o.http_request_uri = "/"
1176
+ o.input = Shapes::ShapeRef.new(shape: DeleteExplainabilityRequest)
1177
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1178
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1181
+ end)
1182
+
1183
+ api.add_operation(:delete_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1184
+ o.name = "DeleteExplainabilityExport"
1185
+ o.http_method = "POST"
1186
+ o.http_request_uri = "/"
1187
+ o.input = Shapes::ShapeRef.new(shape: DeleteExplainabilityExportRequest)
1188
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1189
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1192
+ end)
1193
+
911
1194
  api.add_operation(:delete_forecast, Seahorse::Model::Operation.new.tap do |o|
912
1195
  o.name = "DeleteForecast"
913
1196
  o.http_method = "POST"
@@ -963,6 +1246,16 @@ module Aws::ForecastService
963
1246
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
964
1247
  end)
965
1248
 
1249
+ api.add_operation(:describe_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
1250
+ o.name = "DescribeAutoPredictor"
1251
+ o.http_method = "POST"
1252
+ o.http_request_uri = "/"
1253
+ o.input = Shapes::ShapeRef.new(shape: DescribeAutoPredictorRequest)
1254
+ o.output = Shapes::ShapeRef.new(shape: DescribeAutoPredictorResponse)
1255
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1257
+ end)
1258
+
966
1259
  api.add_operation(:describe_dataset, Seahorse::Model::Operation.new.tap do |o|
967
1260
  o.name = "DescribeDataset"
968
1261
  o.http_method = "POST"
@@ -993,6 +1286,26 @@ module Aws::ForecastService
993
1286
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
994
1287
  end)
995
1288
 
1289
+ api.add_operation(:describe_explainability, Seahorse::Model::Operation.new.tap do |o|
1290
+ o.name = "DescribeExplainability"
1291
+ o.http_method = "POST"
1292
+ o.http_request_uri = "/"
1293
+ o.input = Shapes::ShapeRef.new(shape: DescribeExplainabilityRequest)
1294
+ o.output = Shapes::ShapeRef.new(shape: DescribeExplainabilityResponse)
1295
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1297
+ end)
1298
+
1299
+ api.add_operation(:describe_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1300
+ o.name = "DescribeExplainabilityExport"
1301
+ o.http_method = "POST"
1302
+ o.http_request_uri = "/"
1303
+ o.input = Shapes::ShapeRef.new(shape: DescribeExplainabilityExportRequest)
1304
+ o.output = Shapes::ShapeRef.new(shape: DescribeExplainabilityExportResponse)
1305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1307
+ end)
1308
+
996
1309
  api.add_operation(:describe_forecast, Seahorse::Model::Operation.new.tap do |o|
997
1310
  o.name = "DescribeForecast"
998
1311
  o.http_method = "POST"
@@ -1090,6 +1403,26 @@ module Aws::ForecastService
1090
1403
  )
1091
1404
  end)
1092
1405
 
1406
+ api.add_operation(:list_explainabilities, Seahorse::Model::Operation.new.tap do |o|
1407
+ o.name = "ListExplainabilities"
1408
+ o.http_method = "POST"
1409
+ o.http_request_uri = "/"
1410
+ o.input = Shapes::ShapeRef.new(shape: ListExplainabilitiesRequest)
1411
+ o.output = Shapes::ShapeRef.new(shape: ListExplainabilitiesResponse)
1412
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1413
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1414
+ end)
1415
+
1416
+ api.add_operation(:list_explainability_exports, Seahorse::Model::Operation.new.tap do |o|
1417
+ o.name = "ListExplainabilityExports"
1418
+ o.http_method = "POST"
1419
+ o.http_request_uri = "/"
1420
+ o.input = Shapes::ShapeRef.new(shape: ListExplainabilityExportsRequest)
1421
+ o.output = Shapes::ShapeRef.new(shape: ListExplainabilityExportsResponse)
1422
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1424
+ end)
1425
+
1093
1426
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1094
1427
  o.name = "ListForecastExportJobs"
1095
1428
  o.http_method = "POST"