@cloud-copilot/iam-data 0.9.202502011 → 0.9.202502041

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.
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "associatepermission": {
29
29
  "name": "AssociatePermission",
30
- "description": "Associate resource based policy statement to the application",
30
+ "description": "Grants permission to associate resource based policy statement to the application",
31
31
  "accessLevel": "Write",
32
32
  "resourceTypes": [
33
33
  {
@@ -148,7 +148,7 @@
148
148
  },
149
149
  "createdataaccessor": {
150
150
  "name": "CreateDataAccessor",
151
- "description": "Create DataAccessor to the application",
151
+ "description": "Grants permission to create DataAccessor to the application",
152
152
  "accessLevel": "Write",
153
153
  "resourceTypes": [
154
154
  {
@@ -331,6 +331,21 @@
331
331
  "conditionKeys": [],
332
332
  "dependentActions": []
333
333
  },
334
+ "deleteattachment": {
335
+ "name": "DeleteAttachment",
336
+ "description": "Grants permission to delete an attachment in the current chat context",
337
+ "accessLevel": "Write",
338
+ "resourceTypes": [
339
+ {
340
+ "name": "application",
341
+ "required": true,
342
+ "conditionKeys": [],
343
+ "dependentActions": []
344
+ }
345
+ ],
346
+ "conditionKeys": [],
347
+ "dependentActions": []
348
+ },
334
349
  "deletechatcontrolsconfiguration": {
335
350
  "name": "DeleteChatControlsConfiguration",
336
351
  "description": "Grants permission to delete chat controls configuration for an application",
@@ -363,7 +378,7 @@
363
378
  },
364
379
  "deletedataaccessor": {
365
380
  "name": "DeleteDataAccessor",
366
- "description": "Delete DataAccessor",
381
+ "description": "Grants permission to delete DataAccessor",
367
382
  "accessLevel": "Write",
368
383
  "resourceTypes": [
369
384
  {
@@ -568,7 +583,7 @@
568
583
  },
569
584
  "disassociatepermission": {
570
585
  "name": "DisassociatePermission",
571
- "description": "Disassociate resource based policy statement to the application",
586
+ "description": "Grants permission to disassociate resource based policy statement to the application",
572
587
  "accessLevel": "Write",
573
588
  "resourceTypes": [
574
589
  {
@@ -615,7 +630,7 @@
615
630
  },
616
631
  "getdataaccessor": {
617
632
  "name": "GetDataAccessor",
618
- "description": "Get DataAccessor",
633
+ "description": "Grants permission to get DataAccessor",
619
634
  "accessLevel": "Read",
620
635
  "resourceTypes": [
621
636
  {
@@ -777,7 +792,7 @@
777
792
  },
778
793
  "getpolicy": {
779
794
  "name": "GetPolicy",
780
- "description": "Get resource based policy of the application",
795
+ "description": "Grants permission to get resource based policy of the application",
781
796
  "accessLevel": "Read",
782
797
  "resourceTypes": [
783
798
  {
@@ -887,7 +902,7 @@
887
902
  },
888
903
  "listdataaccessors": {
889
904
  "name": "ListDataAccessors",
890
- "description": "List DataAccessor for the application",
905
+ "description": "Grants permission to list DataAccessors for the application",
891
906
  "accessLevel": "List",
892
907
  "resourceTypes": [
893
908
  {
@@ -1235,7 +1250,7 @@
1235
1250
  },
1236
1251
  "putresourcepolicy": {
1237
1252
  "name": "PutResourcePolicy",
1238
- "description": "Put resource based policy statement to the application",
1253
+ "description": "Grants permission to put resource based policy statement to the application",
1239
1254
  "accessLevel": "Write",
1240
1255
  "resourceTypes": [
1241
1256
  {
@@ -1258,7 +1273,7 @@
1258
1273
  },
1259
1274
  "searchrelevantcontent": {
1260
1275
  "name": "SearchRelevantContent",
1261
- "description": "Search relevant content from the Amazon Q Business Application",
1276
+ "description": "Grants permission to search relevant content from the Amazon Q Business Application",
1262
1277
  "accessLevel": "Read",
1263
1278
  "resourceTypes": [
1264
1279
  {
@@ -1497,7 +1512,7 @@
1497
1512
  },
1498
1513
  "updatedataaccessor": {
1499
1514
  "name": "UpdateDataAccessor",
1500
- "description": "Update DataAccessor",
1515
+ "description": "Grants permission to update DataAccessor",
1501
1516
  "accessLevel": "Write",
1502
1517
  "resourceTypes": [
1503
1518
  {
@@ -138,7 +138,6 @@
138
138
  "ecs": "Amazon Elastic Container Service",
139
139
  "eks": "Amazon Elastic Kubernetes Service",
140
140
  "eks-auth": "Amazon EKS Auth",
141
- "elastic-inference": "Amazon Elastic Inference",
142
141
  "elasticache": "Amazon ElastiCache",
143
142
  "elasticbeanstalk": "AWS Elastic Beanstalk",
144
143
  "elasticfilesystem": "Amazon Elastic File System",
@@ -138,7 +138,6 @@
138
138
  "ecs",
139
139
  "eks",
140
140
  "eks-auth",
141
- "elastic-inference",
142
141
  "elasticache",
143
142
  "elasticbeanstalk",
144
143
  "elasticfilesystem",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202502011",
3
+ "version": "0.9.202502041",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-02-01T04:43:36.401Z",
6
+ "updatedAt": "2025-02-04T04:43:12.645Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",
@@ -1,65 +0,0 @@
1
- {
2
- "connect": {
3
- "name": "Connect",
4
- "description": "Grants permission to customer for connecting to Elastic Inference accelerator",
5
- "accessLevel": "Write",
6
- "resourceTypes": [
7
- {
8
- "name": "accelerator",
9
- "required": true,
10
- "conditionKeys": [],
11
- "dependentActions": []
12
- }
13
- ],
14
- "conditionKeys": [],
15
- "dependentActions": []
16
- },
17
- "describeacceleratorofferings": {
18
- "name": "DescribeAcceleratorOfferings",
19
- "description": "Grants permission to describe the locations in which a given accelerator type or set of types is present in a given region",
20
- "accessLevel": "List",
21
- "resourceTypes": [],
22
- "conditionKeys": [],
23
- "dependentActions": []
24
- },
25
- "describeacceleratortypes": {
26
- "name": "DescribeAcceleratorTypes",
27
- "description": "Grants permission to describe the accelerator types available in a given region, as well as their characteristics, such as memory and throughput",
28
- "accessLevel": "List",
29
- "resourceTypes": [],
30
- "conditionKeys": [],
31
- "dependentActions": []
32
- },
33
- "describeaccelerators": {
34
- "name": "DescribeAccelerators",
35
- "description": "Grants permission to describe information over a provided set of accelerators belonging to an account",
36
- "accessLevel": "List",
37
- "resourceTypes": [],
38
- "conditionKeys": [],
39
- "dependentActions": []
40
- },
41
- "listtagsforresource": {
42
- "name": "ListTagsForResource",
43
- "description": "Grants permission to list all tags on an Amazon RDS resource",
44
- "accessLevel": "Read",
45
- "resourceTypes": [],
46
- "conditionKeys": [],
47
- "dependentActions": []
48
- },
49
- "tagresource": {
50
- "name": "TagResource",
51
- "description": "Grants permission to assign one or more tags (key-value pairs) to the specified QuickSight resource",
52
- "accessLevel": "Tagging",
53
- "resourceTypes": [],
54
- "conditionKeys": [],
55
- "dependentActions": []
56
- },
57
- "untagresource": {
58
- "name": "UntagResource",
59
- "description": "Grants permission to remove a tag or tags from a resource",
60
- "accessLevel": "Tagging",
61
- "resourceTypes": [],
62
- "conditionKeys": [],
63
- "dependentActions": []
64
- }
65
- }
@@ -1 +0,0 @@
1
- {}
@@ -1,6 +0,0 @@
1
- {
2
- "accelerator": {
3
- "key": "accelerator",
4
- "arn": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}"
5
- }
6
- }