iamdata 0.1.202507241__py3-none-any.whl → 0.1.202507251__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.

@@ -102,7 +102,11 @@
102
102
  "dependentActions": []
103
103
  }
104
104
  ],
105
- "conditionKeys": [],
105
+ "conditionKeys": [
106
+ "aws:TagKeys",
107
+ "aws:RequestTag/${TagKey}",
108
+ "aws:ResourceTag/${TagKey}"
109
+ ],
106
110
  "dependentActions": []
107
111
  },
108
112
  "tagresource": {
@@ -7,6 +7,22 @@
7
7
  "conditionKeys": [],
8
8
  "dependentActions": []
9
9
  },
10
+ "batchassociatecodesecurityscanconfiguration": {
11
+ "name": "BatchAssociateCodeSecurityScanConfiguration",
12
+ "description": "Grants permission to associate multiple code repositories with an Amazon Inspector code security scan configuration",
13
+ "accessLevel": "Write",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "batchdisassociatecodesecurityscanconfiguration": {
19
+ "name": "BatchDisassociateCodeSecurityScanConfiguration",
20
+ "description": "Grants permission to disassociate multiple code repositories from an Amazon Inspector code security scan configuration",
21
+ "accessLevel": "Write",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
10
26
  "batchgetaccountstatus": {
11
27
  "name": "BatchGetAccountStatus",
12
28
  "description": "Grants permission to retrieve information about Amazon Inspector accounts for an account",
@@ -90,6 +106,42 @@
90
106
  ],
91
107
  "dependentActions": []
92
108
  },
109
+ "createcodesecurityintegration": {
110
+ "name": "CreateCodeSecurityIntegration",
111
+ "description": "Grants permission to create a code security integration with a source code repository provider",
112
+ "accessLevel": "Write",
113
+ "resourceTypes": [
114
+ {
115
+ "name": "Code Security Integration",
116
+ "required": true,
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ }
120
+ ],
121
+ "conditionKeys": [
122
+ "aws:RequestTag/${TagKey}",
123
+ "aws:TagKeys"
124
+ ],
125
+ "dependentActions": []
126
+ },
127
+ "createcodesecurityscanconfiguration": {
128
+ "name": "CreateCodeSecurityScanConfiguration",
129
+ "description": "Grants permission to create a scan configuration for code security scanning",
130
+ "accessLevel": "Write",
131
+ "resourceTypes": [
132
+ {
133
+ "name": "Code Security Scan Configuration",
134
+ "required": true,
135
+ "conditionKeys": [],
136
+ "dependentActions": []
137
+ }
138
+ ],
139
+ "conditionKeys": [
140
+ "aws:RequestTag/${TagKey}",
141
+ "aws:TagKeys"
142
+ ],
143
+ "dependentActions": []
144
+ },
93
145
  "createfilter": {
94
146
  "name": "CreateFilter",
95
147
  "description": "Grants permission to create and define the settings for a findings filter",
@@ -141,6 +193,36 @@
141
193
  ],
142
194
  "dependentActions": []
143
195
  },
196
+ "deletecodesecurityintegration": {
197
+ "name": "DeleteCodeSecurityIntegration",
198
+ "description": "Grants permission to delete a code security integration",
199
+ "accessLevel": "Write",
200
+ "resourceTypes": [
201
+ {
202
+ "name": "Code Security Integration",
203
+ "required": true,
204
+ "conditionKeys": [],
205
+ "dependentActions": []
206
+ }
207
+ ],
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ },
211
+ "deletecodesecurityscanconfiguration": {
212
+ "name": "DeleteCodeSecurityScanConfiguration",
213
+ "description": "Grants permission to delete a code security scan configuration",
214
+ "accessLevel": "Write",
215
+ "resourceTypes": [
216
+ {
217
+ "name": "Code Security Scan Configuration",
218
+ "required": true,
219
+ "conditionKeys": [],
220
+ "dependentActions": []
221
+ }
222
+ ],
223
+ "conditionKeys": [],
224
+ "dependentActions": []
225
+ },
144
226
  "deletefilter": {
145
227
  "name": "DeleteFilter",
146
228
  "description": "Grants permission to delete a findings filter",
@@ -228,6 +310,30 @@
228
310
  "conditionKeys": [],
229
311
  "dependentActions": []
230
312
  },
