aws-sdk-iotmanagedintegrations 1.21.0 → 1.23.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +6 -8
- data/lib/aws-sdk-iotmanagedintegrations.rb +1 -1
- data/sig/client.rbs +19 -78
- data/sig/params.rbs +47 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60ce559e32750c23ee163c8ea30aaf96c506224992526465db44eca7f5a9d467
|
|
4
|
+
data.tar.gz: d4eaf636ba39881d1b50fec96bfe7eee8e43f0caeea834eb971548770a51cd45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ff99905dec7462d9c22682a7797ea7b82b581e5e5cffdc76f4cbe0cbebf7db0d89c1ebb01b0bfb38308d5ea166dc9cb5b8ecd9a2ce100b344179317a95f8ae0
|
|
7
|
+
data.tar.gz: 931de43e007816a9efef392fdad61bc4519845873e23dbf84241abeaadf83225db850255213e5d0f788d5e7b09f71d67d0fb21b5da7a3086a34f92f7492ad604
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.23.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.22.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.21.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.23.0
|
|
@@ -199,7 +199,7 @@ module Aws::IoTManagedIntegrations
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::IoTManagedIntegrations
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4446,7 +4444,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4446
4444
|
tracer: tracer
|
|
4447
4445
|
)
|
|
4448
4446
|
context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
|
|
4449
|
-
context[:gem_version] = '1.
|
|
4447
|
+
context[:gem_version] = '1.23.0'
|
|
4450
4448
|
Seahorse::Client::Request.new(handlers, context)
|
|
4451
4449
|
end
|
|
4452
4450
|
|
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.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|