aws-sdk-cloudwatchrum 1.27.0 → 1.28.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: f57dd90f33ee84edb9babb00d58e83122f98d3f4951cf4c67ec81f49b92385ea
4
- data.tar.gz: 916df700a17a9c2d805915d27269b13dcb5f66f0bf21fbb36cb431f8aee80af8
3
+ metadata.gz: 0ce6ff8eb0b681d72b69fe560c74c960f88c3717542c822d8f3465d7b886721d
4
+ data.tar.gz: 38754710c0ce65ac9e0d26306edd7f4c9b80079b016cb30ab8ac2dadeae7a65e
5
5
  SHA512:
6
- metadata.gz: 3545464e2cbe9cb1f6c2686ced5b44888e351764500a0e76cc88267de0e67ec06710cb05f2fcfb853ae0e7d1ba47b3a509bf7c9642068fadbbccaba5ebd79f72
7
- data.tar.gz: c4d5531da87187206b35265a81ca70fabddc67cb6e2645beb097b7b7b1f0e5970a730b78b3571290339963476fde962f3587b58c4ec27bcfd4ae0e87fae41078
6
+ metadata.gz: 806fce16253ac909219356cf18badb3e05ab236d7e0a3a9d348aa2aecdfefaa58b2010845e8a9bc9b9cf7c4c2d2afaa13fd1a7f55f6c3589a95b87eb6526ac97
7
+ data.tar.gz: 3ee13f6c2ea8ec4ee83ef8becf5cfe67a9303cc9d5ee54e84afcb27d572049430b8714ff5361c3c2e6b8a4a1927e3ab42af0c87e90441c326d62b2979fea0a56
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.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.27.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
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.27.0'
1527
+ context[:gem_version] = '1.28.0'
1522
1528
  Seahorse::Client::Request.new(handlers, context)
1523
1529
  end
1524
1530
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchrum/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchRUM
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
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.27.0
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-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