aws-sdk-iotmanagedintegrations 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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +1 -1
- data/lib/aws-sdk-iotmanagedintegrations.rb +1 -1
- data/sig/client.rbs +19 -78
- data/sig/params.rbs +47 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38d2816b868e3db555a5ea117ca9601ac08dac02612e6a03141c7d2f68065016
|
|
4
|
+
data.tar.gz: 854f11dd18e17da2cdc4f4b82e3e05075ef6f30546cf6de20b1199790cc54c04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a146a7bfdec64e2d002b8e867205801c71a8a3eb53dd00997f18a2302b1aff87ed6d6832296a0460364fbd443a2f7344444c526a9c5518a5e5e6fb3988c91837
|
|
7
|
+
data.tar.gz: fb7c694c0e6ac224079e7dff4b9963662749d8de785b0da7800f0f9ab08cfd64e29c470e4e120ba0be35088bf2e59aac448dadfaab9aef3ceb23c12601c2bfca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -4446,7 +4446,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4446
4446
|
tracer: tracer
|
|
4447
4447
|
)
|
|
4448
4448
|
context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
|
|
4449
|
-
context[:gem_version] = '1.
|
|
4449
|
+
context[:gem_version] = '1.22.0'
|
|
4450
4450
|
Seahorse::Client::Request.new(handlers, context)
|
|
4451
4451
|
end
|
|
4452
4452
|
|
data/sig/client.rbs
CHANGED
|
@@ -145,7 +145,7 @@ module Aws
|
|
|
145
145
|
version_id: ::String
|
|
146
146
|
},
|
|
147
147
|
auth_material_name: ::String
|
|
148
|
-
}
|
|
148
|
+
}
|
|
149
149
|
]?
|
|
150
150
|
},
|
|
151
151
|
?secrets_manager: {
|
|
@@ -221,35 +221,9 @@ module Aws
|
|
|
221
221
|
?brand: ::String,
|
|
222
222
|
?model: ::String,
|
|
223
223
|
?name: ::String,
|
|
224
|
-
?capability_report:
|
|
225
|
-
version: ::String,
|
|
226
|
-
node_id: ::String?,
|
|
227
|
-
endpoints: Array[
|
|
228
|
-
{
|
|
229
|
-
id: ::String,
|
|
230
|
-
device_types: Array[::String],
|
|
231
|
-
capabilities: Array[
|
|
232
|
-
{
|
|
233
|
-
id: ::String,
|
|
234
|
-
name: ::String,
|
|
235
|
-
version: ::String,
|
|
236
|
-
properties: Array[::String],
|
|
237
|
-
actions: Array[::String],
|
|
238
|
-
events: Array[::String]
|
|
239
|
-
},
|
|
240
|
-
]
|
|
241
|
-
},
|
|
242
|
-
]
|
|
243
|
-
},
|
|
224
|
+
?capability_report: Params::capability_report,
|
|
244
225
|
?capability_schemas: Array[
|
|
245
|
-
|
|
246
|
-
format: ("AWS" | "ZCL" | "CONNECTOR"),
|
|
247
|
-
capability_id: ::String,
|
|
248
|
-
extrinsic_id: ::String,
|
|
249
|
-
extrinsic_version: ::Integer,
|
|
250
|
-
schema: {
|
|
251
|
-
}
|
|
252
|
-
},
|
|
226
|
+
Params::capability_schema_item
|
|
253
227
|
],
|
|
254
228
|
?capabilities: ::String,
|
|
255
229
|
?client_token: ::String,
|
|
@@ -296,7 +270,7 @@ module Aws
|
|
|
296
270
|
{
|
|
297
271
|
duration_in_minutes: ::Integer?,
|
|
298
272
|
start_time: ::String?
|
|
299
|
-
}
|
|
273
|
+
}
|
|
300
274
|
]?,
|
|
301
275
|
start_time: ::String?
|
|
302
276
|
},
|
|
@@ -305,7 +279,7 @@ module Aws
|
|
|
305
279
|
{
|
|
306
280
|
failure_type: ("FAILED" | "TIMED_OUT" | "ALL")?,
|
|
307
281
|
min_number_of_retries: ::Integer?
|
|
308
|
-
}
|
|
282
|
+
}
|
|
309
283
|
]?
|
|
310
284
|
},
|
|
311
285
|
?tags: Hash[::String, ::String]
|
|
@@ -328,7 +302,7 @@ module Aws
|
|
|
328
302
|
failure_type: ("FAILED" | "REJECTED" | "TIMED_OUT" | "ALL")?,
|
|
329
303
|
min_number_of_executed_things: ::Integer?,
|
|
330
304
|
threshold_percentage: ::Float?
|
|
331
|
-
}
|
|
305
|
+
}
|
|
332
306
|
]?
|
|
333
307
|
}?,
|
|
334
308
|
rollout_config: {
|
|
@@ -1129,34 +1103,27 @@ module Aws
|
|
|
1129
1103
|
name: ::String?,
|
|
1130
1104
|
value: {
|
|
1131
1105
|
}?
|
|
1132
|
-
}
|
|
1106
|
+
}
|
|
1133
1107
|
]?,
|
|
1134
1108
|
commands: Array[::String]?,
|
|
1135
1109
|
events: Array[::String]?,
|
|
1136
1110
|
feature_map: ::Integer?,
|
|
1137
1111
|
generated_commands: Array[::String]?,
|
|
1138
1112
|
fabric_index: ::Integer?
|
|
1139
|
-
}
|
|
1113
|
+
}
|
|
1140
1114
|
],
|
|
1141
1115
|
parts: Array[::String]?,
|
|
1142
1116
|
semantic_tags: Array[::String]?,
|
|
1143
1117
|
client_clusters: Array[::String]?
|
|
1144
|
-
}
|
|
1118
|
+
}
|
|
1145
1119
|
]
|
|
1146
1120
|
},
|
|
1147
1121
|
capability_schemas: Array[
|
|
1148
|
-
|
|
1149
|
-
format: ("AWS" | "ZCL" | "CONNECTOR"),
|
|
1150
|
-
capability_id: ::String,
|
|
1151
|
-
extrinsic_id: ::String,
|
|
1152
|
-
extrinsic_version: ::Integer,
|
|
1153
|
-
schema: {
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1122
|
+
Params::capability_schema_item
|
|
1156
1123
|
]?,
|
|
1157
1124
|
device_metadata: {
|
|
1158
1125
|
}?
|
|
1159
|
-
}
|
|
1126
|
+
}
|
|
1160
1127
|
],
|
|
1161
1128
|
?matter_endpoint: {
|
|
1162
1129
|
id: ::String?,
|
|
@@ -1169,7 +1136,7 @@ module Aws
|
|
|
1169
1136
|
}]?,
|
|
1170
1137
|
events: Hash[::String, {
|
|
1171
1138
|
}]?
|
|
1172
|
-
}
|
|
1139
|
+
}
|
|
1173
1140
|
]?
|
|
1174
1141
|
}
|
|
1175
1142
|
) -> _SendConnectorEventResponseSuccess
|
|
@@ -1197,11 +1164,11 @@ module Aws
|
|
|
1197
1164
|
action_trace_id: ::String?,
|
|
1198
1165
|
parameters: {
|
|
1199
1166
|
}?
|
|
1200
|
-
}
|
|
1167
|
+
}
|
|
1201
1168
|
]
|
|
1202
|
-
}
|
|
1169
|
+
}
|
|
1203
1170
|
]
|
|
1204
|
-
}
|
|
1171
|
+
}
|
|
1205
1172
|
],
|
|
1206
1173
|
?connector_association_id: ::String,
|
|
1207
1174
|
?account_association_id: ::String
|
|
@@ -1298,7 +1265,7 @@ module Aws
|
|
|
1298
1265
|
version_id: ::String
|
|
1299
1266
|
},
|
|
1300
1267
|
auth_material_name: ::String
|
|
1301
|
-
}
|
|
1268
|
+
}
|
|
1302
1269
|
]?,
|
|
1303
1270
|
auth_materials_to_update: Array[
|
|
1304
1271
|
{
|
|
@@ -1307,7 +1274,7 @@ module Aws
|
|
|
1307
1274
|
version_id: ::String
|
|
1308
1275
|
},
|
|
1309
1276
|
auth_material_name: ::String
|
|
1310
|
-
}
|
|
1277
|
+
}
|
|
1311
1278
|
]?
|
|
1312
1279
|
}?
|
|
1313
1280
|
},
|
|
@@ -1349,35 +1316,9 @@ module Aws
|
|
|
1349
1316
|
?brand: ::String,
|
|
1350
1317
|
?model: ::String,
|
|
1351
1318
|
?name: ::String,
|
|
1352
|
-
?capability_report:
|
|
1353
|
-
version: ::String,
|
|
1354
|
-
node_id: ::String?,
|
|
1355
|
-
endpoints: Array[
|
|
1356
|
-
{
|
|
1357
|
-
id: ::String,
|
|
1358
|
-
device_types: Array[::String],
|
|
1359
|
-
capabilities: Array[
|
|
1360
|
-
{
|
|
1361
|
-
id: ::String,
|
|
1362
|
-
name: ::String,
|
|
1363
|
-
version: ::String,
|
|
1364
|
-
properties: Array[::String],
|
|
1365
|
-
actions: Array[::String],
|
|
1366
|
-
events: Array[::String]
|
|
1367
|
-
},
|
|
1368
|
-
]
|
|
1369
|
-
},
|
|
1370
|
-
]
|
|
1371
|
-
},
|
|
1319
|
+
?capability_report: Params::capability_report,
|
|
1372
1320
|
?capability_schemas: Array[
|
|
1373
|
-
|
|
1374
|
-
format: ("AWS" | "ZCL" | "CONNECTOR"),
|
|
1375
|
-
capability_id: ::String,
|
|
1376
|
-
extrinsic_id: ::String,
|
|
1377
|
-
extrinsic_version: ::Integer,
|
|
1378
|
-
schema: {
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1321
|
+
Params::capability_schema_item
|
|
1381
1322
|
],
|
|
1382
1323
|
?capabilities: ::String,
|
|
1383
1324
|
?classification: ::String,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module IoTManagedIntegrations
|
|
10
|
+
module Params
|
|
11
|
+
type capability_report = {
|
|
12
|
+
version: ::String,
|
|
13
|
+
node_id: ::String?,
|
|
14
|
+
endpoints: Array[
|
|
15
|
+
Params::capability_report_endpoint
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
type capability_report_endpoint = {
|
|
20
|
+
id: ::String,
|
|
21
|
+
device_types: Array[::String],
|
|
22
|
+
capabilities: Array[
|
|
23
|
+
Params::capability_report_capability
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
type capability_report_capability = {
|
|
28
|
+
id: ::String,
|
|
29
|
+
name: ::String,
|
|
30
|
+
version: ::String,
|
|
31
|
+
properties: Array[::String],
|
|
32
|
+
actions: Array[::String],
|
|
33
|
+
events: Array[::String]
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
type capability_schema_item = {
|
|
37
|
+
format: ("AWS" | "ZCL" | "CONNECTOR"),
|
|
38
|
+
capability_id: ::String,
|
|
39
|
+
extrinsic_id: ::String,
|
|
40
|
+
extrinsic_version: ::Integer,
|
|
41
|
+
schema: {
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotmanagedintegrations
|
|
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
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-iotmanagedintegrations/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|