aws-sdk-forecastservice 1.14.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a587c818057139037dfbbb41e988fce192d956badf1483f4dccbeb8464d6524
4
- data.tar.gz: ad879ef3c6543efaa39c67a9237aadfe860f1aac3c648b639910fa769099eb89
3
+ metadata.gz: d79d633707c8953bd8cc89f0952a823d24fbd7a917cd3561427e1c60349a127c
4
+ data.tar.gz: 466a77106df21a9f4b2381dc97131c6511cc7003c49cad4a4666d2dcbcffbf9a
5
5
  SHA512:
6
- metadata.gz: b261917324858dd9620e203d5dd1ad29b963027644579968eac75128979014f92afac9939846f3debe157d714ddd5f86a404e58c0802cda55c57f58a99d0ba98
7
- data.tar.gz: 41687118db951b177e18ddaf9e452af0a8ac63303c85aece33a3f8a3d813b6a083a77360a4a8777c50814e3e9bd552ddb57f753ced39fdc2c55411903198e2a1
6
+ metadata.gz: 76fe9b76a782ea4d470dcc9dc274e3dfc729ee0d8b24685ce1cec8e98c94ca05ca26bfcf2ed8a6ea9df99af701a94dff94e879027c1bce01dd7319bc10537cc4
7
+ data.tar.gz: 8bbe22ac35094a7c86dafb2c3855279d8fec90449b13049ea8bb9c2ade6f1b9cc63aaeb4688350b03c48dd39c28e0a89f40d1f35d3e1845cee1dfe3e3fcc74a6
data/CHANGELOG.md ADDED
@@ -0,0 +1,108 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.19.0 (2021-04-30)
5
+ ------------------
6
+
7
+ * Feature - Added new DeleteResourceTree operation that helps in deleting all the child resources of a given resource including the given resource.
8
+
9
+ 1.18.0 (2021-04-22)
10
+ ------------------
11
+
12
+ * Feature - This release adds EstimatedTimeRemaining minutes field to the DescribeDatasetImportJob, DescribePredictor, DescribeForecast API response which denotes the time remaining to complete the job IN_PROGRESS.
13
+
14
+ 1.17.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.16.0 (2021-03-03)
20
+ ------------------
21
+
22
+ * Feature - Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress.
23
+
24
+ 1.15.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.14.0 (2020-12-08)
30
+ ------------------
31
+
32
+ * Feature - This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts.
33
+
34
+ 1.13.0 (2020-11-23)
35
+ ------------------
36
+
37
+ * Feature - Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training.
38
+
39
+ 1.12.0 (2020-11-11)
40
+ ------------------
41
+
42
+ * Feature - Providing support of custom quantiles in CreatePredictor API.
43
+
44
+ 1.11.0 (2020-09-30)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.10.0 (2020-09-15)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.9.0 (2020-08-25)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.8.0 (2020-07-08)
60
+ ------------------
61
+
62
+ * Feature - With this release, Amazon Forecast now supports the ability to add a tag to any resource via the launch of three new APIs: TagResouce, UntagResource and ListTagsForResource. A tag is a simple label consisting of a customer-defined key and an optional value allowing for easier resource management.
63
+
64
+ 1.7.0 (2020-06-23)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ 1.6.1 (2020-06-11)
70
+ ------------------
71
+
72
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
73
+
74
+ 1.6.0 (2020-06-10)
75
+ ------------------
76
+
77
+ * Issue - This version has been yanked. (#2327).
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.5.0 (2020-05-28)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.4.0 (2020-05-07)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.3.0 (2020-03-09)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.2.0 (2019-11-22)
96
+ ------------------
97
+
98
+ * Feature - This release adds two key updates to existing APIs. 1. Amazon Forecast can now generate forecasts in any quantile using the optional parameter forecastTypes in the CreateForecast API and 2. You can get additional details (metrics and relevant error messages) on your AutoML runs using the DescribePredictor and GetAccuracyMetrics APIs.
99
+
100
+ 1.1.0 (2019-10-23)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.0.0 (2019-08-21)
106
+ ------------------
107
+
108
+ * Feature - Initial release of `aws-sdk-forecastservice`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.19.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-forecastservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ForecastService
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1545,6 +1545,53 @@ module Aws::ForecastService
1545
1545
  req.send_request(options)
1546
1546
  end
1547
1547
 
1548
+ # Deletes an entire resource tree. This operation will delete the parent
1549
+ # resource and its child resources.
1550
+ #
1551
+ # Child resources are resources that were created from another resource.
1552
+ # For example, when a forecast is generated from a predictor, the
1553
+ # forecast is the child resource and the predictor is the parent
1554
+ # resource.
1555
+ #
1556
+ # Amazon Forecast resources possess the following parent-child resource
1557
+ # hierarchies:
1558
+ #
1559
+ # * **Dataset Group**\: predictors, predictor backtest export jobs,
1560
+ # forecasts, forecast export jobs
1561
+ #
1562
+ # * **Dataset**\: dataset import jobs
1563
+ #
1564
+ # * **Predictor**\: predictor backtest export jobs, forecasts, forecast
1565
+ # export jobs
1566
+ #
1567
+ # * **Forecast**\: forecast export jobs
1568
+ #
1569
+ # <note markdown="1"> `DeleteResourceTree` will only delete Amazon Forecast resources, and
1570
+ # will not delete datasets or exported files stored in Amazon S3.
1571
+ #
1572
+ # </note>
1573
+ #
1574
+ # @option params [required, String] :resource_arn
1575
+ # The Amazon Resource Name (ARN) of the parent resource to delete. All
1576
+ # child resources of the parent resource will also be deleted.
1577
+ #
1578
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1579
+ #
1580
+ # @example Request syntax with placeholder values
1581
+ #
1582
+ # resp = client.delete_resource_tree({
1583
+ # resource_arn: "Arn", # required
1584
+ # })
1585
+ #
1586
+ # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DeleteResourceTree AWS API Documentation
1587
+ #
1588
+ # @overload delete_resource_tree(params = {})
1589
+ # @param [Hash] params ({})
1590
+ def delete_resource_tree(params = {}, options = {})
1591
+ req = build_request(:delete_resource_tree, params)
1592
+ req.send_request(options)
1593
+ end
1594
+
1548
1595
  # Describes an Amazon Forecast dataset created using the CreateDataset
1549
1596
  # operation.
1550
1597
  #
@@ -1690,6 +1737,7 @@ module Aws::ForecastService
1690
1737
  # * {Types::DescribeDatasetImportJobResponse#use_geolocation_for_time_zone #use_geolocation_for_time_zone} => Boolean
1691
1738
  # * {Types::DescribeDatasetImportJobResponse#geolocation_format #geolocation_format} => String
1692
1739
  # * {Types::DescribeDatasetImportJobResponse#data_source #data_source} => Types::DataSource
1740
+ # * {Types::DescribeDatasetImportJobResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1693
1741
  # * {Types::DescribeDatasetImportJobResponse#field_statistics #field_statistics} => Hash&lt;String,Types::Statistics&gt;
1694
1742
  # * {Types::DescribeDatasetImportJobResponse#data_size #data_size} => Float
1695
1743
  # * {Types::DescribeDatasetImportJobResponse#status #status} => String
@@ -1715,6 +1763,7 @@ module Aws::ForecastService
1715
1763
  # resp.data_source.s3_config.path #=> String
1716
1764
  # resp.data_source.s3_config.role_arn #=> String
1717
1765
  # resp.data_source.s3_config.kms_key_arn #=> String
1766
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1718
1767
  # resp.field_statistics #=> Hash
1719
1768
  # resp.field_statistics["String"].count #=> Integer
1720
1769
  # resp.field_statistics["String"].count_distinct #=> Integer
@@ -1765,6 +1814,7 @@ module Aws::ForecastService
1765
1814
  # * {Types::DescribeForecastResponse#forecast_types #forecast_types} => Array&lt;String&gt;
1766
1815
  # * {Types::DescribeForecastResponse#predictor_arn #predictor_arn} => String
1767
1816
  # * {Types::DescribeForecastResponse#dataset_group_arn #dataset_group_arn} => String
1817
+ # * {Types::DescribeForecastResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1768
1818
  # * {Types::DescribeForecastResponse#status #status} => String
1769
1819
  # * {Types::DescribeForecastResponse#message #message} => String
1770
1820
  # * {Types::DescribeForecastResponse#creation_time #creation_time} => Time
@@ -1784,6 +1834,7 @@ module Aws::ForecastService
1784
1834
  # resp.forecast_types[0] #=> String
1785
1835
  # resp.predictor_arn #=> String
1786
1836
  # resp.dataset_group_arn #=> String
1837
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1787
1838
  # resp.status #=> String
1788
1839
  # resp.message #=> String
1789
1840
  # resp.creation_time #=> Time
@@ -1895,6 +1946,7 @@ module Aws::ForecastService
1895
1946
  # * {Types::DescribePredictorResponse#featurization_config #featurization_config} => Types::FeaturizationConfig
1896
1947
  # * {Types::DescribePredictorResponse#encryption_config #encryption_config} => Types::EncryptionConfig
1897
1948
  # * {Types::DescribePredictorResponse#predictor_execution_details #predictor_execution_details} => Types::PredictorExecutionDetails
1949
+ # * {Types::DescribePredictorResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1898
1950
  # * {Types::DescribePredictorResponse#dataset_import_job_arns #dataset_import_job_arns} => Array&lt;String&gt;
1899
1951
  # * {Types::DescribePredictorResponse#auto_ml_algorithm_arns #auto_ml_algorithm_arns} => Array&lt;String&gt;
1900
1952
  # * {Types::DescribePredictorResponse#status #status} => String
@@ -1958,6 +2010,7 @@ module Aws::ForecastService
1958
2010
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].test_window_end #=> Time
1959
2011
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].status #=> String
1960
2012
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].message #=> String
2013
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1961
2014
  # resp.dataset_import_job_arns #=> Array
1962
2015
  # resp.dataset_import_job_arns[0] #=> String
1963
2016
  # resp.auto_ml_algorithm_arns #=> Array
@@ -2475,7 +2528,7 @@ module Aws::ForecastService
2475
2528
  # export jobs, specify `IS_NOT`.
2476
2529
  #
2477
2530
  # * `Key` - The name of the parameter to filter on. Valid values are
2478
- # `PredictorBacktestExportJobArn` and `Status`.
2531
+ # `PredictorArn` and `Status`.
2479
2532
  #
2480
2533
  # * `Value` - The value to match.
2481
2534
  #
@@ -2637,6 +2690,48 @@ module Aws::ForecastService
2637
2690
  req.send_request(options)
2638
2691
  end
2639
2692
 
2693
+ # Stops a resource.
2694
+ #
2695
+ # The resource undergoes the following states: `CREATE_STOPPING` and
2696
+ # `CREATE_STOPPED`. You cannot resume a resource once it has been
2697
+ # stopped.
2698
+ #
2699
+ # This operation can be applied to the following resources (and their
2700
+ # corresponding child resources):
2701
+ #
2702
+ # * Dataset Import Job
2703
+ #
2704
+ # * Predictor Job
2705
+ #
2706
+ # * Forecast Job
2707
+ #
2708
+ # * Forecast Export Job
2709
+ #
2710
+ # * Predictor Backtest Export Job
2711
+ #
2712
+ # @option params [required, String] :resource_arn
2713
+ # The Amazon Resource Name (ARN) that identifies the resource to stop.
2714
+ # The supported ARNs are `DatasetImportJobArn`, `PredictorArn`,
2715
+ # `PredictorBacktestExportJobArn`, `ForecastArn`, and
2716
+ # `ForecastExportJobArn`.
2717
+ #
2718
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2719
+ #
2720
+ # @example Request syntax with placeholder values
2721
+ #
2722
+ # resp = client.stop_resource({
2723
+ # resource_arn: "Arn", # required
2724
+ # })
2725
+ #
2726
+ # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/StopResource AWS API Documentation
2727
+ #
2728
+ # @overload stop_resource(params = {})
2729
+ # @param [Hash] params ({})
2730
+ def stop_resource(params = {}, options = {})
2731
+ req = build_request(:stop_resource, params)
2732
+ req.send_request(options)
2733
+ end
2734
+
2640
2735
  # Associates the specified tags to a resource with the specified
2641
2736
  # `resourceArn`. If existing tags on a resource are not specified in the
2642
2737
  # request parameters, they are not changed. When a resource is deleted,
@@ -2776,7 +2871,7 @@ module Aws::ForecastService
2776
2871
  params: params,
2777
2872
  config: config)
2778
2873
  context[:gem_name] = 'aws-sdk-forecastservice'
2779
- context[:gem_version] = '1.14.0'
2874
+ context[:gem_version] = '1.19.0'
2780
2875
  Seahorse::Client::Request.new(handlers, context)
2781
2876
  end
2782
2877
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -51,6 +51,7 @@ module Aws::ForecastService
51
51
  DeleteForecastRequest = Shapes::StructureShape.new(name: 'DeleteForecastRequest')
52
52
  DeletePredictorBacktestExportJobRequest = Shapes::StructureShape.new(name: 'DeletePredictorBacktestExportJobRequest')
53
53
  DeletePredictorRequest = Shapes::StructureShape.new(name: 'DeletePredictorRequest')
54
+ DeleteResourceTreeRequest = Shapes::StructureShape.new(name: 'DeleteResourceTreeRequest')
54
55
  DescribeDatasetGroupRequest = Shapes::StructureShape.new(name: 'DescribeDatasetGroupRequest')
55
56
  DescribeDatasetGroupResponse = Shapes::StructureShape.new(name: 'DescribeDatasetGroupResponse')
56
57
  DescribeDatasetImportJobRequest = Shapes::StructureShape.new(name: 'DescribeDatasetImportJobRequest')
@@ -121,6 +122,7 @@ module Aws::ForecastService
121
122
  ListPredictorsResponse = Shapes::StructureShape.new(name: 'ListPredictorsResponse')
122
123
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
123
124
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
125
+ Long = Shapes::IntegerShape.new(name: 'Long')
124
126
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
125
127
  Message = Shapes::StringShape.new(name: 'Message')
126
128
  Metrics = Shapes::StructureShape.new(name: 'Metrics')
@@ -148,6 +150,7 @@ module Aws::ForecastService
148
150
  SchemaAttributes = Shapes::ListShape.new(name: 'SchemaAttributes')
149
151
  Statistics = Shapes::StructureShape.new(name: 'Statistics')
150
152
  Status = Shapes::StringShape.new(name: 'Status')
153
+ StopResourceRequest = Shapes::StructureShape.new(name: 'StopResourceRequest')
151
154
  String = Shapes::StringShape.new(name: 'String')
152
155
  SupplementaryFeature = Shapes::StructureShape.new(name: 'SupplementaryFeature')
153
156
  SupplementaryFeatures = Shapes::ListShape.new(name: 'SupplementaryFeatures')
@@ -327,6 +330,9 @@ module Aws::ForecastService
327
330
  DeletePredictorRequest.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "PredictorArn"))
