aws-sdk-iotthingsgraph 1.44.0 → 1.45.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: 1d8ffb6486cbbbec26b7431695bda73654fc103e0b8d89ecd1dac6b93c666a80
4
- data.tar.gz: 3478658017badd912b69a91ee01035853b15613e70add5c33ad973acb8bd6f28
3
+ metadata.gz: 6b88ef25da9057b0e656eb835f52ddb11b5f9c89c4e8dda248bfa117d2e0d629
4
+ data.tar.gz: 7e836ef4d6410309130c2c04ff4166f237ddd59ae9ef711b93d90f57e50addca
5
5
  SHA512:
6
- metadata.gz: 41211b2d1a5030aa3b2308c5c6023ac76cf9b3b49005f9485148647661c402cbd648be3b3d10f7d461104abcf269e831e6fbfbb9b3f7970e181aeec32047f9e6
7
- data.tar.gz: d711c8e55624cbe359a67f342786253cfa476f60a26a36897d3dd474c6bab155881ea1dc3f5a9100153643cc379f14ccd85a047b7b4d3a78e13ccf429dd7a8fd
6
+ metadata.gz: d6b4b968b64e66fd2060cc180d14ba1c31e6f1d87e4823f722aa4150c336dd847ae22bf36de159ecb86ede3f5622c1bc07945af1e2ed7c135fab705ef7c5e7aa
7
+ data.tar.gz: 4ddac50bf26b7f65fe975119c84bf4ad97d26643780563d70cfce58782af8f0557a62c384096a50ee68259191f1c1f6e537ba0fa016423c21870875ed2b56b72
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -432,6 +432,12 @@ module Aws::IoTThingsGraph
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
  #
@@ -2010,7 +2016,7 @@ module Aws::IoTThingsGraph
2010
2016
  tracer: tracer
2011
2017
  )
2012
2018
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
2013
- context[:gem_version] = '1.44.0'
2019
+ context[:gem_version] = '1.45.0'
2014
2020
  Seahorse::Client::Request.new(handlers, context)
2015
2021
  end
2016
2022
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTThingsGraph
54
54
 
55
- GEM_VERSION = '1.44.0'
55
+ GEM_VERSION = '1.45.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.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