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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61a613f30471a8f62282b854e2139d2e94e2aeccb1ff8e92e63dd45fb3d102b6
4
- data.tar.gz: 61a624747d0050066cb2870fcfffc0e60631d5040058fb563bce7a42b07873fe
3
+ metadata.gz: 87f2cb2f04a8df1f34a27c4caed23b5ef59e17648efeeea63d03eae1207be823
4
+ data.tar.gz: 8a8c73c71959d4e3736032cf2b81d2a75909615cc9363a69ad1a0e808d861989
5
5
  SHA512:
6
- metadata.gz: 7775e11fa27631a4be6631aab753a2ac27079c76ded3ffaa261559b73a88c6f02cb452b98ce3c2c021d8740d0d0766a84de46913f2b42a710c8a80b846b065d5
7
- data.tar.gz: b0dbcde872a9524d521433eec68bfd47022b1e03ca716b103dbd251e6ccaf346acd1e1044bd5ec3fa459779b22964cabfa9fddaf6c143e7345c7eaa6c2fe0cd6
6
+ metadata.gz: 4dee3ec309f7a192caf5629e7a4b9b58d0fdde1e21335cb333c219d3a266aff2ea174f854bc9f99869709c653eaa09d4eeb9e3a1fa7338cdc194b88d05481fc9
7
+ data.tar.gz: 8ca0910f3c80ce270316a165d6ac5e2b4b822e8bf0d10b77e366b1f3641c8659aeaede748c257a0a8e0e64dc1969a955810253907c9e34bf2c0a743f78136f36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
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.37.0'
3362
+ context[:gem_version] = '1.38.0'
3357
3363
  Seahorse::Client::Request.new(handlers, context)
3358
3364
  end
3359
3365
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutEquipment
54
54
 
55
- GEM_VERSION = '1.37.0'
55
+ GEM_VERSION = '1.38.0'
56
56
 
57
57
  end
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.37.0
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-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