@cloud-copilot/iam-data 0.19.202606111 → 0.19.202606131
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/aidevops.json +75 -0
- package/data/actions/aws-external-anthropic.json +119 -0
- package/data/actions/healthlake.json +15 -0
- package/data/actions/s3.json +19 -0
- package/data/actions/securityagent.json +269 -1
- package/data/actions/signin.json +101 -0
- package/data/conditionKeys/s3.json +15 -0
- package/data/conditionKeys/signin.json +7 -1
- package/data/resourceTypes/securityagent.json +7 -0
- package/data/resourceTypes/signin.json +4 -0
- package/package.json +2 -2
|
@@ -29,6 +29,21 @@
|
|
|
29
29
|
"conditionKeys": [],
|
|
30
30
|
"dependentActions": []
|
|
31
31
|
},
|
|
32
|
+
"createaccesstoken": {
|
|
33
|
+
"name": "CreateAccessToken",
|
|
34
|
+
"description": "Grants permission to create an access token",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "agentspace",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
32
47
|
"createagentspace": {
|
|
33
48
|
"name": "CreateAgentSpace",
|
|
34
49
|
"description": "Grants permission to create agentspace",
|
|
@@ -411,6 +426,21 @@
|
|
|
411
426
|
"conditionKeys": [],
|
|
412
427
|
"dependentActions": []
|
|
413
428
|
},
|
|
429
|
+
"getaccesstoken": {
|
|
430
|
+
"name": "GetAccessToken",
|
|
431
|
+
"description": "Grants permission to get access token details",
|
|
432
|
+
"accessLevel": "Read",
|
|
433
|
+
"resourceTypes": [
|
|
434
|
+
{
|
|
435
|
+
"name": "agentspace",
|
|
436
|
+
"required": true,
|
|
437
|
+
"conditionKeys": [],
|
|
438
|
+
"dependentActions": []
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"conditionKeys": [],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
},
|
|
414
444
|
"getaccountusage": {
|
|
415
445
|
"name": "GetAccountUsage",
|
|
416
446
|
"description": "Grants permission to retrieve account usage information",
|
|
@@ -609,6 +639,21 @@
|
|
|
609
639
|
"conditionKeys": [],
|
|
610
640
|
"dependentActions": []
|
|
611
641
|
},
|
|
642
|
+
"listaccesstokens": {
|
|
643
|
+
"name": "ListAccessTokens",
|
|
644
|
+
"description": "Grants permission to list access tokens",
|
|
645
|
+
"accessLevel": "List",
|
|
646
|
+
"resourceTypes": [
|
|
647
|
+
{
|
|
648
|
+
"name": "agentspace",
|
|
649
|
+
"required": true,
|
|
650
|
+
"conditionKeys": [],
|
|
651
|
+
"dependentActions": []
|
|
652
|
+
}
|
|
653
|
+
],
|
|
654
|
+
"conditionKeys": [],
|
|
655
|
+
"dependentActions": []
|
|
656
|
+
},
|
|
612
657
|
"listagentspaces": {
|
|
613
658
|
"name": "ListAgentSpaces",
|
|
614
659
|
"description": "Grants permission to list agentspace",
|
|
@@ -932,6 +977,36 @@
|
|
|
932
977
|
],
|
|
933
978
|
"dependentActions": []
|
|
934
979
|
},
|
|
980
|
+
"revokeaccesstoken": {
|
|
981
|
+
"name": "RevokeAccessToken",
|
|
982
|
+
"description": "Grants permission to revoke an access token",
|
|
983
|
+
"accessLevel": "Write",
|
|
984
|
+
"resourceTypes": [
|
|
985
|
+
{
|
|
986
|
+
"name": "agentspace",
|
|
987
|
+
"required": true,
|
|
988
|
+
"conditionKeys": [],
|
|
989
|
+
"dependentActions": []
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"conditionKeys": [],
|
|
993
|
+
"dependentActions": []
|
|
994
|
+
},
|
|
995
|
+
"rotateaccesstoken": {
|
|
996
|
+
"name": "RotateAccessToken",
|
|
997
|
+
"description": "Grants permission to rotate an access token",
|
|
998
|
+
"accessLevel": "Write",
|
|
999
|
+
"resourceTypes": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "agentspace",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"conditionKeys": [],
|
|
1004
|
+
"dependentActions": []
|
|
1005
|
+
}
|
|
1006
|
+
],
|
|
1007
|
+
"conditionKeys": [],
|
|
1008
|
+
"dependentActions": []
|
|
1009
|
+
},
|
|
935
1010
|
"searchserviceaccessibleresource": {
|
|
936
1011
|
"name": "SearchServiceAccessibleResource",
|
|
937
1012
|
"description": "Grants permission to look up a registered service accessible resources",
|
|
@@ -343,6 +343,23 @@
|
|
|
343
343
|
],
|
|
344
344
|
"dependentActions": []
|
|
345
345
|
},
|
|
346
|
+
"createwebhook": {
|
|
347
|
+
"name": "CreateWebhook",
|
|
348
|
+
"description": "Grants permission to create a webhook in a workspace",
|
|
349
|
+
"accessLevel": "Write",
|
|
350
|
+
"resourceTypes": [
|
|
351
|
+
{
|
|
352
|
+
"name": "workspace",
|
|
353
|
+
"required": true,
|
|
354
|
+
"conditionKeys": [],
|
|
355
|
+
"dependentActions": []
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"conditionKeys": [
|
|
359
|
+
"aws:ResourceTag/${TagKey}"
|
|
360
|
+
],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
},
|
|
346
363
|
"createworkspace": {
|
|
347
364
|
"name": "CreateWorkspace",
|
|
348
365
|
"description": "Grants permission to create a workspace in an organization",
|
|
@@ -473,6 +490,23 @@
|
|
|
473
490
|
],
|
|
474
491
|
"dependentActions": []
|
|
475
492
|
},
|
|
493
|
+
"deletewebhook": {
|
|
494
|
+
"name": "DeleteWebhook",
|
|
495
|
+
"description": "Grants permission to delete a webhook",
|
|
496
|
+
"accessLevel": "Write",
|
|
497
|
+
"resourceTypes": [
|
|
498
|
+
{
|
|
499
|
+
"name": "workspace",
|
|
500
|
+
"required": true,
|
|
501
|
+
"conditionKeys": [],
|
|
502
|
+
"dependentActions": []
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"conditionKeys": [
|
|
506
|
+
"aws:ResourceTag/${TagKey}"
|
|
507
|
+
],
|
|
508
|
+
"dependentActions": []
|
|
509
|
+
},
|
|
476
510
|
"getaccountstatus": {
|
|
477
511
|
"name": "GetAccountStatus",
|
|
478
512
|
"description": "Grants permission to retrieve the status of account setup and AWS Marketplace registration",
|
|
@@ -651,6 +685,23 @@
|
|
|
651
685
|
],
|
|
652
686
|
"dependentActions": []
|
|
653
687
|
},
|
|
688
|
+
"getwebhook": {
|
|
689
|
+
"name": "GetWebhook",
|
|
690
|
+
"description": "Grants permission to retrieve details of a webhook",
|
|
691
|
+
"accessLevel": "Read",
|
|
692
|
+
"resourceTypes": [
|
|
693
|
+
{
|
|
694
|
+
"name": "workspace",
|
|
695
|
+
"required": true,
|
|
696
|
+
"conditionKeys": [],
|
|
697
|
+
"dependentActions": []
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"conditionKeys": [
|
|
701
|
+
"aws:ResourceTag/${TagKey}"
|
|
702
|
+
],
|
|
703
|
+
"dependentActions": []
|
|
704
|
+
},
|
|
654
705
|
"getworkspace": {
|
|
655
706
|
"name": "GetWorkspace",
|
|
656
707
|
"description": "Grants permission to retrieve details of a workspace",
|
|
@@ -855,6 +906,23 @@
|
|
|
855
906
|
],
|
|
856
907
|
"dependentActions": []
|
|
857
908
|
},
|
|
909
|
+
"listwebhooks": {
|
|
910
|
+
"name": "ListWebhooks",
|
|
911
|
+
"description": "Grants permission to list webhooks in a workspace",
|
|
912
|
+
"accessLevel": "List",
|
|
913
|
+
"resourceTypes": [
|
|
914
|
+
{
|
|
915
|
+
"name": "workspace",
|
|
916
|
+
"required": true,
|
|
917
|
+
"conditionKeys": [],
|
|
918
|
+
"dependentActions": []
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"conditionKeys": [
|
|
922
|
+
"aws:ResourceTag/${TagKey}"
|
|
923
|
+
],
|
|
924
|
+
"dependentActions": []
|
|
925
|
+
},
|
|
858
926
|
"listworkspaces": {
|
|
859
927
|
"name": "ListWorkspaces",
|
|
860
928
|
"description": "Grants permission to list workspaces in an organization",
|
|
@@ -863,6 +931,40 @@
|
|
|
863
931
|
"conditionKeys": [],
|
|
864
932
|
"dependentActions": []
|
|
865
933
|
},
|
|
934
|
+
"processenvironmentwork": {
|
|
935
|
+
"name": "ProcessEnvironmentWork",
|
|
936
|
+
"description": "Grants permission to process work items in a self-hosted managed agent environment",
|
|
937
|
+
"accessLevel": "Write",
|
|
938
|
+
"resourceTypes": [
|
|
939
|
+
{
|
|
940
|
+
"name": "workspace",
|
|
941
|
+
"required": true,
|
|
942
|
+
"conditionKeys": [],
|
|
943
|
+
"dependentActions": []
|
|
944
|
+
}
|
|
945
|
+
],
|
|
946
|
+
"conditionKeys": [
|
|
947
|
+
"aws:ResourceTag/${TagKey}"
|
|
948
|
+
],
|
|
949
|
+
"dependentActions": []
|
|
950
|
+
},
|
|
951
|
+
"rotatewebhooksecret": {
|
|
952
|
+
"name": "RotateWebhookSecret",
|
|
953
|
+
"description": "Grants permission to rotate the signing secret of a webhook",
|
|
954
|
+
"accessLevel": "Write",
|
|
955
|
+
"resourceTypes": [
|
|
956
|
+
{
|
|
957
|
+
"name": "workspace",
|
|
958
|
+
"required": true,
|
|
959
|
+
"conditionKeys": [],
|
|
960
|
+
"dependentActions": []
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"conditionKeys": [
|
|
964
|
+
"aws:ResourceTag/${TagKey}"
|
|
965
|
+
],
|
|
966
|
+
"dependentActions": []
|
|
967
|
+
},
|
|
866
968
|
"tagresource": {
|
|
867
969
|
"name": "TagResource",
|
|
868
970
|
"description": "Grants permission to tag a resource",
|
|
@@ -1021,6 +1123,23 @@
|
|
|
1021
1123
|
],
|
|
1022
1124
|
"dependentActions": []
|
|
1023
1125
|
},
|
|
1126
|
+
"updatewebhook": {
|
|
1127
|
+
"name": "UpdateWebhook",
|
|
1128
|
+
"description": "Grants permission to update a webhook",
|
|
1129
|
+
"accessLevel": "Write",
|
|
1130
|
+
"resourceTypes": [
|
|
1131
|
+
{
|
|
1132
|
+
"name": "workspace",
|
|
1133
|
+
"required": true,
|
|
1134
|
+
"conditionKeys": [],
|
|
1135
|
+
"dependentActions": []
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"conditionKeys": [
|
|
1139
|
+
"aws:ResourceTag/${TagKey}"
|
|
1140
|
+
],
|
|
1141
|
+
"dependentActions": []
|
|
1142
|
+
},
|
|
1024
1143
|
"updateworkspace": {
|
|
1025
1144
|
"name": "UpdateWorkspace",
|
|
1026
1145
|
"description": "Grants permission to update a workspace",
|
|
@@ -685,6 +685,21 @@
|
|
|
685
685
|
],
|
|
686
686
|
"dependentActions": []
|
|
687
687
|
},
|
|
688
|
+
"updatefhirdatastore": {
|
|
689
|
+
"name": "UpdateFHIRDatastore",
|
|
690
|
+
"description": "Grants permission to update the configuration of a datastore",
|
|
691
|
+
"accessLevel": "Write",
|
|
692
|
+
"resourceTypes": [
|
|
693
|
+
{
|
|
694
|
+
"name": "datastore",
|
|
695
|
+
"required": true,
|
|
696
|
+
"conditionKeys": [],
|
|
697
|
+
"dependentActions": []
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"conditionKeys": [],
|
|
701
|
+
"dependentActions": []
|
|
702
|
+
},
|
|
688
703
|
"updateresource": {
|
|
689
704
|
"name": "UpdateResource",
|
|
690
705
|
"description": "Grants permission to update resource",
|
package/data/actions/s3.json
CHANGED
|
@@ -28,6 +28,25 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependentActions": []
|
|
30
30
|
},
|
|
31
|
+
"allowvendedlogdeliveryforresource": {
|
|
32
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
33
|
+
"description": "Grants permission to configure server access logs delivery to CloudWatch",
|
|
34
|
+
"accessLevel": "Read",
|
|
35
|
+
"resourceTypes": [
|
|
36
|
+
{
|
|
37
|
+
"name": "bucket",
|
|
38
|
+
"required": true,
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"conditionKeys": [
|
|
44
|
+
"s3:resourceArnBeingAuthorized",
|
|
45
|
+
"s3:deliverySourceArn",
|
|
46
|
+
"s3:logType"
|
|
47
|
+
],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
31
50
|
"associateaccessgrantsidentitycenter": {
|
|
32
51
|
"name": "AssociateAccessGrantsIdentityCenter",
|
|
33
52
|
"description": "Grants permission to associate Access Grants identity center",
|
|
@@ -14,6 +14,26 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"batchcreatesecurityrequirements": {
|
|
18
|
+
"name": "BatchCreateSecurityRequirements",
|
|
19
|
+
"description": "Grants permission to batch create security requirements in a customer managed pack",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "SecurityRequirementPack",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": [
|
|
31
|
+
"kms:Decrypt",
|
|
32
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
33
|
+
"kms:ReEncryptFrom",
|
|
34
|
+
"kms:ReEncryptTo"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
17
37
|
"batchdeletecodereviews": {
|
|
18
38
|
"name": "BatchDeleteCodeReviews",
|
|
19
39
|
"description": "Grants permission to delete multiple code reviews in a single request",
|
|
@@ -48,6 +68,21 @@
|
|
|
48
68
|
"kms:Decrypt"
|
|
49
69
|
]
|
|
50
70
|
},
|
|
71
|
+
"batchdeletesecurityrequirements": {
|
|
72
|
+
"name": "BatchDeleteSecurityRequirements",
|
|
73
|
+
"description": "Grants permission to batch delete security requirements from a customer managed pack",
|
|
74
|
+
"accessLevel": "Write",
|
|
75
|
+
"resourceTypes": [
|
|
76
|
+
{
|
|
77
|
+
"name": "SecurityRequirementPack",
|
|
78
|
+
"required": true,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"conditionKeys": [],
|
|
84
|
+
"dependentActions": []
|
|
85
|
+
},
|
|
51
86
|
"batchdeletethreatmodels": {
|
|
52
87
|
"name": "BatchDeleteThreatModels",
|
|
53
88
|
"description": "Grants permission to delete multiple threat models in a single request",
|
|
@@ -250,6 +285,26 @@
|
|
|
250
285
|
"kms:Decrypt"
|
|
251
286
|
]
|
|
252
287
|
},
|
|
288
|
+
"batchgetsecurityrequirements": {
|
|
289
|
+
"name": "BatchGetSecurityRequirements",
|
|
290
|
+
"description": "Grants permission to retrieve multiple security requirements in a single request",
|
|
291
|
+
"accessLevel": "Read",
|
|
292
|
+
"resourceTypes": [
|
|
293
|
+
{
|
|
294
|
+
"name": "SecurityRequirementPack",
|
|
295
|
+
"required": true,
|
|
296
|
+
"conditionKeys": [],
|
|
297
|
+
"dependentActions": []
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"conditionKeys": [],
|
|
301
|
+
"dependentActions": [
|
|
302
|
+
"kms:Decrypt",
|
|
303
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
304
|
+
"kms:ReEncryptFrom",
|
|
305
|
+
"kms:ReEncryptTo"
|
|
306
|
+
]
|
|
307
|
+
},
|
|
253
308
|
"batchgettargetdomains": {
|
|
254
309
|
"name": "BatchGetTargetDomains",
|
|
255
310
|
"description": "Grants permission to retrieve multiple target domains in a single request",
|
|
@@ -333,6 +388,26 @@
|
|
|
333
388
|
"kms:Decrypt"
|
|
334
389
|
]
|
|
335
390
|
},
|
|
391
|
+
"batchupdatesecurityrequirements": {
|
|
392
|
+
"name": "BatchUpdateSecurityRequirements",
|
|
393
|
+
"description": "Grants permission to batch update security requirements within a customer managed pack",
|
|
394
|
+
"accessLevel": "Write",
|
|
395
|
+
"resourceTypes": [
|
|
396
|
+
{
|
|
397
|
+
"name": "SecurityRequirementPack",
|
|
398
|
+
"required": true,
|
|
399
|
+
"conditionKeys": [],
|
|
400
|
+
"dependentActions": []
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"conditionKeys": [],
|
|
404
|
+
"dependentActions": [
|
|
405
|
+
"kms:Decrypt",
|
|
406
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
407
|
+
"kms:ReEncryptFrom",
|
|
408
|
+
"kms:ReEncryptTo"
|
|
409
|
+
]
|
|
410
|
+
},
|
|
336
411
|
"createagentspace": {
|
|
337
412
|
"name": "CreateAgentSpace",
|
|
338
413
|
"description": "Grants permission to create an agent space record",
|
|
@@ -453,6 +528,17 @@
|
|
|
453
528
|
"kms:Decrypt"
|
|
454
529
|
]
|
|
455
530
|
},
|
|
531
|
+
"createprivateconnection": {
|
|
532
|
+
"name": "CreatePrivateConnection",
|
|
533
|
+
"description": "Grants permission to create a private connection for VPC Lattice integration",
|
|
534
|
+
"accessLevel": "Write",
|
|
535
|
+
"resourceTypes": [],
|
|
536
|
+
"conditionKeys": [
|
|
537
|
+
"aws:RequestTag/${TagKey}",
|
|
538
|
+
"aws:TagKeys"
|
|
539
|
+
],
|
|
540
|
+
"dependentActions": []
|
|
541
|
+
},
|
|
456
542
|
"createsecurityrequirement": {
|
|
457
543
|
"name": "CreateSecurityRequirement",
|
|
458
544
|
"description": "Grants permission to add a customer managed Security Requirement",
|
|
@@ -468,6 +554,23 @@
|
|
|
468
554
|
"conditionKeys": [],
|
|
469
555
|
"dependentActions": []
|
|
470
556
|
},
|
|
557
|
+
"createsecurityrequirementpack": {
|
|
558
|
+
"name": "CreateSecurityRequirementPack",
|
|
559
|
+
"description": "Grants permission to create a customer managed security requirement pack",
|
|
560
|
+
"accessLevel": "Write",
|
|
561
|
+
"resourceTypes": [],
|
|
562
|
+
"conditionKeys": [
|
|
563
|
+
"aws:RequestTag/${TagKey}",
|
|
564
|
+
"aws:TagKeys"
|
|
565
|
+
],
|
|
566
|
+
"dependentActions": [
|
|
567
|
+
"kms:Decrypt",
|
|
568
|
+
"kms:DescribeKey",
|
|
569
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
570
|
+
"kms:ReEncryptFrom",
|
|
571
|
+
"kms:ReEncryptTo"
|
|
572
|
+
]
|
|
573
|
+
},
|
|
471
574
|
"createtargetdomain": {
|
|
472
575
|
"name": "CreateTargetDomain",
|
|
473
576
|
"description": "Grants permission to create a target domain record",
|
|
@@ -602,6 +705,21 @@
|
|
|
602
705
|
"conditionKeys": [],
|
|
603
706
|
"dependentActions": []
|
|
604
707
|
},
|
|
708
|
+
"deleteprivateconnection": {
|
|
709
|
+
"name": "DeletePrivateConnection",
|
|
710
|
+
"description": "Grants permission to delete a private connection",
|
|
711
|
+
"accessLevel": "Write",
|
|
712
|
+
"resourceTypes": [
|
|
713
|
+
{
|
|
714
|
+
"name": "PrivateConnection",
|
|
715
|
+
"required": true,
|
|
716
|
+
"conditionKeys": [],
|
|
717
|
+
"dependentActions": []
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"conditionKeys": [],
|
|
721
|
+
"dependentActions": []
|
|
722
|
+
},
|
|
605
723
|
"deletesecurityrequirement": {
|
|
606
724
|
"name": "DeleteSecurityRequirement",
|
|
607
725
|
"description": "Grants permission to delete a customer managed Security Requirement",
|
|
@@ -617,6 +735,21 @@
|
|
|
617
735
|
"conditionKeys": [],
|
|
618
736
|
"dependentActions": []
|
|
619
737
|
},
|
|
738
|
+
"deletesecurityrequirementpack": {
|
|
739
|
+
"name": "DeleteSecurityRequirementPack",
|
|
740
|
+
"description": "Grants permission to delete a customer managed security requirement pack and all its associated security requirements",
|
|
741
|
+
"accessLevel": "Write",
|
|
742
|
+
"resourceTypes": [
|
|
743
|
+
{
|
|
744
|
+
"name": "SecurityRequirementPack",
|
|
745
|
+
"required": true,
|
|
746
|
+
"conditionKeys": [],
|
|
747
|
+
"dependentActions": []
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"conditionKeys": [],
|
|
751
|
+
"dependentActions": []
|
|
752
|
+
},
|
|
620
753
|
"deletetargetdomain": {
|
|
621
754
|
"name": "DeleteTargetDomain",
|
|
622
755
|
"description": "Grants permission to delete a target domain record",
|
|
@@ -632,6 +765,21 @@
|
|
|
632
765
|
"conditionKeys": [],
|
|
633
766
|
"dependentActions": []
|
|
634
767
|
},
|
|
768
|
+
"describeprivateconnection": {
|
|
769
|
+
"name": "DescribePrivateConnection",
|
|
770
|
+
"description": "Grants permission to describe a private connection",
|
|
771
|
+
"accessLevel": "Read",
|
|
772
|
+
"resourceTypes": [
|
|
773
|
+
{
|
|
774
|
+
"name": "PrivateConnection",
|
|
775
|
+
"required": true,
|
|
776
|
+
"conditionKeys": [],
|
|
777
|
+
"dependentActions": []
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"conditionKeys": [],
|
|
781
|
+
"dependentActions": []
|
|
782
|
+
},
|
|
635
783
|
"getapplication": {
|
|
636
784
|
"name": "GetApplication",
|
|
637
785
|
"description": "Grants permission to get application details by application ID",
|
|
@@ -722,6 +870,14 @@
|
|
|
722
870
|
"conditionKeys": [],
|
|
723
871
|
"dependentActions": []
|
|
724
872
|
},
|
|
873
|
+
"getproviderregistrationmanifest": {
|
|
874
|
+
"name": "GetProviderRegistrationManifest",
|
|
875
|
+
"description": "Grants permission to retrieve the provider registration manifest used for browser-based integration registration",
|
|
876
|
+
"accessLevel": "Read",
|
|
877
|
+
"resourceTypes": [],
|
|
878
|
+
"conditionKeys": [],
|
|
879
|
+
"dependentActions": []
|
|
880
|
+
},
|
|
725
881
|
"getsecurityrequirement": {
|
|
726
882
|
"name": "GetSecurityRequirement",
|
|
727
883
|
"description": "Grants permission to retrieve a Security Requirement",
|
|
@@ -737,6 +893,49 @@
|
|
|
737
893
|
"conditionKeys": [],
|
|
738
894
|
"dependentActions": []
|
|
739
895
|
},
|
|
896
|
+
"getsecurityrequirementpack": {
|
|
897
|
+
"name": "GetSecurityRequirementPack",
|
|
898
|
+
"description": "Grants permission to retrieve a security requirement pack",
|
|
899
|
+
"accessLevel": "Read",
|
|
900
|
+
"resourceTypes": [
|
|
901
|
+
{
|
|
902
|
+
"name": "SecurityRequirementPack",
|
|
903
|
+
"required": true,
|
|
904
|
+
"conditionKeys": [],
|
|
905
|
+
"dependentActions": []
|
|
906
|
+
}
|
|
907
|
+
],
|
|
908
|
+
"conditionKeys": [],
|
|
909
|
+
"dependentActions": []
|
|
910
|
+
},
|
|
911
|
+
"handleproviderregistrationcallback": {
|
|
912
|
+
"name": "HandleProviderRegistrationCallback",
|
|
913
|
+
"description": "Grants permission to handle the provider OAuth registration callback that completes integration setup",
|
|
914
|
+
"accessLevel": "Write",
|
|
915
|
+
"resourceTypes": [],
|
|
916
|
+
"conditionKeys": [],
|
|
917
|
+
"dependentActions": []
|
|
918
|
+
},
|
|
919
|
+
"importsecurityrequirements": {
|
|
920
|
+
"name": "ImportSecurityRequirements",
|
|
921
|
+
"description": "Grants permission to import security requirements from uploaded documents for a customer managed security requirement pack",
|
|
922
|
+
"accessLevel": "Write",
|
|
923
|
+
"resourceTypes": [
|
|
924
|
+
{
|
|
925
|
+
"name": "SecurityRequirementPack",
|
|
926
|
+
"required": true,
|
|
927
|
+
"conditionKeys": [],
|
|
928
|
+
"dependentActions": []
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"conditionKeys": [],
|
|
932
|
+
"dependentActions": [
|
|
933
|
+
"kms:Decrypt",
|
|
934
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
935
|
+
"kms:ReEncryptFrom",
|
|
936
|
+
"kms:ReEncryptTo"
|
|
937
|
+
]
|
|
938
|
+
},
|
|
740
939
|
"initiateproviderregistration": {
|
|
741
940
|
"name": "InitiateProviderRegistration",
|
|
742
941
|
"description": "Grants permission to initiate the registration of Security Agent App for the given provider (eg: GitHub)",
|
|
@@ -980,6 +1179,14 @@
|
|
|
980
1179
|
"kms:Decrypt"
|
|
981
1180
|
]
|
|
982
1181
|
},
|
|
1182
|
+
"listprivateconnections": {
|
|
1183
|
+
"name": "ListPrivateConnections",
|
|
1184
|
+
"description": "Grants permission to list private connections in the account",
|
|
1185
|
+
"accessLevel": "List",
|
|
1186
|
+
"resourceTypes": [],
|
|
1187
|
+
"conditionKeys": [],
|
|
1188
|
+
"dependentActions": []
|
|
1189
|
+
},
|
|
983
1190
|
"listresourcesfromintegration": {
|
|
984
1191
|
"name": "ListResourcesFromIntegration",
|
|
985
1192
|
"description": "Grants permission to list resources from Integration",
|
|
@@ -995,6 +1202,14 @@
|
|
|
995
1202
|
"conditionKeys": [],
|
|
996
1203
|
"dependentActions": []
|
|
997
1204
|
},
|
|
1205
|
+
"listsecurityrequirementpacks": {
|
|
1206
|
+
"name": "ListSecurityRequirementPacks",
|
|
1207
|
+
"description": "Grants permission to list all security requirement packs in the account",
|
|
1208
|
+
"accessLevel": "List",
|
|
1209
|
+
"resourceTypes": [],
|
|
1210
|
+
"conditionKeys": [],
|
|
1211
|
+
"dependentActions": []
|
|
1212
|
+
},
|
|
998
1213
|
"listsecurityrequirements": {
|
|
999
1214
|
"name": "ListSecurityRequirements",
|
|
1000
1215
|
"description": "Grants permission to list all Security Requirements",
|
|
@@ -1008,7 +1223,12 @@
|
|
|
1008
1223
|
}
|
|
1009
1224
|
],
|
|
1010
1225
|
"conditionKeys": [],
|
|
1011
|
-
"dependentActions": [
|
|
1226
|
+
"dependentActions": [
|
|
1227
|
+
"kms:Decrypt",
|
|
1228
|
+
"kms:GenerateDataKeyWithoutPlaintext",
|
|
1229
|
+
"kms:ReEncryptFrom",
|
|
1230
|
+
"kms:ReEncryptTo"
|
|
1231
|
+
]
|
|
1012
1232
|
},
|
|
1013
1233
|
"listtagsforresource": {
|
|
1014
1234
|
"name": "ListTagsForResource",
|
|
@@ -1033,6 +1253,12 @@
|
|
|
1033
1253
|
"conditionKeys": [],
|
|
1034
1254
|
"dependentActions": []
|
|
1035
1255
|
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "PrivateConnection",
|
|
1258
|
+
"required": false,
|
|
1259
|
+
"conditionKeys": [],
|
|
1260
|
+
"dependentActions": []
|
|
1261
|
+
},
|
|
1036
1262
|
{
|
|
1037
1263
|
"name": "SecurityRequirementPack",
|
|
1038
1264
|
"required": false,
|
|
@@ -1286,6 +1512,12 @@
|
|
|
1286
1512
|
"conditionKeys": [],
|
|
1287
1513
|
"dependentActions": []
|
|
1288
1514
|
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "PrivateConnection",
|
|
1517
|
+
"required": false,
|
|
1518
|
+
"conditionKeys": [],
|
|
1519
|
+
"dependentActions": []
|
|
1520
|
+
},
|
|
1289
1521
|
{
|
|
1290
1522
|
"name": "SecurityRequirementPack",
|
|
1291
1523
|
"required": false,
|
|
@@ -1343,6 +1575,12 @@
|
|
|
1343
1575
|
"conditionKeys": [],
|
|
1344
1576
|
"dependentActions": []
|
|
1345
1577
|
},
|
|
1578
|
+
{
|
|
1579
|
+
"name": "PrivateConnection",
|
|
1580
|
+
"required": false,
|
|
1581
|
+
"conditionKeys": [],
|
|
1582
|
+
"dependentActions": []
|
|
1583
|
+
},
|
|
1346
1584
|
{
|
|
1347
1585
|
"name": "SecurityRequirementPack",
|
|
1348
1586
|
"required": false,
|
|
@@ -1462,6 +1700,21 @@
|
|
|
1462
1700
|
"kms:Decrypt"
|
|
1463
1701
|
]
|
|
1464
1702
|
},
|
|
1703
|
+
"updateprivateconnectioncertificate": {
|
|
1704
|
+
"name": "UpdatePrivateConnectionCertificate",
|
|
1705
|
+
"description": "Grants permission to update the certificate associated with a private connection",
|
|
1706
|
+
"accessLevel": "Write",
|
|
1707
|
+
"resourceTypes": [
|
|
1708
|
+
{
|
|
1709
|
+
"name": "PrivateConnection",
|
|
1710
|
+
"required": true,
|
|
1711
|
+
"conditionKeys": [],
|
|
1712
|
+
"dependentActions": []
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"conditionKeys": [],
|
|
1716
|
+
"dependentActions": []
|
|
1717
|
+
},
|
|
1465
1718
|
"updatesecurityrequirement": {
|
|
1466
1719
|
"name": "UpdateSecurityRequirement",
|
|
1467
1720
|
"description": "Grants permission to update a customer managed Security Requirement",
|
|
@@ -1477,6 +1730,21 @@
|
|
|
1477
1730
|
"conditionKeys": [],
|
|
1478
1731
|
"dependentActions": []
|
|
1479
1732
|
},
|
|
1733
|
+
"updatesecurityrequirementpack": {
|
|
1734
|
+
"name": "UpdateSecurityRequirementPack",
|
|
1735
|
+
"description": "Grants permission to update a security requirement pack",
|
|
1736
|
+
"accessLevel": "Write",
|
|
1737
|
+
"resourceTypes": [
|
|
1738
|
+
{
|
|
1739
|
+
"name": "SecurityRequirementPack",
|
|
1740
|
+
"required": true,
|
|
1741
|
+
"conditionKeys": [],
|
|
1742
|
+
"dependentActions": []
|
|
1743
|
+
}
|
|
1744
|
+
],
|
|
1745
|
+
"conditionKeys": [],
|
|
1746
|
+
"dependentActions": []
|
|
1747
|
+
},
|
|
1480
1748
|
"updatetargetdomain": {
|
|
1481
1749
|
"name": "UpdateTargetDomain",
|
|
1482
1750
|
"description": "Grants permission to update a target domain record",
|
package/data/actions/signin.json
CHANGED
|
@@ -1,9 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
+
"authenticate": {
|
|
3
|
+
"name": "Authenticate",
|
|
4
|
+
"description": "Grants permission to authenticate to the AWS Management Console",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "console",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"signin:PrincipalArn"
|
|
16
|
+
],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
2
19
|
"authorizeoauth2access": {
|
|
3
20
|
"name": "AuthorizeOAuth2Access",
|
|
4
21
|
"description": "Grants permission to authenticate through a browser and obtain an OAuth 2.0 authorization code for credential exchange",
|
|
5
22
|
"accessLevel": "Read",
|
|
6
23
|
"resourceTypes": [
|
|
24
|
+
{
|
|
25
|
+
"name": "console",
|
|
26
|
+
"required": true,
|
|
27
|
+
"conditionKeys": [],
|
|
28
|
+
"dependentActions": []
|
|
29
|
+
},
|
|
7
30
|
{
|
|
8
31
|
"name": "oauth2-public-client-localhost",
|
|
9
32
|
"required": true,
|
|
@@ -20,11 +43,33 @@
|
|
|
20
43
|
"conditionKeys": [],
|
|
21
44
|
"dependentActions": []
|
|
22
45
|
},
|
|
46
|
+
"createaccount": {
|
|
47
|
+
"name": "CreateAccount",
|
|
48
|
+
"isPermissionOnly": true,
|
|
49
|
+
"description": "Grants permission to create an AWS account through the AWS Management Console sign-up flow",
|
|
50
|
+
"accessLevel": "Write",
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "console",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
23
62
|
"createoauth2token": {
|
|
24
63
|
"name": "CreateOAuth2Token",
|
|
25
64
|
"description": "Grants permission to exchange an authorization code for OAuth 2.0 access token and refresh token that can be used to access AWS services from developer tools and applications",
|
|
26
65
|
"accessLevel": "Read",
|
|
27
66
|
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "console",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
},
|
|
28
73
|
{
|
|
29
74
|
"name": "oauth2-public-client-localhost",
|
|
30
75
|
"required": true,
|
|
@@ -57,6 +102,46 @@
|
|
|
57
102
|
"sso:PutApplicationGrant"
|
|
58
103
|
]
|
|
59
104
|
},
|
|
105
|
+
"deleteconsoleauthorizationconfiguration": {
|
|
106
|
+
"name": "DeleteConsoleAuthorizationConfiguration",
|
|
107
|
+
"description": "Grants permission to disable console authorization configuration for an AWS account or organization",
|
|
108
|
+
"accessLevel": "Write",
|
|
109
|
+
"resourceTypes": [],
|
|
110
|
+
"conditionKeys": [],
|
|
111
|
+
"dependentActions": []
|
|
112
|
+
},
|
|
113
|
+
"deleteresourcepermissionstatement": {
|
|
114
|
+
"name": "DeleteResourcePermissionStatement",
|
|
115
|
+
"description": "Grants permission to remove a permission statement from the account's SignIn Resource Based Policy",
|
|
116
|
+
"accessLevel": "Write",
|
|
117
|
+
"resourceTypes": [],
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
},
|
|
121
|
+
"getconsoleauthorizationconfiguration": {
|
|
122
|
+
"name": "GetConsoleAuthorizationConfiguration",
|
|
123
|
+
"description": "Grants permission to retrieve console authorization configuration for an AWS account or organization",
|
|
124
|
+
"accessLevel": "Read",
|
|
125
|
+
"resourceTypes": [],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
129
|
+
"getresourcepolicy": {
|
|
130
|
+
"name": "GetResourcePolicy",
|
|
131
|
+
"description": "Grants permission to retrieve SignIn Resource Based Policy document that is attached with your account",
|
|
132
|
+
"accessLevel": "Read",
|
|
133
|
+
"resourceTypes": [],
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
},
|
|
137
|
+
"listresourcepermissionstatements": {
|
|
138
|
+
"name": "ListResourcePermissionStatements",
|
|
139
|
+
"description": "Grants permission to list the SignIn Resource Based Policy statements in your account",
|
|
140
|
+
"accessLevel": "List",
|
|
141
|
+
"resourceTypes": [],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
60
145
|
"listtrustedidentitypropagationapplicationsforconsole": {
|
|
61
146
|
"name": "ListTrustedIdentityPropagationApplicationsForConsole",
|
|
62
147
|
"description": "Grants permission to list all Identity Center applications that represent the AWS Management Console",
|
|
@@ -67,5 +152,21 @@
|
|
|
67
152
|
"sso:GetSharedSsoConfiguration",
|
|
68
153
|
"sso:ListApplications"
|
|
69
154
|
]
|
|
155
|
+
},
|
|
156
|
+
"putconsoleauthorizationconfiguration": {
|
|
157
|
+
"name": "PutConsoleAuthorizationConfiguration",
|
|
158
|
+
"description": "Grants permission to enable console authorization configuration for an AWS account or organization",
|
|
159
|
+
"accessLevel": "Write",
|
|
160
|
+
"resourceTypes": [],
|
|
161
|
+
"conditionKeys": [],
|
|
162
|
+
"dependentActions": []
|
|
163
|
+
},
|
|
164
|
+
"putresourcepermissionstatement": {
|
|
165
|
+
"name": "PutResourcePermissionStatement",
|
|
166
|
+
"description": "Grants permission to create a permission statement in the account's SignIn resource-based policy",
|
|
167
|
+
"accessLevel": "Write",
|
|
168
|
+
"resourceTypes": [],
|
|
169
|
+
"conditionKeys": [],
|
|
170
|
+
"dependentActions": []
|
|
70
171
|
}
|
|
71
172
|
}
|
|
@@ -124,6 +124,11 @@
|
|
|
124
124
|
"description": "Filters access by delimiter parameter",
|
|
125
125
|
"type": "String"
|
|
126
126
|
},
|
|
127
|
+
"s3:deliverysourcearn": {
|
|
128
|
+
"key": "s3:deliverySourceArn",
|
|
129
|
+
"description": "Filters access by specific delivery source Amazon Resource Name (ARN)",
|
|
130
|
+
"type": "ARN"
|
|
131
|
+
},
|
|
127
132
|
"s3:destinationregion": {
|
|
128
133
|
"key": "s3:destinationRegion",
|
|
129
134
|
"description": "Filters access by a specific replication destination region for targeted buckets of the AWS FIS action aws:s3:bucket-pause-replication",
|
|
@@ -149,6 +154,11 @@
|
|
|
149
154
|
"description": "Filters access by a specific Region",
|
|
150
155
|
"type": "String"
|
|
151
156
|
},
|
|
157
|
+
"s3:logtype": {
|
|
158
|
+
"key": "s3:logType",
|
|
159
|
+
"description": "Filters access by specific log type, currently supports S3_SERVER_ACCESS_LOGS",
|
|
160
|
+
"type": "String"
|
|
161
|
+
},
|
|
152
162
|
"s3:max-keys": {
|
|
153
163
|
"key": "s3:max-keys",
|
|
154
164
|
"description": "Filters access by maximum number of keys returned in a ListBucket request",
|
|
@@ -179,6 +189,11 @@
|
|
|
179
189
|
"description": "Filters access by key name prefix",
|
|
180
190
|
"type": "String"
|
|
181
191
|
},
|
|
192
|
+
"s3:resourcearnbeingauthorized": {
|
|
193
|
+
"key": "s3:resourceArnBeingAuthorized",
|
|
194
|
+
"description": "Filters access by source bucket Amazon Resource Name (ARN)",
|
|
195
|
+
"type": "ARN"
|
|
196
|
+
},
|
|
182
197
|
"s3:signatureage": {
|
|
183
198
|
"key": "s3:signatureAge",
|
|
184
199
|
"description": "Filters access by the age in milliseconds of the request signature",
|
|
@@ -33,5 +33,12 @@
|
|
|
33
33
|
"conditionKeys": [
|
|
34
34
|
"aws:ResourceTag/${TagKey}"
|
|
35
35
|
]
|
|
36
|
+
},
|
|
37
|
+
"privateconnection": {
|
|
38
|
+
"key": "PrivateConnection",
|
|
39
|
+
"arn": "arn:${Partition}:securityagent:${Region}:${Account}:private-connection/${PrivateConnectionName}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
36
43
|
}
|
|
37
44
|
}
|
|
@@ -6,5 +6,9 @@
|
|
|
6
6
|
"oauth2-public-client-remote": {
|
|
7
7
|
"key": "oauth2-public-client-remote",
|
|
8
8
|
"arn": "arn:${Partition}:signin:${Region}:${Account}:oauth2/public-client/remote"
|
|
9
|
+
},
|
|
10
|
+
"console": {
|
|
11
|
+
"key": "console",
|
|
12
|
+
"arn": "arn:${Partition}:signin:::console/${ConsoleName}"
|
|
9
13
|
}
|
|
10
14
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606131",
|
|
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-06-
|
|
9
|
+
"updatedAt": "2026-06-13T06:04:42.729Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|