aws-sdk-iotanalytics 1.64.0 → 1.66.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: 9de5e305619f6a59cf5abb465b25336dcab5c9b2bf5f56e7632f95663a209dc0
4
- data.tar.gz: d2d26de2d42a4ecfa62db22e71847775cb305ed00a167f4d42dd9ccccd9a0c51
3
+ metadata.gz: ab65d0a78baba18e691fa9432e19fe7e4e7792c7b8363a35b4a065776f74fd56
4
+ data.tar.gz: 62145791fea8652e838d19f08857149522f59ad9e5855bd0fc816e4faac63d24
5
5
  SHA512:
6
- metadata.gz: da4dbdcf3ad722443bccde053bd05a0da49c6a7e6da2cacef29df6af7ec0453f07441a2e62f26121a28f0754780c26db09233c8afdd15203237b1d964b75ca42
7
- data.tar.gz: 247435004c25968156d15779da3680f69e594e0ac9ce28ec6085c18ac2ad78bb03f6f98c315dc48e49325b1083d5166fd7e0d59268f55f6e4382085bdfcfe098
6
+ metadata.gz: c689276f58ce183d5b4f128437547e37247aa6bd6bbb61b539b10453215539dc4c223996ce877083452c7adce12f0bf63d433e1223ccca5d3b6eae0f2c505487
7
+ data.tar.gz: dbac91d1633d1540a43ecd37ab084cfb5b3bff4bdd3b525f8e1925ccc05c3df0476ab6e5b2fce1391f38aac506384ff4d2855cd667b9be1f4171d4774e2fd818
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-06-25)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2024-06-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2024-06-05)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -89,6 +89,11 @@ module Aws::IoTAnalytics
89
89
 
90
90
  # @overload initialize(options)
91
91
  # @param [Hash] options
92
+ #
93
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
94
+ # A list of plugins to apply to the client. Each plugin is either a
95
+ # class name or an instance of a plugin class.
96
+ #
92
97
  # @option options [required, Aws::CredentialProvider] :credentials
93
98
  # Your AWS credentials. This can be an instance of any one of the
94
99
  # following classes:
@@ -209,7 +214,6 @@ module Aws::IoTAnalytics
209
214
  # 'https://example.com'
210
215
  # 'http://example.com:123'
211
216
  #
212
- #
213
217
  # @option options [Integer] :endpoint_cache_max_entries (1000)
214
218
  # Used for the maximum size limit of the LRU cache storing endpoints data
215
219
  # for endpoint discovery enabled operations. Defaults to 1000.
@@ -298,7 +302,6 @@ module Aws::IoTAnalytics
298
302
  # throttling. This is a provisional mode that may change behavior
299
303
  # in the future.
300
304
  #
301
- #
302
305
  # @option options [String] :sdk_ua_app_id
303
306
  # A unique and opaque application ID that is appended to the
304
307
  # User-Agent header as app/sdk_ua_app_id. It should have a
@@ -2321,7 +2324,7 @@ module Aws::IoTAnalytics
2321
2324
  params: params,
2322
2325
  config: config)
2323
2326
  context[:gem_name] = 'aws-sdk-iotanalytics'
2324
- context[:gem_version] = '1.64.0'
2327
+ context[:gem_version] = '1.66.0'
2325
2328
  Seahorse::Client::Request.new(handlers, context)
2326
2329
  end
2327
2330
 
@@ -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.64.0'
55
+ GEM_VERSION = '1.66.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.64.0
4
+ version: 1.66.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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.199.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement