@cloud-copilot/iam-data 0.1.202408281 → 0.1.202408301

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.
@@ -318,6 +318,17 @@
318
318
  ],
319
319
  "dependentActions": []
320
320
  },
321
+ "CreateModelImportJob": {
322
+ "name": "CreateModelImportJob",
323
+ "description": "Grants permission to create a job for importing model into Bedrock",
324
+ "accessLevel": "Write",
325
+ "resourceTypes": [],
326
+ "conditionKeys": [
327
+ "aws:RequestTag/${TagKey}",
328
+ "aws:TagKeys"
329
+ ],
330
+ "dependentActions": []
331
+ },
321
332
  "CreateModelInvocationJob": {
322
333
  "name": "CreateModelInvocationJob",
323
334
  "description": "Grants permission to create a new model invocation job",
@@ -574,6 +585,21 @@
574
585
  "conditionKeys": [],
575
586
  "dependentActions": []
576
587
  },
588
+ "DeleteImportedModel": {
589
+ "name": "DeleteImportedModel",
590
+ "description": "Grants permission to delete previously created Bedrock imported model",
591
+ "accessLevel": "Write",
592
+ "resourceTypes": [
593
+ {
594
+ "name": "imported-model",
595
+ "required": true,
596
+ "conditionKeys": [],
597
+ "dependentActions": []
598
+ }
599
+ ],
600
+ "conditionKeys": [],
601
+ "dependentActions": []
602
+ },
577
603
  "DeleteKnowledgeBase": {
578
604
  "name": "DeleteKnowledgeBase",
579
605
  "description": "Grants permission to delete a knowledge base",
@@ -909,6 +935,36 @@
909
935
  "conditionKeys": [],
910
936
  "dependentActions": []
911
937
  },
938
+ "GetImportedModel": {
939
+ "name": "GetImportedModel",
940
+ "description": "Grants permission to get the properties associated with Bedrock imported model",
941
+ "accessLevel": "Read",
942
+ "resourceTypes": [
943
+ {
944
+ "name": "imported-model",
945
+ "required": true,
946
+ "conditionKeys": [],
947
+ "dependentActions": []
948
+ }
949
+ ],
950
+ "conditionKeys": [],
951
+ "dependentActions": []
952
+ },
953
+ "GetInferenceProfile": {
954
+ "name": "GetInferenceProfile",
955
+ "description": "Grants permission to get the properties associated with an inference profile",
956
+ "accessLevel": "Read",
957
+ "resourceTypes": [
958
+ {
959
+ "name": "inference-profile",
960
+ "required": true,
961
+ "conditionKeys": [],
962
+ "dependentActions": []
963
+ }
964
+ ],
965
+ "conditionKeys": [],
966
+ "dependentActions": []
967
+ },
912
968
  "GetIngestionJob": {
913
969
  "name": "GetIngestionJob",
914
970
  "description": "Grants permission to retrieve an existing ingestion job",
@@ -984,6 +1040,21 @@
984
1040
  "conditionKeys": [],
985
1041
  "dependentActions": []
986
1042
  },
1043
+ "GetModelImportJob": {
1044
+ "name": "GetModelImportJob",
1045
+ "description": "Grants permission to get the properties associated with a model import job and is used to get the status of a model import job",
1046
+ "accessLevel": "Read",
1047
+ "resourceTypes": [
1048
+ {
1049
+ "name": "model-import-job",
1050
+ "required": true,
1051
+ "conditionKeys": [],
1052
+ "dependentActions": []
1053
+ }
1054
+ ],
1055
+ "conditionKeys": [],
1056
+ "dependentActions": []
1057
+ },
987
1058
  "GetModelInvocationJob": {
988
1059
  "name": "GetModelInvocationJob",
989
1060
  "description": "Grants permission to retrieve a model invocation job",
@@ -1108,6 +1179,18 @@
1108
1179
  "conditionKeys": [],
1109
1180
  "dependentActions": []
1110
1181
  },
