aws-sdk-iotwireless 1.54.0 → 1.56.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-iotwireless/client.rb +7 -1
- data/lib/aws-sdk-iotwireless/endpoints.rb +112 -448
- data/lib/aws-sdk-iotwireless/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-iotwireless.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: 7b4251ad2445ac9b44de5b05f6570b48c8ae25fc0856b548ec3137f4fbca2454
|
4
|
+
data.tar.gz: 852872d27f00c88614badfd3c5c2ba462e2bab9d4f65c6eec6f208322a92d9e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1206f47eb6f23c694ec9dd912794e559deaf7215420f0bafb62a7a198f12bd5e39e2b3fa3ae78c229278ae9d8d1e0857301ea40acda5ee9bc2e451a3bd0d02b
|
7
|
+
data.tar.gz: 4d77c553fdcaa3103e2a787e4376625d933eddc65c2748c36977cc4b63524190cc02fa21fcf117753afe1bb6a340c0e2d5423a1f968c917c8b7ba68d42dedaa8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.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.55.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.54.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -425,6 +425,12 @@ module Aws::IoTWireless
|
|
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
|
#
|
@@ -5311,7 +5317,7 @@ module Aws::IoTWireless
|
|
5311
5317
|
tracer: tracer
|
5312
5318
|
)
|
5313
5319
|
context[:gem_name] = 'aws-sdk-iotwireless'
|
5314
|
-
context[:gem_version] = '1.
|
5320
|
+
context[:gem_version] = '1.56.0'
|
5315
5321
|
Seahorse::Client::Request.new(handlers, context)
|
5316
5322
|
end
|
5317
5323
|
|