@cloud-copilot/iam-data 0.18.202603131 → 0.18.202603171
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/bedrock-agentcore.json +21 -0
- package/data/actions/ecs.json +2 -0
- package/data/actions/es.json +30 -0
- package/data/actions/interconnect.json +166 -0
- package/data/actions/route53-recovery-control-config.json +40 -29
- package/data/actions/sdb.json +55 -10
- package/data/actions/uxc.json +27 -3
- package/data/actions/vpc-lattice.json +24 -12
- package/data/conditionKeys/ecs.json +5 -0
- package/data/conditionKeys/interconnect.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +5 -0
- package/data/resourceTypes/interconnect.json +13 -0
- package/data/resourceTypes/sdb.json +4 -0
- package/data/resourceTypes/vpc-lattice.json +16 -4
- package/data/serviceNames.json +2 -1
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -1295,6 +1295,27 @@
|
|
|
1295
1295
|
"conditionKeys": [],
|
|
1296
1296
|
"dependentActions": []
|
|
1297
1297
|
},
|
|
1298
|
+
"invokeagentruntimecommand": {
|
|
1299
|
+
"name": "InvokeAgentRuntimeCommand",
|
|
1300
|
+
"description": "Grants permission to invoke commands on an agent runtime endpoint",
|
|
1301
|
+
"accessLevel": "Write",
|
|
1302
|
+
"resourceTypes": [
|
|
1303
|
+
{
|
|
1304
|
+
"name": "runtime",
|
|
1305
|
+
"required": true,
|
|
1306
|
+
"conditionKeys": [],
|
|
1307
|
+
"dependentActions": []
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "runtime-endpoint",
|
|
1311
|
+
"required": true,
|
|
1312
|
+
"conditionKeys": [],
|
|
1313
|
+
"dependentActions": []
|
|
1314
|
+
}
|
|
1315
|
+
],
|
|
1316
|
+
"conditionKeys": [],
|
|
1317
|
+
"dependentActions": []
|
|
1318
|
+
},
|
|
1298
1319
|
"invokeagentruntimeforuser": {
|
|
1299
1320
|
"name": "InvokeAgentRuntimeForUser",
|
|
1300
1321
|
"description": "Grants permission to invoke an agent runtime endpoint with X-Amzn-Bedrock-AgentCore-Runtime-User-Id header",
|
package/data/actions/ecs.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"conditionKeys": [
|
|
17
17
|
"ecs:propagate-tags",
|
|
18
|
+
"ecs:instance-metadata-tags-propagation",
|
|
18
19
|
"aws:RequestTag/${TagKey}",
|
|
19
20
|
"aws:TagKeys"
|
|
20
21
|
],
|
|
@@ -1137,6 +1138,7 @@
|
|
|
1137
1138
|
],
|
|
1138
1139
|
"conditionKeys": [
|
|
1139
1140
|
"ecs:propagate-tags",
|
|
1141
|
+
"ecs:instance-metadata-tags-propagation",
|
|
1140
1142
|
"aws:ResourceTag/${TagKey}"
|
|
1141
1143
|
],
|
|
1142
1144
|
"dependentActions": []
|
package/data/actions/es.json
CHANGED
|
@@ -887,6 +887,21 @@
|
|
|
887
887
|
"conditionKeys": [],
|
|
888
888
|
"dependentActions": []
|
|
889
889
|
},
|
|
890
|
+
"getdefaultapplicationsetting": {
|
|
891
|
+
"name": "GetDefaultApplicationSetting",
|
|
892
|
+
"description": "Grants permission to get the default application setting for OpenSearch Service",
|
|
893
|
+
"accessLevel": "Read",
|
|
894
|
+
"resourceTypes": [
|
|
895
|
+
{
|
|
896
|
+
"name": "application",
|
|
897
|
+
"required": true,
|
|
898
|
+
"conditionKeys": [],
|
|
899
|
+
"dependentActions": []
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
890
905
|
"getdirectquerydatasource": {
|
|
891
906
|
"name": "GetDirectQueryDataSource",
|
|
892
907
|
"description": "Grants permission to get the data source for the provided OpenSearch arns",
|
|
@@ -1183,6 +1198,21 @@
|
|
|
1183
1198
|
"conditionKeys": [],
|
|
1184
1199
|
"dependentActions": []
|
|
1185
1200
|
},
|
|
1201
|
+
"putdefaultapplicationsetting": {
|
|
1202
|
+
"name": "PutDefaultApplicationSetting",
|
|
1203
|
+
"description": "Grants permission to set or remove the default application setting for OpenSearch Service",
|
|
1204
|
+
"accessLevel": "Write",
|
|
1205
|
+
"resourceTypes": [
|
|
1206
|
+
{
|
|
1207
|
+
"name": "application",
|
|
1208
|
+
"required": true,
|
|
1209
|
+
"conditionKeys": [],
|
|
1210
|
+
"dependentActions": []
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"conditionKeys": [],
|
|
1214
|
+
"dependentActions": []
|
|
1215
|
+
},
|
|
1186
1216
|
"rejectinboundconnection": {
|
|
1187
1217
|
"name": "RejectInboundConnection",
|
|
1188
1218
|
"description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request",
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
{
|
|
2
|
+
"acceptconnectionproposal": {
|
|
3
|
+
"name": "AcceptConnectionProposal",
|
|
4
|
+
"description": "Grants permission to accept a connection proposal generated elsewhere",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [
|
|
8
|
+
"aws:RequestTag/${TagKey}",
|
|
9
|
+
"aws:TagKeys"
|
|
10
|
+
],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
"createconnection": {
|
|
14
|
+
"name": "CreateConnection",
|
|
15
|
+
"description": "Grants permission to create a connection",
|
|
16
|
+
"accessLevel": "Write",
|
|
17
|
+
"resourceTypes": [
|
|
18
|
+
{
|
|
19
|
+
"name": "connection",
|
|
20
|
+
"required": true,
|
|
21
|
+
"conditionKeys": [],
|
|
22
|
+
"dependentActions": []
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aws:RequestTag/${TagKey}",
|
|
27
|
+
"aws:TagKeys"
|
|
28
|
+
],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
},
|
|
31
|
+
"deleteconnection": {
|
|
32
|
+
"name": "DeleteConnection",
|
|
33
|
+
"description": "Grants permission to delete an existing connection",
|
|
34
|
+
"accessLevel": "Write",
|
|
35
|
+
"resourceTypes": [
|
|
36
|
+
{
|
|
37
|
+
"name": "connection",
|
|
38
|
+
"required": true,
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
},
|
|
46
|
+
"describeconnectionproposal": {
|
|
47
|
+
"name": "DescribeConnectionProposal",
|
|
48
|
+
"description": "Grants permission to describe a connection proposal",
|
|
49
|
+
"accessLevel": "Read",
|
|
50
|
+
"resourceTypes": [],
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
54
|
+
"getconnection": {
|
|
55
|
+
"name": "GetConnection",
|
|
56
|
+
"description": "Grants permission to describe a connection",
|
|
57
|
+
"accessLevel": "Read",
|
|
58
|
+
"resourceTypes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "connection",
|
|
61
|
+
"required": true,
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"conditionKeys": [],
|
|
67
|
+
"dependentActions": []
|
|
68
|
+
},
|
|
69
|
+
"getenvironment": {
|
|
70
|
+
"name": "GetEnvironment",
|
|
71
|
+
"description": "Grants permission to describe an environment",
|
|
72
|
+
"accessLevel": "Read",
|
|
73
|
+
"resourceTypes": [
|
|
74
|
+
{
|
|
75
|
+
"name": "environment",
|
|
76
|
+
"required": true,
|
|
77
|
+
"conditionKeys": [],
|
|
78
|
+
"dependentActions": []
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"conditionKeys": [],
|
|
82
|
+
"dependentActions": []
|
|
83
|
+
},
|
|
84
|
+
"listattachpoints": {
|
|
85
|
+
"name": "ListAttachPoints",
|
|
86
|
+
"description": "Grants permission to list available attach points",
|
|
87
|
+
"accessLevel": "Read",
|
|
88
|
+
"resourceTypes": [],
|
|
89
|
+
"conditionKeys": [],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"listconnections": {
|
|
93
|
+
"name": "ListConnections",
|
|
94
|
+
"description": "Grants permission to list connections",
|
|
95
|
+
"accessLevel": "List",
|
|
96
|
+
"resourceTypes": [],
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
},
|
|
100
|
+
"listenvironments": {
|
|
101
|
+
"name": "ListEnvironments",
|
|
102
|
+
"description": "Grants permission to list available environments",
|
|
103
|
+
"accessLevel": "List",
|
|
104
|
+
"resourceTypes": [],
|
|
105
|
+
"conditionKeys": [],
|
|
106
|
+
"dependentActions": []
|
|
107
|
+
},
|
|
108
|
+
"listtagsforresource": {
|
|
109
|
+
"name": "ListTagsForResource",
|
|
110
|
+
"description": "Grants permission to list tags on a resource",
|
|
111
|
+
"accessLevel": "Read",
|
|
112
|
+
"resourceTypes": [],
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
116
|
+
"tagresource": {
|
|
117
|
+
"name": "TagResource",
|
|
118
|
+
"description": "Grants permission to apply tags to a resource",
|
|
119
|
+
"accessLevel": "Tagging",
|
|
120
|
+
"resourceTypes": [
|
|
121
|
+
{
|
|
122
|
+
"name": "connection",
|
|
123
|
+
"required": true,
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"conditionKeys": [
|
|
129
|
+
"aws:RequestTag/${TagKey}",
|
|
130
|
+
"aws:TagKeys"
|
|
131
|
+
],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
},
|
|
134
|
+
"untagresource": {
|
|
135
|
+
"name": "UntagResource",
|
|
136
|
+
"description": "Grants permission to remove tags from a resource",
|
|
137
|
+
"accessLevel": "Tagging",
|
|
138
|
+
"resourceTypes": [
|
|
139
|
+
{
|
|
140
|
+
"name": "connection",
|
|
141
|
+
"required": true,
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"conditionKeys": [
|
|
147
|
+
"aws:TagKeys"
|
|
148
|
+
],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
},
|
|
151
|
+
"updateconnection": {
|
|
152
|
+
"name": "UpdateConnection",
|
|
153
|
+
"description": "Grants permission to update an existing connection",
|
|
154
|
+
"accessLevel": "Write",
|
|
155
|
+
"resourceTypes": [
|
|
156
|
+
{
|
|
157
|
+
"name": "connection",
|
|
158
|
+
"required": true,
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": []
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
}
|
|
166
|
+
}
|
|
@@ -3,14 +3,7 @@
|
|
|
3
3
|
"name": "CreateCluster",
|
|
4
4
|
"description": "Grants permission to create a cluster",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
7
|
-
{
|
|
8
|
-
"name": "cluster",
|
|
9
|
-
"required": true,
|
|
10
|
-
"conditionKeys": [],
|
|
11
|
-
"dependentActions": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
6
|
+
"resourceTypes": [],
|
|
14
7
|
"conditionKeys": [
|
|
15
8
|
"aws:RequestTag/${TagKey}",
|
|
16
9
|
"aws:TagKeys"
|
|
@@ -23,7 +16,7 @@
|
|
|
23
16
|
"accessLevel": "Write",
|
|
24
17
|
"resourceTypes": [
|
|
25
18
|
{
|
|
26
|
-
"name": "
|
|
19
|
+
"name": "cluster",
|
|
27
20
|
"required": true,
|
|
28
21
|
"conditionKeys": [],
|
|
29
22
|
"dependentActions": []
|
|
@@ -41,7 +34,7 @@
|
|
|
41
34
|
"accessLevel": "Write",
|
|
42
35
|
"resourceTypes": [
|
|
43
36
|
{
|
|
44
|
-
"name": "
|
|
37
|
+
"name": "cluster",
|
|
45
38
|
"required": true,
|
|
46
39
|
"conditionKeys": [],
|
|
47
40
|
"dependentActions": []
|
|
@@ -56,7 +49,7 @@
|
|
|
56
49
|
"accessLevel": "Write",
|
|
57
50
|
"resourceTypes": [
|
|
58
51
|
{
|
|
59
|
-
"name": "
|
|
52
|
+
"name": "cluster",
|
|
60
53
|
"required": true,
|
|
61
54
|
"conditionKeys": [],
|
|
62
55
|
"dependentActions": []
|
|
@@ -189,21 +182,6 @@
|
|
|
189
182
|
"conditionKeys": [],
|
|
190
183
|
"dependentActions": []
|
|
191
184
|
},
|
|
192
|
-
"describeroutingcontrolbyname": {
|
|
193
|
-
"name": "DescribeRoutingControlByName",
|
|
194
|
-
"description": "Grants permission to describe a routing control",
|
|
195
|
-
"accessLevel": "Read",
|
|
196
|
-
"resourceTypes": [
|
|
197
|
-
{
|
|
198
|
-
"name": "routingcontrol",
|
|
199
|
-
"required": true,
|
|
200
|
-
"conditionKeys": [],
|
|
201
|
-
"dependentActions": []
|
|
202
|
-
}
|
|
203
|
-
],
|
|
204
|
-
"conditionKeys": [],
|
|
205
|
-
"dependentActions": []
|
|
206
|
-
},
|
|
207
185
|
"describesafetyrule": {
|
|
208
186
|
"name": "DescribeSafetyRule",
|
|
209
187
|
"description": "Grants permission to describe a safety rule",
|
|
@@ -238,7 +216,14 @@
|
|
|
238
216
|
"name": "ListAssociatedRoute53HealthChecks",
|
|
239
217
|
"description": "Grants permission to list associated Route 53 health checks",
|
|
240
218
|
"accessLevel": "List",
|
|
241
|
-
"resourceTypes": [
|
|
219
|
+
"resourceTypes": [
|
|
220
|
+
{
|
|
221
|
+
"name": "routingcontrol",
|
|
222
|
+
"required": true,
|
|
223
|
+
"conditionKeys": [],
|
|
224
|
+
"dependentActions": []
|
|
225
|
+
}
|
|
226
|
+
],
|
|
242
227
|
"conditionKeys": [],
|
|
243
228
|
"dependentActions": []
|
|
244
229
|
},
|
|
@@ -262,7 +247,14 @@
|
|
|
262
247
|
"name": "ListRoutingControls",
|
|
263
248
|
"description": "Grants permission to list routing controls",
|
|
264
249
|
"accessLevel": "Read",
|
|
265
|
-
"resourceTypes": [
|
|
250
|
+
"resourceTypes": [
|
|
251
|
+
{
|
|
252
|
+
"name": "controlpanel",
|
|
253
|
+
"required": true,
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
}
|
|
257
|
+
],
|
|
266
258
|
"conditionKeys": [],
|
|
267
259
|
"dependentActions": []
|
|
268
260
|
},
|
|
@@ -285,7 +277,26 @@
|
|
|
285
277
|
"name": "ListTagsForResource",
|
|
286
278
|
"description": "Grants permission to list tags for a resource",
|
|
287
279
|
"accessLevel": "Read",
|
|
288
|
-
"resourceTypes": [
|
|
280
|
+
"resourceTypes": [
|
|
281
|
+
{
|
|
282
|
+
"name": "cluster",
|
|
283
|
+
"required": false,
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "controlpanel",
|
|
289
|
+
"required": false,
|
|
290
|
+
"conditionKeys": [],
|
|
291
|
+
"dependentActions": []
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "safetyrule",
|
|
295
|
+
"required": false,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
}
|
|
299
|
+
],
|
|
289
300
|
"conditionKeys": [],
|
|
290
301
|
"dependentActions": []
|
|
291
302
|
},
|
package/data/actions/sdb.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"batchdeleteattributes": {
|
|
3
3
|
"name": "BatchDeleteAttributes",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Grants permission to perform multiple DeleteAttributes operations in a single call, which reduces round trips and latencies",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
6
|
"resourceTypes": [
|
|
7
7
|
{
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"batchputattributes": {
|
|
18
18
|
"name": "BatchPutAttributes",
|
|
19
|
-
"description": "
|
|
19
|
+
"description": "Grants permission to perform multiple PutAttribute operations in a single call, which reduces round trips and latencies",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
21
|
"resourceTypes": [
|
|
22
22
|
{
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"createdomain": {
|
|
33
33
|
"name": "CreateDomain",
|
|
34
|
-
"description": "
|
|
34
|
+
"description": "Grants permission to create a new domain",
|
|
35
35
|
"accessLevel": "Write",
|
|
36
36
|
"resourceTypes": [
|
|
37
37
|
{
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"deleteattributes": {
|
|
48
48
|
"name": "DeleteAttributes",
|
|
49
|
-
"description": "
|
|
49
|
+
"description": "Grants permission to delete one or more attributes associated with the item",
|
|
50
50
|
"accessLevel": "Write",
|
|
51
51
|
"resourceTypes": [
|
|
52
52
|
{
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"deletedomain": {
|
|
63
63
|
"name": "DeleteDomain",
|
|
64
|
-
"description": "
|
|
64
|
+
"description": "Grants permission to delete a domain",
|
|
65
65
|
"accessLevel": "Write",
|
|
66
66
|
"resourceTypes": [
|
|
67
67
|
{
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"domainmetadata": {
|
|
78
78
|
"name": "DomainMetadata",
|
|
79
|
-
"description": "
|
|
79
|
+
"description": "Grants permission to return information about the domain, including when the domain was created, the number of items and attributes, and the size of attribute names and values",
|
|
80
80
|
"accessLevel": "Read",
|
|
81
81
|
"resourceTypes": [
|
|
82
82
|
{
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
"getattributes": {
|
|
93
93
|
"name": "GetAttributes",
|
|
94
|
-
"description": "
|
|
94
|
+
"description": "Grants permission to return all of the attributes associated with the item",
|
|
95
95
|
"accessLevel": "Read",
|
|
96
96
|
"resourceTypes": [
|
|
97
97
|
{
|
|
@@ -104,17 +104,47 @@
|
|
|
104
104
|
"conditionKeys": [],
|
|
105
105
|
"dependentActions": []
|
|
106
106
|
},
|
|
107
|
+
"getexport": {
|
|
108
|
+
"name": "GetExport",
|
|
109
|
+
"description": "Grants permission to return information for an existing domain export arn",
|
|
110
|
+
"accessLevel": "Read",
|
|
111
|
+
"resourceTypes": [
|
|
112
|
+
{
|
|
113
|
+
"name": "export",
|
|
114
|
+
"required": true,
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"conditionKeys": [],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
107
122
|
"listdomains": {
|
|
108
123
|
"name": "ListDomains",
|
|
109
|
-
"description": "
|
|
124
|
+
"description": "Grants permission to list all domains",
|
|
110
125
|
"accessLevel": "List",
|
|
111
126
|
"resourceTypes": [],
|
|
112
127
|
"conditionKeys": [],
|
|
113
128
|
"dependentActions": []
|
|
114
129
|
},
|
|
130
|
+
"listexports": {
|
|
131
|
+
"name": "ListExports",
|
|
132
|
+
"description": "Grants permission to list all exports that were created. The results are paginated and can be filtered by domain name",
|
|
133
|
+
"accessLevel": "List",
|
|
134
|
+
"resourceTypes": [
|
|
135
|
+
{
|
|
136
|
+
"name": "domain",
|
|
137
|
+
"required": false,
|
|
138
|
+
"conditionKeys": [],
|
|
139
|
+
"dependentActions": []
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
115
145
|
"putattributes": {
|
|
116
146
|
"name": "PutAttributes",
|
|
117
|
-
"description": "
|
|
147
|
+
"description": "Grants permission to create or replace attributes in an item",
|
|
118
148
|
"accessLevel": "Write",
|
|
119
149
|
"resourceTypes": [
|
|
120
150
|
{
|
|
@@ -129,7 +159,7 @@
|
|
|
129
159
|
},
|
|
130
160
|
"select": {
|
|
131
161
|
"name": "Select",
|
|
132
|
-
"description": "
|
|
162
|
+
"description": "Grants permission to execute a query against the items in a domain",
|
|
133
163
|
"accessLevel": "Read",
|
|
134
164
|
"resourceTypes": [
|
|
135
165
|
{
|
|
@@ -141,5 +171,20 @@
|
|
|
141
171
|
],
|
|
142
172
|
"conditionKeys": [],
|
|
143
173
|
"dependentActions": []
|
|
174
|
+
},
|
|
175
|
+
"startdomainexport": {
|
|
176
|
+
"name": "StartDomainExport",
|
|
177
|
+
"description": "Grants permission to initiates the export of a SimpleDB domain to an S3 bucket",
|
|
178
|
+
"accessLevel": "Write",
|
|
179
|
+
"resourceTypes": [
|
|
180
|
+
{
|
|
181
|
+
"name": "domain",
|
|
182
|
+
"required": true,
|
|
183
|
+
"conditionKeys": [],
|
|
184
|
+
"dependentActions": []
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"conditionKeys": [],
|
|
188
|
+
"dependentActions": []
|
|
144
189
|
}
|
|
145
190
|
}
|
package/data/actions/uxc.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"deleteaccountcolor": {
|
|
3
3
|
"name": "DeleteAccountColor",
|
|
4
|
-
"description": "Grants permission to delete
|
|
4
|
+
"description": "Grants permission to delete account color setting",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [],
|
|
@@ -9,7 +9,23 @@
|
|
|
9
9
|
},
|
|
10
10
|
"getaccountcolor": {
|
|
11
11
|
"name": "GetAccountColor",
|
|
12
|
-
"description": "Grants permission to
|
|
12
|
+
"description": "Grants permission to retrieve account color for given account",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"getaccountcustomizations": {
|
|
19
|
+
"name": "GetAccountCustomizations",
|
|
20
|
+
"description": "Grants permission to retrieve account customizations",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"listservices": {
|
|
27
|
+
"name": "ListServices",
|
|
28
|
+
"description": "Grants permission to list available services",
|
|
13
29
|
"accessLevel": "Read",
|
|
14
30
|
"resourceTypes": [],
|
|
15
31
|
"conditionKeys": [],
|
|
@@ -17,7 +33,15 @@
|
|
|
17
33
|
},
|
|
18
34
|
"putaccountcolor": {
|
|
19
35
|
"name": "PutAccountColor",
|
|
20
|
-
"description": "Grants permission to
|
|
36
|
+
"description": "Grants permission to set account color",
|
|
37
|
+
"accessLevel": "Write",
|
|
38
|
+
"resourceTypes": [],
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"updateaccountcustomizations": {
|
|
43
|
+
"name": "UpdateAccountCustomizations",
|
|
44
|
+
"description": "Grants permission to update account customizations",
|
|
21
45
|
"accessLevel": "Write",
|
|
22
46
|
"resourceTypes": [],
|
|
23
47
|
"conditionKeys": [],
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
],
|
|
53
53
|
"conditionKeys": [
|
|
54
54
|
"aws:RequestTag/${TagKey}",
|
|
55
|
-
"aws:TagKeys"
|
|
55
|
+
"aws:TagKeys",
|
|
56
|
+
"vpc-lattice:CreateAction"
|
|
56
57
|
],
|
|
57
58
|
"dependentActions": []
|
|
58
59
|
},
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
"aws:RequestTag/${TagKey}",
|
|
73
74
|
"aws:TagKeys",
|
|
74
75
|
"vpc-lattice:Protocol",
|
|
75
|
-
"vpc-lattice:TargetGroupArns"
|
|
76
|
+
"vpc-lattice:TargetGroupArns",
|
|
77
|
+
"vpc-lattice:CreateAction"
|
|
76
78
|
],
|
|
77
79
|
"dependentActions": []
|
|
78
80
|
},
|
|
@@ -102,7 +104,8 @@
|
|
|
102
104
|
],
|
|
103
105
|
"conditionKeys": [
|
|
104
106
|
"aws:RequestTag/${TagKey}",
|
|
105
|
-
"aws:TagKeys"
|
|
107
|
+
"aws:TagKeys",
|
|
108
|
+
"vpc-lattice:CreateAction"
|
|
106
109
|
],
|
|
107
110
|
"dependentActions": []
|
|
108
111
|
},
|
|
@@ -125,7 +128,8 @@
|
|
|
125
128
|
"conditionKeys": [
|
|
126
129
|
"aws:RequestTag/${TagKey}",
|
|
127
130
|
"aws:TagKeys",
|
|
128
|
-
"vpc-lattice:VpcId"
|
|
131
|
+
"vpc-lattice:VpcId",
|
|
132
|
+
"vpc-lattice:CreateAction"
|
|
129
133
|
],
|
|
130
134
|
"dependentActions": []
|
|
131
135
|
},
|
|
@@ -144,7 +148,8 @@
|
|
|
144
148
|
"conditionKeys": [
|
|
145
149
|
"aws:RequestTag/${TagKey}",
|
|
146
150
|
"aws:TagKeys",
|
|
147
|
-
"vpc-lattice:TargetGroupArns"
|
|
151
|
+
"vpc-lattice:TargetGroupArns",
|
|
152
|
+
"vpc-lattice:CreateAction"
|
|
148
153
|
],
|
|
149
154
|
"dependentActions": []
|
|
150
155
|
},
|
|
@@ -165,7 +170,8 @@
|
|
|
165
170
|
"conditionKeys": [
|
|
166
171
|
"aws:RequestTag/${TagKey}",
|
|
167
172
|
"aws:TagKeys",
|
|
168
|
-
"vpc-lattice:AuthType"
|
|
173
|
+
"vpc-lattice:AuthType",
|
|
174
|
+
"vpc-lattice:CreateAction"
|
|
169
175
|
],
|
|
170
176
|
"dependentActions": []
|
|
171
177
|
},
|
|
@@ -186,7 +192,8 @@
|
|
|
186
192
|
"conditionKeys": [
|
|
187
193
|
"aws:RequestTag/${TagKey}",
|
|
188
194
|
"aws:TagKeys",
|
|
189
|
-
"vpc-lattice:AuthType"
|
|
195
|
+
"vpc-lattice:AuthType",
|
|
196
|
+
"vpc-lattice:CreateAction"
|
|
190
197
|
],
|
|
191
198
|
"dependentActions": []
|
|
192
199
|
},
|
|
@@ -218,7 +225,8 @@
|
|
|
218
225
|
"aws:RequestTag/${TagKey}",
|
|
219
226
|
"aws:TagKeys",
|
|
220
227
|
"vpc-lattice:ResourceConfigurationArn",
|
|
221
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
228
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
229
|
+
"vpc-lattice:CreateAction"
|
|
222
230
|
],
|
|
223
231
|
"dependentActions": []
|
|
224
232
|
},
|
|
@@ -250,7 +258,8 @@
|
|
|
250
258
|
"aws:RequestTag/${TagKey}",
|
|
251
259
|
"aws:TagKeys",
|
|
252
260
|
"vpc-lattice:ServiceArn",
|
|
253
|
-
"vpc-lattice:ServiceNetworkArn"
|
|
261
|
+
"vpc-lattice:ServiceNetworkArn",
|
|
262
|
+
"vpc-lattice:CreateAction"
|
|
254
263
|
],
|
|
255
264
|
"dependentActions": []
|
|
256
265
|
},
|
|
@@ -281,7 +290,8 @@
|
|
|
281
290
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
282
291
|
"vpc-lattice:SecurityGroupIds",
|
|
283
292
|
"vpc-lattice:ServiceNetworkArn",
|
|
284
|
-
"vpc-lattice:VpcId"
|
|
293
|
+
"vpc-lattice:VpcId",
|
|
294
|
+
"vpc-lattice:CreateAction"
|
|
285
295
|
],
|
|
286
296
|
"dependentActions": []
|
|
287
297
|
},
|
|
@@ -311,7 +321,8 @@
|
|
|
311
321
|
"conditionKeys": [
|
|
312
322
|
"aws:RequestTag/${TagKey}",
|
|
313
323
|
"aws:TagKeys",
|
|
314
|
-
"vpc-lattice:VpcId"
|
|
324
|
+
"vpc-lattice:VpcId",
|
|
325
|
+
"vpc-lattice:CreateAction"
|
|
315
326
|
],
|
|
316
327
|
"dependentActions": []
|
|
317
328
|
},
|
|
@@ -1086,7 +1097,8 @@
|
|
|
1086
1097
|
"conditionKeys": [
|
|
1087
1098
|
"aws:RequestTag/${TagKey}",
|
|
1088
1099
|
"aws:TagKeys",
|
|
1089
|
-
"vpc-lattice:DomainName"
|
|
1100
|
+
"vpc-lattice:DomainName",
|
|
1101
|
+
"vpc-lattice:CreateAction"
|
|
1090
1102
|
],
|
|
1091
1103
|
"dependentActions": []
|
|
1092
1104
|
},
|
|
@@ -89,6 +89,11 @@
|
|
|
89
89
|
"description": "Filters access by the AWS KMS key id provided in the request",
|
|
90
90
|
"type": "String"
|
|
91
91
|
},
|
|
92
|
+
"ecs:instance-metadata-tags-propagation": {
|
|
93
|
+
"key": "ecs:instance-metadata-tags-propagation",
|
|
94
|
+
"description": "Filters access by the instance metadata tags propagation setting of your Amazon ECS capacity provider",
|
|
95
|
+
"type": "Bool"
|
|
96
|
+
},
|
|
92
97
|
"ecs:namespace": {
|
|
93
98
|
"key": "ecs:namespace",
|
|
94
99
|
"description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by a tag key and value pair that is allowed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by a tag key and value pair of a resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by a list of tag keys that are allowed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"description": "Filters access by the auth type specified in the request",
|
|
20
20
|
"type": "String"
|
|
21
21
|
},
|
|
22
|
+
"vpc-lattice:createaction": {
|
|
23
|
+
"key": "vpc-lattice:CreateAction",
|
|
24
|
+
"description": "Filters access by the name of a resource-creating API action",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
22
27
|
"vpc-lattice:domainname": {
|
|
23
28
|
"key": "vpc-lattice:DomainName",
|
|
24
29
|
"description": "Filters access by the domain name",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"connection": {
|
|
3
|
+
"key": "connection",
|
|
4
|
+
"arn": "arn:${Partition}:interconnect:${Region}:${Account}:connection/${Id}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"environment": {
|
|
10
|
+
"key": "environment",
|
|
11
|
+
"arn": "arn:${Partition}:interconnect:${Region}:${Account}:environment/${Id}"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:RequestTag/${TagKey}",
|
|
7
7
|
"aws:ResourceTag/${TagKey}",
|
|
8
|
-
"aws:TagKeys"
|
|
8
|
+
"aws:TagKeys",
|
|
9
|
+
"vpc-lattice:CreateAction"
|
|
9
10
|
]
|
|
10
11
|
},
|
|
11
12
|
"domainverification": {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
"aws:RequestTag/${TagKey}",
|
|
16
17
|
"aws:ResourceTag/${TagKey}",
|
|
17
18
|
"aws:TagKeys",
|
|
19
|
+
"vpc-lattice:CreateAction",
|
|
18
20
|
"vpc-lattice:DomainName"
|
|
19
21
|
]
|
|
20
22
|
},
|
|
@@ -25,6 +27,7 @@
|
|
|
25
27
|
"aws:RequestTag/${TagKey}",
|
|
26
28
|
"aws:ResourceTag/${TagKey}",
|
|
27
29
|
"aws:TagKeys",
|
|
30
|
+
"vpc-lattice:CreateAction",
|
|
28
31
|
"vpc-lattice:Protocol",
|
|
29
32
|
"vpc-lattice:TargetGroupArns"
|
|
30
33
|
]
|
|
@@ -35,7 +38,8 @@
|
|
|
35
38
|
"conditionKeys": [
|
|
36
39
|
"aws:RequestTag/${TagKey}",
|
|
37
40
|
"aws:ResourceTag/${TagKey}",
|
|
38
|
-
"aws:TagKeys"
|
|
41
|
+
"aws:TagKeys",
|
|
42
|
+
"vpc-lattice:CreateAction"
|
|
39
43
|
]
|
|
40
44
|
},
|
|
41
45
|
"resourceendpointassociation": {
|
|
@@ -56,6 +60,7 @@
|
|
|
56
60
|
"aws:RequestTag/${TagKey}",
|
|
57
61
|
"aws:ResourceTag/${TagKey}",
|
|
58
62
|
"aws:TagKeys",
|
|
63
|
+
"vpc-lattice:CreateAction",
|
|
59
64
|
"vpc-lattice:VpcId"
|
|
60
65
|
]
|
|
61
66
|
},
|
|
@@ -66,6 +71,7 @@
|
|
|
66
71
|
"aws:RequestTag/${TagKey}",
|
|
67
72
|
"aws:ResourceTag/${TagKey}",
|
|
68
73
|
"aws:TagKeys",
|
|
74
|
+
"vpc-lattice:CreateAction",
|
|
69
75
|
"vpc-lattice:TargetGroupArns"
|
|
70
76
|
]
|
|
71
77
|
},
|
|
@@ -76,7 +82,8 @@
|
|
|
76
82
|
"aws:RequestTag/${TagKey}",
|
|
77
83
|
"aws:ResourceTag/${TagKey}",
|
|
78
84
|
"aws:TagKeys",
|
|
79
|
-
"vpc-lattice:AuthType"
|
|
85
|
+
"vpc-lattice:AuthType",
|
|
86
|
+
"vpc-lattice:CreateAction"
|
|
80
87
|
]
|
|
81
88
|
},
|
|
82
89
|
"servicenetwork": {
|
|
@@ -86,7 +93,8 @@
|
|
|
86
93
|
"aws:RequestTag/${TagKey}",
|
|
87
94
|
"aws:ResourceTag/${TagKey}",
|
|
88
95
|
"aws:TagKeys",
|
|
89
|
-
"vpc-lattice:AuthType"
|
|
96
|
+
"vpc-lattice:AuthType",
|
|
97
|
+
"vpc-lattice:CreateAction"
|
|
90
98
|
]
|
|
91
99
|
},
|
|
92
100
|
"servicenetworkresourceassociation": {
|
|
@@ -96,6 +104,7 @@
|
|
|
96
104
|
"aws:RequestTag/${TagKey}",
|
|
97
105
|
"aws:ResourceTag/${TagKey}",
|
|
98
106
|
"aws:TagKeys",
|
|
107
|
+
"vpc-lattice:CreateAction",
|
|
99
108
|
"vpc-lattice:ResourceConfigurationArn",
|
|
100
109
|
"vpc-lattice:ServiceNetworkArn"
|
|
101
110
|
]
|
|
@@ -107,6 +116,7 @@
|
|
|
107
116
|
"aws:RequestTag/${TagKey}",
|
|
108
117
|
"aws:ResourceTag/${TagKey}",
|
|
109
118
|
"aws:TagKeys",
|
|
119
|
+
"vpc-lattice:CreateAction",
|
|
110
120
|
"vpc-lattice:ServiceArn",
|
|
111
121
|
"vpc-lattice:ServiceNetworkArn"
|
|
112
122
|
]
|
|
@@ -118,6 +128,7 @@
|
|
|
118
128
|
"aws:RequestTag/${TagKey}",
|
|
119
129
|
"aws:ResourceTag/${TagKey}",
|
|
120
130
|
"aws:TagKeys",
|
|
131
|
+
"vpc-lattice:CreateAction",
|
|
121
132
|
"vpc-lattice:PrivateDnsPreference",
|
|
122
133
|
"vpc-lattice:PrivateDnsSpecifiedDomains",
|
|
123
134
|
"vpc-lattice:SecurityGroupIds",
|
|
@@ -132,6 +143,7 @@
|
|
|
132
143
|
"aws:RequestTag/${TagKey}",
|
|
133
144
|
"aws:ResourceTag/${TagKey}",
|
|
134
145
|
"aws:TagKeys",
|
|
146
|
+
"vpc-lattice:CreateAction",
|
|
135
147
|
"vpc-lattice:VpcId"
|
|
136
148
|
]
|
|
137
149
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -203,6 +203,7 @@
|
|
|
203
203
|
"inspector-scan": "Amazon InspectorScan",
|
|
204
204
|
"inspector2": "Amazon Inspector2",
|
|
205
205
|
"inspector2-telemetry": "Amazon Inspector2 Telemetry Channel",
|
|
206
|
+
"interconnect": "AWS Interconnect",
|
|
206
207
|
"internetmonitor": "Amazon CloudWatch Internet Monitor",
|
|
207
208
|
"invoicing": "AWS Invoicing Service",
|
|
208
209
|
"iot": "AWS IoT",
|
|
@@ -420,7 +421,7 @@
|
|
|
420
421
|
"trustedadvisor": "AWS Trusted Advisor",
|
|
421
422
|
"ts": "AWS Diagnostic tools",
|
|
422
423
|
"user-subscriptions": "AWS User Subscriptions",
|
|
423
|
-
"uxc": "AWS
|
|
424
|
+
"uxc": "AWS User Experience Customization",
|
|
424
425
|
"vendor-insights": "AWS Marketplace Vendor Insights",
|
|
425
426
|
"verified-access": "AWS Verified Access",
|
|
426
427
|
"verifiedpermissions": "Amazon Verified Permissions",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.202603171",
|
|
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-03-
|
|
9
|
+
"updatedAt": "2026-03-17T05:11:40.246Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|