aws-sdk-ioteventsdata 1.23.0 → 1.26.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: e327e17462180b964f543917addd3f97c568ba4c16fcf8d60e25c3d2c52eccba
4
- data.tar.gz: d3841d1430a7a4da6f7bc1488487e292185d27f9df4e50e25fadcf49682f109d
3
+ metadata.gz: a838ba5bfb496b0446c2ea14f93f5de97041cdc7a22d00412ad88ced06ee1cc5
4
+ data.tar.gz: '0693b46220439034a0ace8441a2e552403736ea49a78d77f4c93db9834d1ddb2'
5
5
  SHA512:
6
- metadata.gz: 753751657585a3d3409faaf2275dc0ab1cb30591ec4736ec47cc6bb42c0eea756f18d1dc66ed769416c8139bb88603d1d2e2da6ebbec3b8aff2eff13124e4f38
7
- data.tar.gz: d99856109afaaf323e5487e0e374527b498a8a0d4e70951d822eb20cd79d70d2becf4fcb69b95af3957547d5aef49d3aa6fa8c6514bd25f934d3789e4eb5ba28
6
+ metadata.gz: e0dd5de22afdbb74678cbb1ff6d2b8d395ec7791fae3fbbaad0745f50b8fdbc3e51943e2bfbdfde289caff012629bfcc10aa231eced04084d11f6f85fa98db77
7
+ data.tar.gz: f2eb2ecdaa614bd6ff435d8675a334c4fc19ab906a9d0bf387a26c63289ce11399e7a8416370e1368fd9c6fc5119180f6b5a0763732c58d818c23feea38588b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.25.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.24.0 (2022-01-11)
15
+ ------------------
16
+
17
+ * Feature - This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide.
18
+
4
19
  1.23.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.26.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::IoTEventsData
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -461,12 +465,12 @@ module Aws::IoTEventsData
461
465
  req.send_request(options)
462
466
  end
463
467
 
464
- # Sends a set of messages to the AWS IoT Events system. Each message
465
- # payload is transformed into the input you specify (`"inputName"`) and
466
- # ingested into any detectors that monitor that input. If multiple
467
- # messages are sent, the order in which the messages are processed
468
- # isn't guaranteed. To guarantee ordering, you must send messages one
469
- # at a time and wait for a successful response.
468
+ # Sends a set of messages to the IoT Events system. Each message payload
469
+ # is transformed into the input you specify (`"inputName"`) and ingested
470
+ # into any detectors that monitor that input. If multiple messages are
471
+ # sent, the order in which the messages are processed isn't guaranteed.
472
+ # To guarantee ordering, you must send messages one at a time and wait
473
+ # for a successful response.
470
474
  #
471
475
  # @option params [required, Array<Types::Message>] :messages
472
476
  # The list of messages to send. Each message has the following format:
@@ -834,7 +838,7 @@ module Aws::IoTEventsData
834
838
  params: params,
835
839
  config: config)
836
840
  context[:gem_name] = 'aws-sdk-ioteventsdata'
837
- context[:gem_version] = '1.23.0'
841
+ context[:gem_version] = '1.26.0'
838
842
  Seahorse::Client::Request.new(handlers, context)
839
843
  end
840
844
 
@@ -1386,7 +1386,7 @@ module Aws::IoTEventsData
1386
1386
  # @return [String]
1387
1387
  #
1388
1388
  # @!attribute [rw] timestamp
1389
- # The number of seconds which have elapsed on the timer.
1389
+ # The expiration time for the timer.
1390
1390
  # @return [Time]
1391
1391
  #
1392
1392
  class Timer < Struct.new(
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ioteventsdata/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTEventsData
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.26.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 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.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement