aws-sdk-forecastservice 1.13.0 → 1.18.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: 47c5be302516af22f5ed8d15fd0693158f3c643b466e061f167ead0fdb197dec
4
- data.tar.gz: 57753a38f00308802d7378215da48681977bead8c61099a84e7dbecbd469671a
3
+ metadata.gz: d4505e2958ccef434b286bfde0776cd4c9a9b17db955a21f0ffb41c5ce0ca155
4
+ data.tar.gz: 98f9c7dda74be1e2289140ea00deeb4101005b3217c8fd56b6826dd7fad2ad3c
5
5
  SHA512:
6
- metadata.gz: 985391b7401ffa81e6a2c916c814b734f9aeb4e9d4fa519c7b7dc9edb11cf55104280b8858937b5ad7b1b60c4e3a42c2f2ec22d8c7d36762913d422d45d34cf8
7
- data.tar.gz: 5b5f48e7719e315a3799be2e28150ca8f7254b0b8b2d66d9c9c0bab7930b52b9f601a0e5ac9dea7dd56c271449e8396a9ce75d7bc80375fd86d341cb0789d286
6
+ metadata.gz: 62670e9857c74d051f7081f229c41dceb5d52d05deab619f40ccb274848aa175550a1ab56b2972d81ce8f4386eb26447fea63702a81ee59bab77cd3b75973960
7
+ data.tar.gz: e846cafe6fecbd9aca11ef1ab8514d4e237d91b7cbd03519de2f363813da87679084e342708f4c604bdc76d1d77b750c35590f5892f1f37d77c49fcfe50fc1cf
data/CHANGELOG.md ADDED
@@ -0,0 +1,103 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.18.0 (2021-04-22)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.17.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.16.0 (2021-03-03)
15
+ ------------------
16
+
17
+ * Feature - Added new StopResource operation that stops Amazon Forecast resource jobs that are in progress.
18
+
19
+ 1.15.0 (2021-02-02)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.14.0 (2020-12-08)
25
+ ------------------
26
+
27
+ * Feature - This release adds support for the Amazon Forecast Weather Index which can increase forecasting accuracy by automatically including weather forecasts in demand forecasts.
28
+
29
+ 1.13.0 (2020-11-23)
30
+ ------------------
31
+
32
+ * Feature - Releasing the set of PredictorBacktestExportJob APIs which allow customers to export backtest values and item-level metrics data from Predictor training.
33
+
34
+ 1.12.0 (2020-11-11)
35
+ ------------------
36
+
37
+ * Feature - Providing support of custom quantiles in CreatePredictor API.
38
+
39
+ 1.11.0 (2020-09-30)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.10.0 (2020-09-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.9.0 (2020-08-25)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.8.0 (2020-07-08)
55
+ ------------------
56
+
57
+ * 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.
58
+
59
+ 1.7.0 (2020-06-23)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.6.1 (2020-06-11)
65
+ ------------------
66
+
67
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
68
+
69
+ 1.6.0 (2020-06-10)
70
+ ------------------
71
+
72
+ * Issue - This version has been yanked. (#2327).
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.5.0 (2020-05-28)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.4.0 (2020-05-07)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.3.0 (2020-03-09)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.2.0 (2019-11-22)
91
+ ------------------
92
+
93
+ * 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.
94
+
95
+ 1.1.0 (2019-10-23)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.0.0 (2019-08-21)
101
+ ------------------
102
+
103
+ * 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.18.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.13.0'
51
+ GEM_VERSION = '1.18.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
 
@@ -459,7 +459,7 @@ module Aws::ForecastService
459
459
  # attributes: [
460
460
  # {
461
461
  # attribute_name: "Name",
462
- # attribute_type: "string", # accepts string, integer, float, timestamp
462
+ # attribute_type: "string", # accepts string, integer, float, timestamp, geolocation
463
463
  # },
464
464
  # ],
465
465
  # },
@@ -652,6 +652,34 @@ module Aws::ForecastService
652
652
  # If the format isn't specified, Amazon Forecast expects the format to
653
653
  # be "yyyy-MM-dd HH:mm:ss".
654
654
  #
655
+ # @option params [String] :time_zone
656
+ # A single time zone for every item in your dataset. This option is
657
+ # ideal for datasets with all timestamps within a single time zone, or
658
+ # if all timestamps are normalized to a single time zone.
659
+ #
660
+ # Refer to the [Joda-Time API][1] for a complete list of valid time zone
661
+ # names.
662
+ #
663
+ #
664
+ #
665
+ # [1]: http://joda-time.sourceforge.net/timezones.html
666
+ #
667
+ # @option params [Boolean] :use_geolocation_for_time_zone
668
+ # Automatically derive time zone information from the geolocation
669
+ # attribute. This option is ideal for datasets that contain timestamps
670
+ # in multiple time zones and those timestamps are expressed in local
671
+ # time.
672
+ #
673
+ # @option params [String] :geolocation_format
674
+ # The format of the geolocation attribute. The geolocation attribute can
675
+ # be formatted in one of two ways:
676
+ #
677
+ # * `LAT_LONG` - the latitude and longitude in decimal format (Example:
678
+ # 47.61\_-122.33).
679
+ #
680
+ # * `CC_POSTALCODE` (US Only) - the country code (US), followed by the
681
+ # 5-digit ZIP code (Example: US\_98121).
682
+ #
655
683
  # @option params [Array<Types::Tag>] :tags
656
684
  # The optional metadata that you apply to the dataset import job to help
657
685
  # you categorize and organize them. Each tag consists of a key and an
@@ -701,6 +729,9 @@ module Aws::ForecastService
701
729
  # },
702
730
  # },
703
731
  # timestamp_format: "TimestampFormat",
732
+ # time_zone: "TimeZone",
733
+ # use_geolocation_for_time_zone: false,
734
+ # geolocation_format: "GeolocationFormat",
704
735
  # tags: [
705
736
  # {
706
737
  # key: "TagKey", # required
@@ -1231,13 +1262,26 @@ module Aws::ForecastService
1231
1262
  end
1232
1263
 
1233
1264
  # Exports backtest forecasts and accuracy metrics generated by the
1234
- # CreatePredictor operation. Two CSV files are exported to a specified
1235
- # S3 bucket.
1265
+ # CreatePredictor operation. Two folders containing CSV files are
1266
+ # exported to your specified S3 bucket.
1236
1267
  #
1237
- # You must specify a DataDestination object that includes an AWS
1238
- # Identity and Access Management (IAM) role that Amazon Forecast can
1239
- # assume to access the Amazon S3 bucket. For more information, see
1240
- # aws-forecast-iam-roles.
1268
+ # The export file names will match the following conventions:
1269
+ #
1270
+ # `<ExportJobName>_<ExportTimestamp>_<PartNumber>.csv`
1271
+ #
1272
+ # The &lt;ExportTimestamp&gt; component is in Java SimpleDate format
1273
+ # (yyyy-MM-ddTHH-mm-ssZ).
1274
+ #
1275
+ # You must specify a DataDestination object that includes an Amazon S3
1276
+ # bucket and an AWS Identity and Access Management (IAM) role that
1277
+ # Amazon Forecast can assume to access the Amazon S3 bucket. For more
1278
+ # information, see aws-forecast-iam-roles.
1279
+ #
1280
+ # <note markdown="1"> The `Status` of the export job must be `ACTIVE` before you can access
1281
+ # the export in your Amazon S3 bucket. To get the status, use the
1282
+ # DescribePredictorBacktestExportJob operation.
1283
+ #
1284
+ # </note>
1241
1285
  #
1242
1286
  # @option params [required, String] :predictor_backtest_export_job_name
1243
1287
  # The name for the backtest export job.
@@ -1247,9 +1291,9 @@ module Aws::ForecastService
1247
1291
  # export.
1248
1292
  #
1249
1293
  # @option params [required, Types::DataDestination] :destination
1250
- # The destination for an export job, an AWS Identity and Access
1251
- # Management (IAM) role that allows Amazon Forecast to access the
1252
- # location and, optionally, an AWS Key Management Service (KMS) key.
1294
+ # The destination for an export job. Provide an S3 path, an AWS Identity
1295
+ # and Access Management (IAM) role that allows Amazon Forecast to access
1296
+ # the location, and an AWS Key Management Service (KMS) key (optional).
1253
1297
  #
1254
1298
  # @option params [Array<Types::Tag>] :tags
1255
1299
  # Optional metadata to help you categorize and organize your backtests.
@@ -1544,7 +1588,7 @@ module Aws::ForecastService
1544
1588
  # resp.data_frequency #=> String
1545
1589
  # resp.schema.attributes #=> Array
1546
1590
  # resp.schema.attributes[0].attribute_name #=> String
1547
- # resp.schema.attributes[0].attribute_type #=> String, one of "string", "integer", "float", "timestamp"
1591
+ # resp.schema.attributes[0].attribute_type #=> String, one of "string", "integer", "float", "timestamp", "geolocation"
1548
1592
  # resp.encryption_config.role_arn #=> String
1549
1593
  # resp.encryption_config.kms_key_arn #=> String
1550
1594
  # resp.status #=> String
@@ -1642,7 +1686,11 @@ module Aws::ForecastService
1642
1686
  # * {Types::DescribeDatasetImportJobResponse#dataset_import_job_arn #dataset_import_job_arn} => String
1643
1687
  # * {Types::DescribeDatasetImportJobResponse#dataset_arn #dataset_arn} => String
1644
1688
  # * {Types::DescribeDatasetImportJobResponse#timestamp_format #timestamp_format} => String
1689
+ # * {Types::DescribeDatasetImportJobResponse#time_zone #time_zone} => String
1690
+ # * {Types::DescribeDatasetImportJobResponse#use_geolocation_for_time_zone #use_geolocation_for_time_zone} => Boolean
1691
+ # * {Types::DescribeDatasetImportJobResponse#geolocation_format #geolocation_format} => String
1645
1692
  # * {Types::DescribeDatasetImportJobResponse#data_source #data_source} => Types::DataSource
1693
+ # * {Types::DescribeDatasetImportJobResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1646
1694
  # * {Types::DescribeDatasetImportJobResponse#field_statistics #field_statistics} => Hash&lt;String,Types::Statistics&gt;
1647
1695
  # * {Types::DescribeDatasetImportJobResponse#data_size #data_size} => Float
1648
1696
  # * {Types::DescribeDatasetImportJobResponse#status #status} => String
@@ -1662,9 +1710,13 @@ module Aws::ForecastService
1662
1710
  # resp.dataset_import_job_arn #=> String
1663
1711
  # resp.dataset_arn #=> String
1664
1712
  # resp.timestamp_format #=> String
1713
+ # resp.time_zone #=> String
1714
+ # resp.use_geolocation_for_time_zone #=> Boolean
1715
+ # resp.geolocation_format #=> String
1665
1716
  # resp.data_source.s3_config.path #=> String
1666
1717
  # resp.data_source.s3_config.role_arn #=> String
1667
1718
  # resp.data_source.s3_config.kms_key_arn #=> String
1719
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1668
1720
  # resp.field_statistics #=> Hash
1669
1721
  # resp.field_statistics["String"].count #=> Integer
1670
1722
  # resp.field_statistics["String"].count_distinct #=> Integer
@@ -1715,6 +1767,7 @@ module Aws::ForecastService
1715
1767
  # * {Types::DescribeForecastResponse#forecast_types #forecast_types} => Array&lt;String&gt;
1716
1768
  # * {Types::DescribeForecastResponse#predictor_arn #predictor_arn} => String
1717
1769
  # * {Types::DescribeForecastResponse#dataset_group_arn #dataset_group_arn} => String
1770
+ # * {Types::DescribeForecastResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1718
1771
  # * {Types::DescribeForecastResponse#status #status} => String
1719
1772
  # * {Types::DescribeForecastResponse#message #message} => String
1720
1773
  # * {Types::DescribeForecastResponse#creation_time #creation_time} => Time
@@ -1734,6 +1787,7 @@ module Aws::ForecastService
1734
1787
  # resp.forecast_types[0] #=> String
1735
1788
  # resp.predictor_arn #=> String
1736
1789
  # resp.dataset_group_arn #=> String
1790
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1737
1791
  # resp.status #=> String
1738
1792
  # resp.message #=> String
1739
1793
  # resp.creation_time #=> Time
@@ -1845,6 +1899,7 @@ module Aws::ForecastService
1845
1899
  # * {Types::DescribePredictorResponse#featurization_config #featurization_config} => Types::FeaturizationConfig
1846
1900
  # * {Types::DescribePredictorResponse#encryption_config #encryption_config} => Types::EncryptionConfig
1847
1901
  # * {Types::DescribePredictorResponse#predictor_execution_details #predictor_execution_details} => Types::PredictorExecutionDetails
1902
+ # * {Types::DescribePredictorResponse#estimated_time_remaining_in_minutes #estimated_time_remaining_in_minutes} => Integer
1848
1903
  # * {Types::DescribePredictorResponse#dataset_import_job_arns #dataset_import_job_arns} => Array&lt;String&gt;
1849
1904
  # * {Types::DescribePredictorResponse#auto_ml_algorithm_arns #auto_ml_algorithm_arns} => Array&lt;String&gt;
1850
1905
  # * {Types::DescribePredictorResponse#status #status} => String
@@ -1908,6 +1963,7 @@ module Aws::ForecastService
1908
1963
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].test_window_end #=> Time
1909
1964
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].status #=> String
1910
1965
  # resp.predictor_execution_details.predictor_executions[0].test_windows[0].message #=> String
