aws-sdk-forecastservice 1.27.0 → 1.28.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,27 @@ 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(: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
+
340
462
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
341
463
  DescribeDatasetGroupRequest.struct_class = Types::DescribeDatasetGroupRequest
342
464
 
@@ -384,6 +506,38 @@ module Aws::ForecastService
384
506
  DescribeDatasetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
385
507
  DescribeDatasetResponse.struct_class = Types::DescribeDatasetResponse
386
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
+
387
541
  DescribeForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
388
542
  DescribeForecastExportJobRequest.struct_class = Types::DescribeForecastExportJobRequest
389
543
 
@@ -431,6 +585,7 @@ module Aws::ForecastService
431
585
  DescribePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorArn"))
432
586
  DescribePredictorResponse.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
433
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"))
434
589
  DescribePredictorResponse.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
435
590
  DescribePredictorResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
436
591
  DescribePredictorResponse.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformAutoML"))
@@ -444,8 +599,8 @@ module Aws::ForecastService
444
599
  DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
445
600
  DescribePredictorResponse.add_member(:predictor_execution_details, Shapes::ShapeRef.new(shape: PredictorExecutionDetails, location_name: "PredictorExecutionDetails"))
446
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"))
447
603
  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
604
  DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
450
605
  DescribePredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
451
606
  DescribePredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -474,6 +629,37 @@ module Aws::ForecastService
474
629
  EvaluationResult.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindows, location_name: "TestWindows"))
475
630
  EvaluationResult.struct_class = Types::EvaluationResult
476
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
+
477
663
  Featurization.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
478
664
  Featurization.add_member(:featurization_pipeline, Shapes::ShapeRef.new(shape: FeaturizationPipeline, location_name: "FeaturizationPipeline"))
479
665
  Featurization.struct_class = Types::Featurization
@@ -520,6 +706,7 @@ module Aws::ForecastService
520
706
  ForecastSummary.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
521
707
  ForecastSummary.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastName"))
522
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"))
523
710
  ForecastSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DatasetGroupArn"))
524
711
  ForecastSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
525
712
  ForecastSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
@@ -535,6 +722,7 @@ module Aws::ForecastService
535
722
  GetAccuracyMetricsRequest.struct_class = Types::GetAccuracyMetricsRequest
536
723
 
537
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"))
538
726
  GetAccuracyMetricsResponse.add_member(:auto_ml_override_strategy, Shapes::ShapeRef.new(shape: AutoMLOverrideStrategy, location_name: "AutoMLOverrideStrategy"))
539
727
  GetAccuracyMetricsResponse.add_member(:optimization_metric, Shapes::ShapeRef.new(shape: OptimizationMetric, location_name: "OptimizationMetric"))
540
728
  GetAccuracyMetricsResponse.struct_class = Types::GetAccuracyMetricsResponse
@@ -588,6 +776,24 @@ module Aws::ForecastService
588
776
  ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
589
777
  ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
590
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
+
591
797
  ListForecastExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
592
798
  ListForecastExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
593
799
  ListForecastExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
@@ -666,6 +872,8 @@ module Aws::ForecastService
666
872
  PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
667
873
  PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
668
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"))
669
877
  PredictorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
670
878
  PredictorSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
671
879
  PredictorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -674,6 +882,10 @@ module Aws::ForecastService
674
882
 
675
883
  Predictors.member = Shapes::ShapeRef.new(shape: PredictorSummary)
676
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
+
677
889
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
678
890
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
679
891
 
@@ -747,6 +959,9 @@ module Aws::ForecastService
747
959
  TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
748
960
  TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
749
961
 
962
+ Transformations.key = Shapes::ShapeRef.new(shape: Name)
963
+ Transformations.value = Shapes::ShapeRef.new(shape: Value)
964
+
750
965
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
751
966
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
752
967
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -793,6 +1008,19 @@ module Aws::ForecastService
793
1008
  "uid" => "forecast-2018-06-26",
794
1009
  }
795
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
+
796
1024
  api.add_operation(:create_dataset, Seahorse::Model::Operation.new.tap do |o|
797
1025
  o.name = "CreateDataset"
798
1026
  o.http_method = "POST"
@@ -830,6 +1058,32 @@ module Aws::ForecastService
830
1058
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
831
1059
  end)
832
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
+
833
1087
  api.add_operation(:create_forecast, Seahorse::Model::Operation.new.tap do |o|
834
1088
  o.name = "CreateForecast"
835
1089
  o.http_method = "POST"
@@ -915,6 +1169,28 @@ module Aws::ForecastService
915
1169
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
916
1170
  end)
917
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
+
918
1194
  api.add_operation(:delete_forecast, Seahorse::Model::Operation.new.tap do |o|
919
1195
  o.name = "DeleteForecast"
920
1196
  o.http_method = "POST"
@@ -970,6 +1246,16 @@ module Aws::ForecastService
970
1246
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
971
1247
  end)
972
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
+
973
1259
  api.add_operation(:describe_dataset, Seahorse::Model::Operation.new.tap do |o|
974
1260
  o.name = "DescribeDataset"
975
1261
  o.http_method = "POST"
@@ -1000,6 +1286,26 @@ module Aws::ForecastService
1000
1286
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1001
1287
  end)
1002
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
+
1003
1309
  api.add_operation(:describe_forecast, Seahorse::Model::Operation.new.tap do |o|
1004
1310
  o.name = "DescribeForecast"
1005
1311
  o.http_method = "POST"
@@ -1097,6 +1403,26 @@ module Aws::ForecastService
1097
1403
  )
1098
1404
  end)
1099
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
+
1100
1426
  api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1101
1427
  o.name = "ListForecastExportJobs"
1102
1428
  o.http_method = "POST"