@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512061

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.
Files changed (64) hide show
  1. package/data/actions/aidevops.json +489 -0
  2. package/data/actions/aws-marketplace.json +48 -0
  3. package/data/actions/aws-mcp.json +26 -0
  4. package/data/actions/bedrock-agentcore.json +594 -2
  5. package/data/actions/bedrock-mantle.json +106 -0
  6. package/data/actions/cloudfront.json +239 -0
  7. package/data/actions/cloudwatch.json +45 -0
  8. package/data/actions/connect.json +1081 -8
  9. package/data/actions/datazone.json +16 -0
  10. package/data/actions/ecr.json +78 -0
  11. package/data/actions/eks.json +108 -0
  12. package/data/actions/lambda.json +296 -4
  13. package/data/actions/logs.json +105 -0
  14. package/data/actions/mediaconnect.json +748 -91
  15. package/data/actions/observabilityadmin.json +180 -0
  16. package/data/actions/opensearch.json +40 -0
  17. package/data/actions/partnercentral-account-management.json +22 -0
  18. package/data/actions/partnercentral.json +903 -22
  19. package/data/actions/route53.json +15 -0
  20. package/data/actions/route53globalresolver.json +700 -0
  21. package/data/actions/s3.json +1 -0
  22. package/data/actions/s3tables.json +243 -3
  23. package/data/actions/s3vectors.json +147 -22
  24. package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
  25. package/data/actions/sagemaker.json +110 -0
  26. package/data/actions/security-ir.json +31 -0
  27. package/data/actions/securityagent.json +503 -0
  28. package/data/actions/transform-custom.json +274 -0
  29. package/data/actions/transform.json +72 -0
  30. package/data/conditionKeys/aidevops.json +22 -0
  31. package/data/conditionKeys/aws-mcp.json +1 -0
  32. package/data/conditionKeys/bedrock-agentcore.json +0 -5
  33. package/data/conditionKeys/bedrock-mantle.json +17 -0
  34. package/data/conditionKeys/connect.json +10 -0
  35. package/data/conditionKeys/observabilityadmin.json +5 -0
  36. package/data/conditionKeys/partnercentral-account-management.json +12 -1
  37. package/data/conditionKeys/partnercentral.json +15 -0
  38. package/data/conditionKeys/route53globalresolver.json +17 -0
  39. package/data/conditionKeys/s3tables.json +5 -0
  40. package/data/conditionKeys/s3vectors.json +20 -0
  41. package/data/conditionKeys/securityagent.json +1 -0
  42. package/data/conditionKeys/transform-custom.json +17 -0
  43. package/data/conditionPatterns.json +4 -0
  44. package/data/resourceTypes/aidevops.json +24 -0
  45. package/data/resourceTypes/apigateway.json +3 -0
  46. package/data/resourceTypes/aws-mcp.json +1 -0
  47. package/data/resourceTypes/bedrock-agentcore.json +20 -0
  48. package/data/resourceTypes/bedrock-mantle.json +6 -0
  49. package/data/resourceTypes/cloudfront.json +14 -0
  50. package/data/resourceTypes/connect.json +18 -0
  51. package/data/resourceTypes/eks.json +7 -0
  52. package/data/resourceTypes/lambda.json +11 -0
  53. package/data/resourceTypes/mediaconnect.json +41 -12
  54. package/data/resourceTypes/observabilityadmin.json +14 -0
  55. package/data/resourceTypes/omics.json +0 -4
  56. package/data/resourceTypes/partnercentral.json +42 -0
  57. package/data/resourceTypes/route53globalresolver.json +37 -0
  58. package/data/resourceTypes/s3vectors.json +10 -2
  59. package/data/resourceTypes/sagemaker.json +8 -0
  60. package/data/resourceTypes/securityagent.json +38 -0
  61. package/data/resourceTypes/transform-custom.json +18 -0
  62. package/data/serviceNames.json +7 -1
  63. package/data/services.json +6 -0
  64. package/package.json +2 -2
@@ -20,6 +20,43 @@
20
20
  ],
21
21
  "dependentActions": []
22
22
  },
