@cloud-copilot/iam-data 0.21.202608201 → 0.21.202608251

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.
@@ -1,4 +1,49 @@
1
1
  {
2
+ "deleteresourcepolicy": {
3
+ "name": "DeleteResourcePolicy",
4
+ "description": "Grants permission to delete the resource-based policy from a specified resource",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "registry",
9
+ "required": false,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "getresourcepolicy": {
18
+ "name": "GetResourcePolicy",
19
+ "description": "Grants permission to retrieve the resource-based policy for a specified resource",
20
+ "accessLevel": "Read",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "registry",
24
+ "required": false,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "putresourcepolicy": {
33
+ "name": "PutResourcePolicy",
34
+ "description": "Grants permission to set a resource-based policy for a specified resource",
35
+ "accessLevel": "Write",
36
+ "resourceTypes": [
37
+ {
38
+ "name": "registry",
39
+ "required": false,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ },
2
47
  "createregistry": {
3
48
  "name": "CreateRegistry",
4
49
  "description": "Grants permission to create a new registry",
@@ -1,4 +1,22 @@
1
1
  {
2
+ "setcapacitytags": {
3
+ "name": "SetCapacityTags",
4
+ "description": "Grants permission to set capacity tags on an AWS Batch compute environment in your account",
5
+ "accessLevel": "Tagging, Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "compute-environment",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [
15
+ "aws:RequestTag/${TagKey}",
16
+ "aws:TagKeys"
17
+ ],
18
+ "dependentActions": []
19
+ },
2
20
  "canceljob": {
3
21
  "name": "CancelJob",
4
22
  "description": "Grants permission to cancel a job in an AWS Batch job queue in your account",
@@ -31,6 +31,22 @@
31
31
  "conditionKeys": [],
32
32
  "dependentActions": []
33
33
  },
34
+ "getinheritanceconfig": {
35
+ "name": "GetInheritanceConfig",
36
+ "description": "Grants permission to get inheritance configuration",
37
+ "accessLevel": "Read",
38
+ "resourceTypes": [],
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ },
42
+ "putinheritanceconfig": {
43
+ "name": "PutInheritanceConfig",
44
+ "description": "Grants permission to put inheritance configuration",
45
+ "accessLevel": "Write",
46
+ "resourceTypes": [],
47
+ "conditionKeys": [],
48
+ "dependentActions": []
49
+ },
34
50
  "updatecustomerverificationdetails": {
35
51
  "name": "UpdateCustomerVerificationDetails",
36
52
  "description": "Grants permission to update customer verification data",
@@ -508,6 +508,23 @@
508
508
  "conditionKeys": [],
509
509
  "dependentActions": []
510
510
  },
511
+ "deleteresourcepolicy": {
512
+ "name": "DeleteResourcePolicy",
513
+ "description": "Grants permission to detach a policy from an AWS Lambda resource",
514
+ "accessLevel": "Permissions management, Write",
515
+ "resourceTypes": [
516
+ {
517
+ "name": "function",
518
+ "required": true,
519
+ "conditionKeys": [],
520
+ "dependentActions": []
521
+ }
522
+ ],
523
+ "conditionKeys": [
524
+ "lambda:Principal"
525
+ ],
526
+ "dependentActions": []
527
+ },
511
528
  "getaccountsettings": {
512
529
  "name": "GetAccountSettings",
513
530
  "description": "Grants permission to view details about an account's limits and usage in an AWS Region",
@@ -887,6 +904,21 @@
887
904
  "conditionKeys": [],
888
905
  "dependentActions": []
889
906
  },
907
+ "getresourcepolicy": {
908
+ "name": "GetResourcePolicy",
909
+ "description": "Grants permission to view a policy for an AWS Lambda resource",
910
+ "accessLevel": "Read",
911
+ "resourceTypes": [
912
+ {
913
+ "name": "function",
914
+ "required": true,
915
+ "conditionKeys": [],
916
+ "dependentActions": []
917
+ }
918
+ ],
919
+ "conditionKeys": [],
920
+ "dependentActions": []
921
+ },
890
922
  "getruntimemanagementconfig": {
891
923
  "name": "GetRuntimeManagementConfig",
892
924
  "description": "Grants permission to view the runtime management configuration of an AWS Lambda function",
@@ -1361,6 +1393,23 @@
1361
1393
  "conditionKeys": [],
1362
1394
  "dependentActions": []
1363
1395
  },
1396
+ "putresourcepolicy": {
1397
+ "name": "PutResourcePolicy",
1398
+ "description": "Grants permission to attach a policy to an AWS Lambda resource",
1399
+ "accessLevel": "Permissions management, Write",
1400
+ "resourceTypes": [
1401
+ {
1402
+ "name": "function",
1403
+ "required": true,
1404
+ "conditionKeys": [],
1405
+ "dependentActions": []
1406
+ }
1407
+ ],
1408
+ "conditionKeys": [
1409
+ "lambda:Principal"
1410
+ ],
1411
+ "dependentActions": []
1412
+ },
1364
1413
  "putruntimemanagementconfig": {
1365
1414
  "name": "PutRuntimeManagementConfig",
1366
1415
  "description": "Grants permission to update the runtime management configuration of an AWS Lambda function",
@@ -439,7 +439,14 @@
439
439
  "name": "StartConnection",
440
440
  "description": "Grants permission to start a connection for your Outpost server",
441
441
  "accessLevel": "Write",
442
- "resourceTypes": [],
442
+ "resourceTypes": [
443
+ {
444
+ "name": "outpost",
445
+ "required": true,
446
+ "conditionKeys": [],
447
+ "dependentActions": []
448
+ }
449
+ ],
443
450
  "conditionKeys": [],
444
451
  "dependentActions": []
445
452
  },
@@ -55,8 +55,7 @@
55
55
  ],
56
56
  "conditionKeys": [
57
57
  "aws:RequestTag/${TagKey}",
58
- "aws:TagKeys",
59
- "vpc-lattice:CreateAction"
58
+ "aws:TagKeys"
60
59
  ],
61
60
  "dependentActions": []
62
61
  },
@@ -75,7 +74,6 @@
75
74
  "conditionKeys": [
76
75
  "aws:RequestTag/${TagKey}",
77
76
  "aws:TagKeys",
78
- "vpc-lattice:CreateAction",
79
77
  "vpc-lattice:Protocol",
80
78
  "vpc-lattice:TargetGroupArns"
81
79
  ],
@@ -107,8 +105,7 @@
107
105
  ],
108
106
  "conditionKeys": [
109
107
  "aws:RequestTag/${TagKey}",
110
- "aws:TagKeys",
111
- "vpc-lattice:CreateAction"
108
+ "aws:TagKeys"
112
109
  ],
113
110
  "dependentActions": []
114
111
  },
@@ -127,7 +124,6 @@
127
124
  "conditionKeys": [
128
125
  "aws:RequestTag/${TagKey}",
129
126
  "aws:TagKeys",
130
- "vpc-lattice:CreateAction",
131
127
  "vpc-lattice:VpcId"
132
128
  ],
133
129
  "dependentActions": []
@@ -147,7 +143,6 @@
147
143
  "conditionKeys": [
148
144
  "aws:RequestTag/${TagKey}",
149
145
  "aws:TagKeys",
150
- "vpc-lattice:CreateAction",
151
146
  "vpc-lattice:TargetGroupArns"
152
147
  ],
153
148
  "dependentActions": []
@@ -167,8 +162,7 @@
167
162
  "conditionKeys": [
168
163
  "aws:RequestTag/${TagKey}",
169
164
  "aws:TagKeys",
170
- "vpc-lattice:AuthType",
171
- "vpc-lattice:CreateAction"
165
+ "vpc-lattice:AuthType"
172
166
  ],
173
167
  "dependentActions": []
174
168
  },
@@ -187,8 +181,7 @@
187
181
  "conditionKeys": [
188
182
  "aws:RequestTag/${TagKey}",
189
183
  "aws:TagKeys",
190
- "vpc-lattice:AuthType",
191
- "vpc-lattice:CreateAction"
184
+ "vpc-lattice:AuthType"
192
185
  ],
193
186
  "dependentActions": []
194
187
  },
@@ -219,7 +212,6 @@
219
212
  "conditionKeys": [
220
213
  "aws:RequestTag/${TagKey}",
221
214
  "aws:TagKeys",
222
- "vpc-lattice:CreateAction",
223
215
  "vpc-lattice:ResourceConfigurationArn",
224
216
  "vpc-lattice:ServiceNetworkArn"
225
217
  ],
@@ -252,7 +244,6 @@
252
244
  "conditionKeys": [
253
245
  "aws:RequestTag/${TagKey}",
254
246
  "aws:TagKeys",
255
- "vpc-lattice:CreateAction",
256
247
  "vpc-lattice:ServiceArn",
257
248
  "vpc-lattice:ServiceNetworkArn"
258
249
  ],
@@ -279,7 +270,6 @@
279
270
  "conditionKeys": [
280
271
  "aws:RequestTag/${TagKey}",
281
272
  "aws:TagKeys",
282
- "vpc-lattice:CreateAction",
283
273
  "vpc-lattice:PrivateDnsPreference",
284
274
  "vpc-lattice:PrivateDnsSpecifiedDomains",
285
275
  "vpc-lattice:SecurityGroupIds",
@@ -303,7 +293,6 @@
303
293
  "conditionKeys": [
304
294
  "aws:RequestTag/${TagKey}",
305
295
  "aws:TagKeys",
306
- "vpc-lattice:CreateAction",
307
296
  "vpc-lattice:VpcId"
308
297
  ],
309
298
  "dependentActions": []
@@ -1074,7 +1063,6 @@
1074
1063
  "conditionKeys": [
1075
1064
  "aws:RequestTag/${TagKey}",
1076
1065
  "aws:TagKeys",
1077
- "vpc-lattice:CreateAction",
1078
1066
  "vpc-lattice:DomainName"
1079
1067
  ],
1080
1068
  "dependentActions": []
@@ -1166,7 +1154,8 @@
1166
1154
  "conditionKeys": [
1167
1155
  "aws:RequestTag/${TagKey}",
1168
1156
  "aws:ResourceTag/${TagKey}",
1169
- "aws:TagKeys"
1157
+ "aws:TagKeys",
1158
+ "vpc-lattice:CreateAction"
1170
1159
  ],
1171
1160
  "dependentActions": []
1172
1161
  },
