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

Files changed (31) hide show
  1. iamdata/data/actions/bedrock-agentcore.json +1063 -0
  2. iamdata/data/actions/dataexchange.json +61 -9
  3. iamdata/data/actions/datazone.json +9 -0
  4. iamdata/data/actions/freetier.json +32 -0
  5. iamdata/data/actions/network-firewall.json +21 -0
  6. iamdata/data/actions/network-security-director.json +74 -0
  7. iamdata/data/actions/rds.json +25 -2
  8. iamdata/data/actions/s3.json +65 -3
  9. iamdata/data/actions/s3vectors.json +242 -0
  10. iamdata/data/actions/sagemaker-mlflow.json +135 -0
  11. iamdata/data/actions/sagemaker.json +144 -3
  12. iamdata/data/actions/securitylake.json +1 -0
  13. iamdata/data/conditionKeys/bedrock-agentcore.json +22 -0
  14. iamdata/data/conditionKeys/s3.json +10 -0
  15. iamdata/data/conditionKeys/s3vectors.json +12 -0
  16. iamdata/data/conditionKeys/sagemaker.json +10 -0
  17. iamdata/data/metadata.json +2 -2
  18. iamdata/data/resourceTypes/bedrock-agentcore.json +46 -0
  19. iamdata/data/resourceTypes/dataexchange.json +4 -1
  20. iamdata/data/resourceTypes/rds.json +4 -1
  21. iamdata/data/resourceTypes/s3vectors.json +10 -0
  22. iamdata/data/resourceTypes/sagemaker.json +10 -2
  23. iamdata/data/serviceNames.json +3 -1
  24. iamdata/data/services.json +3 -1
  25. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/METADATA +1 -1
  26. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/RECORD +30 -24
  27. iamdata/data/actions/supportrecommendations.json +0 -20
  28. /iamdata/data/conditionKeys/{supportrecommendations.json → network-security-director.json} +0 -0
  29. /iamdata/data/resourceTypes/{supportrecommendations.json → network-security-director.json} +0 -0
  30. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/WHEEL +0 -0
  31. {iamdata-0.1.202507151.dist-info → iamdata-0.1.202507171.dist-info}/licenses/LICENSE.txt +0 -0
@@ -49,20 +49,34 @@
49
49
  "name": "CreateDataGrant",
50
50
  "description": "Grants permission to create a data grant",
51
51
  "accessLevel": "Write",
52
- "resourceTypes": [],
52
+ "resourceTypes": [
53
+ {
54
+ "name": "data-grants",
55
+ "required": true,
56
+ "conditionKeys": [],
57
+ "dependentActions": [
58
+ "dataexchange:PublishToDataGrant"
59
+ ]
60
+ }
61
+ ],
53
62
  "conditionKeys": [
54
63
  "aws:RequestTag/${TagKey}",
55
64
  "aws:TagKeys"
56
65
  ],
57
- "dependentActions": [
58
- "dataexchange:PublishToDataGrant"
59
- ]
66
+ "dependentActions": []
60
67
  },