1182
+ {
1183
+ "name": "imported-model",
1184
+ "required": true,
1185
+ "conditionKeys": [],
1186
+ "dependentActions": []
1187
+ },
1188
+ {
1189
+ "name": "inference-profile",
1190
+ "required": true,
1191
+ "conditionKeys": [],
1192
+ "dependentActions": []
1193
+ },
1111
1194
  {
1112
1195
  "name": "provisioned-model",
1113
1196
  "required": true,
@@ -1115,7 +1198,9 @@
1115
1198
  "dependentActions": []
1116
1199
  }
1117
1200
  ],
1118
- "conditionKeys": [],
1201
+ "conditionKeys": [
1202
+ "bedrock:InferenceProfileArn"
1203
+ ],
1119
1204
  "dependentActions": []
1120
1205
  },
1121
1206
  "InvokeModelWithResponseStream": {
@@ -1129,6 +1214,18 @@
1129
1214
  "conditionKeys": [],
1130
1215
  "dependentActions": []
1131
1216
  },
1217
+ {
1218
+ "name": "imported-model",
1219
+ "required": true,
1220
+ "conditionKeys": [],
1221
+ "dependentActions": []
1222
+ },
1223
+ {
1224
+ "name": "inference-profile",
1225
+ "required": true,
1226
+ "conditionKeys": [],
1227
+ "dependentActions": []
1228
+ },
1132
1229
  {
1133
1230
  "name": "provisioned-model",
1134
1231
  "required": true,
@@ -1136,7 +1233,9 @@
1136
1233
  "dependentActions": []
1137
1234
  }
1138
1235
  ],
1139
- "conditionKeys": [],
1236
+ "conditionKeys": [
1237
+ "bedrock:InferenceProfileArn"
1238
+ ],
1140
1239
  "dependentActions": []
1141
1240
  },
1142
1241
  "ListAgentActionGroups": {
@@ -1307,6 +1406,22 @@
1307
1406
  "conditionKeys": [],
1308
1407
  "dependentActions": []
1309
1408
  },
1409
+ "ListImportedModels": {
1410
+ "name": "ListImportedModels",
1411
+ "description": "Grants permission to get list of Bedrock imported models",
1412
+ "accessLevel": "List",
1413
+ "resourceTypes": [],
1414
+ "conditionKeys": [],
1415
+ "dependentActions": []
1416
+ },
1417
+ "ListInferenceProfiles": {
1418
+ "name": "ListInferenceProfiles",
1419
+ "description": "Grants permission to list inference profiles that you can use",
1420
+ "accessLevel": "List",
1421
+ "resourceTypes": [],
1422
+ "conditionKeys": [],
1423
+ "dependentActions": []
1424
+ },
1310
1425
  "ListIngestionJobs": {
1311
1426
  "name": "ListIngestionJobs",
1312
1427
  "description": "Grants permission to list ingestion jobs in a data source",
@@ -1354,6 +1469,14 @@
1354
1469
  "conditionKeys": [],
1355
1470
  "dependentActions": []
1356
1471
  },
1472
+ "ListModelImportJobs": {
1473
+ "name": "ListModelImportJobs",
1474
+ "description": "Grants permission to get list of model import jobs",
1475
+ "accessLevel": "List",
1476
+ "resourceTypes": [],
1477
+ "conditionKeys": [],
1478
+ "dependentActions": []
1479
+ },
1357
1480
  "ListModelInvocationJobs": {
1358
1481
  "name": "ListModelInvocationJobs",
1359
1482
  "description": "Grants permission to list model invocation jobs that you created earlier",
@@ -1432,6 +1555,12 @@
1432
1555
  "conditionKeys": [],
1433
1556
  "dependentActions": []
1434
1557
  },
