@cloud-copilot/iam-data 0.19.202606261 → 0.19.202606301

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.
@@ -1129,6 +1129,21 @@
1129
1129
  ],
1130
1130
  "dependentActions": []
1131
1131
  },
1132
+ "updateapprovalaction": {
1133
+ "name": "UpdateApprovalAction",
1134
+ "description": "Grants permission to update an approval action (approve or reject) for an agent tool invocation",
1135
+ "accessLevel": "Write",
1136
+ "resourceTypes": [
1137
+ {
1138
+ "name": "agentspace",
1139
+ "required": true,
1140
+ "conditionKeys": [],
1141
+ "dependentActions": []
1142
+ }
1143
+ ],
1144
+ "conditionKeys": [],
1145
+ "dependentActions": []
1146
+ },
1132
1147
  "updateasset": {
1133
1148
  "name": "UpdateAsset",
1134
1149
  "description": "Grants permission to update an asset",
@@ -29,6 +29,39 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
+ "createcomplianceinquiry": {
33
+ "name": "CreateComplianceInquiry",
34
+ "description": "Grants permission to create a compliance inquiry",
35
+ "accessLevel": "Write",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "compliance-inquiry",
39
+ "required": true,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [
45
+ "aws:RequestTag/${TagKey}",
46
+ "aws:TagKeys"
47
+ ],
48
+ "dependentActions": []
49
+ },
50
+ "exportcomplianceinquiry": {
51
+ "name": "ExportComplianceInquiry",
52
+ "description": "Grants permission to export a compliance inquiry",
53
+ "accessLevel": "Read",
54
+ "resourceTypes": [
55
+ {
56
+ "name": "compliance-inquiry",
57
+ "required": true,
58
+ "conditionKeys": [],
59
+ "dependentActions": []
60
+ }
61
+ ],
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ },
32
65
  "getaccountsettings": {
33
66
  "name": "GetAccountSettings",
34
67
  "description": "Grants permission to get the account settings for Artifact",
@@ -52,6 +85,21 @@
52
85
  "conditionKeys": [],
53
86
  "dependentActions": []
54
87
  },
88
+ "getcomplianceinquirymetadata": {
89
+ "name": "GetComplianceInquiryMetadata",
90
+ "description": "Grants permission to get metadata associated with a compliance inquiry",
91
+ "accessLevel": "Read",
92
+ "resourceTypes": [
93
+ {
94
+ "name": "compliance-inquiry",
95
+ "required": true,
96
+ "conditionKeys": [],
97
+ "dependentActions": []
98
+ }
99
+ ],
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ },
55
103
  "getcustomeragreement": {
56
104
  "name": "GetCustomerAgreement",
57
105
  "description": "Grants permission to get an AWS agreement that has been accepted by the customer account",
@@ -135,6 +183,29 @@
135
183
  "conditionKeys": [],
136
184
  "dependentActions": []
137
185
  },
186
+ "listcomplianceinquiries": {
187
+ "name": "ListComplianceInquiries",
188
+ "description": "Grants permission to list compliance inquiries submitted by the customer account",
189
+ "accessLevel": "List",
190
+ "resourceTypes": [],
191
+ "conditionKeys": [],
192
+ "dependentActions": []
193
+ },
194
+ "listcomplianceinquiryqueries": {
195
+ "name": "ListComplianceInquiryQueries",
196
+ "description": "Grants permission to list queries for a compliance inquiry",
197
+ "accessLevel": "List",
198
+ "resourceTypes": [
199
+ {
200
+ "name": "compliance-inquiry",
201
+ "required": true,
202
+ "conditionKeys": [],
203
+ "dependentActions": []
204
+ }
205
+ ],
206
+ "conditionKeys": [],
207
+ "dependentActions": []
208
+ },
138
209
  "listcustomeragreements": {
139
210
  "name": "ListCustomerAgreements",
140
211
  "description": "Grants permission to list customer-agreement resources that have been accepted by the customer account",
@@ -159,6 +230,21 @@
159
230
  "conditionKeys": [],
160
231
  "dependentActions": []
161
232
  },
233
+ "listtagsforresource": {
234
+ "name": "ListTagsForResource",
235
+ "description": "Grants permission to list all tags on an AWS Artifact resource",
236
+ "accessLevel": "Read",
237
+ "resourceTypes": [
238
+ {
239
+ "name": "compliance-inquiry",
240
+ "required": true,
241
+ "conditionKeys": [],
242
+ "dependentActions": []
243
+ }
244
+ ],
245
+ "conditionKeys": [],
246
+ "dependentActions": []
247
+ },
162
248
  "putaccountsettings": {
163
249
  "name": "PutAccountSettings",
164
250
  "description": "Grants permission to put account settings for Artifact",
@@ -167,6 +253,24 @@
167
253
  "conditionKeys": [],
168
254
  "dependentActions": []
169
255
  },
256
+ "tagresource": {
257
+ "name": "TagResource",
258
+ "description": "Grants permission to associate a set of tags with an AWS Artifact resource",
259
+ "accessLevel": "Tagging",
260
+ "resourceTypes": [
261
+ {
262
+ "name": "compliance-inquiry",
263
+ "required": true,
264
+ "conditionKeys": [],
265
+ "dependentActions": []
266
+ }
267
+ ],
268
+ "conditionKeys": [
269
+ "aws:RequestTag/${TagKey}",
270
+ "aws:TagKeys"
271
+ ],
272
+ "dependentActions": []
273
+ },
170
274
  "terminateagreement": {
171
275
  "name": "TerminateAgreement",
172
276
  "description": "Grants permission to terminate a customer agreement that was previously accepted by the customer account",
@@ -181,5 +285,22 @@
181
285
  ],
182
286
  "conditionKeys": [],
183
287
  "dependentActions": []
288
+ },
289
+ "untagresource": {
290
+ "name": "UntagResource",
291
+ "description": "Grants permission to remove the association of tags from an AWS Artifact resource",
292
+ "accessLevel": "Tagging",
293
+ "resourceTypes": [
294
+ {
295
+ "name": "compliance-inquiry",
296
+ "required": true,
297
+ "conditionKeys": [],
298
+ "dependentActions": []
299
+ }
300
+ ],
301
+ "conditionKeys": [
302
+ "aws:TagKeys"
303
+ ],
304
+ "dependentActions": []
184
305
  }