23
+ "creates3tableintegration": {
24
+ "name": "CreateS3TableIntegration",
25
+ "description": "Grants permission to create a new s3 table integration with the specified configuration",
26
+ "accessLevel": "Write",
27
+ "resourceTypes": [
28
+ {
29
+ "name": "s3tableintegration",
30
+ "required": true,
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ }
34
+ ],
35
+ "conditionKeys": [
36
+ "aws:TagKeys",
37
+ "aws:RequestTag/${TagKey}"
38
+ ],
39
+ "dependentActions": []
40
+ },
41
+ "createtelemetrypipeline": {
42
+ "name": "CreateTelemetryPipeline",
43
+ "description": "Grants permission to create a new telemetry pipeline with the specified name and configuration",
44
+ "accessLevel": "Write",
45
+ "resourceTypes": [
46
+ {
47
+ "name": "telemetry-pipeline",
48
+ "required": true,
49
+ "conditionKeys": [],
50
+ "dependentActions": []
51
+ }
52
+ ],
53
+ "conditionKeys": [
54
+ "aws:TagKeys",
55
+ "aws:RequestTag/${TagKey}",
56
+ "observabilityadmin:SourceType"
57
+ ],
58
+ "dependentActions": []
59
+ },
23
60
  "createtelemetryrule": {
24
61
  "name": "CreateTelemetryRule",
25
62
  "description": "Grants permission to create a new telemetry rule with the specified name for the account",
@@ -71,6 +108,36 @@
71
108
  "conditionKeys": [],
72
109
  "dependentActions": []
73
110
  },
111
+ "deletes3tableintegration": {
112
+ "name": "DeleteS3TableIntegration",
113
+ "description": "Grants permission to delete the s3 table integration with the specified arn",
114
+ "accessLevel": "Write",
115
+ "resourceTypes": [
116
+ {
117
+ "name": "s3tableintegration",
118
+ "required": true,
119
+ "conditionKeys": [],
120
+ "dependentActions": []
121
+ }
122
+ ],
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
126
+ "deletetelemetrypipeline": {
127
+ "name": "DeleteTelemetryPipeline",
128
+ "description": "Grants permission to delete the telemetry pipeline with the specified arn",
129
+ "accessLevel": "Write",
130
+ "resourceTypes": [
131
+ {
132
+ "name": "telemetry-pipeline",
133
+ "required": true,
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ }
137
+ ],
138
+ "conditionKeys": [],
139
+ "dependentActions": []
140
+ },
74
141
  "deletetelemetryrule": {
75
142
  "name": "DeleteTelemetryRule",
76
143
  "description": "Grants permission to delete a telemetry rule with the specified name for the account",
@@ -116,6 +183,21 @@
116
183
  "conditionKeys": [],
117
184
  "dependentActions": []
118
185
  },
186
+ "gets3tableintegration": {
187
+ "name": "GetS3TableIntegration",
188
+ "description": "Grants permission to retrieve the specified s3 table integration for the account",
189
+ "accessLevel": "Read",
190
+ "resourceTypes": [
191
+ {
192
+ "name": "s3tableintegration",
193
+ "required": true,
194
+ "conditionKeys": [],
195
+ "dependentActions": []
196
+ }
197
+ ],
198
+ "conditionKeys": [],
199
+ "dependentActions": []
200
+ },
119
201
  "gettelemetryenrichmentstatus": {
120
202
  "name": "GetTelemetryEnrichmentStatus",
121
203
  "description": "Grants permission to retrieve the status of the Resource tags for telemetry feature for the account",
@@ -140,6 +222,21 @@
140
222
  "conditionKeys": [],
141
223
  "dependentActions": []
142
224
  },
225
+ "gettelemetrypipeline": {
226
+ "name": "GetTelemetryPipeline",
227
+ "description": "Grants permission to Get the telemetry pipeline with the specified name or arn",
228
+ "accessLevel": "Read",
229
+ "resourceTypes": [
230
+ {
231
+ "name": "telemetry-pipeline",
232
+ "required": true,
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ }
236
+ ],
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ },
143
240
  "gettelemetryrule": {
144
241
  "name": "GetTelemetryRule",
145
242
  "description": "Grants permission to retrieve the specified telemetry rule for the account",
@@ -194,6 +291,14 @@
194
291
  "conditionKeys": [],
195
292
  "dependentActions": []
196
293
  },
294
+ "lists3tableintegrations": {
295
+ "name": "ListS3TableIntegrations",
296
+ "description": "Grants permission to list s3 table integrations for the account",
297
+ "accessLevel": "List",
298
+ "resourceTypes": [],
299
+ "conditionKeys": [],
300
+ "dependentActions": []
301
+ },
197
302
  "listtagsforresource": {
198
303
  "name": "ListTagsForResource",
199
304
  "description": "Grants permission to list the tags for the specified resource",
@@ -211,6 +316,18 @@
211
316
  "conditionKeys": [],
212
317
  "dependentActions": []
213
318
  },
319
+ {
320
+ "name": "s3tableintegration",
321
+ "required": false,
322
+ "conditionKeys": [],
323
+ "dependentActions": []
324
+ },
325
+ {
326
+ "name": "telemetry-pipeline",
327
+ "required": false,
328
+ "conditionKeys": [],
329
+ "dependentActions": []
330
+ },
214
331
  {
215
332
  "name": "telemetry-rule",
216
333
  "required": false,
@@ -221,6 +338,14 @@
221
338
  "conditionKeys": [],
222
339
  "dependentActions": []
223
340
  },
341
+ "listtelemetrypipelines": {
342
+ "name": "ListTelemetryPipelines",
343
+ "description": "Grants permission to List telemetry pipelines for the account",
344
+ "accessLevel": "List",
345
+ "resourceTypes": [],
346
+ "conditionKeys": [],
347
+ "dependentActions": []
348
+ },
224
349
  "listtelemetryrules": {
225
350
  "name": "ListTelemetryRules",
226
351
  "description": "Grants permission to list the telemetry rules for the account",
@@ -302,6 +427,18 @@
302
427
  "conditionKeys": [],
303
428
  "dependentActions": []
304
429
  },
430
+ {
431
+ "name": "s3tableintegration",
432
+ "required": false,
433
+ "conditionKeys": [],
434
+ "dependentActions": []
435
+ },
436
+ {
437
+ "name": "telemetry-pipeline",
438
+ "required": false,
439
+ "conditionKeys": [],
440
+ "dependentActions": []
441
+ },
305
442
  {
306
443
  "name": "telemetry-rule",
307
444
  "required": false,
@@ -315,6 +452,14 @@
315
452
  ],
316
453
  "dependentActions": []
317
454
  },
