aws-sdk-iot 1.129.0 → 1.130.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: 97798ca379a3fdfdccce7646d97ef07aa46ecdc358931831e4be90f325523d74
4
- data.tar.gz: c988654de63b705d7127a2e366f4a43e8ef21bef4a63983e4f15a7bf4c20d109
3
+ metadata.gz: 1f91fe0c0c29928d8b010d8ea6eda84ab3057941063e74f973bc5b18fa68ed4f
4
+ data.tar.gz: 2c1aa358cc98fc1c79f413296a5ba31ddbea846cc19f1de1dc7946f47a3a1a62
5
5
  SHA512:
6
- metadata.gz: ad60419f3464f7d5f5a5bc13aafc2f9f9b33a97b4f45958c1b2e6536c55f15bf0591c3c7926af67d1cece12ef84bab7e70ba8b867583b55a44e95c4aac51e489
7
- data.tar.gz: 9ade41d6e38d07c68eb1882229fcfbc86bc5d8470bb0912cba11be6a36cdc08c80f3787908071719b1691c72940b7510e016fe1d4ba1a0c3a5410d3246f82677
6
+ metadata.gz: a965ea43e8f7d823d9793ec71bb50ad0727f21279e48102b193b1b3c58d3be903b83dbb5eb384e8b77659c904e36011b2875fa08edffba6d016e5a1ce7e7cd46
7
+ data.tar.gz: 8e3adf8306febfe47ea398952b13e35590e7a4868ecc37264f6b9792e1735900249d930709e06365e48c3724a571184d125196483bdff4d997d2306a0ca7ab07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.130.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.129.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.129.0
1
+ 1.130.0
@@ -425,6 +425,12 @@ module Aws::IoT
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
  #
@@ -15201,7 +15207,7 @@ module Aws::IoT
15201
15207
  tracer: tracer
15202
15208
  )
15203
15209
  context[:gem_name] = 'aws-sdk-iot'
15204
- context[:gem_version] = '1.129.0'
15210
+ context[:gem_version] = '1.130.0'
15205
15211
  Seahorse::Client::Request.new(handlers, context)
15206
15212
  end
15207
15213
 
data/lib/aws-sdk-iot.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iot/customizations'
52
52
  # @!group service
53
53
  module Aws::IoT
54
54
 
55
- GEM_VERSION = '1.129.0'
55
+ GEM_VERSION = '1.130.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.129.0
4
+ version: 1.130.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