aws-sdk-ioteventsdata 1.53.0 → 1.54.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 +3 -3
- data/lib/aws-sdk-ioteventsdata/types.rb +2 -2
- 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: e6844f8036ee28f9847b75fc7cba369faefd249c1127d8d778c614408398ae91
|
4
|
+
data.tar.gz: 0d23a2dd1cac22447a902c40188234a2338ce05aa61b6d7b99c5b7b76821a871
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 512fd82cd7ec09dc92113b78fef70c0b738fb0416e5254060a98b4ceea125db267fb0df2aa77161db0f0c362cdf14195ead17387e81e447c24e3127dc09994b3
|
7
|
+
data.tar.gz: 78f459bed8203a9db87ed5e0b770e7d3f4f8b9a5f79e462aff85b8710abb3a2a11c8a33887800f7e844381dc5382091d5710e4c8cfd59a0bc97b46343274ca90
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|
@@ -612,8 +612,8 @@ module Aws::IoTEventsData
|
|
612
612
|
#
|
613
613
|
# @option params [required, Array<Types::Message>] :messages
|
614
614
|
# The list of messages to send. Each message has the following format:
|
615
|
-
# `'
|
616
|
-
# "string"
|
615
|
+
# `'{ "messageId": "string", "inputName": "string", "payload":
|
616
|
+
# "string"}'`
|
617
617
|
#
|
618
618
|
# @return [Types::BatchPutMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
619
619
|
#
|
@@ -981,7 +981,7 @@ module Aws::IoTEventsData
|
|
981
981
|
tracer: tracer
|
982
982
|
)
|
983
983
|
context[:gem_name] = 'aws-sdk-ioteventsdata'
|
984
|
-
context[:gem_version] = '1.
|
984
|
+
context[:gem_version] = '1.54.0'
|
985
985
|
Seahorse::Client::Request.new(handlers, context)
|
986
986
|
end
|
987
987
|
|
@@ -404,8 +404,8 @@ module Aws::IoTEventsData
|
|
404
404
|
|
405
405
|
# @!attribute [rw] messages
|
406
406
|
# The list of messages to send. Each message has the following format:
|
407
|
-
# `'
|
408
|
-
# "string"
|
407
|
+
# `'{ "messageId": "string", "inputName": "string", "payload":
|
408
|
+
# "string"}'`
|
409
409
|
# @return [Array<Types::Message>]
|
410
410
|
#
|
411
411
|
class BatchPutMessageRequest < 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.54.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|