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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80b8c56e71317e4177e1e125d823849469bc66078a5d80ddef6d895b0f3789e6
4
- data.tar.gz: fcdc375120b45239ce4435f4377d069f35e2f70550d3c1760079b714969c4bbe
3
+ metadata.gz: 3a658bedfdd84a346489018f927c5d8c0859bc579a52d386f2ebeaa47c134faa
4
+ data.tar.gz: 5a219dbcb5a699c1b2c7c3bac6f1139a8d925dca0d5ba01a2c692fd6a0d4399b
5
5
  SHA512:
6
- metadata.gz: 6f15d46e666bbdfb431370583d8a44e50f4d52bf42064c98921e1baf84bd3f0cf7aec68b59218f6d52447531a0619189a30367ff7ea7719b821988fd1ad4cd8e
7
- data.tar.gz: d388b479fd72b45e5f026bf59612521f9c836ea34fad487e03a7d28f2a98000df11ab135cfe5b3c8200915489cb2fa46982f078fae0bd4f12fc65bc9bc21caa1
6
+ metadata.gz: ad0f7dd647fdf18860bf5b4c70014398a9db977f1ed6849730827d6266608a391e1ece1e1348aa83ad60e0879244471427d900b20c7fbf79445d304a0b977efe
7
+ data.tar.gz: 0e9f1c68e761c70c737eead483590ffebd3982a55c0b4f1da36b7cc28b901dd6c688f8196f09f3c29a87be325cbe086df7493a2e0e9bc65ee331c5f3465b15eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
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
- # `\{"item_id" : "client_21"\}`
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
- # `\{"item_id" : "client_21"\}`
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.48.0'
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
- # `\{"item_id" : "client_21"\}`
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
- # `\{"item_id" : "client_21"\}`
186
+ # `{"item_id" : "client_21"}`
187
187
  #
188
188
  # To get the full what-if forecast, use the
189
189
  # [CreateForecastExportJob][1] operation.
@@ -54,7 +54,7 @@ module Aws::ForecastQueryService
54
54
  autoload :EndpointProvider, 'aws-sdk-forecastqueryservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-forecastqueryservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.48.0'
57
+ GEM_VERSION = '1.49.0'
58
58
 
59
59
  end
60
60
 
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.48.0
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-10-18 00:00:00.000000000 Z
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