@cloud-copilot/iam-data 0.8.202411091 → 0.8.202411131
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/datazone.json +48 -0
- package/data/actions/es.json +38 -0
- package/data/actions/outposts.json +34 -4
- package/data/actions/payments.json +96 -0
- package/data/actions/qbusiness.json +19 -1
- package/data/actions/resource-explorer-2.json +36 -9
- package/data/actions/sagemaker.json +1 -8
- package/data/conditionKeys/qbusiness.json +10 -0
- package/data/conditionKeys/resource-explorer-2.json +5 -0
- package/data/resourceTypes/resource-explorer-2.json +4 -0
- package/package.json +2 -2
|
@@ -39,6 +39,38 @@
|
|
|
39
39
|
"conditionKeys": [],
|
|
40
40
|
"dependentActions": []
|
|
41
41
|
},
|
|
42
|
+
"batchdeletelinkedtypes": {
|
|
43
|
+
"name": "BatchDeleteLinkedTypes",
|
|
44
|
+
"isPermissionOnly": true,
|
|
45
|
+
"description": "Grants permission to remove linked type items from an Amazon DataZone Domain",
|
|
46
|
+
"accessLevel": "Write",
|
|
47
|
+
"resourceTypes": [
|
|
48
|
+
{
|
|
49
|
+
"name": "domain",
|
|
50
|
+
"required": true,
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"batchputlinkedtypes": {
|
|
59
|
+
"name": "BatchPutLinkedTypes",
|
|
60
|
+
"isPermissionOnly": true,
|
|
61
|
+
"description": "Grants permission to put linked type items to an Amazon DataZone Domain",
|
|
62
|
+
"accessLevel": "Write",
|
|
63
|
+
"resourceTypes": [
|
|
64
|
+
{
|
|
65
|
+
"name": "domain",
|
|
66
|
+
"required": true,
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
42
74
|
"cancelmetadatagenerationrun": {
|
|
43
75
|
"name": "CancelMetadataGenerationRun",
|
|
44
76
|
"description": "Grants permission to cancel metadata generation run",
|
|
@@ -890,6 +922,22 @@
|
|
|
890
922
|
"conditionKeys": [],
|
|
891
923
|
"dependentActions": []
|
|
892
924
|
},
|
|
925
|
+
"listlinkedtypes": {
|
|
926
|
+
"name": "ListLinkedTypes",
|
|
927
|
+
"isPermissionOnly": true,
|
|
928
|
+
"description": "Grants permission to list linked type items linked to an Amazon DataZone Domain",
|
|
929
|
+
"accessLevel": "List",
|
|
930
|
+
"resourceTypes": [
|
|
931
|
+
{
|
|
932
|
+
"name": "domain",
|
|
933
|
+
"required": true,
|
|
934
|
+
"conditionKeys": [],
|
|
935
|
+
"dependentActions": []
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"conditionKeys": [],
|
|
939
|
+
"dependentActions": []
|
|
940
|
+
},
|
|
893
941
|
"listmetadatagenerationruns": {
|
|
894
942
|
"name": "ListMetadataGenerationRuns",
|
|
895
943
|
"description": "Grants permission to list metadata generation runs",
|
package/data/actions/es.json
CHANGED
|
@@ -69,6 +69,21 @@
|
|
|
69
69
|
"conditionKeys": [],
|
|
70
70
|
"dependentActions": []
|
|
71
71
|
},
|
|
72
|
+
"associatepackages": {
|
|
73
|
+
"name": "AssociatePackages",
|
|
74
|
+
"description": "Grants permission to associate multiple packages with an OpenSearch Service domain",
|
|
75
|
+
"accessLevel": "Write",
|
|
76
|
+
"resourceTypes": [
|
|
77
|
+
{
|
|
78
|
+
"name": "domain",
|
|
79
|
+
"required": true,
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": []
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"conditionKeys": [],
|
|
85
|
+
"dependentActions": []
|
|
86
|
+
},
|
|
72
87
|
"authorizevpcendpointaccess": {
|
|
73
88
|
"name": "AuthorizeVpcEndpointAccess",
|
|
74
89
|
"description": "Grants permission to provide access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint",
|
|
@@ -623,6 +638,21 @@
|
|
|
623
638
|
"conditionKeys": [],
|
|
624
639
|
"dependentActions": []
|
|
625
640
|
},
|
|
641
|
+
"dissociatepackages": {
|
|
642
|
+
"name": "DissociatePackages",
|
|
643
|
+
"description": "Grants permission to disassociate multiple packages from the specified OpenSearch Service domain",
|
|
644
|
+
"accessLevel": "Write",
|
|
645
|
+
"resourceTypes": [
|
|
646
|
+
{
|
|
647
|
+
"name": "domain",
|
|
648
|
+
"required": true,
|
|
649
|
+
"conditionKeys": [],
|
|
650
|
+
"dependentActions": []
|
|
651
|
+
}
|
|
652
|
+
],
|
|
653
|
+
"conditionKeys": [],
|
|
654
|
+
"dependentActions": []
|
|
655
|
+
},
|
|
626
656
|
"escrossclusterget": {
|
|
627
657
|
"name": "ESCrossClusterGet",
|
|
628
658
|
"description": "Grants permission to send cross-cluster requests to a destination domain",
|
|
@@ -1193,6 +1223,14 @@
|
|
|
1193
1223
|
"conditionKeys": [],
|
|
1194
1224
|
"dependentActions": []
|
|
1195
1225
|
},
|
|
1226
|
+
"updatepackagescope": {
|
|
1227
|
+
"name": "UpdatePackageScope",
|
|
1228
|
+
"description": "Grants permission to update scope a package",
|
|
1229
|
+
"accessLevel": "Write",
|
|
1230
|
+
"resourceTypes": [],
|
|
1231
|
+
"conditionKeys": [],
|
|
1232
|
+
"dependentActions": []
|
|
1233
|
+
},
|
|
1196
1234
|
"updatescheduledaction": {
|
|
1197
1235
|
"name": "UpdateScheduledAction",
|
|
1198
1236
|
"description": "Grants permission to reschedule a planned OpenSearch Service domain configuration change for a later time",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"cancelcapacitytask": {
|
|
3
3
|
"name": "CancelCapacityTask",
|
|
4
|
-
"description": "Grants permission to cancel a
|
|
4
|
+
"description": "Grants permission to cancel a capacity task",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
6
|
"resourceTypes": [
|
|
7
7
|
{
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"getcapacitytask": {
|
|
108
108
|
"name": "GetCapacityTask",
|
|
109
|
-
"description": "Grants permission to get information about the specified
|
|
109
|
+
"description": "Grants permission to get information about the specified capacity task",
|
|
110
110
|
"accessLevel": "Read",
|
|
111
111
|
"resourceTypes": [
|
|
112
112
|
{
|
|
@@ -226,6 +226,21 @@
|
|
|
226
226
|
"conditionKeys": [],
|
|
227
227
|
"dependentActions": []
|
|
228
228
|
},
|
|
229
|
+
"listassetinstances": {
|
|
230
|
+
"name": "ListAssetInstances",
|
|
231
|
+
"description": "Grants permission to list all running instances for the specified Outpost",
|
|
232
|
+
"accessLevel": "List",
|
|
233
|
+
"resourceTypes": [
|
|
234
|
+
{
|
|
235
|
+
"name": "outpost",
|
|
236
|
+
"required": true,
|
|
237
|
+
"conditionKeys": [],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"conditionKeys": [],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
},
|
|
229
244
|
"listassets": {
|
|
230
245
|
"name": "ListAssets",
|
|
231
246
|
"description": "Grants permission to list the assets for your Outpost",
|
|
@@ -234,9 +249,24 @@
|
|
|
234
249
|
"conditionKeys": [],
|
|
235
250
|
"dependentActions": []
|
|
236
251
|
},
|
|
252
|
+
"listblockinginstancesforcapacitytask": {
|
|
253
|
+
"name": "ListBlockingInstancesForCapacityTask",
|
|
254
|
+
"description": "Grants permission to list all running instances that are blocking the capacity task from running for the specified Outpost",
|
|
255
|
+
"accessLevel": "List",
|
|
256
|
+
"resourceTypes": [
|
|
257
|
+
{
|
|
258
|
+
"name": "outpost",
|
|
259
|
+
"required": true,
|
|
260
|
+
"conditionKeys": [],
|
|
261
|
+
"dependentActions": []
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"conditionKeys": [],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
},
|
|
237
267
|
"listcapacitytasks": {
|
|
238
268
|
"name": "ListCapacityTasks",
|
|
239
|
-
"description": "Grants permission to list the
|
|
269
|
+
"description": "Grants permission to list the capacity tasks for your AWS account",
|
|
240
270
|
"accessLevel": "List",
|
|
241
271
|
"resourceTypes": [],
|
|
242
272
|
"conditionKeys": [],
|
|
@@ -284,7 +314,7 @@
|
|
|
284
314
|
},
|
|
285
315
|
"startcapacitytask": {
|
|
286
316
|
"name": "StartCapacityTask",
|
|
287
|
-
"description": "Grants permission to create a
|
|
317
|
+
"description": "Grants permission to create a capacity task",
|
|
288
318
|
"accessLevel": "Write",
|
|
289
319
|
"resourceTypes": [
|
|
290
320
|
{
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"acceptfinancingapplicationterms": {
|
|
3
|
+
"name": "AcceptFinancingApplicationTerms",
|
|
4
|
+
"description": "Grants permission to accept financing application terms provided by a lender",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"createfinancingapplication": {
|
|
11
|
+
"name": "CreateFinancingApplication",
|
|
12
|
+
"description": "Grants permission to create a financing application",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"createpaymentinstrument": {
|
|
3
19
|
"name": "CreatePaymentInstrument",
|
|
4
20
|
"description": "Grants permission to create a payment instrument",
|
|
@@ -19,6 +35,38 @@
|
|
|
19
35
|
"conditionKeys": [],
|
|
20
36
|
"dependentActions": []
|
|
21
37
|
},
|
|
38
|
+
"getfinancingapplication": {
|
|
39
|
+
"name": "GetFinancingApplication",
|
|
40
|
+
"description": "Grants permission to get information about a financing application",
|
|
41
|
+
"accessLevel": "Read",
|
|
42
|
+
"resourceTypes": [],
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
},
|
|
46
|
+
"getfinancingline": {
|
|
47
|
+
"name": "GetFinancingLine",
|
|
48
|
+
"description": "Grants permission to get information about a financing line",
|
|
49
|
+
"accessLevel": "Read",
|
|
50
|
+
"resourceTypes": [],
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
54
|
+
"getfinancinglinewithdrawal": {
|
|
55
|
+
"name": "GetFinancingLineWithdrawal",
|
|
56
|
+
"description": "Grants permission to get information about a financing line withdrawal",
|
|
57
|
+
"accessLevel": "Read",
|
|
58
|
+
"resourceTypes": [],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
62
|
+
"getfinancingoption": {
|
|
63
|
+
"name": "GetFinancingOption",
|
|
64
|
+
"description": "Grants permission to get information about a financing option",
|
|
65
|
+
"accessLevel": "Read",
|
|
66
|
+
"resourceTypes": [],
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
},
|
|
22
70
|
"getpaymentinstrument": {
|
|
23
71
|
"name": "GetPaymentInstrument",
|
|
24
72
|
"description": "Grants permission to get information about a payment instrument",
|
|
@@ -43,6 +91,30 @@
|
|
|
43
91
|
"conditionKeys": [],
|
|
44
92
|
"dependentActions": []
|
|
45
93
|
},
|
|
94
|
+
"listfinancingapplications": {
|
|
95
|
+
"name": "ListFinancingApplications",
|
|
96
|
+
"description": "Grants permission to list financing application metadata",
|
|
97
|
+
"accessLevel": "List",
|
|
98
|
+
"resourceTypes": [],
|
|
99
|
+
"conditionKeys": [],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
},
|
|
102
|
+
"listfinancinglinewithdrawals": {
|
|
103
|
+
"name": "ListFinancingLineWithdrawals",
|
|
104
|
+
"description": "Grants permission to list financing line withdrawals metadata",
|
|
105
|
+
"accessLevel": "List",
|
|
106
|
+
"resourceTypes": [],
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
},
|
|
110
|
+
"listfinancinglines": {
|
|
111
|
+
"name": "ListFinancingLines",
|
|
112
|
+
"description": "Grants permission to list financing line metadata",
|
|
113
|
+
"accessLevel": "List",
|
|
114
|
+
"resourceTypes": [],
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
},
|
|
46
118
|
"listpaymentinstruments": {
|
|
47
119
|
"name": "ListPaymentInstruments",
|
|
48
120
|
"isPermissionOnly": true,
|
|
@@ -61,6 +133,22 @@
|
|
|
61
133
|
"conditionKeys": [],
|
|
62
134
|
"dependentActions": []
|
|
63
135
|
},
|
|
136
|
+
"listpaymentprogramoptions": {
|
|
137
|
+
"name": "ListPaymentProgramOptions",
|
|
138
|
+
"description": "Grants permission to list information about payment options",
|
|
139
|
+
"accessLevel": "List",
|
|
140
|
+
"resourceTypes": [],
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
},
|
|
144
|
+
"listpaymentprogramstatus": {
|
|
145
|
+
"name": "ListPaymentProgramStatus",
|
|
146
|
+
"description": "Grants permission to list information about payment program eligibility and enrolment status",
|
|
147
|
+
"accessLevel": "List",
|
|
148
|
+
"resourceTypes": [],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
64
152
|
"listtagsforresource": {
|
|
65
153
|
"name": "ListTagsForResource",
|
|
66
154
|
"description": "Grants permission to list tags on a payment resource",
|
|
@@ -120,6 +208,14 @@
|
|
|
120
208
|
],
|
|
121
209
|
"dependentActions": []
|
|
122
210
|
},
|
|
211
|
+
"updatefinancingapplication": {
|
|
212
|
+
"name": "UpdateFinancingApplication",
|
|
213
|
+
"description": "Grants permission to update a financing application",
|
|
214
|
+
"accessLevel": "Write",
|
|
215
|
+
"resourceTypes": [],
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
123
219
|
"updatepaymentinstrument": {
|
|
124
220
|
"name": "UpdatePaymentInstrument",
|
|
125
221
|
"isPermissionOnly": true,
|
|
@@ -227,7 +227,10 @@
|
|
|
227
227
|
"dependentActions": []
|
|
228
228
|
}
|
|
229
229
|
],
|
|
230
|
-
"conditionKeys": [
|
|
230
|
+
"conditionKeys": [
|
|
231
|
+
"identitystore:UserId",
|
|
232
|
+
"identitystore:GroupId"
|
|
233
|
+
],
|
|
231
234
|
"dependentActions": []
|
|
232
235
|
},
|
|
233
236
|
"createuser": {
|
|
@@ -671,6 +674,21 @@
|
|
|
671
674
|
"conditionKeys": [],
|
|
672
675
|
"dependentActions": []
|
|
673
676
|
},
|
|
677
|
+
"listattachments": {
|
|
678
|
+
"name": "ListAttachments",
|
|
679
|
+
"description": "Grants permission to list attachments in the current chat context",
|
|
680
|
+
"accessLevel": "List",
|
|
681
|
+
"resourceTypes": [
|
|
682
|
+
{
|
|
683
|
+
"name": "application",
|
|
684
|
+
"required": true,
|
|
685
|
+
"conditionKeys": [],
|
|
686
|
+
"dependentActions": []
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"conditionKeys": [],
|
|
690
|
+
"dependentActions": []
|
|
691
|
+
},
|
|
674
692
|
"listconversations": {
|
|
675
693
|
"name": "ListConversations",
|
|
676
694
|
"description": "Grants permission to list all conversations for an application",
|
|
@@ -3,14 +3,7 @@
|
|
|
3
3
|
"name": "AssociateDefaultView",
|
|
4
4
|
"description": "Grants permission to set the specified view as the default for this AWS Region in this AWS account",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
7
|
-
{
|
|
8
|
-
"name": "view",
|
|
9
|
-
"required": true,
|
|
10
|
-
"conditionKeys": [],
|
|
11
|
-
"dependentActions": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
6
|
+
"resourceTypes": [],
|
|
14
7
|
"conditionKeys": [],
|
|
15
8
|
"dependentActions": []
|
|
16
9
|
},
|
|
@@ -35,6 +28,15 @@
|
|
|
35
28
|
],
|
|
36
29
|
"dependentActions": []
|
|
37
30
|
},
|
|
31
|
+
"createmanagedview": {
|
|
32
|
+
"name": "CreateManagedView",
|
|
33
|
+
"isPermissionOnly": true,
|
|
34
|
+
"description": "Grants permission to create managed view",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [],
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
},
|
|
38
40
|
"createview": {
|
|
39
41
|
"name": "CreateView",
|
|
40
42
|
"description": "Grants permission to create a view that users can query",
|
|
@@ -124,6 +126,21 @@
|
|
|
124
126
|
"conditionKeys": [],
|
|
125
127
|
"dependentActions": []
|
|
126
128
|
},
|
|
129
|
+
"getmanagedview": {
|
|
130
|
+
"name": "GetManagedView",
|
|
131
|
+
"description": "Grants permission to get managed view",
|
|
132
|
+
"accessLevel": "Read",
|
|
133
|
+
"resourceTypes": [
|
|
134
|
+
{
|
|
135
|
+
"name": "managed-view",
|
|
136
|
+
"required": true,
|
|
137
|
+
"conditionKeys": [],
|
|
138
|
+
"dependentActions": []
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
},
|
|
127
144
|
"getresourcepolicy": {
|
|
128
145
|
"name": "GetResourcePolicy",
|
|
129
146
|
"isPermissionOnly": true,
|
|
@@ -171,6 +188,14 @@
|
|
|
171
188
|
"conditionKeys": [],
|
|
172
189
|
"dependentActions": []
|
|
173
190
|
},
|
|
191
|
+
"listmanagedviews": {
|
|
192
|
+
"name": "ListManagedViews",
|
|
193
|
+
"description": "Grants permission to list managed views",
|
|
194
|
+
"accessLevel": "List",
|
|
195
|
+
"resourceTypes": [],
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
},
|
|
174
199
|
"listsupportedresourcetypes": {
|
|
175
200
|
"name": "ListSupportedResourceTypes",
|
|
176
201
|
"description": "Grants permission to retrieve a list of all resource types currently supported by Resource Explorer",
|
|
@@ -236,7 +261,9 @@
|
|
|
236
261
|
"dependentActions": []
|
|
237
262
|
}
|
|
238
263
|
],
|
|
239
|
-
"conditionKeys": [
|
|
264
|
+
"conditionKeys": [
|
|
265
|
+
"resource-explorer-2:Operation"
|
|
266
|
+
],
|
|
240
267
|
"dependentActions": []
|
|
241
268
|
},
|
|
242
269
|
"tagresource": {
|
|
@@ -4689,14 +4689,7 @@
|
|
|
4689
4689
|
"name": "ListMlflowTrackingServers",
|
|
4690
4690
|
"description": "Grants permission to list MLflow tracking servers",
|
|
4691
4691
|
"accessLevel": "List",
|
|
4692
|
-
"resourceTypes": [
|
|
4693
|
-
{
|
|
4694
|
-
"name": "mlflow-tracking-server",
|
|
4695
|
-
"required": true,
|
|
4696
|
-
"conditionKeys": [],
|
|
4697
|
-
"dependentActions": []
|
|
4698
|
-
}
|
|
4699
|
-
],
|
|
4692
|
+
"resourceTypes": [],
|
|
4700
4693
|
"conditionKeys": [],
|
|
4701
4694
|
"dependentActions": []
|
|
4702
4695
|
},
|
|
@@ -13,5 +13,15 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"identitystore:groupid": {
|
|
18
|
+
"key": "identitystore:GroupId",
|
|
19
|
+
"description": "Filters access by IAM Identity Center Group ID",
|
|
20
|
+
"type": "ArrayOfString"
|
|
21
|
+
},
|
|
22
|
+
"identitystore:userid": {
|
|
23
|
+
"key": "identitystore:UserId",
|
|
24
|
+
"description": "Filters access by IAM Identity Center User ID",
|
|
25
|
+
"type": "ArrayOfString"
|
|
16
26
|
}
|
|
17
27
|
}
|
|
@@ -13,5 +13,10 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"resource-explorer-2:operation": {
|
|
18
|
+
"key": "resource-explorer-2:Operation",
|
|
19
|
+
"description": "Filters access by the actual operation that is being invoked, available values: Search, ListResources",
|
|
20
|
+
"type": "String"
|
|
16
21
|
}
|
|
17
22
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.202411131",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-11-
|
|
6
|
+
"updatedAt": "2024-11-13T04:47:25.874Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|