328
331
  DeletePredictorRequest.struct_class = Types::DeletePredictorRequest
329
332
 
333
+ DeleteResourceTreeRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
334
+ DeleteResourceTreeRequest.struct_class = Types::DeleteResourceTreeRequest
335
+
330
336
  DescribeDatasetGroupRequest.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DatasetGroupArn"))
331
337
  DescribeDatasetGroupRequest.struct_class = Types::DescribeDatasetGroupRequest
332
338
 
@@ -350,6 +356,7 @@ module Aws::ForecastService
350
356
  DescribeDatasetImportJobResponse.add_member(:use_geolocation_for_time_zone, Shapes::ShapeRef.new(shape: UseGeolocationForTimeZone, location_name: "UseGeolocationForTimeZone"))
351
357
  DescribeDatasetImportJobResponse.add_member(:geolocation_format, Shapes::ShapeRef.new(shape: GeolocationFormat, location_name: "GeolocationFormat"))
352
358
  DescribeDatasetImportJobResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
359
+ DescribeDatasetImportJobResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
353
360
  DescribeDatasetImportJobResponse.add_member(:field_statistics, Shapes::ShapeRef.new(shape: FieldStatistics, location_name: "FieldStatistics"))
354
361
  DescribeDatasetImportJobResponse.add_member(:data_size, Shapes::ShapeRef.new(shape: Double, location_name: "DataSize"))
355
362
  DescribeDatasetImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
@@ -394,6 +401,7 @@ module Aws::ForecastService
394
401
  DescribeForecastResponse.add_member(:forecast_types, Shapes::ShapeRef.new(shape: ForecastTypes, location_name: "ForecastTypes"))
395
402
  DescribeForecastResponse.add_member(:predictor_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "PredictorArn"))
396
403
  DescribeForecastResponse.add_member(:dataset_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DatasetGroupArn"))
404
+ DescribeForecastResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
397
405
  DescribeForecastResponse.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
398
406
  DescribeForecastResponse.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
399
407
  DescribeForecastResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -430,6 +438,7 @@ module Aws::ForecastService
430
438
  DescribePredictorResponse.add_member(:featurization_config, Shapes::ShapeRef.new(shape: FeaturizationConfig, location_name: "FeaturizationConfig"))
431
439
  DescribePredictorResponse.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfig, location_name: "EncryptionConfig"))
432
440
  DescribePredictorResponse.add_member(:predictor_execution_details, Shapes::ShapeRef.new(shape: PredictorExecutionDetails, location_name: "PredictorExecutionDetails"))
441
+ DescribePredictorResponse.add_member(:estimated_time_remaining_in_minutes, Shapes::ShapeRef.new(shape: Long, location_name: "EstimatedTimeRemainingInMinutes"))
433
442
  DescribePredictorResponse.add_member(:dataset_import_job_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "DatasetImportJobArns"))
434
443
  DescribePredictorResponse.add_member(:auto_ml_algorithm_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "AutoMLAlgorithmArns"))
435
444
  DescribePredictorResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
@@ -687,6 +696,9 @@ module Aws::ForecastService
687
696
  Statistics.add_member(:stddev, Shapes::ShapeRef.new(shape: Double, location_name: "Stddev"))
688
697
  Statistics.struct_class = Types::Statistics
689
698
 
699
+ StopResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
700
+ StopResourceRequest.struct_class = Types::StopResourceRequest
701
+
690
702
  SupplementaryFeature.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "Name"))
691
703
  SupplementaryFeature.add_member(:value, Shapes::ShapeRef.new(shape: Value, required: true, location_name: "Value"))
692
704
  SupplementaryFeature.struct_class = Types::SupplementaryFeature
@@ -932,6 +944,17 @@ module Aws::ForecastService
932
944
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
933
945
  end)
934
946
 
947
+ api.add_operation(:delete_resource_tree, Seahorse::Model::Operation.new.tap do |o|
948
+ o.name = "DeleteResourceTree"
949
+ o.http_method = "POST"
950
+ o.http_request_uri = "/"
951
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourceTreeRequest)
952
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
953
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
955
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
956
+ end)
957
+
935
958
  api.add_operation(:describe_dataset, Seahorse::Model::Operation.new.tap do |o|
936
959
  o.name = "DescribeDataset"
937
960
  o.http_method = "POST"
@@ -1133,6 +1156,17 @@ module Aws::ForecastService
1133
1156
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1134
1157
  end)
1135
1158
 
1159
+ api.add_operation(:stop_resource, Seahorse::Model::Operation.new.tap do |o|
1160
+ o.name = "StopResource"
1161
+ o.http_method = "POST"
1162
+ o.http_request_uri = "/"
1163
+ o.input = Shapes::ShapeRef.new(shape: StopResourceRequest)
1164
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1165
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1168
+ end)
1169
+
1136
1170
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1137
1171
  o.name = "TagResource"
1138
1172
  o.http_method = "POST"
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -1158,16 +1158,15 @@ module Aws::ForecastService
1158
1158
  # @return [Types::DataSource]
1159
1159
  #
1160
1160
  # @!attribute [rw] status
