aws-sdk-iotfleetwise 1.29.0 → 1.30.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: 618c6449880361def7d173e62b2e07c360059c0c29e710d5f50c7e6dd603e67b
4
- data.tar.gz: da42f015389cedbf0392b4b8529cd69597111264cbce03e2d1bc58e055b83108
3
+ metadata.gz: 4c92063f27262c80f60ca2f9b044fbc89aebe898bdc02e44397d92c1e7cd2535
4
+ data.tar.gz: cf6eb9c1ffa04243e1dd91fea4f6008ea22836eebaefebbc37210771982d23c3
5
5
  SHA512:
6
- metadata.gz: 0777a06b92e1afea4a94ce09cefb6b49e60c40ca15a80543a10c60181c84289e1fdcfbd81a5208946862a99c2c4acbbc89af91d654706edee2dc462c69405ff3
7
- data.tar.gz: 75e98ca8f55bd09366c20c4b134a68168845729c7945ee43f5af321e7f85022118e7b43b1b54170e6b0b40e925ecace59ce447839aee60d38650e63f627b892a
6
+ metadata.gz: bfc140fb51f09603a472665b9cf62ae9f7cf1668f8fdc255c39061be26cd8d17900f140d289e1aeda2a1550fd085efd7b78eb44c3d9152675bd07b4b7218ed55
7
+ data.tar.gz: 797779c82ce98cfd1bf1d48a870e128aefe6c857a54a17c38e38fd6d4327aecafbde70f26fec9c94eac42e439f03c7f334001b818030239fe27bbc193e400cd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.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.29.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -432,6 +432,12 @@ module Aws::IoTFleetWise
432
432
  # @option options [String] :ssl_ca_store
433
433
  # Sets the X509::Store to verify peer certificate.
434
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
435
441
  # @option options [Float] :ssl_timeout
436
442
  # Sets the SSL timeout in seconds
437
443
  #
@@ -3606,7 +3612,7 @@ module Aws::IoTFleetWise
3606
3612
  tracer: tracer
3607
3613
  )
3608
3614
  context[:gem_name] = 'aws-sdk-iotfleetwise'
3609
- context[:gem_version] = '1.29.0'
3615
+ context[:gem_version] = '1.30.0'
3610
3616
  Seahorse::Client::Request.new(handlers, context)
3611
3617
  end
3612
3618
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iotfleetwise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTFleetWise
55
55
 
56
- GEM_VERSION = '1.29.0'
56
+ GEM_VERSION = '1.30.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleetwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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