185
306
  }
@@ -1220,6 +1220,31 @@
1220
1220
  ],
1221
1221
  "dependentActions": []
1222
1222
  },
1223
+ "attachimagewatermark": {
1224
+ "name": "AttachImageWatermark",
1225
+ "description": "Grants permission to attach a watermark to an Amazon Machine Image (AMI)",
1226
+ "accessLevel": "Write",
1227
+ "resourceTypes": [
1228
+ {
1229
+ "name": "image",
1230
+ "required": true,
1231
+ "conditionKeys": [
1232
+ "aws:ResourceTag/${TagKey}",
1233
+ "ec2:ImageID",
1234
+ "ec2:ImageType",
1235
+ "ec2:Owner",
1236
+ "ec2:Public",
1237
+ "ec2:ResourceTag/${TagKey}",
1238
+ "ec2:RootDeviceType"
1239
+ ],
1240
+ "dependentActions": []
1241
+ }
1242
+ ],
1243
+ "conditionKeys": [
1244
+ "ec2:Region"
1245
+ ],
1246
+ "dependentActions": []
1247
+ },
1223
1248
  "attachinternetgateway": {
1224
1249
  "name": "AttachInternetGateway",
1225
1250
  "description": "Grants permission to attach an internet gateway to a VPC",
@@ -2001,15 +2026,24 @@
2001
2026
  "accessLevel": "Write",
2002
2027
  "resourceTypes": [
2003
2028
  {
2004
- "name": "capacity-reservation-cancellation-quote",
2029
+ "name": "capacity-reservation",
2005
2030
  "required": true,
2006
2031
  "conditionKeys": [
2007
- "aws:RequestTag/${TagKey}",
2008
- "aws:TagKeys"
2032
+ "aws:ResourceTag/${TagKey}",
2033
+ "ec2:ResourceTag/${TagKey}"
2009
2034
  ],
2010
2035
  "dependentActions": [
2011
2036
  "ec2:CreateTags"
2012
2037
  ]
2038
+ },
2039
+ {
2040
+ "name": "capacity-reservation-cancellation-quote",
2041
+ "required": true,
2042
+ "conditionKeys": [
2043
+ "aws:RequestTag/${TagKey}",
2044
+ "aws:TagKeys"
2045
+ ],
2046
+ "dependentActions": []
2013
2047
  }
2014
2048
  ],
2015
2049
  "conditionKeys": [
@@ -2506,12 +2540,15 @@
2506
2540
  "aws:TagKeys"
2507
2541
  ],
2508
2542
  "dependentActions": [
2543
+ "autoscaling:DescribeTags",
2509
2544
  "ec2:CreateTags",
2545
+ "ec2:DescribeTags",
2510
2546
  "ecs:ListClusters",
2511
2547
  "ecs:ListContainerInstances",
2512
2548
  "ecs:ListServices",
2513
2549
  "ecs:ListTaskDefinitions",
2514
2550
  "ecs:ListTasks",
2551
+ "iam:CreateServiceLinkedRole",
2515
2552
  "iam:PassRole"
2516
2553
  ]
2517
2554
  },