@@ -1,4 +1,9 @@
1
1
  {
2
+ "agent-registry:recordcreatoraccount": {
3
+ "key": "agent-registry:RecordCreatorAccount",
4
+ "description": "Filters access by the AWS account ID of the principal that created the registry record",
5
+ "type": "String"
6
+ },
2
7
  "aws:requesttag/${tagkey}": {
3
8
  "key": "aws:RequestTag/${TagKey}",
4
9
  "description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "vpc-lattice:createaction": {
23
23
  "key": "vpc-lattice:CreateAction",
24
- "description": "Filters access by the name of a resource-creating API action",
24
+ "description": "Filters access by the name of a resource-creating API action and only available during tagging resources on creation",
25
25
  "type": "String"
26
26
  },
27
27
  "vpc-lattice:domainname": {
@@ -5,8 +5,7 @@
5
5
  "conditionKeys": [
6
6
  "aws:RequestTag/${TagKey}",
7
7
  "aws:ResourceTag/${TagKey}",
8
- "aws:TagKeys",
9
- "vpc-lattice:CreateAction"
8
+ "aws:TagKeys"
10
9
  ]
11
10
  },
12
11
  "domainverification": {
@@ -16,7 +15,6 @@
16
15
  "aws:RequestTag/${TagKey}",
17
16
  "aws:ResourceTag/${TagKey}",
18
17
  "aws:TagKeys",
19
- "vpc-lattice:CreateAction",
20
18
  "vpc-lattice:DomainName"
21
19
  ]
22
20
  },