1558
+ {
1559
+ "name": "imported-model",
1560
+ "required": true,
1561
+ "conditionKeys": [],
1562
+ "dependentActions": []
1563
+ },
1435
1564
  {
1436
1565
  "name": "knowledge-base",
1437
1566
  "required": true,
@@ -1456,6 +1585,12 @@
1456
1585
  "conditionKeys": [],
1457
1586
  "dependentActions": []
1458
1587
  },
1588
+ {
1589
+ "name": "model-import-job",
1590
+ "required": true,
1591
+ "conditionKeys": [],
1592
+ "dependentActions": []
1593
+ },
1459
1594
  {
1460
1595
  "name": "model-invocation-job",
1461
1596
  "required": true,
@@ -1687,6 +1822,12 @@
1687
1822
  "conditionKeys": [],
1688
1823
  "dependentActions": []
1689
1824
  },
1825
+ {
1826
+ "name": "imported-model",
1827
+ "required": false,
1828
+ "conditionKeys": [],
1829
+ "dependentActions": []
1830
+ },
1690
1831
  {
1691
1832
  "name": "knowledge-base",
1692
1833
  "required": false,
@@ -1711,6 +1852,12 @@
1711
1852
  "conditionKeys": [],
1712
1853
  "dependentActions": []
1713
1854
  },
1855
+ {
1856
+ "name": "model-import-job",
1857
+ "required": false,
1858
+ "conditionKeys": [],
1859
+ "dependentActions": []
1860
+ },
1714
1861
  {
1715
1862
  "name": "model-invocation-job",
1716
1863
  "required": false,
@@ -1789,6 +1936,12 @@
1789
1936
  "conditionKeys": [],
1790
1937
  "dependentActions": []
1791
1938
  },
1939
+ {
1940
+ "name": "imported-model",
1941
+ "required": false,
1942
+ "conditionKeys": [],
1943
+ "dependentActions": []
1944
+ },
1792
1945
  {
1793
1946
  "name": "knowledge-base",
1794
1947
  "required": false,
@@ -1813,6 +1966,12 @@
1813
1966
  "conditionKeys": [],
1814
1967
  "dependentActions": []
1815
1968
  },
