@cloud-copilot/iam-data 0.15.202510111 → 0.15.202510141
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.
|
@@ -56,6 +56,14 @@
|
|
|
56
56
|
"organizations:DescribeOrganization"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
|
+
"getautomanagementconfiguration": {
|
|
60
|
+
"name": "GetAutoManagementConfiguration",
|
|
61
|
+
"description": "Grants permission to retrieve the automatic management of Service Quotas configuration, including notification settings, opt-in type, and excluded quotas",
|
|
62
|
+
"accessLevel": "Read",
|
|
63
|
+
"resourceTypes": [],
|
|
64
|
+
"conditionKeys": [],
|
|
65
|
+
"dependentActions": []
|
|
66
|
+
},
|
|
59
67
|
"getrequestedservicequotachange": {
|
|
60
68
|
"name": "GetRequestedServiceQuotaChange",
|
|
61
69
|
"description": "Grants permission to retrieve the details for a particular service quota increase request",
|
|
@@ -194,6 +202,22 @@
|
|
|
194
202
|
],
|
|
195
203
|
"dependentActions": []
|
|
196
204
|
},
|
|
205
|
+
"startautomanagement": {
|
|
206
|
+
"name": "StartAutoManagement",
|
|
207
|
+
"description": "Grants permission to enable automatic management of Service Quotas for an AWS account, including notification preferences and excluded quotas configurations",
|
|
208
|
+
"accessLevel": "Write",
|
|
209
|
+
"resourceTypes": [],
|
|
210
|
+
"conditionKeys": [],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
},
|
|
213
|
+
"stopautomanagement": {
|
|
214
|
+
"name": "StopAutoManagement",
|
|
215
|
+
"description": "Grants permission to stop automatic management of Service Quotas for an AWS account and remove all associated configurations",
|
|
216
|
+
"accessLevel": "Write",
|
|
217
|
+
"resourceTypes": [],
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
},
|
|
197
221
|
"tagresource": {
|
|
198
222
|
"name": "TagResource",
|
|
199
223
|
"description": "Grants permission to associate a set of tags with an existing SQ resource",
|
|
@@ -214,5 +238,13 @@
|
|
|
214
238
|
"aws:TagKeys"
|
|
215
239
|
],
|
|
216
240
|
"dependentActions": []
|
|
241
|
+
},
|
|
242
|
+
"updateautomanagement": {
|
|
243
|
+
"name": "UpdateAutoManagement",
|
|
244
|
+
"description": "Grants permission to update the automatic management of Service Quotas configuration, including notification preferences and excluded quotas",
|
|
245
|
+
"accessLevel": "Write",
|
|
246
|
+
"resourceTypes": [],
|
|
247
|
+
"conditionKeys": [],
|
|
248
|
+
"dependentActions": []
|
|
217
249
|
}
|
|
218
250
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202510141",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
|
-
"repository":
|
|
6
|
-
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
|
+
},
|
|
9
|
+
"updatedAt": "2025-10-14T04:45:41.910Z",
|
|
7
10
|
"exports": {
|
|
8
11
|
".": {
|
|
9
12
|
"import": "./dist/esm/index.js",
|