aws-sdk-forecastqueryservice 1.38.0 → 1.39.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad1ba9f0224421f851afeb772f3ea649af11ada25ea75ea442dac75696da31a6
4
- data.tar.gz: cba551d3131ace979de2845b2eb1454db1a98be34bce53d924252a2ef5a44dd3
3
+ metadata.gz: 94f3da4634f2004cc2ce50fd0bd3188910fca2b45c7930378fef7b67e6864822
4
+ data.tar.gz: 62acc12382f61c9859a1a410c387b81c233f6a6747192bce92f9d4b2ecbedff8
5
5
  SHA512:
6
- metadata.gz: 8bc8bd76152182a92ceb2da254428dbb25fc990a4aef7899d9c26c1d9669218768948ee3c52e0a25b346d881c14a7710fd3f53d7c90b65ec3bf11ff3070fd358
7
- data.tar.gz: 4a797023dde661e34143c7e44269a986bfb2587ab8e1ee4113eeee775c248d17848b5c82b60e3b3bf0205accda543e2c29f041b009249f1a897e0334dbb17142
6
+ metadata.gz: 5dedceffabaf96e0e7858b0bf93aa2082380e746b2fd4c76a12678e0a0d35b7fea4031a6f17e3e7c1ff8c33bb81972c71f0338a10d19ba6387fb5515e8a0b306
7
+ data.tar.gz: f824ccef0134769b1998cdd3b391daaf95cbef760512e2ef8648a3eb904496a53baef126564700427d9fcdd4031729e3f6d81ef366d78eb5050330ea92462a09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2024-06-25)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2024-06-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.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.39.0'
596
593
  Seahorse::Client::Request.new(handlers, context)
597
594
  end
598
595
 
@@ -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.39.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.39.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-25 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