aws-sdk-cloudwatchlogs 1.91.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +7 -1
- data/lib/aws-sdk-cloudwatchlogs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33694981616c8311fa0c5c48b61477c54c1dcc289c033877e0b77c797791e649
|
4
|
+
data.tar.gz: c622517d017cd063e7c8e893b99f4328b5540ca7af1777c574aec07249c9fee5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a23d7245b4abfdb6974792154c2cbd2e714dd53f12cb2e4e9efec1108b231b0741b2699e379f2ee25c3da10d3fb2e185defbb7c0f9422838657643954940e5c6
|
7
|
+
data.tar.gz: 64fabb1799d361d3d4b29f97f4b5a0777987351e5b73bf0e20d7143c833776a077efbb69b9fda92238dba49dcbfefef59f49234a6ff014d3363baee2acd2b20b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
5610
|
+
context[:gem_version] = '1.92.0'
|
5605
5611
|
Seahorse::Client::Request.new(handlers, context)
|
5606
5612
|
end
|
5607
5613
|
|
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.
|
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-
|
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
|