aws-sdk-iotanalytics 1.69.0 → 1.70.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: 0f1ed16d6366021a001ec515658d4bf9845b9d54efcc7244efa43e34c9250c09
4
- data.tar.gz: e0782967549ff787775f791ac919f22b79e45aa7da2838803b76030d3cf680ac
3
+ metadata.gz: c34d07459f251c9dc95d7fb8ea1a7c874a2bd9caa2d48b399d40cea795100779
4
+ data.tar.gz: d066175264b9d80f57fefe484e821eb4758bf3564b40464565ef5c515cdb73cb
5
5
  SHA512:
6
- metadata.gz: 81ac0771b70357bfafe94d65eafb3e752bb237d31c300e3a3852282b67bc3d89989c4eacc1e27dc0e52e57f733a7b503363bf3b7889e04738ea3526a6cf1750c
7
- data.tar.gz: 57eb46e8921fa7e4e7ccd5ebc0d057b91ba60201c262951ad8b6f966d7c79f380e078ad4887f996dded11facb31c591d03dfc3cc46f43df83a1bbb67a6a63386
6
+ metadata.gz: 5085f3c30ff779beb129f236479baedca21406e9dc89f17bfc20a79db5240fb2d1f8d81153df510e4d4a04b412265c8e083a18cc32610d4acd45aa8183b6da9d
7
+ data.tar.gz: f1292f299fc3ae02eb02a2ba42cefbb54cd37ba7cbade2d6feebf5f2f699ea9f2d5491c472e85bdbf87f1ec69d29a2e8c8e1298a18753e85c3453f5dad1c6654
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -425,6 +425,12 @@ module Aws::IoTAnalytics
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
  #
@@ -2350,7 +2356,7 @@ module Aws::IoTAnalytics
2350
2356
  tracer: tracer
2351
2357
  )
2352
2358
  context[:gem_name] = 'aws-sdk-iotanalytics'
2353
- context[:gem_version] = '1.69.0'
2359
+ context[:gem_version] = '1.70.0'
2354
2360
  Seahorse::Client::Request.new(handlers, context)
2355
2361
  end
2356
2362
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTAnalytics
54
54
 
55
- GEM_VERSION = '1.69.0'
55
+ GEM_VERSION = '1.70.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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