@cloud-copilot/iam-data 0.15.202509091 → 0.15.202509131
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/amplify.json +1 -8
- package/data/actions/glacier.json +1 -4
- package/data/actions/quicksight.json +25 -1
- package/data/actions/transform.json +101 -2
- package/data/conditionKeys/glacier.json +0 -10
- package/data/conditionKeys/transform.json +12 -1
- package/data/resourceTypes/transform.json +4 -0
- package/package.json +2 -2
|
@@ -18,14 +18,7 @@
|
|
|
18
18
|
"name": "CreateApp",
|
|
19
19
|
"description": "Grants permission to create a new Amplify App",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
|
-
"resourceTypes": [
|
|
22
|
-
{
|
|
23
|
-
"name": "apps",
|
|
24
|
-
"required": true,
|
|
25
|
-
"conditionKeys": [],
|
|
26
|
-
"dependentActions": []
|
|
27
|
-
}
|
|
28
|
-
],
|
|
21
|
+
"resourceTypes": [],
|
|
29
22
|
"conditionKeys": [
|
|
30
23
|
"aws:RequestTag/${TagKey}",
|
|
31
24
|
"aws:TagKeys"
|
|
@@ -534,6 +534,14 @@
|
|
|
534
534
|
"iam:PassRole"
|
|
535
535
|
]
|
|
536
536
|
},
|
|
537
|
+
"deleteaccountcustompermission": {
|
|
538
|
+
"name": "DeleteAccountCustomPermission",
|
|
539
|
+
"description": "Grants permission to remove the custom permission associated with an account",
|
|
540
|
+
"accessLevel": "Write",
|
|
541
|
+
"resourceTypes": [],
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
537
545
|
"deleteaccountcustomization": {
|
|
538
546
|
"name": "DeleteAccountCustomization",
|
|
539
547
|
"description": "Grants permission to delete an account customization for QuickSight account or namespace",
|
|
@@ -963,7 +971,7 @@
|
|
|
963
971
|
},
|
|
964
972
|
"deleteuserbyprincipalid": {
|
|
965
973
|
"name": "DeleteUserByPrincipalId",
|
|
966
|
-
"description": "Grants permission to
|
|
974
|
+
"description": "Grants permission to delete a user identified by its principal ID",
|
|
967
975
|
"accessLevel": "Write",
|
|
968
976
|
"resourceTypes": [
|
|
969
977
|
{
|
|
@@ -1009,6 +1017,14 @@
|
|
|
1009
1017
|
],
|
|
1010
1018
|
"dependentActions": []
|
|
1011
1019
|
},
|
|
1020
|
+
"describeaccountcustompermission": {
|
|
1021
|
+
"name": "DescribeAccountCustomPermission",
|
|
1022
|
+
"description": "Grants permission to describe the custom permission associated with an account",
|
|
1023
|
+
"accessLevel": "Read",
|
|
1024
|
+
"resourceTypes": [],
|
|
1025
|
+
"conditionKeys": [],
|
|
1026
|
+
"dependentActions": []
|
|
1027
|
+
},
|
|
1012
1028
|
"describeaccountcustomization": {
|
|
1013
1029
|
"name": "DescribeAccountCustomization",
|
|
1014
1030
|
"description": "Grants permission to describe an account customization for QuickSight account or namespace",
|
|
@@ -2901,6 +2917,14 @@
|
|
|
2901
2917
|
],
|
|
2902
2918
|
"dependentActions": []
|
|
2903
2919
|
},
|
|
2920
|
+
"updateaccountcustompermission": {
|
|
2921
|
+
"name": "UpdateAccountCustomPermission",
|
|
2922
|
+
"description": "Grants permission to update the custom permission associated with an account",
|
|
2923
|
+
"accessLevel": "Write",
|
|
2924
|
+
"resourceTypes": [],
|
|
2925
|
+
"conditionKeys": [],
|
|
2926
|
+
"dependentActions": []
|
|
2927
|
+
},
|
|
2904
2928
|
"updateaccountcustomization": {
|
|
2905
2929
|
"name": "UpdateAccountCustomization",
|
|
2906
2930
|
"description": "Grants permission to update an account customization for QuickSight account or namespace",
|
|
@@ -4,7 +4,14 @@
|
|
|
4
4
|
"isPermissionOnly": true,
|
|
5
5
|
"description": "Grants permission to invoke AssociateConnectorResource on AWS Transform",
|
|
6
6
|
"accessLevel": "Write",
|
|
7
|
-
"resourceTypes": [
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "connector",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
8
15
|
"conditionKeys": [],
|
|
9
16
|
"dependentActions": []
|
|
10
17
|
},
|
|
@@ -24,6 +31,22 @@
|
|
|
24
31
|
"conditionKeys": [],
|
|
25
32
|
"dependentActions": []
|
|
26
33
|
},
|
|
34
|
+
"deleteconnector": {
|
|
35
|
+
"name": "DeleteConnector",
|
|
36
|
+
"isPermissionOnly": true,
|
|
37
|
+
"description": "Grants permission to invoke DeleteConnector on AWS Transform",
|
|
38
|
+
"accessLevel": "Write",
|
|
39
|
+
"resourceTypes": [
|
|
40
|
+
{
|
|
41
|
+
"name": "connector",
|
|
42
|
+
"required": true,
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
27
50
|
"deleteprofile": {
|
|
28
51
|
"name": "DeleteProfile",
|
|
29
52
|
"isPermissionOnly": true,
|
|
@@ -45,6 +68,22 @@
|
|
|
45
68
|
"isPermissionOnly": true,
|
|
46
69
|
"description": "Grants permission to invoke GetConnector on AWS Transform",
|
|
47
70
|
"accessLevel": "Read",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "connector",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
82
|
+
"listconnectors": {
|
|
83
|
+
"name": "ListConnectors",
|
|
84
|
+
"isPermissionOnly": true,
|
|
85
|
+
"description": "Grants permission to invoke ListConnectors on AWS Transform",
|
|
86
|
+
"accessLevel": "List",
|
|
48
87
|
"resourceTypes": [],
|
|
49
88
|
"conditionKeys": [],
|
|
50
89
|
"dependentActions": []
|
|
@@ -58,15 +97,75 @@
|
|
|
58
97
|
"conditionKeys": [],
|
|
59
98
|
"dependentActions": []
|
|
60
99
|
},
|
|
100
|
+
"listtagsforresource": {
|
|
101
|
+
"name": "ListTagsForResource",
|
|
102
|
+
"isPermissionOnly": true,
|
|
103
|
+
"description": "Grants permission to invoke ListTagsForResource on AWS Transform",
|
|
104
|
+
"accessLevel": "Read",
|
|
105
|
+
"resourceTypes": [
|
|
106
|
+
{
|
|
107
|
+
"name": "connector",
|
|
108
|
+
"required": true,
|
|
109
|
+
"conditionKeys": [],
|
|
110
|
+
"dependentActions": []
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
61
116
|
"rejectconnector": {
|
|
62
117
|
"name": "RejectConnector",
|
|
63
118
|
"isPermissionOnly": true,
|
|
64
119
|
"description": "Grants permission to invoke RejectConnector on AWS Transform",
|
|
65
120
|
"accessLevel": "Write",
|
|
66
|
-
"resourceTypes": [
|
|
121
|
+
"resourceTypes": [
|
|
122
|
+
{
|
|
123
|
+
"name": "connector",
|
|
124
|
+
"required": true,
|
|
125
|
+
"conditionKeys": [],
|
|
126
|
+
"dependentActions": []
|
|
127
|
+
}
|
|
128
|
+
],
|
|
67
129
|
"conditionKeys": [],
|
|
68
130
|
"dependentActions": []
|
|
69
131
|
},
|
|
132
|
+
"tagresource": {
|
|
133
|
+
"name": "TagResource",
|
|
134
|
+
"isPermissionOnly": true,
|
|
135
|
+
"description": "Grants permission to invoke TagResource on AWS Transform",
|
|
136
|
+
"accessLevel": "Tagging",
|
|
137
|
+
"resourceTypes": [
|
|
138
|
+
{
|
|
139
|
+
"name": "connector",
|
|
140
|
+
"required": true,
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"conditionKeys": [
|
|
146
|
+
"aws:TagKeys",
|
|
147
|
+
"aws:RequestTag/${TagKey}"
|
|
148
|
+
],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
},
|
|
151
|
+
"untagresource": {
|
|
152
|
+
"name": "UntagResource",
|
|
153
|
+
"isPermissionOnly": true,
|
|
154
|
+
"description": "Grants permission to invoke UntagResource on AWS Transform",
|
|
155
|
+
"accessLevel": "Tagging",
|
|
156
|
+
"resourceTypes": [
|
|
157
|
+
{
|
|
158
|
+
"name": "connector",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:TagKeys"
|
|
166
|
+
],
|
|
167
|
+
"dependentActions": []
|
|
168
|
+
},
|
|
70
169
|
"updateprofile": {
|
|
71
170
|
"name": "UpdateProfile",
|
|
72
171
|
"isPermissionOnly": true,
|
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aws:requesttag/${tagkey}": {
|
|
3
|
-
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"aws:tagkeys": {
|
|
8
|
-
"key": "aws:TagKeys",
|
|
9
|
-
"description": "Filters access by the tag keys that are passed in the request",
|
|
10
|
-
"type": "ArrayOfString"
|
|
11
|
-
},
|
|
12
2
|
"glacier:archiveageindays": {
|
|
13
3
|
"key": "glacier:ArchiveAgeInDays",
|
|
14
4
|
"description": "Filters access by how long an archive has been stored in the vault, in days",
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:tagkeys": {
|
|
8
|
+
"key": "aws:TagKeys",
|
|
9
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
10
|
+
"type": "ArrayOfString"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -2,5 +2,9 @@
|
|
|
2
2
|
"profile": {
|
|
3
3
|
"key": "profile",
|
|
4
4
|
"arn": "arn:${Partition}:transform:${Region}:${Account}:profile/${Identifier}"
|
|
5
|
+
},
|
|
6
|
+
"connector": {
|
|
7
|
+
"key": "connector",
|
|
8
|
+
"arn": "arn:${Partition}:transform:${Region}:${Account}:connector/${WorkspaceId}/${ConnectorId}"
|
|
5
9
|
}
|
|
6
10
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202509131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-09-
|
|
6
|
+
"updatedAt": "2025-09-13T04:43:53.456Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|