aws-sdk-forecastqueryservice 1.39.0 → 1.40.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 -1
- data/lib/aws-sdk-forecastqueryservice/client_api.rb +2 -0
- 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: 6b559f59bc58c1a9f7978e61a199711cf0d5cc02a6e39b53b06d70425e76ff95
|
|
4
|
+
data.tar.gz: '08371efc014967c19a702ecf1dcba3ecdd2b20a936d84f8020af7ec65c509045'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8fdbbe66438d4a99dc39a2424d37bdd2fef54d4289139bcbd0edaf7aa1702e0bce5cc141ead2b441d1b755e8a4b84f7f13cd52cc69e02d0ca809606635a3b147
|
|
7
|
+
data.tar.gz: 22638299d7369b04f95b5fde7fb2c962d095ff95e21dd81067d8dbabf32a6c20fe0a81c93ce2850319fc578d1907bc0d76b0acb24fc262813569c5b8826f701f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -589,7 +589,7 @@ module Aws::ForecastQueryService
|
|
|
589
589
|
params: params,
|
|
590
590
|
config: config)
|
|
591
591
|
context[:gem_name] = 'aws-sdk-forecastqueryservice'
|
|
592
|
-
context[:gem_version] = '1.
|
|
592
|
+
context[:gem_version] = '1.40.0'
|
|
593
593
|
Seahorse::Client::Request.new(handlers, context)
|
|
594
594
|
end
|
|
595
595
|
|
|
@@ -96,9 +96,11 @@ module Aws::ForecastQueryService
|
|
|
96
96
|
|
|
97
97
|
api.metadata = {
|
|
98
98
|
"apiVersion" => "2018-06-26",
|
|
99
|
+
"auth" => ["aws.auth#sigv4"],
|
|
99
100
|
"endpointPrefix" => "forecastquery",
|
|
100
101
|
"jsonVersion" => "1.1",
|
|
101
102
|
"protocol" => "json",
|
|
103
|
+
"protocols" => ["json"],
|
|
102
104
|
"serviceFullName" => "Amazon Forecast Query Service",
|
|
103
105
|
"serviceId" => "forecastquery",
|
|
104
106
|
"signatureVersion" => "v4",
|
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.40.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|