aws-sdk-iotdataplane 1.21.0 → 1.22.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/lib/aws-sdk-iotdataplane.rb +3 -1
- data/lib/aws-sdk-iotdataplane/client.rb +3 -1
- data/lib/aws-sdk-iotdataplane/client_api.rb +2 -0
- data/lib/aws-sdk-iotdataplane/customizations.rb +1 -0
- data/lib/aws-sdk-iotdataplane/errors.rb +2 -0
- data/lib/aws-sdk-iotdataplane/resource.rb +2 -0
- data/lib/aws-sdk-iotdataplane/types.rb +21 -0
- 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: 92d7980da720bcf121ee9907928bf2e6fcb330b17bc93bb8b0234cbc9cb29ea5
|
|
4
|
+
data.tar.gz: e7410bbb132aa0f3e6393d2d97c2edd973fbc64345f4b6f3b7fd3ca3f4292ffd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62870e0f358e7f3b78083a77b2aa219a5da7b1d75e395bd28d6348885a8a88cca664f985f8febfa18020fbc6421cf182539a9e03706a1d185ac69c5a499285c0
|
|
7
|
+
data.tar.gz: 667d38e07a08d9eb85860af75917f7bbed7059c040c40c6250ed9a43331e3712572513ff08cfa25d8057bcf5498269a1d50611d22d14b4380b55b52608cc44b6
|
data/lib/aws-sdk-iotdataplane.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-iotdataplane/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::IoTDataPlane
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.22.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -512,7 +514,7 @@ module Aws::IoTDataPlane
|
|
|
512
514
|
params: params,
|
|
513
515
|
config: config)
|
|
514
516
|
context[:gem_name] = 'aws-sdk-iotdataplane'
|
|
515
|
-
context[:gem_version] = '1.
|
|
517
|
+
context[:gem_version] = '1.22.0'
|
|
516
518
|
Seahorse::Client::Request.new(handlers, context)
|
|
517
519
|
end
|
|
518
520
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -16,6 +18,7 @@ module Aws::IoTDataPlane
|
|
|
16
18
|
#
|
|
17
19
|
class ConflictException < Struct.new(
|
|
18
20
|
:message)
|
|
21
|
+
SENSITIVE = []
|
|
19
22
|
include Aws::Structure
|
|
20
23
|
end
|
|
21
24
|
|
|
@@ -40,6 +43,7 @@ module Aws::IoTDataPlane
|
|
|
40
43
|
class DeleteThingShadowRequest < Struct.new(
|
|
41
44
|
:thing_name,
|
|
42
45
|
:shadow_name)
|
|
46
|
+
SENSITIVE = []
|
|
43
47
|
include Aws::Structure
|
|
44
48
|
end
|
|
45
49
|
|
|
@@ -51,6 +55,7 @@ module Aws::IoTDataPlane
|
|
|
51
55
|
#
|
|
52
56
|
class DeleteThingShadowResponse < Struct.new(
|
|
53
57
|
:payload)
|
|
58
|
+
SENSITIVE = []
|
|
54
59
|
include Aws::Structure
|
|
55
60
|
end
|
|
56
61
|
|
|
@@ -75,6 +80,7 @@ module Aws::IoTDataPlane
|
|
|
75
80
|
class GetThingShadowRequest < Struct.new(
|
|
76
81
|
:thing_name,
|
|
77
82
|
:shadow_name)
|
|
83
|
+
SENSITIVE = []
|
|
78
84
|
include Aws::Structure
|
|
79
85
|
end
|
|
80
86
|
|
|
@@ -86,6 +92,7 @@ module Aws::IoTDataPlane
|
|
|
86
92
|
#
|
|
87
93
|
class GetThingShadowResponse < Struct.new(
|
|
88
94
|
:payload)
|
|
95
|
+
SENSITIVE = []
|
|
89
96
|
include Aws::Structure
|
|
90
97
|
end
|
|
91
98
|
|
|
@@ -97,6 +104,7 @@ module Aws::IoTDataPlane
|
|
|
97
104
|
#
|
|
98
105
|
class InternalFailureException < Struct.new(
|
|
99
106
|
:message)
|
|
107
|
+
SENSITIVE = []
|
|
100
108
|
include Aws::Structure
|
|
101
109
|
end
|
|
102
110
|
|
|
@@ -108,6 +116,7 @@ module Aws::IoTDataPlane
|
|
|
108
116
|
#
|
|
109
117
|
class InvalidRequestException < Struct.new(
|
|
110
118
|
:message)
|
|
119
|
+
SENSITIVE = []
|
|
111
120
|
include Aws::Structure
|
|
112
121
|
end
|
|
113
122
|
|
|
@@ -136,6 +145,7 @@ module Aws::IoTDataPlane
|
|
|
136
145
|
:thing_name,
|
|
137
146
|
:next_token,
|
|
138
147
|
:page_size)
|
|
148
|
+
SENSITIVE = []
|
|
139
149
|
include Aws::Structure
|
|
140
150
|
end
|
|
141
151
|
|
|
@@ -156,6 +166,7 @@ module Aws::IoTDataPlane
|
|
|
156
166
|
:results,
|
|
157
167
|
:next_token,
|
|
158
168
|
:timestamp)
|
|
169
|
+
SENSITIVE = []
|
|
159
170
|
include Aws::Structure
|
|
160
171
|
end
|
|
161
172
|
|
|
@@ -167,6 +178,7 @@ module Aws::IoTDataPlane
|
|
|
167
178
|
#
|
|
168
179
|
class MethodNotAllowedException < Struct.new(
|
|
169
180
|
:message)
|
|
181
|
+
SENSITIVE = []
|
|
170
182
|
include Aws::Structure
|
|
171
183
|
end
|
|
172
184
|
|
|
@@ -197,6 +209,7 @@ module Aws::IoTDataPlane
|
|
|
197
209
|
:topic,
|
|
198
210
|
:qos,
|
|
199
211
|
:payload)
|
|
212
|
+
SENSITIVE = []
|
|
200
213
|
include Aws::Structure
|
|
201
214
|
end
|
|
202
215
|
|
|
@@ -208,6 +221,7 @@ module Aws::IoTDataPlane
|
|
|
208
221
|
#
|
|
209
222
|
class RequestEntityTooLargeException < Struct.new(
|
|
210
223
|
:message)
|
|
224
|
+
SENSITIVE = []
|
|
211
225
|
include Aws::Structure
|
|
212
226
|
end
|
|
213
227
|
|
|
@@ -219,6 +233,7 @@ module Aws::IoTDataPlane
|
|
|
219
233
|
#
|
|
220
234
|
class ResourceNotFoundException < Struct.new(
|
|
221
235
|
:message)
|
|
236
|
+
SENSITIVE = []
|
|
222
237
|
include Aws::Structure
|
|
223
238
|
end
|
|
224
239
|
|
|
@@ -230,6 +245,7 @@ module Aws::IoTDataPlane
|
|
|
230
245
|
#
|
|
231
246
|
class ServiceUnavailableException < Struct.new(
|
|
232
247
|
:message)
|
|
248
|
+
SENSITIVE = []
|
|
233
249
|
include Aws::Structure
|
|
234
250
|
end
|
|
235
251
|
|
|
@@ -241,6 +257,7 @@ module Aws::IoTDataPlane
|
|
|
241
257
|
#
|
|
242
258
|
class ThrottlingException < Struct.new(
|
|
243
259
|
:message)
|
|
260
|
+
SENSITIVE = []
|
|
244
261
|
include Aws::Structure
|
|
245
262
|
end
|
|
246
263
|
|
|
@@ -252,6 +269,7 @@ module Aws::IoTDataPlane
|
|
|
252
269
|
#
|
|
253
270
|
class UnauthorizedException < Struct.new(
|
|
254
271
|
:message)
|
|
272
|
+
SENSITIVE = []
|
|
255
273
|
include Aws::Structure
|
|
256
274
|
end
|
|
257
275
|
|
|
@@ -263,6 +281,7 @@ module Aws::IoTDataPlane
|
|
|
263
281
|
#
|
|
264
282
|
class UnsupportedDocumentEncodingException < Struct.new(
|
|
265
283
|
:message)
|
|
284
|
+
SENSITIVE = []
|
|
266
285
|
include Aws::Structure
|
|
267
286
|
end
|
|
268
287
|
|
|
@@ -293,6 +312,7 @@ module Aws::IoTDataPlane
|
|
|
293
312
|
:thing_name,
|
|
294
313
|
:shadow_name,
|
|
295
314
|
:payload)
|
|
315
|
+
SENSITIVE = []
|
|
296
316
|
include Aws::Structure
|
|
297
317
|
end
|
|
298
318
|
|
|
@@ -304,6 +324,7 @@ module Aws::IoTDataPlane
|
|
|
304
324
|
#
|
|
305
325
|
class UpdateThingShadowResponse < Struct.new(
|
|
306
326
|
:payload)
|
|
327
|
+
SENSITIVE = []
|
|
307
328
|
include Aws::Structure
|
|
308
329
|
end
|
|
309
330
|
|
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.22.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|