1966
+ # resp.estimated_time_remaining_in_minutes #=> Integer
1911
1967
  # resp.dataset_import_job_arns #=> Array
1912
1968
  # resp.dataset_import_job_arns[0] #=> String
1913
1969
  # resp.auto_ml_algorithm_arns #=> Array
@@ -2425,7 +2481,7 @@ module Aws::ForecastService
2425
2481
  # export jobs, specify `IS_NOT`.
2426
2482
  #
2427
2483
  # * `Key` - The name of the parameter to filter on. Valid values are
2428
- # `PredictorBacktestExportJobArn` and `Status`.
2484
+ # `PredictorArn` and `Status`.
2429
2485
  #
2430
2486
  # * `Value` - The value to match.
2431
2487
  #
@@ -2587,6 +2643,48 @@ module Aws::ForecastService
2587
2643
  req.send_request(options)
2588
2644
  end
2589
2645
 
2646
+ # Stops a resource.
2647
+ #
2648
+ # The resource undergoes the following states: `CREATE_STOPPING` and
2649
+ # `CREATE_STOPPED`. You cannot resume a resource once it has been
2650
+ # stopped.
2651
+ #
2652
+ # This operation can be applied to the following resources (and their
2653
+ # corresponding child resources):
2654
+ #
2655
+ # * Dataset Import Job
2656
+ #
2657
+ # * Predictor Job
2658
+ #
2659
+ # * Forecast Job
2660
+ #
2661
+ # * Forecast Export Job
2662
+ #
2663
+ # * Predictor Backtest Export Job
2664
+ #
2665
+ # @option params [required, String] :resource_arn
2666
+ # The Amazon Resource Name (ARN) that identifies the resource to stop.
2667
+ # The supported ARNs are `DatasetImportJobArn`, `PredictorArn`,
2668
+ # `PredictorBacktestExportJobArn`, `ForecastArn`, and
2669
+ # `ForecastExportJobArn`.
2670
+ #
2671
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2672
+ #
2673
+ # @example Request syntax with placeholder values
2674
+ #
2675
+ # resp = client.stop_resource({
2676
+ # resource_arn: "Arn", # required
2677
+ # })
2678
+ #
2679
+ # @see http://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/StopResource AWS API Documentation
2680
+ #
2681
+ # @overload stop_resource(params = {})
2682
+ # @param [Hash] params ({})
2683
+ def stop_resource(params = {}, options = {})
2684
+ req = build_request(:stop_resource, params)
2685
+ req.send_request(options)
2686
+ end
2687
+
2590
2688
  # Associates the specified tags to a resource with the specified
2591
2689
  # `resourceArn`. If existing tags on a resource are not specified in the
2592
2690
  # request parameters, they are not changed. When a resource is deleted,
@@ -2726,7 +2824,7 @@ module Aws::ForecastService
2726
2824
  params: params,
2727
2825
  config: config)
2728
2826
  context[:gem_name] = 'aws-sdk-forecastservice'
2729
- context[:gem_version] = '1.13.0'
2827
+ context[:gem_version] = '1.18.0'
2730
2828
  Seahorse::Client::Request.new(handlers, context)
2731
2829
  end
2732
2830