aws-sdk-forecastqueryservice 1.38.0 → 1.40.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: ad1ba9f0224421f851afeb772f3ea649af11ada25ea75ea442dac75696da31a6
4
- data.tar.gz: cba551d3131ace979de2845b2eb1454db1a98be34bce53d924252a2ef5a44dd3
3
+ metadata.gz: 6b559f59bc58c1a9f7978e61a199711cf0d5cc02a6e39b53b06d70425e76ff95
4
+ data.tar.gz: '08371efc014967c19a702ecf1dcba3ecdd2b20a936d84f8020af7ec65c509045'
5
5
  SHA512:
6
- metadata.gz: 8bc8bd76152182a92ceb2da254428dbb25fc990a4aef7899d9c26c1d9669218768948ee3c52e0a25b346d881c14a7710fd3f53d7c90b65ec3bf11ff3070fd358
7
- data.tar.gz: 4a797023dde661e34143c7e44269a986bfb2587ab8e1ee4113eeee775c248d17848b5c82b60e3b3bf0205accda543e2c29f041b009249f1a897e0334dbb17142
6
+ metadata.gz: 8fdbbe66438d4a99dc39a2424d37bdd2fef54d4289139bcbd0edaf7aa1702e0bce5cc141ead2b441d1b755e8a4b84f7f13cd52cc69e02d0ca809606635a3b147
7
+ data.tar.gz: 22638299d7369b04f95b5fde7fb2c962d095ff95e21dd81067d8dbabf32a6c20fe0a81c93ce2850319fc578d1907bc0d76b0acb24fc262813569c5b8826f701f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2024-06-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.38.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -314,13 +314,10 @@ module Aws::ForecastQueryService
314
314
  #
315
315
  # @option options [Boolean] :simple_json (false)
316
316
  # Disables request parameter conversion, validation, and formatting.
317
- # Also disable response data type conversions. This option is useful
318
- # when you want to ensure the highest level of performance by
319
- # avoiding overhead of walking request parameters and response data
320
- # structures.
321
- #
322
- # When `:simple_json` is enabled, the request parameters hash must
323
- # be formatted exactly as the DynamoDB API expects.
317
+ # Also disables response data type conversions. The request parameters
318
+ # hash must be formatted exactly as the API expects.This option is useful
319
+ # when you want to ensure the highest level of performance by avoiding
320
+ # overhead of walking request parameters and response data structures.
324
321
  #
325
322
  # @option options [Boolean] :stub_responses (false)
326
323
  # Causes the client to return stubbed responses. By default
@@ -592,7 +589,7 @@ module Aws::ForecastQueryService
592
589
  params: params,
593
590
  config: config)
594
591
  context[:gem_name] = 'aws-sdk-forecastqueryservice'
595
- context[:gem_version] = '1.38.0'
592
+ context[:gem_version] = '1.40.0'
596
593
  Seahorse::Client::Request.new(handlers, context)
597
594
  end
598
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",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-forecastqueryservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ForecastQueryService
54
54
 
55
- GEM_VERSION = '1.38.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
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.38.0
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-24 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.198.0
22
+ version: 3.199.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.198.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement