@cloud-copilot/iam-data 0.9.202507041 → 0.9.202507051

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.
@@ -136,6 +136,28 @@
136
136
  "conditionKeys": [],
137
137
  "dependentActions": []
138
138
  },
139
+ "describeattackcontributors": {
140
+ "name": "DescribeAttackContributors",
141
+ "isPermissionOnly": true,
142
+ "description": "Grants permission to get detailed information about the contributors to a specific DDoS attack",
143
+ "accessLevel": "Read",
144
+ "resourceTypes": [
145
+ {
146
+ "name": "attack",
147
+ "required": true,
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ },
151
+ {
152
+ "name": "protection-group",
153
+ "required": false,
154
+ "conditionKeys": [],
155
+ "dependentActions": []
156
+ }
157
+ ],
158
+ "conditionKeys": [],
159
+ "dependentActions": []
160
+ },
139
161
  "describeattackstatistics": {
140
162
  "name": "DescribeAttackStatistics",
141
163
  "description": "Grants permission to describe information about the number and type of attacks AWS Shield has detected in the last year",
@@ -280,6 +302,15 @@
280
302
  "conditionKeys": [],
281
303
  "dependentActions": []
282
304
  },
305
+ "getglobalthreatdata": {
306
+ "name": "GetGlobalThreatData",
307
+ "isPermissionOnly": true,
308
+ "description": "Grants permission to retrieve global threat intelligence data and trends from AWS Shield's threat monitoring systems",
309
+ "accessLevel": "Read",
310
+ "resourceTypes": [],
311
+ "conditionKeys": [],
312
+ "dependentActions": []
313
+ },
283
314
  "getsubscriptionstate": {
284
315
  "name": "GetSubscriptionState",
285
316
  "description": "Grants permission to get subscription state",
@@ -296,6 +327,22 @@
296
327
  "conditionKeys": [],
297
328
  "dependentActions": []
298
329
  },
330
+ "listmitigations": {
331
+ "name": "ListMitigations",
332
+ "isPermissionOnly": true,
333
+ "description": "Grants permission to retrieve a list of mitigation actions that have been applied during DDoS attacks",
334
+ "accessLevel": "List",
335
+ "resourceTypes": [
336
+ {
337
+ "name": "attack",
338
+ "required": true,
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ }
342
+ ],
343
+ "conditionKeys": [],
344
+ "dependentActions": []
345
+ },
299
346
  "listprotectiongroups": {
300
347
  "name": "ListProtectionGroups",
301
348
  "description": "Grants permission to retrieve the protection groups for the account",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202507041",
3
+ "version": "0.9.202507051",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-07-04T04:56:26.926Z",
6
+ "updatedAt": "2025-07-05T04:51:33.588Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",