aws-sdk-forecastqueryservice 1.28.0 → 1.29.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: 813bd2fbd2ca1d39363f8cfc58b181a996abce895c0d1b4687badcb8cf559178
4
- data.tar.gz: 43868131df5ce2a81a96d464cbdd7a4bd2c6bfeb6c339b96d54c48d2e403ea20
3
+ metadata.gz: a3c5708eba3b8051cf869cb152141def81b2683ace8973847188a5f576b714a0
4
+ data.tar.gz: 4fc42369075a8462834866b48b70d08d42b927e35f3594ad49881788e4cb6b93
5
5
  SHA512:
6
- metadata.gz: ab30dd7cab12155c6d229e713c64f647b934371ecab0b6d844ef958255487d2094d2c8fb647a033fd39737dc74df7448681ba083d3496e4d6270df9daca0adaa
7
- data.tar.gz: b179588d10d65c5eccd8853ee7729709ea4a5ce7b9869924a4663ba77e95760ae4dad8476f84cfb44e9a06a50afa0e721f67217cb3da1ac16c6d87ed0933c812
6
+ metadata.gz: 6a73117ebe8a470e15438482235c7612985ad51c3329495c8183e9c06f86218a6d08007f1c824770a1341a7d66b78b68b7d96e742e395d352b640097dcc2b5c3
7
+ data.tar.gz: 55030792a95d2f98cb96ca2f034e2cca7e6dd7d70591cdfc172b4ce5850cc7cc982b1cd3b96261005e082f821bb36b162624732bcd8ae1ac618ecaaa06f55027
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.28.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -216,6 +216,10 @@ module Aws::ForecastQueryService
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -560,7 +564,7 @@ module Aws::ForecastQueryService
560
564
  params: params,
561
565
  config: config)
562
566
  context[:gem_name] = 'aws-sdk-forecastqueryservice'
563
- context[:gem_version] = '1.28.0'
567
+ context[:gem_version] = '1.29.0'
564
568
  Seahorse::Client::Request.new(handlers, context)
565
569
  end
566
570
 
@@ -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.28.0'
55
+ GEM_VERSION = '1.29.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.28.0
4
+ version: 1.29.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core