aws-sdk-forecastservice 1.26.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,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,6 +153,7 @@ 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')
@@ -141,6 +172,7 @@ module Aws::ForecastService
141
172
  PredictorExecutions = Shapes::ListShape.new(name: 'PredictorExecutions')
142
173
  PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
143
174
  Predictors = Shapes::ListShape.new(name: 'Predictors')
175
+ ReferencePredictorSummary = Shapes::StructureShape.new(name: 'ReferencePredictorSummary')
144
176
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
145
177
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
146
178
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
@@ -150,6 +182,7 @@ module Aws::ForecastService
150
182
  Schema = Shapes::StructureShape.new(name: 'Schema')
151
183
  SchemaAttribute = Shapes::StructureShape.new(name: 'SchemaAttribute')
152
184
  SchemaAttributes = Shapes::ListShape.new(name: 'SchemaAttributes')
185
+ State = Shapes::StringShape.new(name: 'State')
153
186
  Statistics = Shapes::StructureShape.new(name: 'Statistics')
154
187
  Status = Shapes::StringShape.new(name: 'Status')
155
188
  StopResourceRequest = Shapes::StructureShape.new(name: 'StopResourceRequest')
@@ -166,10 +199,13 @@ module Aws::ForecastService
166
199
  TestWindowDetails = Shapes::ListShape.new(name: 'TestWindowDetails')
167
200
  TestWindowSummary = Shapes::StructureShape.new(name: 'TestWindowSummary')
168
201
  TestWindows = Shapes::ListShape.new(name: 'TestWindows')
202
+ TimePointGranularity = Shapes::StringShape.new(name: 'TimePointGranularity')
203
+ TimeSeriesGranularity = Shapes::StringShape.new(name: 'TimeSeriesGranularity')
169
204
  TimeZone = Shapes::StringShape.new(name: 'TimeZone')
170
205
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
171
206
  TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
172
207
  TrainingParameters = Shapes::MapShape.new(name: 'TrainingParameters')
208
+ Transformations = Shapes::MapShape.new(name: 'Transformations')
173
209
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
174
210
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
175
211
  UpdateDatasetGroupRequest = Shapes::StructureShape.new(name: 'UpdateDatasetGroupRequest')
@@ -181,14 +217,29 @@ module Aws::ForecastService
181
217
  WeightedQuantileLosses = Shapes::ListShape.new(name: 'WeightedQuantileLosses')
182
218
  WindowSummary = Shapes::StructureShape.new(name: 'WindowSummary')
183
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
+
184
226
  ArnList.member = Shapes::ShapeRef.new(shape: Arn)
185
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
+
186
234
  CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
187
235
  CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
188
236
  CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
189
237
 
190
238
  CategoricalParameterRanges.member = Shapes::ShapeRef.new(shape: CategoricalParameterRange)
191
239
 
240
+ Configuration.key = Shapes::ShapeRef.new(shape: Name)
241
+ Configuration.value = Shapes::ShapeRef.new(shape: Values)
242
+
192
243
  ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
193
244
  ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MaxValue"))
194
245
  ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MinValue"))
@@ -197,6 +248,22 @@ module Aws::ForecastService
197
248
 
198
249
  ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
