aws-sdk-ioteventsdata 1.23.0 → 1.24.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: 1c83cf3a7226d285ad6bb9c51eebbda757cb3ff897c43d4d3e31c143240ef6df
4
+ data.tar.gz: 8888e362c6082d96c76e38d9bacf5d94c49ebe88732ba92237add75114c526b8
5
5
  SHA512:
6
- metadata.gz: 753751657585a3d3409faaf2275dc0ab1cb30591ec4736ec47cc6bb42c0eea756f18d1dc66ed769416c8139bb88603d1d2e2da6ebbec3b8aff2eff13124e4f38
7
- data.tar.gz: d99856109afaaf323e5487e0e374527b498a8a0d4e70951d822eb20cd79d70d2becf4fcb69b95af3957547d5aef49d3aa6fa8c6514bd25f934d3789e4eb5ba28
6
+ metadata.gz: 917ba31df4c05fe69dd471ccd9f102d5b627623bde2745fa200c97048781d6416c1f3d9f0b6c97e01d185018f5b1abad4da7e654fa826c0d59c8066205399e79
7
+ data.tar.gz: 7c94809e3f15669975e1fd9b8add5de5be0897dd7f9d43c53c0b4a179027a99932dbfa54c14f696a91942a4ce39c497306b5850d97463dd9623bb695df4b243d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2022-01-11)
5
+ ------------------
6
+
7
+ * Feature - This release provides documentation updates for Timer.timestamp in the IoT Events API Reference Guide.
8
+
4
9
  1.23.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -461,12 +461,12 @@ module Aws::IoTEventsData
461
461
  req.send_request(options)
462
462
  end
463
463
 
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.
464
+ # Sends a set of messages to the IoT Events system. Each message payload
465
+ # is transformed into the input you specify (`"inputName"`) and ingested
466
+ # into any detectors that monitor that input. If multiple messages are
467
+ # sent, the order in which the messages are processed isn't guaranteed.
468
+ # To guarantee ordering, you must send messages one at a time and wait
469
+ # for a successful response.
470
470
  #
471
471
  # @option params [required, Array<Types::Message>] :messages
472
472
  # The list of messages to send. Each message has the following format:
@@ -834,7 +834,7 @@ module Aws::IoTEventsData
834
834
  params: params,
835
835
  config: config)
836
836
  context[:gem_name] = 'aws-sdk-ioteventsdata'
837
- context[:gem_version] = '1.23.0'
837
+ context[:gem_version] = '1.24.0'
838
838
  Seahorse::Client::Request.new(handlers, context)
839
839
  end
840
840
 
@@ -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.24.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.24.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-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core