@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512091

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 (81) hide show
  1. package/data/actions/aco-automation.json +252 -0
  2. package/data/actions/aidevops.json +481 -0
  3. package/data/actions/aws-marketplace.json +48 -0
  4. package/data/actions/aws-mcp.json +26 -0
  5. package/data/actions/bcm-data-exports.json +12 -0
  6. package/data/actions/bedrock-agentcore.json +594 -2
  7. package/data/actions/bedrock-mantle.json +106 -0
  8. package/data/actions/bedrock.json +84 -3
  9. package/data/actions/ce.json +8 -0
  10. package/data/actions/cloudfront.json +239 -0
  11. package/data/actions/cloudwatch.json +45 -0
  12. package/data/actions/connect.json +1081 -8
  13. package/data/actions/datazone.json +16 -0
  14. package/data/actions/ecr.json +78 -0
  15. package/data/actions/eks.json +108 -0
  16. package/data/actions/healthlake.json +1 -0
  17. package/data/actions/identitystore.json +19 -0
  18. package/data/actions/lambda.json +296 -4
  19. package/data/actions/logs.json +105 -0
  20. package/data/actions/mediaconnect.json +748 -91
  21. package/data/actions/nova-act.json +276 -0
  22. package/data/actions/observabilityadmin.json +180 -0
  23. package/data/actions/opensearch.json +40 -0
  24. package/data/actions/partnercentral-account-management.json +22 -0
  25. package/data/actions/partnercentral.json +903 -22
  26. package/data/actions/route53.json +15 -0
  27. package/data/actions/route53globalresolver.json +700 -0
  28. package/data/actions/s3.json +1 -0
  29. package/data/actions/s3tables.json +243 -3
  30. package/data/actions/s3vectors.json +147 -22
  31. package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
  32. package/data/actions/sagemaker.json +110 -0
  33. package/data/actions/security-ir.json +31 -0
  34. package/data/actions/securityagent.json +503 -0
  35. package/data/actions/transform-custom.json +274 -0
  36. package/data/actions/transform.json +72 -0
  37. package/data/actions/vpce.json +14 -1
  38. package/data/conditionKeys/aco-automation.json +17 -0
  39. package/data/conditionKeys/aidevops.json +22 -0
  40. package/data/conditionKeys/aws-mcp.json +1 -0
  41. package/data/conditionKeys/bedrock-agentcore.json +0 -5
  42. package/data/conditionKeys/bedrock-mantle.json +17 -0
  43. package/data/conditionKeys/connect.json +10 -0
  44. package/data/conditionKeys/nova-act.json +1 -0
  45. package/data/conditionKeys/observabilityadmin.json +5 -0
  46. package/data/conditionKeys/partnercentral-account-management.json +12 -1
  47. package/data/conditionKeys/partnercentral.json +15 -0
  48. package/data/conditionKeys/route53globalresolver.json +17 -0
  49. package/data/conditionKeys/s3tables.json +5 -0
  50. package/data/conditionKeys/s3vectors.json +20 -0
  51. package/data/conditionKeys/securityagent.json +1 -0
  52. package/data/conditionKeys/transform-custom.json +17 -0
  53. package/data/conditionPatterns.json +4 -0
  54. package/data/resourceTypes/aco-automation.json +9 -0
  55. package/data/resourceTypes/aidevops.json +24 -0
  56. package/data/resourceTypes/apigateway.json +3 -0
  57. package/data/resourceTypes/aws-mcp.json +1 -0
  58. package/data/resourceTypes/bcm-data-exports.json +7 -0
  59. package/data/resourceTypes/bedrock-agentcore.json +20 -0
  60. package/data/resourceTypes/bedrock-mantle.json +6 -0
  61. package/data/resourceTypes/cloudfront.json +14 -0
  62. package/data/resourceTypes/connect.json +18 -0
  63. package/data/resourceTypes/eks.json +7 -0
  64. package/data/resourceTypes/lambda.json +11 -0
  65. package/data/resourceTypes/mediaconnect.json +41 -12
  66. package/data/resourceTypes/nova-act.json +10 -0
  67. package/data/resourceTypes/observabilityadmin.json +14 -0
  68. package/data/resourceTypes/omics.json +0 -4
  69. package/data/resourceTypes/partnercentral.json +42 -0
  70. package/data/resourceTypes/route53globalresolver.json +37 -0
  71. package/data/resourceTypes/s3vectors.json +10 -2
  72. package/data/resourceTypes/sagemaker.json +8 -0
  73. package/data/resourceTypes/securityagent.json +38 -0
  74. package/data/resourceTypes/transform-custom.json +18 -0
  75. package/data/resourceTypes/vpce.json +10 -1
  76. package/data/serviceNames.json +9 -2
  77. package/data/services.json +8 -1
  78. package/package.json +2 -2
  79. package/data/actions/deepcomposer.json +0 -316
  80. package/data/conditionKeys/deepcomposer.json +0 -17
  81. package/data/resourceTypes/deepcomposer.json +0 -20
@@ -467,6 +467,12 @@
467
467
  "conditionKeys": [],
468
468
  "dependentActions": []
469
469
  },
470
+ {
471
+ "name": "alarm-mute-rule",
472
+ "required": false,
473
+ "conditionKeys": [],
474
+ "dependentActions": []
475
+ },
470
476
  {
471
477
  "name": "insight-rule",
472
478
  "required": false,
@@ -492,6 +498,15 @@
492
498
  }
493
499
  ]
494
500
  },
501
+ {
502
+ "name": "CloudWatch-AlarmMuteRule",
503
+ "resourceTypes": [
504
+ {
505
+ "name": "alarm-mute-rule",
506
+ "required": true
507
+ }
508
+ ]
509
+ },
495
510
  {
496
511
  "name": "CloudWatch-InsightRule",
497
512
  "resourceTypes": [
@@ -688,6 +703,12 @@
688
703
  "conditionKeys": [],
689
704
  "dependentActions": []
690
705
  },
706
+ {
707
+ "name": "alarm-mute-rule",
708
+ "required": false,
709
+ "conditionKeys": [],
710
+ "dependentActions": []
711
+ },
691
712
  {
692
713
  "name": "insight-rule",
693
714
  "required": false,
@@ -716,6 +737,15 @@
716
737
  }
717
738
  ]
718
739
  },
740
+ {
741
+ "name": "CloudWatch-AlarmMuteRule",
742
+ "resourceTypes": [
743
+ {
744
+ "name": "alarm-mute-rule",
745
+ "required": true
746
+ }
747
+ ]
748
+ },
719
749
  {
720
750
  "name": "CloudWatch-InsightRule",
721
751
  "resourceTypes": [
@@ -747,6 +777,12 @@
747
777
  "conditionKeys": [],
748
778
  "dependentActions": []
749
779
  },
780
+ {
781
+ "name": "alarm-mute-rule",
782
+ "required": false,
783
+ "conditionKeys": [],
784
+ "dependentActions": []
785
+ },
750
786
  {
751
787
  "name": "insight-rule",
752
788
  "required": false,
@@ -774,6 +810,15 @@
774
810
  }
775
811
  ]
776
812
  },
813
+ {
814
+ "name": "CloudWatch-AlarmMuteRule",
815
+ "resourceTypes": [
816
+ {
817
+ "name": "alarm-mute-rule",
818
+ "required": true
819
+ }
820
+ ]
821
+ },
777
822
  {
778
823
  "name": "CloudWatch-InsightRule",
779
824
  "resourceTypes": [