aws-sdk-cloudwatchrum 1.27.0 → 1.28.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-cloudwatchrum/client.rb +7 -1
- data/lib/aws-sdk-cloudwatchrum.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: 0ce6ff8eb0b681d72b69fe560c74c960f88c3717542c822d8f3465d7b886721d
|
4
|
+
data.tar.gz: 38754710c0ce65ac9e0d26306edd7f4c9b80079b016cb30ab8ac2dadeae7a65e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 806fce16253ac909219356cf18badb3e05ab236d7e0a3a9d348aa2aecdfefaa58b2010845e8a9bc9b9cf7c4c2d2afaa13fd1a7f55f6c3589a95b87eb6526ac97
|
7
|
+
data.tar.gz: 3ee13f6c2ea8ec4ee83ef8becf5cfe67a9303cc9d5ee54e84afcb27d572049430b8714ff5361c3c2e6b8a4a1927e3ab42af0c87e90441c326d62b2979fea0a56
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
@@ -425,6 +425,12 @@ module Aws::CloudWatchRUM
|
|
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
|
#
|
@@ -1518,7 +1524,7 @@ module Aws::CloudWatchRUM
|
|
1518
1524
|
tracer: tracer
|
1519
1525
|
)
|
1520
1526
|
context[:gem_name] = 'aws-sdk-cloudwatchrum'
|
1521
|
-
context[:gem_version] = '1.
|
1527
|
+
context[:gem_version] = '1.28.0'
|
1522
1528
|
Seahorse::Client::Request.new(handlers, context)
|
1523
1529
|
end
|
1524
1530
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchrum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.28.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
|