aws-sdk-iotsitewise 1.70.0 → 1.71.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: 91393df19356376cef8c614e4e25dcd8e5924037f2f55974af39971f674abb11
4
- data.tar.gz: ac29ac2607ee5ac8b17e535a4951dffe6e1adbe4a251506a753fe26b256dbcf7
3
+ metadata.gz: 81b05abf314c1466531b2eba1fdb6035d8f1b672713ee4483a49a0bb250f1254
4
+ data.tar.gz: 9342067fa26c0d19ea5e07e7c68dad96b909afd08658c0a8a3725585d12470ff
5
5
  SHA512:
6
- metadata.gz: e1399539c96b24371ea4f00a23e0f3fd7192d5ef43d1512dfd4a822db19d40cd43d904578c7b207b138dd996e539186691a241f6f466c3aca5204298243af403
7
- data.tar.gz: dcf38d756285616c16ea3124ea3d21071fba3215c214c6cceed5cd32a2b2c856b515b51114f161111b675de01aa78e14ea7ec7289ba2dff832995fbcff885dba
6
+ metadata.gz: 6ca68f2878eb4f63567a784475da9e2686928e86a72972a0f87c914c32875f9ebd09db82995c2e4bf4f3f5a6eb476c93736caede6bb99cb9c8cc10b6d40a7ece
7
+ data.tar.gz: 9718025e0a355d00ea1bc458ff57768fb9729fd4fc86538682f4e0997fdb61607449ba7ceaa924d68454c64527c91e4f98dcd65e35306ed117ecf07975c9fdbb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.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.70.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -425,6 +425,12 @@ module Aws::IoTSiteWise
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
  #
@@ -6770,7 +6776,7 @@ module Aws::IoTSiteWise
6770
6776
  tracer: tracer
6771
6777
  )
6772
6778
  context[:gem_name] = 'aws-sdk-iotsitewise'
6773
- context[:gem_version] = '1.70.0'
6779
+ context[:gem_version] = '1.71.0'
6774
6780
  Seahorse::Client::Request.new(handlers, context)
6775
6781
  end
6776
6782
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
53
53
  # @!group service
54
54
  module Aws::IoTSiteWise
55
55
 
56
- GEM_VERSION = '1.70.0'
56
+ GEM_VERSION = '1.71.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.71.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