aws-sdk-quicksight 1.85.0 → 1.86.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6b4f957ef0a1a94cfd59b8117e91905903acfd8c616e18e26befec62d2a4d2f
4
- data.tar.gz: 7a3b52cc71811ad0e970d57a97205a34d38f7839d2778f4d4224af9b64bf1c69
3
+ metadata.gz: ae5efe48752e5be70040e1627f380571f959f64d981ce8dcca64214d09fed41b
4
+ data.tar.gz: 651c93b90ed807f78346892f1ad86da1855dcfe35c34fbd1a1da72e693694514
5
5
  SHA512:
6
- metadata.gz: 1c4a39a077b0865f5925de01adaaa89d3697ab9288d9b67b08735e39a0c1211ba5805c4f0858de7374aa9f6e3ea8830dd26d2930d3ba0955c50455623abb03ed
7
- data.tar.gz: 1f1f5fc3b1ac9125d977d9f35beed4668fb019f7dcf7e44add545dddf0709aa3402572d1ba9f7159d66b187e52e1f93bdc79b5ff085f8da30d3f263425d80a89
6
+ metadata.gz: 46efa9095d383f48c3149136dd06cc37f8ed08bfbaf80f5a76474363d452d691054a6b194e6bc6c51528cc06cf1c2ebd3fd5c9b4cb287f80e7834e5a80af6726
7
+ data.tar.gz: c83981c06714cbac05d1ac48b10f05e7434d6c539fcdd308e2ea44175fd060e49388f3b9691627178891a68aa22a51f1c92bb7994d276a9fcb3d2968fc1e6373
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.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.85.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -216,6 +216,10 @@ module Aws::QuickSight
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
  #
@@ -12160,7 +12164,7 @@ module Aws::QuickSight
12160
12164
  params: params,
12161
12165
  config: config)
12162
12166
  context[:gem_name] = 'aws-sdk-quicksight'
12163
- context[:gem_version] = '1.85.0'
12167
+ context[:gem_version] = '1.86.0'
12164
12168
  Seahorse::Client::Request.new(handlers, context)
12165
12169
  end
12166
12170
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.85.0'
55
+ GEM_VERSION = '1.86.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.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