@@ -12675,6 +12712,31 @@
12675
12712
  ],
12676
12713
  "dependentActions": []
12677
12714
  },
12715
+ "detachimagewatermark": {
12716
+ "name": "DetachImageWatermark",
12717
+ "description": "Grants permission to detach a watermark from an Amazon Machine Image (AMI)",
12718
+ "accessLevel": "Write",
12719
+ "resourceTypes": [
12720
+ {
12721
+ "name": "image",
12722
+ "required": true,
12723
+ "conditionKeys": [
12724
+ "aws:ResourceTag/${TagKey}",
12725
+ "ec2:ImageID",
12726
+ "ec2:ImageType",
12727
+ "ec2:Owner",
12728
+ "ec2:Public",
12729
+ "ec2:ResourceTag/${TagKey}",
12730
+ "ec2:RootDeviceType"
12731
+ ],
12732
+ "dependentActions": []
12733
+ }
12734
+ ],
12735
+ "conditionKeys": [
12736
+ "ec2:Region"
12737
+ ],
12738
+ "dependentActions": []
12739
+ },
12678
12740
  "detachinternetgateway": {
12679
12741
  "name": "DetachInternetGateway",
12680
12742
  "description": "Grants permission to detach an internet gateway from a VPC",
@@ -20519,6 +20581,15 @@
20519
20581
  ],
20520
20582
  "dependentActions": []
20521
20583
  },
20584
+ {
20585
+ "name": "secondary-interface",
20586
+ "required": false,
20587
+ "conditionKeys": [
20588
+ "aws:RequestTag/${TagKey}",
20589
+ "aws:TagKeys"
20590
+ ],
20591
+ "dependentActions": []
20592
+ },
20522
20593
  {
20523
20594
  "name": "secondary-subnet",
20524
20595
  "required": false,
@@ -20544,6 +20615,15 @@
20544
20615
  ],
20545
20616
  "dependentActions": []
20546
20617
  },
20618
+ {
20619
+ "name": "spot-instances-request",
20620
+ "required": false,
20621
+ "conditionKeys": [
20622
+ "aws:RequestTag/${TagKey}",
20623
+ "aws:TagKeys"
20624
+ ],
20625
+ "dependentActions": []
20626
+ },
20547
20627
  {
20548
20628
  "name": "volume",
20549
20629
  "required": false,
@@ -1075,6 +1075,21 @@
1075
1075
  "conditionKeys": [],
1076
1076
  "dependentActions": []
1077
1077
  },
