aws-sdk-cloudwatchlogs 1.91.0 → 1.92.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: 721262079eca168c092dcf133149107db32a61ac290a9a71b6073076efa751e4
4
- data.tar.gz: 623a69944d8d72d16f0756e9ee610097c1a57b56d38975c98083b8288838caf7
3
+ metadata.gz: 33694981616c8311fa0c5c48b61477c54c1dcc289c033877e0b77c797791e649
4
+ data.tar.gz: c622517d017cd063e7c8e893b99f4328b5540ca7af1777c574aec07249c9fee5
5
5
  SHA512:
6
- metadata.gz: dcffba4f4ddcab3cb2d06bcce44f6085dc4a5982713909c929993967c295fe159364f4d338574a17df86ba2a554afc3335cf2f02fe71c4f3610cb5d1ce563c0b
7
- data.tar.gz: 81c1b56bfad077b03a0abee47314f6850ba8d1beedb61b1a958e3726318fab903017624785518a234f1ad4b1ba8d64a996bb84a5e64210eaaacbac365189133f
6
+ metadata.gz: a23d7245b4abfdb6974792154c2cbd2e714dd53f12cb2e4e9efec1108b231b0741b2699e379f2ee25c3da10d3fb2e185defbb7c0f9422838657643954940e5c6
7
+ data.tar.gz: 64fabb1799d361d3d4b29f97f4b5a0777987351e5b73bf0e20d7143c833776a077efbb69b9fda92238dba49dcbfefef59f49234a6ff014d3363baee2acd2b20b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.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.91.0 (2024-09-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -443,6 +443,12 @@ module Aws::CloudWatchLogs
443
443
  # @option options [String] :ssl_ca_store
444
444
  # Sets the X509::Store to verify peer certificate.
445
445
  #
446
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
447
+ # Sets a client certificate when creating http connections.
448
+ #
449
+ # @option options [OpenSSL::PKey] :ssl_key
450
+ # Sets a client key when creating http connections.
451
+ #
446
452
  # @option options [Float] :ssl_timeout
447
453
  # Sets the SSL timeout in seconds
448
454
  #
@@ -5601,7 +5607,7 @@ module Aws::CloudWatchLogs
5601
5607
  tracer: tracer
5602
5608
  )
5603
5609
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5604
- context[:gem_version] = '1.91.0'
5610
+ context[:gem_version] = '1.92.0'
5605
5611
  Seahorse::Client::Request.new(handlers, context)
5606
5612
  end
5607
5613
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudwatchlogs/event_streams'
53
53
  # @!group service
54
54
  module Aws::CloudWatchLogs
55
55
 
56
- GEM_VERSION = '1.91.0'
56
+ GEM_VERSION = '1.92.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.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-04 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