iamdata 0.1.202503031__py3-none-any.whl → 0.1.202503041__py3-none-any.whl

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.

Potentially problematic release.


This version of iamdata might be problematic. Click here for more details.

@@ -0,0 +1,570 @@
1
+ {
2
+ "createcredentiallocker": {
3
+ "name": "CreateCredentialLocker",
4
+ "description": "Grants permission to create a product credential locker. This operation will trigger the creation of all the manufacturing resources including Wi-Fi setup key pair and device certificate",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "createdestination": {
11
+ "name": "CreateDestination",
12
+ "description": "Grants permission to create a destination",
13
+ "accessLevel": "Write",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "createeventlogconfiguration": {
19
+ "name": "CreateEventLogConfiguration",
20
+ "description": "Grants permission to set the event log configuration for the account, a resource type, or a specific resource",
21
+ "accessLevel": "Write",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
26
+ "createmanagedthing": {
27
+ "name": "CreateManagedThing",
28
+ "description": "Grants permission to create a Managed Thing",
29
+ "accessLevel": "Write",
30
+ "resourceTypes": [],
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ },
34
+ "createnotificationconfiguration": {
35
+ "name": "CreateNotificationConfiguration",
36
+ "description": "Grants permission to create a notification configuration",
37
+ "accessLevel": "Write",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ },
42
+ "createotatask": {
43
+ "name": "CreateOtaTask",
44
+ "description": "Grants permission to customers to create an OTA task to update their devices",
45
+ "accessLevel": "Write",
46
+ "resourceTypes": [],
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ },
50
+ "createotataskconfiguration": {
51
+ "name": "CreateOtaTaskConfiguration",
52
+ "description": "Grants permission to create an OTA task configuration",
53
+ "accessLevel": "Write",
54
+ "resourceTypes": [],
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ },
58
+ "createprovisioningprofile": {
59
+ "name": "CreateProvisioningProfile",
60
+ "description": "Grants permission to create a new provisioning profile",
61
+ "accessLevel": "Write",
62
+ "resourceTypes": [],
63
+ "conditionKeys": [],
64
+ "dependentActions": []
65
+ },
66
+ "deletecredentiallocker": {
67
+ "name": "DeleteCredentialLocker",
68
+ "description": "Grants permission to delete a Credential Locker. This operation cannot be undone and any existing device won't be able to use the IoT Managed Integrations Setup",
69
+ "accessLevel": "Write",
70
+ "resourceTypes": [
71
+ {
72
+ "name": "CredentialLockerResource",
73
+ "required": true,
74
+ "conditionKeys": [],
75
+ "dependentActions": []
76
+ }
77
+ ],
78
+ "conditionKeys": [],
79
+ "dependentActions": []
80
+ },
81
+ "deletedestination": {
82
+ "name": "DeleteDestination",
83
+ "description": "Grants permission to delete a destination",
84
+ "accessLevel": "Write",
85
+ "resourceTypes": [],
86
+ "conditionKeys": [],
87
+ "dependentActions": []
88
+ },
89
+ "deleteeventlogconfiguration": {
90
+ "name": "DeleteEventLogConfiguration",
91
+ "description": "Grants permission to delete an event log configuration by log configuration ID",
92
+ "accessLevel": "Write",
93
+ "resourceTypes": [],
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ },
97
+ "deletemanagedthing": {
98
+ "name": "DeleteManagedThing",
99
+ "description": "Grants permission to delete a managed thing. If a Controller is deleted, all the devices connected to it will have their status changed to pending. Note, it is not possible to remove a Cloud device",
100
+ "accessLevel": "Write",
101
+ "resourceTypes": [
102
+ {
103
+ "name": "ManagedThingResource",
104
+ "required": true,
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ }
108
+ ],
109
+ "conditionKeys": [],
110
+ "dependentActions": []
111
+ },
112
+ "deletenotificationconfiguration": {
113
+ "name": "DeleteNotificationConfiguration",
114
+ "description": "Grants permission to delete a notification configuration",
115
+ "accessLevel": "Write",
116
+ "resourceTypes": [],
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ },
120
+ "deleteotatask": {
121
+ "name": "DeleteOtaTask",
122
+ "description": "Grants permission to delete an OTA task",
123
+ "accessLevel": "Write",
124
+ "resourceTypes": [
125
+ {
126
+ "name": "OtaTaskResource",
127
+ "required": true,
128
+ "conditionKeys": [],
129
+ "dependentActions": []
130
+ }
131
+ ],
132
+ "conditionKeys": [],
133
+ "dependentActions": []
134
+ },
135
+ "deleteotataskconfiguration": {
136
+ "name": "DeleteOtaTaskConfiguration",
137
+ "description": "Grants permission to delete a OTA task configuration",
138
+ "accessLevel": "Write",
139
+ "resourceTypes": [],
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ },
143
+ "deleteprovisioningprofile": {
144
+ "name": "DeleteProvisioningProfile",
145
+ "description": "Grants permission to delete a provisioning Profile",
146
+ "accessLevel": "Write",
147
+ "resourceTypes": [
148
+ {
149
+ "name": "ProvisioningProfileResource",
150
+ "required": true,
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ }
154
+ ],
155
+ "conditionKeys": [],
156
+ "dependentActions": []
157
+ },
158
+ "getcredentiallocker": {
159
+ "name": "GetCredentialLocker",
160
+ "description": "Grants permission to get an existing Credential Locker information",
161
+ "accessLevel": "Read",
162
+ "resourceTypes": [
163
+ {
164
+ "name": "CredentialLockerResource",
165
+ "required": true,
166
+ "conditionKeys": [],
167
+ "dependentActions": []
168
+ }
169
+ ],
170
+ "conditionKeys": [],
171
+ "dependentActions": []
172
+ },
173
+ "getcustomendpoint": {
174
+ "name": "GetCustomEndpoint",
175
+ "description": "Grants permission to customers to retrieve the custom endpoint address",
176
+ "accessLevel": "Read",
177
+ "resourceTypes": [],
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ },
181
+ "getdefaultencryptionconfiguration": {
182
+ "name": "GetDefaultEncryptionConfiguration",
183
+ "description": "Grants permission to get a connector by AWS ARN",
184
+ "accessLevel": "Read",
185
+ "resourceTypes": [],
186
+ "conditionKeys": [],
187
+ "dependentActions": []
188
+ },
189
+ "getdestination": {
190
+ "name": "GetDestination",
191
+ "description": "Grants permission to get a destination",
192
+ "accessLevel": "Read",
193
+ "resourceTypes": [],
194
+ "conditionKeys": [],
195
+ "dependentActions": []
196
+ },
197
+ "getdevicediscovery": {
198
+ "name": "GetDeviceDiscovery",
199
+ "description": "Grants permission to get the current state of a device discovery",
200
+ "accessLevel": "Read",
201
+ "resourceTypes": [],
202
+ "conditionKeys": [],
203
+ "dependentActions": []
204
+ },
205
+ "geteventlogconfiguration": {
206
+ "name": "GetEventLogConfiguration",
207
+ "description": "Grants permission to get an event log configuration by log configuration ID",
208
+ "accessLevel": "Read",
209
+ "resourceTypes": [],
210
+ "conditionKeys": [],
211
+ "dependentActions": []
212
+ },
213
+ "gethubconfiguration": {
214
+ "name": "GetHubConfiguration",
215
+ "description": "Grants permission to get hub configuration",
216
+ "accessLevel": "Read",
217
+ "resourceTypes": [],
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ },
221
+ "getmanagedthing": {
222
+ "name": "GetManagedThing",
223
+ "description": "Grants permission to get a managed thing",
224
+ "accessLevel": "Read",
225
+ "resourceTypes": [
226
+ {
227
+ "name": "ManagedThingResource",
228
+ "required": true,
229
+ "conditionKeys": [],
230
+ "dependentActions": []
231
+ }
232
+ ],
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ },
236
+ "getmanagedthingcapabilities": {
237
+ "name": "GetManagedThingCapabilities",
238
+ "description": "Grants permission to get capabilities by ManagedThingId",
239
+ "accessLevel": "Read",
240
+ "resourceTypes": [
241
+ {
242
+ "name": "ManagedThingResource",
243
+ "required": true,
244
+ "conditionKeys": [],
245
+ "dependentActions": []
246
+ }
247
+ ],
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ },
251
+ "getmanagedthingconnectivitydata": {
252
+ "name": "GetManagedThingConnectivityData",
253
+ "description": "Grants permission to get the connectivity status of a Managed Thing",
254
+ "accessLevel": "Read",
255
+ "resourceTypes": [
256
+ {
257
+ "name": "ManagedThingResource",
258
+ "required": true,
259
+ "conditionKeys": [],
260
+ "dependentActions": []
261
+ }
262
+ ],
263
+ "conditionKeys": [],
264
+ "dependentActions": []
265
+ },
266
+ "getmanagedthingmetadata": {
267
+ "name": "GetManagedThingMetaData",
268
+ "description": "Grants permission to get metaData info by ManagedThingId",
269
+ "accessLevel": "Read",
270
+ "resourceTypes": [
271
+ {
272
+ "name": "ManagedThingResource",
273
+ "required": true,
274
+ "conditionKeys": [],
275
+ "dependentActions": []
276
+ }
277
+ ],
278
+ "conditionKeys": [],
279
+ "dependentActions": []
280
+ },
281
+ "getmanagedthingstate": {
282
+ "name": "GetManagedThingState",
283
+ "description": "Grants permission to get managed thing states by managed thing id",
284
+ "accessLevel": "Read",
285
+ "resourceTypes": [
286
+ {
287
+ "name": "ManagedThingResource",
288
+ "required": true,
289
+ "conditionKeys": [],
290
+ "dependentActions": []
291
+ }
292
+ ],
293
+ "conditionKeys": [],
294
+ "dependentActions": []
295
+ },
296
+ "getnotificationconfiguration": {
297
+ "name": "GetNotificationConfiguration",
298
+ "description": "Grants permission to get a notification configuration",
299
+ "accessLevel": "Read",
300
+ "resourceTypes": [],
301
+ "conditionKeys": [],
302
+ "dependentActions": []
303
+ },
304
+ "getotatask": {
305
+ "name": "GetOtaTask",
306
+ "description": "Grants permission to get the Ota task",
307
+ "accessLevel": "Read",
308
+ "resourceTypes": [
309
+ {
310
+ "name": "OtaTaskResource",
311
+ "required": true,
312
+ "conditionKeys": [],
313
+ "dependentActions": []
314
+ }
315
+ ],
316
+ "conditionKeys": [],
317
+ "dependentActions": []
318
+ },
319
+ "getotataskconfiguration": {
320
+ "name": "GetOtaTaskConfiguration",
321
+ "description": "Grants permission to get an OTA task configuration",
322
+ "accessLevel": "Read",
323
+ "resourceTypes": [],
324
+ "conditionKeys": [],
325
+ "dependentActions": []
326
+ },
327
+ "getprovisioningprofile": {
328
+ "name": "GetProvisioningProfile",
329
+ "description": "Grants permission to get an existing provisioning profile information",
330
+ "accessLevel": "Read",
331
+ "resourceTypes": [
332
+ {
333
+ "name": "ProvisioningProfileResource",
334
+ "required": true,
335
+ "conditionKeys": [],
336
+ "dependentActions": []
337
+ }
338
+ ],
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ },
342
+ "getruntimelogconfiguration": {
343
+ "name": "GetRuntimeLogConfiguration",
344
+ "description": "Grants permission to get runtime log configuration for a specific managed thing or for all managed things as a group",
345
+ "accessLevel": "Read",
346
+ "resourceTypes": [],
347
+ "conditionKeys": [],
348
+ "dependentActions": []
349
+ },
350
+ "getschemaversion": {
351
+ "name": "GetSchemaVersion",
352
+ "description": "Grants permission to get a schema version with the provided information",
353
+ "accessLevel": "Read",
354
+ "resourceTypes": [],
355
+ "conditionKeys": [],
356
+ "dependentActions": []
357
+ },
358
+ "listcredentiallockers": {
359
+ "name": "ListCredentialLockers",
360
+ "description": "Grants permission to list the existing Credential Locker",
361
+ "accessLevel": "List",
362
+ "resourceTypes": [],
363
+ "conditionKeys": [],
364
+ "dependentActions": []
365
+ },
366
+ "listdestinations": {
367
+ "name": "ListDestinations",
368
+ "description": "Grants permission to list all the destinations",
369
+ "accessLevel": "List",
370
+ "resourceTypes": [],
371
+ "conditionKeys": [],
372
+ "dependentActions": []
373
+ },
374
+ "listeventlogconfigurations": {
375
+ "name": "ListEventLogConfigurations",
376
+ "description": "Grants permission to list all event log configurations for account",
377
+ "accessLevel": "List",
378
+ "resourceTypes": [],
379
+ "conditionKeys": [],
380
+ "dependentActions": []
381
+ },
382
+ "listmanagedthingschemas": {
383
+ "name": "ListManagedThingSchemas",
384
+ "description": "Grants permission to list Schemas Associated With Managed Thing",
385
+ "accessLevel": "Read",
386
+ "resourceTypes": [
387
+ {
388
+ "name": "ManagedThingResource",
389
+ "required": true,
390
+ "conditionKeys": [],
391
+ "dependentActions": []
392
+ }
393
+ ],
394
+ "conditionKeys": [],
395
+ "dependentActions": []
396
+ },
397
+ "listmanagedthings": {
398
+ "name": "ListManagedThings",
399
+ "description": "Grants permission to list all the managed things",
400
+ "accessLevel": "List",
401
+ "resourceTypes": [],
402
+ "conditionKeys": [],
403
+ "dependentActions": []
404
+ },
405
+ "listnotificationconfigurations": {
406
+ "name": "ListNotificationConfigurations",
407
+ "description": "Grants permission to list all the notification configurations",
408
+ "accessLevel": "List",
409
+ "resourceTypes": [],
410
+ "conditionKeys": [],
411
+ "dependentActions": []
412
+ },
413
+ "listotataskconfigurations": {
414
+ "name": "ListOtaTaskConfigurations",
415
+ "description": "Grants permission to list all the OTA task configurations",
416
+ "accessLevel": "List",
417
+ "resourceTypes": [],
418
+ "conditionKeys": [],
419
+ "dependentActions": []
420
+ },
421
+ "listotataskexecutions": {
422
+ "name": "ListOtaTaskExecutions",
423
+ "description": "Grants permission to list all the Ota task executions",
424
+ "accessLevel": "Read",
425
+ "resourceTypes": [
426
+ {
427
+ "name": "OtaTaskResource",
428
+ "required": true,
429
+ "conditionKeys": [],
430
+ "dependentActions": []
431
+ }
432
+ ],
433
+ "conditionKeys": [],
434
+ "dependentActions": []
435
+ },
436
+ "listotatasks": {
437
+ "name": "ListOtaTasks",
438
+ "description": "Grants permission to list all the OTA tasks",
439
+ "accessLevel": "List",
440
+ "resourceTypes": [],
441
+ "conditionKeys": [],
442
+ "dependentActions": []
443
+ },
444
+ "listprovisioningprofiles": {
445
+ "name": "ListProvisioningProfiles",
446
+ "description": "Grants permission to list the existing provisioning profile",
447
+ "accessLevel": "List",
448
+ "resourceTypes": [],
449
+ "conditionKeys": [],
450
+ "dependentActions": []
451
+ },
452
+ "listschemaversions": {
453
+ "name": "ListSchemaVersions",
454
+ "description": "Grants permission to list schema versions with the provided information",
455
+ "accessLevel": "List",
456
+ "resourceTypes": [],
457
+ "conditionKeys": [],
458
+ "dependentActions": []
459
+ },
460
+ "putdefaultencryptionconfiguration": {
461
+ "name": "PutDefaultEncryptionConfiguration",
462
+ "description": "Grants permission to associate KMS key with IoT Managed Integration service",
463
+ "accessLevel": "Write",
464
+ "resourceTypes": [],
465
+ "conditionKeys": [],
466
+ "dependentActions": []
467
+ },
468
+ "puthubconfiguration": {
469
+ "name": "PutHubConfiguration",
470
+ "description": "Grants permission to update a hub configuration",
471
+ "accessLevel": "Write",
472
+ "resourceTypes": [],
473
+ "conditionKeys": [],
474
+ "dependentActions": []
475
+ },
476
+ "putruntimelogconfiguration": {
477
+ "name": "PutRuntimeLogConfiguration",
478
+ "description": "Grants permission to set the runtime log configuration for a specific managed thing or for all managed things as a group",
479
+ "accessLevel": "Write",
480
+ "resourceTypes": [],
481
+ "conditionKeys": [],
482
+ "dependentActions": []
483
+ },
484
+ "registercustomendpoint": {
485
+ "name": "RegisterCustomEndpoint",
486
+ "description": "Grants permission to customers to request us to manage the server trust for them or bring their own external server trusts for the custom domain",
487
+ "accessLevel": "Write",
488
+ "resourceTypes": [],
489
+ "conditionKeys": [],
490
+ "dependentActions": []
491
+ },
492
+ "resetruntimelogconfiguration": {
493
+ "name": "ResetRuntimeLogConfiguration",
494
+ "description": "Grants permission to reset a runtime log configuration for a specific managed thing or for all managed things as a group",
495
+ "accessLevel": "Write",
496
+ "resourceTypes": [],
497
+ "conditionKeys": [],
498
+ "dependentActions": []
499
+ },
500
+ "sendmanagedthingcommand": {
501
+ "name": "SendManagedThingCommand",
502
+ "description": "Grants permission to use the SendManagedThingCommand API to send commands to managed things",
503
+ "accessLevel": "Write",
504
+ "resourceTypes": [],
505
+ "conditionKeys": [],
506
+ "dependentActions": []
507
+ },
508
+ "startdevicediscovery": {
509
+ "name": "StartDeviceDiscovery",
510
+ "description": "Grants permission to request to start device discovery",
511
+ "accessLevel": "Write",
512
+ "resourceTypes": [],
513
+ "conditionKeys": [],
514
+ "dependentActions": []
515
+ },
516
+ "updatedestination": {
517
+ "name": "UpdateDestination",
518
+ "description": "Grants permission to update a destination",
519
+ "accessLevel": "Write",
520
+ "resourceTypes": [],
521
+ "conditionKeys": [],
522
+ "dependentActions": []
523
+ },
524
+ "updateeventlogconfiguration": {
525
+ "name": "UpdateEventLogConfiguration",
526
+ "description": "Grants permission to update an event log configuration by log configuration ID",
527
+ "accessLevel": "Write",
528
+ "resourceTypes": [],
529
+ "conditionKeys": [],
530
+ "dependentActions": []
531
+ },
532
+ "updatemanagedthing": {
533
+ "name": "UpdateManagedThing",
534
+ "description": "Grants permission to update a managed thing",
535
+ "accessLevel": "Write",
536
+ "resourceTypes": [
537
+ {
538
+ "name": "ManagedThingResource",
539
+ "required": true,
540
+ "conditionKeys": [],
541
+ "dependentActions": []
542
+ }
543
+ ],
544
+ "conditionKeys": [],
545
+ "dependentActions": []
546
+ },
547
+ "updatenotificationconfiguration": {
548
+ "name": "UpdateNotificationConfiguration",
549
+ "description": "Grants permission to update a notification configuration",
550
+ "accessLevel": "Write",
551
+ "resourceTypes": [],
552
+ "conditionKeys": [],
553
+ "dependentActions": []
554
+ },
555
+ "updateotatask": {
556
+ "name": "UpdateOtaTask",
557
+ "description": "Grants permission to update an OTA Task",
558
+ "accessLevel": "Write",
559
+ "resourceTypes": [
560
+ {
561
+ "name": "OtaTaskResource",
562
+ "required": true,
563
+ "conditionKeys": [],
564
+ "dependentActions": []
565
+ }
566
+ ],
567
+ "conditionKeys": [],
568
+ "dependentActions": []
569
+ }
570
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202503031",
3
- "updatedAt": "2025-03-03T04:45:53.392Z"
2
+ "version": "0.1.202503041",
3
+ "updatedAt": "2025-03-04T04:46:19.393Z"
4
4
  }
@@ -0,0 +1,18 @@
1
+ {
2
+ "credentiallockerresource": {
3
+ "key": "CredentialLockerResource",
4
+ "arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:credential-locker/${Identifier}"
5
+ },
6
+ "managedthingresource": {
7
+ "key": "ManagedThingResource",
8
+ "arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:managed-thing/${Identifier}"
9
+ },
10
+ "otataskresource": {
11
+ "key": "OtaTaskResource",
12
+ "arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:ota-task/${Identifier}"
13
+ },
14
+ "provisioningprofileresource": {
15
+ "key": "ProvisioningProfileResource",
16
+ "arn": "arn:${Partition}:iotmanagedintegrations:${Region}:${Account}:provisioning-profile/${Identifier}"
17
+ }
18
+ }
@@ -200,6 +200,7 @@
200
200
  "iotfleethub": "AWS IoT Fleet Hub for Device Management",
201
201
  "iotfleetwise": "AWS IoT FleetWise",
202
202
  "iotjobsdata": "AWS IoT Jobs DataPlane",
203
+ "iotmanagedintegrations": "AWS IoT Managed Integrations Service",
203
204
  "iotsitewise": "AWS IoT SiteWise",
204
205
  "iottwinmaker": "AWS IoT TwinMaker",
205
206
  "iotwireless": "AWS IoT Wireless",
@@ -200,6 +200,7 @@
200
200
  "iotfleethub",
201
201
  "iotfleetwise",
202
202
  "iotjobsdata",
203
+ "iotmanagedintegrations",
203
204
  "iotsitewise",
204
205
  "iottwinmaker",
205
206
  "iotwireless",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202503031
3
+ Version: 0.1.202503041
4
4
  Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
5
5
  Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
6
6
  Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
@@ -4,9 +4,9 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
4
4
  iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
5
5
  iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
6
6
  iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
7
- iamdata/data/metadata.json,sha256=ZTHhlQmGHsyBG8O1-yosjJvQCarkfAuQOwwb_LB1XMA,76
8
- iamdata/data/serviceNames.json,sha256=MuSX-MmqZ774SOZSD4OEUvRn-oimYTsD78goFKQkxRI,18269
9
- iamdata/data/services.json,sha256=jN-FpSTB-UiHuJVrzFcQ_zuqACgmLfKqDcala8gHNtA,7095
7
+ iamdata/data/metadata.json,sha256=aEiP5DaIWTtCO1bhG92Jl5z-a1MVE2kZduB2Ua_rU8Q,76
8
+ iamdata/data/serviceNames.json,sha256=zTUGVw7gEJBEdXvwP15XXRHzwo_llSwJ8eL-hzeg-vc,18337
9
+ iamdata/data/services.json,sha256=yAQCoFGUzkNldLOZLBizBbZ9o_3F3KdqaRL5iha-xy8,7123
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
11
11
  iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
12
12
  iamdata/data/actions/access-analyzer.json,sha256=YeiY7uosJkVxk0SUVoPBe2_Gt13qXf6kCetJewyCpbk,12652
@@ -208,6 +208,7 @@ iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5
208
208
  iamdata/data/actions/iotfleethub.json,sha256=Ut9s_y7NM2Zp1crv-tFbbpHqGjsTzEP-nwyS3E8NK4c,2963
209
209
  iamdata/data/actions/iotfleetwise.json,sha256=7HKgWaxR4rKCb3gmQ4xOuthK6WkQuaKnYZGJaKbZ8uI,26488
210
210
  iamdata/data/actions/iotjobsdata.json,sha256=ZdFruCEg5cTlcwzQtMy7Aje0iU2ZUWWlLd9gKQLTiaQ,1635
211
+ iamdata/data/actions/iotmanagedintegrations.json,sha256=gY1Wj6t8_MG385GnQV-vPDGwAC04anwPxgPW90wxcy4,17686
211
212
  iamdata/data/actions/iotsitewise.json,sha256=0Xc7umQbM4VntFW1RO1VgfAr5SZ3NBgOd95E0KME4j8,38358
212
213
  iamdata/data/actions/iottwinmaker.json,sha256=K_uvzVAx2G5g9OPrPiPN_Vyfo6UzjEX_C4ihgOLXF7Y,18750
213
214
  iamdata/data/actions/iotwireless.json,sha256=5Zxul12OkXDYrNE0ZXmXSfBkcGxXCi3CaJeUxwaPil4,50864
@@ -625,6 +626,7 @@ iamdata/data/conditionKeys/iotevents.json,sha256=YgVuy5_Adiklm9KKf_rDOFnEiHkW4yE
625
626
  iamdata/data/conditionKeys/iotfleethub.json,sha256=RYANCcOKILOPAP7aAaHj-wWZjdtx1vKTq0khq-jAR5Y,498
626
627
  iamdata/data/conditionKeys/iotfleetwise.json,sha256=JD4IZBR8za-KouFHZcVaiKWP93ijiUCdcu7FkliglIQ,1318
627
628
  iamdata/data/conditionKeys/iotjobsdata.json,sha256=EXa1zb_tMr4WZGWC9LWP4vOz4zG-XTZNBMaCCpOHBGI,192
629
+ iamdata/data/conditionKeys/iotmanagedintegrations.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
628
630
  iamdata/data/conditionKeys/iotsitewise.json,sha256=eCJaayTepRoLRpGdbl8ABr4zLrpTAi8IwmRvL-UYhAc,2281
629
631
  iamdata/data/conditionKeys/iottwinmaker.json,sha256=aJ8KKGC3o5l6-sgl1NKuOCk_OSnIlN3nBH-X0RW5OQE,1049
630
632
  iamdata/data/conditionKeys/iotwireless.json,sha256=pLwa6c4ghlai-_R9eJwoR-qAEtgqSqcG7-PEoqlRxF4,615
@@ -1042,6 +1044,7 @@ iamdata/data/resourceTypes/iotevents.json,sha256=w1O1UDzC2MAlzjzKNNa57ydvT4ZW_VZ
1042
1044
  iamdata/data/resourceTypes/iotfleethub.json,sha256=Bkk8G8VAN_hphubI_Ujjn1GY80_Wnwgwx8FaaTEu9l8,208
1043
1045
  iamdata/data/resourceTypes/iotfleetwise.json,sha256=IfnlFd0wFXyupG3LwjOYOUYqTDxq033fLVszyW-x50I,1410
1044
1046
  iamdata/data/resourceTypes/iotjobsdata.json,sha256=XsUMTuf4xygWzUv4mqqo6eCabXcTEoaJP3R8ptuUsS0,114
1047
+ iamdata/data/resourceTypes/iotmanagedintegrations.json,sha256=2UoHNo_OP8O77Q02FXkysS9SIlRs-kUeQJ9prvUkINk,700
1045
1048
  iamdata/data/resourceTypes/iotsitewise.json,sha256=MyMcEmZ_1OpzxZKQ0NM1W2gf5Kooj-SlzxPxiyQeIpk,1761
1046
1049
  iamdata/data/resourceTypes/iottwinmaker.json,sha256=7wP37G8L94psiX2N7g17-pq8vVnfhtdT4zlDqR2NscY,1256
1047
1050
  iamdata/data/resourceTypes/iotwireless.json,sha256=na6Dea-WUejvfmhuLKexwEzuKVWh2zFhiHbiUPSOCIk,2699
@@ -1262,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1262
1265
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1263
1266
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1264
1267
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1265
- iamdata-0.1.202503031.dist-info/METADATA,sha256=21DbhCUFFERPmA7W0szj8t1gsBVAsZ6f6ly0ix0tRlc,3491
1266
- iamdata-0.1.202503031.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1267
- iamdata-0.1.202503031.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1268
- iamdata-0.1.202503031.dist-info/RECORD,,
1268
+ iamdata-0.1.202503041.dist-info/METADATA,sha256=PFXrBNR9iRR1JM5zMZwFBVoskmskbsBEIKZxtR1oH48,3491
1269
+ iamdata-0.1.202503041.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202503041.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202503041.dist-info/RECORD,,