aws-sdk-core 2.11.337 → 2.11.338
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticache/2015-02-02/api-2.json +2 -1
- data/apis/forecast/2018-06-26/api-2.json +1373 -0
- data/apis/forecast/2018-06-26/examples-1.json +5 -0
- data/apis/forecast/2018-06-26/paginators-1.json +40 -0
- data/apis/forecastquery/2018-06-26/api-2.json +154 -0
- data/apis/forecastquery/2018-06-26/examples-1.json +5 -0
- data/apis/forecastquery/2018-06-26/paginators-1.json +4 -0
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -5
- data/apis/sagemaker/2017-07-24/api-2.json +38 -2
- data/apis/sqs/2012-11-05/api-2.json +4 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/forecastqueryservice.rb +6 -0
- data/lib/aws-sdk-core/forecastservice.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65ab1a64aedf71bd9fe23f52c2332061e8bd3870
|
4
|
+
data.tar.gz: c0449386b412ceca9a5c2aafc4b1b7d97a10af62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71db8d098a8739d3f0caa7abdc22dd5ac3f50e7c2ae00df22c322d46568b42f4539f79bcc613c15653797ca501f3877a57060a7f9bb54539012851aee2b23182
|
7
|
+
data.tar.gz: a44318162f8e8edbcbbfe5bdbd92b2be2b8da29f2140e03da1baa2bdb0f9f3242dfc31a39493f9d03ddd6f8687a0c12424f056969e9b25f14a7230c8c8a7e2e0
|
@@ -913,7 +913,8 @@
|
|
913
913
|
"AllowedNodeTypeModificationsMessage":{
|
914
914
|
"type":"structure",
|
915
915
|
"members":{
|
916
|
-
"ScaleUpModifications":{"shape":"NodeTypeList"}
|
916
|
+
"ScaleUpModifications":{"shape":"NodeTypeList"},
|
917
|
+
"ScaleDownModifications":{"shape":"NodeTypeList"}
|
917
918
|
}
|
918
919
|
},
|
919
920
|
"AuthorizationAlreadyExistsFault":{
|
@@ -0,0 +1,1373 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-06-26",
|
5
|
+
"endpointPrefix":"forecast",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceFullName":"Amazon Forecast Service",
|
9
|
+
"serviceId":"forecast",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"forecast",
|
12
|
+
"targetPrefix":"AmazonForecast",
|
13
|
+
"uid":"forecast-2018-06-26"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"CreateDataset":{
|
17
|
+
"name":"CreateDataset",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/"
|
21
|
+
},
|
22
|
+
"input":{"shape":"CreateDatasetRequest"},
|
23
|
+
"output":{"shape":"CreateDatasetResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InvalidInputException"},
|
26
|
+
{"shape":"ResourceAlreadyExistsException"},
|
27
|
+
{"shape":"LimitExceededException"}
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"CreateDatasetGroup":{
|
31
|
+
"name":"CreateDatasetGroup",
|
32
|
+
"http":{
|
33
|
+
"method":"POST",
|
34
|
+
"requestUri":"/"
|
35
|
+
},
|
36
|
+
"input":{"shape":"CreateDatasetGroupRequest"},
|
37
|
+
"output":{"shape":"CreateDatasetGroupResponse"},
|
38
|
+
"errors":[
|
39
|
+
{"shape":"InvalidInputException"},
|
40
|
+
{"shape":"ResourceAlreadyExistsException"},
|
41
|
+
{"shape":"ResourceNotFoundException"},
|
42
|
+
{"shape":"ResourceInUseException"},
|
43
|
+
{"shape":"LimitExceededException"}
|
44
|
+
]
|
45
|
+
},
|
46
|
+
"CreateDatasetImportJob":{
|
47
|
+
"name":"CreateDatasetImportJob",
|
48
|
+
"http":{
|
49
|
+
"method":"POST",
|
50
|
+
"requestUri":"/"
|
51
|
+
},
|
52
|
+
"input":{"shape":"CreateDatasetImportJobRequest"},
|
53
|
+
"output":{"shape":"CreateDatasetImportJobResponse"},
|
54
|
+
"errors":[
|
55
|
+
{"shape":"InvalidInputException"},
|
56
|
+
{"shape":"ResourceAlreadyExistsException"},
|
57
|
+
{"shape":"ResourceNotFoundException"},
|
58
|
+
{"shape":"ResourceInUseException"},
|
59
|
+
{"shape":"LimitExceededException"}
|
60
|
+
]
|
61
|
+
},
|
62
|
+
"CreateForecast":{
|
63
|
+
"name":"CreateForecast",
|
64
|
+
"http":{
|
65
|
+
"method":"POST",
|
66
|
+
"requestUri":"/"
|
67
|
+
},
|
68
|
+
"input":{"shape":"CreateForecastRequest"},
|
69
|
+
"output":{"shape":"CreateForecastResponse"},
|
70
|
+
"errors":[
|
71
|
+
{"shape":"InvalidInputException"},
|
72
|
+
{"shape":"ResourceAlreadyExistsException"},
|
73
|
+
{"shape":"ResourceNotFoundException"},
|
74
|
+
{"shape":"ResourceInUseException"},
|
75
|
+
{"shape":"LimitExceededException"}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"CreateForecastExportJob":{
|
79
|
+
"name":"CreateForecastExportJob",
|
80
|
+
"http":{
|
81
|
+
"method":"POST",
|
82
|
+
"requestUri":"/"
|
83
|
+
},
|
84
|
+
"input":{"shape":"CreateForecastExportJobRequest"},
|
85
|
+
"output":{"shape":"CreateForecastExportJobResponse"},
|
86
|
+
"errors":[
|
87
|
+
{"shape":"InvalidInputException"},
|
88
|
+
{"shape":"ResourceAlreadyExistsException"},
|
89
|
+
{"shape":"ResourceNotFoundException"},
|
90
|
+
{"shape":"ResourceInUseException"},
|
91
|
+
{"shape":"LimitExceededException"}
|
92
|
+
]
|
93
|
+
},
|
94
|
+
"CreatePredictor":{
|
95
|
+
"name":"CreatePredictor",
|
96
|
+
"http":{
|
97
|
+
"method":"POST",
|
98
|
+
"requestUri":"/"
|
99
|
+
},
|
100
|
+
"input":{"shape":"CreatePredictorRequest"},
|
101
|
+
"output":{"shape":"CreatePredictorResponse"},
|
102
|
+
"errors":[
|
103
|
+
{"shape":"InvalidInputException"},
|
104
|
+
{"shape":"ResourceAlreadyExistsException"},
|
105
|
+
{"shape":"ResourceNotFoundException"},
|
106
|
+
{"shape":"ResourceInUseException"},
|
107
|
+
{"shape":"LimitExceededException"}
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"DeleteDataset":{
|
111
|
+
"name":"DeleteDataset",
|
112
|
+
"http":{
|
113
|
+
"method":"POST",
|
114
|
+
"requestUri":"/"
|
115
|
+
},
|
116
|
+
"input":{"shape":"DeleteDatasetRequest"},
|
117
|
+
"errors":[
|
118
|
+
{"shape":"InvalidInputException"},
|
119
|
+
{"shape":"ResourceNotFoundException"},
|
120
|
+
{"shape":"ResourceInUseException"}
|
121
|
+
],
|
122
|
+
"idempotent":true
|
123
|
+
},
|
124
|
+
"DeleteDatasetGroup":{
|
125
|
+
"name":"DeleteDatasetGroup",
|
126
|
+
"http":{
|
127
|
+
"method":"POST",
|
128
|
+
"requestUri":"/"
|
129
|
+
},
|
130
|
+
"input":{"shape":"DeleteDatasetGroupRequest"},
|
131
|
+
"errors":[
|
132
|
+
{"shape":"InvalidInputException"},
|
133
|
+
{"shape":"ResourceNotFoundException"},
|
134
|
+
{"shape":"ResourceInUseException"}
|
135
|
+
],
|
136
|
+
"idempotent":true
|
137
|
+
},
|
138
|
+
"DeleteDatasetImportJob":{
|
139
|
+
"name":"DeleteDatasetImportJob",
|
140
|
+
"http":{
|
141
|
+
"method":"POST",
|
142
|
+
"requestUri":"/"
|
143
|
+
},
|
144
|
+
"input":{"shape":"DeleteDatasetImportJobRequest"},
|
145
|
+
"errors":[
|
146
|
+
{"shape":"InvalidInputException"},
|
147
|
+
{"shape":"ResourceNotFoundException"},
|
148
|
+
{"shape":"ResourceInUseException"}
|
149
|
+
],
|
150
|
+
"idempotent":true
|
151
|
+
},
|
152
|
+
"DeleteForecast":{
|
153
|
+
"name":"DeleteForecast",
|
154
|
+
"http":{
|
155
|
+
"method":"POST",
|
156
|
+
"requestUri":"/"
|
157
|
+
},
|
158
|
+
"input":{"shape":"DeleteForecastRequest"},
|
159
|
+
"errors":[
|
160
|
+
{"shape":"InvalidInputException"},
|
161
|
+
{"shape":"ResourceNotFoundException"},
|
162
|
+
{"shape":"ResourceInUseException"}
|
163
|
+
],
|
164
|
+
"idempotent":true
|
165
|
+
},
|
166
|
+
"DeleteForecastExportJob":{
|
167
|
+
"name":"DeleteForecastExportJob",
|
168
|
+
"http":{
|
169
|
+
"method":"POST",
|
170
|
+
"requestUri":"/"
|
171
|
+
},
|
172
|
+
"input":{"shape":"DeleteForecastExportJobRequest"},
|
173
|
+
"errors":[
|
174
|
+
{"shape":"InvalidInputException"},
|
175
|
+
{"shape":"ResourceNotFoundException"},
|
176
|
+
{"shape":"ResourceInUseException"}
|
177
|
+
],
|
178
|
+
"idempotent":true
|
179
|
+
},
|
180
|
+
"DeletePredictor":{
|
181
|
+
"name":"DeletePredictor",
|
182
|
+
"http":{
|
183
|
+
"method":"POST",
|
184
|
+
"requestUri":"/"
|
185
|
+
},
|
186
|
+
"input":{"shape":"DeletePredictorRequest"},
|
187
|
+
"errors":[
|
188
|
+
{"shape":"InvalidInputException"},
|
189
|
+
{"shape":"ResourceNotFoundException"},
|
190
|
+
{"shape":"ResourceInUseException"}
|
191
|
+
],
|
192
|
+
"idempotent":true
|
193
|
+
},
|
194
|
+
"DescribeDataset":{
|
195
|
+
"name":"DescribeDataset",
|
196
|
+
"http":{
|
197
|
+
"method":"POST",
|
198
|
+
"requestUri":"/"
|
199
|
+
},
|
200
|
+
"input":{"shape":"DescribeDatasetRequest"},
|
201
|
+
"output":{"shape":"DescribeDatasetResponse"},
|
202
|
+
"errors":[
|
203
|
+
{"shape":"InvalidInputException"},
|
204
|
+
{"shape":"ResourceNotFoundException"}
|
205
|
+
],
|
206
|
+
"idempotent":true
|
207
|
+
},
|
208
|
+
"DescribeDatasetGroup":{
|
209
|
+
"name":"DescribeDatasetGroup",
|
210
|
+
"http":{
|
211
|
+
"method":"POST",
|
212
|
+
"requestUri":"/"
|
213
|
+
},
|
214
|
+
"input":{"shape":"DescribeDatasetGroupRequest"},
|
215
|
+
"output":{"shape":"DescribeDatasetGroupResponse"},
|
216
|
+
"errors":[
|
217
|
+
{"shape":"InvalidInputException"},
|
218
|
+
{"shape":"ResourceNotFoundException"}
|
219
|
+
],
|
220
|
+
"idempotent":true
|
221
|
+
},
|
222
|
+
"DescribeDatasetImportJob":{
|
223
|
+
"name":"DescribeDatasetImportJob",
|
224
|
+
"http":{
|
225
|
+
"method":"POST",
|
226
|
+
"requestUri":"/"
|
227
|
+
},
|
228
|
+
"input":{"shape":"DescribeDatasetImportJobRequest"},
|
229
|
+
"output":{"shape":"DescribeDatasetImportJobResponse"},
|
230
|
+
"errors":[
|
231
|
+
{"shape":"InvalidInputException"},
|
232
|
+
{"shape":"ResourceNotFoundException"}
|
233
|
+
],
|
234
|
+
"idempotent":true
|
235
|
+
},
|
236
|
+
"DescribeForecast":{
|
237
|
+
"name":"DescribeForecast",
|
238
|
+
"http":{
|
239
|
+
"method":"POST",
|
240
|
+
"requestUri":"/"
|
241
|
+
},
|
242
|
+
"input":{"shape":"DescribeForecastRequest"},
|
243
|
+
"output":{"shape":"DescribeForecastResponse"},
|
244
|
+
"errors":[
|
245
|
+
{"shape":"InvalidInputException"},
|
246
|
+
{"shape":"ResourceNotFoundException"}
|
247
|
+
],
|
248
|
+
"idempotent":true
|
249
|
+
},
|
250
|
+
"DescribeForecastExportJob":{
|
251
|
+
"name":"DescribeForecastExportJob",
|
252
|
+
"http":{
|
253
|
+
"method":"POST",
|
254
|
+
"requestUri":"/"
|
255
|
+
},
|
256
|
+
"input":{"shape":"DescribeForecastExportJobRequest"},
|
257
|
+
"output":{"shape":"DescribeForecastExportJobResponse"},
|
258
|
+
"errors":[
|
259
|
+
{"shape":"InvalidInputException"},
|
260
|
+
{"shape":"ResourceNotFoundException"}
|
261
|
+
],
|
262
|
+
"idempotent":true
|
263
|
+
},
|
264
|
+
"DescribePredictor":{
|
265
|
+
"name":"DescribePredictor",
|
266
|
+
"http":{
|
267
|
+
"method":"POST",
|
268
|
+
"requestUri":"/"
|
269
|
+
},
|
270
|
+
"input":{"shape":"DescribePredictorRequest"},
|
271
|
+
"output":{"shape":"DescribePredictorResponse"},
|
272
|
+
"errors":[
|
273
|
+
{"shape":"InvalidInputException"},
|
274
|
+
{"shape":"ResourceNotFoundException"}
|
275
|
+
],
|
276
|
+
"idempotent":true
|
277
|
+
},
|
278
|
+
"GetAccuracyMetrics":{
|
279
|
+
"name":"GetAccuracyMetrics",
|
280
|
+
"http":{
|
281
|
+
"method":"POST",
|
282
|
+
"requestUri":"/"
|
283
|
+
},
|
284
|
+
"input":{"shape":"GetAccuracyMetricsRequest"},
|
285
|
+
"output":{"shape":"GetAccuracyMetricsResponse"},
|
286
|
+
"errors":[
|
287
|
+
{"shape":"InvalidInputException"},
|
288
|
+
{"shape":"ResourceNotFoundException"},
|
289
|
+
{"shape":"ResourceInUseException"}
|
290
|
+
],
|
291
|
+
"idempotent":true
|
292
|
+
},
|
293
|
+
"ListDatasetGroups":{
|
294
|
+
"name":"ListDatasetGroups",
|
295
|
+
"http":{
|
296
|
+
"method":"POST",
|
297
|
+
"requestUri":"/"
|
298
|
+
},
|
299
|
+
"input":{"shape":"ListDatasetGroupsRequest"},
|
300
|
+
"output":{"shape":"ListDatasetGroupsResponse"},
|
301
|
+
"errors":[
|
302
|
+
{"shape":"InvalidNextTokenException"}
|
303
|
+
],
|
304
|
+
"idempotent":true
|
305
|
+
},
|
306
|
+
"ListDatasetImportJobs":{
|
307
|
+
"name":"ListDatasetImportJobs",
|
308
|
+
"http":{
|
309
|
+
"method":"POST",
|
310
|
+
"requestUri":"/"
|
311
|
+
},
|
312
|
+
"input":{"shape":"ListDatasetImportJobsRequest"},
|
313
|
+
"output":{"shape":"ListDatasetImportJobsResponse"},
|
314
|
+
"errors":[
|
315
|
+
{"shape":"InvalidNextTokenException"},
|
316
|
+
{"shape":"InvalidInputException"}
|
317
|
+
],
|
318
|
+
"idempotent":true
|
319
|
+
},
|
320
|
+
"ListDatasets":{
|
321
|
+
"name":"ListDatasets",
|
322
|
+
"http":{
|
323
|
+
"method":"POST",
|
324
|
+
"requestUri":"/"
|
325
|
+
},
|
326
|
+
"input":{"shape":"ListDatasetsRequest"},
|
327
|
+
"output":{"shape":"ListDatasetsResponse"},
|
328
|
+
"errors":[
|
329
|
+
{"shape":"InvalidNextTokenException"}
|
330
|
+
],
|
331
|
+
"idempotent":true
|
332
|
+
},
|
333
|
+
"ListForecastExportJobs":{
|
334
|
+
"name":"ListForecastExportJobs",
|
335
|
+
"http":{
|
336
|
+
"method":"POST",
|
337
|
+
"requestUri":"/"
|
338
|
+
},
|
339
|
+
"input":{"shape":"ListForecastExportJobsRequest"},
|
340
|
+
"output":{"shape":"ListForecastExportJobsResponse"},
|
341
|
+
"errors":[
|
342
|
+
{"shape":"InvalidNextTokenException"},
|
343
|
+
{"shape":"InvalidInputException"}
|
344
|
+
],
|
345
|
+
"idempotent":true
|
346
|
+
},
|
347
|
+
"ListForecasts":{
|
348
|
+
"name":"ListForecasts",
|
349
|
+
"http":{
|
350
|
+
"method":"POST",
|
351
|
+
"requestUri":"/"
|
352
|
+
},
|
353
|
+
"input":{"shape":"ListForecastsRequest"},
|
354
|
+
"output":{"shape":"ListForecastsResponse"},
|
355
|
+
"errors":[
|
356
|
+
{"shape":"InvalidNextTokenException"},
|
357
|
+
{"shape":"InvalidInputException"}
|
358
|
+
],
|
359
|
+
"idempotent":true
|
360
|
+
},
|
361
|
+
"ListPredictors":{
|
362
|
+
"name":"ListPredictors",
|
363
|
+
"http":{
|
364
|
+
"method":"POST",
|
365
|
+
"requestUri":"/"
|
366
|
+
},
|
367
|
+
"input":{"shape":"ListPredictorsRequest"},
|
368
|
+
"output":{"shape":"ListPredictorsResponse"},
|
369
|
+
"errors":[
|
370
|
+
{"shape":"InvalidNextTokenException"},
|
371
|
+
{"shape":"InvalidInputException"}
|
372
|
+
],
|
373
|
+
"idempotent":true
|
374
|
+
},
|
375
|
+
"UpdateDatasetGroup":{
|
376
|
+
"name":"UpdateDatasetGroup",
|
377
|
+
"http":{
|
378
|
+
"method":"POST",
|
379
|
+
"requestUri":"/"
|
380
|
+
},
|
381
|
+
"input":{"shape":"UpdateDatasetGroupRequest"},
|
382
|
+
"output":{"shape":"UpdateDatasetGroupResponse"},
|
383
|
+
"errors":[
|
384
|
+
{"shape":"InvalidInputException"},
|
385
|
+
{"shape":"ResourceNotFoundException"},
|
386
|
+
{"shape":"ResourceInUseException"}
|
387
|
+
],
|
388
|
+
"idempotent":true
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"shapes":{
|
392
|
+
"Arn":{
|
393
|
+
"type":"string",
|
394
|
+
"max":256,
|
395
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.\\/\\:]+$"
|
396
|
+
},
|
397
|
+
"ArnList":{
|
398
|
+
"type":"list",
|
399
|
+
"member":{"shape":"Arn"}
|
400
|
+
},
|
401
|
+
"AttributeType":{
|
402
|
+
"type":"string",
|
403
|
+
"enum":[
|
404
|
+
"string",
|
405
|
+
"integer",
|
406
|
+
"float",
|
407
|
+
"timestamp"
|
408
|
+
]
|
409
|
+
},
|
410
|
+
"Boolean":{"type":"boolean"},
|
411
|
+
"CategoricalParameterRange":{
|
412
|
+
"type":"structure",
|
413
|
+
"required":[
|
414
|
+
"Name",
|
415
|
+
"Values"
|
416
|
+
],
|
417
|
+
"members":{
|
418
|
+
"Name":{"shape":"Name"},
|
419
|
+
"Values":{"shape":"Values"}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"CategoricalParameterRanges":{
|
423
|
+
"type":"list",
|
424
|
+
"member":{"shape":"CategoricalParameterRange"},
|
425
|
+
"max":20,
|
426
|
+
"min":1
|
427
|
+
},
|
428
|
+
"ContinuousParameterRange":{
|
429
|
+
"type":"structure",
|
430
|
+
"required":[
|
431
|
+
"Name",
|
432
|
+
"MaxValue",
|
433
|
+
"MinValue"
|
434
|
+
],
|
435
|
+
"members":{
|
436
|
+
"Name":{"shape":"Name"},
|
437
|
+
"MaxValue":{"shape":"Double"},
|
438
|
+
"MinValue":{"shape":"Double"},
|
439
|
+
"ScalingType":{"shape":"ScalingType"}
|
440
|
+
}
|
441
|
+
},
|
442
|
+
"ContinuousParameterRanges":{
|
443
|
+
"type":"list",
|
444
|
+
"member":{"shape":"ContinuousParameterRange"},
|
445
|
+
"max":20,
|
446
|
+
"min":1
|
447
|
+
},
|
448
|
+
"CreateDatasetGroupRequest":{
|
449
|
+
"type":"structure",
|
450
|
+
"required":[
|
451
|
+
"DatasetGroupName",
|
452
|
+
"Domain"
|
453
|
+
],
|
454
|
+
"members":{
|
455
|
+
"DatasetGroupName":{"shape":"Name"},
|
456
|
+
"Domain":{"shape":"Domain"},
|
457
|
+
"DatasetArns":{"shape":"ArnList"}
|
458
|
+
}
|
459
|
+
},
|
460
|
+
"CreateDatasetGroupResponse":{
|
461
|
+
"type":"structure",
|
462
|
+
"members":{
|
463
|
+
"DatasetGroupArn":{"shape":"Arn"}
|
464
|
+
}
|
465
|
+
},
|
466
|
+
"CreateDatasetImportJobRequest":{
|
467
|
+
"type":"structure",
|
468
|
+
"required":[
|
469
|
+
"DatasetImportJobName",
|
470
|
+
"DatasetArn",
|
471
|
+
"DataSource"
|
472
|
+
],
|
473
|
+
"members":{
|
474
|
+
"DatasetImportJobName":{"shape":"Name"},
|
475
|
+
"DatasetArn":{"shape":"Arn"},
|
476
|
+
"DataSource":{"shape":"DataSource"},
|
477
|
+
"TimestampFormat":{"shape":"TimestampFormat"}
|
478
|
+
}
|
479
|
+
},
|
480
|
+
"CreateDatasetImportJobResponse":{
|
481
|
+
"type":"structure",
|
482
|
+
"members":{
|
483
|
+
"DatasetImportJobArn":{"shape":"Arn"}
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"CreateDatasetRequest":{
|
487
|
+
"type":"structure",
|
488
|
+
"required":[
|
489
|
+
"DatasetName",
|
490
|
+
"Domain",
|
491
|
+
"DatasetType",
|
492
|
+
"Schema"
|
493
|
+
],
|
494
|
+
"members":{
|
495
|
+
"DatasetName":{"shape":"Name"},
|
496
|
+
"Domain":{"shape":"Domain"},
|
497
|
+
"DatasetType":{"shape":"DatasetType"},
|
498
|
+
"DataFrequency":{"shape":"Frequency"},
|
499
|
+
"Schema":{"shape":"Schema"},
|
500
|
+
"EncryptionConfig":{"shape":"EncryptionConfig"}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"CreateDatasetResponse":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
"DatasetArn":{"shape":"Arn"}
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"CreateForecastExportJobRequest":{
|
510
|
+
"type":"structure",
|
511
|
+
"required":[
|
512
|
+
"ForecastExportJobName",
|
513
|
+
"ForecastArn",
|
514
|
+
"Destination"
|
515
|
+
],
|
516
|
+
"members":{
|
517
|
+
"ForecastExportJobName":{"shape":"Name"},
|
518
|
+
"ForecastArn":{"shape":"Arn"},
|
519
|
+
"Destination":{"shape":"DataDestination"}
|
520
|
+
}
|
521
|
+
},
|
522
|
+
"CreateForecastExportJobResponse":{
|
523
|
+
"type":"structure",
|
524
|
+
"members":{
|
525
|
+
"ForecastExportJobArn":{"shape":"Arn"}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"CreateForecastRequest":{
|
529
|
+
"type":"structure",
|
530
|
+
"required":[
|
531
|
+
"ForecastName",
|
532
|
+
"PredictorArn"
|
533
|
+
],
|
534
|
+
"members":{
|
535
|
+
"ForecastName":{"shape":"Name"},
|
536
|
+
"PredictorArn":{"shape":"Arn"}
|
537
|
+
}
|
538
|
+
},
|
539
|
+
"CreateForecastResponse":{
|
540
|
+
"type":"structure",
|
541
|
+
"members":{
|
542
|
+
"ForecastArn":{"shape":"Arn"}
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"CreatePredictorRequest":{
|
546
|
+
"type":"structure",
|
547
|
+
"required":[
|
548
|
+
"PredictorName",
|
549
|
+
"ForecastHorizon",
|
550
|
+
"InputDataConfig",
|
551
|
+
"FeaturizationConfig"
|
552
|
+
],
|
553
|
+
"members":{
|
554
|
+
"PredictorName":{"shape":"Name"},
|
555
|
+
"AlgorithmArn":{"shape":"Arn"},
|
556
|
+
"ForecastHorizon":{"shape":"Integer"},
|
557
|
+
"PerformAutoML":{"shape":"Boolean"},
|
558
|
+
"PerformHPO":{"shape":"Boolean"},
|
559
|
+
"TrainingParameters":{"shape":"TrainingParameters"},
|
560
|
+
"EvaluationParameters":{"shape":"EvaluationParameters"},
|
561
|
+
"HPOConfig":{"shape":"HyperParameterTuningJobConfig"},
|
562
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
563
|
+
"FeaturizationConfig":{"shape":"FeaturizationConfig"},
|
564
|
+
"EncryptionConfig":{"shape":"EncryptionConfig"}
|
565
|
+
}
|
566
|
+
},
|
567
|
+
"CreatePredictorResponse":{
|
568
|
+
"type":"structure",
|
569
|
+
"members":{
|
570
|
+
"PredictorArn":{"shape":"Arn"}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"DataDestination":{
|
574
|
+
"type":"structure",
|
575
|
+
"required":["S3Config"],
|
576
|
+
"members":{
|
577
|
+
"S3Config":{"shape":"S3Config"}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"DataSource":{
|
581
|
+
"type":"structure",
|
582
|
+
"required":["S3Config"],
|
583
|
+
"members":{
|
584
|
+
"S3Config":{"shape":"S3Config"}
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"DatasetGroupSummary":{
|
588
|
+
"type":"structure",
|
589
|
+
"members":{
|
590
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
591
|
+
"DatasetGroupName":{"shape":"Name"},
|
592
|
+
"CreationTime":{"shape":"Timestamp"},
|
593
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
594
|
+
}
|
595
|
+
},
|
596
|
+
"DatasetGroups":{
|
597
|
+
"type":"list",
|
598
|
+
"member":{"shape":"DatasetGroupSummary"}
|
599
|
+
},
|
600
|
+
"DatasetImportJobSummary":{
|
601
|
+
"type":"structure",
|
602
|
+
"members":{
|
603
|
+
"DatasetImportJobArn":{"shape":"Arn"},
|
604
|
+
"DatasetImportJobName":{"shape":"Name"},
|
605
|
+
"DataSource":{"shape":"DataSource"},
|
606
|
+
"Status":{"shape":"Status"},
|
607
|
+
"Message":{"shape":"ErrorMessage"},
|
608
|
+
"CreationTime":{"shape":"Timestamp"},
|
609
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
610
|
+
}
|
611
|
+
},
|
612
|
+
"DatasetImportJobs":{
|
613
|
+
"type":"list",
|
614
|
+
"member":{"shape":"DatasetImportJobSummary"}
|
615
|
+
},
|
616
|
+
"DatasetSummary":{
|
617
|
+
"type":"structure",
|
618
|
+
"members":{
|
619
|
+
"DatasetArn":{"shape":"Arn"},
|
620
|
+
"DatasetName":{"shape":"Name"},
|
621
|
+
"DatasetType":{"shape":"DatasetType"},
|
622
|
+
"Domain":{"shape":"Domain"},
|
623
|
+
"CreationTime":{"shape":"Timestamp"},
|
624
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
625
|
+
}
|
626
|
+
},
|
627
|
+
"DatasetType":{
|
628
|
+
"type":"string",
|
629
|
+
"enum":[
|
630
|
+
"TARGET_TIME_SERIES",
|
631
|
+
"RELATED_TIME_SERIES",
|
632
|
+
"ITEM_METADATA"
|
633
|
+
]
|
634
|
+
},
|
635
|
+
"Datasets":{
|
636
|
+
"type":"list",
|
637
|
+
"member":{"shape":"DatasetSummary"}
|
638
|
+
},
|
639
|
+
"DeleteDatasetGroupRequest":{
|
640
|
+
"type":"structure",
|
641
|
+
"required":["DatasetGroupArn"],
|
642
|
+
"members":{
|
643
|
+
"DatasetGroupArn":{"shape":"Arn"}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
"DeleteDatasetImportJobRequest":{
|
647
|
+
"type":"structure",
|
648
|
+
"required":["DatasetImportJobArn"],
|
649
|
+
"members":{
|
650
|
+
"DatasetImportJobArn":{"shape":"Arn"}
|
651
|
+
}
|
652
|
+
},
|
653
|
+
"DeleteDatasetRequest":{
|
654
|
+
"type":"structure",
|
655
|
+
"required":["DatasetArn"],
|
656
|
+
"members":{
|
657
|
+
"DatasetArn":{"shape":"Arn"}
|
658
|
+
}
|
659
|
+
},
|
660
|
+
"DeleteForecastExportJobRequest":{
|
661
|
+
"type":"structure",
|
662
|
+
"required":["ForecastExportJobArn"],
|
663
|
+
"members":{
|
664
|
+
"ForecastExportJobArn":{"shape":"Arn"}
|
665
|
+
}
|
666
|
+
},
|
667
|
+
"DeleteForecastRequest":{
|
668
|
+
"type":"structure",
|
669
|
+
"required":["ForecastArn"],
|
670
|
+
"members":{
|
671
|
+
"ForecastArn":{"shape":"Arn"}
|
672
|
+
}
|
673
|
+
},
|
674
|
+
"DeletePredictorRequest":{
|
675
|
+
"type":"structure",
|
676
|
+
"required":["PredictorArn"],
|
677
|
+
"members":{
|
678
|
+
"PredictorArn":{"shape":"Arn"}
|
679
|
+
}
|
680
|
+
},
|
681
|
+
"DescribeDatasetGroupRequest":{
|
682
|
+
"type":"structure",
|
683
|
+
"required":["DatasetGroupArn"],
|
684
|
+
"members":{
|
685
|
+
"DatasetGroupArn":{"shape":"Arn"}
|
686
|
+
}
|
687
|
+
},
|
688
|
+
"DescribeDatasetGroupResponse":{
|
689
|
+
"type":"structure",
|
690
|
+
"members":{
|
691
|
+
"DatasetGroupName":{"shape":"Name"},
|
692
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
693
|
+
"DatasetArns":{"shape":"ArnList"},
|
694
|
+
"Domain":{"shape":"Domain"},
|
695
|
+
"Status":{"shape":"Status"},
|
696
|
+
"CreationTime":{"shape":"Timestamp"},
|
697
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
698
|
+
}
|
699
|
+
},
|
700
|
+
"DescribeDatasetImportJobRequest":{
|
701
|
+
"type":"structure",
|
702
|
+
"required":["DatasetImportJobArn"],
|
703
|
+
"members":{
|
704
|
+
"DatasetImportJobArn":{"shape":"Arn"}
|
705
|
+
}
|
706
|
+
},
|
707
|
+
"DescribeDatasetImportJobResponse":{
|
708
|
+
"type":"structure",
|
709
|
+
"members":{
|
710
|
+
"DatasetImportJobName":{"shape":"Name"},
|
711
|
+
"DatasetImportJobArn":{"shape":"Arn"},
|
712
|
+
"DatasetArn":{"shape":"Arn"},
|
713
|
+
"TimestampFormat":{"shape":"TimestampFormat"},
|
714
|
+
"DataSource":{"shape":"DataSource"},
|
715
|
+
"FieldStatistics":{"shape":"FieldStatistics"},
|
716
|
+
"DataSize":{"shape":"Double"},
|
717
|
+
"Status":{"shape":"Status"},
|
718
|
+
"Message":{"shape":"Message"},
|
719
|
+
"CreationTime":{"shape":"Timestamp"},
|
720
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"DescribeDatasetRequest":{
|
724
|
+
"type":"structure",
|
725
|
+
"required":["DatasetArn"],
|
726
|
+
"members":{
|
727
|
+
"DatasetArn":{"shape":"Arn"}
|
728
|
+
}
|
729
|
+
},
|
730
|
+
"DescribeDatasetResponse":{
|
731
|
+
"type":"structure",
|
732
|
+
"members":{
|
733
|
+
"DatasetArn":{"shape":"Arn"},
|
734
|
+
"DatasetName":{"shape":"Name"},
|
735
|
+
"Domain":{"shape":"Domain"},
|
736
|
+
"DatasetType":{"shape":"DatasetType"},
|
737
|
+
"DataFrequency":{"shape":"Frequency"},
|
738
|
+
"Schema":{"shape":"Schema"},
|
739
|
+
"EncryptionConfig":{"shape":"EncryptionConfig"},
|
740
|
+
"Status":{"shape":"Status"},
|
741
|
+
"CreationTime":{"shape":"Timestamp"},
|
742
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
743
|
+
}
|
744
|
+
},
|
745
|
+
"DescribeForecastExportJobRequest":{
|
746
|
+
"type":"structure",
|
747
|
+
"required":["ForecastExportJobArn"],
|
748
|
+
"members":{
|
749
|
+
"ForecastExportJobArn":{"shape":"Arn"}
|
750
|
+
}
|
751
|
+
},
|
752
|
+
"DescribeForecastExportJobResponse":{
|
753
|
+
"type":"structure",
|
754
|
+
"members":{
|
755
|
+
"ForecastExportJobArn":{"shape":"Arn"},
|
756
|
+
"ForecastExportJobName":{"shape":"Name"},
|
757
|
+
"ForecastArn":{"shape":"Arn"},
|
758
|
+
"Destination":{"shape":"DataDestination"},
|
759
|
+
"Message":{"shape":"Message"},
|
760
|
+
"Status":{"shape":"Status"},
|
761
|
+
"CreationTime":{"shape":"Timestamp"},
|
762
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"DescribeForecastRequest":{
|
766
|
+
"type":"structure",
|
767
|
+
"required":["ForecastArn"],
|
768
|
+
"members":{
|
769
|
+
"ForecastArn":{"shape":"Arn"}
|
770
|
+
}
|
771
|
+
},
|
772
|
+
"DescribeForecastResponse":{
|
773
|
+
"type":"structure",
|
774
|
+
"members":{
|
775
|
+
"ForecastArn":{"shape":"Arn"},
|
776
|
+
"ForecastName":{"shape":"Name"},
|
777
|
+
"PredictorArn":{"shape":"Arn"},
|
778
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
779
|
+
"Status":{"shape":"String"},
|
780
|
+
"Message":{"shape":"ErrorMessage"},
|
781
|
+
"CreationTime":{"shape":"Timestamp"},
|
782
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"DescribePredictorRequest":{
|
786
|
+
"type":"structure",
|
787
|
+
"required":["PredictorArn"],
|
788
|
+
"members":{
|
789
|
+
"PredictorArn":{"shape":"Arn"}
|
790
|
+
}
|
791
|
+
},
|
792
|
+
"DescribePredictorResponse":{
|
793
|
+
"type":"structure",
|
794
|
+
"members":{
|
795
|
+
"PredictorArn":{"shape":"Name"},
|
796
|
+
"PredictorName":{"shape":"Name"},
|
797
|
+
"AlgorithmArn":{"shape":"Arn"},
|
798
|
+
"ForecastHorizon":{"shape":"Integer"},
|
799
|
+
"PerformAutoML":{"shape":"Boolean"},
|
800
|
+
"PerformHPO":{"shape":"Boolean"},
|
801
|
+
"TrainingParameters":{"shape":"TrainingParameters"},
|
802
|
+
"EvaluationParameters":{"shape":"EvaluationParameters"},
|
803
|
+
"HPOConfig":{"shape":"HyperParameterTuningJobConfig"},
|
804
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
805
|
+
"FeaturizationConfig":{"shape":"FeaturizationConfig"},
|
806
|
+
"EncryptionConfig":{"shape":"EncryptionConfig"},
|
807
|
+
"DatasetImportJobArns":{"shape":"ArnList"},
|
808
|
+
"AutoMLAlgorithmArns":{"shape":"ArnList"},
|
809
|
+
"Status":{"shape":"Status"},
|
810
|
+
"Message":{"shape":"Message"},
|
811
|
+
"CreationTime":{"shape":"Timestamp"},
|
812
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
813
|
+
}
|
814
|
+
},
|
815
|
+
"Domain":{
|
816
|
+
"type":"string",
|
817
|
+
"enum":[
|
818
|
+
"RETAIL",
|
819
|
+
"CUSTOM",
|
820
|
+
"INVENTORY_PLANNING",
|
821
|
+
"EC2_CAPACITY",
|
822
|
+
"WORK_FORCE",
|
823
|
+
"WEB_TRAFFIC",
|
824
|
+
"METRICS"
|
825
|
+
]
|
826
|
+
},
|
827
|
+
"Double":{"type":"double"},
|
828
|
+
"EncryptionConfig":{
|
829
|
+
"type":"structure",
|
830
|
+
"required":[
|
831
|
+
"RoleArn",
|
832
|
+
"KMSKeyArn"
|
833
|
+
],
|
834
|
+
"members":{
|
835
|
+
"RoleArn":{"shape":"Arn"},
|
836
|
+
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
837
|
+
}
|
838
|
+
},
|
839
|
+
"ErrorMessage":{"type":"string"},
|
840
|
+
"EvaluationParameters":{
|
841
|
+
"type":"structure",
|
842
|
+
"members":{
|
843
|
+
"NumberOfBacktestWindows":{"shape":"Integer"},
|
844
|
+
"BackTestWindowOffset":{"shape":"Integer"}
|
845
|
+
}
|
846
|
+
},
|
847
|
+
"EvaluationResult":{
|
848
|
+
"type":"structure",
|
849
|
+
"members":{
|
850
|
+
"AlgorithmArn":{"shape":"Arn"},
|
851
|
+
"TestWindows":{"shape":"TestWindows"}
|
852
|
+
}
|
853
|
+
},
|
854
|
+
"EvaluationType":{
|
855
|
+
"type":"string",
|
856
|
+
"enum":[
|
857
|
+
"SUMMARY",
|
858
|
+
"COMPUTED"
|
859
|
+
]
|
860
|
+
},
|
861
|
+
"Featurization":{
|
862
|
+
"type":"structure",
|
863
|
+
"required":["AttributeName"],
|
864
|
+
"members":{
|
865
|
+
"AttributeName":{"shape":"Name"},
|
866
|
+
"FeaturizationPipeline":{"shape":"FeaturizationPipeline"}
|
867
|
+
}
|
868
|
+
},
|
869
|
+
"FeaturizationConfig":{
|
870
|
+
"type":"structure",
|
871
|
+
"required":["ForecastFrequency"],
|
872
|
+
"members":{
|
873
|
+
"ForecastFrequency":{"shape":"Frequency"},
|
874
|
+
"ForecastDimensions":{"shape":"ForecastDimensions"},
|
875
|
+
"Featurizations":{"shape":"Featurizations"}
|
876
|
+
}
|
877
|
+
},
|
878
|
+
"FeaturizationMethod":{
|
879
|
+
"type":"structure",
|
880
|
+
"required":["FeaturizationMethodName"],
|
881
|
+
"members":{
|
882
|
+
"FeaturizationMethodName":{"shape":"FeaturizationMethodName"},
|
883
|
+
"FeaturizationMethodParameters":{"shape":"FeaturizationMethodParameters"}
|
884
|
+
}
|
885
|
+
},
|
886
|
+
"FeaturizationMethodName":{
|
887
|
+
"type":"string",
|
888
|
+
"enum":["filling"]
|
889
|
+
},
|
890
|
+
"FeaturizationMethodParameters":{
|
891
|
+
"type":"map",
|
892
|
+
"key":{"shape":"ParameterKey"},
|
893
|
+
"value":{"shape":"ParameterValue"},
|
894
|
+
"max":20,
|
895
|
+
"min":1
|
896
|
+
},
|
897
|
+
"FeaturizationPipeline":{
|
898
|
+
"type":"list",
|
899
|
+
"member":{"shape":"FeaturizationMethod"},
|
900
|
+
"max":1,
|
901
|
+
"min":1
|
902
|
+
},
|
903
|
+
"Featurizations":{
|
904
|
+
"type":"list",
|
905
|
+
"member":{"shape":"Featurization"},
|
906
|
+
"max":1,
|
907
|
+
"min":1
|
908
|
+
},
|
909
|
+
"FieldStatistics":{
|
910
|
+
"type":"map",
|
911
|
+
"key":{"shape":"String"},
|
912
|
+
"value":{"shape":"Statistics"}
|
913
|
+
},
|
914
|
+
"Filter":{
|
915
|
+
"type":"structure",
|
916
|
+
"required":[
|
917
|
+
"Key",
|
918
|
+
"Value",
|
919
|
+
"Condition"
|
920
|
+
],
|
921
|
+
"members":{
|
922
|
+
"Key":{"shape":"String"},
|
923
|
+
"Value":{"shape":"Arn"},
|
924
|
+
"Condition":{"shape":"FilterConditionString"}
|
925
|
+
}
|
926
|
+
},
|
927
|
+
"FilterConditionString":{
|
928
|
+
"type":"string",
|
929
|
+
"enum":[
|
930
|
+
"IS",
|
931
|
+
"IS_NOT"
|
932
|
+
]
|
933
|
+
},
|
934
|
+
"Filters":{
|
935
|
+
"type":"list",
|
936
|
+
"member":{"shape":"Filter"}
|
937
|
+
},
|
938
|
+
"ForecastDimensions":{
|
939
|
+
"type":"list",
|
940
|
+
"member":{"shape":"Name"},
|
941
|
+
"max":5,
|
942
|
+
"min":1
|
943
|
+
},
|
944
|
+
"ForecastExportJobSummary":{
|
945
|
+
"type":"structure",
|
946
|
+
"members":{
|
947
|
+
"ForecastExportJobArn":{"shape":"Arn"},
|
948
|
+
"ForecastExportJobName":{"shape":"Name"},
|
949
|
+
"Destination":{"shape":"DataDestination"},
|
950
|
+
"Status":{"shape":"Status"},
|
951
|
+
"Message":{"shape":"ErrorMessage"},
|
952
|
+
"CreationTime":{"shape":"Timestamp"},
|
953
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
954
|
+
}
|
955
|
+
},
|
956
|
+
"ForecastExportJobs":{
|
957
|
+
"type":"list",
|
958
|
+
"member":{"shape":"ForecastExportJobSummary"}
|
959
|
+
},
|
960
|
+
"ForecastSummary":{
|
961
|
+
"type":"structure",
|
962
|
+
"members":{
|
963
|
+
"ForecastArn":{"shape":"Arn"},
|
964
|
+
"ForecastName":{"shape":"Name"},
|
965
|
+
"PredictorArn":{"shape":"String"},
|
966
|
+
"DatasetGroupArn":{"shape":"String"},
|
967
|
+
"Status":{"shape":"Status"},
|
968
|
+
"Message":{"shape":"ErrorMessage"},
|
969
|
+
"CreationTime":{"shape":"Timestamp"},
|
970
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"Forecasts":{
|
974
|
+
"type":"list",
|
975
|
+
"member":{"shape":"ForecastSummary"}
|
976
|
+
},
|
977
|
+
"Frequency":{
|
978
|
+
"type":"string",
|
979
|
+
"pattern":"^Y|M|W|D|H|30min|15min|10min|5min|1min$"
|
980
|
+
},
|
981
|
+
"GetAccuracyMetricsRequest":{
|
982
|
+
"type":"structure",
|
983
|
+
"required":["PredictorArn"],
|
984
|
+
"members":{
|
985
|
+
"PredictorArn":{"shape":"Arn"}
|
986
|
+
}
|
987
|
+
},
|
988
|
+
"GetAccuracyMetricsResponse":{
|
989
|
+
"type":"structure",
|
990
|
+
"members":{
|
991
|
+
"PredictorEvaluationResults":{"shape":"PredictorEvaluationResults"}
|
992
|
+
}
|
993
|
+
},
|
994
|
+
"HyperParameterTuningJobConfig":{
|
995
|
+
"type":"structure",
|
996
|
+
"members":{
|
997
|
+
"ParameterRanges":{"shape":"ParameterRanges"}
|
998
|
+
}
|
999
|
+
},
|
1000
|
+
"InputDataConfig":{
|
1001
|
+
"type":"structure",
|
1002
|
+
"required":["DatasetGroupArn"],
|
1003
|
+
"members":{
|
1004
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
1005
|
+
"SupplementaryFeatures":{"shape":"SupplementaryFeatures"}
|
1006
|
+
}
|
1007
|
+
},
|
1008
|
+
"Integer":{"type":"integer"},
|
1009
|
+
"IntegerParameterRange":{
|
1010
|
+
"type":"structure",
|
1011
|
+
"required":[
|
1012
|
+
"Name",
|
1013
|
+
"MaxValue",
|
1014
|
+
"MinValue"
|
1015
|
+
],
|
1016
|
+
"members":{
|
1017
|
+
"Name":{"shape":"Name"},
|
1018
|
+
"MaxValue":{"shape":"Integer"},
|
1019
|
+
"MinValue":{"shape":"Integer"},
|
1020
|
+
"ScalingType":{"shape":"ScalingType"}
|
1021
|
+
}
|
1022
|
+
},
|
1023
|
+
"IntegerParameterRanges":{
|
1024
|
+
"type":"list",
|
1025
|
+
"member":{"shape":"IntegerParameterRange"},
|
1026
|
+
"max":20,
|
1027
|
+
"min":1
|
1028
|
+
},
|
1029
|
+
"InvalidInputException":{
|
1030
|
+
"type":"structure",
|
1031
|
+
"members":{
|
1032
|
+
"Message":{"shape":"ErrorMessage"}
|
1033
|
+
},
|
1034
|
+
"exception":true
|
1035
|
+
},
|
1036
|
+
"InvalidNextTokenException":{
|
1037
|
+
"type":"structure",
|
1038
|
+
"members":{
|
1039
|
+
"Message":{"shape":"ErrorMessage"}
|
1040
|
+
},
|
1041
|
+
"exception":true
|
1042
|
+
},
|
1043
|
+
"KMSKeyArn":{
|
1044
|
+
"type":"string",
|
1045
|
+
"max":256,
|
1046
|
+
"pattern":"arn:aws:kms:.*:key/.*"
|
1047
|
+
},
|
1048
|
+
"LimitExceededException":{
|
1049
|
+
"type":"structure",
|
1050
|
+
"members":{
|
1051
|
+
"Message":{"shape":"ErrorMessage"}
|
1052
|
+
},
|
1053
|
+
"exception":true
|
1054
|
+
},
|
1055
|
+
"ListDatasetGroupsRequest":{
|
1056
|
+
"type":"structure",
|
1057
|
+
"members":{
|
1058
|
+
"NextToken":{"shape":"NextToken"},
|
1059
|
+
"MaxResults":{"shape":"MaxResults"}
|
1060
|
+
}
|
1061
|
+
},
|
1062
|
+
"ListDatasetGroupsResponse":{
|
1063
|
+
"type":"structure",
|
1064
|
+
"members":{
|
1065
|
+
"DatasetGroups":{"shape":"DatasetGroups"},
|
1066
|
+
"NextToken":{"shape":"NextToken"}
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
"ListDatasetImportJobsRequest":{
|
1070
|
+
"type":"structure",
|
1071
|
+
"members":{
|
1072
|
+
"NextToken":{"shape":"NextToken"},
|
1073
|
+
"MaxResults":{"shape":"MaxResults"},
|
1074
|
+
"Filters":{"shape":"Filters"}
|
1075
|
+
}
|
1076
|
+
},
|
1077
|
+
"ListDatasetImportJobsResponse":{
|
1078
|
+
"type":"structure",
|
1079
|
+
"members":{
|
1080
|
+
"DatasetImportJobs":{"shape":"DatasetImportJobs"},
|
1081
|
+
"NextToken":{"shape":"NextToken"}
|
1082
|
+
}
|
1083
|
+
},
|
1084
|
+
"ListDatasetsRequest":{
|
1085
|
+
"type":"structure",
|
1086
|
+
"members":{
|
1087
|
+
"NextToken":{"shape":"NextToken"},
|
1088
|
+
"MaxResults":{"shape":"MaxResults"}
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
"ListDatasetsResponse":{
|
1092
|
+
"type":"structure",
|
1093
|
+
"members":{
|
1094
|
+
"Datasets":{"shape":"Datasets"},
|
1095
|
+
"NextToken":{"shape":"NextToken"}
|
1096
|
+
}
|
1097
|
+
},
|
1098
|
+
"ListForecastExportJobsRequest":{
|
1099
|
+
"type":"structure",
|
1100
|
+
"members":{
|
1101
|
+
"NextToken":{"shape":"NextToken"},
|
1102
|
+
"MaxResults":{"shape":"MaxResults"},
|
1103
|
+
"Filters":{"shape":"Filters"}
|
1104
|
+
}
|
1105
|
+
},
|
1106
|
+
"ListForecastExportJobsResponse":{
|
1107
|
+
"type":"structure",
|
1108
|
+
"members":{
|
1109
|
+
"ForecastExportJobs":{"shape":"ForecastExportJobs"},
|
1110
|
+
"NextToken":{"shape":"NextToken"}
|
1111
|
+
}
|
1112
|
+
},
|
1113
|
+
"ListForecastsRequest":{
|
1114
|
+
"type":"structure",
|
1115
|
+
"members":{
|
1116
|
+
"NextToken":{"shape":"NextToken"},
|
1117
|
+
"MaxResults":{"shape":"MaxResults"},
|
1118
|
+
"Filters":{"shape":"Filters"}
|
1119
|
+
}
|
1120
|
+
},
|
1121
|
+
"ListForecastsResponse":{
|
1122
|
+
"type":"structure",
|
1123
|
+
"members":{
|
1124
|
+
"Forecasts":{"shape":"Forecasts"},
|
1125
|
+
"NextToken":{"shape":"NextToken"}
|
1126
|
+
}
|
1127
|
+
},
|
1128
|
+
"ListPredictorsRequest":{
|
1129
|
+
"type":"structure",
|
1130
|
+
"members":{
|
1131
|
+
"NextToken":{"shape":"NextToken"},
|
1132
|
+
"MaxResults":{"shape":"MaxResults"},
|
1133
|
+
"Filters":{"shape":"Filters"}
|
1134
|
+
}
|
1135
|
+
},
|
1136
|
+
"ListPredictorsResponse":{
|
1137
|
+
"type":"structure",
|
1138
|
+
"members":{
|
1139
|
+
"Predictors":{"shape":"Predictors"},
|
1140
|
+
"NextToken":{"shape":"NextToken"}
|
1141
|
+
}
|
1142
|
+
},
|
1143
|
+
"MaxResults":{
|
1144
|
+
"type":"integer",
|
1145
|
+
"max":100,
|
1146
|
+
"min":1
|
1147
|
+
},
|
1148
|
+
"Message":{"type":"string"},
|
1149
|
+
"Metrics":{
|
1150
|
+
"type":"structure",
|
1151
|
+
"members":{
|
1152
|
+
"RMSE":{"shape":"Double"},
|
1153
|
+
"WeightedQuantileLosses":{"shape":"WeightedQuantileLosses"}
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
"Name":{
|
1157
|
+
"type":"string",
|
1158
|
+
"max":63,
|
1159
|
+
"min":1,
|
1160
|
+
"pattern":"^[a-zA-Z0-9][a-zA-Z0-9_]*"
|
1161
|
+
},
|
1162
|
+
"NextToken":{
|
1163
|
+
"type":"string",
|
1164
|
+
"max":3000,
|
1165
|
+
"min":1
|
1166
|
+
},
|
1167
|
+
"ParameterKey":{
|
1168
|
+
"type":"string",
|
1169
|
+
"max":256,
|
1170
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\\\]+$"
|
1171
|
+
},
|
1172
|
+
"ParameterRanges":{
|
1173
|
+
"type":"structure",
|
1174
|
+
"members":{
|
1175
|
+
"CategoricalParameterRanges":{"shape":"CategoricalParameterRanges"},
|
1176
|
+
"ContinuousParameterRanges":{"shape":"ContinuousParameterRanges"},
|
1177
|
+
"IntegerParameterRanges":{"shape":"IntegerParameterRanges"}
|
1178
|
+
}
|
1179
|
+
},
|
1180
|
+
"ParameterValue":{
|
1181
|
+
"type":"string",
|
1182
|
+
"max":256,
|
1183
|
+
"pattern":"^[a-zA-Z0-9\\-\\_\\.\\/\\[\\]\\,\\\"\\\\\\s]+$"
|
1184
|
+
},
|
1185
|
+
"PredictorEvaluationResults":{
|
1186
|
+
"type":"list",
|
1187
|
+
"member":{"shape":"EvaluationResult"}
|
1188
|
+
},
|
1189
|
+
"PredictorSummary":{
|
1190
|
+
"type":"structure",
|
1191
|
+
"members":{
|
1192
|
+
"PredictorArn":{"shape":"Arn"},
|
1193
|
+
"PredictorName":{"shape":"Name"},
|
1194
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
1195
|
+
"Status":{"shape":"Status"},
|
1196
|
+
"Message":{"shape":"ErrorMessage"},
|
1197
|
+
"CreationTime":{"shape":"Timestamp"},
|
1198
|
+
"LastModificationTime":{"shape":"Timestamp"}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"Predictors":{
|
1202
|
+
"type":"list",
|
1203
|
+
"member":{"shape":"PredictorSummary"}
|
1204
|
+
},
|
1205
|
+
"ResourceAlreadyExistsException":{
|
1206
|
+
"type":"structure",
|
1207
|
+
"members":{
|
1208
|
+
"Message":{"shape":"ErrorMessage"}
|
1209
|
+
},
|
1210
|
+
"exception":true
|
1211
|
+
},
|
1212
|
+
"ResourceInUseException":{
|
1213
|
+
"type":"structure",
|
1214
|
+
"members":{
|
1215
|
+
"Message":{"shape":"ErrorMessage"}
|
1216
|
+
},
|
1217
|
+
"exception":true
|
1218
|
+
},
|
1219
|
+
"ResourceNotFoundException":{
|
1220
|
+
"type":"structure",
|
1221
|
+
"members":{
|
1222
|
+
"Message":{"shape":"ErrorMessage"}
|
1223
|
+
},
|
1224
|
+
"exception":true
|
1225
|
+
},
|
1226
|
+
"S3Config":{
|
1227
|
+
"type":"structure",
|
1228
|
+
"required":[
|
1229
|
+
"Path",
|
1230
|
+
"RoleArn"
|
1231
|
+
],
|
1232
|
+
"members":{
|
1233
|
+
"Path":{"shape":"S3Path"},
|
1234
|
+
"RoleArn":{"shape":"Arn"},
|
1235
|
+
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
1236
|
+
}
|
1237
|
+
},
|
1238
|
+
"S3Path":{
|
1239
|
+
"type":"string",
|
1240
|
+
"pattern":"^s3://.+$"
|
1241
|
+
},
|
1242
|
+
"ScalingType":{
|
1243
|
+
"type":"string",
|
1244
|
+
"enum":[
|
1245
|
+
"Auto",
|
1246
|
+
"Linear",
|
1247
|
+
"Logarithmic",
|
1248
|
+
"ReverseLogarithmic"
|
1249
|
+
]
|
1250
|
+
},
|
1251
|
+
"Schema":{
|
1252
|
+
"type":"structure",
|
1253
|
+
"members":{
|
1254
|
+
"Attributes":{"shape":"SchemaAttributes"}
|
1255
|
+
}
|
1256
|
+
},
|
1257
|
+
"SchemaAttribute":{
|
1258
|
+
"type":"structure",
|
1259
|
+
"members":{
|
1260
|
+
"AttributeName":{"shape":"Name"},
|
1261
|
+
"AttributeType":{"shape":"AttributeType"}
|
1262
|
+
}
|
1263
|
+
},
|
1264
|
+
"SchemaAttributes":{
|
1265
|
+
"type":"list",
|
1266
|
+
"member":{"shape":"SchemaAttribute"}
|
1267
|
+
},
|
1268
|
+
"Statistics":{
|
1269
|
+
"type":"structure",
|
1270
|
+
"members":{
|
1271
|
+
"Count":{"shape":"Integer"},
|
1272
|
+
"CountDistinct":{"shape":"Integer"},
|
1273
|
+
"CountNull":{"shape":"Integer"},
|
1274
|
+
"CountNan":{"shape":"Integer"},
|
1275
|
+
"Min":{"shape":"String"},
|
1276
|
+
"Max":{"shape":"String"},
|
1277
|
+
"Avg":{"shape":"Double"},
|
1278
|
+
"Stddev":{"shape":"Double"}
|
1279
|
+
}
|
1280
|
+
},
|
1281
|
+
"Status":{
|
1282
|
+
"type":"string",
|
1283
|
+
"max":256
|
1284
|
+
},
|
1285
|
+
"String":{
|
1286
|
+
"type":"string",
|
1287
|
+
"max":256,
|
1288
|
+
"pattern":"^[a-zA-Z0-9\\_]+$"
|
1289
|
+
},
|
1290
|
+
"SupplementaryFeature":{
|
1291
|
+
"type":"structure",
|
1292
|
+
"required":[
|
1293
|
+
"Name",
|
1294
|
+
"Value"
|
1295
|
+
],
|
1296
|
+
"members":{
|
1297
|
+
"Name":{"shape":"Name"},
|
1298
|
+
"Value":{"shape":"Value"}
|
1299
|
+
}
|
1300
|
+
},
|
1301
|
+
"SupplementaryFeatures":{
|
1302
|
+
"type":"list",
|
1303
|
+
"member":{"shape":"SupplementaryFeature"},
|
1304
|
+
"max":1,
|
1305
|
+
"min":1
|
1306
|
+
},
|
1307
|
+
"TestWindows":{
|
1308
|
+
"type":"list",
|
1309
|
+
"member":{"shape":"WindowSummary"}
|
1310
|
+
},
|
1311
|
+
"Timestamp":{"type":"timestamp"},
|
1312
|
+
"TimestampFormat":{
|
1313
|
+
"type":"string",
|
1314
|
+
"max":256,
|
1315
|
+
"pattern":"^[a-zA-Z0-9\\-\\:\\.\\,\\'\\s]+$"
|
1316
|
+
},
|
1317
|
+
"TrainingParameters":{
|
1318
|
+
"type":"map",
|
1319
|
+
"key":{"shape":"ParameterKey"},
|
1320
|
+
"value":{"shape":"ParameterValue"},
|
1321
|
+
"max":100,
|
1322
|
+
"min":0
|
1323
|
+
},
|
1324
|
+
"UpdateDatasetGroupRequest":{
|
1325
|
+
"type":"structure",
|
1326
|
+
"required":[
|
1327
|
+
"DatasetGroupArn",
|
1328
|
+
"DatasetArns"
|
1329
|
+
],
|
1330
|
+
"members":{
|
1331
|
+
"DatasetGroupArn":{"shape":"Arn"},
|
1332
|
+
"DatasetArns":{"shape":"ArnList"}
|
1333
|
+
}
|
1334
|
+
},
|
1335
|
+
"UpdateDatasetGroupResponse":{
|
1336
|
+
"type":"structure",
|
1337
|
+
"members":{
|
1338
|
+
}
|
1339
|
+
},
|
1340
|
+
"Value":{
|
1341
|
+
"type":"string",
|
1342
|
+
"max":256,
|
1343
|
+
"pattern":"^[a-zA-Z0-9\\_\\-]+$"
|
1344
|
+
},
|
1345
|
+
"Values":{
|
1346
|
+
"type":"list",
|
1347
|
+
"member":{"shape":"Value"},
|
1348
|
+
"max":20,
|
1349
|
+
"min":1
|
1350
|
+
},
|
1351
|
+
"WeightedQuantileLoss":{
|
1352
|
+
"type":"structure",
|
1353
|
+
"members":{
|
1354
|
+
"Quantile":{"shape":"Double"},
|
1355
|
+
"LossValue":{"shape":"Double"}
|
1356
|
+
}
|
1357
|
+
},
|
1358
|
+
"WeightedQuantileLosses":{
|
1359
|
+
"type":"list",
|
1360
|
+
"member":{"shape":"WeightedQuantileLoss"}
|
1361
|
+
},
|
1362
|
+
"WindowSummary":{
|
1363
|
+
"type":"structure",
|
1364
|
+
"members":{
|
1365
|
+
"TestWindowStart":{"shape":"Timestamp"},
|
1366
|
+
"TestWindowEnd":{"shape":"Timestamp"},
|
1367
|
+
"ItemCount":{"shape":"Integer"},
|
1368
|
+
"EvaluationType":{"shape":"EvaluationType"},
|
1369
|
+
"Metrics":{"shape":"Metrics"}
|
1370
|
+
}
|
1371
|
+
}
|
1372
|
+
}
|
1373
|
+
}
|