313
+ "getcodesecurityintegration": {
314
+ "name": "GetCodeSecurityIntegration",
315
+ "description": "Grants permission to retrieve information about a code security integration",
316
+ "accessLevel": "Read",
317
+ "resourceTypes": [],
318
+ "conditionKeys": [],
319
+ "dependentActions": []
320
+ },
321
+ "getcodesecurityscan": {
322
+ "name": "GetCodeSecurityScan",
323
+ "description": "Grants permission to retrieve information about a specific code security scan",
324
+ "accessLevel": "Read",
325
+ "resourceTypes": [],
326
+ "conditionKeys": [],
327
+ "dependentActions": []
328
+ },
329
+ "getcodesecurityscanconfiguration": {
330
+ "name": "GetCodeSecurityScanConfiguration",
331
+ "description": "Grants permission to retrieve information about a code security scan configuration",
332
+ "accessLevel": "Read",
333
+ "resourceTypes": [],
334
+ "conditionKeys": [],
335
+ "dependentActions": []
336
+ },
231
337
  "getconfiguration": {
232
338
  "name": "GetConfiguration",
233
339
  "description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS account",
@@ -324,6 +430,30 @@
324
430
  "conditionKeys": [],
325
431
  "dependentActions": []
326
432
  },
433
+ "listcodesecurityintegrations": {
434
+ "name": "ListCodeSecurityIntegrations",
435
+ "description": "Grants permission to list all code security integrations in your account",
436
+ "accessLevel": "List",
437
+ "resourceTypes": [],
438
+ "conditionKeys": [],
439
+ "dependentActions": []
440
+ },
441
+ "listcodesecurityscanconfigurationassociations": {
442
+ "name": "ListCodeSecurityScanConfigurationAssociations",
443
+ "description": "Grants permission to list the associations between code repositories and Amazon Inspector code security scan configurations",
444
+ "accessLevel": "List",
445
+ "resourceTypes": [],
446
+ "conditionKeys": [],
447
+ "dependentActions": []
448
+ },
449
+ "listcodesecurityscanconfigurations": {
450
+ "name": "ListCodeSecurityScanConfigurations",
451
+ "description": "Grants permission to list all code security scan configurations in your account",
452
+ "accessLevel": "List",
453
+ "resourceTypes": [],
454
+ "conditionKeys": [],
455
+ "dependentActions": []
456
+ },
327
457
  "listcoverage": {
328
458
  "name": "ListCoverage",
329
459
  "description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors",
@@ -436,6 +566,14 @@
436
566
  "conditionKeys": [],
437
567
  "dependentActions": []
438
568
  },
569
+ "startcodesecurityscan": {
570
+ "name": "StartCodeSecurityScan",
571
+ "description": "Grants permission to initiate a code security scan on a specified repository",
572
+ "accessLevel": "Write",
573
+ "resourceTypes": [],
574
+ "conditionKeys": [],
575
+ "dependentActions": []
576
+ },
439
577
  "stopcissession": {
440
578
  "name": "StopCisSession",
441
579
  "description": "Grants permission to stop a CIS scan session",
@@ -455,6 +593,18 @@
455
593
  "conditionKeys": [],
456
594
  "dependentActions": []
457
595
  },
596
+ {
597
+ "name": "Code Security Integration",
598
+ "required": false,
599
+ "conditionKeys": [],
600
+ "dependentActions": []
601
+ },
602
+ {
603
+ "name": "Code Security Scan Configuration",
604
+ "required": false,
605
+ "conditionKeys": [],
606
+ "dependentActions": []
607
+ },
458
608
  {
459
609
  "name": "Filter",
460
610
  "required": false,
@@ -480,6 +630,18 @@
480
630
  "conditionKeys": [],
481
631
  "dependentActions": []
482
632
  },
