aws-sdk-forecastservice 1.85.0 → 1.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8abb2fbb191945b15b56c9dc15caaadee27ded4930c13f16a79103f4aeef31d0
4
- data.tar.gz: c2cf8401a1fe9704387bdd3ea95f263f3d0968eaf2f877f9c221c4e7dde570b1
3
+ metadata.gz: de80472b4dae1f7b89b5e1db75ba284fe1e18cdfa64e790162febccddff53eda
4
+ data.tar.gz: ba8101630bdb53a81ac7767d8a6229c72afa516236c37dd6b5d753fe00684637
5
5
  SHA512:
6
- metadata.gz: faac62565ed082f71f41a2d3cefc194382d8b548c1206a9f56806f6309de294f0fe517468e27c1175e7ac7d122417ec3c08dac1ae10e83ce66e4399621225ef2
7
- data.tar.gz: 1dd61502599fc768eedcc080afbff9ab74e8288c4eb88bd40b832383edca68d6760aab656732c565a1e083cf5201549795ba267b6bde966843f4023fba423423
6
+ metadata.gz: 8c5c14301ee32abcdd7b3b9763b9ef60f1ae244f476aa401a0c88eb45b2657965ca8b7c2720cc94635cf71717f54628581561b500b28ca3039ae4ead7d275b7b
7
+ data.tar.gz: 9b08690ce26224ca9cf206119548f488afc1e0f2a943507df9c4619843ddf2520fec3da384d3bd93b9fe88d5d079fe06c13b1ab0a15d5c6846005a2c970d9b48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -5383,7 +5383,7 @@ module Aws::ForecastService
5383
5383
  tracer: tracer
5384
5384
  )
5385
5385
  context[:gem_name] = 'aws-sdk-forecastservice'
5386
- context[:gem_version] = '1.85.0'
5386
+ context[:gem_version] = '1.86.0'
5387
5387
  Seahorse::Client::Request.new(handlers, context)
5388
5388
  end
5389
5389
 
@@ -54,7 +54,7 @@ module Aws::ForecastService
54
54
  autoload :EndpointProvider, 'aws-sdk-forecastservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-forecastservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -96,13 +96,13 @@ module Aws
96
96
  {
97
97
  attribute_name: ::String,
98
98
  transformations: Hash[::String, ::String]
99
- },
99
+ }
100
100
  ]?,
101
101
  additional_datasets: Array[
102
102
  {
103
103
  name: ::String,
104
104
  configuration: Hash[::String, Array[::String]]?
105
- },
105
+ }
106
106
  ]?
107
107
  },
108
108
  ?encryption_config: {
@@ -116,7 +116,7 @@ module Aws
116
116
  {
117
117
  key: ::String,
118
118
  value: ::String
119
- },
119
+ }
120
120
  ],
121
121
  ?monitor_config: {
122
122
  monitor_name: ::String
@@ -145,7 +145,7 @@ module Aws
145
145
  {
146
146
  attribute_name: ::String?,
147
147
  attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
148
- },
148
+ }
149
149
  ]?
150
150
  },
151
151
  ?encryption_config: {
@@ -156,7 +156,7 @@ module Aws
156
156
  {
157
157
  key: ::String,
158
158
  value: ::String
159
- },
159
+ }
160
160
  ]
161
161
  ) -> _CreateDatasetResponseSuccess
162
162
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatasetResponseSuccess
@@ -174,7 +174,7 @@ module Aws
174
174
  {
175
175
  key: ::String,
176
176
  value: ::String
177
- },
177
+ }
178
178
  ]
179
179
  ) -> _CreateDatasetGroupResponseSuccess
180
180
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatasetGroupResponseSuccess
@@ -202,7 +202,7 @@ module Aws
202
202
  {
203
203
  key: ::String,
204
204
  value: ::String
205
- },
205
+ }
206
206
  ],
207
207
  ?format: ::String,
208
208
  ?import_mode: ("FULL" | "INCREMENTAL")
