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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a93d4fe8e78b1600d3bb8011ad00c807634bffa64438c1461a373d118ec1584
4
- data.tar.gz: caa9a687a1f8c8aea487d8be3f99f9307453fe3131719db566104539ff9c70e2
3
+ metadata.gz: 7b4251ad2445ac9b44de5b05f6570b48c8ae25fc0856b548ec3137f4fbca2454
4
+ data.tar.gz: 852872d27f00c88614badfd3c5c2ba462e2bab9d4f65c6eec6f208322a92d9e2
5
5
  SHA512:
6
- metadata.gz: 30502f1b88d684a878c63597cc50fb42981a79727267aa8d097fc12b8bcbfd76ac0dcd6517cdf03229a50f70251a08596ad10d5c61697e93cbb54cdebf25c2b1
7
- data.tar.gz: b5b2b5a30f34b4a60623770bc42dc6a5b733647eaac8cc14b552c7df24f14f5618893cb3f29b99ce315916a65cd9b3f9e8b0a094cfff73fe29475c10cb2e786e
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.54.0
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.54.0'
5320
+ context[:gem_version] = '1.56.0'
5315
5321
  Seahorse::Client::Request.new(handlers, context)
5316
5322
  end
5317
5323