@cloud-copilot/iam-data 0.19.202606231 → 0.19.202606241
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.
|
@@ -139,7 +139,6 @@
|
|
|
139
139
|
},
|
|
140
140
|
"getbillingpreferences": {
|
|
141
141
|
"name": "GetBillingPreferences",
|
|
142
|
-
"isPermissionOnly": true,
|
|
143
142
|
"description": "Grants permission to view billing preferences such as reserved instance, savings plans and credits sharing",
|
|
144
143
|
"accessLevel": "Read",
|
|
145
144
|
"resourceTypes": [],
|
|
@@ -190,7 +189,6 @@
|
|
|
190
189
|
},
|
|
191
190
|
"getcreditallocationhistory": {
|
|
192
191
|
"name": "GetCreditAllocationHistory",
|
|
193
|
-
"isPermissionOnly": true,
|
|
194
192
|
"description": "Grants permission to view a credit allocation history",
|
|
195
193
|
"accessLevel": "Read",
|
|
196
194
|
"resourceTypes": [],
|
|
@@ -199,13 +197,28 @@
|
|
|
199
197
|
},
|
|
200
198
|
"getcredits": {
|
|
201
199
|
"name": "GetCredits",
|
|
202
|
-
"isPermissionOnly": true,
|
|
203
200
|
"description": "Grants permission to view credits that have been redeemed",
|
|
204
201
|
"accessLevel": "Read",
|
|
205
202
|
"resourceTypes": [],
|
|
206
203
|
"conditionKeys": [],
|
|
207
204
|
"dependentActions": []
|
|
208
205
|
},
|
|
206
|
+
"getcumulativetracking": {
|
|
207
|
+
"name": "GetCumulativeTracking",
|
|
208
|
+
"isPermissionOnly": true,
|
|
209
|
+
"description": "Grants permission to retrieve cumulative spend and usage tracking data for a contract",
|
|
210
|
+
"accessLevel": "Read",
|
|
211
|
+
"resourceTypes": [
|
|
212
|
+
{
|
|
213
|
+
"name": "contract",
|
|
214
|
+
"required": true,
|
|
215
|
+
"conditionKeys": [],
|
|
216
|
+
"dependentActions": []
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
209
222
|
"getiamaccesspreference": {
|
|
210
223
|
"name": "GetIAMAccessPreference",
|
|
211
224
|
"isPermissionOnly": true,
|
|
@@ -215,6 +228,22 @@
|
|
|
215
228
|
"conditionKeys": [],
|
|
216
229
|
"dependentActions": []
|
|
217
230
|
},
|
|
231
|
+
"getmonthlytracking": {
|
|
232
|
+
"name": "GetMonthlyTracking",
|
|
233
|
+
"isPermissionOnly": true,
|
|
234
|
+
"description": "Grants permission to retrieve monthly spend and usage tracking data for a contract",
|
|
235
|
+
"accessLevel": "Read",
|
|
236
|
+
"resourceTypes": [
|
|
237
|
+
{
|
|
238
|
+
"name": "contract",
|
|
239
|
+
"required": true,
|
|
240
|
+
"conditionKeys": [],
|
|
241
|
+
"dependentActions": []
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"conditionKeys": [],
|
|
245
|
+
"dependentActions": []
|
|
246
|
+
},
|
|
218
247
|
"getresourcepolicy": {
|
|
219
248
|
"name": "GetResourcePolicy",
|
|
220
249
|
"description": "Grants permission to get the resource policy specified billing view",
|
|
@@ -312,7 +341,6 @@
|
|
|
312
341
|
},
|
|
313
342
|
"redeemcredits": {
|
|
314
343
|
"name": "RedeemCredits",
|
|
315
|
-
"isPermissionOnly": true,
|
|
316
344
|
"description": "Grants permission to redeem an AWS credit",
|
|
317
345
|
"accessLevel": "Write",
|
|
318
346
|
"resourceTypes": [],
|
|
@@ -358,7 +386,6 @@
|
|
|
358
386
|
},
|
|
359
387
|
"updatebillingpreferences": {
|
|
360
388
|
"name": "UpdateBillingPreferences",
|
|
361
|
-
"isPermissionOnly": true,
|
|
362
389
|
"description": "Grants permission to update billing preferences such as reserved instance, savings plans and credits sharing",
|
|
363
390
|
"accessLevel": "Write",
|
|
364
391
|
"resourceTypes": [],
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-06-
|
|
9
|
+
"updatedAt": "2026-06-24T06:00:42.161Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|