aws-sdk-iot 1.129.0 → 1.131.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +7 -1
- data/lib/aws-sdk-iot/endpoints.rb +255 -1020
- data/lib/aws-sdk-iot/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-iot.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0adf8bae8f18fad1418acc90634823a4314a49ca2c66119feae33e98f3bf3b1f
|
4
|
+
data.tar.gz: 01113f309d9ba570078786d09e9bb85055c0f0733be9e422b09d9857bd7ac648
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98c71729b1d946b7b303f099f12c1ff461a14d5e0bbe64b1890245b5930729724ab175c236f3f1f7000bac2a860a504ae4be73e0cfe995f19b3eb90f182cf65c
|
7
|
+
data.tar.gz: 22f226bff6ca613b384cf6807c251af9cd9886531df5aa15fe6429f49df3f46598b36d1ca06a7275be4abb8f47e4236fbf52e92268df4beb26e6ec45c903b4e6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.131.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.130.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.129.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.131.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -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.
|
15210
|
+
context[:gem_version] = '1.131.0'
|
15205
15211
|
Seahorse::Client::Request.new(handlers, context)
|
15206
15212
|
end
|
15207
15213
|
|