aws-sdk-forecastqueryservice 1.46.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastqueryservice/client.rb +1 -3
- data/lib/aws-sdk-forecastqueryservice.rb +3 -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: b8d6dc9ed211aa95b5f43d993dd1a72b79332e68eaf0a85dacf41a91850aacc9
|
|
4
|
+
data.tar.gz: 6ac43cdeebbef7bed559f013a24492bff2205dc485cd1700dad64907f390d048
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 207ce790479c8c28644a27721e2395e4e8fbb08b031db35f700b74645acf277a3cda7e8e09639db25986e23bd19a3735000931b6099e08555b40f246f36d43df
|
|
7
|
+
data.tar.gz: bdfedc0bf1fc4a98f2ef5a126577c4a7833b2edf3f4ae60b115f22c8bf93547fda156bf48dc8172d31817e4f246c264aeea53f036b85853f4bee1d0b0a8819f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:forecastqueryservice)
|
|
40
|
-
|
|
41
39
|
module Aws::ForecastQueryService
|
|
42
40
|
# An API client for ForecastQueryService. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -627,7 +625,7 @@ module Aws::ForecastQueryService
|
|
|
627
625
|
tracer: tracer
|
|
628
626
|
)
|
|
629
627
|
context[:gem_name] = 'aws-sdk-forecastqueryservice'
|
|
630
|
-
context[:gem_version] = '1.
|
|
628
|
+
context[:gem_version] = '1.47.0'
|
|
631
629
|
Seahorse::Client::Request.new(handlers, context)
|
|
632
630
|
end
|
|
633
631
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:forecastqueryservice)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Forecast Query Service. This module is available in the
|
|
15
17
|
# `aws-sdk-forecastqueryservice` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::ForecastQueryService
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-forecastqueryservice/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-forecastqueryservice/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.47.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
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.
|
|
4
|
+
version: 1.47.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-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|