@cloud-copilot/iam-data 0.7.202410251 → 0.7.202410261
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/transfer.json +15 -0
- package/package.json +2 -2
|
@@ -517,6 +517,21 @@
|
|
|
517
517
|
"conditionKeys": [],
|
|
518
518
|
"dependentActions": []
|
|
519
519
|
},
|
|
520
|
+
"listfiletransferresults": {
|
|
521
|
+
"name": "ListFileTransferResults",
|
|
522
|
+
"description": "Grants permission to list file transfer statuses for connectors",
|
|
523
|
+
"accessLevel": "Read",
|
|
524
|
+
"resourceTypes": [
|
|
525
|
+
{
|
|
526
|
+
"name": "connector",
|
|
527
|
+
"required": true,
|
|
528
|
+
"conditionKeys": [],
|
|
529
|
+
"dependentActions": []
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"conditionKeys": [],
|
|
533
|
+
"dependentActions": []
|
|
534
|
+
},
|
|
520
535
|
"listhostkeys": {
|
|
521
536
|
"name": "ListHostKeys",
|
|
522
537
|
"description": "Grants permission to list host keys associated with a server",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.202410261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-10-
|
|
6
|
+
"updatedAt": "2024-10-26T04:47:20.594Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|