aws-sdk-quicksight 1.123.0 → 1.124.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: beaa16ca7c7598b41c0cfe9526f59f493148f0f86e80689176dbcf9bc7eba860
4
- data.tar.gz: 52ac1224fce05bc61f55076f3176a36cf80d91dc425e2f093d69725981607b52
3
+ metadata.gz: 84b39aea9c6c4b0855f62864358dfb9328fa53bbbe144ad5cbba996bb522158d
4
+ data.tar.gz: 21b0986634bbea7e129a48e17c9feaef16d9b226f0d20eeb4fc525e42d8d5906
5
5
  SHA512:
6
- metadata.gz: 9732561a3ccc8c88b865634bc491c71180e16ea8acc4ee90f2788e3f4d6f20c547535825693517481e3c643a449e898978ce0022da39a8f6545a510df4783969
7
- data.tar.gz: 85575453dfc5b789885d6069b54dbe80a78db576830db1bc996ea1f4d7a80fb456eb4cca98f3f23647c1d7d4c281fb09f88c50ab59b1036462d97fa5516d8f2d
6
+ metadata.gz: d7f2a878538ca8bf380bad8f1101cbfa9f4c7c65696d84a8a6091cb20d25caf4988174dc3283a7a5eeed8a97d0d37d9ad5e50fa87812460496e834d3cc08d408
7
+ data.tar.gz: 377b2be932581c6f3d1cc172b39bf04d9289d43ca3af5ba979b8758595843cad4baf6920f17f71b5de8e0dc0e389b748286616dc4abb44358076d6e7188782c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.124.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.123.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.123.0
1
+ 1.124.0
@@ -425,6 +425,12 @@ module Aws::QuickSight
425
425
  # @option options [String] :ssl_ca_store
426
426
  # Sets the X509::Store to verify peer certificate.
427
427
  #
428
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
429
+ # Sets a client certificate when creating http connections.
430
+ #
431
+ # @option options [OpenSSL::PKey] :ssl_key
432
+ # Sets a client key when creating http connections.
433
+ #
428
434
  # @option options [Float] :ssl_timeout
429
435
  # Sets the SSL timeout in seconds
430
436
  #
@@ -15272,7 +15278,7 @@ module Aws::QuickSight
15272
15278
  tracer: tracer
15273
15279
  )
15274
15280
  context[:gem_name] = 'aws-sdk-quicksight'
15275
- context[:gem_version] = '1.123.0'
15281
+ context[:gem_version] = '1.124.0'
15276
15282
  Seahorse::Client::Request.new(handlers, context)
15277
15283
  end
15278
15284
 
@@ -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.123.0'
55
+ GEM_VERSION = '1.124.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.123.0
4
+ version: 1.124.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: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core