@cloud-copilot/iam-data 0.15.202601291 → 0.15.202601301
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/dynamodb.json +16 -0
- package/data/actions/transfer.json +20 -7
- package/package.json +2 -2
|
@@ -609,6 +609,22 @@
|
|
|
609
609
|
"conditionKeys": [],
|
|
610
610
|
"dependentActions": []
|
|
611
611
|
},
|
|
612
|
+
"injecterror": {
|
|
613
|
+
"name": "InjectError",
|
|
614
|
+
"isPermissionOnly": true,
|
|
615
|
+
"description": "Grants permission to start experiments on a Global Table",
|
|
616
|
+
"accessLevel": "Write",
|
|
617
|
+
"resourceTypes": [
|
|
618
|
+
{
|
|
619
|
+
"name": "table",
|
|
620
|
+
"required": true,
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
612
628
|
"listbackups": {
|
|
613
629
|
"name": "ListBackups",
|
|
614
630
|
"description": "Grants permission to list backups associated with the account and endpoint",
|
|
@@ -41,16 +41,23 @@
|
|
|
41
41
|
"name": "CreateConnector",
|
|
42
42
|
"description": "Grants permission to create a connector",
|
|
43
43
|
"accessLevel": "Write",
|
|
44
|
-
"resourceTypes": [
|
|
44
|
+
"resourceTypes": [
|
|
45
|
+
{
|
|
46
|
+
"name": "profile",
|
|
47
|
+
"required": false,
|
|
48
|
+
"conditionKeys": [],
|
|
49
|
+
"dependentActions": [
|
|
50
|
+
"iam:PassRole"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
],
|
|
45
54
|
"conditionKeys": [
|
|
46
55
|
"aws:TagKeys",
|
|
47
56
|
"aws:RequestTag/${TagKey}",
|
|
48
57
|
"aws:ResourceTag/${TagKey}",
|
|
49
58
|
"transfer:RequestConnectorProtocol"
|
|
50
59
|
],
|
|
51
|
-
"dependentActions": [
|
|
52
|
-
"iam:PassRole"
|
|
53
|
-
]
|
|
60
|
+
"dependentActions": []
|
|
54
61
|
},
|
|
55
62
|
"createprofile": {
|
|
56
63
|
"name": "CreateProfile",
|
|
@@ -1062,13 +1069,19 @@
|
|
|
1062
1069
|
"name": "connector",
|
|
1063
1070
|
"required": true,
|
|
1064
1071
|
"conditionKeys": [],
|
|
1072
|
+
"dependentActions": [
|
|
1073
|
+
"iam:PassRole"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "profile",
|
|
1078
|
+
"required": false,
|
|
1079
|
+
"conditionKeys": [],
|
|
1065
1080
|
"dependentActions": []
|
|
1066
1081
|
}
|
|
1067
1082
|
],
|
|
1068
1083
|
"conditionKeys": [],
|
|
1069
|
-
"dependentActions": [
|
|
1070
|
-
"iam:PassRole"
|
|
1071
|
-
]
|
|
1084
|
+
"dependentActions": []
|
|
1072
1085
|
},
|
|
1073
1086
|
"updatehostkey": {
|
|
1074
1087
|
"name": "UpdateHostKey",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202601301",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-01-
|
|
9
|
+
"updatedAt": "2026-01-30T05:35:53.516Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|