1078
+ "insightfeedback": {
1079
+ "name": "InsightFeedback",
1080
+ "description": "Grants permission to submit feedback for OpenSearch domain insight",
1081
+ "accessLevel": "Write",
1082
+ "resourceTypes": [
1083
+ {
1084
+ "name": "domain",
1085
+ "required": true,
1086
+ "conditionKeys": [],
1087
+ "dependentActions": []
1088
+ }
1089
+ ],
1090
+ "conditionKeys": [],
1091
+ "dependentActions": []
1092
+ },
1078
1093
  "listapplications": {
1079
1094
  "name": "ListApplications",
1080
1095
  "description": "Grants permission to list OpenSearch Applications",
@@ -557,6 +557,14 @@
557
557
  ],
558
558
  "dependentActions": []
559
559
  },
560
+ "sendtelemetryevent": {
561
+ "name": "SendTelemetryEvent",
562
+ "description": "Grants permission to send a CLI telemetry event",
563
+ "accessLevel": "Write",
564
+ "resourceTypes": [],
565
+ "conditionKeys": [],
566
+ "dependentActions": []
567
+ },
560
568
  "sharetransformationpackage": {
561
569
  "name": "ShareTransformationPackage",
562
570
  "description": "Grants permission to share a Transformation Package with another AWS account or AWS Organization",
@@ -9,6 +9,22 @@
9
9
  ],
10
10
  "dependentActions": []
11
11
  },
12
+ "createclaimaddon": {
13
+ "name": "CreateClaimAddOn",
14
+ "description": "Grants permission to create a User subscription Claim add-on",
15
+ "accessLevel": "Write",
16
+ "resourceTypes": [],
17
+ "conditionKeys": [],
18
+ "dependentActions": []
19
+ },
20
+ "deleteautotopuprule": {
21
+ "name": "DeleteAutoTopUpRule",
22
+ "description": "Grants permission to delete a User subscription auto-top-up rule",
23
+ "accessLevel": "Write",
24
+ "resourceTypes": [],
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ },
12
28
  "deleteclaim": {
13
29
  "name": "DeleteClaim",
14
30
  "description": "Grants permission to delete a User subscription Claim",
@@ -17,6 +33,30 @@
17
33
  "conditionKeys": [],
18
34
  "dependentActions": []
19
35
  },
36
+ "getautotopuprule": {
37
+ "name": "GetAutoTopUpRule",
38
+ "description": "Grants permission to get a User subscription auto-top-up rule",
39
+ "accessLevel": "Read",
40
+ "resourceTypes": [],
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ },
44
+ "geteffectiveusagelimit": {
45
+ "name": "GetEffectiveUsageLimit",
46
+ "description": "Grants permission to get a User subscription effective usage limit",
47
+ "accessLevel": "Read",
48
+ "resourceTypes": [],
49
+ "conditionKeys": [],
50
+ "dependentActions": []
51
+ },
52
+ "getusagelimithistory": {
53
+ "name": "GetUsageLimitHistory",
54
+ "description": "Grants permission to get User subscription usage limit history",
55
+ "accessLevel": "Read",
56
+ "resourceTypes": [],
57
+ "conditionKeys": [],
58
+ "dependentActions": []
59
+ },
20
60
  "listapplicationclaims": {
21
61
  "name": "ListApplicationClaims",
22
62
  "description": "Grants permission to list all User subscription Claims for Application",
@@ -25,6 +65,14 @@
25
65
  "conditionKeys": [],
26
66
  "dependentActions": []
27
67
  },