633
+ {
634
+ "name": "Code Security Integration",
635
+ "required": false,
636
+ "conditionKeys": [],
637
+ "dependentActions": []
638
+ },
639
+ {
640
+ "name": "Code Security Scan Configuration",
641
+ "required": false,
642
+ "conditionKeys": [],
643
+ "dependentActions": []
644
+ },
483
645
  {
484
646
  "name": "Filter",
485
647
  "required": false,
@@ -510,6 +672,40 @@
510
672
  ],
511
673
  "dependentActions": []
512
674
  },
675
+ "updatecodesecurityintegration": {
676
+ "name": "UpdateCodeSecurityIntegration",
677
+ "description": "Grants permission to update an existing code security integration",
678
+ "accessLevel": "Write",
679
+ "resourceTypes": [
680
+ {
681
+ "name": "Code Security Integration",
682
+ "required": true,
683
+ "conditionKeys": [],
684
+ "dependentActions": []
685
+ }
686
+ ],
687
+ "conditionKeys": [
688
+ "aws:ResourceTag/${TagKey}"
689
+ ],
690
+ "dependentActions": []
691
+ },
692
+ "updatecodesecurityscanconfiguration": {
693
+ "name": "UpdateCodeSecurityScanConfiguration",
694
+ "description": "Grants permission to update an existing code security scan configuration",
695
+ "accessLevel": "Write",
696
+ "resourceTypes": [
697
+ {
698
+ "name": "Code Security Scan Configuration",
699
+ "required": true,
700
+ "conditionKeys": [],
701
+ "dependentActions": []
702
+ }
703
+ ],
704
+ "conditionKeys": [
705
+ "aws:ResourceTag/${TagKey}"
706
+ ],
707
+ "dependentActions": []
708
+ },
513
709
  "updateconfiguration": {
514
710
  "name": "UpdateConfiguration",
515
711
  "description": "Grants permission to update information about the Amazon Inspector configuration settings for an AWS account",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202507241",
3
- "updatedAt": "2025-07-24T05:02:09.514Z"
2
+ "version": "0.1.202507251",
3
+ "updatedAt": "2025-07-25T05:03:20.270Z"
4
4
  }
@@ -16,5 +16,19 @@
16
16
  "conditionKeys": [
17
17
  "aws:ResourceTag/${TagKey}"
18
18
  ]
19
+ },
20
+ "code security scan configuration": {
21
+ "key": "Code Security Scan Configuration",
22
+ "arn": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/codesecurity-configuration/${CodeSecurityScanConfigurationId}",
23
+ "conditionKeys": [
24
+ "aws:ResourceTag/${TagKey}"
25
+ ]
26
+ },
27
+ "code security integration": {
28
+ "key": "Code Security Integration",
29
+ "arn": "arn:${Partition}:inspector2:${Region}:${Account}:codesecurity-integration/${CodeSecurityIntegrationId}",
30
+ "conditionKeys": [
31
+ "aws:ResourceTag/${TagKey}"
32
+ ]
19
33
  }
20
34
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507241
3
+ Version: 0.1.202507251
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=7FgKaTg9gdq_PpB-USB9QZ3af_2lcPPGopss1ZHJ6eY,76
7
+ iamdata/data/metadata.json,sha256=dSxefUfmhwIhWIOyUIfAiGSYOXr_LGbfr-s1wpb7auo,76
8
8
  iamdata/data/serviceNames.json,sha256=2FxBQrJ7gxWVYB2S0sLqMHXdh3oW3n5Z2nWDT8H-2x0,18575
9
9
  iamdata/data/services.json,sha256=FmWyi-xI0eK_g9bdwqFpaQKosjb2D4DoihExduuroyg,7223
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -112,7 +112,7 @@ iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48
112
112
  iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