1161
- # The status of the dataset import job. The status is reflected in the
1162
- # status of the dataset. For example, when the import job status is
1163
- # `CREATE_IN_PROGRESS`, the status of the dataset is
1164
- # `UPDATE_IN_PROGRESS`. States include:
1161
+ # The status of the dataset import job. States include:
1165
1162
  #
1166
1163
  # * `ACTIVE`
1167
1164
  #
1168
1165
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
1169
1166
  #
1170
1167
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
1168
+ #
1169
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
1171
1170
  # @return [String]
1172
1171
  #
1173
1172
  # @!attribute [rw] message
@@ -1179,13 +1178,17 @@ module Aws::ForecastService
1179
1178
  # @return [Time]
1180
1179
  #
1181
1180
  # @!attribute [rw] last_modification_time
1182
- # The last time that the dataset was modified. The time depends on the
1183
- # status of the job, as follows:
1181
+ # The last time the resource was modified. The timestamp depends on
1182
+ # the status of the job:
1184
1183
  #
1185
- # * `CREATE_PENDING` - The same time as `CreationTime`.
1184
+ # * `CREATE_PENDING` - The `CreationTime`.
1186
1185
  #
1187
1186
  # * `CREATE_IN_PROGRESS` - The current timestamp.
1188
1187
  #
1188
+ # * `CREATE_STOPPING` - The current timestamp.
1189
+ #
1190
+ # * `CREATE_STOPPED` - When the job stopped.
1191
+ #
1189
1192
  # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
1190
1193
  # @return [Time]
1191
1194
  #
@@ -1382,6 +1385,26 @@ module Aws::ForecastService
1382
1385
  include Aws::Structure
1383
1386
  end
1384
1387
 
1388
+ # @note When making an API call, you may pass DeleteResourceTreeRequest
1389
+ # data as a hash:
1390
+ #
1391
+ # {
1392
+ # resource_arn: "Arn", # required
1393
+ # }
1394
+ #
1395
+ # @!attribute [rw] resource_arn
1396
+ # The Amazon Resource Name (ARN) of the parent resource to delete. All
1397
+ # child resources of the parent resource will also be deleted.
1398
+ # @return [String]
1399
+ #
1400
+ # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DeleteResourceTreeRequest AWS API Documentation
1401
+ #
1402
+ class DeleteResourceTreeRequest < Struct.new(
1403
+ :resource_arn)
1404
+ SENSITIVE = []
1405
+ include Aws::Structure
1406
+ end
1407
+
1385
1408
  # @note When making an API call, you may pass DescribeDatasetGroupRequest
1386
1409
  # data as a hash:
1387
1410
  #
@@ -1533,6 +1556,11 @@ module Aws::ForecastService
1533
1556
  # Service (KMS) key.
1534
1557
  # @return [Types::DataSource]
1535
1558
  #
1559
+ # @!attribute [rw] estimated_time_remaining_in_minutes
1560
+ # The estimated time remaining in minutes for the dataset import job
1561
+ # to complete.
1562
+ # @return [Integer]
1563
+ #
1536
1564
  # @!attribute [rw] field_statistics
1537
1565
  # Statistical information about each field in the input data.
1538
1566
  # @return [Hash<String,Types::Statistics>]
@@ -1543,16 +1571,15 @@ module Aws::ForecastService
1543
1571
  # @return [Float]
1544
1572
  #
1545
1573
  # @!attribute [rw] status
1546
- # The status of the dataset import job. The status is reflected in the
1547
- # status of the dataset. For example, when the import job status is
1548
- # `CREATE_IN_PROGRESS`, the status of the dataset is
1549
- # `UPDATE_IN_PROGRESS`. States include:
1574
+ # The status of the dataset import job. States include:
1550
1575
  #
1551
1576
  # * `ACTIVE`
1552
1577
  #
1553
1578
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
1554
1579
  #
1555
1580
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
1581
+ #
1582
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
1556
1583
  # @return [String]
1557
1584
  #
1558
1585
  # @!attribute [rw] message
@@ -1564,13 +1591,17 @@ module Aws::ForecastService
1564
1591
  # @return [Time]
1565
1592
  #
1566
1593
  # @!attribute [rw] last_modification_time
1567
- # The last time that the dataset was modified. The time depends on the
1568
- # status of the job, as follows:
1594
+ # The last time the resource was modified. The timestamp depends on
1595
+ # the status of the job:
1569
1596
  #
1570
- # * `CREATE_PENDING` - The same time as `CreationTime`.
1597
+ # * `CREATE_PENDING` - The `CreationTime`.
1571
1598
  #
1572
1599
  # * `CREATE_IN_PROGRESS` - The current timestamp.
1573
1600
  #
1601
+ # * `CREATE_STOPPING` - The current timestamp.
1602
+ #
1603
+ # * `CREATE_STOPPED` - When the job stopped.
1604
+ #
1574
1605
  # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
1575
1606
  # @return [Time]
1576
1607
  #
@@ -1585,6 +1616,7 @@ module Aws::ForecastService
1585
1616
  :use_geolocation_for_time_zone,
1586
1617
  :geolocation_format,
