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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ioteventsdata/client.rb +7 -7
- data/lib/aws-sdk-ioteventsdata/types.rb +1 -1
- data/lib/aws-sdk-ioteventsdata.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c83cf3a7226d285ad6bb9c51eebbda757cb3ff897c43d4d3e31c143240ef6df
|
4
|
+
data.tar.gz: 8888e362c6082d96c76e38d9bacf5d94c49ebe88732ba92237add75114c526b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 917ba31df4c05fe69dd471ccd9f102d5b627623bde2745fa200c97048781d6416c1f3d9f0b6c97e01d185018f5b1abad4da7e654fa826c0d59c8066205399e79
|
7
|
+
data.tar.gz: 7c94809e3f15669975e1fd9b8add5de5be0897dd7f9d43c53c0b4a179027a99932dbfa54c14f696a91942a4ce39c497306b5850d97463dd9623bb695df4b243d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
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.
|
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
|
1389
|
+
# The expiration time for the timer.
|
1390
1390
|
# @return [Time]
|
1391
1391
|
#
|
1392
1392
|
class Timer < Struct.new(
|
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.
|
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:
|
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
|