@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.
- package/data/actions/aco-automation.json +252 -0
- package/data/actions/aidevops.json +481 -0
- package/data/actions/aws-marketplace.json +48 -0
- package/data/actions/aws-mcp.json +26 -0
- package/data/actions/bcm-data-exports.json +12 -0
- package/data/actions/bedrock-agentcore.json +594 -2
- package/data/actions/bedrock-mantle.json +106 -0
- package/data/actions/bedrock.json +84 -3
- package/data/actions/ce.json +8 -0
- package/data/actions/cloudfront.json +239 -0
- package/data/actions/cloudwatch.json +45 -0
- package/data/actions/connect.json +1081 -8
- package/data/actions/datazone.json +16 -0
- package/data/actions/ecr.json +78 -0
- package/data/actions/eks.json +108 -0
- package/data/actions/healthlake.json +1 -0
- package/data/actions/identitystore.json +19 -0
- package/data/actions/lambda.json +296 -4
- package/data/actions/logs.json +105 -0
- package/data/actions/mediaconnect.json +748 -91
- package/data/actions/nova-act.json +276 -0
- package/data/actions/observabilityadmin.json +180 -0
- package/data/actions/opensearch.json +40 -0
- package/data/actions/partnercentral-account-management.json +22 -0
- package/data/actions/partnercentral.json +903 -22
- package/data/actions/route53.json +15 -0
- package/data/actions/route53globalresolver.json +700 -0
- package/data/actions/s3.json +1 -0
- package/data/actions/s3tables.json +243 -3
- package/data/actions/s3vectors.json +147 -22
- package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
- package/data/actions/sagemaker.json +110 -0
- package/data/actions/security-ir.json +31 -0
- package/data/actions/securityagent.json +503 -0
- package/data/actions/transform-custom.json +274 -0
- package/data/actions/transform.json +72 -0
- package/data/actions/vpce.json +14 -1
- package/data/conditionKeys/aco-automation.json +17 -0
- package/data/conditionKeys/aidevops.json +22 -0
- package/data/conditionKeys/aws-mcp.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -5
- package/data/conditionKeys/bedrock-mantle.json +17 -0
- package/data/conditionKeys/connect.json +10 -0
- package/data/conditionKeys/nova-act.json +1 -0
- package/data/conditionKeys/observabilityadmin.json +5 -0
- package/data/conditionKeys/partnercentral-account-management.json +12 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/conditionKeys/route53globalresolver.json +17 -0
- package/data/conditionKeys/s3tables.json +5 -0
- package/data/conditionKeys/s3vectors.json +20 -0
- package/data/conditionKeys/securityagent.json +1 -0
- package/data/conditionKeys/transform-custom.json +17 -0
- package/data/conditionPatterns.json +4 -0
- package/data/resourceTypes/aco-automation.json +9 -0
- package/data/resourceTypes/aidevops.json +24 -0
- package/data/resourceTypes/apigateway.json +3 -0
- package/data/resourceTypes/aws-mcp.json +1 -0
- package/data/resourceTypes/bcm-data-exports.json +7 -0
- package/data/resourceTypes/bedrock-agentcore.json +20 -0
- package/data/resourceTypes/bedrock-mantle.json +6 -0
- package/data/resourceTypes/cloudfront.json +14 -0
- package/data/resourceTypes/connect.json +18 -0
- package/data/resourceTypes/eks.json +7 -0
- package/data/resourceTypes/lambda.json +11 -0
- package/data/resourceTypes/mediaconnect.json +41 -12
- package/data/resourceTypes/nova-act.json +10 -0
- package/data/resourceTypes/observabilityadmin.json +14 -0
- package/data/resourceTypes/omics.json +0 -4
- package/data/resourceTypes/partnercentral.json +42 -0
- package/data/resourceTypes/route53globalresolver.json +37 -0
- package/data/resourceTypes/s3vectors.json +10 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/securityagent.json +38 -0
- package/data/resourceTypes/transform-custom.json +18 -0
- package/data/resourceTypes/vpce.json +10 -1
- package/data/serviceNames.json +9 -2
- package/data/services.json +8 -1
- package/package.json +2 -2
- package/data/actions/deepcomposer.json +0 -316
- package/data/conditionKeys/deepcomposer.json +0 -17
- 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": [
|