aws-sdk-cloudwatchevents 1.78.0 → 1.79.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-cloudwatchevents/client.rb +7 -1
- data/lib/aws-sdk-cloudwatchevents.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: 42fac5ed12fc595135de8eebde75418e86f60a6916186b4ba2bd82c69905b68e
|
4
|
+
data.tar.gz: d5dacb04071171ef5a5b96ac182659b0ededf46e71d23ff2ce7394cda99e408f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b97b2c0a19184d22a23dc346ddd9295279fcb3fa5c10d1a1922529c332da169f12c8258cbc02255e5dd33d85276a76c6c1b7af625651be9ddeefff7840b0a42
|
7
|
+
data.tar.gz: 276497539b2bff93031ad774af2a0c09f296fa54adc5406c30b0030e13c6aa6d5e1e7dc20742ae76e69152c6e74b60a71a84ae1544a319b56cf84e4062f85817
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -432,6 +432,12 @@ module Aws::CloudWatchEvents
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -3425,7 +3431,7 @@ module Aws::CloudWatchEvents
|
|
3425
3431
|
tracer: tracer
|
3426
3432
|
)
|
3427
3433
|
context[:gem_name] = 'aws-sdk-cloudwatchevents'
|
3428
|
-
context[:gem_version] = '1.
|
3434
|
+
context[:gem_version] = '1.79.0'
|
3429
3435
|
Seahorse::Client::Request.new(handlers, context)
|
3430
3436
|
end
|
3431
3437
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchevents
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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
|