61
68
  "createdataset": {
62
69
  "name": "CreateDataSet",
63
70
  "description": "Grants permission to create a data set",
64
71
  "accessLevel": "Write",
65
- "resourceTypes": [],
72
+ "resourceTypes": [
73
+ {
74
+ "name": "data-sets",
75
+ "required": true,
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ }
79
+ ],
66
80
  "conditionKeys": [
67
81
  "aws:RequestTag/${TagKey}",
68
82
  "aws:TagKeys"
@@ -73,15 +87,32 @@
73
87
  "name": "CreateEventAction",
74
88
  "description": "Grants permission to create an event action",
75
89
  "accessLevel": "Write",
76
- "resourceTypes": [],
77
- "conditionKeys": [],
90
+ "resourceTypes": [
91
+ {
92
+ "name": "event-actions",
93
+ "required": true,
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ }
97
+ ],
98
+ "conditionKeys": [
99
+ "aws:RequestTag/${TagKey}",
100
+ "aws:TagKeys"
101
+ ],
78
102
  "dependentActions": []
79
103
  },
80
104
  "createjob": {
81
105
  "name": "CreateJob",
82
106
  "description": "Grants permission to create a job to import or export assets",
83
107
  "accessLevel": "Write",
84
- "resourceTypes": [],
108
+ "resourceTypes": [
109
+ {
110
+ "name": "jobs",
111
+ "required": true,
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ }
115
+ ],
85
116
  "conditionKeys": [
86
117
  "dataexchange:JobType"
87
118
  ],
@@ -408,6 +439,12 @@
408
439
  "conditionKeys": [],
409
440
  "dependentActions": []
410
441
  },
442
+ {
443
+ "name": "event-actions",
444
+ "required": false,
445
+ "conditionKeys": [],
446
+ "dependentActions": []
447
+ },
411
448
  {
412
449
  "name": "revisions",
413
450
  "required": false,
@@ -447,7 +484,10 @@
447
484
  "dependentActions": []
448
485
  }
449
486
  ],
450
- "conditionKeys": [],
487
+ "conditionKeys": [
488
+ "aws:RequestTag/${TagKey}",
489
+ "aws:TagKeys"
490
+ ],
451
491
  "dependentActions": []
452
492
  },
453
493
  "revokerevision": {
@@ -541,6 +581,12 @@
541
581
  "conditionKeys": [],
542
582
  "dependentActions": []
543
583
  },
584
+ {
585
+ "name": "event-actions",
586
+ "required": false,
587
+ "conditionKeys": [],
588
+ "dependentActions": []
589
+ },
544
590
  {
545
591
  "name": "revisions",
546
592
  "required": false,
@@ -571,6 +617,12 @@
571
617
  "conditionKeys": [],
572
618
  "dependentActions": []
573
619
  },
620
+ {
621
+ "name": "event-actions",
622
+ "required": false,
623
+ "conditionKeys": [],
624
+ "dependentActions": []
625
+ },
574
626
  {
575
627
  "name": "revisions",
576
628
  "required": false,
@@ -1318,6 +1318,15 @@
1318
1318
  "conditionKeys": [],
1319
1319
  "dependentActions": []
1320
1320
  },