1587
1618
  :data_source,
1619
+ :estimated_time_remaining_in_minutes,
1588
1620
  :field_statistics,
1589
1621
  :data_size,
1590
1622
  :status,
@@ -1750,6 +1782,8 @@ module Aws::ForecastService
1750
1782
  #
1751
1783
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
1752
1784
  #
1785
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
1786
+ #
1753
1787
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
1754
1788
  #
1755
1789
  # <note markdown="1"> The `Status` of the forecast export job must be `ACTIVE` before you
@@ -1763,7 +1797,18 @@ module Aws::ForecastService
1763
1797
  # @return [Time]
1764
1798
  #
1765
1799
  # @!attribute [rw] last_modification_time
1766
- # When the last successful export job finished.
1800
+ # The last time the resource was modified. The timestamp depends on
1801
+ # the status of the job:
1802
+ #
1803
+ # * `CREATE_PENDING` - The `CreationTime`.
1804
+ #
1805
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
1806
+ #
1807
+ # * `CREATE_STOPPING` - The current timestamp.
1808
+ #
1809
+ # * `CREATE_STOPPED` - When the job stopped.
1810
+ #
1811
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
1767
1812
  # @return [Time]
1768
1813
  #
1769
1814
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribeForecastExportJobResponse AWS API Documentation
@@ -1821,6 +1866,11 @@ module Aws::ForecastService
1821
1866
  # the predictor.
1822
1867
  # @return [String]
1823
1868
  #
1869
+ # @!attribute [rw] estimated_time_remaining_in_minutes
1870
+ # The estimated time remaining in minutes for the forecast job to
1871
+ # complete.
1872
+ # @return [Integer]
1873
+ #
1824
1874
  # @!attribute [rw] status
1825
1875
  # The status of the forecast. States include:
1826
1876
  #
@@ -1828,6 +1878,8 @@ module Aws::ForecastService
1828
1878
  #
1829
1879
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
1830
1880
  #
1881
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
1882
+ #
1831
1883
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
1832
1884
  #
1833
1885
  # <note markdown="1"> The `Status` of the forecast must be `ACTIVE` before you can query
@@ -1845,11 +1897,18 @@ module Aws::ForecastService
1845
1897
  # @return [Time]
1846
1898
  #
1847
1899
  # @!attribute [rw] last_modification_time
1848
- # Initially, the same as `CreationTime` (status is `CREATE_PENDING`).
1849
- # Updated when inference (creating the forecast) starts (status
1850
- # changed to `CREATE_IN_PROGRESS`), and when inference is complete
1851
- # (status changed to `ACTIVE`) or fails (status changed to
1852
- # `CREATE_FAILED`).
1900
+ # The last time the resource was modified. The timestamp depends on
1901
+ # the status of the job:
1902
+ #
1903
+ # * `CREATE_PENDING` - The `CreationTime`.
1904
+ #
1905
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
1906
+ #
1907
+ # * `CREATE_STOPPING` - The current timestamp.
1908
+ #
1909
+ # * `CREATE_STOPPED` - When the job stopped.
1910
+ #
1911
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
1853
1912
  # @return [Time]
1854
1913
  #
1855
1914
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribeForecastResponse AWS API Documentation
@@ -1860,6 +1919,7 @@ module Aws::ForecastService
1860
1919
  :forecast_types,
1861
1920
  :predictor_arn,
1862
1921
  :dataset_group_arn,
1922
+ :estimated_time_remaining_in_minutes,
1863
1923
  :status,
1864
1924
  :message,
1865
1925
  :creation_time,
@@ -1916,17 +1976,11 @@ module Aws::ForecastService
1916
1976
  #
1917
1977
  # * `ACTIVE`
1918
1978
  #
1919
- # * `CREATE_PENDING`
1920
- #
1921
- # * `CREATE_IN_PROGRESS`
1922
- #
1923
- # * `CREATE_FAILED`
1924
- #
1925
- # * `DELETE_PENDING`
1979
+ # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
1926
1980
  #
1927
- # * `DELETE_IN_PROGRESS`
1981
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
1928
1982
  #
1929
- # * `DELETE_FAILED`
1983
+ # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
1930
1984
  # @return [String]
1931
1985
  #
1932
1986
  # @!attribute [rw] creation_time
@@ -1934,7 +1988,18 @@ module Aws::ForecastService
1934
1988
  # @return [Time]
1935
1989
  #
1936
1990
  # @!attribute [rw] last_modification_time
1937
- # When the last successful export job finished.
1991
+ # The last time the resource was modified. The timestamp depends on
1992
+ # the status of the job:
1993
+ #
1994
+ # * `CREATE_PENDING` - The `CreationTime`.
1995
+ #
1996
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
1997
+ #
1998
+ # * `CREATE_STOPPING` - The current timestamp.
1999
+ #
2000
+ # * `CREATE_STOPPED` - When the job stopped.
2001
+ #
2002
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
1938
2003
  # @return [Time]
1939
2004
  #
1940
2005
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribePredictorBacktestExportJobResponse AWS API Documentation
@@ -2044,6 +2109,11 @@ module Aws::ForecastService
2044
2109
  # backtests to perform when you call the operation.