113
113
  iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19GBemNWqy0,21776
114
114
  iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
115
- iamdata/data/actions/cur.json,sha256=03f0buxaNSdB02oVy3Fn6t32s_CnmaaUzrqXYi4QrwA,4253
115
+ iamdata/data/actions/cur.json,sha256=cKigywak1R1jKbMrLukLtZYpXp8ptWwJnf6m1WX1grA,4347
116
116
  iamdata/data/actions/customer-verification.json,sha256=swOWI9OxSElv4DOpBEU5foN6Fg1ZDX8FDdPTncp61d8,1483
117
117
  iamdata/data/actions/databrew.json,sha256=dJ2MhTmcx_k9wnbzptyfoA3N4pfphvm86i06j83XsDI,16949
118
118
  iamdata/data/actions/dataexchange.json,sha256=tnNIB0P2Nd9KmBGi1F55lfIoBm2Mg0rAgJ5AZ2nx6x0,17264
@@ -199,7 +199,7 @@ iamdata/data/actions/imagebuilder.json,sha256=sbR1OcX71VPdtaYPHS0Y8g93S-CDfU0o1B
199
199
  iamdata/data/actions/importexport.json,sha256=h1-JuJoaK_SEIUsKjZlSpjdlQ86fyNwkHCvi13vysPM,1738
200
200
  iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG3-KaKEd1HPI,269
201
201
  iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
202
- iamdata/data/actions/inspector2.json,sha256=S7sb8HtloLxRDOfvPH1NYsiKOEe1hTvF5C4z1yaNtqs,19025
202
+ iamdata/data/actions/inspector2.json,sha256=2TwZdy2sLPteb07iuTz6O07EjqbsDEt1fbQpRP6-bvE,25325
203
203
  iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
204
204
  iamdata/data/actions/invoicing.json,sha256=qS0q6VK-ZFU2aMzHxa5ypU-9ZDYPCAd1-tQSgPjD78k,4546
205
205
  iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
@@ -1049,7 +1049,7 @@ iamdata/data/resourceTypes/imagebuilder.json,sha256=4LgoHy4nkftrjmiYkCW1T4x234n8
1049
1049
  iamdata/data/resourceTypes/importexport.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1050
1050
  iamdata/data/resourceTypes/inspector-scan.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1051
1051
  iamdata/data/resourceTypes/inspector.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1052
- iamdata/data/resourceTypes/inspector2.json,sha256=qwtj0mRBNvlsCy1Pt_aeFdazuubU5Re-iE9M-wVTCLk,588
1052
+ iamdata/data/resourceTypes/inspector2.json,sha256=RgMycJ9Y484gPgbSXyMXvkqKnDu8VHWmY3htv3uFnA0,1143
1053
1053
  iamdata/data/resourceTypes/internetmonitor.json,sha256=L_2kQtm0HmhQbOif9L8K2FossGJA1s4nS8lgSrLWLHk,572
1054
1054
  iamdata/data/resourceTypes/invoicing.json,sha256=DhSlBITFYNy5DcCTjg2NftjJaXfMn_WK3LuLH-v_mzA,197
1055
1055
  iamdata/data/resourceTypes/iot-device-tester.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1286,7 +1286,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1286
1286
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1287
1287
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1288
1288
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1289
- iamdata-0.1.202507241.dist-info/METADATA,sha256=FIVPcWHY1UroW8IGIXRwQeu4T3ZIUl4bjU4sbiPfO6o,3491
1290
- iamdata-0.1.202507241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1291
- iamdata-0.1.202507241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1292
- iamdata-0.1.202507241.dist-info/RECORD,,
1289
+ iamdata-0.1.202507251.dist-info/METADATA,sha256=xRFaF8whbZaCL-UfjvD-N1zG4BApsXOZP1_7feqovAQ,3491
1290
+ iamdata-0.1.202507251.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1291
+ iamdata-0.1.202507251.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1292
+ iamdata-0.1.202507251.dist-info/RECORD,,