aws-sdk-keyspaces 1.11.0 → 1.12.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: fa992fd59e666fe0f8ecab70e43fcc0382c4eaadd2be88d431dbff1107a158eb
4
- data.tar.gz: 93ddf847ea90ef93d4937f0d1d69ad96fed3877c592dcf4e95acf1c1941a98fe
3
+ metadata.gz: 3156fe2c8ce80df2c8de6fccd009ef9b6027c6904d3a14c2c5048e68c8002495
4
+ data.tar.gz: 113f3cc7c02c9892a11e4f6e12117cd355122b6606d561a05138a6902905ff23
5
5
  SHA512:
6
- metadata.gz: b339e861b20f6ec55cce65de1933cee90b68307b10c5a09716ea4c77941565ebc9a389df2e44096f2ab94bf530160cd3e5b074ffb3661a5f8d3b9f7a8dd347a0
7
- data.tar.gz: 8d7a29eb7f74a5e20642f8d4b7ff9eb8b8f39bcf73a901112d34abe6380e96d70321aeb6652e269bab93654aba16bb2942c99e2afd2c9f8a3387478fbdf640f7
6
+ metadata.gz: 1f76aaa6f6db436071e96cb31775e6c24e58213d2d83bb921f62fc86a1d0c092641aaed5f92ba49ccccb584f152b3bd29319c0e67b7647eb05d922310f47509a
7
+ data.tar.gz: 1ce3d50e9571d2628a10d1f9a0acf33a260a85e914bc1ce7fd17d61f10cb42caaf586c0535d161f9033a9e08735eef9a20f34971089e7fb9f590d74906bf5e5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.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.11.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -216,6 +216,10 @@ module Aws::Keyspaces
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
  #
@@ -1450,7 +1454,7 @@ module Aws::Keyspaces
1450
1454
  params: params,
1451
1455
  config: config)
1452
1456
  context[:gem_name] = 'aws-sdk-keyspaces'
1453
- context[:gem_version] = '1.11.0'
1457
+ context[:gem_version] = '1.12.0'
1454
1458
  Seahorse::Client::Request.new(handlers, context)
1455
1459
  end
1456
1460
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-keyspaces/customizations'
53
53
  # @!group service
54
54
  module Aws::Keyspaces
55
55
 
56
- GEM_VERSION = '1.11.0'
56
+ GEM_VERSION = '1.12.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-keyspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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