aws-sdk-iotfleethub 1.32.0 → 1.33.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: df8f869bd126474ade0517df611de30b07e80621f62d0b9703123069644aa929
4
- data.tar.gz: 5f9ec687cb720e88fc0dd34c7b0c320f66db110ce0082b3215222f154d4a2af8
3
+ metadata.gz: 7116ba08ba936c9e72fe1c40983bbb24b41e1266d0e7919c0c105d5823a600f3
4
+ data.tar.gz: 1c058d51c7057cc5f0c6c66900014f689a82e26c7e50c03f71b772940369e1a3
5
5
  SHA512:
6
- metadata.gz: 73ea439c36ca347917c25b66489632e784d30c19ebe017b98421697fb405d8ae49073fafb466603aef97351ede02f7b885da903e5f31049c80f4d98d88796c6e
7
- data.tar.gz: ef8d885470281abf051b73f35b2d3a6879fb6910a2c3038eb85c1dcb99d0f2547e8e10a8f22ad0877a9f00500b4572b345fb6bcb5fa320950461eda74cba57c3
6
+ metadata.gz: 13885c4ef0788d273d7561fbe59e524d5bcc5a90a152f8b2bc3b8595c8e5ed0db5af3d7c24e2ec6ad2abcbf0d882f65f74b578334760a65d24b73044b955af1e
7
+ data.tar.gz: 91fec45c253dba511bd88d2103d5f19232efcefed592587b190288e867e86cd2f4c9d6ff38105e4c6472e698ca06d3beaf0c49bdbcff9e9b8cceca9a6f50a26e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.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.32.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -425,6 +425,12 @@ module Aws::IoTFleetHub
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
  #
@@ -758,7 +764,7 @@ module Aws::IoTFleetHub
758
764
  tracer: tracer
759
765
  )
760
766
  context[:gem_name] = 'aws-sdk-iotfleethub'
761
- context[:gem_version] = '1.32.0'
767
+ context[:gem_version] = '1.33.0'
762
768
  Seahorse::Client::Request.new(handlers, context)
763
769
  end
764
770
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotfleethub/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTFleetHub
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.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