1321
+ "startaccountbootstrapaction": {
1322
+ "name": "StartAccountBootstrapAction",
1323
+ "isPermissionOnly": true,
1324
+ "description": "Grants permission to start account bootstrap action for a domain",
1325
+ "accessLevel": "Write",
1326
+ "resourceTypes": [],
1327
+ "conditionKeys": [],
1328
+ "dependentActions": []
1329
+ },
1321
1330
  "startdatasourcerun": {
1322
1331
  "name": "StartDataSourceRun",
1323
1332
  "description": "Grants permission to start a DataSource run job",
@@ -1,4 +1,20 @@
1
1
  {
2
+ "getaccountactivity": {
3
+ "name": "GetAccountActivity",
4
+ "description": "Grants permission to get a specific activity record",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "getaccountplanstate": {
11
+ "name": "GetAccountPlanState",
12
+ "description": "Grants permission to get all of the information related to the state of the account plan related to Free Tier",
13
+ "accessLevel": "Read",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
2
18
  "getfreetieralertpreference": {
3
19
  "name": "GetFreeTierAlertPreference",
4
20
  "isPermissionOnly": true,
@@ -16,6 +32,14 @@
16
32
  "conditionKeys": [],
17
33
  "dependentActions": []
18
34
  },
35
+ "listaccountactivities": {
36
+ "name": "ListAccountActivities",
37
+ "description": "Grants permission to list available activities",
38
+ "accessLevel": "List",
39
+ "resourceTypes": [],
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ },
19
43
  "putfreetieralertpreference": {
20
44
  "name": "PutFreeTierAlertPreference",
21
45
  "isPermissionOnly": true,
@@ -24,5 +48,13 @@
24
48
  "resourceTypes": [],
25
49
  "conditionKeys": [],
26
50
  "dependentActions": []
51
+ },
52
+ "upgradeaccountplan": {
53
+ "name": "UpgradeAccountPlan",
54
+ "description": "Grants permission to trigger an upgrade of account plan",
55
+ "accessLevel": "Write",
56
+ "resourceTypes": [],
57
+ "conditionKeys": [],
58
+ "dependentActions": []
27
59
  }
28
60
  }
@@ -497,6 +497,27 @@
497
497
  "conditionKeys": [],
498
498
  "dependentActions": []
499
499
  },
500
+ "describerulegroupsummary": {
501
+ "name": "DescribeRuleGroupSummary",
502
+ "description": "Grants permission to retrieve the summary information about a rule group",
503
+ "accessLevel": "Read",
504
+ "resourceTypes": [
505
+ {
506
+ "name": "StatefulRuleGroup",
507
+ "required": false,
508
+ "conditionKeys": [],
509
+ "dependentActions": []
510
+ },
511
+ {
512
+ "name": "StatelessRuleGroup",
513
+ "required": false,
514
+ "conditionKeys": [],
515
+ "dependentActions": []
516
+ }
517
+ ],
518
+ "conditionKeys": [],
519
+ "dependentActions": []
520
+ },
500
521
  "describetlsinspectionconfiguration": {
501
522
  "name": "DescribeTLSInspectionConfiguration",
502
523
  "description": "Grants permission to retrieve the data objects that define a tls inspection configuration",
@@ -0,0 +1,74 @@
1
+ {
2
+ "getfinding": {
3
+ "name": "GetFinding",
4
+ "description": "Grants permission to get a finding",
5
+ "accessLevel": "Read",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "getnetworksecurityscan": {
11
+ "name": "GetNetworkSecurityScan",
12
+ "description": "Grants permission to get the status of network security scan",
13
+ "accessLevel": "Read",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "getresource": {
19
+ "name": "GetResource",
20
+ "description": "Grants permission to get a resource",
21
+ "accessLevel": "Read",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
26
+ "listfindings": {
27
+ "name": "ListFindings",
28
+ "description": "Grants permission to list findings",
29
+ "accessLevel": "List",
30
+ "resourceTypes": [],
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ },
34
+ "listinsights": {
35
+ "name": "ListInsights",
36
+ "description": "Grants permission to list insights about the latest network security scan",
37
+ "accessLevel": "List",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ },
42
+ "listremediations": {
43
+ "name": "ListRemediations",
44
+ "description": "Grants permission to list remediations for a finding",
45
+ "accessLevel": "List",
46
+ "resourceTypes": [],
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ },
50
+ "listresources": {
51
+ "name": "ListResources",
52
+ "description": "Grants permission to list resources",
53
+ "accessLevel": "List",
54
+ "resourceTypes": [],
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ },
58
+ "startnetworksecurityscan": {
59
+ "name": "StartNetworkSecurityScan",
60
+ "description": "Grants permission to start a network security scan",
61
+ "accessLevel": "Write",
62
+ "resourceTypes": [],
63
+ "conditionKeys": [],
64
+ "dependentActions": []
65
+ },
66
+ "updatefinding": {
67
+ "name": "UpdateFinding",
68
+ "description": "Grants permission to update the status of a finding",
69
+ "accessLevel": "Write",
70
+ "resourceTypes": [],
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ }
74
+ }
@@ -101,6 +101,12 @@
101
101
  "conditionKeys": [],
102
102
  "dependentActions": []
103
103
  },
104
+ {
105
+ "name": "global-cluster",
106
+ "required": false,
107
+ "conditionKeys": [],
108
+ "dependentActions": []
109
+ },
104
110
  {
105
111
  "name": "integration",
106
112
  "required": false,
@@ -883,7 +889,9 @@
883
889
  "name": "cluster",
884
890
  "required": true,
885
891
  "conditionKeys": [],
886
- "dependentActions": []
892
+ "dependentActions": [
893
+ "rds:AddTagsToResource"
894
+ ]
887
895
  },
888
896
  {
889
897
  "name": "global-cluster",
@@ -892,7 +900,10 @@
892
900
  "dependentActions": []
893
901
  }
894
902
  ],
895
- "conditionKeys": [],
903
+ "conditionKeys": [
904
+ "aws:RequestTag/${TagKey}",
905
+ "aws:TagKeys"
906
+ ],
896
907
  "dependentActions": []
897
908
  },
898
909
  "createintegration": {
@@ -2201,6 +2212,12 @@
2201
2212
  "conditionKeys": [],
2202
2213
  "dependentActions": []
2203
2214
  },
2215
+ {
2216
+ "name": "global-cluster",
2217
+ "required": false,
2218
+ "conditionKeys": [],
2219
+ "dependentActions": []
2220
+ },
2204
2221
  {
2205
2222
  "name": "integration",
2206
2223
  "required": false,
@@ -2947,6 +2964,12 @@
2947
2964
  "conditionKeys": [],
2948
2965
  "dependentActions": []
2949
2966
  },
2967
+ {
2968
+ "name": "global-cluster",
2969
+ "required": false,
2970
+ "conditionKeys": [],
2971
+ "dependentActions": []
2972
+ },
2950
2973
  {
2951
2974
  "name": "integration",
2952
2975
  "required": false,
@@ -101,6 +101,7 @@
101
101
  }
102
102
  ],
103
103
  "conditionKeys": [
104
+ "s3:AccessGrantScope",
104
105
  "s3:authType",
105
106
  "s3:ResourceAccount",
106
107
  "s3:signatureAge",
@@ -151,6 +152,7 @@
151
152
  }
152
153
  ],
153
154
  "conditionKeys": [
155
+ "s3:AccessGrantsLocationScope",
154
156
  "s3:authType",
155
157
  "s3:ResourceAccount",
156
158
  "s3:signatureAge",
@@ -247,7 +249,7 @@
247
249
  },
248
250
  "createbucketmetadatatableconfiguration": {
249
251
  "name": "CreateBucketMetadataTableConfiguration",
250
- "description": "Grants permission to create a new S3 Metadata configuration for a specified bucket",
252
+ "description": "Grants permission to create a new S3 Metadata configuration for a specified general purpose bucket",
251
253
  "accessLevel": "Write",
252
254
  "resourceTypes": [
253
255
  {
@@ -255,9 +257,12 @@
255
257
  "required": true,
256
258
  "conditionKeys": [],
257
259
  "dependentActions": [
260
+ "kms:DescribeKey",
258
261
  "s3tables:CreateNamespace",
259
262
  "s3tables:CreateTable",
263
+ "s3tables:CreateTableBucket",
260
264
  "s3tables:GetTable",
265
+ "s3tables:PutTableEncryption",
261
266
  "s3tables:PutTablePolicy"
262
267
  ]
263
268
  }
@@ -347,6 +352,7 @@
347
352
  }
348
353
  ],
349
354
  "conditionKeys": [
355
+ "s3:AccessGrantScope",
350
356
  "s3:authType",
351
357
  "s3:ResourceAccount",
352
358
  "s3:signatureAge",
@@ -416,6 +422,7 @@
416
422
  }
417
423
  ],
