@cloud-copilot/iam-data 0.21.202608141 → 0.21.202608181
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/acm.json +16 -1
- package/data/actions/aidevops.json +0 -6
- package/data/actions/appconfig.json +276 -0
- package/data/actions/bedrock.json +69 -0
- package/data/actions/drs.json +316 -0
- package/data/actions/greengrass.json +0 -1
- package/data/actions/iam.json +35 -0
- package/data/actions/odb.json +240 -0
- package/data/conditionKeys/bedrock.json +10 -0
- package/data/conditionKeys/iam.json +10 -0
- package/data/resourceTypes/appconfig.json +14 -0
- package/data/resourceTypes/bedrock.json +7 -0
- package/data/resourceTypes/drs.json +14 -0
- package/data/resourceTypes/iam.json +4 -0
- package/data/resourceTypes/odb.json +14 -0
- package/package.json +2 -2
package/data/actions/acm.json
CHANGED
|
@@ -354,6 +354,21 @@
|
|
|
354
354
|
"conditionKeys": [],
|
|
355
355
|
"dependentActions": []
|
|
356
356
|
},
|
|
357
|
+
"listcertificatedomainvalidations": {
|
|
358
|
+
"name": "ListCertificateDomainValidations",
|
|
359
|
+
"description": "Grants permission to list domain validation methods for a certificate",
|
|
360
|
+
"accessLevel": "List",
|
|
361
|
+
"resourceTypes": [
|
|
362
|
+
{
|
|
363
|
+
"name": "certificate",
|
|
364
|
+
"required": true,
|
|
365
|
+
"conditionKeys": [],
|
|
366
|
+
"dependentActions": []
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"conditionKeys": [],
|
|
370
|
+
"dependentActions": []
|
|
371
|
+
},
|
|
357
372
|
"listcertificates": {
|
|
358
373
|
"name": "ListCertificates",
|
|
359
374
|
"description": "Grants permission to retrieve a list of certificates for specific certificate parameters",
|
|
@@ -668,7 +683,7 @@
|
|
|
668
683
|
},
|
|
669
684
|
"updatecertificateoptions": {
|
|
670
685
|
"name": "UpdateCertificateOptions",
|
|
671
|
-
"description": "Grants permission to update a certificate configuration. Use this to specify whether to opt in to or out of certificate transparency logging",
|
|
686
|
+
"description": "Grants permission to update a certificate configuration. Use this to specify whether to opt in to or out of certificate transparency logging or to update the certificate domain validation method",
|
|
672
687
|
"accessLevel": "Write",
|
|
673
688
|
"resourceTypes": [
|
|
674
689
|
{
|
|
@@ -57,6 +57,24 @@
|
|
|
57
57
|
],
|
|
58
58
|
"dependentActions": []
|
|
59
59
|
},
|
|
60
|
+
"createexperimentdefinition": {
|
|
61
|
+
"name": "CreateExperimentDefinition",
|
|
62
|
+
"description": "Grants permission to create an experiment definition",
|
|
63
|
+
"accessLevel": "Write",
|
|
64
|
+
"resourceTypes": [
|
|
65
|
+
{
|
|
66
|
+
"name": "application",
|
|
67
|
+
"required": true,
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"conditionKeys": [
|
|
73
|
+
"aws:RequestTag/${TagKey}",
|
|
74
|
+
"aws:TagKeys"
|
|
75
|
+
],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
60
78
|
"createextension": {
|
|
61
79
|
"name": "CreateExtension",
|
|
62
80
|
"description": "Grants permission to create an extension",
|
|
@@ -172,6 +190,27 @@
|
|
|
172
190
|
"conditionKeys": [],
|
|
173
191
|
"dependentActions": []
|
|
174
192
|
},
|
|
193
|
+
"deleteexperimentdefinition": {
|
|
194
|
+
"name": "DeleteExperimentDefinition",
|
|
195
|
+
"description": "Grants permission to delete an experiment definition",
|
|
196
|
+
"accessLevel": "Write",
|
|
197
|
+
"resourceTypes": [
|
|
198
|
+
{
|
|
199
|
+
"name": "application",
|
|
200
|
+
"required": true,
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "experimentdefinition",
|
|
206
|
+
"required": true,
|
|
207
|
+
"conditionKeys": [],
|
|
208
|
+
"dependentActions": []
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"conditionKeys": [],
|
|
212
|
+
"dependentActions": []
|
|
213
|
+
},
|
|
175
214
|
"deleteextension": {
|
|
176
215
|
"name": "DeleteExtension",
|
|
177
216
|
"description": "Grants permission to delete an extension",
|
|
@@ -375,6 +414,58 @@
|
|
|
375
414
|
],
|
|
376
415
|
"dependentActions": []
|
|
377
416
|
},
|
|
417
|
+
"getexperimentdefinition": {
|
|
418
|
+
"name": "GetExperimentDefinition",
|
|
419
|
+
"description": "Grants permission to view details about an experiment definition",
|
|
420
|
+
"accessLevel": "Read",
|
|
421
|
+
"resourceTypes": [
|
|
422
|
+
{
|
|
423
|
+
"name": "application",
|
|
424
|
+
"required": true,
|
|
425
|
+
"conditionKeys": [],
|
|
426
|
+
"dependentActions": []
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "experimentdefinition",
|
|
430
|
+
"required": true,
|
|
431
|
+
"conditionKeys": [],
|
|
432
|
+
"dependentActions": []
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"conditionKeys": [
|
|
436
|
+
"aws:ResourceTag/${TagKey}"
|
|
437
|
+
],
|
|
438
|
+
"dependentActions": []
|
|
439
|
+
},
|
|
440
|
+
"getexperimentrun": {
|
|
441
|
+
"name": "GetExperimentRun",
|
|
442
|
+
"description": "Grants permission to view details about an experiment run",
|
|
443
|
+
"accessLevel": "Read",
|
|
444
|
+
"resourceTypes": [
|
|
445
|
+
{
|
|
446
|
+
"name": "application",
|
|
447
|
+
"required": true,
|
|
448
|
+
"conditionKeys": [],
|
|
449
|
+
"dependentActions": []
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "experimentdefinition",
|
|
453
|
+
"required": true,
|
|
454
|
+
"conditionKeys": [],
|
|
455
|
+
"dependentActions": []
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "experimentrun",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"conditionKeys": [
|
|
465
|
+
"aws:ResourceTag/${TagKey}"
|
|
466
|
+
],
|
|
467
|
+
"dependentActions": []
|
|
468
|
+
},
|
|
378
469
|
"getextension": {
|
|
379
470
|
"name": "GetExtension",
|
|
380
471
|
"description": "Grants permission to view details about an extension",
|
|
@@ -520,6 +611,62 @@
|
|
|
520
611
|
"conditionKeys": [],
|
|
521
612
|
"dependentActions": []
|
|
522
613
|
},
|
|
614
|
+
"listexperimentdefinitions": {
|
|
615
|
+
"name": "ListExperimentDefinitions",
|
|
616
|
+
"description": "Grants permission to list the experiment definitions in your account",
|
|
617
|
+
"accessLevel": "List",
|
|
618
|
+
"resourceTypes": [],
|
|
619
|
+
"conditionKeys": [],
|
|
620
|
+
"dependentActions": []
|
|
621
|
+
},
|
|
622
|
+
"listexperimentrunevents": {
|
|
623
|
+
"name": "ListExperimentRunEvents",
|
|
624
|
+
"description": "Grants permission to list the events for an experiment run",
|
|
625
|
+
"accessLevel": "List",
|
|
626
|
+
"resourceTypes": [
|
|
627
|
+
{
|
|
628
|
+
"name": "application",
|
|
629
|
+
"required": true,
|
|
630
|
+
"conditionKeys": [],
|
|
631
|
+
"dependentActions": []
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "experimentdefinition",
|
|
635
|
+
"required": true,
|
|
636
|
+
"conditionKeys": [],
|
|
637
|
+
"dependentActions": []
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "experimentrun",
|
|
641
|
+
"required": true,
|
|
642
|
+
"conditionKeys": [],
|
|
643
|
+
"dependentActions": []
|
|
644
|
+
}
|
|
645
|
+
],
|
|
646
|
+
"conditionKeys": [],
|
|
647
|
+
"dependentActions": []
|
|
648
|
+
},
|
|
649
|
+
"listexperimentruns": {
|
|
650
|
+
"name": "ListExperimentRuns",
|
|
651
|
+
"description": "Grants permission to list the experiment runs for an experiment definition",
|
|
652
|
+
"accessLevel": "List",
|
|
653
|
+
"resourceTypes": [
|
|
654
|
+
{
|
|
655
|
+
"name": "application",
|
|
656
|
+
"required": true,
|
|
657
|
+
"conditionKeys": [],
|
|
658
|
+
"dependentActions": []
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "experimentdefinition",
|
|
662
|
+
"required": true,
|
|
663
|
+
"conditionKeys": [],
|
|
664
|
+
"dependentActions": []
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"conditionKeys": [],
|
|
668
|
+
"dependentActions": []
|
|
669
|
+
},
|
|
523
670
|
"listextensionassociations": {
|
|
524
671
|
"name": "ListExtensionAssociations",
|
|
525
672
|
"description": "Grants permission to list the extension associations in your account",
|
|
@@ -663,6 +810,30 @@
|
|
|
663
810
|
],
|
|
664
811
|
"dependentActions": []
|
|
665
812
|
},
|
|
813
|
+
"startexperimentrun": {
|
|
814
|
+
"name": "StartExperimentRun",
|
|
815
|
+
"description": "Grants permission to start an experiment run",
|
|
816
|
+
"accessLevel": "Write",
|
|
817
|
+
"resourceTypes": [
|
|
818
|
+
{
|
|
819
|
+
"name": "application",
|
|
820
|
+
"required": true,
|
|
821
|
+
"conditionKeys": [],
|
|
822
|
+
"dependentActions": []
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "experimentdefinition",
|
|
826
|
+
"required": true,
|
|
827
|
+
"conditionKeys": [],
|
|
828
|
+
"dependentActions": []
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"conditionKeys": [
|
|
832
|
+
"aws:RequestTag/${TagKey}",
|
|
833
|
+
"aws:TagKeys"
|
|
834
|
+
],
|
|
835
|
+
"dependentActions": []
|
|
836
|
+
},
|
|
666
837
|
"stopdeployment": {
|
|
667
838
|
"name": "StopDeployment",
|
|
668
839
|
"description": "Grants permission to stop a deployment",
|
|
@@ -690,6 +861,35 @@
|
|
|
690
861
|
"conditionKeys": [],
|
|
691
862
|
"dependentActions": []
|
|
692
863
|
},
|
|
864
|
+
"stopexperimentrun": {
|
|
865
|
+
"name": "StopExperimentRun",
|
|
866
|
+
"description": "Grants permission to stop an experiment run",
|
|
867
|
+
"accessLevel": "Write",
|
|
868
|
+
"resourceTypes": [
|
|
869
|
+
{
|
|
870
|
+
"name": "application",
|
|
871
|
+
"required": true,
|
|
872
|
+
"conditionKeys": [],
|
|
873
|
+
"dependentActions": []
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "experimentdefinition",
|
|
877
|
+
"required": true,
|
|
878
|
+
"conditionKeys": [],
|
|
879
|
+
"dependentActions": []
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "experimentrun",
|
|
883
|
+
"required": true,
|
|
884
|
+
"conditionKeys": [],
|
|
885
|
+
"dependentActions": []
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"conditionKeys": [
|
|
889
|
+
"aws:ResourceTag/${TagKey}"
|
|
890
|
+
],
|
|
891
|
+
"dependentActions": []
|
|
892
|
+
},
|
|
693
893
|
"tagresource": {
|
|
694
894
|
"name": "TagResource",
|
|
695
895
|
"description": "Grants permission to tag an appconfig resource",
|
|
@@ -731,6 +931,18 @@
|
|
|
731
931
|
"conditionKeys": [],
|
|
732
932
|
"dependentActions": []
|
|
733
933
|
},
|
|
934
|
+
{
|
|
935
|
+
"name": "experimentdefinition",
|
|
936
|
+
"required": false,
|
|
937
|
+
"conditionKeys": [],
|
|
938
|
+
"dependentActions": []
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"name": "experimentrun",
|
|
942
|
+
"required": false,
|
|
943
|
+
"conditionKeys": [],
|
|
944
|
+
"dependentActions": []
|
|
945
|
+
},
|
|
734
946
|
{
|
|
735
947
|
"name": "extension",
|
|
736
948
|
"required": false,
|
|
@@ -792,6 +1004,18 @@
|
|
|
792
1004
|
"conditionKeys": [],
|
|
793
1005
|
"dependentActions": []
|
|
794
1006
|
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "experimentdefinition",
|
|
1009
|
+
"required": false,
|
|
1010
|
+
"conditionKeys": [],
|
|
1011
|
+
"dependentActions": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "experimentrun",
|
|
1015
|
+
"required": false,
|
|
1016
|
+
"conditionKeys": [],
|
|
1017
|
+
"dependentActions": []
|
|
1018
|
+
},
|
|
795
1019
|
{
|
|
796
1020
|
"name": "extension",
|
|
797
1021
|
"required": false,
|
|
@@ -898,6 +1122,58 @@
|
|
|
898
1122
|
],
|
|
899
1123
|
"dependentActions": []
|
|
900
1124
|
},
|
|
1125
|
+
"updateexperimentdefinition": {
|
|
1126
|
+
"name": "UpdateExperimentDefinition",
|
|
1127
|
+
"description": "Grants permission to modify an experiment definition",
|
|
1128
|
+
"accessLevel": "Write",
|
|
1129
|
+
"resourceTypes": [
|
|
1130
|
+
{
|
|
1131
|
+
"name": "application",
|
|
1132
|
+
"required": true,
|
|
1133
|
+
"conditionKeys": [],
|
|
1134
|
+
"dependentActions": []
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "experimentdefinition",
|
|
1138
|
+
"required": true,
|
|
1139
|
+
"conditionKeys": [],
|
|
1140
|
+
"dependentActions": []
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"conditionKeys": [
|
|
1144
|
+
"aws:ResourceTag/${TagKey}"
|
|
1145
|
+
],
|
|
1146
|
+
"dependentActions": []
|
|
1147
|
+
},
|
|
1148
|
+
"updateexperimentrun": {
|
|
1149
|
+
"name": "UpdateExperimentRun",
|
|
1150
|
+
"description": "Grants permission to modify an experiment run",
|
|
1151
|
+
"accessLevel": "Write",
|
|
1152
|
+
"resourceTypes": [
|
|
1153
|
+
{
|
|
1154
|
+
"name": "application",
|
|
1155
|
+
"required": true,
|
|
1156
|
+
"conditionKeys": [],
|
|
1157
|
+
"dependentActions": []
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "experimentdefinition",
|
|
1161
|
+
"required": true,
|
|
1162
|
+
"conditionKeys": [],
|
|
1163
|
+
"dependentActions": []
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "experimentrun",
|
|
1167
|
+
"required": true,
|
|
1168
|
+
"conditionKeys": [],
|
|
1169
|
+
"dependentActions": []
|
|
1170
|
+
}
|
|
1171
|
+
],
|
|
1172
|
+
"conditionKeys": [
|
|
1173
|
+
"aws:ResourceTag/${TagKey}"
|
|
1174
|
+
],
|
|
1175
|
+
"dependentActions": []
|
|
1176
|
+
},
|
|
901
1177
|
"updateextension": {
|
|
902
1178
|
"name": "UpdateExtension",
|
|
903
1179
|
"description": "Grants permission to modify an extension",
|
|
@@ -319,6 +319,29 @@
|
|
|
319
319
|
"conditionKeys": [],
|
|
320
320
|
"dependentActions": []
|
|
321
321
|
},
|
|
322
|
+
"cancelinvoke": {
|
|
323
|
+
"name": "CancelInvoke",
|
|
324
|
+
"description": "Grants permission to cancel an in-progress stateful invocation",
|
|
325
|
+
"accessLevel": "Write",
|
|
326
|
+
"resourceTypes": [
|
|
327
|
+
{
|
|
328
|
+
"name": "project",
|
|
329
|
+
"required": true,
|
|
330
|
+
"conditionKeys": [],
|
|
331
|
+
"dependentActions": []
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"conditionKeys": [],
|
|
335
|
+
"dependentActions": []
|
|
336
|
+
},
|
|
337
|
+
"checkingesteddocumentacl": {
|
|
338
|
+
"name": "CheckIngestedDocumentAcl",
|
|
339
|
+
"description": "Grants permission to check whether a user has access to a specific document based on access control list ingested in a knowledge base",
|
|
340
|
+
"accessLevel": "Read",
|
|
341
|
+
"resourceTypes": [],
|
|
342
|
+
"conditionKeys": [],
|
|
343
|
+
"dependentActions": []
|
|
344
|
+
},
|
|
322
345
|
"copyblueprintstage": {
|
|
323
346
|
"name": "CopyBlueprintStage",
|
|
324
347
|
"description": "Grants permission to copy a blueprint from one stage to another",
|
|
@@ -1295,6 +1318,21 @@
|
|
|
1295
1318
|
"conditionKeys": [],
|
|
1296
1319
|
"dependentActions": []
|
|
1297
1320
|
},
|
|
1321
|
+
"deleteinvoke": {
|
|
1322
|
+
"name": "DeleteInvoke",
|
|
1323
|
+
"description": "Grants permission to delete a stored response of a stateful invocation",
|
|
1324
|
+
"accessLevel": "Write",
|
|
1325
|
+
"resourceTypes": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "project",
|
|
1328
|
+
"required": true,
|
|
1329
|
+
"conditionKeys": [],
|
|
1330
|
+
"dependentActions": []
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"conditionKeys": [],
|
|
1334
|
+
"dependentActions": []
|
|
1335
|
+
},
|
|
1298
1336
|
"deleteknowledgebase": {
|
|
1299
1337
|
"name": "DeleteKnowledgeBase",
|
|
1300
1338
|
"description": "Grants permission to delete a knowledge base",
|
|
@@ -2144,6 +2182,14 @@
|
|
|
2144
2182
|
"conditionKeys": [],
|
|
2145
2183
|
"dependentActions": []
|
|
2146
2184
|
},
|
|
2185
|
+
"getingesteddocumentacl": {
|
|
2186
|
+
"name": "GetIngestedDocumentAcl",
|
|
2187
|
+
"description": "Grants permission to fetch the access control list for a specific document ingested in a knowledge base",
|
|
2188
|
+
"accessLevel": "Read",
|
|
2189
|
+
"resourceTypes": [],
|
|
2190
|
+
"conditionKeys": [],
|
|
2191
|
+
"dependentActions": []
|
|
2192
|
+
},
|
|
2147
2193
|
"getingestionjob": {
|
|
2148
2194
|
"name": "GetIngestionJob",
|
|
2149
2195
|
"description": "Grants permission to retrieve an existing ingestion job",
|
|
@@ -2174,6 +2220,21 @@
|
|
|
2174
2220
|
"conditionKeys": [],
|
|
2175
2221
|
"dependentActions": []
|
|
2176
2222
|
},
|
|
2223
|
+
"getinvoke": {
|
|
2224
|
+
"name": "GetInvoke",
|
|
2225
|
+
"description": "Grants permission to retrieve a stored response of a stateful invocation",
|
|
2226
|
+
"accessLevel": "Read",
|
|
2227
|
+
"resourceTypes": [
|
|
2228
|
+
{
|
|
2229
|
+
"name": "project",
|
|
2230
|
+
"required": true,
|
|
2231
|
+
"conditionKeys": [],
|
|
2232
|
+
"dependentActions": []
|
|
2233
|
+
}
|
|
2234
|
+
],
|
|
2235
|
+
"conditionKeys": [],
|
|
2236
|
+
"dependentActions": []
|
|
2237
|
+
},
|
|
2177
2238
|
"getknowledgebase": {
|
|
2178
2239
|
"name": "GetKnowledgeBase",
|
|
2179
2240
|
"description": "Grants permission to retrieve an existing knowledge base",
|
|
@@ -2597,6 +2658,12 @@
|
|
|
2597
2658
|
"conditionKeys": [],
|
|
2598
2659
|
"dependentActions": []
|
|
2599
2660
|
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "project",
|
|
2663
|
+
"required": true,
|
|
2664
|
+
"conditionKeys": [],
|
|
2665
|
+
"dependentActions": []
|
|
2666
|
+
},
|
|
2600
2667
|
{
|
|
2601
2668
|
"name": "prompt-router",
|
|
2602
2669
|
"required": true,
|
|
@@ -2621,6 +2688,8 @@
|
|
|
2621
2688
|
"aws:TagKeys",
|
|
2622
2689
|
"bedrock:GuardrailIdentifier",
|
|
2623
2690
|
"bedrock:InferenceProfileArn",
|
|
2691
|
+
"bedrock:ModelArn",
|
|
2692
|
+
"bedrock:ProjectArn",
|
|
2624
2693
|
"bedrock:PromptRouterArn",
|
|
2625
2694
|
"bedrock:ServiceTier"
|
|
2626
2695
|
],
|