1969
+ {
1970
+ "name": "model-import-job",
1971
+ "required": false,
1972
+ "conditionKeys": [],
1973
+ "dependentActions": []
1974
+ },
1816
1975
  {
1817
1976
  "name": "model-invocation-job",
1818
1977
  "required": false,
@@ -0,0 +1,409 @@
1
+ {
2
+ "AllowVendedLogDeliveryForResource": {
3
+ "name": "AllowVendedLogDeliveryForResource",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to configure vended log delivery for Skybridge cluster logs",
6
+ "accessLevel": "Write",
7
+ "resourceTypes": [
8
+ {
9
+ "name": "cluster",
10
+ "required": true,
11
+ "conditionKeys": [],
12
+ "dependentActions": []
13
+ }
14
+ ],
15
+ "conditionKeys": [],
16
+ "dependentActions": []
17
+ },
18
+ "CreateCluster": {
19
+ "name": "CreateCluster",
20
+ "description": "Grants permission to create clusters",
21
+ "accessLevel": "Write",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [
24
+ "aws:ResourceTag/${TagKey}",
25
+ "aws:RequestTag/${TagKey}",
26
+ "aws:TagKeys"
27
+ ],
28
+ "dependentActions": [
29
+ "ec2:CreateNetworkInterface",
30
+ "ec2:CreateNetworkInterfacePermission",
31
+ "ec2:DescribeNetworkInterfaces",
32
+ "ec2:DescribeSecurityGroups",
33
+ "ec2:DescribeSubnets",
34
+ "ec2:DescribeVpcs",
35
+ "ec2:GetSecurityGroupsForVpc",
36
+ "iam:CreateServiceLinkedRole",
37
+ "secretsmanager:CreateSecret",
38
+ "secretsmanager:TagResource"
39
+ ]
40
+ },
41
+ "CreateComputeNodeGroup": {
42
+ "name": "CreateComputeNodeGroup",
43
+ "description": "Grants permission to create compute node groups",
44
+ "accessLevel": "Write",
45
+ "resourceTypes": [
46
+ {
47
+ "name": "cluster",
48
+ "required": true,
49
+ "conditionKeys": [],
50
+ "dependentActions": [
51
+ "ec2:CreateFleet",
52
+ "ec2:CreateLaunchTemplate",
53
+ "ec2:CreateLaunchTemplateVersion",
54
+ "ec2:CreateTags",
55
+ "ec2:DescribeImages",
56
+ "ec2:DescribeInstanceStatus",
57
+ "ec2:DescribeInstanceTypes",
58
+ "ec2:DescribeInstances",
59
+ "ec2:DescribeLaunchTemplateVersions",
60
+ "ec2:DescribeLaunchTemplates",
61
+ "ec2:DescribeSecurityGroups",
62
+ "ec2:DescribeSubnets",
63
+ "ec2:DescribeVpcs",
64
+ "ec2:RunInstances",
65
+ "iam:GetInstanceProfile",
66
+ "iam:PassRole"
67
+ ]
68
+ }
69
+ ],
70
+ "conditionKeys": [
71
+ "aws:ResourceTag/${TagKey}",
72
+ "aws:RequestTag/${TagKey}",
73
+ "aws:TagKeys"
74
+ ],
75
+ "dependentActions": []
76
+ },
77
+ "CreateQueue": {
78
+ "name": "CreateQueue",
79
+ "description": "Grants permission to create queues",
80
+ "accessLevel": "Write",
81
+ "resourceTypes": [
82
+ {
83
+ "name": "cluster",
84
+ "required": true,
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ }
88
+ ],
89
+ "conditionKeys": [
90
+ "aws:ResourceTag/${TagKey}",
91
+ "aws:RequestTag/${TagKey}",
92
+ "aws:TagKeys"
93
+ ],
94
+ "dependentActions": []
95
+ },
96
+ "DeleteCluster": {
97
+ "name": "DeleteCluster",
98
+ "description": "Grants permission to delete clusters",
99
+ "accessLevel": "Write",
100
+ "resourceTypes": [
101
+ {
102
+ "name": "cluster",
103
+ "required": true,
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ }
107
+ ],
108
+ "conditionKeys": [],
109
+ "dependentActions": [
110
+ "ec2:DeleteNetworkInterface",
111
+ "secretsmanager:DeleteSecret"
112
+ ]
113
+ },
114
+ "DeleteComputeNodeGroup": {
115
+ "name": "DeleteComputeNodeGroup",
116
+ "description": "Grants permission to delete compute node groups",
117
+ "accessLevel": "Write",
118
+ "resourceTypes": [
119
+ {
120
+ "name": "cluster",
121
+ "required": true,
122
+ "conditionKeys": [],
123
+ "dependentActions": [
124
+ "ec2:DeleteLaunchTemplate",
125
+ "ec2:TerminateInstances"
126
+ ]
127
+ },
128
+ {
129
+ "name": "computenodegroup",
130
+ "required": true,
131
+ "conditionKeys": [],
132
+ "dependentActions": []
133
+ }
134
+ ],
135
+ "conditionKeys": [],
136
+ "dependentActions": []
137
+ },
138
+ "DeleteQueue": {
139
+ "name": "DeleteQueue",
140
+ "description": "Grants permission to delete queues",
141
+ "accessLevel": "Write",
142
+ "resourceTypes": [
143
+ {
144
+ "name": "cluster",
145
+ "required": true,
146
+ "conditionKeys": [],
147
+ "dependentActions": []
148
+ },
149
+ {
150
+ "name": "queue",
151
+ "required": true,
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ }
155
+ ],
156
+ "conditionKeys": [],
157
+ "dependentActions": []
158
+ },
159
+ "GetCluster": {
160
+ "name": "GetCluster",
161
+ "description": "Grants permission to get cluster properties",
162
+ "accessLevel": "Read",
163
+ "resourceTypes": [
164
+ {
165
+ "name": "cluster",
166
+ "required": true,
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ }
170
+ ],
171
+ "conditionKeys": [],
172
+ "dependentActions": []
173
+ },
174
+ "GetComputeNodeGroup": {
175
+ "name": "GetComputeNodeGroup",
176
+ "description": "Grants permission to get compute node group properties",
177
+ "accessLevel": "Read",
178
+ "resourceTypes": [
179
+ {
180
+ "name": "cluster",
181
+ "required": true,
182
+ "conditionKeys": [],
183
+ "dependentActions": []
184
+ },
185
+ {
186
+ "name": "computenodegroup",
187
+ "required": true,
188
+ "conditionKeys": [],
189
+ "dependentActions": []
190
+ }
191
+ ],
192
+ "conditionKeys": [],
193
+ "dependentActions": []
194
+ },
195
+ "GetQueue": {
196
+ "name": "GetQueue",
197
+ "description": "Grants permission to get queue properties",
198
+ "accessLevel": "Read",
199
+ "resourceTypes": [
200
+ {
201
+ "name": "cluster",
202
+ "required": true,
203
+ "conditionKeys": [],
204
+ "dependentActions": []
205
+ },
206
+ {
207
+ "name": "queue",
208
+ "required": true,
209
+ "conditionKeys": [],
210
+ "dependentActions": []
211
+ }
212
+ ],
213
+ "conditionKeys": [],
214
+ "dependentActions": []
215
+ },
216
+ "ListClusters": {
217
+ "name": "ListClusters",
218
+ "description": "Grants permission to list clusters",
219
+ "accessLevel": "List",
220
+ "resourceTypes": [],
221
+ "conditionKeys": [],
222
+ "dependentActions": []
223
+ },
224
+ "ListComputeNodeGroups": {
225
+ "name": "ListComputeNodeGroups",
226
+ "description": "Grants permission to list compute node groups",
227
+ "accessLevel": "List",
228
+ "resourceTypes": [
229
+ {
230
+ "name": "cluster",
231
+ "required": true,
232
+ "conditionKeys": [],
233
+ "dependentActions": []
234
+ }
235
+ ],
236
+ "conditionKeys": [],
237
+ "dependentActions": []
238
+ },
239
+ "ListQueues": {
240
+ "name": "ListQueues",
241
+ "description": "Grants permission to list queues",
242
+ "accessLevel": "List",
243
+ "resourceTypes": [
244
+ {
245
+ "name": "cluster",
246
+ "required": true,
247
+ "conditionKeys": [],
248
+ "dependentActions": []
249
+ }
250
+ ],
251
+ "conditionKeys": [],
252
+ "dependentActions": []
253
+ },
254
+ "ListTagsForResource": {
255
+ "name": "ListTagsForResource",
256
+ "description": "Grants permission to list the tags for a resource",
257
+ "accessLevel": "Read",
258
+ "resourceTypes": [],
259
+ "conditionKeys": [],
260
+ "dependentActions": []
261
+ },
262
+ "RegisterComputeNodeGroupInstance": {
263
+ "name": "RegisterComputeNodeGroupInstance",
264
+ "description": "Grants permission to register a compute instance in a compute node group",
265
+ "accessLevel": "Write",
266
+ "resourceTypes": [
267
+ {
268
+ "name": "cluster",
269
+ "required": true,
270
+ "conditionKeys": [],
271
+ "dependentActions": []
272
+ }
273
+ ],
274
+ "conditionKeys": [],
275
+ "dependentActions": [
276
+ "secretsmanager:GetSecretValue"
277
+ ]
278
+ },
279
+ "TagResource": {
280
+ "name": "TagResource",
281
+ "description": "Grants permission to tag a resource",
282
+ "accessLevel": "Tagging",
283
+ "resourceTypes": [
284
+ {
285
+ "name": "cluster",
286
+ "required": false,
287
+ "conditionKeys": [
288
+ "aws:ResourceTag/${TagKey}"
289
+ ],
290
+ "dependentActions": []
291
+ },
292
+ {
293
+ "name": "computenodegroup",
294
+ "required": false,
295
+ "conditionKeys": [
296
+ "aws:ResourceTag/${TagKey}"
297
+ ],
298
+ "dependentActions": []
299
+ },
300
+ {
301
+ "name": "queue",
302
+ "required": false,
303
+ "conditionKeys": [
304
+ "aws:ResourceTag/${TagKey}"
305
+ ],
306
+ "dependentActions": []
307
+ }
308
+ ],
309
+ "conditionKeys": [
310
+ "aws:RequestTag/${TagKey}",
311
+ "aws:TagKeys"
312
+ ],
313
+ "dependentActions": []
314
+ },
315
+ "UntagResource": {
316
+ "name": "UntagResource",
317
+ "description": "Grants permission to untag a resource",
318
+ "accessLevel": "Tagging",
319
+ "resourceTypes": [
320
+ {
321
+ "name": "cluster",
322
+ "required": false,
323
+ "conditionKeys": [
324
+ "aws:ResourceTag/${TagKey}"
325
+ ],
326
+ "dependentActions": []
327
+ },
328
+ {
329
+ "name": "computenodegroup",
330
+ "required": false,
331
+ "conditionKeys": [
332
+ "aws:ResourceTag/${TagKey}"
333
+ ],
334
+ "dependentActions": []
335
+ },
336
+ {
337
+ "name": "queue",
338
+ "required": false,
339
+ "conditionKeys": [
340
+ "aws:ResourceTag/${TagKey}"
341
+ ],
342
+ "dependentActions": []
343
+ }
344
+ ],
345
+ "conditionKeys": [
346
+ "aws:TagKeys"
347
+ ],
348
+ "dependentActions": []
349
+ },
350
+ "UpdateComputeNodeGroup": {
351
+ "name": "UpdateComputeNodeGroup",
352
+ "description": "Grants permission to update compute node group properties",
353
+ "accessLevel": "Write",
354
+ "resourceTypes": [
355
+ {
356
+ "name": "cluster",
357
+ "required": true,
358
+ "conditionKeys": [],
359
+ "dependentActions": [
360
+ "ec2:CreateFleet",
361
+ "ec2:CreateLaunchTemplate",
362
+ "ec2:CreateLaunchTemplateVersion",
363
+ "ec2:CreateTags",
364
+ "ec2:DescribeImages",
365
+ "ec2:DescribeInstanceStatus",
366
+ "ec2:DescribeInstanceTypes",
367
+ "ec2:DescribeInstances",
368
+ "ec2:DescribeLaunchTemplateVersions",
369
+ "ec2:DescribeLaunchTemplates",
370
+ "ec2:DescribeSecurityGroups",
371
+ "ec2:DescribeSubnets",
372
+ "ec2:DescribeVpcs",
373
+ "ec2:RunInstances",
374
+ "iam:GetInstanceProfile",
375
+ "iam:PassRole"
376
+ ]
377
+ },
378
+ {
379
+ "name": "computenodegroup",
380
+ "required": true,
381
+ "conditionKeys": [],
382
+ "dependentActions": []
383
+ }
384
+ ],
385
+ "conditionKeys": [],
386
+ "dependentActions": []
387
+ },
388
+ "UpdateQueue": {
389
+ "name": "UpdateQueue",
390
+ "description": "Grants permission to update queue properties",
391
+ "accessLevel": "Write",
392
+ "resourceTypes": [
393
+ {
394
+ "name": "cluster",
395
+ "required": true,
396
+ "conditionKeys": [],
397
+ "dependentActions": []
398
+ },
399
+ {
400
+ "name": "queue",
401
+ "required": true,
402
+ "conditionKeys": [],
403
+ "dependentActions": []
404
+ }
405
+ ],
406
+ "conditionKeys": [],
407
+ "dependentActions": []
408
+ }
409
+ }
@@ -14,6 +14,11 @@
14
14
  "description": "Filters access by creating requests based on the presence of mandatory tags in the request",
15
15
  "type": "ArrayOfString"
16
16
  },
