aws-sdk-iotdataplane 1.69.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdataplane/client.rb +2 -2
- data/lib/aws-sdk-iotdataplane/types.rb +2 -2
- data/lib/aws-sdk-iotdataplane.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: 6dcf3bdaba25f9154597d02e40684c4c88d0c46370b9386431883e5f6d581803
|
|
4
|
+
data.tar.gz: 62b8da2f7e207582b95b996a41ea3b1415a386c5e558bdacb35b856870391a03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00cb8ca16d39619b8ecb1ea53350850697a8b154dc6abb6847a9ce4353ebf8edd109b07a06313f7ff25eb232a3b04d2509df3d79479c06baba9807198cb6add9
|
|
7
|
+
data.tar.gz: 5d2ea21ec60c1b00931f90414100cb944b66e4509f172b75576e9fc20154fab067e4ea38a6e34779956a9dadda493a500509e438be5381e80b196ac3d76c028a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -732,7 +732,7 @@ module Aws::IoTDataPlane
|
|
|
732
732
|
# which represents two User Properties. Note that it needs to be
|
|
733
733
|
# base64-encoded:
|
|
734
734
|
#
|
|
735
|
-
# `[
|
|
735
|
+
# `[{"deviceName": "alpha"}, {"deviceCnt": "45"}]`
|
|
736
736
|
#
|
|
737
737
|
# **SDK automatically handles json encoding and base64 encoding for you
|
|
738
738
|
# when the required value (Hash, Array, etc.) is provided according to
|
|
@@ -854,7 +854,7 @@ module Aws::IoTDataPlane
|
|
|
854
854
|
tracer: tracer
|
|
855
855
|
)
|
|
856
856
|
context[:gem_name] = 'aws-sdk-iotdataplane'
|
|
857
|
-
context[:gem_version] = '1.
|
|
857
|
+
context[:gem_version] = '1.70.0'
|
|
858
858
|
Seahorse::Client::Request.new(handlers, context)
|
|
859
859
|
end
|
|
860
860
|
|
|
@@ -92,7 +92,7 @@ module Aws::IoTDataPlane
|
|
|
92
92
|
# that represents two user properties. Note that it will be
|
|
93
93
|
# base64-encoded:
|
|
94
94
|
#
|
|
95
|
-
# `[
|
|
95
|
+
# `[{"deviceName": "alpha"}, {"deviceCnt": "45"}]`
|
|
96
96
|
# @return [String]
|
|
97
97
|
#
|
|
98
98
|
class GetRetainedMessageResponse < Struct.new(
|
|
@@ -287,7 +287,7 @@ module Aws::IoTDataPlane
|
|
|
287
287
|
# which represents two User Properties. Note that it needs to be
|
|
288
288
|
# base64-encoded:
|
|
289
289
|
#
|
|
290
|
-
# `[
|
|
290
|
+
# `[{"deviceName": "alpha"}, {"deviceCnt": "45"}]`
|
|
291
291
|
# @return [String]
|
|
292
292
|
#
|
|
293
293
|
# @!attribute [rw] payload_format_indicator
|
data/lib/aws-sdk-iotdataplane.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotdataplane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.70.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
|