@cloud-copilot/iam-data 0.9.202504221 → 0.9.202504231
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.
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
},
|
|
104
104
|
"getaccountinformation": {
|
|
105
105
|
"name": "GetAccountInformation",
|
|
106
|
-
"isPermissionOnly": true,
|
|
107
106
|
"description": "Grants permission to retrieve the account information for an account",
|
|
108
107
|
"accessLevel": "Read",
|
|
109
108
|
"resourceTypes": [
|
|
@@ -112,6 +111,12 @@
|
|
|
112
111
|
"required": false,
|
|
113
112
|
"conditionKeys": [],
|
|
114
113
|
"dependentActions": []
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "accountInOrganization",
|
|
117
|
+
"required": false,
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
115
120
|
}
|
|
116
121
|
],
|
|
117
122
|
"conditionKeys": [],
|
|
@@ -220,6 +225,27 @@
|
|
|
220
225
|
"conditionKeys": [],
|
|
221
226
|
"dependentActions": []
|
|
222
227
|
},
|
|
228
|
+
"putaccountname": {
|
|
229
|
+
"name": "PutAccountName",
|
|
230
|
+
"description": "Grants permission to update the name for an account",
|
|
231
|
+
"accessLevel": "Write",
|
|
232
|
+
"resourceTypes": [
|
|
233
|
+
{
|
|
234
|
+
"name": "account",
|
|
235
|
+
"required": false,
|
|
236
|
+
"conditionKeys": [],
|
|
237
|
+
"dependentActions": []
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "accountInOrganization",
|
|
241
|
+
"required": false,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"conditionKeys": [],
|
|
247
|
+
"dependentActions": []
|
|
248
|
+
},
|
|
223
249
|
"putalternatecontact": {
|
|
224
250
|
"name": "PutAlternateContact",
|
|
225
251
|
"description": "Grants permission to modify the alternate contacts for an account",
|
package/data/actions/ecs.json
CHANGED
|
@@ -802,6 +802,34 @@
|
|
|
802
802
|
],
|
|
803
803
|
"dependentActions": []
|
|
804
804
|
},
|
|
805
|
+
"stopservicedeployment": {
|
|
806
|
+
"name": "StopServiceDeployment",
|
|
807
|
+
"description": "Grants permission to stop an ongoing service deployment",
|
|
808
|
+
"accessLevel": "Write",
|
|
809
|
+
"resourceTypes": [
|
|
810
|
+
{
|
|
811
|
+
"name": "service",
|
|
812
|
+
"required": true,
|
|
813
|
+
"conditionKeys": [
|
|
814
|
+
"ecs:cluster",
|
|
815
|
+
"aws:ResourceTag/${TagKey}"
|
|
816
|
+
],
|
|
817
|
+
"dependentActions": []
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "service-deployment",
|
|
821
|
+
"required": true,
|
|
822
|
+
"conditionKeys": [
|
|
823
|
+
"ecs:cluster",
|
|
824
|
+
"ecs:service",
|
|
825
|
+
"aws:ResourceTag/${TagKey}"
|
|
826
|
+
],
|
|
827
|
+
"dependentActions": []
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"conditionKeys": [],
|
|
831
|
+
"dependentActions": []
|
|
832
|
+
},
|
|
805
833
|
"stoptask": {
|
|
806
834
|
"name": "StopTask",
|
|
807
835
|
"description": "Grants permission to stop a running task",
|
|
@@ -88,7 +88,8 @@
|
|
|
88
88
|
"resourceTypes": [],
|
|
89
89
|
"conditionKeys": [
|
|
90
90
|
"aws:RequestTag/${TagKey}",
|
|
91
|
-
"aws:TagKeys"
|
|
91
|
+
"aws:TagKeys",
|
|
92
|
+
"aws:ResourceTag/${TagKey}"
|
|
92
93
|
],
|
|
93
94
|
"dependentActions": []
|
|
94
95
|
},
|
|
@@ -99,7 +100,8 @@
|
|
|
99
100
|
"resourceTypes": [],
|
|
100
101
|
"conditionKeys": [
|
|
101
102
|
"aws:RequestTag/${TagKey}",
|
|
102
|
-
"aws:TagKeys"
|
|
103
|
+
"aws:TagKeys",
|
|
104
|
+
"aws:ResourceTag/${TagKey}"
|
|
103
105
|
],
|
|
104
106
|
"dependentActions": []
|
|
105
107
|
},
|
|
@@ -145,7 +147,8 @@
|
|
|
145
147
|
"conditionKeys": [
|
|
146
148
|
"organizations:PolicyType",
|
|
147
149
|
"aws:RequestTag/${TagKey}",
|
|
148
|
-
"aws:TagKeys"
|
|
150
|
+
"aws:TagKeys",
|
|
151
|
+
"aws:ResourceTag/${TagKey}"
|
|
149
152
|
],
|
|
150
153
|
"dependentActions": []
|
|
151
154
|
},
|
|
@@ -804,7 +807,9 @@
|
|
|
804
807
|
{
|
|
805
808
|
"name": "policy",
|
|
806
809
|
"required": false,
|
|
807
|
-
"conditionKeys": [
|
|
810
|
+
"conditionKeys": [
|
|
811
|
+
"organizations:PolicyType"
|
|
812
|
+
],
|
|
808
813
|
"dependentActions": []
|
|
809
814
|
},
|
|
810
815
|
{
|
|
@@ -135,6 +135,27 @@
|
|
|
135
135
|
"conditionKeys": [],
|
|
136
136
|
"dependentActions": []
|
|
137
137
|
},
|
|
138
|
+
"checkdocumentaccess": {
|
|
139
|
+
"name": "CheckDocumentAccess",
|
|
140
|
+
"description": "Grants permission to check if a user has access to a document",
|
|
141
|
+
"accessLevel": "Read",
|
|
142
|
+
"resourceTypes": [
|
|
143
|
+
{
|
|
144
|
+
"name": "application",
|
|
145
|
+
"required": true,
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "index",
|
|
151
|
+
"required": true,
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
},
|
|
138
159
|
"createapplication": {
|
|
139
160
|
"name": "CreateApplication",
|
|
140
161
|
"description": "Grants permission to create an application",
|
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.202504231",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-04-
|
|
6
|
+
"updatedAt": "2025-04-23T04:49:22.093Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|