17
+ "bedrock:InferenceProfileArn": {
18
+ "key": "bedrock:InferenceProfileArn",
19
+ "description": "Filters access by the specified inference profile",
20
+ "type": "ARN"
21
+ },
17
22
  "bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn": {
18
23
  "key": "bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn",
19
24
  "description": "Filters access by the secretArn containing the credentials of the third party platform",
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:RequestTag/${TagKey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by the tags that are passed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:ResourceTag/${TagKey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:TagKeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -3,6 +3,10 @@
3
3
  "key": "foundation-model",
4
4
  "arn": "arn:${Partition}:bedrock:${Region}::foundation-model/${ResourceId}"
5
5
  },
6
+ "inference-profile": {
7
+ "key": "inference-profile",
8
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:inference-profile/${ResourceId}"
9
+ },
6
10
  "custom-model": {
7
11
  "key": "custom-model",
8
12
  "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
@@ -107,5 +111,19 @@
107
111
  "conditionKeys": [
108
112
  "aws:ResourceTag/${TagKey}"
109
113
  ]
114
+ },
115
+ "model-import-job": {
116
+ "key": "model-import-job",
117
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-import-job/${ResourceId}",
118
+ "conditionKeys": [
119
+ "aws:ResourceTag/${TagKey}"
120
+ ]
121
+ },
122
+ "imported-model": {
123
+ "key": "imported-model",
124
+ "arn": "arn:${Partition}:bedrock:${Region}:${Account}:imported-model/${ResourceId}",
125
+ "conditionKeys": [
126
+ "aws:ResourceTag/${TagKey}"
127
+ ]
110
128
  }
111
129
  }
@@ -43,5 +43,21 @@
43
43
  "endpoint": {
44
44
  "key": "endpoint",
45
45
  "arn": "arn:${Partition}:events:${Region}:${Account}:endpoint/${EndpointName}"
46
+ },
47
+ "create-snapshot": {
48
+ "key": "create-snapshot",
49
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/create-snapshot"
50
+ },
51
+ "reboot-instance": {
52
+ "key": "reboot-instance",
53
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/reboot-instance"
54
+ },
55
+ "stop-instance": {
56
+ "key": "stop-instance",
57
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/stop-instance"
58
+ },
59
+ "terminate-instance": {
60
+ "key": "terminate-instance",
61
+ "arn": "arn:${Partition}:events:${Region}:${Account}:target/terminate-instance"
46
62
  }
47
63
  }
@@ -0,0 +1,23 @@
1
+ {
2
+ "cluster": {
3
+ "key": "cluster",
4
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "computenodegroup": {
10
+ "key": "computenodegroup",
11
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/computenodegroup/${ComputeNodeGroupIdentifier}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "queue": {
17
+ "key": "queue",
18
+ "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/queue/${QueueIdentifier}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ }
23
+ }
@@ -157,6 +157,7 @@
157
157
  "organizations": "AWS Organizations",
158
158
  "outposts": "AWS Outposts",
159
159
  "panorama": "AWS Panorama",
160
+ "pcs": "AWS Parallel Computing Service",
160
161
  "partnercentral-account-management": "AWS Partner central account management",
161
162
  "payment-cryptography": "AWS Payment Cryptography",
162
163
  "payments": "AWS Payments",
@@ -157,6 +157,7 @@
157
157
  "organizations",
158
158
  "outposts",
159
159
  "panorama",
160
+ "pcs",
160
161
  "partnercentral-account-management",
161
162
  "payment-cryptography",
162
163
  "payments",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.1.202408281",
3
+ "version": "0.1.202408301",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
6
  "exports": {