aws-sdk-iotdataplane 1.27.0 → 1.31.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 +223 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-iotdataplane/client.rb +160 -15
- data/lib/aws-sdk-iotdataplane/client_api.rb +71 -1
- data/lib/aws-sdk-iotdataplane/customizations.rb +1 -1
- data/lib/aws-sdk-iotdataplane/errors.rb +1 -1
- data/lib/aws-sdk-iotdataplane/resource.rb +1 -1
- data/lib/aws-sdk-iotdataplane/types.rb +143 -5
- data/lib/aws-sdk-iotdataplane.rb +2 -2
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adfe47c01d911ac55d458de9769bf1e0d2eea04711108e1e4cb68eef0a314fe2
|
4
|
+
data.tar.gz: 3aefb12eeaf4eca8b4877f63ac9c943bcc5ff7c134f612e0bf021a6631074a7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 887d96216b505fd70e5658a28f1edd41ad477c7f47c515fb275953ca8887f19fc6d580ba7d7352c230465015a44e98be2cc50566c0251dc563e3dd54c89565ba
|
7
|
+
data.tar.gz: 79ca0d9a1316efe7058e3c502d97cb7565319b0086281c3636015c687c326a347fdcc5c23e021c81d4f7ff792833bcd8905d2085ee3906aa3f5f6277376102e5
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,223 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.31.0 (2021-08-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.
|
8
|
+
|
9
|
+
1.30.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.29.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.28.0 (2021-03-10)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.27.0 (2021-02-02)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.26.0 (2020-09-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.25.0 (2020-09-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.24.0 (2020-08-25)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.23.0 (2020-07-02)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.22.0 (2020-06-23)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.21.0 (2020-06-11)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - As part of this release, we are introducing a new feature called named shadow, which extends the capability of AWS IoT Device Shadow to support multiple shadows for a single IoT device. With this release, customers can store different device state data into different shadows, and as a result access only the required state data when needed and reduce individual shadow size.
|
58
|
+
|
59
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
60
|
+
|
61
|
+
1.20.0 (2020-06-10)
|
62
|
+
------------------
|
63
|
+
|
64
|
+
* Issue - This version has been yanked. (#2327).
|
65
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
66
|
+
|
67
|
+
1.19.0 (2020-05-28)
|
68
|
+
------------------
|
69
|
+
|
70
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
71
|
+
|
72
|
+
1.18.0 (2020-05-07)
|
73
|
+
------------------
|
74
|
+
|
75
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
76
|
+
|
77
|
+
1.17.0 (2020-03-09)
|
78
|
+
------------------
|
79
|
+
|
80
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
81
|
+
|
82
|
+
1.16.0 (2019-10-23)
|
83
|
+
------------------
|
84
|
+
|
85
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
86
|
+
|
87
|
+
1.15.0 (2019-07-25)
|
88
|
+
------------------
|
89
|
+
|
90
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
91
|
+
|
92
|
+
1.14.0 (2019-07-01)
|
93
|
+
------------------
|
94
|
+
|
95
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
96
|
+
|
97
|
+
1.13.0 (2019-06-17)
|
98
|
+
------------------
|
99
|
+
|
100
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
101
|
+
|
102
|
+
1.12.0 (2019-05-21)
|
103
|
+
------------------
|
104
|
+
|
105
|
+
* Feature - API update.
|
106
|
+
|
107
|
+
1.11.0 (2019-05-15)
|
108
|
+
------------------
|
109
|
+
|
110
|
+
* Feature - API update.
|
111
|
+
|
112
|
+
1.10.0 (2019-05-14)
|
113
|
+
------------------
|
114
|
+
|
115
|
+
* Feature - API update.
|
116
|
+
|
117
|
+
1.9.0 (2019-03-21)
|
118
|
+
------------------
|
119
|
+
|
120
|
+
* Feature - API update.
|
121
|
+
|
122
|
+
1.8.0 (2019-03-18)
|
123
|
+
------------------
|
124
|
+
|
125
|
+
* Feature - API update.
|
126
|
+
|
127
|
+
1.7.0 (2019-03-14)
|
128
|
+
------------------
|
129
|
+
|
130
|
+
* Feature - API update.
|
131
|
+
|
132
|
+
1.6.0 (2018-11-20)
|
133
|
+
------------------
|
134
|
+
|
135
|
+
* Feature - API update.
|
136
|
+
|
137
|
+
1.5.0 (2018-10-24)
|
138
|
+
------------------
|
139
|
+
|
140
|
+
* Feature - API update.
|
141
|
+
|
142
|
+
1.4.0 (2018-10-23)
|
143
|
+
------------------
|
144
|
+
|
145
|
+
* Feature - API update.
|
146
|
+
|
147
|
+
1.3.0 (2018-09-06)
|
148
|
+
------------------
|
149
|
+
|
150
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
151
|
+
|
152
|
+
1.2.0 (2018-09-05)
|
153
|
+
------------------
|
154
|
+
|
155
|
+
* Feature - API update.
|
156
|
+
|
157
|
+
1.1.0 (2018-06-26)
|
158
|
+
------------------
|
159
|
+
|
160
|
+
* Feature - API update.
|
161
|
+
|
162
|
+
1.0.1 (2018-02-16)
|
163
|
+
------------------
|
164
|
+
|
165
|
+
* Issue - Update `aws-sdk-iotdataplane` gemspec metadata.
|
166
|
+
|
167
|
+
1.0.0 (2017-08-29)
|
168
|
+
------------------
|
169
|
+
|
170
|
+
1.0.0.rc11 (2017-08-15)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.0.0.rc10 (2017-08-01)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.0.0.rc9 (2017-07-25)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.0.0.rc8 (2017-07-13)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.0.0.rc7 (2017-07-06)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.0.0.rc6 (2017-06-29)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - API update.
|
199
|
+
|
200
|
+
1.0.0.rc5 (2017-05-23)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - API update.
|
204
|
+
|
205
|
+
1.0.0.rc4 (2017-05-09)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - API update.
|
209
|
+
|
210
|
+
1.0.0.rc3 (2017-05-09)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - API update.
|
214
|
+
|
215
|
+
1.0.0.rc2 (2017-04-21)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - API update.
|
219
|
+
|
220
|
+
1.0.0.rc1 (2016-12-05)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - Initial preview release of the `aws-sdk-iotdataplane` gem.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.31.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -329,12 +329,15 @@ module Aws::IoTDataPlane
|
|
329
329
|
|
330
330
|
# Deletes the shadow for the specified thing.
|
331
331
|
#
|
332
|
-
#
|
333
|
-
#
|
332
|
+
# Requires permission to access the [DeleteThingShadow][1] action.
|
333
|
+
#
|
334
|
+
# For more information, see [DeleteThingShadow][2] in the IoT Developer
|
335
|
+
# Guide.
|
334
336
|
#
|
335
337
|
#
|
336
338
|
#
|
337
|
-
# [1]:
|
339
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
|
340
|
+
# [2]: http://docs.aws.amazon.com/iot/latest/developerguide/API_DeleteThingShadow.html
|
338
341
|
#
|
339
342
|
# @option params [required, String] :thing_name
|
340
343
|
# The name of the thing.
|
@@ -364,14 +367,64 @@ module Aws::IoTDataPlane
|
|
364
367
|
req.send_request(options)
|
365
368
|
end
|
366
369
|
|
370
|
+
# Gets the details of a single retained message for the specified topic.
|
371
|
+
#
|
372
|
+
# This action returns the message payload of the retained message, which
|
373
|
+
# can incur messaging costs. To list only the topic names of the
|
374
|
+
# retained messages, call
|
375
|
+
# [ListRetainedMessages](/iot/latest/developerguide/API_iotdata_ListRetainedMessages.html).
|
376
|
+
#
|
377
|
+
# Requires permission to access the [GetRetainedMessage][1] action.
|
378
|
+
#
|
379
|
+
# For more information about messaging costs, see [IoT Core pricing -
|
380
|
+
# Messaging][2].
|
381
|
+
#
|
382
|
+
#
|
383
|
+
#
|
384
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
|
385
|
+
# [2]: http://aws.amazon.com/iot-core/pricing/#Messaging
|
386
|
+
#
|
387
|
+
# @option params [required, String] :topic
|
388
|
+
# The topic name of the retained message to retrieve.
|
389
|
+
#
|
390
|
+
# @return [Types::GetRetainedMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
391
|
+
#
|
392
|
+
# * {Types::GetRetainedMessageResponse#topic #topic} => String
|
393
|
+
# * {Types::GetRetainedMessageResponse#payload #payload} => String
|
394
|
+
# * {Types::GetRetainedMessageResponse#qos #qos} => Integer
|
395
|
+
# * {Types::GetRetainedMessageResponse#last_modified_time #last_modified_time} => Integer
|
396
|
+
#
|
397
|
+
# @example Request syntax with placeholder values
|
398
|
+
#
|
399
|
+
# resp = client.get_retained_message({
|
400
|
+
# topic: "Topic", # required
|
401
|
+
# })
|
402
|
+
#
|
403
|
+
# @example Response structure
|
404
|
+
#
|
405
|
+
# resp.topic #=> String
|
406
|
+
# resp.payload #=> String
|
407
|
+
# resp.qos #=> Integer
|
408
|
+
# resp.last_modified_time #=> Integer
|
409
|
+
#
|
410
|
+
# @overload get_retained_message(params = {})
|
411
|
+
# @param [Hash] params ({})
|
412
|
+
def get_retained_message(params = {}, options = {})
|
413
|
+
req = build_request(:get_retained_message, params)
|
414
|
+
req.send_request(options)
|
415
|
+
end
|
416
|
+
|
367
417
|
# Gets the shadow for the specified thing.
|
368
418
|
#
|
369
|
-
#
|
419
|
+
# Requires permission to access the [GetThingShadow][1] action.
|
420
|
+
#
|
421
|
+
# For more information, see [GetThingShadow][2] in the IoT Developer
|
370
422
|
# Guide.
|
371
423
|
#
|
372
424
|
#
|
373
425
|
#
|
374
|
-
# [1]:
|
426
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
|
427
|
+
# [2]: http://docs.aws.amazon.com/iot/latest/developerguide/API_GetThingShadow.html
|
375
428
|
#
|
376
429
|
# @option params [required, String] :thing_name
|
377
430
|
# The name of the thing.
|
@@ -403,6 +456,13 @@ module Aws::IoTDataPlane
|
|
403
456
|
|
404
457
|
# Lists the shadows for the specified thing.
|
405
458
|
#
|
459
|
+
# Requires permission to access the [ListNamedShadowsForThing][1]
|
460
|
+
# action.
|
461
|
+
#
|
462
|
+
#
|
463
|
+
#
|
464
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
|
465
|
+
#
|
406
466
|
# @option params [required, String] :thing_name
|
407
467
|
# The name of the thing.
|
408
468
|
#
|
@@ -440,14 +500,80 @@ module Aws::IoTDataPlane
|
|
440
500
|
req.send_request(options)
|
441
501
|
end
|
442
502
|
|
443
|
-
#
|
503
|
+
# Lists summary information about the retained messages stored for the
|
504
|
+
# account.
|
444
505
|
#
|
445
|
-
#
|
446
|
-
#
|
506
|
+
# This action returns only the topic names of the retained messages. It
|
507
|
+
# doesn't return any message payloads. Although this action doesn't
|
508
|
+
# return a message payload, it can still incur messaging costs.
|
509
|
+
#
|
510
|
+
# To get the message payload of a retained message, call
|
511
|
+
# [GetRetainedMessage][1] with the topic name of the retained message.
|
512
|
+
#
|
513
|
+
# Requires permission to access the [ListRetainedMessages][2] action.
|
514
|
+
#
|
515
|
+
# For more information about messaging costs, see [IoT Core pricing -
|
516
|
+
# Messaging][3].
|
447
517
|
#
|
448
518
|
#
|
449
519
|
#
|
450
|
-
# [1]:
|
520
|
+
# [1]: https://docs.aws.amazon.com/iot/latest/developerguide/API_iotdata_GetRetainedMessage.html
|
521
|
+
# [2]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions
|
522
|
+
# [3]: http://aws.amazon.com/iot-core/pricing/#Messaging
|
523
|
+
#
|
524
|
+
# @option params [String] :next_token
|
525
|
+
# To retrieve the next set of results, the `nextToken` value from a
|
526
|
+
# previous response; otherwise **null** to receive the first set of
|
527
|
+
# results.
|
528
|
+
#
|
529
|
+
# @option params [Integer] :max_results
|
530
|
+
# The maximum number of results to return at one time.
|
531
|
+
#
|
532
|
+
# @return [Types::ListRetainedMessagesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
533
|
+
#
|
534
|
+
# * {Types::ListRetainedMessagesResponse#retained_topics #retained_topics} => Array<Types::RetainedMessageSummary>
|
535
|
+
# * {Types::ListRetainedMessagesResponse#next_token #next_token} => String
|
536
|
+
#
|
537
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
538
|
+
#
|
539
|
+
# @example Request syntax with placeholder values
|
540
|
+
#
|
541
|
+
# resp = client.list_retained_messages({
|
542
|
+
# next_token: "NextToken",
|
543
|
+
# max_results: 1,
|
544
|
+
# })
|
545
|
+
#
|
546
|
+
# @example Response structure
|
547
|
+
#
|
548
|
+
# resp.retained_topics #=> Array
|
549
|
+
# resp.retained_topics[0].topic #=> String
|
550
|
+
# resp.retained_topics[0].payload_size #=> Integer
|
551
|
+
# resp.retained_topics[0].qos #=> Integer
|
552
|
+
# resp.retained_topics[0].last_modified_time #=> Integer
|
553
|
+
# resp.next_token #=> String
|
554
|
+
#
|
555
|
+
# @overload list_retained_messages(params = {})
|
556
|
+
# @param [Hash] params ({})
|
557
|
+
def list_retained_messages(params = {}, options = {})
|
558
|
+
req = build_request(:list_retained_messages, params)
|
559
|
+
req.send_request(options)
|
560
|
+
end
|
561
|
+
|
562
|
+
# Publishes an MQTT message.
|
563
|
+
#
|
564
|
+
# Requires permission to access the [Publish][1] action.
|
565
|
+
#
|
566
|
+
# For more information about MQTT messages, see [MQTT Protocol][2] in
|
567
|
+
# the IoT Developer Guide.
|
568
|
+
#
|
569
|
+
# For more information about messaging costs, see [IoT Core pricing -
|
570
|
+
# Messaging][3].
|
571
|
+
#
|
572
|
+
#
|
573
|
+
#
|
574
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
|
575
|
+
# [2]: http://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html
|
576
|
+
# [3]: http://aws.amazon.com/iot-core/pricing/#Messaging
|
451
577
|
#
|
452
578
|
# @option params [required, String] :topic
|
453
579
|
# The name of the MQTT topic.
|
@@ -455,8 +581,23 @@ module Aws::IoTDataPlane
|
|
455
581
|
# @option params [Integer] :qos
|
456
582
|
# The Quality of Service (QoS) level.
|
457
583
|
#
|
584
|
+
# @option params [Boolean] :retain
|
585
|
+
# A Boolean value that determines whether to set the RETAIN flag when
|
586
|
+
# the message is published.
|
587
|
+
#
|
588
|
+
# Setting the RETAIN flag causes the message to be retained and sent to
|
589
|
+
# new subscribers to the topic.
|
590
|
+
#
|
591
|
+
# Valid values: `true` \| `false`
|
592
|
+
#
|
593
|
+
# Default value: `false`
|
594
|
+
#
|
458
595
|
# @option params [String, StringIO, File] :payload
|
459
|
-
# The
|
596
|
+
# The message body. MQTT accepts text, binary, and empty (null) message
|
597
|
+
# payloads.
|
598
|
+
#
|
599
|
+
# Publishing an empty (null) payload with **retain** = `true` deletes
|
600
|
+
# the retained message identified by **topic** from IoT Core.
|
460
601
|
#
|
461
602
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
462
603
|
#
|
@@ -465,6 +606,7 @@ module Aws::IoTDataPlane
|
|
465
606
|
# resp = client.publish({
|
466
607
|
# topic: "Topic", # required
|
467
608
|
# qos: 1,
|
609
|
+
# retain: false,
|
468
610
|
# payload: "data",
|
469
611
|
# })
|
470
612
|
#
|
@@ -477,12 +619,15 @@ module Aws::IoTDataPlane
|
|
477
619
|
|
478
620
|
# Updates the shadow for the specified thing.
|
479
621
|
#
|
480
|
-
#
|
481
|
-
#
|
622
|
+
# Requires permission to access the [UpdateThingShadow][1] action.
|
623
|
+
#
|
624
|
+
# For more information, see [UpdateThingShadow][2] in the IoT Developer
|
625
|
+
# Guide.
|
482
626
|
#
|
483
627
|
#
|
484
628
|
#
|
485
|
-
# [1]:
|
629
|
+
# [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions
|
630
|
+
# [2]: http://docs.aws.amazon.com/iot/latest/developerguide/API_UpdateThingShadow.html
|
486
631
|
#
|
487
632
|
# @option params [required, String] :thing_name
|
488
633
|
# The name of the thing.
|
@@ -529,7 +674,7 @@ module Aws::IoTDataPlane
|
|
529
674
|
params: params,
|
530
675
|
config: config)
|
531
676
|
context[:gem_name] = 'aws-sdk-iotdataplane'
|
532
|
-
context[:gem_version] = '1.
|
677
|
+
context[:gem_version] = '1.31.0'
|
533
678
|
Seahorse::Client::Request.new(handlers, context)
|
534
679
|
end
|
535
680
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -16,6 +16,8 @@ module Aws::IoTDataPlane
|
|
16
16
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
17
17
|
DeleteThingShadowRequest = Shapes::StructureShape.new(name: 'DeleteThingShadowRequest')
|
18
18
|
DeleteThingShadowResponse = Shapes::StructureShape.new(name: 'DeleteThingShadowResponse')
|
19
|
+
GetRetainedMessageRequest = Shapes::StructureShape.new(name: 'GetRetainedMessageRequest')
|
20
|
+
GetRetainedMessageResponse = Shapes::StructureShape.new(name: 'GetRetainedMessageResponse')
|
19
21
|
GetThingShadowRequest = Shapes::StructureShape.new(name: 'GetThingShadowRequest')
|
20
22
|
GetThingShadowResponse = Shapes::StructureShape.new(name: 'GetThingShadowResponse')
|
21
23
|
InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
|
@@ -23,15 +25,22 @@ module Aws::IoTDataPlane
|
|
23
25
|
JsonDocument = Shapes::BlobShape.new(name: 'JsonDocument')
|
24
26
|
ListNamedShadowsForThingRequest = Shapes::StructureShape.new(name: 'ListNamedShadowsForThingRequest')
|
25
27
|
ListNamedShadowsForThingResponse = Shapes::StructureShape.new(name: 'ListNamedShadowsForThingResponse')
|
28
|
+
ListRetainedMessagesRequest = Shapes::StructureShape.new(name: 'ListRetainedMessagesRequest')
|
29
|
+
ListRetainedMessagesResponse = Shapes::StructureShape.new(name: 'ListRetainedMessagesResponse')
|
30
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
26
31
|
MethodNotAllowedException = Shapes::StructureShape.new(name: 'MethodNotAllowedException')
|
27
32
|
NamedShadowList = Shapes::ListShape.new(name: 'NamedShadowList')
|
28
33
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
29
34
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
30
35
|
Payload = Shapes::BlobShape.new(name: 'Payload')
|
36
|
+
PayloadSize = Shapes::IntegerShape.new(name: 'PayloadSize')
|
31
37
|
PublishRequest = Shapes::StructureShape.new(name: 'PublishRequest')
|
32
38
|
Qos = Shapes::IntegerShape.new(name: 'Qos')
|
33
39
|
RequestEntityTooLargeException = Shapes::StructureShape.new(name: 'RequestEntityTooLargeException')
|
34
40
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
41
|
+
Retain = Shapes::BooleanShape.new(name: 'Retain')
|
42
|
+
RetainedMessageList = Shapes::ListShape.new(name: 'RetainedMessageList')
|
43
|
+
RetainedMessageSummary = Shapes::StructureShape.new(name: 'RetainedMessageSummary')
|
35
44
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
36
45
|
ShadowName = Shapes::StringShape.new(name: 'ShadowName')
|
37
46
|
ThingName = Shapes::StringShape.new(name: 'ThingName')
|
@@ -56,6 +65,15 @@ module Aws::IoTDataPlane
|
|
56
65
|
DeleteThingShadowResponse[:payload] = :payload
|
57
66
|
DeleteThingShadowResponse[:payload_member] = DeleteThingShadowResponse.member(:payload)
|
58
67
|
|
68
|
+
GetRetainedMessageRequest.add_member(:topic, Shapes::ShapeRef.new(shape: Topic, required: true, location: "uri", location_name: "topic"))
|
69
|
+
GetRetainedMessageRequest.struct_class = Types::GetRetainedMessageRequest
|
70
|
+
|
71
|
+
GetRetainedMessageResponse.add_member(:topic, Shapes::ShapeRef.new(shape: Topic, location_name: "topic"))
|
72
|
+
GetRetainedMessageResponse.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
73
|
+
GetRetainedMessageResponse.add_member(:qos, Shapes::ShapeRef.new(shape: Qos, location_name: "qos"))
|
74
|
+
GetRetainedMessageResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
75
|
+
GetRetainedMessageResponse.struct_class = Types::GetRetainedMessageResponse
|
76
|
+
|
59
77
|
GetThingShadowRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: ThingName, required: true, location: "uri", location_name: "thingName"))
|
60
78
|
GetThingShadowRequest.add_member(:shadow_name, Shapes::ShapeRef.new(shape: ShadowName, location: "querystring", location_name: "name"))
|
61
79
|
GetThingShadowRequest.struct_class = Types::GetThingShadowRequest
|
@@ -81,6 +99,14 @@ module Aws::IoTDataPlane
|
|
81
99
|
ListNamedShadowsForThingResponse.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "timestamp"))
|
82
100
|
ListNamedShadowsForThingResponse.struct_class = Types::ListNamedShadowsForThingResponse
|
83
101
|
|
102
|
+
ListRetainedMessagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
103
|
+
ListRetainedMessagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
104
|
+
ListRetainedMessagesRequest.struct_class = Types::ListRetainedMessagesRequest
|
105
|
+
|
106
|
+
ListRetainedMessagesResponse.add_member(:retained_topics, Shapes::ShapeRef.new(shape: RetainedMessageList, location_name: "retainedTopics"))
|
107
|
+
ListRetainedMessagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
108
|
+
ListRetainedMessagesResponse.struct_class = Types::ListRetainedMessagesResponse
|
109
|
+
|
84
110
|
MethodNotAllowedException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
85
111
|
MethodNotAllowedException.struct_class = Types::MethodNotAllowedException
|
86
112
|
|
@@ -88,6 +114,7 @@ module Aws::IoTDataPlane
|
|
88
114
|
|
89
115
|
PublishRequest.add_member(:topic, Shapes::ShapeRef.new(shape: Topic, required: true, location: "uri", location_name: "topic"))
|
90
116
|
PublishRequest.add_member(:qos, Shapes::ShapeRef.new(shape: Qos, location: "querystring", location_name: "qos"))
|
117
|
+
PublishRequest.add_member(:retain, Shapes::ShapeRef.new(shape: Retain, location: "querystring", location_name: "retain"))
|
91
118
|
PublishRequest.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
92
119
|
PublishRequest.struct_class = Types::PublishRequest
|
93
120
|
PublishRequest[:payload] = :payload
|
@@ -99,6 +126,14 @@ module Aws::IoTDataPlane
|
|
99
126
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
100
127
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
101
128
|
|
129
|
+
RetainedMessageList.member = Shapes::ShapeRef.new(shape: RetainedMessageSummary)
|
130
|
+
|
131
|
+
RetainedMessageSummary.add_member(:topic, Shapes::ShapeRef.new(shape: Topic, location_name: "topic"))
|
132
|
+
RetainedMessageSummary.add_member(:payload_size, Shapes::ShapeRef.new(shape: PayloadSize, location_name: "payloadSize"))
|
133
|
+
RetainedMessageSummary.add_member(:qos, Shapes::ShapeRef.new(shape: Qos, location_name: "qos"))
|
134
|
+
RetainedMessageSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
135
|
+
RetainedMessageSummary.struct_class = Types::RetainedMessageSummary
|
136
|
+
|
102
137
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
103
138
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
104
139
|
|
@@ -155,6 +190,21 @@ module Aws::IoTDataPlane
|
|
155
190
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedDocumentEncodingException)
|
156
191
|
end)
|
157
192
|
|
193
|
+
api.add_operation(:get_retained_message, Seahorse::Model::Operation.new.tap do |o|
|
194
|
+
o.name = "GetRetainedMessage"
|
195
|
+
o.http_method = "GET"
|
196
|
+
o.http_request_uri = "/retainedMessage/{topic}"
|
197
|
+
o.input = Shapes::ShapeRef.new(shape: GetRetainedMessageRequest)
|
198
|
+
o.output = Shapes::ShapeRef.new(shape: GetRetainedMessageResponse)
|
199
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
200
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
201
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
202
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
203
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
204
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
205
|
+
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
206
|
+
end)
|
207
|
+
|
158
208
|
api.add_operation(:get_thing_shadow, Seahorse::Model::Operation.new.tap do |o|
|
159
209
|
o.name = "GetThingShadow"
|
160
210
|
o.http_method = "GET"
|
@@ -186,6 +236,26 @@ module Aws::IoTDataPlane
|
|
186
236
|
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
187
237
|
end)
|
188
238
|
|
239
|
+
api.add_operation(:list_retained_messages, Seahorse::Model::Operation.new.tap do |o|
|
240
|
+
o.name = "ListRetainedMessages"
|
241
|
+
o.http_method = "GET"
|
242
|
+
o.http_request_uri = "/retainedMessage"
|
243
|
+
o.input = Shapes::ShapeRef.new(shape: ListRetainedMessagesRequest)
|
244
|
+
o.output = Shapes::ShapeRef.new(shape: ListRetainedMessagesResponse)
|
245
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
246
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
247
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
248
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
249
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
250
|
+
o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
|
251
|
+
o[:pager] = Aws::Pager.new(
|
252
|
+
limit_key: "max_results",
|
253
|
+
tokens: {
|
254
|
+
"next_token" => "next_token"
|
255
|
+
}
|
256
|
+
)
|
257
|
+
end)
|
258
|
+
|
189
259
|
api.add_operation(:publish, Seahorse::Model::Operation.new.tap do |o|
|
190
260
|
o.name = "Publish"
|
191
261
|
o.http_method = "POST"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -59,6 +59,54 @@ module Aws::IoTDataPlane
|
|
59
59
|
include Aws::Structure
|
60
60
|
end
|
61
61
|
|
62
|
+
# The input for the GetRetainedMessage operation.
|
63
|
+
#
|
64
|
+
# @note When making an API call, you may pass GetRetainedMessageRequest
|
65
|
+
# data as a hash:
|
66
|
+
#
|
67
|
+
# {
|
68
|
+
# topic: "Topic", # required
|
69
|
+
# }
|
70
|
+
#
|
71
|
+
# @!attribute [rw] topic
|
72
|
+
# The topic name of the retained message to retrieve.
|
73
|
+
# @return [String]
|
74
|
+
#
|
75
|
+
class GetRetainedMessageRequest < Struct.new(
|
76
|
+
:topic)
|
77
|
+
SENSITIVE = []
|
78
|
+
include Aws::Structure
|
79
|
+
end
|
80
|
+
|
81
|
+
# The output from the GetRetainedMessage operation.
|
82
|
+
#
|
83
|
+
# @!attribute [rw] topic
|
84
|
+
# The topic name to which the retained message was published.
|
85
|
+
# @return [String]
|
86
|
+
#
|
87
|
+
# @!attribute [rw] payload
|
88
|
+
# The Base64-encoded message payload of the retained message body.
|
89
|
+
# @return [String]
|
90
|
+
#
|
91
|
+
# @!attribute [rw] qos
|
92
|
+
# The quality of service (QoS) level used to publish the retained
|
93
|
+
# message.
|
94
|
+
# @return [Integer]
|
95
|
+
#
|
96
|
+
# @!attribute [rw] last_modified_time
|
97
|
+
# The Epoch date and time, in milliseconds, when the retained message
|
98
|
+
# was stored by IoT.
|
99
|
+
# @return [Integer]
|
100
|
+
#
|
101
|
+
class GetRetainedMessageResponse < Struct.new(
|
102
|
+
:topic,
|
103
|
+
:payload,
|
104
|
+
:qos,
|
105
|
+
:last_modified_time)
|
106
|
+
SENSITIVE = []
|
107
|
+
include Aws::Structure
|
108
|
+
end
|
109
|
+
|
62
110
|
# The input for the GetThingShadow operation.
|
63
111
|
#
|
64
112
|
# @note When making an API call, you may pass GetThingShadowRequest
|
@@ -154,12 +202,12 @@ module Aws::IoTDataPlane
|
|
154
202
|
# @return [Array<String>]
|
155
203
|
#
|
156
204
|
# @!attribute [rw] next_token
|
157
|
-
# The token
|
158
|
-
# additional results.
|
205
|
+
# The token to use to get the next set of results, or **null** if
|
206
|
+
# there are no additional results.
|
159
207
|
# @return [String]
|
160
208
|
#
|
161
209
|
# @!attribute [rw] timestamp
|
162
|
-
# The Epoch date and time the response was generated by
|
210
|
+
# The Epoch date and time the response was generated by IoT.
|
163
211
|
# @return [Integer]
|
164
212
|
#
|
165
213
|
class ListNamedShadowsForThingResponse < Struct.new(
|
@@ -170,6 +218,49 @@ module Aws::IoTDataPlane
|
|
170
218
|
include Aws::Structure
|
171
219
|
end
|
172
220
|
|
221
|
+
# @note When making an API call, you may pass ListRetainedMessagesRequest
|
222
|
+
# data as a hash:
|
223
|
+
#
|
224
|
+
# {
|
225
|
+
# next_token: "NextToken",
|
226
|
+
# max_results: 1,
|
227
|
+
# }
|
228
|
+
#
|
229
|
+
# @!attribute [rw] next_token
|
230
|
+
# To retrieve the next set of results, the `nextToken` value from a
|
231
|
+
# previous response; otherwise **null** to receive the first set of
|
232
|
+
# results.
|
233
|
+
# @return [String]
|
234
|
+
#
|
235
|
+
# @!attribute [rw] max_results
|
236
|
+
# The maximum number of results to return at one time.
|
237
|
+
# @return [Integer]
|
238
|
+
#
|
239
|
+
class ListRetainedMessagesRequest < Struct.new(
|
240
|
+
:next_token,
|
241
|
+
:max_results)
|
242
|
+
SENSITIVE = []
|
243
|
+
include Aws::Structure
|
244
|
+
end
|
245
|
+
|
246
|
+
# @!attribute [rw] retained_topics
|
247
|
+
# A summary list the account's retained messages. The information
|
248
|
+
# returned doesn't include the message payloads of the retained
|
249
|
+
# messages.
|
250
|
+
# @return [Array<Types::RetainedMessageSummary>]
|
251
|
+
#
|
252
|
+
# @!attribute [rw] next_token
|
253
|
+
# The token for the next set of results, or null if there are no
|
254
|
+
# additional results.
|
255
|
+
# @return [String]
|
256
|
+
#
|
257
|
+
class ListRetainedMessagesResponse < Struct.new(
|
258
|
+
:retained_topics,
|
259
|
+
:next_token)
|
260
|
+
SENSITIVE = []
|
261
|
+
include Aws::Structure
|
262
|
+
end
|
263
|
+
|
173
264
|
# The specified combination of HTTP verb and URI is not supported.
|
174
265
|
#
|
175
266
|
# @!attribute [rw] message
|
@@ -190,6 +281,7 @@ module Aws::IoTDataPlane
|
|
190
281
|
# {
|
191
282
|
# topic: "Topic", # required
|
192
283
|
# qos: 1,
|
284
|
+
# retain: false,
|
193
285
|
# payload: "data",
|
194
286
|
# }
|
195
287
|
#
|
@@ -201,13 +293,30 @@ module Aws::IoTDataPlane
|
|
201
293
|
# The Quality of Service (QoS) level.
|
202
294
|
# @return [Integer]
|
203
295
|
#
|
296
|
+
# @!attribute [rw] retain
|
297
|
+
# A Boolean value that determines whether to set the RETAIN flag when
|
298
|
+
# the message is published.
|
299
|
+
#
|
300
|
+
# Setting the RETAIN flag causes the message to be retained and sent
|
301
|
+
# to new subscribers to the topic.
|
302
|
+
#
|
303
|
+
# Valid values: `true` \| `false`
|
304
|
+
#
|
305
|
+
# Default value: `false`
|
306
|
+
# @return [Boolean]
|
307
|
+
#
|
204
308
|
# @!attribute [rw] payload
|
205
|
-
# The
|
309
|
+
# The message body. MQTT accepts text, binary, and empty (null)
|
310
|
+
# message payloads.
|
311
|
+
#
|
312
|
+
# Publishing an empty (null) payload with **retain** = `true` deletes
|
313
|
+
# the retained message identified by **topic** from IoT Core.
|
206
314
|
# @return [String]
|
207
315
|
#
|
208
316
|
class PublishRequest < Struct.new(
|
209
317
|
:topic,
|
210
318
|
:qos,
|
319
|
+
:retain,
|
211
320
|
:payload)
|
212
321
|
SENSITIVE = []
|
213
322
|
include Aws::Structure
|
@@ -237,6 +346,35 @@ module Aws::IoTDataPlane
|
|
237
346
|
include Aws::Structure
|
238
347
|
end
|
239
348
|
|
349
|
+
# Information about a single retained message.
|
350
|
+
#
|
351
|
+
# @!attribute [rw] topic
|
352
|
+
# The topic name to which the retained message was published.
|
353
|
+
# @return [String]
|
354
|
+
#
|
355
|
+
# @!attribute [rw] payload_size
|
356
|
+
# The size of the retained message's payload in bytes.
|
357
|
+
# @return [Integer]
|
358
|
+
#
|
359
|
+
# @!attribute [rw] qos
|
360
|
+
# The quality of service (QoS) level used to publish the retained
|
361
|
+
# message.
|
362
|
+
# @return [Integer]
|
363
|
+
#
|
364
|
+
# @!attribute [rw] last_modified_time
|
365
|
+
# The Epoch date and time, in milliseconds, when the retained message
|
366
|
+
# was stored by IoT.
|
367
|
+
# @return [Integer]
|
368
|
+
#
|
369
|
+
class RetainedMessageSummary < Struct.new(
|
370
|
+
:topic,
|
371
|
+
:payload_size,
|
372
|
+
:qos,
|
373
|
+
:last_modified_time)
|
374
|
+
SENSITIVE = []
|
375
|
+
include Aws::Structure
|
376
|
+
end
|
377
|
+
|
240
378
|
# The service is temporarily unavailable.
|
241
379
|
#
|
242
380
|
# @!attribute [rw] message
|
data/lib/aws-sdk-iotdataplane.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotdataplane/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::IoTDataPlane
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.31.0'
|
52
52
|
|
53
53
|
end
|
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.31.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-
|
11
|
+
date: 2021-08-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.
|
22
|
+
version: 3.119.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.
|
32
|
+
version: 3.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the
|
48
48
|
AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-iotdataplane.rb
|
56
59
|
- lib/aws-sdk-iotdataplane/client.rb
|
57
60
|
- lib/aws-sdk-iotdataplane/client_api.rb
|
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
66
|
licenses:
|
64
67
|
- Apache-2.0
|
65
68
|
metadata:
|
66
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
67
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdataplane
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotdataplane/CHANGELOG.md
|
68
71
|
post_install_message:
|
69
72
|
rdoc_options: []
|
70
73
|
require_paths:
|
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
83
|
- !ruby/object:Gem::Version
|
81
84
|
version: '0'
|
82
85
|
requirements: []
|
83
|
-
|
84
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
85
87
|
signing_key:
|
86
88
|
specification_version: 4
|
87
89
|
summary: AWS SDK for Ruby - AWS IoT Data Plane
|