aws-sdk-cloudwatchevidently 1.29.0 → 1.30.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: 46edc156dd500f82e96828af23b86685ba0d3baceac0f8137e3098fc2b08a9af
4
- data.tar.gz: 1233dd7aab3cb998dd0e9bc7435ee52ec837caa0406ec4fd086e2887675a622d
3
+ metadata.gz: 2eec96a5205279de95d85cb44633529eded51404ec6e10453a0afad316dc6ac1
4
+ data.tar.gz: 67d3316d26aa35692cd7723ff688e85aa8cacf40e27103bf407958042852cad5
5
5
  SHA512:
6
- metadata.gz: cd38daac76387a8fd547035ac61ba7f974836f644c4599601132c7f28be48538af657c7eb3d91ce36660f61d375ff199f5ef2dbc2f3be6b0c06851272b084c41
7
- data.tar.gz: f9ec48e457a5b81a92a112c9d563c5592cdc7c31a99a7f4ee77c3de430409571ac563feceff2e3c5d8272635fe7a4065e0d79813bc6997352704476a279e39bc
6
+ metadata.gz: 4b7133c2410648f71a1e711a13fcb4b54cce1331abba54f98898bfc7cc3cafd123fc534e7434da43b40534b316c96c897c5d700c436581f37c755717a431acfb
7
+ data.tar.gz: bb63a561080043c22f495daeeef646f89e83f276db10a490ec2184d36480199b4e752c2e63918f582d2d38d397aed8c032063b5e353d6eb14ae9383063554f61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.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.29.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -425,6 +425,12 @@ module Aws::CloudWatchEvidently
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
  #
@@ -3193,7 +3199,7 @@ module Aws::CloudWatchEvidently
3193
3199
  tracer: tracer
3194
3200
  )
3195
3201
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3196
- context[:gem_version] = '1.29.0'
3202
+ context[:gem_version] = '1.30.0'
3197
3203
  Seahorse::Client::Request.new(handlers, context)
3198
3204
  end
3199
3205
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchevidently/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchEvidently
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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