199
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
+
200
267
  CreateDatasetGroupRequest.add_member(:dataset_group_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DatasetGroupName"))
201
268
  CreateDatasetGroupRequest.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
202
269
  CreateDatasetGroupRequest.add_member(:dataset_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetArns"))
@@ -231,6 +298,29 @@ module Aws::ForecastService
231
298
  CreateDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
232
299
  CreateDatasetResponse.struct_class = Types::CreateDatasetResponse
233
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
+
234
324
  CreateForecastExportJobRequest.add_member(:forecast_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ForecastExportJobName"))
235
325
  CreateForecastExportJobRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
236
326
  CreateForecastExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
@@ -278,6 +368,11 @@ module Aws::ForecastService
278
368
  CreatePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
279
369
  CreatePredictorResponse.struct_class = Types::CreatePredictorResponse
280
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
+
281
376
  DataDestination.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, required: true, location_name: "S3Config"))
282
377
  DataDestination.struct_class = Types::DataDestination
283
378
 
@@ -322,6 +417,12 @@ module Aws::ForecastService
322
417
  DeleteDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
323
418
  DeleteDatasetRequest.struct_class = Types::DeleteDatasetRequest
324
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
+
325
426
  DeleteForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
326
427
  DeleteForecastExportJobRequest.struct_class = Types::DeleteForecastExportJobRequest
327
428
 
@@ -337,6 +438,28 @@ module Aws::ForecastService
337
438
  DeleteResourceTreeRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
338
439
  DeleteResourceTreeRequest.struct_class = Types::DeleteResourceTreeRequest
339
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(:forecast_dimensions, Shapes::ShapeRef.new(shape: ForecastDimensions, location_name: "ForecastDimensions"))
450
+ DescribeAutoPredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
451
+ DescribeAutoPredictorResponse.add_member(:data_config, Shapes::ShapeRef.new(shape: DataConfig, location_name: "DataConfig"))
452
+ DescribeAutoPredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
453
+ DescribeAutoPredictorResponse.add_member(:reference_predictor_summary, Shapes::ShapeRef.new(shape: ReferencePredictorSummary, location_name: "ReferencePredictorSummary"))
454
+ DescribeAutoPredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
455
+ DescribeAutoPredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
456
+ DescribeAutoPredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
457
+ DescribeAutoPredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
458
+ DescribeAutoPredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
459
+ DescribeAutoPredictorResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
460
+ DescribeAutoPredictorResponse.add_member(:explainability_info, Shapes::ShapeRef.new(shape: ExplainabilityInfo, location_name: "ExplainabilityInfo"))
461
+ DescribeAutoPredictorResponse.struct_class = Types::DescribeAutoPredictorResponse
462
+
340
463
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
341
464
  DescribeDatasetGroupRequest.struct_class = Types::DescribeDatasetGroupRequest
342
465
 
@@ -384,6 +507,38 @@ module Aws::ForecastService
384
507
  DescribeDatasetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
385
508
  DescribeDatasetResponse.struct_class = Types::DescribeDatasetResponse
386
509
 
510
+ DescribeExplainabilityExportRequest.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityExportArn"))
511
+ DescribeExplainabilityExportRequest.struct_class = Types::DescribeExplainabilityExportRequest
512
+
513
+ DescribeExplainabilityExportResponse.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
514
+ DescribeExplainabilityExportResponse.add_member(:explainability_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityExportName"))
515
+ DescribeExplainabilityExportResponse.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
516
+ DescribeExplainabilityExportResponse.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
517
+ DescribeExplainabilityExportResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
518
+ DescribeExplainabilityExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
519
+ DescribeExplainabilityExportResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
520
+ DescribeExplainabilityExportResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
521
+ DescribeExplainabilityExportResponse.struct_class = Types::DescribeExplainabilityExportResponse
522
+
523
+ DescribeExplainabilityRequest.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ExplainabilityArn"))
524
+ DescribeExplainabilityRequest.struct_class = Types::DescribeExplainabilityRequest
525
+
526
+ DescribeExplainabilityResponse.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
527
+ DescribeExplainabilityResponse.add_member(:explainability_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityName"))
528
+ DescribeExplainabilityResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
529
+ DescribeExplainabilityResponse.add_member(:explainability_config, Shapes::ShapeRef.new(shape: ExplainabilityConfig, location_name: "ExplainabilityConfig"))
530
+ DescribeExplainabilityResponse.add_member(:enable_visualization, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableVisualization"))
531
+ DescribeExplainabilityResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
532
+ DescribeExplainabilityResponse.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
533
+ DescribeExplainabilityResponse.add_member(:start_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "StartDateTime"))
534
+ DescribeExplainabilityResponse.add_member(:end_date_time, Shapes::ShapeRef.new(shape: LocalDateTime, location_name: "EndDateTime"))
535
+ DescribeExplainabilityResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
536
+ DescribeExplainabilityResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
537
+ DescribeExplainabilityResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
538
+ DescribeExplainabilityResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
539
+ DescribeExplainabilityResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
540
+ DescribeExplainabilityResponse.struct_class = Types::DescribeExplainabilityResponse
541
+
387
542
  DescribeForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
388
543
  DescribeForecastExportJobRequest.struct_class = Types::DescribeForecastExportJobRequest
389
544
 
@@ -431,6 +586,7 @@ module Aws::ForecastService
431
586
  DescribePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorArn"))
432
587
  DescribePredictorResponse.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
433
588
  DescribePredictorResponse.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
589
+ DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
434
590
  DescribePredictorResponse.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
435
591
  DescribePredictorResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
436
592
  DescribePredictorResponse.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformAutoML"))
@@ -444,8 +600,8 @@ module Aws::ForecastService
444
600
  DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
445
601
  DescribePredictorResponse.add_member(:predictor_execution_details, Shapes::ShapeRef.new(shape: PredictorExecutionDetails, location_name: "PredictorExecutionDetails"))
446
602
  DescribePredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
603
+ DescribePredictorResponse.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
447
604
  DescribePredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
448
- DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
449
605
  DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
450
606
  DescribePredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
451
607
  DescribePredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -474,6 +630,37 @@ module Aws::ForecastService
474
630
  EvaluationResult.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindows, location_name: "TestWindows"))
475
631
  EvaluationResult.struct_class = Types::EvaluationResult
476
632
 
633
+ Explainabilities.member = Shapes::ShapeRef.new(shape: ExplainabilitySummary)
634
+
635
+ ExplainabilityConfig.add_member(:time_series_granularity, Shapes::ShapeRef.new(shape: TimeSeriesGranularity, required: true, location_name: "TimeSeriesGranularity"))
636
+ ExplainabilityConfig.add_member(:time_point_granularity, Shapes::ShapeRef.new(shape: TimePointGranularity, required: true, location_name: "TimePointGranularity"))
637
+ ExplainabilityConfig.struct_class = Types::ExplainabilityConfig
638
+
639
+ ExplainabilityExportSummary.add_member(:explainability_export_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityExportArn"))
640
+ ExplainabilityExportSummary.add_member(:explainability_export_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityExportName"))
641
+ ExplainabilityExportSummary.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
642
+ ExplainabilityExportSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
643
+ ExplainabilityExportSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
644
+ ExplainabilityExportSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
645
+ ExplainabilityExportSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
646
+ ExplainabilityExportSummary.struct_class = Types::ExplainabilityExportSummary
647
+
648
+ ExplainabilityExports.member = Shapes::ShapeRef.new(shape: ExplainabilityExportSummary)
649
+
650
+ ExplainabilityInfo.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
651
+ ExplainabilityInfo.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
652
+ ExplainabilityInfo.struct_class = Types::ExplainabilityInfo
653
+
654
+ ExplainabilitySummary.add_member(:explainability_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ExplainabilityArn"))
655
+ ExplainabilitySummary.add_member(:explainability_name, Shapes::ShapeRef.new(shape: Name, location_name: "ExplainabilityName"))
656
+ ExplainabilitySummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ResourceArn"))
657
+ ExplainabilitySummary.add_member(:explainability_config, Shapes::ShapeRef.new(shape: ExplainabilityConfig, location_name: "ExplainabilityConfig"))
658
+ ExplainabilitySummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
659
+ ExplainabilitySummary.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
660
+ ExplainabilitySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
661
+ ExplainabilitySummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
662
+ ExplainabilitySummary.struct_class = Types::ExplainabilitySummary
663
+
477
664
  Featurization.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
478
665
  Featurization.add_member(:featurization_pipeline, Shapes::ShapeRef.new(shape: FeaturizationPipeline, location_name: "FeaturizationPipeline"))
479
666
  Featurization.struct_class = Types::Featurization
@@ -520,6 +707,7 @@ module Aws::ForecastService
520
707
  ForecastSummary.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
521
708
  ForecastSummary.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastName"))
522
709
  ForecastSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: String, location_name: "PredictorArn"))
710
+ ForecastSummary.add_member(:created_using_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "CreatedUsingAutoPredictor"))
523
711
  ForecastSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DatasetGroupArn"))
524
712
  ForecastSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
525
713
  ForecastSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -535,6 +723,7 @@ module Aws::ForecastService
535
723
  GetAccuracyMetricsRequest.struct_class = Types::GetAccuracyMetricsRequest
536
724
 
537
725
  GetAccuracyMetricsResponse.add_member(:predictor_evaluation_results, Shapes::ShapeRef.new(shape: PredictorEvaluationResults, location_name: "PredictorEvaluationResults"))
726
+ GetAccuracyMetricsResponse.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
538
727
  GetAccuracyMetricsResponse.add_member(:auto_ml_override_strategy, Shapes::ShapeRef.new(shape: AutoMLOverrideStrategy, location_name: "AutoMLOverrideStrategy"))
539
728
  GetAccuracyMetricsResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
540
729
  GetAccuracyMetricsResponse.struct_class = Types::GetAccuracyMetricsResponse
@@ -588,6 +777,24 @@ module Aws::ForecastService
588
777
  ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
589
778
  ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
590
779
 
780
+ ListExplainabilitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
781
+ ListExplainabilitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
782
+ ListExplainabilitiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
783
+ ListExplainabilitiesRequest.struct_class = Types::ListExplainabilitiesRequest
784
+
785
+ ListExplainabilitiesResponse.add_member(:explainabilities, Shapes::ShapeRef.new(shape: Explainabilities, location_name: "Explainabilities"))
786
+ ListExplainabilitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
787
+ ListExplainabilitiesResponse.struct_class = Types::ListExplainabilitiesResponse
788
+
789
+ ListExplainabilityExportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
790
+ ListExplainabilityExportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
791
+ ListExplainabilityExportsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
792
+ ListExplainabilityExportsRequest.struct_class = Types::ListExplainabilityExportsRequest
793
+
794
+ ListExplainabilityExportsResponse.add_member(:explainability_exports, Shapes::ShapeRef.new(shape: ExplainabilityExports, location_name: "ExplainabilityExports"))
795
+ ListExplainabilityExportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
796
+ ListExplainabilityExportsResponse.struct_class = Types::ListExplainabilityExportsResponse
797
+
591
798
  ListForecastExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
592
799
  ListForecastExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
593
800
  ListForecastExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -666,6 +873,8 @@ module Aws::ForecastService
666
873
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
667
874
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
668
875
  PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
876
+ PredictorSummary.add_member(:is_auto_predictor, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsAutoPredictor"))
877
+ PredictorSummary.add_member(:reference_predictor_summary, Shapes::ShapeRef.new(shape: ReferencePredictorSummary, location_name: "ReferencePredictorSummary"))
669
878
  PredictorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
670
879
  PredictorSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
671
880
  PredictorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -674,6 +883,10 @@ module Aws::ForecastService
674
883
 
675
884
  Predictors.member = Shapes::ShapeRef.new(shape: PredictorSummary)
676
885
 
886
+ ReferencePredictorSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
887
+ ReferencePredictorSummary.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
888
+ ReferencePredictorSummary.struct_class = Types::ReferencePredictorSummary
889
+
677
890
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
678
891
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
679
892
 
@@ -747,6 +960,9 @@ module Aws::ForecastService
747
960
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
748
961
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
749
962
 
963
+ Transformations.key = Shapes::ShapeRef.new(shape: Name)
964
+ Transformations.value = Shapes::ShapeRef.new(shape: Value)
965
+
750
966
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
751
967
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
752
968
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -793,6 +1009,19 @@ module Aws::ForecastService
793
1009
  "uid" => "forecast-2018-06-26",
794
1010
  }
795
1011
 
1012
+ api.add_operation(:create_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
1013
+ o.name = "CreateAutoPredictor"
1014
+ o.http_method = "POST"
1015
+ o.http_request_uri = "/"
1016
+ o.input = Shapes::ShapeRef.new(shape: CreateAutoPredictorRequest)
1017
+ o.output = Shapes::ShapeRef.new(shape: CreateAutoPredictorResponse)
1018
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1023
+ end)
1024
+
796
1025
  api.add_operation(:create_dataset, Seahorse::Model::Operation.new.tap do |o|
797
1026
  o.name = "CreateDataset"
798
1027
  o.http_method = "POST"
@@ -830,6 +1059,32 @@ module Aws::ForecastService
830
1059
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
831
1060
  end)
832
1061
 
1062
+ api.add_operation(:create_explainability, Seahorse::Model::Operation.new.tap do |o|
1063
+ o.name = "CreateExplainability"
1064
+ o.http_method = "POST"
1065
+ o.http_request_uri = "/"
1066
+ o.input = Shapes::ShapeRef.new(shape: CreateExplainabilityRequest)
1067
+ o.output = Shapes::ShapeRef.new(shape: CreateExplainabilityResponse)
1068
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1073
+ end)
1074
+
1075
+ api.add_operation(:create_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1076
+ o.name = "CreateExplainabilityExport"
1077
+ o.http_method = "POST"
1078
+ o.http_request_uri = "/"
1079
+ o.input = Shapes::ShapeRef.new(shape: CreateExplainabilityExportRequest)
1080
+ o.output = Shapes::ShapeRef.new(shape: CreateExplainabilityExportResponse)
1081
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1086
+ end)
1087
+
833
1088
  api.add_operation(:create_forecast, Seahorse::Model::Operation.new.tap do |o|
834
1089
  o.name = "CreateForecast"
835
1090
  o.http_method = "POST"
@@ -915,6 +1170,28 @@ module Aws::ForecastService
915
1170
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
916
1171
  end)
917
1172
 
1173
+ api.add_operation(:delete_explainability, Seahorse::Model::Operation.new.tap do |o|
1174
+ o.name = "DeleteExplainability"
1175
+ o.http_method = "POST"
1176
+ o.http_request_uri = "/"
1177
+ o.input = Shapes::ShapeRef.new(shape: DeleteExplainabilityRequest)
1178
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1179
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1180
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1181
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1182
+ end)
1183
+
1184
+ api.add_operation(:delete_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1185
+ o.name = "DeleteExplainabilityExport"
1186
+ o.http_method = "POST"
1187
+ o.http_request_uri = "/"
1188
+ o.input = Shapes::ShapeRef.new(shape: DeleteExplainabilityExportRequest)
1189
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1190
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1193
+ end)
1194
+
918
1195
  api.add_operation(:delete_forecast, Seahorse::Model::Operation.new.tap do |o|
919
1196
  o.name = "DeleteForecast"
920
1197
  o.http_method = "POST"
@@ -970,6 +1247,16 @@ module Aws::ForecastService
970
1247
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
971
1248
  end)
972
1249
 
1250
+ api.add_operation(:describe_auto_predictor, Seahorse::Model::Operation.new.tap do |o|
1251
+ o.name = "DescribeAutoPredictor"
1252
+ o.http_method = "POST"
1253
+ o.http_request_uri = "/"
1254
+ o.input = Shapes::ShapeRef.new(shape: DescribeAutoPredictorRequest)
1255
+ o.output = Shapes::ShapeRef.new(shape: DescribeAutoPredictorResponse)
1256
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1258
+ end)
1259
+
973
1260
  api.add_operation(:describe_dataset, Seahorse::Model::Operation.new.tap do |o|
974
1261
  o.name = "DescribeDataset"
975
1262
  o.http_method = "POST"
@@ -1000,6 +1287,26 @@ module Aws::ForecastService
1000
1287
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1001
1288
  end)
1002
1289
 
1290
+ api.add_operation(:describe_explainability, Seahorse::Model::Operation.new.tap do |o|
1291
+ o.name = "DescribeExplainability"
1292
+ o.http_method = "POST"
1293
+ o.http_request_uri = "/"
1294
+ o.input = Shapes::ShapeRef.new(shape: DescribeExplainabilityRequest)
1295
+ o.output = Shapes::ShapeRef.new(shape: DescribeExplainabilityResponse)
1296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1298
+ end)
1299
+
1300
+ api.add_operation(:describe_explainability_export, Seahorse::Model::Operation.new.tap do |o|
1301
+ o.name = "DescribeExplainabilityExport"
1302
+ o.http_method = "POST"
1303
+ o.http_request_uri = "/"
1304
+ o.input = Shapes::ShapeRef.new(shape: DescribeExplainabilityExportRequest)
1305
+ o.output = Shapes::ShapeRef.new(shape: DescribeExplainabilityExportResponse)
1306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1307
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1308
+ end)
1309
+
1003
1310
  api.add_operation(:describe_forecast, Seahorse::Model::Operation.new.tap do |o|
1004
1311
  o.name = "DescribeForecast"
1005
1312
  o.http_method = "POST"
@@ -1097,6 +1404,26 @@ module Aws::ForecastService
1097
1404
  )
1098
1405
  end)
1099
1406
 
1407
+ api.add_operation(:list_explainabilities, Seahorse::Model::Operation.new.tap do |o|
1408
+ o.name = "ListExplainabilities"
1409
+ o.http_method = "POST"
1410
+ o.http_request_uri = "/"
1411
+ o.input = Shapes::ShapeRef.new(shape: ListExplainabilitiesRequest)
1412
+ o.output = Shapes::ShapeRef.new(shape: ListExplainabilitiesResponse)
1413
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1415
+ end)
1416
+
1417
+ api.add_operation(:list_explainability_exports, Seahorse::Model::Operation.new.tap do |o|
1418
+ o.name = "ListExplainabilityExports"
1419
+ o.http_method = "POST"
1420
+ o.http_request_uri = "/"
1421
+ o.input = Shapes::ShapeRef.new(shape: ListExplainabilityExportsRequest)
1422
+ o.output = Shapes::ShapeRef.new(shape: ListExplainabilityExportsResponse)
1423
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1425
+ end)
1426
+
1100
1427
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1101
1428
  o.name = "ListForecastExportJobs"
1102
1429
  o.http_method = "POST"