aws-sdk-ioteventsdata 1.47.0 → 1.48.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: 7f98b40c1e478e5b390b5c0e377aed95471d67b4f861294fa944ce29bc16c636
4
- data.tar.gz: 425e33c81560ea4f4ce0c4a0a40d32e7bc8fd274d54b3f80bc6fe85aec77c253
3
+ metadata.gz: 9e42221ca40b393f909a57dc4a6b11d8e61ab91ced838b115e2fec13283e1128
4
+ data.tar.gz: 5dcaf96c07e8204d2e5b0fc73ee7556945a15ec72c3bdccd4718e50d17c99127
5
5
  SHA512:
6
- metadata.gz: 0aa12c11359ba37d3eb36c6d2c96435e462ace41cfe1ceb7ef892be586ef9b486ad8f2693735f217a7538358f8a2baa369b76ac9fcd54ebf52ac8e9c70e02c18
7
- data.tar.gz: 74b8daecf70a6df6b9f7937653b911cced76344229d0a389a5849bbc4819285bf97f6439c0c8e1c9e0c9bf6a60b36712e5ba7f536ebbc534b8985eb326ec9d32
6
+ metadata.gz: 42ed1b975e796e8705337d4fc5c51290e18e73b0ae824064ff6f3781c1803ffa4b2d673a36038a3738cdcd2439de46a6fd0a0fbad2821243b15af64ba9216d10
7
+ data.tar.gz: ec09556069de21816570dba5ad33983e60dcf36091cb9c8e7908d30d3df6bc8eb2623513e89b9e1bf49e2292530e4dfc941f64e6202280529806953b1fa11cce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.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.47.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -425,6 +425,12 @@ module Aws::IoTEventsData
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
  #
@@ -971,7 +977,7 @@ module Aws::IoTEventsData
971
977
  tracer: tracer
972
978
  )
973
979
  context[:gem_name] = 'aws-sdk-ioteventsdata'
974
- context[:gem_version] = '1.47.0'
980
+ context[:gem_version] = '1.48.0'
975
981
  Seahorse::Client::Request.new(handlers, context)
976
982
  end
977
983
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ioteventsdata/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTEventsData
54
54
 
55
- GEM_VERSION = '1.47.0'
55
+ GEM_VERSION = '1.48.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.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