@@ -233,7 +233,7 @@ module Aws
233
233
  {
234
234
  attribute_name: ::String?,
235
235
  attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
236
- },
236
+ }
237
237
  ]?
238
238
  },
239
239
  ?enable_visualization: bool,
@@ -243,7 +243,7 @@ module Aws
243
243
  {
244
244
  key: ::String,
245
245
  value: ::String
246
- },
246
+ }
247
247
  ]
248
248
  ) -> _CreateExplainabilityResponseSuccess
249
249
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateExplainabilityResponseSuccess
@@ -267,7 +267,7 @@ module Aws
267
267
  {
268
268
  key: ::String,
269
269
  value: ::String
270
- },
270
+ }
271
271
  ],
272
272
  ?format: ::String
273
273
  ) -> _CreateExplainabilityExportResponseSuccess
@@ -286,28 +286,9 @@ module Aws
286
286
  {
287
287
  key: ::String,
288
288
  value: ::String
289
- },
289
+ }
290
290
  ],
291
- ?time_series_selector: {
292
- time_series_identifiers: {
293
- data_source: {
294
- s3_config: {
295
- path: ::String,
296
- role_arn: ::String,
297
- kms_key_arn: ::String?
298
- }
299
- }?,
300
- schema: {
301
- attributes: Array[
302
- {
303
- attribute_name: ::String?,
304
- attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
305
- },
306
- ]?
307
- }?,
308
- format: ::String?
309
- }?
310
- }
291
+ ?time_series_selector: Params::time_series_selector
311
292
  ) -> _CreateForecastResponseSuccess
312
293
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateForecastResponseSuccess
313
294
 
@@ -330,7 +311,7 @@ module Aws
330
311
  {
331
312
  key: ::String,
332
313
  value: ::String
333
- },
314
+ }
334
315
  ],
335
316
  ?format: ::String
336
317
  ) -> _CreateForecastExportJobResponseSuccess
@@ -348,7 +329,7 @@ module Aws
348
329
  {
349
330
  key: ::String,
350
331
  value: ::String
351
- },
332
+ }
352
333
  ]
353
334
  ) -> _CreateMonitorResponseSuccess
354
335
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMonitorResponseSuccess
@@ -377,7 +358,7 @@ module Aws
377
358
  {
378
359
  name: ::String,
379
360
  values: Array[::String]
380
- },
361
+ }
381
362
  ]?,
382
363
  continuous_parameter_ranges: Array[
383
364
  {
@@ -385,7 +366,7 @@ module Aws
385
366
  max_value: ::Float,
386
367
  min_value: ::Float,
387
368
  scaling_type: ("Auto" | "Linear" | "Logarithmic" | "ReverseLogarithmic")?
388
- },
369
+ }
389
370
  ]?,
390
371
  integer_parameter_ranges: Array[
391
372
  {
@@ -393,7 +374,7 @@ module Aws
393
374
  max_value: ::Integer,
394
375
  min_value: ::Integer,
395
376
  scaling_type: ("Auto" | "Linear" | "Logarithmic" | "ReverseLogarithmic")?
396
- },
377
+ }
397
378
  ]?
398
379
  }?
399
380
  },
@@ -403,7 +384,7 @@ module Aws
403
384
  {
404
385
  name: ::String,
405
386
  value: ::String
406
- },
387
+ }
407
388
  ]?
408
389
  },
409
390
  featurization_config: {
@@ -416,9 +397,9 @@ module Aws
416
397
  {
417
398
  featurization_method_name: ("filling"),
418
399
  featurization_method_parameters: Hash[::String, ::String]?
419
- },
400
+ }
420
401
  ]?
421
- },
402
+ }
422
403
  ]?
423
404
  },
424
405
  ?encryption_config: {
@@ -429,7 +410,7 @@ module Aws
429
410
  {
430
411
  key: ::String,
431
412
  value: ::String
432
- },
413
+ }
433
414
  ],
434
415
  ?optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
435
416
  ) -> _CreatePredictorResponseSuccess
