@cloud-copilot/iam-data 0.19.202604181 → 0.19.202604211
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/cases.json +27 -0
- package/data/actions/datazone.json +8 -0
- package/data/actions/evs.json +105 -0
- package/data/actions/s3express.json +43 -0
- package/data/actions/ses.json +3 -1
- package/data/conditionKeys/cases.json +10 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/resourceTypes/cases.json +3 -1
- package/package.json +2 -2
package/data/actions/cases.json
CHANGED
|
@@ -868,6 +868,33 @@
|
|
|
868
868
|
"conditionKeys": [],
|
|
869
869
|
"dependentActions": []
|
|
870
870
|
},
|
|
871
|
+
"updaterelateditem": {
|
|
872
|
+
"name": "UpdateRelatedItem",
|
|
873
|
+
"description": "Grants permission to update a related item associated to a case in the case domain",
|
|
874
|
+
"accessLevel": "Write",
|
|
875
|
+
"resourceTypes": [
|
|
876
|
+
{
|
|
877
|
+
"name": "Case",
|
|
878
|
+
"required": true,
|
|
879
|
+
"conditionKeys": [],
|
|
880
|
+
"dependentActions": []
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"name": "Domain",
|
|
884
|
+
"required": true,
|
|
885
|
+
"conditionKeys": [],
|
|
886
|
+
"dependentActions": []
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "RelatedItem",
|
|
890
|
+
"required": true,
|
|
891
|
+
"conditionKeys": [],
|
|
892
|
+
"dependentActions": []
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"conditionKeys": [],
|
|
896
|
+
"dependentActions": []
|
|
897
|
+
},
|
|
871
898
|
"updatetemplate": {
|
|
872
899
|
"name": "UpdateTemplate",
|
|
873
900
|
"description": "Grants permission to update the template in the case domain",
|
|
@@ -111,6 +111,14 @@
|
|
|
111
111
|
"conditionKeys": [],
|
|
112
112
|
"dependentActions": []
|
|
113
113
|
},
|
|
114
|
+
"cancelmessage": {
|
|
115
|
+
"name": "CancelMessage",
|
|
116
|
+
"description": "Grants permission to cancel an in-progress agent response",
|
|
117
|
+
"accessLevel": "Write",
|
|
118
|
+
"resourceTypes": [],
|
|
119
|
+
"conditionKeys": [],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
114
122
|
"cancelmetadatagenerationrun": {
|
|
115
123
|
"name": "CancelMetadataGenerationRun",
|
|
116
124
|
"description": "Grants permission to cancel metadata generation run",
|
package/data/actions/evs.json
CHANGED
|
@@ -17,6 +17,21 @@
|
|
|
17
17
|
"ec2:DescribeAddresses"
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
|
+
"createentitlement": {
|
|
21
|
+
"name": "CreateEntitlement",
|
|
22
|
+
"description": "Grants permission to create an entitlement in an Amazon EVS environment",
|
|
23
|
+
"accessLevel": "Write",
|
|
24
|
+
"resourceTypes": [
|
|
25
|
+
{
|
|
26
|
+
"name": "environment",
|
|
27
|
+
"required": true,
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"conditionKeys": [],
|
|
33
|
+
"dependentActions": []
|
|
34
|
+
},
|
|
20
35
|
"createenvironment": {
|
|
21
36
|
"name": "CreateEnvironment",
|
|
22
37
|
"description": "Grants permission to create an Amazon EVS environment",
|
|
@@ -71,6 +86,21 @@
|
|
|
71
86
|
"support:DescribeSupportLevel"
|
|
72
87
|
]
|
|
73
88
|
},
|
|
89
|
+
"createenvironmentconnector": {
|
|
90
|
+
"name": "CreateEnvironmentConnector",
|
|
91
|
+
"description": "Grants permission to create a connector in an Amazon EVS environment",
|
|
92
|
+
"accessLevel": "Write",
|
|
93
|
+
"resourceTypes": [
|
|
94
|
+
{
|
|
95
|
+
"name": "environment",
|
|
96
|
+
"required": true,
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"conditionKeys": [],
|
|
102
|
+
"dependentActions": []
|
|
103
|
+
},
|
|
74
104
|
"createenvironmenthost": {
|
|
75
105
|
"name": "CreateEnvironmentHost",
|
|
76
106
|
"description": "Grants permission to add host to an Amazon EVS environment",
|
|
@@ -111,6 +141,21 @@
|
|
|
111
141
|
"servicequotas:ListServiceQuotas"
|
|
112
142
|
]
|
|
113
143
|
},
|
|
144
|
+
"deleteentitlement": {
|
|
145
|
+
"name": "DeleteEntitlement",
|
|
146
|
+
"description": "Grants permission to delete an entitlement from an Amazon EVS environment",
|
|
147
|
+
"accessLevel": "Write",
|
|
148
|
+
"resourceTypes": [
|
|
149
|
+
{
|
|
150
|
+
"name": "environment",
|
|
151
|
+
"required": true,
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
},
|
|
114
159
|
"deleteenvironment": {
|
|
115
160
|
"name": "DeleteEnvironment",
|
|
116
161
|
"description": "Grants permission to delete an Amazon EVS environment",
|
|
@@ -138,6 +183,21 @@
|
|
|
138
183
|
"secretsmanager:GetSecretValue"
|
|
139
184
|
]
|
|
140
185
|
},
|
|
186
|
+
"deleteenvironmentconnector": {
|
|
187
|
+
"name": "DeleteEnvironmentConnector",
|
|
188
|
+
"description": "Grants permission to delete a connector from an Amazon EVS environment",
|
|
189
|
+
"accessLevel": "Write",
|
|
190
|
+
"resourceTypes": [
|
|
191
|
+
{
|
|
192
|
+
"name": "environment",
|
|
193
|
+
"required": true,
|
|
194
|
+
"conditionKeys": [],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"conditionKeys": [],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
141
201
|
"deleteenvironmenthost": {
|
|
142
202
|
"name": "DeleteEnvironmentHost",
|
|
143
203
|
"description": "Grants permission to delete a host from an Amazon EVS environment",
|
|
@@ -203,6 +263,21 @@
|
|
|
203
263
|
"conditionKeys": [],
|
|
204
264
|
"dependentActions": []
|
|
205
265
|
},
|
|
266
|
+
"listenvironmentconnectors": {
|
|
267
|
+
"name": "ListEnvironmentConnectors",
|
|
268
|
+
"description": "Grants permission to retrieve a list of connectors associated with an Amazon EVS environment",
|
|
269
|
+
"accessLevel": "List",
|
|
270
|
+
"resourceTypes": [
|
|
271
|
+
{
|
|
272
|
+
"name": "environment",
|
|
273
|
+
"required": true,
|
|
274
|
+
"conditionKeys": [],
|
|
275
|
+
"dependentActions": []
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"conditionKeys": [],
|
|
279
|
+
"dependentActions": []
|
|
280
|
+
},
|
|
206
281
|
"listenvironmenthosts": {
|
|
207
282
|
"name": "ListEnvironmentHosts",
|
|
208
283
|
"description": "Grants permission to retrieve a list of hosts associated with an Amazon EVS environment",
|
|
@@ -256,6 +331,21 @@
|
|
|
256
331
|
"conditionKeys": [],
|
|
257
332
|
"dependentActions": []
|
|
258
333
|
},
|
|
334
|
+
"listvmentitlements": {
|
|
335
|
+
"name": "ListVmEntitlements",
|
|
336
|
+
"description": "Grants permission to retrieve a list of entitlements associated with an Amazon EVS environment",
|
|
337
|
+
"accessLevel": "List",
|
|
338
|
+
"resourceTypes": [
|
|
339
|
+
{
|
|
340
|
+
"name": "environment",
|
|
341
|
+
"required": true,
|
|
342
|
+
"conditionKeys": [],
|
|
343
|
+
"dependentActions": []
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"conditionKeys": [],
|
|
347
|
+
"dependentActions": []
|
|
348
|
+
},
|
|
259
349
|
"tagresource": {
|
|
260
350
|
"name": "TagResource",
|
|
261
351
|
"description": "Grants permission to tag a specified resource ARN",
|
|
@@ -292,5 +382,20 @@
|
|
|
292
382
|
"aws:TagKeys"
|
|
293
383
|
],
|
|
294
384
|
"dependentActions": []
|
|
385
|
+
},
|
|
386
|
+
"updateenvironmentconnector": {
|
|
387
|
+
"name": "UpdateEnvironmentConnector",
|
|
388
|
+
"description": "Grants permission to update a connector in an Amazon EVS environment",
|
|
389
|
+
"accessLevel": "Write",
|
|
390
|
+
"resourceTypes": [
|
|
391
|
+
{
|
|
392
|
+
"name": "environment",
|
|
393
|
+
"required": true,
|
|
394
|
+
"conditionKeys": [],
|
|
395
|
+
"dependentActions": []
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"conditionKeys": [],
|
|
399
|
+
"dependentActions": []
|
|
295
400
|
}
|
|
296
401
|
}
|
|
@@ -313,6 +313,27 @@
|
|
|
313
313
|
],
|
|
314
314
|
"dependentActions": []
|
|
315
315
|
},
|
|
316
|
+
"getinventoryconfiguration": {
|
|
317
|
+
"name": "GetInventoryConfiguration",
|
|
318
|
+
"description": "Grants permission to return an inventory configuration identified by the inventory configuration ID for a S3 directory bucket",
|
|
319
|
+
"accessLevel": "Read",
|
|
320
|
+
"resourceTypes": [
|
|
321
|
+
{
|
|
322
|
+
"name": "bucket",
|
|
323
|
+
"required": true,
|
|
324
|
+
"conditionKeys": [],
|
|
325
|
+
"dependentActions": []
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"conditionKeys": [
|
|
329
|
+
"s3express:authType",
|
|
330
|
+
"s3express:ResourceAccount",
|
|
331
|
+
"s3express:signatureversion",
|
|
332
|
+
"s3express:TlsVersion",
|
|
333
|
+
"s3express:x-amz-content-sha256"
|
|
334
|
+
],
|
|
335
|
+
"dependentActions": []
|
|
336
|
+
},
|
|
316
337
|
"getlifecycleconfiguration": {
|
|
317
338
|
"name": "GetLifecycleConfiguration",
|
|
318
339
|
"description": "Grants permission to return the lifecycle configuration information set on a directory bucket",
|
|
@@ -500,6 +521,28 @@
|
|
|
500
521
|
],
|
|
501
522
|
"dependentActions": []
|
|
502
523
|
},
|
|
524
|
+
"putinventoryconfiguration": {
|
|
525
|
+
"name": "PutInventoryConfiguration",
|
|
526
|
+
"description": "Grants permission to add an inventory configuration to the bucket, identified by the inventory ID",
|
|
527
|
+
"accessLevel": "Write",
|
|
528
|
+
"resourceTypes": [
|
|
529
|
+
{
|
|
530
|
+
"name": "bucket",
|
|
531
|
+
"required": true,
|
|
532
|
+
"conditionKeys": [],
|
|
533
|
+
"dependentActions": []
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
|
+
"conditionKeys": [
|
|
537
|
+
"s3express:authType",
|
|
538
|
+
"s3express:ResourceAccount",
|
|
539
|
+
"s3express:signatureversion",
|
|
540
|
+
"s3express:TlsVersion",
|
|
541
|
+
"s3express:x-amz-content-sha256",
|
|
542
|
+
"s3express:InventoryAccessibleOptionalFields"
|
|
543
|
+
],
|
|
544
|
+
"dependentActions": []
|
|
545
|
+
},
|
|
503
546
|
"putlifecycleconfiguration": {
|
|
504
547
|
"name": "PutLifecycleConfiguration",
|
|
505
548
|
"description": "Grants permission to create a new lifecycle configuration for the directory bucket or replace an existing lifecycle configuration",
|
package/data/actions/ses.json
CHANGED
|
@@ -14,6 +14,16 @@
|
|
|
14
14
|
"description": "Filters access by tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"cases:createdby": {
|
|
18
|
+
"key": "cases:CreatedBy",
|
|
19
|
+
"description": "Filters access by who created the the resource (user ARN or custom entity)",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"cases:relateditemtype": {
|
|
23
|
+
"key": "cases:RelatedItemType",
|
|
24
|
+
"description": "Filters access by the type of related item. Possible values: Contact, Comment, File, Sla, ConnectCase, Custom",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
17
27
|
"connect:userarn": {
|
|
18
28
|
"key": "connect:UserArn",
|
|
19
29
|
"description": "Filters access by connect's UserArn",
|
|
@@ -44,6 +44,11 @@
|
|
|
44
44
|
"description": "Filters access by an access point Amazon Resource Name (ARN)",
|
|
45
45
|
"type": "ARN"
|
|
46
46
|
},
|
|
47
|
+
"s3express:inventoryaccessibleoptionalfields": {
|
|
48
|
+
"key": "s3express:InventoryAccessibleOptionalFields",
|
|
49
|
+
"description": "Filters access by restricting which optional metadata fields a user can add when configuring S3 Inventory reports",
|
|
50
|
+
"type": "ArrayOfString"
|
|
51
|
+
},
|
|
47
52
|
"s3express:locationname": {
|
|
48
53
|
"key": "s3express:LocationName",
|
|
49
54
|
"description": "Filters access by a specific Availability Zone or Local Zone ID",
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
"key": "RelatedItem",
|
|
32
32
|
"arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/case/${CaseId}/related-item/${RelatedItemId}",
|
|
33
33
|
"conditionKeys": [
|
|
34
|
-
"aws:ResourceTag/${TagKey}"
|
|
34
|
+
"aws:ResourceTag/${TagKey}",
|
|
35
|
+
"cases:CreatedBy",
|
|
36
|
+
"cases:RelatedItemType"
|
|
35
37
|
]
|
|
36
38
|
},
|
|
37
39
|
"template": {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202604211",
|
|
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-04-
|
|
9
|
+
"updatedAt": "2026-04-21T05:29:08.601Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|