455
+ "testtelemetrypipeline": {
456
+ "name": "TestTelemetryPipeline",
457
+ "description": "Grants permission to Test a telemetry pipeline configuration with sample data",
458
+ "accessLevel": "Read",
459
+ "resourceTypes": [],
460
+ "conditionKeys": [],
461
+ "dependentActions": []
462
+ },
318
463
  "untagresource": {
319
464
  "name": "UntagResource",
320
465
  "description": "Grants permission to remove the specified tags from the specified resource",
@@ -332,6 +477,18 @@
332
477
  "conditionKeys": [],
333
478
  "dependentActions": []
334
479
  },
480
+ {
481
+ "name": "s3tableintegration",
482
+ "required": false,
483
+ "conditionKeys": [],
484
+ "dependentActions": []
485
+ },
486
+ {
487
+ "name": "telemetry-pipeline",
488
+ "required": false,
489
+ "conditionKeys": [],
490
+ "dependentActions": []
491
+ },
335
492
  {
336
493
  "name": "telemetry-rule",
337
494
  "required": false,
@@ -363,6 +520,21 @@
363
520
  ],
364
521
  "dependentActions": []
365
522
  },
523
+ "updatetelemetrypipeline": {
524
+ "name": "UpdateTelemetryPipeline",
525
+ "description": "Grants permission to Update the telemetry pipeline with the specified arn",
526
+ "accessLevel": "Write",
527
+ "resourceTypes": [
528
+ {
529
+ "name": "telemetry-pipeline",
530
+ "required": true,
531
+ "conditionKeys": [],
532
+ "dependentActions": []
533
+ }
534
+ ],
535
+ "conditionKeys": [],
536
+ "dependentActions": []
537
+ },
366
538
  "updatetelemetryrule": {
367
539
  "name": "UpdateTelemetryRule",
368
540
  "description": "Grants permission to update the specified telemetry rule for the account",
@@ -392,5 +564,13 @@
392
564
  ],
