aws-sdk-forecastservice 1.34.0 → 1.37.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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastservice/client.rb +950 -8
- data/lib/aws-sdk-forecastservice/client_api.rb +395 -0
- data/lib/aws-sdk-forecastservice/types.rb +1999 -403
- data/lib/aws-sdk-forecastservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b93be45e3c84431a46163073e2f4be63613b305c9a3daf747b3c42c83ddde5a2
|
4
|
+
data.tar.gz: 81bc8897ccef5b9671c7f8cb085492740a6902538e009e4ca58a8b550b2e3ac2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec8a8d6f9a02206661a2cf357216c43b01f774dca070e8893aaa2d3b8e29d86b60a8caf27f275ac72b054e0a79b698f76e2dd17e0f7b3fc83ebd1a072b2e5402
|
7
|
+
data.tar.gz: c416371855b2359fe92aeaf5161db69d09467fb07020c4317d151dacb64c8b32be5fbdffc342dece3b39b3c2287e57831e750872840e97d8dcc9aa587ea814a7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.37.0 (2022-08-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - releasing What-If Analysis APIs and update ARN regex pattern to be more strict in accordance with security recommendation
|
8
|
+
|
9
|
+
1.36.0 (2022-06-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API.
|
13
|
+
|
14
|
+
1.35.0 (2022-05-26)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports
|
18
|
+
|
4
19
|
1.34.0 (2022-05-23)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.37.0
|