@cloud-copilot/iam-data 0.9.202503011 → 0.9.202503051

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.
@@ -313,6 +313,15 @@
313
313
  "conditionKeys": [],
314
314
  "dependentActions": []
315
315
  },
316
+ "getimagecopystatus": {
317
+ "name": "GetImageCopyStatus",
318
+ "isPermissionOnly": true,
319
+ "description": "Grants permission to retrieve the status about an image copy",
320
+ "accessLevel": "Read",
321
+ "resourceTypes": [],
322
+ "conditionKeys": [],
323
+ "dependentActions": []
324
+ },
316
325
  "getlifecyclepolicy": {
317
326
  "name": "GetLifecyclePolicy",
318
327
  "description": "Grants permission to retrieve the specified lifecycle policy",
@@ -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 integrations",
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
+ }
@@ -36,6 +36,12 @@
36
36
  "conditionKeys": [],
37
37
  "dependentActions": []
38
38
  },
39
+ {
40
+ "name": "fs-association",
41
+ "required": false,
42
+ "conditionKeys": [],
43
+ "dependentActions": []
44
+ },
39
45
  {
40
46
  "name": "gateway",
41
47
  "required": false,
@@ -54,6 +60,12 @@
54
60
  "conditionKeys": [],
55
61
  "dependentActions": []
56
62
  },
63
+ {
64
+ "name": "tapepool",
65
+ "required": false,
66
+ "conditionKeys": [],
67
+ "dependentActions": []
68
+ },
57
69
  {
58
70
  "name": "volume",
59
71
  "required": false,
@@ -928,6 +940,21 @@
928
940
  "conditionKeys": [],
929
941
  "dependentActions": []
930
942
  },
943
+ "evictfilesfailingupload": {
944
+ "name": "EvictFilesFailingUpload",
945
+ "description": "Grants permission to clean a share's cache of file entries that are failing upload to Amazon S3",
946
+ "accessLevel": "Write",
947
+ "resourceTypes": [
948
+ {
949
+ "name": "share",
950
+ "required": true,
951
+ "conditionKeys": [],
952
+ "dependentActions": []
953
+ }
954
+ ],
955
+ "conditionKeys": [],
956
+ "dependentActions": []
957
+ },
931
958
  "joindomain": {
932
959
  "name": "JoinDomain",
933
960
  "description": "Grants permission to enable you to join an Active Directory Domain",
@@ -1126,6 +1153,12 @@
1126
1153
  "conditionKeys": [],
1127
1154
  "dependentActions": []
1128
1155
  },
1156
+ {
1157
+ "name": "fs-association",
1158
+ "required": false,
1159
+ "conditionKeys": [],
1160
+ "dependentActions": []
1161
+ },
1129
1162
  {
1130
1163
  "name": "gateway",
1131
1164
  "required": false,
@@ -1144,6 +1177,12 @@
1144
1177
  "conditionKeys": [],
1145
1178
  "dependentActions": []
1146
1179
  },
1180
+ {
1181
+ "name": "tapepool",
1182
+ "required": false,
1183
+ "conditionKeys": [],
1184
+ "dependentActions": []
1185
+ },
1147
1186
  {
1148
1187
  "name": "volume",
1149
1188
  "required": false,
@@ -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 feature of IoT Device Management",
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",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202503011",
3
+ "version": "0.9.202503051",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-03-01T04:44:20.677Z",
6
+ "updatedAt": "2025-03-05T04:45:45.053Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",
@@ -33,9 +33,9 @@
33
33
  "devDependencies": {
34
34
  "@cloud-copilot/prettier-config": "^0.1.1",
35
35
  "@types/node": "^22.5.0",
36
- "@vitest/coverage-v8": "^2.0.5",
36
+ "@vitest/coverage-v8": "^3.0.7",
37
37
  "typescript": "^5.5.4",
38
- "vitest": "^2.0.5"
38
+ "vitest": "^3.0.7"
39
39
  },
40
40
  "prettier": "@cloud-copilot/prettier-config"
41
41
  }