@cloud-copilot/iam-data 0.15.202510281 → 0.15.202511081

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 (44) hide show
  1. package/data/actions/aps.json +190 -0
  2. package/data/actions/autoscaling.json +25 -3
  3. package/data/actions/batch.json +28 -18
  4. package/data/actions/bedrock-agentcore.json +8 -17
  5. package/data/actions/bedrock.json +15 -0
  6. package/data/actions/cloudfront.json +71 -88
  7. package/data/actions/cognito-idp.json +75 -0
  8. package/data/actions/connect.json +48 -0
  9. package/data/actions/ec2.json +219 -33
  10. package/data/actions/elasticloadbalancing.json +9 -0
  11. package/data/actions/emr-containers.json +15 -0
  12. package/data/actions/guardduty.json +23 -1
  13. package/data/actions/iotmanagedintegrations.json +15 -0
  14. package/data/actions/kinesis.json +50 -0
  15. package/data/actions/kms.json +4 -1
  16. package/data/actions/lambda.json +2 -1
  17. package/data/actions/mediaconnect.json +83 -10
  18. package/data/actions/profile.json +368 -0
  19. package/data/actions/redshift-serverless.json +2 -2
  20. package/data/actions/rtbfabric.json +116 -12
  21. package/data/actions/s3tables.json +85 -2
  22. package/data/actions/sts.json +34 -0
  23. package/data/actions/support-console.json +18 -0
  24. package/data/actions/support.json +8 -0
  25. package/data/actions/user-subscriptions.json +8 -0
  26. package/data/actions/vpc-lattice.json +81 -0
  27. package/data/conditionKeys/bedrock-agentcore.json +0 -10
  28. package/data/conditionKeys/ec2.json +15 -15
  29. package/data/conditionKeys/lambda.json +5 -0
  30. package/data/conditionKeys/mediaconnect.json +17 -1
  31. package/data/conditionKeys/s3tables.json +20 -0
  32. package/data/conditionKeys/sts.json +10 -0
  33. package/data/conditionKeys/vpc-lattice.json +15 -0
  34. package/data/conditionPatterns.json +3 -0
  35. package/data/resourceTypes/aps.json +9 -0
  36. package/data/resourceTypes/bedrock.json +4 -0
  37. package/data/resourceTypes/ec2.json +19 -5
  38. package/data/resourceTypes/guardduty.json +4 -1
  39. package/data/resourceTypes/mediaconnect.json +16 -4
  40. package/data/resourceTypes/profile.json +14 -0
  41. package/data/resourceTypes/rtbfabric.json +5 -0
  42. package/data/resourceTypes/s3tables.json +7 -1
  43. package/data/resourceTypes/vpc-lattice.json +12 -0
  44. package/package.json +2 -2
@@ -113,6 +113,14 @@
113
113
  ],
114
114
  "dependentActions": []
115
115
  },
116
+ "describeaccountsettings": {
117
+ "name": "DescribeAccountSettings",
118
+ "description": "Grants permission to describe the account-level settings for Amazon Kinesis Data Streams",
119
+ "accessLevel": "Read",
120
+ "resourceTypes": [],
121
+ "conditionKeys": [],
122
+ "dependentActions": []
123
+ },
116
124
  "describelimits": {
117
125
  "name": "DescribeLimits",
118
126
  "description": "Grants permission to describe the shard limits and usage for the account",
@@ -610,6 +618,31 @@
610
618
  "conditionKeys": [],
611
619
  "dependentActions": []
612
620
  },
621
+ "updateaccountsettings": {
622
+ "name": "UpdateAccountSettings",
623
+ "description": "Grants permission to update the account-level settings for Amazon Kinesis Data Streams",
624
+ "accessLevel": "Write",
625
+ "resourceTypes": [],
626
+ "conditionKeys": [],
627
+ "dependentActions": []
628
+ },
629
+ "updatemaxrecordsize": {
630
+ "name": "UpdateMaxRecordSize",
631
+ "description": "Grants permission to update the maximum record size for a Kinesis data stream",
632
+ "accessLevel": "Write",
633
+ "resourceTypes": [
634
+ {
635
+ "name": "stream",
636
+ "required": true,
637
+ "conditionKeys": [],
638
+ "dependentActions": []
639
+ }
640
+ ],
641
+ "conditionKeys": [
642
+ "aws:ResourceTag/${TagKey}"
643
+ ],
644
+ "dependentActions": []
645
+ },
613
646
  "updateshardcount": {
614
647
  "name": "UpdateShardCount",
615
648
  "description": "Grants permission to update the shard count of the specified stream to the specified number of shards",
@@ -625,5 +658,22 @@
625
658
  "resourceTypes": [],
626
659
  "conditionKeys": [],
627
660
  "dependentActions": []
661
+ },
662
+ "updatestreamwarmthroughput": {
663
+ "name": "UpdateStreamWarmThroughput",
664
+ "description": "Grants permission to update the warm throughput for a Kinesis on-demand data stream",
665
+ "accessLevel": "Write",
666
+ "resourceTypes": [
667
+ {
668
+ "name": "stream",
669
+ "required": true,
670
+ "conditionKeys": [],
671
+ "dependentActions": []
672
+ }
673
+ ],
674
+ "conditionKeys": [
675
+ "aws:ResourceTag/${TagKey}"
676
+ ],
677
+ "dependentActions": []
628
678
  }
629
679
  }
@@ -61,6 +61,7 @@
61
61
  ],
62
62
  "dependentActions": [
63
63
  "cloudhsm:DescribeClusters",
64
+ "ec2:DescribeVpcEndpointServices",
64
65
  "iam:CreateServiceLinkedRole"
65
66
  ]
66
67
  },
