aws-sdk-forecastqueryservice 1.48.0 → 1.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastqueryservice/client.rb +3 -3
- data/lib/aws-sdk-forecastqueryservice/types.rb +2 -2
- data/lib/aws-sdk-forecastqueryservice.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: 3a658bedfdd84a346489018f927c5d8c0859bc579a52d386f2ebeaa47c134faa
|
4
|
+
data.tar.gz: 5a219dbcb5a699c1b2c7c3bac6f1139a8d925dca0d5ba01a2c692fd6a0d4399b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad0f7dd647fdf18860bf5b4c70014398a9db977f1ed6849730827d6266608a391e1ece1e1348aa83ad60e0879244471427d900b20c7fbf79445d304a0b977efe
|
7
|
+
data.tar.gz: 0e9f1c68e761c70c737eead483590ffebd3982a55c0b4f1da36b7cc28b901dd6c688f8196f09f3c29a87be325cbe086df7493a2e0e9bc65ee331c5f3465b15eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -495,7 +495,7 @@ module Aws::ForecastQueryService
|
|
495
495
|
# example, to get the forecast for `client_21` in the electricity usage
|
496
496
|
# dataset, specify the following:
|
497
497
|
#
|
498
|
-
#
|
498
|
+
# `{"item_id" : "client_21"}`
|
499
499
|
#
|
500
500
|
# To get the full forecast, use the [CreateForecastExportJob][1]
|
501
501
|
# operation.
|
@@ -561,7 +561,7 @@ module Aws::ForecastQueryService
|
|
561
561
|
# example, to get the forecast for `client_21` in the electricity usage
|
562
562
|
# dataset, specify the following:
|
563
563
|
#
|
564
|
-
#
|
564
|
+
# `{"item_id" : "client_21"}`
|
565
565
|
#
|
566
566
|
# To get the full what-if forecast, use the [CreateForecastExportJob][1]
|
567
567
|
# operation.
|
@@ -625,7 +625,7 @@ module Aws::ForecastQueryService
|
|
625
625
|
tracer: tracer
|
626
626
|
)
|
627
627
|
context[:gem_name] = 'aws-sdk-forecastqueryservice'
|
628
|
-
context[:gem_version] = '1.
|
628
|
+
context[:gem_version] = '1.49.0'
|
629
629
|
Seahorse::Client::Request.new(handlers, context)
|
630
630
|
end
|
631
631
|
|
@@ -122,7 +122,7 @@ module Aws::ForecastQueryService
|
|
122
122
|
# example, to get the forecast for `client_21` in the electricity
|
123
123
|
# usage dataset, specify the following:
|
124
124
|
#
|
125
|
-
#
|
125
|
+
# `{"item_id" : "client_21"}`
|
126
126
|
#
|
127
127
|
# To get the full forecast, use the [CreateForecastExportJob][1]
|
128
128
|
# operation.
|
@@ -183,7 +183,7 @@ module Aws::ForecastQueryService
|
|
183
183
|
# example, to get the forecast for `client_21` in the electricity
|
184
184
|
# usage dataset, specify the following:
|
185
185
|
#
|
186
|
-
#
|
186
|
+
# `{"item_id" : "client_21"}`
|
187
187
|
#
|
188
188
|
# To get the full what-if forecast, use the
|
189
189
|
# [CreateForecastExportJob][1] operation.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-forecastqueryservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.49.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: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|