aws-sdk-lookoutequipment 1.37.0 → 1.38.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-lookoutequipment/client.rb +7 -1
- data/lib/aws-sdk-lookoutequipment.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: 87f2cb2f04a8df1f34a27c4caed23b5ef59e17648efeeea63d03eae1207be823
|
4
|
+
data.tar.gz: 8a8c73c71959d4e3736032cf2b81d2a75909615cc9363a69ad1a0e808d861989
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dee3ec309f7a192caf5629e7a4b9b58d0fdde1e21335cb333c219d3a266aff2ea174f854bc9f99869709c653eaa09d4eeb9e3a1fa7338cdc194b88d05481fc9
|
7
|
+
data.tar.gz: 8ca0910f3c80ce270316a165d6ac5e2b4b822e8bf0d10b77e366b1f3641c8659aeaede748c257a0a8e0e64dc1969a955810253907c9e34bf2c0a743f78136f36
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
@@ -432,6 +432,12 @@ module Aws::LookoutEquipment
|
|
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
|
#
|
@@ -3353,7 +3359,7 @@ module Aws::LookoutEquipment
|
|
3353
3359
|
tracer: tracer
|
3354
3360
|
)
|
3355
3361
|
context[:gem_name] = 'aws-sdk-lookoutequipment'
|
3356
|
-
context[:gem_version] = '1.
|
3362
|
+
context[:gem_version] = '1.38.0'
|
3357
3363
|
Seahorse::Client::Request.new(handlers, context)
|
3358
3364
|
end
|
3359
3365
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutequipment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.38.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
|