@cloud-copilot/iam-data 0.2.202408313 → 0.2.202409011

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,
@@ -998,7 +998,7 @@
998
998
  },
999
999
  "listdistributionsbyrealtimelogconfig": {
1000
1000
  "name": "ListDistributionsByRealtimeLogConfig",
1001
- "description": "Grants permission to get a list of distributions that have a cache behavior thats associated with the specified real-time log configuration",
1001
+ "description": "Grants permission to get a list of distributions that have a cache behavior that's associated with the specified real-time log configuration",
1002
1002
  "accessLevel": "List",
1003
1003
  "resourceTypes": [],
1004
1004
  "conditionKeys": [],
@@ -622,7 +622,7 @@
622
622
  },
623
623
  "geteventprediction": {
624
624
  "name": "GetEventPrediction",
625
- "description": "Grants permission to evaluate an event against a detector version. If a version ID is not provided, the detectors (ACTIVE) version is used",
625
+ "description": "Grants permission to evaluate an event against a detector version. If a version ID is not provided, the detector's (ACTIVE) version is used",
626
626
  "accessLevel": "Read",
627
627
  "resourceTypes": [
628
628
  {
@@ -1337,7 +1337,7 @@
1337
1337
  },
1338
1338
  "updatedetectorversionstatus": {
1339
1339
  "name": "UpdateDetectorVersionStatus",
1340
- "description": "Grants permission to update the detector versions status. You can perform the following promotions or demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE",
1340
+ "description": "Grants permission to update the detector version's status. You can perform the following promotions or demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE",
1341
1341
  "accessLevel": "Write",
1342
1342
  "resourceTypes": [
1343
1343
  {
@@ -147,7 +147,7 @@
147
147
  },
148
148
  "listfhirdatastores": {
149
149
  "name": "ListFHIRDatastores",
150
- "description": "Grants permission to list all FHIR datastores that are in the users account, regardless of datastore status",
150
+ "description": "Grants permission to list all FHIR datastores that are in the user's account, regardless of datastore status",
151
151
  "accessLevel": "List",
152
152
  "resourceTypes": [],
153
153
  "conditionKeys": [],