393
565
  "conditionKeys": [],
394
566
  "dependentActions": []
567
+ },
568
+ "validatetelemetrypipelineconfiguration": {
569
+ "name": "ValidateTelemetryPipelineConfiguration",
570
+ "description": "Grants permission to Validate a telemetry pipeline configuration",
571
+ "accessLevel": "Read",
572
+ "resourceTypes": [],
573
+ "conditionKeys": [],
574
+ "dependentActions": []
395
575
  }
396
576
  }
@@ -15,6 +15,14 @@
15
15
  "conditionKeys": [],
16
16
  "dependentActions": []
17
17
  },
18
+ "cancelautooptimizejob": {
19
+ "name": "CancelAutoOptimizeJob",
20
+ "description": "Grants permission to cancel submitted Auto Optimize Job",
21
+ "accessLevel": "Write",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
18
26
  "canceldirectquery": {
19
27
  "name": "CancelDirectQuery",
20
28
  "description": "Grants permission to cancel the query that is submitted on the OpenSearch DataSource resource",
@@ -30,6 +38,22 @@
30
38
  "conditionKeys": [],
31
39
  "dependentActions": []
32
40
  },
41
+ "deleteautooptimizejob": {
42
+ "name": "DeleteAutoOptimizeJob",
43
+ "description": "Grants permission to delete Auto Optimize Job",
44
+ "accessLevel": "Write",
45
+ "resourceTypes": [],
46
+ "conditionKeys": [],
47
+ "dependentActions": []
48
+ },
49
+ "getautooptimizejob": {
50
+ "name": "GetAutoOptimizeJob",
51
+ "description": "Grants permission to get the Auto Optimize Job details",
52
+ "accessLevel": "Read",
53
+ "resourceTypes": [],
54
+ "conditionKeys": [],
55
+ "dependentActions": []
56
+ },
33
57
  "getdirectquery": {
34
58
  "name": "GetDirectQuery",
35
59
  "description": "Grants permission to get the query status that are performed on the OpenSearch DataSource resource",
@@ -60,6 +84,14 @@
60
84
  "conditionKeys": [],
61
85
  "dependentActions": []
62
86
  },
87
+ "listautooptimizejobs": {
88
+ "name": "ListAutoOptimizeJobs",
89
+ "description": "Grants permission to retrieve a list of Auto Optimize Jobs",
90
+ "accessLevel": "List",
91
+ "resourceTypes": [],
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ },
63
95
  "startdirectquery": {
64
96
  "name": "StartDirectQuery",
65
97
  "description": "Grants permission to start a direct query on the provided OpenSearch DataSource arns",
@@ -74,5 +106,13 @@
74
106
  ],
75
107
  "conditionKeys": [],
76
108
  "dependentActions": []
109
+ },
110
+ "submitautooptimizejob": {
111
+ "name": "SubmitAutoOptimizeJob",
112
+ "description": "Grants permission to create new Auto Optimize Job",
113
+ "accessLevel": "Write",
114
+ "resourceTypes": [],
115
+ "conditionKeys": [],
116
+ "dependentActions": []
77
117
  }
78
118
  }
@@ -1,4 +1,26 @@
1
1
  {
2
+ "accesslegacypartnercentral": {
3
+ "name": "AccessLegacyPartnerCentral",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to Single Sign-On from AWS Partner Central into Legacy Partner Central",
6
+ "accessLevel": "Write",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [
9
+ "partnercentral-account-management:LegacyPartnerCentralRole"
10
+ ],
11
+ "dependentActions": []
12
+ },
13
+ "accessmarketingcentral": {
14
+ "name": "AccessMarketingCentral",
15
+ "isPermissionOnly": true,
16
+ "description": "Grants permission to Single Sign-On from AWS Partner Central into Marketing Central",
17
+ "accessLevel": "Write",
18
+ "resourceTypes": [],
19
+ "conditionKeys": [
20
+ "partnercentral-account-management:MarketingCentralRole"
21
+ ],
22
+ "dependentActions": []
23
+ },
2
24
  "associatepartneraccount": {
3
25
  "name": "AssociatePartnerAccount",
4
26
  "isPermissionOnly": true,