68
+ "listclaimaddons": {
69
+ "name": "ListClaimAddOns",
70
+ "description": "Grants permission to list all User subscription Claim add-ons",
71
+ "accessLevel": "List",
72
+ "resourceTypes": [],
73
+ "conditionKeys": [],
74
+ "dependentActions": []
75
+ },
28
76
  "listclaims": {
29
77
  "name": "ListClaims",
30
78
  "description": "Grants permission to list all User subscription Claims",
@@ -33,6 +81,22 @@
33
81
  "conditionKeys": [],
34
82
  "dependentActions": []
35
83
  },
84
+ "listentitlements": {
85
+ "name": "ListEntitlements",
86
+ "description": "Grants permission to list all User subscription entitlements",
87
+ "accessLevel": "List",
88
+ "resourceTypes": [],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "listusagelimits": {
93
+ "name": "ListUsageLimits",
94
+ "description": "Grants permission to list all User subscription usage limits",
95
+ "accessLevel": "List",
96
+ "resourceTypes": [],
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
36
100
  "listusersubscriptions": {
37
101
  "name": "ListUserSubscriptions",
38
102
  "description": "Grants permission to list all User subscriptions",
@@ -41,6 +105,14 @@
41
105
  "conditionKeys": [],
42
106
  "dependentActions": []
43
107
  },
108
+ "setautotopuprule": {
109
+ "name": "SetAutoTopUpRule",
110
+ "description": "Grants permission to set a User subscription auto-top-up rule",
111
+ "accessLevel": "Write",
112
+ "resourceTypes": [],
113
+ "conditionKeys": [],
114
+ "dependentActions": []
115
+ },
44
116
  "setoverageconfig": {
45
117
  "name": "SetOverageConfig",
46
118
  "description": "Grants permission to set a User subscription overage configuration",
@@ -49,6 +121,14 @@
49
121
  "conditionKeys": [],
50
122
  "dependentActions": []
51
123
  },
124
+ "setusagelimit": {
125
+ "name": "SetUsageLimit",
126
+ "description": "Grants permission to set a User subscription usage limit",
127
+ "accessLevel": "Write",
128
+ "resourceTypes": [],
129
+ "conditionKeys": [],
130
+ "dependentActions": []
131
+ },
52
132
  "updateclaim": {
53
133
  "name": "UpdateClaim",
54
134
  "description": "Grants permission to update a User subscription Claim",
@@ -14,6 +14,7 @@
14
14
  "apprunner:AssociateWebAcl",
15
15
  "appsync:AssociateWebACL",
16
16
  "appsync:SetWebACL",
17
+ "bedrock-agentcore:GatewayAssociateWebACL",
17
18
  "cognito-idp:AssociateWebACL",
18
19
  "ec2:AssociateVerifiedAccessInstanceWebAcl",
19
20
  "elasticloadbalancing:CreateWebACLAssociation",
@@ -22,6 +23,12 @@
22
23
  "wafv2:PutPermissionPolicy"
23
24
  ]
24
25
  },
26
+ {
27
+ "name": "agentcore-gateway",
28
+ "required": false,
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
25
32
  {
26
33
  "name": "amplify-app",
27
34
  "required": false,
@@ -361,7 +368,7 @@
361
368
  "accessLevel": "Write",
362
369
  "resourceTypes": [
363
370
  {
364
- "name": "amplify-app",
371
+ "name": "agentcore-gateway",
365
372
  "required": false,
366
373
  "conditionKeys": [],
367
374
  "dependentActions": [
@@ -370,6 +377,7 @@
370
377
  "apprunner:DisassociateWebAcl",
371
378
  "appsync:DisassociateWebACL",
372
379
  "appsync:SetWebACL",
380
+ "bedrock-agentcore:GatewayDisassociateWebACL",
373
381
  "cognito-idp:DisassociateWebACL",
374
382
  "ec2:DisassociateVerifiedAccessInstanceWebAcl",
375
383
  "elasticloadbalancing:DeleteWebACLAssociation",
@@ -377,6 +385,12 @@
377
385
  "wafv2:PutPermissionPolicy"
378
386
  ]
379
387
  },
388
+ {
389
+ "name": "amplify-app",
390
+ "required": false,
391
+ "conditionKeys": [],
392
+ "dependentActions": []
393
+ },
380
394
  {
381
395
  "name": "apigateway",
382
396
  "required": false,
@@ -641,12 +655,19 @@
641
655
  "amplify:GetWebACLForResource",
642
656
  "apprunner:DescribeWebAclForService",
643
657
  "appsync:GetWebACLForResource",
658
+ "bedrock-agentcore:GatewayGetWebACLForResource",
644
659
  "cognito-idp:GetWebACLForResource",
645
660
  "ec2:GetVerifiedAccessInstanceWebAcl",
646
661
  "elasticloadbalancing:GetLoadBalancerWebACL",
647
662
  "wafv2:GetWebACL"
648
663
  ]
649
664
  },
665
+ {
666
+ "name": "agentcore-gateway",
667
+ "required": false,
668
+ "conditionKeys": [],
669
+ "dependentActions": []
670
+ },
650
671
  {
651
672
  "name": "amplify-app",
652
673
  "required": false,
@@ -772,11 +793,18 @@
772
793
  "amplify:ListResourcesForWebACL",
773
794
  "apprunner:ListAssociatedServicesForWebAcl",
774
795
  "appsync:ListResourcesForWebACL",
796
+ "bedrock-agentcore:GatewayListResourcesForWebACL",
775
797
  "cognito-idp:ListResourcesForWebACL",
776
798
  "ec2:DescribeVerifiedAccessInstanceWebAclAssociations",
777
799
  "elasticloadbalancing:DescribeWebACLAssociation"
778
800
  ]
779
801
  },
802
+ {
803
+ "name": "agentcore-gateway",
804
+ "required": false,
805
+ "conditionKeys": [],
806
+ "dependentActions": []
807
+ },
780
808
  {
781
809
  "name": "amplify-app",
782
810
  "required": false,
@@ -8,5 +8,20 @@
8
8
  "key": "artifact:ReportSeries",
9
9
  "description": "Filters access by which series reports are associated with",
10
10
  "type": "String"
11
+ },
12
+ "aws:requesttag/${tagkey}": {
13
+ "key": "aws:RequestTag/${TagKey}",
14
+ "description": "Filters access by the tags that are passed in the request",
15
+ "type": "String"
16
+ },
17
+ "aws:resourcetag/${tagkey}": {
18
+ "key": "aws:ResourceTag/${TagKey}",
19
+ "description": "Filters access by the tags associated with the resource",
20
+ "type": "String"
21
+ },
22
+ "aws:tagkeys": {
23
+ "key": "aws:TagKeys",
24
+ "description": "Filters access by the tag keys that are passed in the request",
25
+ "type": "ArrayOfString"
11
26
  }
12
27
  }
@@ -14,5 +14,12 @@
14
14
  "artifact:ReportCategory",
15
15
  "artifact:ReportSeries"
16
16
  ]
17
+ },
18
+ "compliance-inquiry": {
19
+ "key": "compliance-inquiry",
20
+ "arn": "arn:${Partition}:artifact:${Region}:${Account}:compliance-inquiry/*",
21
+ "conditionKeys": [
22
+ "aws:ResourceTag/${TagKey}"
23
+ ]
17
24
  }
18
25
  }
@@ -58,5 +58,9 @@
58
58
  "amplify-app": {
59
59
  "key": "amplify-app",
60
60
  "arn": "arn:${Partition}:amplify:${Region}:${Account}:apps/${AppId}"
61
+ },
62
+ "agentcore-gateway": {
63
+ "key": "agentcore-gateway",
64
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
61
65
  }
62
66
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606261",
3
+ "version": "0.19.202606301",
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-06-26T06:01:08.887Z",
9
+ "updatedAt": "2026-06-30T06:01:16.985Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",