aws-sdk-iotsitewise 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +7 -1
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81b05abf314c1466531b2eba1fdb6035d8f1b672713ee4483a49a0bb250f1254
|
4
|
+
data.tar.gz: 9342067fa26c0d19ea5e07e7c68dad96b909afd08658c0a8a3725585d12470ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ca68f2878eb4f63567a784475da9e2686928e86a72972a0f87c914c32875f9ebd09db82995c2e4bf4f3f5a6eb476c93736caede6bb99cb9c8cc10b6d40a7ece
|
7
|
+
data.tar.gz: 9718025e0a355d00ea1bc458ff57768fb9729fd4fc86538682f4e0997fdb61607449ba7ceaa924d68454c64527c91e4f98dcd65e35306ed117ecf07975c9fdbb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
6779
|
+
context[:gem_version] = '1.71.0'
|
6774
6780
|
Seahorse::Client::Request.new(handlers, context)
|
6775
6781
|
end
|
6776
6782
|
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
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.
|
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-
|
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
|