aws-sdk-forecastservice 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-forecastservice.rb +47 -0
- data/lib/aws-sdk-forecastservice/client.rb +1953 -0
- data/lib/aws-sdk-forecastservice/client_api.rb +940 -0
- data/lib/aws-sdk-forecastservice/customizations.rb +0 -0
- data/lib/aws-sdk-forecastservice/errors.rb +110 -0
- data/lib/aws-sdk-forecastservice/resource.rb +23 -0
- data/lib/aws-sdk-forecastservice/types.rb +3005 -0
- metadata +88 -0
@@ -0,0 +1,940 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::ForecastService
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
Arn = Shapes::StringShape.new(name: 'Arn')
|
15
|
+
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
16
|
+
AttributeType = Shapes::StringShape.new(name: 'AttributeType')
|
17
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
18
|
+
CategoricalParameterRange = Shapes::StructureShape.new(name: 'CategoricalParameterRange')
|
19
|
+
CategoricalParameterRanges = Shapes::ListShape.new(name: 'CategoricalParameterRanges')
|
20
|
+
ContinuousParameterRange = Shapes::StructureShape.new(name: 'ContinuousParameterRange')
|
21
|
+
ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
|
22
|
+
CreateDatasetGroupRequest = Shapes::StructureShape.new(name: 'CreateDatasetGroupRequest')
|
23
|
+
CreateDatasetGroupResponse = Shapes::StructureShape.new(name: 'CreateDatasetGroupResponse')
|
24
|
+
CreateDatasetImportJobRequest = Shapes::StructureShape.new(name: 'CreateDatasetImportJobRequest')
|
25
|
+
CreateDatasetImportJobResponse = Shapes::StructureShape.new(name: 'CreateDatasetImportJobResponse')
|
26
|
+
CreateDatasetRequest = Shapes::StructureShape.new(name: 'CreateDatasetRequest')
|
27
|
+
CreateDatasetResponse = Shapes::StructureShape.new(name: 'CreateDatasetResponse')
|
28
|
+
CreateForecastExportJobRequest = Shapes::StructureShape.new(name: 'CreateForecastExportJobRequest')
|
29
|
+
CreateForecastExportJobResponse = Shapes::StructureShape.new(name: 'CreateForecastExportJobResponse')
|
30
|
+
CreateForecastRequest = Shapes::StructureShape.new(name: 'CreateForecastRequest')
|
31
|
+
CreateForecastResponse = Shapes::StructureShape.new(name: 'CreateForecastResponse')
|
32
|
+
CreatePredictorRequest = Shapes::StructureShape.new(name: 'CreatePredictorRequest')
|
33
|
+
CreatePredictorResponse = Shapes::StructureShape.new(name: 'CreatePredictorResponse')
|
34
|
+
DataDestination = Shapes::StructureShape.new(name: 'DataDestination')
|
35
|
+
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
36
|
+
DatasetGroupSummary = Shapes::StructureShape.new(name: 'DatasetGroupSummary')
|
37
|
+
DatasetGroups = Shapes::ListShape.new(name: 'DatasetGroups')
|
38
|
+
DatasetImportJobSummary = Shapes::StructureShape.new(name: 'DatasetImportJobSummary')
|
39
|
+
DatasetImportJobs = Shapes::ListShape.new(name: 'DatasetImportJobs')
|
40
|
+
DatasetSummary = Shapes::StructureShape.new(name: 'DatasetSummary')
|
41
|
+
DatasetType = Shapes::StringShape.new(name: 'DatasetType')
|
42
|
+
Datasets = Shapes::ListShape.new(name: 'Datasets')
|
43
|
+
DeleteDatasetGroupRequest = Shapes::StructureShape.new(name: 'DeleteDatasetGroupRequest')
|
44
|
+
DeleteDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DeleteDatasetImportJobRequest')
|
45
|
+
DeleteDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDatasetRequest')
|
46
|
+
DeleteForecastExportJobRequest = Shapes::StructureShape.new(name: 'DeleteForecastExportJobRequest')
|
47
|
+
DeleteForecastRequest = Shapes::StructureShape.new(name: 'DeleteForecastRequest')
|
48
|
+
DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
|
49
|
+
DescribeDatasetGroupRequest = Shapes::StructureShape.new(name: 'DescribeDatasetGroupRequest')
|
50
|
+
DescribeDatasetGroupResponse = Shapes::StructureShape.new(name: 'DescribeDatasetGroupResponse')
|
51
|
+
DescribeDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DescribeDatasetImportJobRequest')
|
52
|
+
DescribeDatasetImportJobResponse = Shapes::StructureShape.new(name: 'DescribeDatasetImportJobResponse')
|
53
|
+
DescribeDatasetRequest = Shapes::StructureShape.new(name: 'DescribeDatasetRequest')
|
54
|
+
DescribeDatasetResponse = Shapes::StructureShape.new(name: 'DescribeDatasetResponse')
|
55
|
+
DescribeForecastExportJobRequest = Shapes::StructureShape.new(name: 'DescribeForecastExportJobRequest')
|
56
|
+
DescribeForecastExportJobResponse = Shapes::StructureShape.new(name: 'DescribeForecastExportJobResponse')
|
57
|
+
DescribeForecastRequest = Shapes::StructureShape.new(name: 'DescribeForecastRequest')
|
58
|
+
DescribeForecastResponse = Shapes::StructureShape.new(name: 'DescribeForecastResponse')
|
59
|
+
DescribePredictorRequest = Shapes::StructureShape.new(name: 'DescribePredictorRequest')
|
60
|
+
DescribePredictorResponse = Shapes::StructureShape.new(name: 'DescribePredictorResponse')
|
61
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
62
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
63
|
+
EncryptionConfig = Shapes::StructureShape.new(name: 'EncryptionConfig')
|
64
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
65
|
+
EvaluationParameters = Shapes::StructureShape.new(name: 'EvaluationParameters')
|
66
|
+
EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
|
67
|
+
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
68
|
+
Featurization = Shapes::StructureShape.new(name: 'Featurization')
|
69
|
+
FeaturizationConfig = Shapes::StructureShape.new(name: 'FeaturizationConfig')
|
70
|
+
FeaturizationMethod = Shapes::StructureShape.new(name: 'FeaturizationMethod')
|
71
|
+
FeaturizationMethodName = Shapes::StringShape.new(name: 'FeaturizationMethodName')
|
72
|
+
FeaturizationMethodParameters = Shapes::MapShape.new(name: 'FeaturizationMethodParameters')
|
73
|
+
FeaturizationPipeline = Shapes::ListShape.new(name: 'FeaturizationPipeline')
|
74
|
+
Featurizations = Shapes::ListShape.new(name: 'Featurizations')
|
75
|
+
FieldStatistics = Shapes::MapShape.new(name: 'FieldStatistics')
|
76
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
77
|
+
FilterConditionString = Shapes::StringShape.new(name: 'FilterConditionString')
|
78
|
+
Filters = Shapes::ListShape.new(name: 'Filters')
|
79
|
+
ForecastDimensions = Shapes::ListShape.new(name: 'ForecastDimensions')
|
80
|
+
ForecastExportJobSummary = Shapes::StructureShape.new(name: 'ForecastExportJobSummary')
|
81
|
+
ForecastExportJobs = Shapes::ListShape.new(name: 'ForecastExportJobs')
|
82
|
+
ForecastSummary = Shapes::StructureShape.new(name: 'ForecastSummary')
|
83
|
+
Forecasts = Shapes::ListShape.new(name: 'Forecasts')
|
84
|
+
Frequency = Shapes::StringShape.new(name: 'Frequency')
|
85
|
+
GetAccuracyMetricsRequest = Shapes::StructureShape.new(name: 'GetAccuracyMetricsRequest')
|
86
|
+
GetAccuracyMetricsResponse = Shapes::StructureShape.new(name: 'GetAccuracyMetricsResponse')
|
87
|
+
HyperParameterTuningJobConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobConfig')
|
88
|
+
InputDataConfig = Shapes::StructureShape.new(name: 'InputDataConfig')
|
89
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
90
|
+
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
91
|
+
IntegerParameterRanges = Shapes::ListShape.new(name: 'IntegerParameterRanges')
|
92
|
+
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
93
|
+
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
94
|
+
KMSKeyArn = Shapes::StringShape.new(name: 'KMSKeyArn')
|
95
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
96
|
+
ListDatasetGroupsRequest = Shapes::StructureShape.new(name: 'ListDatasetGroupsRequest')
|
97
|
+
ListDatasetGroupsResponse = Shapes::StructureShape.new(name: 'ListDatasetGroupsResponse')
|
98
|
+
ListDatasetImportJobsRequest = Shapes::StructureShape.new(name: 'ListDatasetImportJobsRequest')
|
99
|
+
ListDatasetImportJobsResponse = Shapes::StructureShape.new(name: 'ListDatasetImportJobsResponse')
|
100
|
+
ListDatasetsRequest = Shapes::StructureShape.new(name: 'ListDatasetsRequest')
|
101
|
+
ListDatasetsResponse = Shapes::StructureShape.new(name: 'ListDatasetsResponse')
|
102
|
+
ListForecastExportJobsRequest = Shapes::StructureShape.new(name: 'ListForecastExportJobsRequest')
|
103
|
+
ListForecastExportJobsResponse = Shapes::StructureShape.new(name: 'ListForecastExportJobsResponse')
|
104
|
+
ListForecastsRequest = Shapes::StructureShape.new(name: 'ListForecastsRequest')
|
105
|
+
ListForecastsResponse = Shapes::StructureShape.new(name: 'ListForecastsResponse')
|
106
|
+
ListPredictorsRequest = Shapes::StructureShape.new(name: 'ListPredictorsRequest')
|
107
|
+
ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
|
108
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
109
|
+
Message = Shapes::StringShape.new(name: 'Message')
|
110
|
+
Metrics = Shapes::StructureShape.new(name: 'Metrics')
|
111
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
112
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
113
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
114
|
+
ParameterRanges = Shapes::StructureShape.new(name: 'ParameterRanges')
|
115
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
116
|
+
PredictorEvaluationResults = Shapes::ListShape.new(name: 'PredictorEvaluationResults')
|
117
|
+
PredictorSummary = Shapes::StructureShape.new(name: 'PredictorSummary')
|
118
|
+
Predictors = Shapes::ListShape.new(name: 'Predictors')
|
119
|
+
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
120
|
+
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
121
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
122
|
+
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
123
|
+
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
124
|
+
ScalingType = Shapes::StringShape.new(name: 'ScalingType')
|
125
|
+
Schema = Shapes::StructureShape.new(name: 'Schema')
|
126
|
+
SchemaAttribute = Shapes::StructureShape.new(name: 'SchemaAttribute')
|
127
|
+
SchemaAttributes = Shapes::ListShape.new(name: 'SchemaAttributes')
|
128
|
+
Statistics = Shapes::StructureShape.new(name: 'Statistics')
|
129
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
130
|
+
String = Shapes::StringShape.new(name: 'String')
|
131
|
+
SupplementaryFeature = Shapes::StructureShape.new(name: 'SupplementaryFeature')
|
132
|
+
SupplementaryFeatures = Shapes::ListShape.new(name: 'SupplementaryFeatures')
|
133
|
+
TestWindows = Shapes::ListShape.new(name: 'TestWindows')
|
134
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
135
|
+
TimestampFormat = Shapes::StringShape.new(name: 'TimestampFormat')
|
136
|
+
TrainingParameters = Shapes::MapShape.new(name: 'TrainingParameters')
|
137
|
+
UpdateDatasetGroupRequest = Shapes::StructureShape.new(name: 'UpdateDatasetGroupRequest')
|
138
|
+
UpdateDatasetGroupResponse = Shapes::StructureShape.new(name: 'UpdateDatasetGroupResponse')
|
139
|
+
Value = Shapes::StringShape.new(name: 'Value')
|
140
|
+
Values = Shapes::ListShape.new(name: 'Values')
|
141
|
+
WeightedQuantileLoss = Shapes::StructureShape.new(name: 'WeightedQuantileLoss')
|
142
|
+
WeightedQuantileLosses = Shapes::ListShape.new(name: 'WeightedQuantileLosses')
|
143
|
+
WindowSummary = Shapes::StructureShape.new(name: 'WindowSummary')
|
144
|
+
|
145
|
+
ArnList.member = Shapes::ShapeRef.new(shape: Arn)
|
146
|
+
|
147
|
+
CategoricalParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
148
|
+
CategoricalParameterRange.add_member(:values, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "Values"))
|
149
|
+
CategoricalParameterRange.struct_class = Types::CategoricalParameterRange
|
150
|
+
|
151
|
+
CategoricalParameterRanges.member = Shapes::ShapeRef.new(shape: CategoricalParameterRange)
|
152
|
+
|
153
|
+
ContinuousParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
154
|
+
ContinuousParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MaxValue"))
|
155
|
+
ContinuousParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "MinValue"))
|
156
|
+
ContinuousParameterRange.add_member(:scaling_type, Shapes::ShapeRef.new(shape: ScalingType, location_name: "ScalingType"))
|
157
|
+
ContinuousParameterRange.struct_class = Types::ContinuousParameterRange
|
158
|
+
|
159
|
+
ContinuousParameterRanges.member = Shapes::ShapeRef.new(shape: ContinuousParameterRange)
|
160
|
+
|
161
|
+
CreateDatasetGroupRequest.add_member(:dataset_group_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DatasetGroupName"))
|
162
|
+
CreateDatasetGroupRequest.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
163
|
+
CreateDatasetGroupRequest.add_member(:dataset_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetArns"))
|
164
|
+
CreateDatasetGroupRequest.struct_class = Types::CreateDatasetGroupRequest
|
165
|
+
|
166
|
+
CreateDatasetGroupResponse.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
|
167
|
+
CreateDatasetGroupResponse.struct_class = Types::CreateDatasetGroupResponse
|
168
|
+
|
169
|
+
CreateDatasetImportJobRequest.add_member(:dataset_import_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DatasetImportJobName"))
|
170
|
+
CreateDatasetImportJobRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
|
171
|
+
CreateDatasetImportJobRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
|
172
|
+
CreateDatasetImportJobRequest.add_member(:timestamp_format, Shapes::ShapeRef.new(shape: TimestampFormat, location_name: "TimestampFormat"))
|
173
|
+
CreateDatasetImportJobRequest.struct_class = Types::CreateDatasetImportJobRequest
|
174
|
+
|
175
|
+
CreateDatasetImportJobResponse.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
|
176
|
+
CreateDatasetImportJobResponse.struct_class = Types::CreateDatasetImportJobResponse
|
177
|
+
|
178
|
+
CreateDatasetRequest.add_member(:dataset_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "DatasetName"))
|
179
|
+
CreateDatasetRequest.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, required: true, location_name: "Domain"))
|
180
|
+
CreateDatasetRequest.add_member(:dataset_type, Shapes::ShapeRef.new(shape: DatasetType, required: true, location_name: "DatasetType"))
|
181
|
+
CreateDatasetRequest.add_member(:data_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "DataFrequency"))
|
182
|
+
CreateDatasetRequest.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, required: true, location_name: "Schema"))
|
183
|
+
CreateDatasetRequest.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
184
|
+
CreateDatasetRequest.struct_class = Types::CreateDatasetRequest
|
185
|
+
|
186
|
+
CreateDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
|
187
|
+
CreateDatasetResponse.struct_class = Types::CreateDatasetResponse
|
188
|
+
|
189
|
+
CreateForecastExportJobRequest.add_member(:forecast_export_job_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ForecastExportJobName"))
|
190
|
+
CreateForecastExportJobRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
|
191
|
+
CreateForecastExportJobRequest.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, required: true, location_name: "Destination"))
|
192
|
+
CreateForecastExportJobRequest.struct_class = Types::CreateForecastExportJobRequest
|
193
|
+
|
194
|
+
CreateForecastExportJobResponse.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastExportJobArn"))
|
195
|
+
CreateForecastExportJobResponse.struct_class = Types::CreateForecastExportJobResponse
|
196
|
+
|
197
|
+
CreateForecastRequest.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "ForecastName"))
|
198
|
+
CreateForecastRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
|
199
|
+
CreateForecastRequest.struct_class = Types::CreateForecastRequest
|
200
|
+
|
201
|
+
CreateForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
|
202
|
+
CreateForecastResponse.struct_class = Types::CreateForecastResponse
|
203
|
+
|
204
|
+
CreatePredictorRequest.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "PredictorName"))
|
205
|
+
CreatePredictorRequest.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
|
206
|
+
CreatePredictorRequest.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ForecastHorizon"))
|
207
|
+
CreatePredictorRequest.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformAutoML"))
|
208
|
+
CreatePredictorRequest.add_member(:perform_hpo, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformHPO"))
|
209
|
+
CreatePredictorRequest.add_member(:training_parameters, Shapes::ShapeRef.new(shape: TrainingParameters, location_name: "TrainingParameters"))
|
210
|
+
CreatePredictorRequest.add_member(:evaluation_parameters, Shapes::ShapeRef.new(shape: EvaluationParameters, location_name: "EvaluationParameters"))
|
211
|
+
CreatePredictorRequest.add_member(:hpo_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, location_name: "HPOConfig"))
|
212
|
+
CreatePredictorRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
|
213
|
+
CreatePredictorRequest.add_member(:featurization_config, Shapes::ShapeRef.new(shape: FeaturizationConfig, required: true, location_name: "FeaturizationConfig"))
|
214
|
+
CreatePredictorRequest.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
215
|
+
CreatePredictorRequest.struct_class = Types::CreatePredictorRequest
|
216
|
+
|
217
|
+
CreatePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
|
218
|
+
CreatePredictorResponse.struct_class = Types::CreatePredictorResponse
|
219
|
+
|
220
|
+
DataDestination.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, required: true, location_name: "S3Config"))
|
221
|
+
DataDestination.struct_class = Types::DataDestination
|
222
|
+
|
223
|
+
DataSource.add_member(:s3_config, Shapes::ShapeRef.new(shape: S3Config, required: true, location_name: "S3Config"))
|
224
|
+
DataSource.struct_class = Types::DataSource
|
225
|
+
|
226
|
+
DatasetGroupSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
|
227
|
+
DatasetGroupSummary.add_member(:dataset_group_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetGroupName"))
|
228
|
+
DatasetGroupSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
229
|
+
DatasetGroupSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
230
|
+
DatasetGroupSummary.struct_class = Types::DatasetGroupSummary
|
231
|
+
|
232
|
+
DatasetGroups.member = Shapes::ShapeRef.new(shape: DatasetGroupSummary)
|
233
|
+
|
234
|
+
DatasetImportJobSummary.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
|
235
|
+
DatasetImportJobSummary.add_member(:dataset_import_job_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetImportJobName"))
|
236
|
+
DatasetImportJobSummary.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
|
237
|
+
DatasetImportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
238
|
+
DatasetImportJobSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
239
|
+
DatasetImportJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
240
|
+
DatasetImportJobSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
241
|
+
DatasetImportJobSummary.struct_class = Types::DatasetImportJobSummary
|
242
|
+
|
243
|
+
DatasetImportJobs.member = Shapes::ShapeRef.new(shape: DatasetImportJobSummary)
|
244
|
+
|
245
|
+
DatasetSummary.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
|
246
|
+
DatasetSummary.add_member(:dataset_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetName"))
|
247
|
+
DatasetSummary.add_member(:dataset_type, Shapes::ShapeRef.new(shape: DatasetType, location_name: "DatasetType"))
|
248
|
+
DatasetSummary.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
|
249
|
+
DatasetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
250
|
+
DatasetSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
251
|
+
DatasetSummary.struct_class = Types::DatasetSummary
|
252
|
+
|
253
|
+
Datasets.member = Shapes::ShapeRef.new(shape: DatasetSummary)
|
254
|
+
|
255
|
+
DeleteDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
|
256
|
+
DeleteDatasetGroupRequest.struct_class = Types::DeleteDatasetGroupRequest
|
257
|
+
|
258
|
+
DeleteDatasetImportJobRequest.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetImportJobArn"))
|
259
|
+
DeleteDatasetImportJobRequest.struct_class = Types::DeleteDatasetImportJobRequest
|
260
|
+
|
261
|
+
DeleteDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
|
262
|
+
DeleteDatasetRequest.struct_class = Types::DeleteDatasetRequest
|
263
|
+
|
264
|
+
DeleteForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
|
265
|
+
DeleteForecastExportJobRequest.struct_class = Types::DeleteForecastExportJobRequest
|
266
|
+
|
267
|
+
DeleteForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
|
268
|
+
DeleteForecastRequest.struct_class = Types::DeleteForecastRequest
|
269
|
+
|
270
|
+
DeletePredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
|
271
|
+
DeletePredictorRequest.struct_class = Types::DeletePredictorRequest
|
272
|
+
|
273
|
+
DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
|
274
|
+
DescribeDatasetGroupRequest.struct_class = Types::DescribeDatasetGroupRequest
|
275
|
+
|
276
|
+
DescribeDatasetGroupResponse.add_member(:dataset_group_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetGroupName"))
|
277
|
+
DescribeDatasetGroupResponse.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
|
278
|
+
DescribeDatasetGroupResponse.add_member(:dataset_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetArns"))
|
279
|
+
DescribeDatasetGroupResponse.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
|
280
|
+
DescribeDatasetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
281
|
+
DescribeDatasetGroupResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
282
|
+
DescribeDatasetGroupResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
283
|
+
DescribeDatasetGroupResponse.struct_class = Types::DescribeDatasetGroupResponse
|
284
|
+
|
285
|
+
DescribeDatasetImportJobRequest.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetImportJobArn"))
|
286
|
+
DescribeDatasetImportJobRequest.struct_class = Types::DescribeDatasetImportJobRequest
|
287
|
+
|
288
|
+
DescribeDatasetImportJobResponse.add_member(:dataset_import_job_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetImportJobName"))
|
289
|
+
DescribeDatasetImportJobResponse.add_member(:dataset_import_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetImportJobArn"))
|
290
|
+
DescribeDatasetImportJobResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
|
291
|
+
DescribeDatasetImportJobResponse.add_member(:timestamp_format, Shapes::ShapeRef.new(shape: TimestampFormat, location_name: "TimestampFormat"))
|
292
|
+
DescribeDatasetImportJobResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
|
293
|
+
DescribeDatasetImportJobResponse.add_member(:field_statistics, Shapes::ShapeRef.new(shape: FieldStatistics, location_name: "FieldStatistics"))
|
294
|
+
DescribeDatasetImportJobResponse.add_member(:data_size, Shapes::ShapeRef.new(shape: Double, location_name: "DataSize"))
|
295
|
+
DescribeDatasetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
296
|
+
DescribeDatasetImportJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
297
|
+
DescribeDatasetImportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
298
|
+
DescribeDatasetImportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
299
|
+
DescribeDatasetImportJobResponse.struct_class = Types::DescribeDatasetImportJobResponse
|
300
|
+
|
301
|
+
DescribeDatasetRequest.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetArn"))
|
302
|
+
DescribeDatasetRequest.struct_class = Types::DescribeDatasetRequest
|
303
|
+
|
304
|
+
DescribeDatasetResponse.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetArn"))
|
305
|
+
DescribeDatasetResponse.add_member(:dataset_name, Shapes::ShapeRef.new(shape: Name, location_name: "DatasetName"))
|
306
|
+
DescribeDatasetResponse.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
|
307
|
+
DescribeDatasetResponse.add_member(:dataset_type, Shapes::ShapeRef.new(shape: DatasetType, location_name: "DatasetType"))
|
308
|
+
DescribeDatasetResponse.add_member(:data_frequency, Shapes::ShapeRef.new(shape: Frequency, location_name: "DataFrequency"))
|
309
|
+
DescribeDatasetResponse.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, location_name: "Schema"))
|
310
|
+
DescribeDatasetResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
311
|
+
DescribeDatasetResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
312
|
+
DescribeDatasetResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
313
|
+
DescribeDatasetResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
314
|
+
DescribeDatasetResponse.struct_class = Types::DescribeDatasetResponse
|
315
|
+
|
316
|
+
DescribeForecastExportJobRequest.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastExportJobArn"))
|
317
|
+
DescribeForecastExportJobRequest.struct_class = Types::DescribeForecastExportJobRequest
|
318
|
+
|
319
|
+
DescribeForecastExportJobResponse.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastExportJobArn"))
|
320
|
+
DescribeForecastExportJobResponse.add_member(:forecast_export_job_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastExportJobName"))
|
321
|
+
DescribeForecastExportJobResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
|
322
|
+
DescribeForecastExportJobResponse.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
|
323
|
+
DescribeForecastExportJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
324
|
+
DescribeForecastExportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
325
|
+
DescribeForecastExportJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
326
|
+
DescribeForecastExportJobResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
327
|
+
DescribeForecastExportJobResponse.struct_class = Types::DescribeForecastExportJobResponse
|
328
|
+
|
329
|
+
DescribeForecastRequest.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ForecastArn"))
|
330
|
+
DescribeForecastRequest.struct_class = Types::DescribeForecastRequest
|
331
|
+
|
332
|
+
DescribeForecastResponse.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
|
333
|
+
DescribeForecastResponse.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastName"))
|
334
|
+
DescribeForecastResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
|
335
|
+
DescribeForecastResponse.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
|
336
|
+
DescribeForecastResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
337
|
+
DescribeForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
338
|
+
DescribeForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
339
|
+
DescribeForecastResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
340
|
+
DescribeForecastResponse.struct_class = Types::DescribeForecastResponse
|
341
|
+
|
342
|
+
DescribePredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
|
343
|
+
DescribePredictorRequest.struct_class = Types::DescribePredictorRequest
|
344
|
+
|
345
|
+
DescribePredictorResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorArn"))
|
346
|
+
DescribePredictorResponse.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
|
347
|
+
DescribePredictorResponse.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
|
348
|
+
DescribePredictorResponse.add_member(:forecast_horizon, Shapes::ShapeRef.new(shape: Integer, location_name: "ForecastHorizon"))
|
349
|
+
DescribePredictorResponse.add_member(:perform_auto_ml, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformAutoML"))
|
350
|
+
DescribePredictorResponse.add_member(:perform_hpo, Shapes::ShapeRef.new(shape: Boolean, location_name: "PerformHPO"))
|
351
|
+
DescribePredictorResponse.add_member(:training_parameters, Shapes::ShapeRef.new(shape: TrainingParameters, location_name: "TrainingParameters"))
|
352
|
+
DescribePredictorResponse.add_member(:evaluation_parameters, Shapes::ShapeRef.new(shape: EvaluationParameters, location_name: "EvaluationParameters"))
|
353
|
+
DescribePredictorResponse.add_member(:hpo_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, location_name: "HPOConfig"))
|
354
|
+
DescribePredictorResponse.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, location_name: "InputDataConfig"))
|
355
|
+
DescribePredictorResponse.add_member(:featurization_config, Shapes::ShapeRef.new(shape: FeaturizationConfig, location_name: "FeaturizationConfig"))
|
356
|
+
DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
|
357
|
+
DescribePredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
|
358
|
+
DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
|
359
|
+
DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
360
|
+
DescribePredictorResponse.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
|
361
|
+
DescribePredictorResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
362
|
+
DescribePredictorResponse.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
363
|
+
DescribePredictorResponse.struct_class = Types::DescribePredictorResponse
|
364
|
+
|
365
|
+
EncryptionConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
366
|
+
EncryptionConfig.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, required: true, location_name: "KMSKeyArn"))
|
367
|
+
EncryptionConfig.struct_class = Types::EncryptionConfig
|
368
|
+
|
369
|
+
EvaluationParameters.add_member(:number_of_backtest_windows, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfBacktestWindows"))
|
370
|
+
EvaluationParameters.add_member(:back_test_window_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "BackTestWindowOffset"))
|
371
|
+
EvaluationParameters.struct_class = Types::EvaluationParameters
|
372
|
+
|
373
|
+
EvaluationResult.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AlgorithmArn"))
|
374
|
+
EvaluationResult.add_member(:test_windows, Shapes::ShapeRef.new(shape: TestWindows, location_name: "TestWindows"))
|
375
|
+
EvaluationResult.struct_class = Types::EvaluationResult
|
376
|
+
|
377
|
+
Featurization.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "AttributeName"))
|
378
|
+
Featurization.add_member(:featurization_pipeline, Shapes::ShapeRef.new(shape: FeaturizationPipeline, location_name: "FeaturizationPipeline"))
|
379
|
+
Featurization.struct_class = Types::Featurization
|
380
|
+
|
381
|
+
FeaturizationConfig.add_member(:forecast_frequency, Shapes::ShapeRef.new(shape: Frequency, required: true, location_name: "ForecastFrequency"))
|
382
|
+
FeaturizationConfig.add_member(:forecast_dimensions, Shapes::ShapeRef.new(shape: ForecastDimensions, location_name: "ForecastDimensions"))
|
383
|
+
FeaturizationConfig.add_member(:featurizations, Shapes::ShapeRef.new(shape: Featurizations, location_name: "Featurizations"))
|
384
|
+
FeaturizationConfig.struct_class = Types::FeaturizationConfig
|
385
|
+
|
386
|
+
FeaturizationMethod.add_member(:featurization_method_name, Shapes::ShapeRef.new(shape: FeaturizationMethodName, required: true, location_name: "FeaturizationMethodName"))
|
387
|
+
FeaturizationMethod.add_member(:featurization_method_parameters, Shapes::ShapeRef.new(shape: FeaturizationMethodParameters, location_name: "FeaturizationMethodParameters"))
|
388
|
+
FeaturizationMethod.struct_class = Types::FeaturizationMethod
|
389
|
+
|
390
|
+
FeaturizationMethodParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
391
|
+
FeaturizationMethodParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
392
|
+
|
393
|
+
FeaturizationPipeline.member = Shapes::ShapeRef.new(shape: FeaturizationMethod)
|
394
|
+
|
395
|
+
Featurizations.member = Shapes::ShapeRef.new(shape: Featurization)
|
396
|
+
|
397
|
+
FieldStatistics.key = Shapes::ShapeRef.new(shape: String)
|
398
|
+
FieldStatistics.value = Shapes::ShapeRef.new(shape: Statistics)
|
399
|
+
|
400
|
+
Filter.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Key"))
|
401
|
+
Filter.add_member(:value, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Value"))
|
402
|
+
Filter.add_member(:condition, Shapes::ShapeRef.new(shape: FilterConditionString, required: true, location_name: "Condition"))
|
403
|
+
Filter.struct_class = Types::Filter
|
404
|
+
|
405
|
+
Filters.member = Shapes::ShapeRef.new(shape: Filter)
|
406
|
+
|
407
|
+
ForecastDimensions.member = Shapes::ShapeRef.new(shape: Name)
|
408
|
+
|
409
|
+
ForecastExportJobSummary.add_member(:forecast_export_job_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastExportJobArn"))
|
410
|
+
ForecastExportJobSummary.add_member(:forecast_export_job_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastExportJobName"))
|
411
|
+
ForecastExportJobSummary.add_member(:destination, Shapes::ShapeRef.new(shape: DataDestination, location_name: "Destination"))
|
412
|
+
ForecastExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
413
|
+
ForecastExportJobSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
414
|
+
ForecastExportJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
415
|
+
ForecastExportJobSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
416
|
+
ForecastExportJobSummary.struct_class = Types::ForecastExportJobSummary
|
417
|
+
|
418
|
+
ForecastExportJobs.member = Shapes::ShapeRef.new(shape: ForecastExportJobSummary)
|
419
|
+
|
420
|
+
ForecastSummary.add_member(:forecast_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ForecastArn"))
|
421
|
+
ForecastSummary.add_member(:forecast_name, Shapes::ShapeRef.new(shape: Name, location_name: "ForecastName"))
|
422
|
+
ForecastSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: String, location_name: "PredictorArn"))
|
423
|
+
ForecastSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DatasetGroupArn"))
|
424
|
+
ForecastSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
425
|
+
ForecastSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
426
|
+
ForecastSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
427
|
+
ForecastSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
428
|
+
ForecastSummary.struct_class = Types::ForecastSummary
|
429
|
+
|
430
|
+
Forecasts.member = Shapes::ShapeRef.new(shape: ForecastSummary)
|
431
|
+
|
432
|
+
GetAccuracyMetricsRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
|
433
|
+
GetAccuracyMetricsRequest.struct_class = Types::GetAccuracyMetricsRequest
|
434
|
+
|
435
|
+
GetAccuracyMetricsResponse.add_member(:predictor_evaluation_results, Shapes::ShapeRef.new(shape: PredictorEvaluationResults, location_name: "PredictorEvaluationResults"))
|
436
|
+
GetAccuracyMetricsResponse.struct_class = Types::GetAccuracyMetricsResponse
|
437
|
+
|
438
|
+
HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "ParameterRanges"))
|
439
|
+
HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
|
440
|
+
|
441
|
+
InputDataConfig.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
|
442
|
+
InputDataConfig.add_member(:supplementary_features, Shapes::ShapeRef.new(shape: SupplementaryFeatures, location_name: "SupplementaryFeatures"))
|
443
|
+
InputDataConfig.struct_class = Types::InputDataConfig
|
444
|
+
|
445
|
+
IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
446
|
+
IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxValue"))
|
447
|
+
IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MinValue"))
|
448
|
+
IntegerParameterRange.add_member(:scaling_type, Shapes::ShapeRef.new(shape: ScalingType, location_name: "ScalingType"))
|
449
|
+
IntegerParameterRange.struct_class = Types::IntegerParameterRange
|
450
|
+
|
451
|
+
IntegerParameterRanges.member = Shapes::ShapeRef.new(shape: IntegerParameterRange)
|
452
|
+
|
453
|
+
InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
454
|
+
InvalidInputException.struct_class = Types::InvalidInputException
|
455
|
+
|
456
|
+
InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
457
|
+
InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
|
458
|
+
|
459
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
460
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
461
|
+
|
462
|
+
ListDatasetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
463
|
+
ListDatasetGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
464
|
+
ListDatasetGroupsRequest.struct_class = Types::ListDatasetGroupsRequest
|
465
|
+
|
466
|
+
ListDatasetGroupsResponse.add_member(:dataset_groups, Shapes::ShapeRef.new(shape: DatasetGroups, location_name: "DatasetGroups"))
|
467
|
+
ListDatasetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
468
|
+
ListDatasetGroupsResponse.struct_class = Types::ListDatasetGroupsResponse
|
469
|
+
|
470
|
+
ListDatasetImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
471
|
+
ListDatasetImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
472
|
+
ListDatasetImportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
473
|
+
ListDatasetImportJobsRequest.struct_class = Types::ListDatasetImportJobsRequest
|
474
|
+
|
475
|
+
ListDatasetImportJobsResponse.add_member(:dataset_import_jobs, Shapes::ShapeRef.new(shape: DatasetImportJobs, location_name: "DatasetImportJobs"))
|
476
|
+
ListDatasetImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
477
|
+
ListDatasetImportJobsResponse.struct_class = Types::ListDatasetImportJobsResponse
|
478
|
+
|
479
|
+
ListDatasetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
480
|
+
ListDatasetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
481
|
+
ListDatasetsRequest.struct_class = Types::ListDatasetsRequest
|
482
|
+
|
483
|
+
ListDatasetsResponse.add_member(:datasets, Shapes::ShapeRef.new(shape: Datasets, location_name: "Datasets"))
|
484
|
+
ListDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
485
|
+
ListDatasetsResponse.struct_class = Types::ListDatasetsResponse
|
486
|
+
|
487
|
+
ListForecastExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
488
|
+
ListForecastExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
489
|
+
ListForecastExportJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
490
|
+
ListForecastExportJobsRequest.struct_class = Types::ListForecastExportJobsRequest
|
491
|
+
|
492
|
+
ListForecastExportJobsResponse.add_member(:forecast_export_jobs, Shapes::ShapeRef.new(shape: ForecastExportJobs, location_name: "ForecastExportJobs"))
|
493
|
+
ListForecastExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
494
|
+
ListForecastExportJobsResponse.struct_class = Types::ListForecastExportJobsResponse
|
495
|
+
|
496
|
+
ListForecastsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
497
|
+
ListForecastsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
498
|
+
ListForecastsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
499
|
+
ListForecastsRequest.struct_class = Types::ListForecastsRequest
|
500
|
+
|
501
|
+
ListForecastsResponse.add_member(:forecasts, Shapes::ShapeRef.new(shape: Forecasts, location_name: "Forecasts"))
|
502
|
+
ListForecastsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
503
|
+
ListForecastsResponse.struct_class = Types::ListForecastsResponse
|
504
|
+
|
505
|
+
ListPredictorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
506
|
+
ListPredictorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
507
|
+
ListPredictorsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
|
508
|
+
ListPredictorsRequest.struct_class = Types::ListPredictorsRequest
|
509
|
+
|
510
|
+
ListPredictorsResponse.add_member(:predictors, Shapes::ShapeRef.new(shape: Predictors, location_name: "Predictors"))
|
511
|
+
ListPredictorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
512
|
+
ListPredictorsResponse.struct_class = Types::ListPredictorsResponse
|
513
|
+
|
514
|
+
Metrics.add_member(:rmse, Shapes::ShapeRef.new(shape: Double, location_name: "RMSE"))
|
515
|
+
Metrics.add_member(:weighted_quantile_losses, Shapes::ShapeRef.new(shape: WeightedQuantileLosses, location_name: "WeightedQuantileLosses"))
|
516
|
+
Metrics.struct_class = Types::Metrics
|
517
|
+
|
518
|
+
ParameterRanges.add_member(:categorical_parameter_ranges, Shapes::ShapeRef.new(shape: CategoricalParameterRanges, location_name: "CategoricalParameterRanges"))
|
519
|
+
ParameterRanges.add_member(:continuous_parameter_ranges, Shapes::ShapeRef.new(shape: ContinuousParameterRanges, location_name: "ContinuousParameterRanges"))
|
520
|
+
ParameterRanges.add_member(:integer_parameter_ranges, Shapes::ShapeRef.new(shape: IntegerParameterRanges, location_name: "IntegerParameterRanges"))
|
521
|
+
ParameterRanges.struct_class = Types::ParameterRanges
|
522
|
+
|
523
|
+
PredictorEvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
|
524
|
+
|
525
|
+
PredictorSummary.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
|
526
|
+
PredictorSummary.add_member(:predictor_name, Shapes::ShapeRef.new(shape: Name, location_name: "PredictorName"))
|
527
|
+
PredictorSummary.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
|
528
|
+
PredictorSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
529
|
+
PredictorSummary.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
530
|
+
PredictorSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
531
|
+
PredictorSummary.add_member(:last_modification_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationTime"))
|
532
|
+
PredictorSummary.struct_class = Types::PredictorSummary
|
533
|
+
|
534
|
+
Predictors.member = Shapes::ShapeRef.new(shape: PredictorSummary)
|
535
|
+
|
536
|
+
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
537
|
+
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
538
|
+
|
539
|
+
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
540
|
+
ResourceInUseException.struct_class = Types::ResourceInUseException
|
541
|
+
|
542
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
543
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
544
|
+
|
545
|
+
S3Config.add_member(:path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "Path"))
|
546
|
+
S3Config.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RoleArn"))
|
547
|
+
S3Config.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KMSKeyArn, location_name: "KMSKeyArn"))
|
548
|
+
S3Config.struct_class = Types::S3Config
|
549
|
+
|
550
|
+
Schema.add_member(:attributes, Shapes::ShapeRef.new(shape: SchemaAttributes, location_name: "Attributes"))
|
551
|
+
Schema.struct_class = Types::Schema
|
552
|
+
|
553
|
+
SchemaAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: Name, location_name: "AttributeName"))
|
554
|
+
SchemaAttribute.add_member(:attribute_type, Shapes::ShapeRef.new(shape: AttributeType, location_name: "AttributeType"))
|
555
|
+
SchemaAttribute.struct_class = Types::SchemaAttribute
|
556
|
+
|
557
|
+
SchemaAttributes.member = Shapes::ShapeRef.new(shape: SchemaAttribute)
|
558
|
+
|
559
|
+
Statistics.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
560
|
+
Statistics.add_member(:count_distinct, Shapes::ShapeRef.new(shape: Integer, location_name: "CountDistinct"))
|
561
|
+
Statistics.add_member(:count_null, Shapes::ShapeRef.new(shape: Integer, location_name: "CountNull"))
|
562
|
+
Statistics.add_member(:count_nan, Shapes::ShapeRef.new(shape: Integer, location_name: "CountNan"))
|
563
|
+
Statistics.add_member(:min, Shapes::ShapeRef.new(shape: String, location_name: "Min"))
|
564
|
+
Statistics.add_member(:max, Shapes::ShapeRef.new(shape: String, location_name: "Max"))
|
565
|
+
Statistics.add_member(:avg, Shapes::ShapeRef.new(shape: Double, location_name: "Avg"))
|
566
|
+
Statistics.add_member(:stddev, Shapes::ShapeRef.new(shape: Double, location_name: "Stddev"))
|
567
|
+
Statistics.struct_class = Types::Statistics
|
568
|
+
|
569
|
+
SupplementaryFeature.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
|
570
|
+
SupplementaryFeature.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "Value"))
|
571
|
+
SupplementaryFeature.struct_class = Types::SupplementaryFeature
|
572
|
+
|
573
|
+
SupplementaryFeatures.member = Shapes::ShapeRef.new(shape: SupplementaryFeature)
|
574
|
+
|
575
|
+
TestWindows.member = Shapes::ShapeRef.new(shape: WindowSummary)
|
576
|
+
|
577
|
+
TrainingParameters.key = Shapes::ShapeRef.new(shape: ParameterKey)
|
578
|
+
TrainingParameters.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
579
|
+
|
580
|
+
UpdateDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
|
581
|
+
UpdateDatasetGroupRequest.add_member(:dataset_arns, Shapes::ShapeRef.new(shape: ArnList, required: true, location_name: "DatasetArns"))
|
582
|
+
UpdateDatasetGroupRequest.struct_class = Types::UpdateDatasetGroupRequest
|
583
|
+
|
584
|
+
UpdateDatasetGroupResponse.struct_class = Types::UpdateDatasetGroupResponse
|
585
|
+
|
586
|
+
Values.member = Shapes::ShapeRef.new(shape: Value)
|
587
|
+
|
588
|
+
WeightedQuantileLoss.add_member(:quantile, Shapes::ShapeRef.new(shape: Double, location_name: "Quantile"))
|
589
|
+
WeightedQuantileLoss.add_member(:loss_value, Shapes::ShapeRef.new(shape: Double, location_name: "LossValue"))
|
590
|
+
WeightedQuantileLoss.struct_class = Types::WeightedQuantileLoss
|
591
|
+
|
592
|
+
WeightedQuantileLosses.member = Shapes::ShapeRef.new(shape: WeightedQuantileLoss)
|
593
|
+
|
594
|
+
WindowSummary.add_member(:test_window_start, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowStart"))
|
595
|
+
WindowSummary.add_member(:test_window_end, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TestWindowEnd"))
|
596
|
+
WindowSummary.add_member(:item_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ItemCount"))
|
597
|
+
WindowSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
598
|
+
WindowSummary.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
|
599
|
+
WindowSummary.struct_class = Types::WindowSummary
|
600
|
+
|
601
|
+
|
602
|
+
# @api private
|
603
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
604
|
+
|
605
|
+
api.version = "2018-06-26"
|
606
|
+
|
607
|
+
api.metadata = {
|
608
|
+
"apiVersion" => "2018-06-26",
|
609
|
+
"endpointPrefix" => "forecast",
|
610
|
+
"jsonVersion" => "1.1",
|
611
|
+
"protocol" => "json",
|
612
|
+
"serviceFullName" => "Amazon Forecast Service",
|
613
|
+
"serviceId" => "forecast",
|
614
|
+
"signatureVersion" => "v4",
|
615
|
+
"signingName" => "forecast",
|
616
|
+
"targetPrefix" => "AmazonForecast",
|
617
|
+
"uid" => "forecast-2018-06-26",
|
618
|
+
}
|
619
|
+
|
620
|
+
api.add_operation(:create_dataset, Seahorse::Model::Operation.new.tap do |o|
|
621
|
+
o.name = "CreateDataset"
|
622
|
+
o.http_method = "POST"
|
623
|
+
o.http_request_uri = "/"
|
624
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDatasetRequest)
|
625
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDatasetResponse)
|
626
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
627
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
628
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
629
|
+
end)
|
630
|
+
|
631
|
+
api.add_operation(:create_dataset_group, Seahorse::Model::Operation.new.tap do |o|
|
632
|
+
o.name = "CreateDatasetGroup"
|
633
|
+
o.http_method = "POST"
|
634
|
+
o.http_request_uri = "/"
|
635
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDatasetGroupRequest)
|
636
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDatasetGroupResponse)
|
637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
638
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
639
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
642
|
+
end)
|
643
|
+
|
644
|
+
api.add_operation(:create_dataset_import_job, Seahorse::Model::Operation.new.tap do |o|
|
645
|
+
o.name = "CreateDatasetImportJob"
|
646
|
+
o.http_method = "POST"
|
647
|
+
o.http_request_uri = "/"
|
648
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDatasetImportJobRequest)
|
649
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDatasetImportJobResponse)
|
650
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
651
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
652
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
653
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
654
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
655
|
+
end)
|
656
|
+
|
657
|
+
api.add_operation(:create_forecast, Seahorse::Model::Operation.new.tap do |o|
|
658
|
+
o.name = "CreateForecast"
|
659
|
+
o.http_method = "POST"
|
660
|
+
o.http_request_uri = "/"
|
661
|
+
o.input = Shapes::ShapeRef.new(shape: CreateForecastRequest)
|
662
|
+
o.output = Shapes::ShapeRef.new(shape: CreateForecastResponse)
|
663
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
664
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
665
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
666
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
667
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
668
|
+
end)
|
669
|
+
|
670
|
+
api.add_operation(:create_forecast_export_job, Seahorse::Model::Operation.new.tap do |o|
|
671
|
+
o.name = "CreateForecastExportJob"
|
672
|
+
o.http_method = "POST"
|
673
|
+
o.http_request_uri = "/"
|
674
|
+
o.input = Shapes::ShapeRef.new(shape: CreateForecastExportJobRequest)
|
675
|
+
o.output = Shapes::ShapeRef.new(shape: CreateForecastExportJobResponse)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
681
|
+
end)
|
682
|
+
|
683
|
+
api.add_operation(:create_predictor, Seahorse::Model::Operation.new.tap do |o|
|
684
|
+
o.name = "CreatePredictor"
|
685
|
+
o.http_method = "POST"
|
686
|
+
o.http_request_uri = "/"
|
687
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePredictorRequest)
|
688
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePredictorResponse)
|
689
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
690
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
691
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
693
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
694
|
+
end)
|
695
|
+
|
696
|
+
api.add_operation(:delete_dataset, Seahorse::Model::Operation.new.tap do |o|
|
697
|
+
o.name = "DeleteDataset"
|
698
|
+
o.http_method = "POST"
|
699
|
+
o.http_request_uri = "/"
|
700
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDatasetRequest)
|
701
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
704
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
705
|
+
end)
|
706
|
+
|
707
|
+
api.add_operation(:delete_dataset_group, Seahorse::Model::Operation.new.tap do |o|
|
708
|
+
o.name = "DeleteDatasetGroup"
|
709
|
+
o.http_method = "POST"
|
710
|
+
o.http_request_uri = "/"
|
711
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDatasetGroupRequest)
|
712
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
715
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
716
|
+
end)
|
717
|
+
|
718
|
+
api.add_operation(:delete_dataset_import_job, Seahorse::Model::Operation.new.tap do |o|
|
719
|
+
o.name = "DeleteDatasetImportJob"
|
720
|
+
o.http_method = "POST"
|
721
|
+
o.http_request_uri = "/"
|
722
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDatasetImportJobRequest)
|
723
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
725
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
726
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
727
|
+
end)
|
728
|
+
|
729
|
+
api.add_operation(:delete_forecast, Seahorse::Model::Operation.new.tap do |o|
|
730
|
+
o.name = "DeleteForecast"
|
731
|
+
o.http_method = "POST"
|
732
|
+
o.http_request_uri = "/"
|
733
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteForecastRequest)
|
734
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
735
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
736
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
738
|
+
end)
|
739
|
+
|
740
|
+
api.add_operation(:delete_forecast_export_job, Seahorse::Model::Operation.new.tap do |o|
|
741
|
+
o.name = "DeleteForecastExportJob"
|
742
|
+
o.http_method = "POST"
|
743
|
+
o.http_request_uri = "/"
|
744
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteForecastExportJobRequest)
|
745
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
749
|
+
end)
|
750
|
+
|
751
|
+
api.add_operation(:delete_predictor, Seahorse::Model::Operation.new.tap do |o|
|
752
|
+
o.name = "DeletePredictor"
|
753
|
+
o.http_method = "POST"
|
754
|
+
o.http_request_uri = "/"
|
755
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePredictorRequest)
|
756
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
760
|
+
end)
|
761
|
+
|
762
|
+
api.add_operation(:describe_dataset, Seahorse::Model::Operation.new.tap do |o|
|
763
|
+
o.name = "DescribeDataset"
|
764
|
+
o.http_method = "POST"
|
765
|
+
o.http_request_uri = "/"
|
766
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDatasetRequest)
|
767
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDatasetResponse)
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
770
|
+
end)
|
771
|
+
|
772
|
+
api.add_operation(:describe_dataset_group, Seahorse::Model::Operation.new.tap do |o|
|
773
|
+
o.name = "DescribeDatasetGroup"
|
774
|
+
o.http_method = "POST"
|
775
|
+
o.http_request_uri = "/"
|
776
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDatasetGroupRequest)
|
777
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDatasetGroupResponse)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
779
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
780
|
+
end)
|
781
|
+
|
782
|
+
api.add_operation(:describe_dataset_import_job, Seahorse::Model::Operation.new.tap do |o|
|
783
|
+
o.name = "DescribeDatasetImportJob"
|
784
|
+
o.http_method = "POST"
|
785
|
+
o.http_request_uri = "/"
|
786
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDatasetImportJobRequest)
|
787
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDatasetImportJobResponse)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
790
|
+
end)
|
791
|
+
|
792
|
+
api.add_operation(:describe_forecast, Seahorse::Model::Operation.new.tap do |o|
|
793
|
+
o.name = "DescribeForecast"
|
794
|
+
o.http_method = "POST"
|
795
|
+
o.http_request_uri = "/"
|
796
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeForecastRequest)
|
797
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeForecastResponse)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
799
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
800
|
+
end)
|
801
|
+
|
802
|
+
api.add_operation(:describe_forecast_export_job, Seahorse::Model::Operation.new.tap do |o|
|
803
|
+
o.name = "DescribeForecastExportJob"
|
804
|
+
o.http_method = "POST"
|
805
|
+
o.http_request_uri = "/"
|
806
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeForecastExportJobRequest)
|
807
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeForecastExportJobResponse)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
810
|
+
end)
|
811
|
+
|
812
|
+
api.add_operation(:describe_predictor, Seahorse::Model::Operation.new.tap do |o|
|
813
|
+
o.name = "DescribePredictor"
|
814
|
+
o.http_method = "POST"
|
815
|
+
o.http_request_uri = "/"
|
816
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePredictorRequest)
|
817
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePredictorResponse)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
820
|
+
end)
|
821
|
+
|
822
|
+
api.add_operation(:get_accuracy_metrics, Seahorse::Model::Operation.new.tap do |o|
|
823
|
+
o.name = "GetAccuracyMetrics"
|
824
|
+
o.http_method = "POST"
|
825
|
+
o.http_request_uri = "/"
|
826
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccuracyMetricsRequest)
|
827
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccuracyMetricsResponse)
|
828
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
831
|
+
end)
|
832
|
+
|
833
|
+
api.add_operation(:list_dataset_groups, Seahorse::Model::Operation.new.tap do |o|
|
834
|
+
o.name = "ListDatasetGroups"
|
835
|
+
o.http_method = "POST"
|
836
|
+
o.http_request_uri = "/"
|
837
|
+
o.input = Shapes::ShapeRef.new(shape: ListDatasetGroupsRequest)
|
838
|
+
o.output = Shapes::ShapeRef.new(shape: ListDatasetGroupsResponse)
|
839
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
840
|
+
o[:pager] = Aws::Pager.new(
|
841
|
+
limit_key: "max_results",
|
842
|
+
tokens: {
|
843
|
+
"next_token" => "next_token"
|
844
|
+
}
|
845
|
+
)
|
846
|
+
end)
|
847
|
+
|
848
|
+
api.add_operation(:list_dataset_import_jobs, Seahorse::Model::Operation.new.tap do |o|
|
849
|
+
o.name = "ListDatasetImportJobs"
|
850
|
+
o.http_method = "POST"
|
851
|
+
o.http_request_uri = "/"
|
852
|
+
o.input = Shapes::ShapeRef.new(shape: ListDatasetImportJobsRequest)
|
853
|
+
o.output = Shapes::ShapeRef.new(shape: ListDatasetImportJobsResponse)
|
854
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
855
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
856
|
+
o[:pager] = Aws::Pager.new(
|
857
|
+
limit_key: "max_results",
|
858
|
+
tokens: {
|
859
|
+
"next_token" => "next_token"
|
860
|
+
}
|
861
|
+
)
|
862
|
+
end)
|
863
|
+
|
864
|
+
api.add_operation(:list_datasets, Seahorse::Model::Operation.new.tap do |o|
|
865
|
+
o.name = "ListDatasets"
|
866
|
+
o.http_method = "POST"
|
867
|
+
o.http_request_uri = "/"
|
868
|
+
o.input = Shapes::ShapeRef.new(shape: ListDatasetsRequest)
|
869
|
+
o.output = Shapes::ShapeRef.new(shape: ListDatasetsResponse)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
871
|
+
o[:pager] = Aws::Pager.new(
|
872
|
+
limit_key: "max_results",
|
873
|
+
tokens: {
|
874
|
+
"next_token" => "next_token"
|
875
|
+
}
|
876
|
+
)
|
877
|
+
end)
|
878
|
+
|
879
|
+
api.add_operation(:list_forecast_export_jobs, Seahorse::Model::Operation.new.tap do |o|
|
880
|
+
o.name = "ListForecastExportJobs"
|
881
|
+
o.http_method = "POST"
|
882
|
+
o.http_request_uri = "/"
|
883
|
+
o.input = Shapes::ShapeRef.new(shape: ListForecastExportJobsRequest)
|
884
|
+
o.output = Shapes::ShapeRef.new(shape: ListForecastExportJobsResponse)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
887
|
+
o[:pager] = Aws::Pager.new(
|
888
|
+
limit_key: "max_results",
|
889
|
+
tokens: {
|
890
|
+
"next_token" => "next_token"
|
891
|
+
}
|
892
|
+
)
|
893
|
+
end)
|
894
|
+
|
895
|
+
api.add_operation(:list_forecasts, Seahorse::Model::Operation.new.tap do |o|
|
896
|
+
o.name = "ListForecasts"
|
897
|
+
o.http_method = "POST"
|
898
|
+
o.http_request_uri = "/"
|
899
|
+
o.input = Shapes::ShapeRef.new(shape: ListForecastsRequest)
|
900
|
+
o.output = Shapes::ShapeRef.new(shape: ListForecastsResponse)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
903
|
+
o[:pager] = Aws::Pager.new(
|
904
|
+
limit_key: "max_results",
|
905
|
+
tokens: {
|
906
|
+
"next_token" => "next_token"
|
907
|
+
}
|
908
|
+
)
|
909
|
+
end)
|
910
|
+
|
911
|
+
api.add_operation(:list_predictors, Seahorse::Model::Operation.new.tap do |o|
|
912
|
+
o.name = "ListPredictors"
|
913
|
+
o.http_method = "POST"
|
914
|
+
o.http_request_uri = "/"
|
915
|
+
o.input = Shapes::ShapeRef.new(shape: ListPredictorsRequest)
|
916
|
+
o.output = Shapes::ShapeRef.new(shape: ListPredictorsResponse)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
919
|
+
o[:pager] = Aws::Pager.new(
|
920
|
+
limit_key: "max_results",
|
921
|
+
tokens: {
|
922
|
+
"next_token" => "next_token"
|
923
|
+
}
|
924
|
+
)
|
925
|
+
end)
|
926
|
+
|
927
|
+
api.add_operation(:update_dataset_group, Seahorse::Model::Operation.new.tap do |o|
|
928
|
+
o.name = "UpdateDatasetGroup"
|
929
|
+
o.http_method = "POST"
|
930
|
+
o.http_request_uri = "/"
|
931
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDatasetGroupRequest)
|
932
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDatasetGroupResponse)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
936
|
+
end)
|
937
|
+
end
|
938
|
+
|
939
|
+
end
|
940
|
+
end
|