aws-sdk-cleanrooms 1.7.0 → 1.8.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: 8c33dbad7c4bf1c5093418ac2065f85ef5c1d069cd04581756707e71f7e98a6b
4
- data.tar.gz: 0f83a90022a4b2689674313533be81ea2caca0210fa556e60c61e3d62952fcad
3
+ metadata.gz: 73d074f3c25c749c14f4acd1bda897b93dfcfb87b50fb59926931931a8a4402a
4
+ data.tar.gz: 86449dee9efbb1bc785be04890458a80c3a849eb018a992d86a5a1b2d687a246
5
5
  SHA512:
6
- metadata.gz: 8e7102da82769e3b9b5f9a7a056688675abf3cf3d460ca153ebb59ccb03bc01786be0d1f508041ab56d67e7e9746bbed0c25820a648e4cab821f623c753171ee
7
- data.tar.gz: 49289111300724ea4d72e2b924652a37403bdc4d3cacb5faf88d7bbb6b9319ace04aa2e5a3ae05cb8d00a5c6a50389cd5f535beb9b996a9b018b93e1c6a1cc10
6
+ metadata.gz: 165486bfc503cda216d6276459908cf9d8365356fb760dbe0189d9237da2bc02a16cfe3a2ea18da39722bf10ac7551da47b418859d1557220994fe4427b3d167
7
+ data.tar.gz: c7d8560c909097406776d16d4dc2029ea683433c0784f1a5567af85de45c75d8f311b47b994b35c7ad723af6382f8f71e6c5c7836853466704f8ec4ece7d1a7c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.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.7.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -216,6 +216,10 @@ module Aws::CleanRooms
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
  #
@@ -2227,7 +2231,7 @@ module Aws::CleanRooms
2227
2231
  params: params,
2228
2232
  config: config)
2229
2233
  context[:gem_name] = 'aws-sdk-cleanrooms'
2230
- context[:gem_version] = '1.7.0'
2234
+ context[:gem_version] = '1.8.0'
2231
2235
  Seahorse::Client::Request.new(handlers, context)
2232
2236
  end
2233
2237
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cleanrooms/customizations'
53
53
  # @!group service
54
54
  module Aws::CleanRooms
55
55
 
56
- GEM_VERSION = '1.7.0'
56
+ GEM_VERSION = '1.8.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanrooms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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