@@ -454,7 +435,7 @@ module Aws
454
435
  {
455
436
  key: ::String,
456
437
  value: ::String
457
- },
438
+ }
458
439
  ],
459
440
  ?format: ::String
460
441
  ) -> _CreatePredictorBacktestExportJobResponseSuccess
@@ -468,31 +449,12 @@ module Aws
468
449
  def create_what_if_analysis: (
469
450
  what_if_analysis_name: ::String,
470
451
  forecast_arn: ::String,
471
- ?time_series_selector: {
472
- time_series_identifiers: {
473
- data_source: {
474
- s3_config: {
475
- path: ::String,
476
- role_arn: ::String,
477
- kms_key_arn: ::String?
478
- }
479
- }?,
480
- schema: {
481
- attributes: Array[
482
- {
483
- attribute_name: ::String?,
484
- attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
485
- },
486
- ]?
487
- }?,
488
- format: ::String?
489
- }?
490
- },
452
+ ?time_series_selector: Params::time_series_selector,
491
453
  ?tags: Array[
492
454
  {
493
455
  key: ::String,
494
456
  value: ::String
495
- },
457
+ }
496
458
  ]
497
459
  ) -> _CreateWhatIfAnalysisResponseSuccess
498
460
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWhatIfAnalysisResponseSuccess
@@ -517,9 +479,9 @@ module Aws
517
479
  attribute_name: ::String,
518
480
  attribute_value: ::String,
519
481
  condition: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN")
520
- },
482
+ }
521
483
  ]?
522
- },
484
+ }
523
485
  ],
524
486
  ?time_series_replacements_data_source: {
525
487
  s3_config: {
@@ -532,7 +494,7 @@ module Aws
532
494
  {
533
495
  attribute_name: ::String?,
534
496
  attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
535
- },
497
+ }
536
498
  ]?
537
499
  },
538
500
  format: ::String?,
@@ -542,7 +504,7 @@ module Aws
542
504
  {
543
505
  key: ::String,
544
506
  value: ::String
545
- },
507
+ }
546
508
  ]
547
509
  ) -> _CreateWhatIfForecastResponseSuccess
548
510
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWhatIfForecastResponseSuccess
@@ -566,7 +528,7 @@ module Aws
566
528
  {
567
529
  key: ::String,
568
530
  value: ::String
569
- },
531
+ }
570
532
  ],
571
533
  ?format: ::String
572
534
  ) -> _CreateWhatIfForecastExportResponseSuccess
@@ -991,7 +953,7 @@ module Aws
991
953
  key: ::String,
992
954
  value: ::String,
993
955
  condition: ("IS" | "IS_NOT")
994
- },
956
+ }
995
957
  ]
996
958
  ) -> _ListDatasetImportJobsResponseSuccess
997
959
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDatasetImportJobsResponseSuccess
@@ -1022,7 +984,7 @@ module Aws
1022
984
  key: ::String,
1023
985
  value: ::String,
1024
986
  condition: ("IS" | "IS_NOT")
1025
- },
987
+ }
1026
988
  ]
1027
989
  ) -> _ListExplainabilitiesResponseSuccess
1028
990
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListExplainabilitiesResponseSuccess
@@ -1041,7 +1003,7 @@ module Aws
1041
1003
  key: ::String,
1042
1004
  value: ::String,
1043
1005
  condition: ("IS" | "IS_NOT")
1044
- },
1006
+ }
1045
1007
  ]
1046
1008
  ) -> _ListExplainabilityExportsResponseSuccess
1047
1009
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListExplainabilityExportsResponseSuccess
@@ -1060,7 +1022,7 @@ module Aws
1060
1022
  key: ::String,
1061
1023
  value: ::String,
1062
1024
  condition: ("IS" | "IS_NOT")
1063
- },
1025
+ }
1064
1026
  ]
1065
1027
  ) -> _ListForecastExportJobsResponseSuccess
1066
1028
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListForecastExportJobsResponseSuccess
@@ -1079,7 +1041,7 @@ module Aws
1079
1041
  key: ::String,
