aws-sdk-quicksight 1.98.0 → 1.99.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: dba8c8ea74a7265c7cf673fdb27fb250471101932d2cbc77f4a2c13354a422e4
4
- data.tar.gz: 522a1b7453dec270e7c984bdb0b21c5e5f66daac49870bb018a1118adcbc37f0
3
+ metadata.gz: b122f622f7e3342f2857e433dbeab0aff3443d40b320a641457fa48800cb8dd6
4
+ data.tar.gz: 38ea4c8ebb1c22be24590679d667eeb6ad1406d1331fa89709f1181a26354a1e
5
5
  SHA512:
6
- metadata.gz: e37022a7f2a9a2a584488230685bd52103dcfa9024300ea92688b95b069909839ce9de455654ed2e688293f43aba0a02273d77c933aff915e4fd08ddebcb5f17
7
- data.tar.gz: 02ac0b767fed7da095aee67159bda1b10c678dc616ab016c30efcad6baaabfb6b988cda090729e6f9a7a036db1707f84446856ca1cca4a40dc2d12fbd26f9084
6
+ metadata.gz: bab175f08a8a2ee578c319196cfe77e034577338da1e2b70b1d3c81c2b14b357235635ac4b6b45a7ee38b48cbae1f68c588d959bd1b06ed7a43262314dc03a16
7
+ data.tar.gz: 9529eb61a7bb54e053e5630f0155f282fecae50de8beae652f83d62bfce117cb0be2c65c0c220e43c66525d617340f0d4987aa9185c4ec5408595d22b5a3f3b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.98.0 (2023-11-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -13482,7 +13482,7 @@ module Aws::QuickSight
13482
13482
  params: params,
13483
13483
  config: config)
13484
13484
  context[:gem_name] = 'aws-sdk-quicksight'
13485
- context[:gem_version] = '1.98.0'
13485
+ context[:gem_version] = '1.99.0'
13486
13486
  Seahorse::Client::Request.new(handlers, context)
13487
13487
  end
13488
13488
 
@@ -25,16 +25,17 @@ module Aws::QuickSight
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.98.0'
55
+ GEM_VERSION = '1.99.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.98.0
4
+ version: 1.99.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-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core