aws-sdk-iotjobsdataplane 1.56.0 → 1.57.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: acbc264147a5ee062817df4b0bcfd6f2e191b591a219a8a466684fc90d539229
4
- data.tar.gz: e3af4b675f1fc91b8c781420bf9281dddb5d77576d00524ae5d6570e1b76da1c
3
+ metadata.gz: bc6a2cf3606bbba9c7315d22106f37301217a52a31777f4cca40d4629cbbda07
4
+ data.tar.gz: 9a1c34e1b9229c197bffb8a75779adffd1fae2ce7c79bea693e9805b2555422e
5
5
  SHA512:
6
- metadata.gz: 4a4c696af3c84f92a587c17260b09a0981eaf8e64b1fdaf198fd0cc3ebc811423a4417d990aca59268e9f0fb888ca462c375cce606b839de1138d05f528ff0ad
7
- data.tar.gz: 32c5241ca5b254bb791732e8f31747dcafe3403f6e893e65e1d711b16a89049dc59b7a26c521acf5c671d9d5dcbffb3e8b21d005fec6c0d543acacd80ba4d42c
6
+ metadata.gz: b443700dca00a5b60c25950c4fa784f2a6b1b74e7b6eb4d19633b71d08dd2c31224f4e0c7d607fa5752ac8d016b60dc47c91f8cc73ff51920a2f7c93f54bb77e
7
+ data.tar.gz: e6c3de495e062724a479bb83a4d16c19ffc663c61dd9964fd6c7a9696b300c0e7302ae1b0b03ccf9ceb56549aababe6023ab094b431a4c419c7bf5a8b0b5e8e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -425,6 +425,12 @@ module Aws::IoTJobsDataPlane
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
  #
@@ -690,7 +696,7 @@ module Aws::IoTJobsDataPlane
690
696
  tracer: tracer
691
697
  )
692
698
  context[:gem_name] = 'aws-sdk-iotjobsdataplane'
693
- context[:gem_version] = '1.56.0'
699
+ context[:gem_version] = '1.57.0'
694
700
  Seahorse::Client::Request.new(handlers, context)
695
701
  end
696
702
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotjobsdataplane/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTJobsDataPlane
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotjobsdataplane
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.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