@@ -27,7 +25,6 @@
27
25
  "aws:RequestTag/${TagKey}",
28
26
  "aws:ResourceTag/${TagKey}",
29
27
  "aws:TagKeys",
30
- "vpc-lattice:CreateAction",
31
28
  "vpc-lattice:Protocol",
32
29
  "vpc-lattice:TargetGroupArns"
33
30
  ]
@@ -38,8 +35,7 @@
38
35
  "conditionKeys": [
39
36
  "aws:RequestTag/${TagKey}",
40
37
  "aws:ResourceTag/${TagKey}",
41
- "aws:TagKeys",
42
- "vpc-lattice:CreateAction"
38
+ "aws:TagKeys"
43
39
  ]
44
40
  },
45
41
  "resourceendpointassociation": {
@@ -60,7 +56,6 @@
60
56
  "aws:RequestTag/${TagKey}",
61
57
  "aws:ResourceTag/${TagKey}",
62
58
  "aws:TagKeys",
63
- "vpc-lattice:CreateAction",
64
59
  "vpc-lattice:VpcId"
65
60
  ]
66
61
  },
@@ -71,7 +66,6 @@
71
66
  "aws:RequestTag/${TagKey}",
72
67
  "aws:ResourceTag/${TagKey}",
73
68
  "aws:TagKeys",
74
- "vpc-lattice:CreateAction",
75
69
  "vpc-lattice:TargetGroupArns"
76
70
  ]
77
71
  },
@@ -82,8 +76,7 @@
82
76
  "aws:RequestTag/${TagKey}",
83
77
  "aws:ResourceTag/${TagKey}",
84
78
  "aws:TagKeys",
85
- "vpc-lattice:AuthType",
86
- "vpc-lattice:CreateAction"
79
+ "vpc-lattice:AuthType"
87
80
  ]
88
81
  },
89
82
  "servicenetwork": {
@@ -93,8 +86,7 @@
93
86
  "aws:RequestTag/${TagKey}",
94
87
  "aws:ResourceTag/${TagKey}",
95
88
  "aws:TagKeys",
96
- "vpc-lattice:AuthType",
97
- "vpc-lattice:CreateAction"
89
+ "vpc-lattice:AuthType"
98
90
  ]
99
91
  },
100
92
  "servicenetworkresourceassociation": {
@@ -104,7 +96,6 @@
104
96
  "aws:RequestTag/${TagKey}",
105
97
  "aws:ResourceTag/${TagKey}",
106
98
  "aws:TagKeys",
107
- "vpc-lattice:CreateAction",
108
99
  "vpc-lattice:ResourceConfigurationArn",
109
100
  "vpc-lattice:ServiceNetworkArn"
110
101
  ]
@@ -116,7 +107,6 @@
116
107
  "aws:RequestTag/${TagKey}",
117
108
  "aws:ResourceTag/${TagKey}",
118
109
  "aws:TagKeys",
119
- "vpc-lattice:CreateAction",
120
110
  "vpc-lattice:ServiceArn",
121
111
  "vpc-lattice:ServiceNetworkArn"
122
112
  ]
@@ -128,7 +118,6 @@
128
118
  "aws:RequestTag/${TagKey}",
129
119
  "aws:ResourceTag/${TagKey}",
130
120
  "aws:TagKeys",
131
- "vpc-lattice:CreateAction",
132
121
  "vpc-lattice:PrivateDnsPreference",
133
122
  "vpc-lattice:PrivateDnsSpecifiedDomains",
134
123
  "vpc-lattice:SecurityGroupIds",
@@ -143,7 +132,6 @@
143
132
  "aws:RequestTag/${TagKey}",
144
133
  "aws:ResourceTag/${TagKey}",
145
134
  "aws:TagKeys",
146
- "vpc-lattice:CreateAction",
147
135
  "vpc-lattice:VpcId"
148
136
  ]
149
137
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202608201",
3
+ "version": "0.21.202608251",
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-08-20T04:52:14.880Z",
9
+ "updatedAt": "2026-08-25T04:53:10.072Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",