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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b712a4efed5b44e9ba70ecb82412b1951aac1fca2b4fac92d8e4b6ae7835848d
4
- data.tar.gz: ae896a495af201a8b974f5aed04f78338720cad3ada410078bc5994921cedba6
3
+ metadata.gz: 38d2816b868e3db555a5ea117ca9601ac08dac02612e6a03141c7d2f68065016
4
+ data.tar.gz: 854f11dd18e17da2cdc4f4b82e3e05075ef6f30546cf6de20b1199790cc54c04
5
5
  SHA512:
6
- metadata.gz: 14a23007af310eb46d7695c583c7c689623f3fa6a971efb06cfaea5662deb321d90d36e0e2d23e773cd63cc2835aaa5bc05f75a7644c76ebd7a5dc328e7e9d73
7
- data.tar.gz: 6684d991b69a4ff100f26298af35315cf302b87fb2ac0671f1323cb45d097dfb97eaad62c1f2aef4e24eff52b66e1f9e1b62e819100aca2c890bf560ebc56f6c
6
+ metadata.gz: a146a7bfdec64e2d002b8e867205801c71a8a3eb53dd00997f18a2302b1aff87ed6d6832296a0460364fbd443a2f7344444c526a9c5518a5e5e6fb3988c91837
7
+ data.tar.gz: fb7c694c0e6ac224079e7dff4b9963662749d8de785b0da7800f0f9ab08cfd64e29c470e4e120ba0be35088bf2e59aac448dadfaab9aef3ceb23c12601c2bfca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.21.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
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.21.0'
4449
+ context[:gem_version] = '1.22.0'
4450
4450
  Seahorse::Client::Request.new(handlers, context)
4451
4451
  end
4452
4452
 
@@ -54,7 +54,7 @@ module Aws::IoTManagedIntegrations
54
54
  autoload :EndpointProvider, 'aws-sdk-iotmanagedintegrations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotmanagedintegrations/endpoints'
56
56
 
57
- GEM_VERSION = '1.21.0'
57
+ GEM_VERSION = '1.22.0'
58
58
 
59
59
  end
60
60
 
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.21.0
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