418
424
  "conditionKeys": [
425
+ "s3:AccessGrantsLocationScope",
419
426
  "s3:authType",
420
427
  "s3:ResourceAccount",
421
428
  "s3:signatureAge",
@@ -550,7 +557,7 @@
550
557
  },
551
558
  "deletebucketmetadatatableconfiguration": {
552
559
  "name": "DeleteBucketMetadataTableConfiguration",
553
- "description": "Grants permission to delete the S3 Metadata configuration for a specified bucket",
560
+ "description": "Grants permission to delete the S3 Metadata configuration for a specified general purpose bucket",
554
561
  "accessLevel": "Write",
555
562
  "resourceTypes": [
556
563
  {
@@ -935,6 +942,7 @@
935
942
  }
936
943
  ],
937
944
  "conditionKeys": [
945
+ "s3:AccessGrantScope",
938
946
  "s3:authType",
939
947
  "s3:ResourceAccount",
940
948
  "s3:signatureAge",
@@ -1027,6 +1035,7 @@
1027
1035
  }
1028
1036
  ],
1029
1037
  "conditionKeys": [
1038
+ "s3:AccessGrantsLocationScope",
1030
1039
  "s3:authType",
1031
1040
  "s3:ResourceAccount",
1032
1041
  "s3:signatureAge",
@@ -1332,7 +1341,7 @@
1332
1341
  },
