aws-sdk-iotevents 1.54.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a51632b75cade4c7bd19c9d4ac8efc4dda1d2897f18d5311443c66c2995c49a
4
- data.tar.gz: ced5925184ad6e248eb6366a4987a29afb4cb978b4b887a3087307c00196b0a3
3
+ metadata.gz: cb477a98837337cb219eed1068c6d06b2647da3969216159f3f08f9854442eb2
4
+ data.tar.gz: 570bc6b2ae8f03802b882cc02f77b96911f6be61e38544134d880c0ec95414fa
5
5
  SHA512:
6
- metadata.gz: f1e8f5c9e73eadaf34a38b88a0d72139b8ff20a4954df9182aaa2c6f8976c95ede937453af09653828c3aab1da939555a189f2000974ba43f6859867e69c474f
7
- data.tar.gz: 255d094c968e2fe6a1f8f0c575db720165124636e35c110f4a7812d9933c4d87dc6bd844bd1847822ab4266f48c9e8012e6bddfc2c3e32fc52b03af1e7671983
6
+ metadata.gz: 2b7efe79205eed92df592d371e135b60d8d3b4cfbc09b1f77ca0b7317326e69d5b7da66199bd5b24cdced413a6833affdd90703dc58e96867e4e5422fdd77413
7
+ data.tar.gz: b74f3f153d65a69ca7268e7b1ed085db428a95954aedd0fcfda57ff1c5a44347b1407bae2a8093a346ab68c08eb7a53cba8a0ef5a4efbc9e0d7ecbc22e693fb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -425,6 +425,12 @@ module Aws::IoTEvents
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
  #
@@ -3498,7 +3504,7 @@ module Aws::IoTEvents
3498
3504
  tracer: tracer
3499
3505
  )
3500
3506
  context[:gem_name] = 'aws-sdk-iotevents'
3501
- context[:gem_version] = '1.54.0'
3507
+ context[:gem_version] = '1.55.0'
3502
3508
  Seahorse::Client::Request.new(handlers, context)
3503
3509
  end
3504
3510
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotevents/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTEvents
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.55.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