iamdata 0.1.202508271__py3-none-any.whl → 0.1.202508281__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.
@@ -453,6 +453,21 @@
453
453
  "conditionKeys": [],
454
454
  "dependentActions": []
455
455
  },
456
+ "describeinsightsrefresh": {
457
+ "name": "DescribeInsightsRefresh",
458
+ "description": "Grants permission to retrieve the status of the latest on-demand cluster insights refresh operation",
459
+ "accessLevel": "Read",
460
+ "resourceTypes": [
461
+ {
462
+ "name": "cluster",
463
+ "required": true,
464
+ "conditionKeys": [],
465
+ "dependentActions": []
466
+ }
467
+ ],
468
+ "conditionKeys": [],
469
+ "dependentActions": []
470
+ },
456
471
  "describenodegroup": {
457
472
  "name": "DescribeNodegroup",
458
473
  "description": "Grants permission to retrieve descriptive information about an Amazon EKS nodegroup",
@@ -807,6 +822,21 @@
807
822
  ],
808
823
  "dependentActions": []
809
824
  },
825
+ "startinsightsrefresh": {
826
+ "name": "StartInsightsRefresh",
827
+ "description": "Grants permission to initiate an on-demand refresh operation for cluster insights, getting the latest analysis outside of the standard refresh schedule",
828
+ "accessLevel": "Write",
829
+ "resourceTypes": [
830
+ {
831
+ "name": "cluster",
832
+ "required": true,
833
+ "conditionKeys": [],
834
+ "dependentActions": []
835
+ }
836
+ ],
837
+ "conditionKeys": [],
838
+ "dependentActions": []
839
+ },
810
840
  "tagresource": {
811
841
  "name": "TagResource",
812
842
  "description": "Grants permission to tag the specified resource",
@@ -10,7 +10,7 @@
10
10
  "deleteresourcepermission": {
11
11
  "name": "DeleteResourcePermission",
12
12
  "description": "Grants permission to delete the SSM for SAP level resource permissions associated with a SSM for SAP database resource",
13
- "accessLevel": "Write",
13
+ "accessLevel": "Permissions management",
14
14
  "resourceTypes": [],
15
15
  "conditionKeys": [],
16
16
  "dependentActions": []
@@ -53,6 +53,14 @@
53
53
  "conditionKeys": [],
54
54
  "dependentActions": []
55
55
  },
56
+ "getconfigurationcheckoperation": {
57
+ "name": "GetConfigurationCheckOperation",
58
+ "description": "Grants permission to get the details of a configuration check operation by specifying the operation ID",
59
+ "accessLevel": "Read",
60
+ "resourceTypes": [],
61
+ "conditionKeys": [],
62
+ "dependentActions": []
63
+ },
56
64
  "getdatabase": {
57
65
  "name": "GetDatabase",
58
66
  "description": "Grants permission to access information about a database registered with SSM for SAP by providing the application ID, component ID, and database ID",
@@ -72,7 +80,7 @@
72
80
  "getresourcepermission": {
73
81
  "name": "GetResourcePermission",
74
82
  "description": "Grants permission to get the SSM for SAP level resource permissions associated with a SSM for SAP database resource",
75
- "accessLevel": "Read",
83
+ "accessLevel": "Permissions management",
76
84
  "resourceTypes": [],
77
85
  "conditionKeys": [],
78
86
  "dependentActions": []
@@ -100,6 +108,22 @@
100
108
  "conditionKeys": [],
101
109
  "dependentActions": []
102
110
  },
111
+ "listconfigurationcheckdefinitions": {
112
+ "name": "ListConfigurationCheckDefinitions",
113
+ "description": "Grants permission to list all configuration check types supported by AWS Systems Manager for SAP",
114
+ "accessLevel": "List",
115
+ "resourceTypes": [],
116
+ "conditionKeys": [],
117
+ "dependentActions": []
118
+ },
119
+ "listconfigurationcheckoperations": {
120
+ "name": "ListConfigurationCheckOperations",
121
+ "description": "Grants permission to list past configuration check operations",
122
+ "accessLevel": "List",
123
+ "resourceTypes": [],
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ },
103
127
  "listdatabases": {
104
128
  "name": "ListDatabases",
105
129
  "description": "Grants permission to retrieve a list of all databases in the account of customer, or a specific application",
@@ -124,6 +148,22 @@
124
148
  "conditionKeys": [],
125
149
  "dependentActions": []
126
150
  },
151
+ "listsubcheckresults": {
152
+ "name": "ListSubCheckResults",
153
+ "description": "Grants permission to list the sub-check results of a specified configuration check operation",
154
+ "accessLevel": "List",
155
+ "resourceTypes": [],
156
+ "conditionKeys": [],
157
+ "dependentActions": []
158
+ },
159
+ "listsubcheckruleresults": {
160
+ "name": "ListSubCheckRuleResults",
161
+ "description": "Grants permission to list the rules of a specified sub-check belonging to a configuration check operation",
162
+ "accessLevel": "List",
163
+ "resourceTypes": [],
164
+ "conditionKeys": [],
165
+ "dependentActions": []
166
+ },
127
167
  "listtagsforresource": {
128
168
  "name": "ListTagsForResource",
129
169
  "description": "Grants permission to list the tags on a specified resource ARN",
@@ -135,7 +175,7 @@
135
175
  "putresourcepermission": {
136
176
  "name": "PutResourcePermission",
137
177
  "description": "Grants permission to add the SSM for SAP level resource permissions associated with a SSM for SAP database resource",
138
- "accessLevel": "Write",
178
+ "accessLevel": "Permissions management",
139
179
  "resourceTypes": [],
140
180
  "conditionKeys": [],
141
181
  "dependentActions": []
@@ -189,6 +229,14 @@
189
229
  "conditionKeys": [],
190
230
  "dependentActions": []
191
231
  },
232
+ "startconfigurationchecks": {
233
+ "name": "StartConfigurationChecks",
234
+ "description": "Grants permission to iniitiate configuration check operations against a specified application",
235
+ "accessLevel": "Write",
236
+ "resourceTypes": [],
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ },
192
240
  "stopapplication": {
193
241
  "name": "StopApplication",
194
242
  "description": "Grants permission to stop a registered SSM for SAP application",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202508271",
3
- "updatedAt": "2025-08-27T04:47:08.893Z"
2
+ "version": "0.1.202508281",
3
+ "updatedAt": "2025-08-28T04:47:22.329Z"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202508271
3
+ Version: 0.1.202508281
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
@@ -5,7 +5,7 @@ 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
7
  iamdata/data/conditionPatterns.json,sha256=V5ku4ezJfk6znSFJ1_o-qjzjondyQIR66exDGblNmLY,6431
8
- iamdata/data/metadata.json,sha256=YJ8rF0xSm-t0vPi_J7SqyxKfeWo1daIkGrmJ3WRtCCI,76
8
+ iamdata/data/metadata.json,sha256=5m44GUTu1M8hNdRn6--yRXqV_qym2rwzAJE1We_ACI4,76
9
9
  iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
10
10
  iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
11
11
  iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
@@ -150,7 +150,7 @@ iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWuj
150
150
  iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
151
151
  iamdata/data/actions/ecs.json,sha256=Hs4g5InCDSynyLRwASM8gSWmy4O_b8764IjvalcRsBU,32126
152
152
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
153
- iamdata/data/actions/eks.json,sha256=WfaiJ2dJu1Wn477jErQOQn78B6oNY8DIOr9N7xtju6s,28980
153
+ iamdata/data/actions/eks.json,sha256=F0lEmL0VwmMgSZ9F4198FBubwpEZPZlQ0ygHMGLSPpo,29897
154
154
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
155
155
  iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
156
156
  iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
@@ -384,7 +384,7 @@ iamdata/data/actions/ssm-contacts.json,sha256=lYEq-XLJXI4cO5yQUUePxBzPPAg2T2Of6j
384
384
  iamdata/data/actions/ssm-guiconnect.json,sha256=uSgoI84CQz6FscQtAfDLAc7IfFm9tIm191dt-vjZDk4,1997
385
385
  iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
386
386
  iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
387
- iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
387
+ iamdata/data/actions/ssm-sap.json,sha256=jmiUval48vekNp4OVHVSB4RqtSnL-Z1kUnu2s2bjmbM,10546
388
388
  iamdata/data/actions/ssm.json,sha256=9mTf108bWFFJHWmhpocqjUx57J9-9BDRW_SVPJFQ3q0,72148
389
389
  iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
390
390
  iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1300
1300
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1301
1301
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1302
1302
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1303
- iamdata-0.1.202508271.dist-info/METADATA,sha256=7hqpOEGyVgFzy0ynxh4fQfiAPHhXgn5mRqvf7r6IKoE,3491
1304
- iamdata-0.1.202508271.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1305
- iamdata-0.1.202508271.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1306
- iamdata-0.1.202508271.dist-info/RECORD,,
1303
+ iamdata-0.1.202508281.dist-info/METADATA,sha256=O19mM4wjrzw7EGTcFDOe9Jho8HsdOI5o-xmlwRdlCOk,3491
1304
+ iamdata-0.1.202508281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1305
+ iamdata-0.1.202508281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1306
+ iamdata-0.1.202508281.dist-info/RECORD,,