@cloud-copilot/iam-data 0.9.202502211 → 0.9.202502261
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.
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"approvecommand": {
|
|
3
|
+
"name": "ApproveCommand",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to approve a command sent by another AWS service",
|
|
6
|
+
"accessLevel": "Read",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Environment",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"createenvironment": {
|
|
3
19
|
"name": "CreateEnvironment",
|
|
4
20
|
"isPermissionOnly": true,
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"application": {
|
|
3
3
|
"key": "application",
|
|
4
|
-
"arn": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}"
|
|
4
|
+
"arn": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"deploymentconfig": {
|
|
7
10
|
"key": "deploymentconfig",
|
|
@@ -9,7 +12,10 @@
|
|
|
9
12
|
},
|
|
10
13
|
"deploymentgroup": {
|
|
11
14
|
"key": "deploymentgroup",
|
|
12
|
-
"arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}"
|
|
15
|
+
"arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
13
19
|
},
|
|
14
20
|
"instance": {
|
|
15
21
|
"key": "instance",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202502261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-02-
|
|
6
|
+
"updatedAt": "2025-02-26T04:47:08.040Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|