1080
1042
  value: ::String,
1081
1043
  condition: ("IS" | "IS_NOT")
1082
- },
1044
+ }
1083
1045
  ]
1084
1046
  ) -> _ListForecastsResponseSuccess
1085
1047
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListForecastsResponseSuccess
@@ -1099,7 +1061,7 @@ module Aws
1099
1061
  key: ::String,
1100
1062
  value: ::String,
1101
1063
  condition: ("IS" | "IS_NOT")
1102
- },
1064
+ }
1103
1065
  ]
1104
1066
  ) -> _ListMonitorEvaluationsResponseSuccess
1105
1067
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMonitorEvaluationsResponseSuccess
@@ -1118,7 +1080,7 @@ module Aws
1118
1080
  key: ::String,
1119
1081
  value: ::String,
1120
1082
  condition: ("IS" | "IS_NOT")
1121
- },
1083
+ }
1122
1084
  ]
1123
1085
  ) -> _ListMonitorsResponseSuccess
1124
1086
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMonitorsResponseSuccess
@@ -1137,7 +1099,7 @@ module Aws
1137
1099
  key: ::String,
1138
1100
  value: ::String,
1139
1101
  condition: ("IS" | "IS_NOT")
1140
- },
1102
+ }
1141
1103
  ]
1142
1104
  ) -> _ListPredictorBacktestExportJobsResponseSuccess
1143
1105
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPredictorBacktestExportJobsResponseSuccess
@@ -1156,7 +1118,7 @@ module Aws
1156
1118
  key: ::String,
1157
1119
  value: ::String,
1158
1120
  condition: ("IS" | "IS_NOT")
1159
- },
1121
+ }
1160
1122
  ]
1161
1123
  ) -> _ListPredictorsResponseSuccess
1162
1124
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPredictorsResponseSuccess
@@ -1185,7 +1147,7 @@ module Aws
1185
1147
  key: ::String,
1186
1148
  value: ::String,
1187
1149
  condition: ("IS" | "IS_NOT")
1188
- },
1150
+ }
1189
1151
  ]
1190
1152
  ) -> _ListWhatIfAnalysesResponseSuccess
1191
1153
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWhatIfAnalysesResponseSuccess
@@ -1204,7 +1166,7 @@ module Aws
1204
1166
  key: ::String,
1205
1167
  value: ::String,
1206
1168
  condition: ("IS" | "IS_NOT")
1207
- },
1169
+ }
1208
1170
  ]
1209
1171
  ) -> _ListWhatIfForecastExportsResponseSuccess
1210
1172
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWhatIfForecastExportsResponseSuccess
@@ -1223,7 +1185,7 @@ module Aws
1223
1185
  key: ::String,
1224
1186
  value: ::String,
1225
1187
  condition: ("IS" | "IS_NOT")
1226
- },
1188
+ }
1227
1189
  ]
1228
1190
  ) -> _ListWhatIfForecastsResponseSuccess
1229
1191
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWhatIfForecastsResponseSuccess
@@ -1250,7 +1212,7 @@ module Aws
1250
1212
  {
1251
1213
  key: ::String,
1252
1214
  value: ::String
1253
- },
1215
+ }
1254
1216
  ]
1255
1217
  ) -> _TagResourceResponseSuccess
1256
1218
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,36 @@
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/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ForecastService
10
+ module Params
11
+ type time_series_identifiers = {
12
+ data_source: {
13
+ s3_config: {
14
+ path: ::String,
15
+ role_arn: ::String,
16
+ kms_key_arn: ::String?
17
+ }
18
+ }?,
19
+ schema: {
20
+ attributes: Array[
21
+ {
22
+ attribute_name: ::String?,
23
+ attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")?
24
+ }
25
+ ]?
26
+ }?,
27
+ format: ::String?
28
+ }
29
+
30
+ type time_series_selector = {
31
+ time_series_identifiers: Params::time_series_identifiers?
32
+ }
33
+
34
+ end
35
+ end
36
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-forecastservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-forecastservice/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs