iamdata 0.1.202504301__py3-none-any.whl → 0.1.202505011__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.
- iamdata/data/actions/deadline.json +31 -4
- iamdata/data/actions/kinesis.json +101 -6
- iamdata/data/actions/route53resolver.json +14 -2
- iamdata/data/actions/ssm-guiconnect.json +24 -0
- iamdata/data/actions/ssm.json +59 -1
- iamdata/data/conditionKeys/deadline.json +5 -0
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/deadline.json +1 -0
- iamdata/data/resourceTypes/route53resolver.json +7 -0
- {iamdata-0.1.202504301.dist-info → iamdata-0.1.202505011.dist-info}/METADATA +1 -1
- {iamdata-0.1.202504301.dist-info → iamdata-0.1.202505011.dist-info}/RECORD +14 -14
- {iamdata-0.1.202504301.dist-info → iamdata-0.1.202505011.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202504301.dist-info → iamdata-0.1.202505011.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -460,10 +460,16 @@
|
|
|
460
460
|
"name": "worker",
|
|
461
461
|
"required": true,
|
|
462
462
|
"conditionKeys": [],
|
|
463
|
-
"dependentActions": [
|
|
463
|
+
"dependentActions": [
|
|
464
|
+
"deadline:ListTagsForResource",
|
|
465
|
+
"deadline:TagResource"
|
|
466
|
+
]
|
|
464
467
|
}
|
|
465
468
|
],
|
|
466
|
-
"conditionKeys": [
|
|
469
|
+
"conditionKeys": [
|
|
470
|
+
"aws:RequestTag/${TagKey}",
|
|
471
|
+
"aws:TagKeys"
|
|
472
|
+
],
|
|
467
473
|
"dependentActions": []
|
|
468
474
|
},
|
|
469
475
|
"deletebudget": {
|
|
@@ -1639,9 +1645,17 @@
|
|
|
1639
1645
|
"required": false,
|
|
1640
1646
|
"conditionKeys": [],
|
|
1641
1647
|
"dependentActions": []
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "worker",
|
|
1651
|
+
"required": false,
|
|
1652
|
+
"conditionKeys": [],
|
|
1653
|
+
"dependentActions": []
|
|
1642
1654
|
}
|
|
1643
1655
|
],
|
|
1644
|
-
"conditionKeys": [
|
|
1656
|
+
"conditionKeys": [
|
|
1657
|
+
"deadline:CalledAction"
|
|
1658
|
+
],
|
|
1645
1659
|
"dependentActions": []
|
|
1646
1660
|
},
|
|
1647
1661
|
"listtasks": {
|
|
@@ -1824,11 +1838,18 @@
|
|
|
1824
1838
|
"required": false,
|
|
1825
1839
|
"conditionKeys": [],
|
|
1826
1840
|
"dependentActions": []
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "worker",
|
|
1844
|
+
"required": false,
|
|
1845
|
+
"conditionKeys": [],
|
|
1846
|
+
"dependentActions": []
|
|
1827
1847
|
}
|
|
1828
1848
|
],
|
|
1829
1849
|
"conditionKeys": [
|
|
1830
1850
|
"aws:RequestTag/${TagKey}",
|
|
1831
|
-
"aws:TagKeys"
|
|
1851
|
+
"aws:TagKeys",
|
|
1852
|
+
"deadline:CalledAction"
|
|
1832
1853
|
],
|
|
1833
1854
|
"dependentActions": []
|
|
1834
1855
|
},
|
|
@@ -1860,6 +1881,12 @@
|
|
|
1860
1881
|
"required": false,
|
|
1861
1882
|
"conditionKeys": [],
|
|
1862
1883
|
"dependentActions": []
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "worker",
|
|
1887
|
+
"required": false,
|
|
1888
|
+
"conditionKeys": [],
|
|
1889
|
+
"dependentActions": []
|
|
1863
1890
|
}
|
|
1864
1891
|
],
|
|
1865
1892
|
"conditionKeys": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"addtagstostream": {
|
|
3
3
|
"name": "AddTagsToStream",
|
|
4
|
-
"description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to
|
|
4
|
+
"description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to 50 tags",
|
|
5
5
|
"accessLevel": "Tagging",
|
|
6
6
|
"resourceTypes": [
|
|
7
7
|
{
|
|
@@ -62,7 +62,9 @@
|
|
|
62
62
|
{
|
|
63
63
|
"name": "consumer",
|
|
64
64
|
"required": true,
|
|
65
|
-
"conditionKeys": [
|
|
65
|
+
"conditionKeys": [
|
|
66
|
+
"aws:ResourceTag/${TagKey}"
|
|
67
|
+
],
|
|
66
68
|
"dependentActions": []
|
|
67
69
|
},
|
|
68
70
|
{
|
|
@@ -106,7 +108,9 @@
|
|
|
106
108
|
"dependentActions": []
|
|
107
109
|
}
|
|
108
110
|
],
|
|
109
|
-
"conditionKeys": [
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"aws:ResourceTag/${TagKey}"
|
|
113
|
+
],
|
|
110
114
|
"dependentActions": []
|
|
111
115
|
},
|
|
112
116
|
"describelimits": {
|
|
@@ -146,7 +150,9 @@
|
|
|
146
150
|
"dependentActions": []
|
|
147
151
|
}
|
|
148
152
|
],
|
|
149
|
-
"conditionKeys": [
|
|
153
|
+
"conditionKeys": [
|
|
154
|
+
"aws:ResourceTag/${TagKey}"
|
|
155
|
+
],
|
|
150
156
|
"dependentActions": []
|
|
151
157
|
},
|
|
152
158
|
"describestreamsummary": {
|
|
@@ -207,7 +213,9 @@
|
|
|
207
213
|
{
|
|
208
214
|
"name": "consumer",
|
|
209
215
|
"required": true,
|
|
210
|
-
"conditionKeys": [
|
|
216
|
+
"conditionKeys": [
|
|
217
|
+
"aws:ResourceTag/${TagKey}"
|
|
218
|
+
],
|
|
211
219
|
"dependentActions": []
|
|
212
220
|
},
|
|
213
221
|
{
|
|
@@ -298,6 +306,31 @@
|
|
|
298
306
|
"conditionKeys": [],
|
|
299
307
|
"dependentActions": []
|
|
300
308
|
},
|
|
309
|
+
"listtagsforresource": {
|
|
310
|
+
"name": "ListTagsForResource",
|
|
311
|
+
"description": "Grants permission to list the tags for the specified Amazon Kinesis resource",
|
|
312
|
+
"accessLevel": "Read",
|
|
313
|
+
"resourceTypes": [
|
|
314
|
+
{
|
|
315
|
+
"name": "consumer",
|
|
316
|
+
"required": true,
|
|
317
|
+
"conditionKeys": [
|
|
318
|
+
"aws:ResourceTag/${TagKey}"
|
|
319
|
+
],
|
|
320
|
+
"dependentActions": []
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "stream",
|
|
324
|
+
"required": true,
|
|
325
|
+
"conditionKeys": [
|
|
326
|
+
"aws:ResourceTag/${TagKey}"
|
|
327
|
+
],
|
|
328
|
+
"dependentActions": []
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
},
|
|
301
334
|
"listtagsforstream": {
|
|
302
335
|
"name": "ListTagsForStream",
|
|
303
336
|
"description": "Grants permission to list the tags for the specified Amazon Kinesis stream",
|
|
@@ -374,7 +407,9 @@
|
|
|
374
407
|
{
|
|
375
408
|
"name": "consumer",
|
|
376
409
|
"required": true,
|
|
377
|
-
"conditionKeys": [
|
|
410
|
+
"conditionKeys": [
|
|
411
|
+
"aws:ResourceTag/${TagKey}"
|
|
412
|
+
],
|
|
378
413
|
"dependentActions": []
|
|
379
414
|
},
|
|
380
415
|
{
|
|
@@ -402,6 +437,8 @@
|
|
|
402
437
|
}
|
|
403
438
|
],
|
|
404
439
|
"conditionKeys": [
|
|
440
|
+
"aws:TagKeys",
|
|
441
|
+
"aws:RequestTag/${TagKey}",
|
|
405
442
|
"aws:ResourceTag/${TagKey}"
|
|
406
443
|
],
|
|
407
444
|
"dependentActions": []
|
|
@@ -499,6 +536,64 @@
|
|
|
499
536
|
"dependentActions": []
|
|
500
537
|
}
|
|
501
538
|
],
|
|
539
|
+
"conditionKeys": [
|
|
540
|
+
"aws:ResourceTag/${TagKey}"
|
|
541
|
+
],
|
|
542
|
+
"dependentActions": []
|
|
543
|
+
},
|
|
544
|
+
"tagresource": {
|
|
545
|
+
"name": "TagResource",
|
|
546
|
+
"description": "Grants permission to add or update tags for the specified Amazon Kinesis resource. Each resource can have up to 50 tags",
|
|
547
|
+
"accessLevel": "Tagging",
|
|
548
|
+
"resourceTypes": [
|
|
549
|
+
{
|
|
550
|
+
"name": "consumer",
|
|
551
|
+
"required": true,
|
|
552
|
+
"conditionKeys": [
|
|
553
|
+
"aws:TagKeys",
|
|
554
|
+
"aws:RequestTag/${TagKey}",
|
|
555
|
+
"aws:ResourceTag/${TagKey}"
|
|
556
|
+
],
|
|
557
|
+
"dependentActions": []
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "stream",
|
|
561
|
+
"required": true,
|
|
562
|
+
"conditionKeys": [
|
|
563
|
+
"aws:TagKeys",
|
|
564
|
+
"aws:RequestTag/${TagKey}",
|
|
565
|
+
"aws:ResourceTag/${TagKey}"
|
|
566
|
+
],
|
|
567
|
+
"dependentActions": []
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"conditionKeys": [],
|
|
571
|
+
"dependentActions": []
|
|
572
|
+
},
|
|
573
|
+
"untagresource": {
|
|
574
|
+
"name": "UntagResource",
|
|
575
|
+
"description": "Grants permission to remove tags from the specified Kinesis data resource. Removed tags are deleted and cannot be recovered after this operation successfully completes",
|
|
576
|
+
"accessLevel": "Tagging",
|
|
577
|
+
"resourceTypes": [
|
|
578
|
+
{
|
|
579
|
+
"name": "consumer",
|
|
580
|
+
"required": true,
|
|
581
|
+
"conditionKeys": [
|
|
582
|
+
"aws:TagKeys",
|
|
583
|
+
"aws:ResourceTag/${TagKey}"
|
|
584
|
+
],
|
|
585
|
+
"dependentActions": []
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "stream",
|
|
589
|
+
"required": true,
|
|
590
|
+
"conditionKeys": [
|
|
591
|
+
"aws:TagKeys",
|
|
592
|
+
"aws:ResourceTag/${TagKey}"
|
|
593
|
+
],
|
|
594
|
+
"dependentActions": []
|
|
595
|
+
}
|
|
596
|
+
],
|
|
502
597
|
"conditionKeys": [],
|
|
503
598
|
"dependentActions": []
|
|
504
599
|
},
|
|
@@ -563,9 +563,15 @@
|
|
|
563
563
|
"description": "Grants permission to get information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the IP address that queries are forwarded to",
|
|
564
564
|
"accessLevel": "Read",
|
|
565
565
|
"resourceTypes": [
|
|
566
|
+
{
|
|
567
|
+
"name": "autodefined-rule",
|
|
568
|
+
"required": false,
|
|
569
|
+
"conditionKeys": [],
|
|
570
|
+
"dependentActions": []
|
|
571
|
+
},
|
|
566
572
|
{
|
|
567
573
|
"name": "resolver-rule",
|
|
568
|
-
"required":
|
|
574
|
+
"required": false,
|
|
569
575
|
"conditionKeys": [],
|
|
570
576
|
"dependentActions": []
|
|
571
577
|
}
|
|
@@ -578,9 +584,15 @@
|
|
|
578
584
|
"description": "Grants permission to get information about an association between a specified Resolver rule and a VPC",
|
|
579
585
|
"accessLevel": "Read",
|
|
580
586
|
"resourceTypes": [
|
|
587
|
+
{
|
|
588
|
+
"name": "autodefined-rule",
|
|
589
|
+
"required": false,
|
|
590
|
+
"conditionKeys": [],
|
|
591
|
+
"dependentActions": []
|
|
592
|
+
},
|
|
581
593
|
{
|
|
582
594
|
"name": "resolver-rule",
|
|
583
|
-
"required":
|
|
595
|
+
"required": false,
|
|
584
596
|
"conditionKeys": [],
|
|
585
597
|
"dependentActions": []
|
|
586
598
|
}
|
|
@@ -8,6 +8,14 @@
|
|
|
8
8
|
"conditionKeys": [],
|
|
9
9
|
"dependentActions": []
|
|
10
10
|
},
|
|
11
|
+
"deleteconnectionrecordingpreferences": {
|
|
12
|
+
"name": "DeleteConnectionRecordingPreferences",
|
|
13
|
+
"description": "Grants permission to remove GUI Connect connection recording preferences",
|
|
14
|
+
"accessLevel": "Write",
|
|
15
|
+
"resourceTypes": [],
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
11
19
|
"getconnection": {
|
|
12
20
|
"name": "GetConnection",
|
|
13
21
|
"isPermissionOnly": true,
|
|
@@ -17,6 +25,14 @@
|
|
|
17
25
|
"conditionKeys": [],
|
|
18
26
|
"dependentActions": []
|
|
19
27
|
},
|
|
28
|
+
"getconnectionrecordingpreferences": {
|
|
29
|
+
"name": "GetConnectionRecordingPreferences",
|
|
30
|
+
"description": "Grants permission to get GUI Connect connection recording preferences",
|
|
31
|
+
"accessLevel": "Read",
|
|
32
|
+
"resourceTypes": [],
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
},
|
|
20
36
|
"listconnections": {
|
|
21
37
|
"name": "ListConnections",
|
|
22
38
|
"isPermissionOnly": true,
|
|
@@ -34,5 +50,13 @@
|
|
|
34
50
|
"resourceTypes": [],
|
|
35
51
|
"conditionKeys": [],
|
|
36
52
|
"dependentActions": []
|
|
53
|
+
},
|
|
54
|
+
"updateconnectionrecordingpreferences": {
|
|
55
|
+
"name": "UpdateConnectionRecordingPreferences",
|
|
56
|
+
"description": "Grants permission to update GUI Connect connection recording preferences",
|
|
57
|
+
"accessLevel": "Write",
|
|
58
|
+
"resourceTypes": [],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
37
61
|
}
|
|
38
62
|
}
|
iamdata/data/actions/ssm.json
CHANGED
|
@@ -461,6 +461,12 @@
|
|
|
461
461
|
"description": "Grants permission to delete a Systems Manager resource policy",
|
|
462
462
|
"accessLevel": "Permissions management",
|
|
463
463
|
"resourceTypes": [
|
|
464
|
+
{
|
|
465
|
+
"name": "document",
|
|
466
|
+
"required": false,
|
|
467
|
+
"conditionKeys": [],
|
|
468
|
+
"dependentActions": []
|
|
469
|
+
},
|
|
464
470
|
{
|
|
465
471
|
"name": "opsitemgroup",
|
|
466
472
|
"required": false,
|
|
@@ -1013,6 +1019,21 @@
|
|
|
1013
1019
|
"conditionKeys": [],
|
|
1014
1020
|
"dependentActions": []
|
|
1015
1021
|
},
|
|
1022
|
+
"getaccesstoken": {
|
|
1023
|
+
"name": "GetAccessToken",
|
|
1024
|
+
"description": "Grants permission to return a credentials set to be used with just-in-time node access",
|
|
1025
|
+
"accessLevel": "Read",
|
|
1026
|
+
"resourceTypes": [
|
|
1027
|
+
{
|
|
1028
|
+
"name": "opsitem",
|
|
1029
|
+
"required": true,
|
|
1030
|
+
"conditionKeys": [],
|
|
1031
|
+
"dependentActions": []
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"conditionKeys": [],
|
|
1035
|
+
"dependentActions": []
|
|
1036
|
+
},
|
|
1016
1037
|
"getautomationexecution": {
|
|
1017
1038
|
"name": "GetAutomationExecution",
|
|
1018
1039
|
"description": "Grants permission to view details of a specified Automation execution",
|
|
@@ -1368,6 +1389,12 @@
|
|
|
1368
1389
|
"description": "Grants permission to retrieve lists of Systems Manager resource policies",
|
|
1369
1390
|
"accessLevel": "List",
|
|
1370
1391
|
"resourceTypes": [
|
|
1392
|
+
{
|
|
1393
|
+
"name": "document",
|
|
1394
|
+
"required": false,
|
|
1395
|
+
"conditionKeys": [],
|
|
1396
|
+
"dependentActions": []
|
|
1397
|
+
},
|
|
1371
1398
|
{
|
|
1372
1399
|
"name": "opsitemgroup",
|
|
1373
1400
|
"required": false,
|
|
@@ -1782,6 +1809,12 @@
|
|
|
1782
1809
|
"description": "Grants permission to create or update a Systems Manager resource policy",
|
|
1783
1810
|
"accessLevel": "Permissions management",
|
|
1784
1811
|
"resourceTypes": [
|
|
1812
|
+
{
|
|
1813
|
+
"name": "document",
|
|
1814
|
+
"required": false,
|
|
1815
|
+
"conditionKeys": [],
|
|
1816
|
+
"dependentActions": []
|
|
1817
|
+
},
|
|
1785
1818
|
{
|
|
1786
1819
|
"name": "opsitemgroup",
|
|
1787
1820
|
"required": false,
|
|
@@ -2033,6 +2066,30 @@
|
|
|
2033
2066
|
],
|
|
2034
2067
|
"dependentActions": []
|
|
2035
2068
|
},
|
|
2069
|
+
"startaccessrequest": {
|
|
2070
|
+
"name": "StartAccessRequest",
|
|
2071
|
+
"description": "Grants permission to start the workflow for just-in-time node access sessions",
|
|
2072
|
+
"accessLevel": "Write",
|
|
2073
|
+
"resourceTypes": [
|
|
2074
|
+
{
|
|
2075
|
+
"name": "instance",
|
|
2076
|
+
"required": false,
|
|
2077
|
+
"conditionKeys": [],
|
|
2078
|
+
"dependentActions": []
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"name": "managed-instance",
|
|
2082
|
+
"required": false,
|
|
2083
|
+
"conditionKeys": [],
|
|
2084
|
+
"dependentActions": []
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
2087
|
+
"conditionKeys": [
|
|
2088
|
+
"aws:RequestTag/${TagKey}",
|
|
2089
|
+
"aws:TagKeys"
|
|
2090
|
+
],
|
|
2091
|
+
"dependentActions": []
|
|
2092
|
+
},
|
|
2036
2093
|
"startassociationsonce": {
|
|
2037
2094
|
"name": "StartAssociationsOnce",
|
|
2038
2095
|
"description": "Grants permission to run a specified association manually",
|
|
@@ -2139,7 +2196,8 @@
|
|
|
2139
2196
|
],
|
|
2140
2197
|
"conditionKeys": [
|
|
2141
2198
|
"ssm:resourceTag/${TagKey}",
|
|
2142
|
-
"aws:ResourceTag/${TagKey}"
|
|
2199
|
+
"aws:ResourceTag/${TagKey}",
|
|
2200
|
+
"ssm:AccessRequestId"
|
|
2143
2201
|
],
|
|
2144
2202
|
"dependentActions": []
|
|
2145
2203
|
},
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the associated membership level of the principal provided in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"deadline:calledaction": {
|
|
23
|
+
"key": "deadline:CalledAction",
|
|
24
|
+
"description": "Filters access by the allowed action in the request",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"deadline:farmmembershiplevels": {
|
|
23
28
|
"key": "deadline:FarmMembershipLevels",
|
|
24
29
|
"description": "Filters access by membership levels on the farm",
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the ARN of the instance from which the request originated",
|
|
20
20
|
"type": "ARN"
|
|
21
21
|
},
|
|
22
|
+
"ssm:accessrequestid": {
|
|
23
|
+
"key": "ssm:AccessRequestId",
|
|
24
|
+
"description": "Filters access by verifying that a user has access to the access request ID specified in the request",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"ssm:autoapprove": {
|
|
23
28
|
"key": "ssm:AutoApprove",
|
|
24
29
|
"description": "Filters access by verifying that a user has permission to start Change Manager workflows without a review step (with the exception of change freeze events)",
|
iamdata/data/metadata.json
CHANGED
|
@@ -20,6 +20,13 @@
|
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
+
"autodefined-rule": {
|
|
24
|
+
"key": "autodefined-rule",
|
|
25
|
+
"arn": "arn:${Partition}:route53resolver:${Region}:${Account}:autodefined-rule/${ResourceId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
23
30
|
"resolver-endpoint": {
|
|
24
31
|
"key": "resolver-endpoint",
|
|
25
32
|
"arn": "arn:${Partition}:route53resolver:${Region}:${Account}:resolver-endpoint/${ResourceId}",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505011
|
|
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,7 +4,7 @@ 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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=xWNl4NPxjnjSWp1nVBNCTUBIz3gbss7DwGdZJf9P3Cg,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=Wx4GhKx96LH3n5UZYsIDNYNYyG-0pFI_MWMVkoV2dXw,18380
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -120,7 +120,7 @@ iamdata/data/actions/datasync.json,sha256=4S8jnNmT0XcIulQqwUIfF13dJ7DhxhROk0SoFQ
|
|
|
120
120
|
iamdata/data/actions/datazone.json,sha256=yzHTkGaLSNjfAp8SBsI0x6NjfHTGYFjTCw30a0F74NY,48429
|
|
121
121
|
iamdata/data/actions/dax.json,sha256=YlzIFQbFkDrgdZ7nB6wjOsGCRCqtzriZ8Izjok2ZFXo,10889
|
|
122
122
|
iamdata/data/actions/dbqms.json,sha256=EWysMBNi2wG7R8UZGlyQc6NAdy1WaML-die32lA8wwA,3105
|
|
123
|
-
iamdata/data/actions/deadline.json,sha256=
|
|
123
|
+
iamdata/data/actions/deadline.json,sha256=GhxLCL_kx2S590ct_Dv2tS3NKC3Wy4Lt7FAHwuStsk8,54704
|
|
124
124
|
iamdata/data/actions/deepcomposer.json,sha256=YxotYgeP3SHTZW9DL95NGyK1_9k5HdQnE_b0f2QyR9A,8156
|
|
125
125
|
iamdata/data/actions/deepracer.json,sha256=rYA14iM8jR0GrxZPjEucIh8lqXovzmNchEpEac5NPiY,25683
|
|
126
126
|
iamdata/data/actions/detective.json,sha256=R1DjPpTUGavoDiQbyz-tzYeq0iVSzG5hNiwXfszo8cg,14680
|
|
@@ -221,7 +221,7 @@ iamdata/data/actions/kafka.json,sha256=0h-9oYlFG8ehC4D9uK9aPe4TazL__SxQB9T8sbbxu
|
|
|
221
221
|
iamdata/data/actions/kafkaconnect.json,sha256=OhY809kdh8fg4kAwj9qffuUheVinNa8S8aXxyIcKeFI,8400
|
|
222
222
|
iamdata/data/actions/kendra-ranking.json,sha256=eABRV6btlCgqmuPN72trM9HFryhJp4QMdrH2yTfAnho,3466
|
|
223
223
|
iamdata/data/actions/kendra.json,sha256=KkFOjMGLJhQ869Z8vzmHnLIoblFPOrPynRiBXr-GqL0,32081
|
|
224
|
-
iamdata/data/actions/kinesis.json,sha256=
|
|
224
|
+
iamdata/data/actions/kinesis.json,sha256=bx6GqNMc2LA29tYXfJyf1UNyyXvXDg4t_p5SpjzeXmQ,16833
|
|
225
225
|
iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
|
|
226
226
|
iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
|
|
227
227
|
iamdata/data/actions/kms.json,sha256=_tDjPtU93348SYcuDcdBDqW2KjshrAjTZRKcBnf3jGY,34241
|
|
@@ -331,7 +331,7 @@ iamdata/data/actions/route53-recovery-readiness.json,sha256=E08u__ARHHaoJsn2n8RY
|
|
|
331
331
|
iamdata/data/actions/route53.json,sha256=CJ7SgQGw6pPxM7RUSAPglXzqMUij0O5ySzT4uWG2Qyc,28929
|
|
332
332
|
iamdata/data/actions/route53domains.json,sha256=18mQoz2pO-N8QQQru67ZW7It2t6mDMzgBiDn5rkcoNY,10071
|
|
333
333
|
iamdata/data/actions/route53profiles.json,sha256=bBn1zxep4yoRfmJSCxfwZCXi8jCJKMwJqDoWu7Jg_fo,6282
|
|
334
|
-
iamdata/data/actions/route53resolver.json,sha256
|
|
334
|
+
iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRwaEWgYMLhAO94,35025
|
|
335
335
|
iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
|
|
336
336
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
337
337
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
@@ -371,11 +371,11 @@ iamdata/data/actions/social-messaging.json,sha256=DgXPl01D5XYRAs-BUo2Q07dAp_tomT
|
|
|
371
371
|
iamdata/data/actions/sqlworkbench.json,sha256=Rt5mcsmu4Fsh1EzIlIGo-l7mhM8zQp4gHnnQ8emBk1I,29911
|
|
372
372
|
iamdata/data/actions/sqs.json,sha256=vAzo-n4XZe9Io24S9PJWOZT-rApm2Lbi8H9_v5wWYx8,7864
|
|
373
373
|
iamdata/data/actions/ssm-contacts.json,sha256=lYEq-XLJXI4cO5yQUUePxBzPPAg2T2Of6jdWQfH5ruo,15449
|
|
374
|
-
iamdata/data/actions/ssm-guiconnect.json,sha256=
|
|
374
|
+
iamdata/data/actions/ssm-guiconnect.json,sha256=uSgoI84CQz6FscQtAfDLAc7IfFm9tIm191dt-vjZDk4,1997
|
|
375
375
|
iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
|
|
376
376
|
iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
|
|
377
377
|
iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
|
|
378
|
-
iamdata/data/actions/ssm.json,sha256=
|
|
378
|
+
iamdata/data/actions/ssm.json,sha256=z89O17j57FHMSwf8OGHXkWvJ6HRYLf6BpHiUPEjP6jk,72073
|
|
379
379
|
iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
|
|
380
380
|
iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
|
|
381
381
|
iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
|
|
@@ -538,7 +538,7 @@ iamdata/data/conditionKeys/datasync.json,sha256=ZCRkZRsrtFt1Xv-QtEGB7Gi47oe4yPxP
|
|
|
538
538
|
iamdata/data/conditionKeys/datazone.json,sha256=gn5UgWQkoz9XGXtl4qzkvKr2KW-I3hyfqvefn3E-z2g,992
|
|
539
539
|
iamdata/data/conditionKeys/dax.json,sha256=vtrePBU6bvIUPaiwNkSvP16kN3STJKTbz4j-qth9kt4,211
|
|
540
540
|
iamdata/data/conditionKeys/dbqms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
541
|
-
iamdata/data/conditionKeys/deadline.json,sha256=
|
|
541
|
+
iamdata/data/conditionKeys/deadline.json,sha256=nCsEX2_FANYZ5mO_FhG2gmstoqfOkP6i8T8DzyGCIC4,2189
|
|
542
542
|
iamdata/data/conditionKeys/deepcomposer.json,sha256=JvMsBWtJ4AFGCd6tmGcW4x22C10PEH-7wB4Qi3LyMk4,583
|
|
543
543
|
iamdata/data/conditionKeys/deepracer.json,sha256=7_5V19fU4JuaGeZomlwvXOgyuTeZqElK5l6TB7HIfco,793
|
|
544
544
|
iamdata/data/conditionKeys/detective.json,sha256=-Wl_ORa5mSvuG9pThxSkSN1CfhRQZtJTlaNi-sNiJ-Q,551
|
|
@@ -793,7 +793,7 @@ iamdata/data/conditionKeys/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
793
793
|
iamdata/data/conditionKeys/ssm-incidents.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
794
794
|
iamdata/data/conditionKeys/ssm-quicksetup.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
795
795
|
iamdata/data/conditionKeys/ssm-sap.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
796
|
-
iamdata/data/conditionKeys/ssm.json,sha256=
|
|
796
|
+
iamdata/data/conditionKeys/ssm.json,sha256=uoLany3hXi11SH8KQdLHb6ACmQxfRjSDc3XyzGlB1W0,3873
|
|
797
797
|
iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
|
|
798
798
|
iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
799
799
|
iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -956,7 +956,7 @@ iamdata/data/resourceTypes/datasync.json,sha256=FKmEVYFSlv29q6-5eRPqIIt5Rcos9kZB
|
|
|
956
956
|
iamdata/data/resourceTypes/datazone.json,sha256=xungZEWmSCuwJXn-cjVILwOfatFOXXgy4cuhSynRnQg,185
|
|
957
957
|
iamdata/data/resourceTypes/dax.json,sha256=j38DUrIcw-Y8qNCb6oShucHJN7o1I-DNXRwoAKw35cM,128
|
|
958
958
|
iamdata/data/resourceTypes/dbqms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
959
|
-
iamdata/data/resourceTypes/deadline.json,sha256=
|
|
959
|
+
iamdata/data/resourceTypes/deadline.json,sha256=XVoHZRhu-k--V6AwX1bxyG7JFixNAbttuHdmlj-wmfA,2073
|
|
960
960
|
iamdata/data/resourceTypes/deepcomposer.json,sha256=ZMCknJ5_jSCkfn1dHJJZLOpBnr_RTKtAdf9oA8Bp7HM,511
|
|
961
961
|
iamdata/data/resourceTypes/deepracer.json,sha256=aglDmxHQpVNIDcyJwRbpVv_jCd5z5b5X0uoahEai0kI,1391
|
|
962
962
|
iamdata/data/resourceTypes/detective.json,sha256=8lZYluQw8v2KPJQIYEajLXpRND-J9J0r8drzhxRszSY,185
|
|
@@ -1167,7 +1167,7 @@ iamdata/data/resourceTypes/route53-recovery-readiness.json,sha256=gzrGi7bkaK390x
|
|
|
1167
1167
|
iamdata/data/resourceTypes/route53.json,sha256=xwp1WToGodqGLGLblONiETE-r80_Kqetno3KrebV_FU,1022
|
|
1168
1168
|
iamdata/data/resourceTypes/route53domains.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1169
1169
|
iamdata/data/resourceTypes/route53profiles.json,sha256=wpRmIG0wS3EiBf6aV1TLn1rW0-qzErgvwVwM6kGM8Ek,428
|
|
1170
|
-
iamdata/data/resourceTypes/route53resolver.json,sha256=
|
|
1170
|
+
iamdata/data/resourceTypes/route53resolver.json,sha256=umOCVNbwsk8zB-EXufWyKcqkLusRaVwGfzyGCEH-9Ks,2479
|
|
1171
1171
|
iamdata/data/resourceTypes/rum.json,sha256=m1eE-xNr263sMkH0uPwMTqq97y-fTn7lQhWq8ULLVM8,204
|
|
1172
1172
|
iamdata/data/resourceTypes/s3-object-lambda.json,sha256=anlR9MWqsDVRoLgtetNG3qf-_SzLKg_IKYaOws7wd8Y,175
|
|
1173
1173
|
iamdata/data/resourceTypes/s3-outposts.json,sha256=vzIzZ1JQ0z8mxa4xdGSCSkdH-9FuXAUSyE9uDdd17FU,629
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202505011.dist-info/METADATA,sha256=36RWcz-VagHk2mjGF2_MNp3IRPEsNDKFkdmTaFvI3pM,3491
|
|
1269
|
+
iamdata-0.1.202505011.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202505011.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202505011.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|