2045
2110
  # @return [Types::PredictorExecutionDetails]
2046
2111
  #
2112
+ # @!attribute [rw] estimated_time_remaining_in_minutes
2113
+ # The estimated time remaining in minutes for the predictor training
2114
+ # job to complete.
2115
+ # @return [Integer]
2116
+ #
2047
2117
  # @!attribute [rw] dataset_import_job_arns
2048
2118
  # An array of the ARNs of the dataset import jobs used to import
2049
2119
  # training data for the predictor.
@@ -2062,7 +2132,7 @@ module Aws::ForecastService
2062
2132
  #
2063
2133
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
2064
2134
  #
2065
- # * `UPDATE_PENDING`, `UPDATE_IN_PROGRESS`, `UPDATE_FAILED`
2135
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
2066
2136
  #
2067
2137
  # <note markdown="1"> The `Status` of the predictor must be `ACTIVE` before you can use
2068
2138
  # the predictor to create a forecast.
@@ -2079,11 +2149,18 @@ module Aws::ForecastService
2079
2149
  # @return [Time]
2080
2150
  #
2081
2151
  # @!attribute [rw] last_modification_time
2082
- # Initially, the same as `CreationTime` (when the status is
2083
- # `CREATE_PENDING`). This value is updated when training starts (when
2084
- # the status changes to `CREATE_IN_PROGRESS`), and when training has
2085
- # completed (when the status changes to `ACTIVE`) or fails (when the
2086
- # status changes to `CREATE_FAILED`).
2152
+ # The last time the resource was modified. The timestamp depends on
2153
+ # the status of the job:
2154
+ #
2155
+ # * `CREATE_PENDING` - The `CreationTime`.
2156
+ #
2157
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
2158
+ #
2159
+ # * `CREATE_STOPPING` - The current timestamp.
2160
+ #
2161
+ # * `CREATE_STOPPED` - When the job stopped.
2162
+ #
2163
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
2087
2164
  # @return [Time]
2088
2165
  #
2089
2166
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribePredictorResponse AWS API Documentation
@@ -2103,6 +2180,7 @@ module Aws::ForecastService
2103
2180
  :featurization_config,
2104
2181
  :encryption_config,
2105
2182
  :predictor_execution_details,
2183
+ :estimated_time_remaining_in_minutes,
2106
2184
  :dataset_import_job_arns,
2107
2185
  :auto_ml_algorithm_arns,
2108
2186
  :status,
@@ -2515,6 +2593,8 @@ module Aws::ForecastService
2515
2593
  #
2516
2594
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
2517
2595
  #
2596
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
2597
+ #
2518
2598
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
2519
2599
  #
2520
2600
  # <note markdown="1"> The `Status` of the forecast export job must be `ACTIVE` before you
@@ -2532,7 +2612,18 @@ module Aws::ForecastService
2532
2612
  # @return [Time]
2533
2613
  #
2534
2614
  # @!attribute [rw] last_modification_time
2535
- # When the last successful export job finished.
2615
+ # The last time the resource was modified. The timestamp depends on
2616
+ # the status of the job:
2617
+ #
2618
+ # * `CREATE_PENDING` - The `CreationTime`.
2619
+ #
2620
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
2621
+ #
2622
+ # * `CREATE_STOPPING` - The current timestamp.
2623
+ #
2624
+ # * `CREATE_STOPPED` - When the job stopped.
2625
+ #
2626
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
2536
2627
  # @return [Time]
2537
2628
  #
2538
2629
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ForecastExportJobSummary AWS API Documentation
@@ -2578,6 +2669,8 @@ module Aws::ForecastService
2578
2669
  #
2579
2670
  # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
2580
2671
  #
2672
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
2673
+ #
2581
2674
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
2582
2675
  #
2583
2676
  # <note markdown="1"> The `Status` of the forecast must be `ACTIVE` before you can query
@@ -2595,11 +2688,18 @@ module Aws::ForecastService
2595
2688
  # @return [Time]
2596
2689
  #
2597
2690
  # @!attribute [rw] last_modification_time
2598
- # Initially, the same as `CreationTime` (status is `CREATE_PENDING`).
2599
- # Updated when inference (creating the forecast) starts (status
2600
- # changed to `CREATE_IN_PROGRESS`), and when inference is complete
2601
- # (status changed to `ACTIVE`) or fails (status changed to
2602
- # `CREATE_FAILED`).
2691
+ # The last time the resource was modified. The timestamp depends on
2692
+ # the status of the job:
2693
+ #
2694
+ # * `CREATE_PENDING` - The `CreationTime`.
2695
+ #
2696
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
2697
+ #
2698
+ # * `CREATE_STOPPING` - The current timestamp.
2699
+ #
2700
+ # * `CREATE_STOPPED` - When the job stopped.
2701
+ #
2702
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
2603
2703
  # @return [Time]
2604
2704
  #
2605
2705
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/ForecastSummary AWS API Documentation
@@ -3220,7 +3320,7 @@ module Aws::ForecastService
3220
3320
  # backtest export jobs, specify `IS_NOT`.
3221
3321
  #
