@cloud-copilot/iam-data 0.15.202512171 → 0.15.202512191
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/connect.json +4 -1
- package/data/actions/ec2.json +1321 -28
- package/data/actions/lambda.json +1 -2
- package/data/actions/redshift.json +8 -1
- package/data/actions/servicequotas.json +2 -2
- package/data/actions/timestream-influxdb.json +38 -0
- package/data/conditionKeys/ec2.json +45 -0
- package/data/resourceTypes/ec2.json +85 -1
- package/package.json +2 -2
|
@@ -5617,7 +5617,10 @@
|
|
|
5617
5617
|
"name": "contact-flow",
|
|
5618
5618
|
"required": true,
|
|
5619
5619
|
"conditionKeys": [],
|
|
5620
|
-
"dependentActions": [
|
|
5620
|
+
"dependentActions": [
|
|
5621
|
+
"wisdom:GetMessageTemplate",
|
|
5622
|
+
"wisdom:RenderMessageTemplate"
|
|
5623
|
+
]
|
|
5621
5624
|
},
|
|
5622
5625
|
{
|
|
5623
5626
|
"name": "instance",
|