1333
1342
  "getbucketmetadatatableconfiguration": {
1334
1343
  "name": "GetBucketMetadataTableConfiguration",
1335
- "description": "Grants permission to return the S3 Metadata configuration for a specified bucket",
1344
+ "description": "Grants permission to return the S3 Metadata configuration for a specified general purpose bucket",
1336
1345
  "accessLevel": "Read",
1337
1346
  "resourceTypes": [
1338
1347
  {
@@ -3782,6 +3791,7 @@
3782
3791
  }
3783
3792
  ],
3784
3793
  "conditionKeys": [
3794
+ "s3:AccessGrantsLocationScope",
3785
3795
  "s3:authType",
3786
3796
  "s3:ResourceAccount",
3787
3797
  "s3:signatureAge",
@@ -3792,6 +3802,58 @@
3792
3802
  ],
3793
3803
  "dependentActions": []
3794
3804
  },
3805
+ "updatebucketmetadatainventorytableconfiguration": {
3806
+ "name": "UpdateBucketMetadataInventoryTableConfiguration",
3807
+ "description": "Grants permission to update the inventory table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
3808
+ "accessLevel": "Write",
3809
+ "resourceTypes": [
3810
+ {
3811
+ "name": "bucket",
3812
+ "required": true,
3813
+ "conditionKeys": [],
3814
+ "dependentActions": [
3815
+ "kms:DescribeKey",
3816
+ "s3tables:CreateNamespace",
3817
+ "s3tables:CreateTable",
3818
+ "s3tables:CreateTableBucket",
3819
+ "s3tables:GetTable",
3820
+ "s3tables:PutTableEncryption",
3821
+ "s3tables:PutTablePolicy"
3822
+ ]
3823
+ }
3824
+ ],
3825
+ "conditionKeys": [
3826
+ "s3:authType",
3827
+ "s3:ResourceAccount",
3828
+ "s3:signatureAge",
3829
+ "s3:signatureversion",
3830
+ "s3:TlsVersion",
3831
+ "s3:x-amz-content-sha256"
3832
+ ],
3833
+ "dependentActions": []
3834
+ },
3835
+ "updatebucketmetadatajournaltableconfiguration": {
3836
+ "name": "UpdateBucketMetadataJournalTableConfiguration",
3837
+ "description": "Grants permission to update the journal table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
3838
+ "accessLevel": "Write",
3839
+ "resourceTypes": [
3840
+ {
3841
+ "name": "bucket",
3842
+ "required": true,
3843
+ "conditionKeys": [],
3844
+ "dependentActions": []
3845
+ }
3846
+ ],
3847
+ "conditionKeys": [
3848
+ "s3:authType",
3849
+ "s3:ResourceAccount",
3850
+ "s3:signatureAge",
3851
+ "s3:signatureversion",
3852
+ "s3:TlsVersion",
3853
+ "s3:x-amz-content-sha256"
3854
+ ],
3855
+ "dependentActions": []
3856
+ },
3795
3857
  "updatejobpriority": {
3796
3858
  "name": "UpdateJobPriority",
3797
3859
  "description": "Grants permission to update the priority of an existing job",