3222
3322
  # * `Key` - The name of the parameter to filter on. Valid values are
3223
- # `PredictorBacktestExportJobArn` and `Status`.
3323
+ # `PredictorArn` and `Status`.
3224
3324
  #
3225
3325
  # * `Value` - The value to match.
3226
3326
  # @return [Array<Types::Filter>]
@@ -3476,17 +3576,11 @@ module Aws::ForecastService
3476
3576
  #
3477
3577
  # * `ACTIVE`
3478
3578
  #
3479
- # * `CREATE_PENDING`
3480
- #
3481
- # * `CREATE_IN_PROGRESS`
3482
- #
3483
- # * `CREATE_FAILED`
3484
- #
3485
- # * `DELETE_PENDING`
3579
+ # * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`
3486
3580
  #
3487
- # * `DELETE_IN_PROGRESS`
3581
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
3488
3582
  #
3489
- # * `DELETE_FAILED`
3583
+ # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
3490
3584
  # @return [String]
3491
3585
  #
3492
3586
  # @!attribute [rw] message
@@ -3499,7 +3593,18 @@ module Aws::ForecastService
3499
3593
  # @return [Time]
3500
3594
  #
3501
3595
  # @!attribute [rw] last_modification_time
3502
- # When the last successful export job finished.
3596
+ # The last time the resource was modified. The timestamp depends on
3597
+ # the status of the job:
3598
+ #
3599
+ # * `CREATE_PENDING` - The `CreationTime`.
3600
+ #
3601
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
3602
+ #
3603
+ # * `CREATE_STOPPING` - The current timestamp.
3604
+ #
3605
+ # * `CREATE_STOPPED` - When the job stopped.
3606
+ #
3607
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
3503
3608
  # @return [Time]
3504
3609
  #
3505
3610
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/PredictorBacktestExportJobSummary AWS API Documentation
@@ -3585,7 +3690,7 @@ module Aws::ForecastService
3585
3690
  #
3586
3691
  # * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`
3587
3692
  #
3588
- # * `UPDATE_PENDING`, `UPDATE_IN_PROGRESS`, `UPDATE_FAILED`
3693
+ # * `CREATE_STOPPING`, `CREATE_STOPPED`
3589
3694
  #
3590
3695
  # <note markdown="1"> The `Status` of the predictor must be `ACTIVE` before you can use
3591
3696
  # the predictor to create a forecast.
@@ -3602,10 +3707,18 @@ module Aws::ForecastService
3602
3707
  # @return [Time]
3603
3708
  #
3604
3709
  # @!attribute [rw] last_modification_time
3605
- # Initially, the same as `CreationTime` (status is `CREATE_PENDING`).
3606
- # Updated when training starts (status changed to
3607
- # `CREATE_IN_PROGRESS`), and when training is complete (status changed
3608
- # to `ACTIVE`) or fails (status changed to `CREATE_FAILED`).
3710
+ # The last time the resource was modified. The timestamp depends on
3711
+ # the status of the job:
3712
+ #
3713
+ # * `CREATE_PENDING` - The `CreationTime`.
3714
+ #
3715
+ # * `CREATE_IN_PROGRESS` - The current timestamp.
3716
+ #
3717
+ # * `CREATE_STOPPING` - The current timestamp.
3718
+ #
3719
+ # * `CREATE_STOPPED` - When the job stopped.
3720
+ #
3721
+ # * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed.
3609
3722
  # @return [Time]
3610
3723
  #
3611
3724
  # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/PredictorSummary AWS API Documentation
@@ -3817,6 +3930,28 @@ module Aws::ForecastService
3817
3930
  include Aws::Structure
3818
3931
  end
3819
3932
 
3933
+ # @note When making an API call, you may pass StopResourceRequest
3934
+ # data as a hash:
3935
+ #
3936
+ # {
3937
+ # resource_arn: "Arn", # required
3938
+ # }
3939
+ #
3940
+ # @!attribute [rw] resource_arn
3941
+ # The Amazon Resource Name (ARN) that identifies the resource to stop.
3942
+ # The supported ARNs are `DatasetImportJobArn`, `PredictorArn`,
3943
+ # `PredictorBacktestExportJobArn`, `ForecastArn`, and
3944
+ # `ForecastExportJobArn`.
3945
+ # @return [String]
3946
+ #
3947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/StopResourceRequest AWS API Documentation
3948
+ #
3949
+ class StopResourceRequest < Struct.new(
3950
+ :resource_arn)
3951
+ SENSITIVE = []
3952
+ include Aws::Structure
3953
+ end
3954
+
3820
3955
  # Describes a supplementary feature of a dataset group. This object is
3821
3956
  # part of the InputDataConfig object. Forecast supports the Weather
3822
3957
  # Index and Holidays built-in featurizations.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-forecastservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-08 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Amazon Forecast Service. This gem is part of
48
48
  the AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-forecastservice.rb
56
59
  - lib/aws-sdk-forecastservice/client.rb
57
60
  - lib/aws-sdk-forecastservice/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-forecastservice
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-forecastservice/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastservice
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-forecastservice/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - Amazon Forecast Service