@cloud-copilot/iam-data 0.9.202412131 → 0.9.202412141
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.
|
@@ -87,6 +87,21 @@
|
|
|
87
87
|
"conditionKeys": [],
|
|
88
88
|
"dependentActions": []
|
|
89
89
|
},
|
|
90
|
+
"deleteserviceattributes": {
|
|
91
|
+
"name": "DeleteServiceAttributes",
|
|
92
|
+
"description": "Grants permission to delete specified attributes from a service",
|
|
93
|
+
"accessLevel": "Write",
|
|
94
|
+
"resourceTypes": [
|
|
95
|
+
{
|
|
96
|
+
"name": "service",
|
|
97
|
+
"required": true,
|
|
98
|
+
"conditionKeys": [],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"conditionKeys": [],
|
|
103
|
+
"dependentActions": []
|
|
104
|
+
},
|
|
90
105
|
"deregisterinstance": {
|
|
91
106
|
"name": "DeregisterInstance",
|
|
92
107
|
"description": "Grants permission to delete the records and the health check, if any, that Amazon Route 53 created for the specified instance",
|
|
@@ -184,6 +199,21 @@
|
|
|
184
199
|
"conditionKeys": [],
|
|
185
200
|
"dependentActions": []
|
|
186
201
|
},
|
|
202
|
+
"getserviceattributes": {
|
|
203
|
+
"name": "GetServiceAttributes",
|
|
204
|
+
"description": "Grants permission to get the attributes for a specified service",
|
|
205
|
+
"accessLevel": "Read",
|
|
206
|
+
"resourceTypes": [
|
|
207
|
+
{
|
|
208
|
+
"name": "service",
|
|
209
|
+
"required": true,
|
|
210
|
+
"conditionKeys": [],
|
|
211
|
+
"dependentActions": []
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"conditionKeys": [],
|
|
215
|
+
"dependentActions": []
|
|
216
|
+
},
|
|
187
217
|
"listinstances": {
|
|
188
218
|
"name": "ListInstances",
|
|
189
219
|
"description": "Grants permission to get summary information about the instances that were registered with a specified service",
|
|
@@ -333,5 +363,20 @@
|
|
|
333
363
|
],
|
|
334
364
|
"conditionKeys": [],
|
|
335
365
|
"dependentActions": []
|
|
366
|
+
},
|
|
367
|
+
"updateserviceattributes": {
|
|
368
|
+
"name": "UpdateServiceAttributes",
|
|
369
|
+
"description": "Grants permission to update the attributes in a specified service",
|
|
370
|
+
"accessLevel": "Write",
|
|
371
|
+
"resourceTypes": [
|
|
372
|
+
{
|
|
373
|
+
"name": "service",
|
|
374
|
+
"required": true,
|
|
375
|
+
"conditionKeys": [],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"conditionKeys": [],
|
|
380
|
+
"dependentActions": []
|
|
336
381
|
}
|
|
337
382
|
}
|
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.202412141",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-12-
|
|
6
|
+
"updatedAt": "2024-12-14T04:46:13.250Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|