aws-sdk-gamesparks 1.8.0 → 1.9.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: 7ede6a0331bb0d92c0e3e6abcc4ef78f5e209d6513826c8589ae1e2abf67da14
4
- data.tar.gz: 0d26625e52d8241ef400cefa9bbb0ce713028f7dead9d271a83f1dc3c10724e9
3
+ metadata.gz: e919c2beaaa99bf42f4721d2f1d297c950528d6cb721fe5794d17f0e88ab9176
4
+ data.tar.gz: d723e29cc502058a42c2301f5ccbcc983d18fc86db8924a3670dddcad6d66409
5
5
  SHA512:
6
- metadata.gz: c4c2153a6682754a4b0435a2578176be3c0e78320b62fd12fe42afcb093c0c66c9976512ab64014a34577e57ae532afef62b04aad5ed9fc23255c8698baa484f
7
- data.tar.gz: 53937662acb02d17f5d02b3823a2b2df7f86e37f7519de5e2edffab6ff003ad412c4b9695d35f6e068afb213adde615fc5a09be2bf9731f3fe32c737f43c9efc
6
+ metadata.gz: f00a43913386cac0b4fea06cbbe1f1b48bbc76a4751ce5624c354ea9b4427a8d83a48dd387a703ae60936ae29326c3eba65dd09872f44680557d460e5184829a
7
+ data.tar.gz: fa05ae9f6bcadde589f88088d3d35f4bf057270d8891ca065cd2de868bd0afa6d90c7407c905da04de546dfe0ccbe0c08a86e535ec60bbc9562087a769947ad0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::GameSparks
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
  #
@@ -1806,7 +1810,7 @@ module Aws::GameSparks
1806
1810
  params: params,
1807
1811
  config: config)
1808
1812
  context[:gem_name] = 'aws-sdk-gamesparks'
1809
- context[:gem_version] = '1.8.0'
1813
+ context[:gem_version] = '1.9.0'
1810
1814
  Seahorse::Client::Request.new(handlers, context)
1811
1815
  end
1812
1816
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-gamesparks/customizations'
52
52
  # @!group service
53
53
  module Aws::GameSparks
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamesparks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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