@@ -1211,7 +1212,9 @@
1211
1212
  "conditionKeys": [
1212
1213
  "kms:CallerAccount"
1213
1214
  ],
1214
- "dependentActions": []
1215
+ "dependentActions": [
1216
+ "ec2:DescribeVpcEndpointServices"
1217
+ ]
1215
1218
  },
1216
1219
  "updatekeydescription": {
1217
1220
  "name": "UpdateKeyDescription",
@@ -28,7 +28,8 @@
28
28
  ],
29
29
  "conditionKeys": [
30
30
  "lambda:Principal",
31
- "lambda:FunctionUrlAuthType"
31
+ "lambda:FunctionUrlAuthType",
32
+ "lambda:InvokedViaFunctionUrl"
32
33
  ],
33
34
  "dependentActions": []
34
35
  },
@@ -34,7 +34,10 @@
34
34
  "description": "Grants permission to add media streams to any flow",
35
35
  "accessLevel": "Write",
36
36
  "resourceTypes": [],
37
- "conditionKeys": [],
37
+ "conditionKeys": [
38
+ "aws:TagKeys",
39
+ "aws:RequestTag/${TagKey}"
40
+ ],
38
41
  "dependentActions": []
39
42
  },
40
43
  "addflowoutputs": {
@@ -42,7 +45,10 @@
42
45
  "description": "Grants permission to add outputs to any flow",
43
46
  "accessLevel": "Write",
44
47
  "resourceTypes": [],
45
- "conditionKeys": [],
48
+ "conditionKeys": [
49
+ "aws:TagKeys",
50
+ "aws:RequestTag/${TagKey}"
51
+ ],
46
52
  "dependentActions": []
47
53
  },
48
54
  "addflowsources": {
@@ -50,7 +56,10 @@
50
56
  "description": "Grants permission to add sources to any flow",
51
57
  "accessLevel": "Write",
52
58
  "resourceTypes": [],
53
- "conditionKeys": [],
59
+ "conditionKeys": [
60
+ "aws:TagKeys",
61
+ "aws:RequestTag/${TagKey}"
62
+ ],
54
63
  "dependentActions": []
55
64
  },
56
65
  "addflowvpcinterfaces": {
@@ -58,7 +67,10 @@
58
67
  "description": "Grants permission to add VPC interfaces to any flow",
59
68
  "accessLevel": "Write",
60
69
  "resourceTypes": [],
61
- "conditionKeys": [],
70
+ "conditionKeys": [
71
+ "aws:TagKeys",
72
+ "aws:RequestTag/${TagKey}"
73
+ ],
62
74
  "dependentActions": []
63
75
  },
64
76
  "createbridge": {
@@ -74,7 +86,10 @@
74
86
  "description": "Grants permission to create flows",
75
87
  "accessLevel": "Write",
76
88
  "resourceTypes": [],
77
- "conditionKeys": [],
89
+ "conditionKeys": [
90
+ "aws:TagKeys",
91
+ "aws:RequestTag/${TagKey}"
92
+ ],
78
93
  "dependentActions": []
79
94
  },
80
95
  "creategateway": {
@@ -236,7 +251,10 @@
236
251
  "description": "Grants permission to grant entitlements on any flow",
237
252
  "accessLevel": "Write",
238
253
  "resourceTypes": [],
239
- "conditionKeys": [],
254
+ "conditionKeys": [
255
+ "aws:TagKeys",
256
+ "aws:RequestTag/${TagKey}"
257
+ ],
240
258
  "dependentActions": []
241
259
  },
242
260
  "listbridges": {
@@ -431,16 +449,71 @@
431
449
  "name": "TagResource",
432
450
  "description": "Grants permission to associate tags with resources",
433
451
  "accessLevel": "Tagging",
434
- "resourceTypes": [],
435
- "conditionKeys": [],
452
+ "resourceTypes": [
453
+ {
454
+ "name": "Entitlement",
455
+ "required": false,
456
+ "conditionKeys": [],
457
+ "dependentActions": []
458
+ },
459
+ {
460
+ "name": "Flow",
461
+ "required": false,
462
+ "conditionKeys": [],
463
+ "dependentActions": []
464
+ },
465
+ {
466
+ "name": "Output",
467
+ "required": false,
468
+ "conditionKeys": [],
469
+ "dependentActions": []
470
+ },
471
+ {
472
+ "name": "Source",
473
+ "required": false,
474
+ "conditionKeys": [],
475
+ "dependentActions": []
476
+ }
477
+ ],
478
+ "conditionKeys": [
479
+ "aws:TagKeys",
480
+ "aws:RequestTag/${TagKey}"
481
+ ],
436
482
  "dependentActions": []
437
483
  },
438
484
  "untagresource": {
439
485
  "name": "UntagResource",
440
486
  "description": "Grants permission to remove tags from resources",
441
487
  "accessLevel": "Tagging",
442
- "resourceTypes": [],
443
- "conditionKeys": [],
488
+ "resourceTypes": [
489
+ {
490
+ "name": "Entitlement",
491
+ "required": false,
492
+ "conditionKeys": [],
493
+ "dependentActions": []
494
+ },
495
+ {
496
+ "name": "Flow",
497
+ "required": false,
498
+ "conditionKeys": [],
499
+ "dependentActions": []
500
+ },
501
+ {
502
+ "name": "Output",
503
+ "required": false,
504
+ "conditionKeys": [],
505
+ "dependentActions": []
506
+ },
507
+ {
508
+ "name": "Source",
509
+ "required": false,
510
+ "conditionKeys": [],
511
+ "dependentActions": []
512
+ }
513
+ ],
514
+ "conditionKeys": [
515
+ "aws:TagKeys"
516
+ ],
444
517
  "dependentActions": []
445
518
  },
446
519
  "updatebridge": {