@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512091
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/aco-automation.json +252 -0
- package/data/actions/aidevops.json +481 -0
- package/data/actions/aws-marketplace.json +48 -0
- package/data/actions/aws-mcp.json +26 -0
- package/data/actions/bcm-data-exports.json +12 -0
- package/data/actions/bedrock-agentcore.json +594 -2
- package/data/actions/bedrock-mantle.json +106 -0
- package/data/actions/bedrock.json +84 -3
- package/data/actions/ce.json +8 -0
- package/data/actions/cloudfront.json +239 -0
- package/data/actions/cloudwatch.json +45 -0
- package/data/actions/connect.json +1081 -8
- package/data/actions/datazone.json +16 -0
- package/data/actions/ecr.json +78 -0
- package/data/actions/eks.json +108 -0
- package/data/actions/healthlake.json +1 -0
- package/data/actions/identitystore.json +19 -0
- package/data/actions/lambda.json +296 -4
- package/data/actions/logs.json +105 -0
- package/data/actions/mediaconnect.json +748 -91
- package/data/actions/nova-act.json +276 -0
- package/data/actions/observabilityadmin.json +180 -0
- package/data/actions/opensearch.json +40 -0
- package/data/actions/partnercentral-account-management.json +22 -0
- package/data/actions/partnercentral.json +903 -22
- package/data/actions/route53.json +15 -0
- package/data/actions/route53globalresolver.json +700 -0
- package/data/actions/s3.json +1 -0
- package/data/actions/s3tables.json +243 -3
- package/data/actions/s3vectors.json +147 -22
- package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
- package/data/actions/sagemaker.json +110 -0
- package/data/actions/security-ir.json +31 -0
- package/data/actions/securityagent.json +503 -0
- package/data/actions/transform-custom.json +274 -0
- package/data/actions/transform.json +72 -0
- package/data/actions/vpce.json +14 -1
- package/data/conditionKeys/aco-automation.json +17 -0
- package/data/conditionKeys/aidevops.json +22 -0
- package/data/conditionKeys/aws-mcp.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -5
- package/data/conditionKeys/bedrock-mantle.json +17 -0
- package/data/conditionKeys/connect.json +10 -0
- package/data/conditionKeys/nova-act.json +1 -0
- package/data/conditionKeys/observabilityadmin.json +5 -0
- package/data/conditionKeys/partnercentral-account-management.json +12 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/conditionKeys/route53globalresolver.json +17 -0
- package/data/conditionKeys/s3tables.json +5 -0
- package/data/conditionKeys/s3vectors.json +20 -0
- package/data/conditionKeys/securityagent.json +1 -0
- package/data/conditionKeys/transform-custom.json +17 -0
- package/data/conditionPatterns.json +4 -0
- package/data/resourceTypes/aco-automation.json +9 -0
- package/data/resourceTypes/aidevops.json +24 -0
- package/data/resourceTypes/apigateway.json +3 -0
- package/data/resourceTypes/aws-mcp.json +1 -0
- package/data/resourceTypes/bcm-data-exports.json +7 -0
- package/data/resourceTypes/bedrock-agentcore.json +20 -0
- package/data/resourceTypes/bedrock-mantle.json +6 -0
- package/data/resourceTypes/cloudfront.json +14 -0
- package/data/resourceTypes/connect.json +18 -0
- package/data/resourceTypes/eks.json +7 -0
- package/data/resourceTypes/lambda.json +11 -0
- package/data/resourceTypes/mediaconnect.json +41 -12
- package/data/resourceTypes/nova-act.json +10 -0
- package/data/resourceTypes/observabilityadmin.json +14 -0
- package/data/resourceTypes/omics.json +0 -4
- package/data/resourceTypes/partnercentral.json +42 -0
- package/data/resourceTypes/route53globalresolver.json +37 -0
- package/data/resourceTypes/s3vectors.json +10 -2
- package/data/resourceTypes/sagemaker.json +8 -0
- package/data/resourceTypes/securityagent.json +38 -0
- package/data/resourceTypes/transform-custom.json +18 -0
- package/data/resourceTypes/vpce.json +10 -1
- package/data/serviceNames.json +9 -2
- package/data/services.json +8 -1
- package/package.json +2 -2
- package/data/actions/deepcomposer.json +0 -316
- package/data/conditionKeys/deepcomposer.json +0 -17
- package/data/resourceTypes/deepcomposer.json +0 -20
package/data/actions/lambda.json
CHANGED
|
@@ -33,6 +33,21 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependentActions": []
|
|
35
35
|
},
|
|
36
|
+
"checkpointdurableexecution": {
|
|
37
|
+
"name": "CheckpointDurableExecution",
|
|
38
|
+
"description": "Grants permission to save the progress of an AWS Lambda durable execution",
|
|
39
|
+
"accessLevel": "Write",
|
|
40
|
+
"resourceTypes": [
|
|
41
|
+
{
|
|
42
|
+
"name": "durable execution",
|
|
43
|
+
"required": true,
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"conditionKeys": [],
|
|
49
|
+
"dependentActions": []
|
|
50
|
+
},
|
|
36
51
|
"createalias": {
|
|
37
52
|
"name": "CreateAlias",
|
|
38
53
|
"description": "Grants permission to create an alias for a Lambda function version",
|
|
@@ -48,6 +63,30 @@
|
|
|
48
63
|
"conditionKeys": [],
|
|
49
64
|
"dependentActions": []
|
|
50
65
|
},
|
|
66
|
+
"createcapacityprovider": {
|
|
67
|
+
"name": "CreateCapacityProvider",
|
|
68
|
+
"description": "Grants permission to create an AWS Lambda capacity provider",
|
|
69
|
+
"accessLevel": "Write",
|
|
70
|
+
"resourceTypes": [
|
|
71
|
+
{
|
|
72
|
+
"name": "capacityProvider",
|
|
73
|
+
"required": true,
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": [
|
|
76
|
+
"iam:CreateServiceLinkedRole",
|
|
77
|
+
"iam:PassRole",
|
|
78
|
+
"kms:DescribeKey"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"conditionKeys": [
|
|
83
|
+
"aws:RequestTag/${TagKey}",
|
|
84
|
+
"aws:TagKeys",
|
|
85
|
+
"lambda:SecurityGroupIds",
|
|
86
|
+
"lambda:SubnetIds"
|
|
87
|
+
],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
51
90
|
"createcodesigningconfig": {
|
|
52
91
|
"name": "CreateCodeSigningConfig",
|
|
53
92
|
"description": "Grants permission to create an AWS Lambda code signing config",
|
|
@@ -81,7 +120,8 @@
|
|
|
81
120
|
"required": true,
|
|
82
121
|
"conditionKeys": [],
|
|
83
122
|
"dependentActions": [
|
|
84
|
-
"iam:PassRole"
|
|
123
|
+
"iam:PassRole",
|
|
124
|
+
"lambda:PassCapacityProvider"
|
|
85
125
|
]
|
|
86
126
|
}
|
|
87
127
|
],
|
|
@@ -129,6 +169,21 @@
|
|
|
129
169
|
"conditionKeys": [],
|
|
130
170
|
"dependentActions": []
|
|
131
171
|
},
|
|
172
|
+
"deletecapacityprovider": {
|
|
173
|
+
"name": "DeleteCapacityProvider",
|
|
174
|
+
"description": "Grants permission to delete an AWS Lambda capacity provider",
|
|
175
|
+
"accessLevel": "Write",
|
|
176
|
+
"resourceTypes": [
|
|
177
|
+
{
|
|
178
|
+
"name": "capacityProvider",
|
|
179
|
+
"required": true,
|
|
180
|
+
"conditionKeys": [],
|
|
181
|
+
"dependentActions": []
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"conditionKeys": [],
|
|
185
|
+
"dependentActions": []
|
|
186
|
+
},
|
|
132
187
|
"deletecodesigningconfig": {
|
|
133
188
|
"name": "DeleteCodeSigningConfig",
|
|
134
189
|
"description": "Grants permission to delete an AWS Lambda code signing config",
|
|
@@ -330,6 +385,21 @@
|
|
|
330
385
|
"conditionKeys": [],
|
|
331
386
|
"dependentActions": []
|
|
332
387
|
},
|
|
388
|
+
"getcapacityprovider": {
|
|
389
|
+
"name": "GetCapacityProvider",
|
|
390
|
+
"description": "Grants permission to view details about an AWS Lambda capacity provider",
|
|
391
|
+
"accessLevel": "Read",
|
|
392
|
+
"resourceTypes": [
|
|
393
|
+
{
|
|
394
|
+
"name": "capacityProvider",
|
|
395
|
+
"required": true,
|
|
396
|
+
"conditionKeys": [],
|
|
397
|
+
"dependentActions": []
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
402
|
+
},
|
|
333
403
|
"getcodesigningconfig": {
|
|
334
404
|
"name": "GetCodeSigningConfig",
|
|
335
405
|
"description": "Grants permission to view details about an AWS Lambda code signing config",
|
|
@@ -345,6 +415,51 @@
|
|
|
345
415
|
"conditionKeys": [],
|
|
346
416
|
"dependentActions": []
|
|
347
417
|
},
|
|
418
|
+
"getdurableexecution": {
|
|
419
|
+
"name": "GetDurableExecution",
|
|
420
|
+
"description": "Grants permission to view details of an AWS Lambda durable execution",
|
|
421
|
+
"accessLevel": "Read",
|
|
422
|
+
"resourceTypes": [
|
|
423
|
+
{
|
|
424
|
+
"name": "durable execution",
|
|
425
|
+
"required": true,
|
|
426
|
+
"conditionKeys": [],
|
|
427
|
+
"dependentActions": []
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"conditionKeys": [],
|
|
431
|
+
"dependentActions": []
|
|
432
|
+
},
|
|
433
|
+
"getdurableexecutionhistory": {
|
|
434
|
+
"name": "GetDurableExecutionHistory",
|
|
435
|
+
"description": "Grants permission to view execution history of an AWS Lambda durable execution",
|
|
436
|
+
"accessLevel": "Read",
|
|
437
|
+
"resourceTypes": [
|
|
438
|
+
{
|
|
439
|
+
"name": "durable execution",
|
|
440
|
+
"required": true,
|
|
441
|
+
"conditionKeys": [],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"conditionKeys": [],
|
|
446
|
+
"dependentActions": []
|
|
447
|
+
},
|
|
448
|
+
"getdurableexecutionstate": {
|
|
449
|
+
"name": "GetDurableExecutionState",
|
|
450
|
+
"description": "Grants permission to view current state of an AWS Lambda durable execution",
|
|
451
|
+
"accessLevel": "Read",
|
|
452
|
+
"resourceTypes": [
|
|
453
|
+
{
|
|
454
|
+
"name": "durable execution",
|
|
455
|
+
"required": true,
|
|
456
|
+
"conditionKeys": [],
|
|
457
|
+
"dependentActions": []
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
},
|
|
348
463
|
"geteventsourcemapping": {
|
|
349
464
|
"name": "GetEventSourceMapping",
|
|
350
465
|
"description": "Grants permission to view details about an AWS Lambda event source mapping",
|
|
@@ -452,6 +567,21 @@
|
|
|
452
567
|
"conditionKeys": [],
|
|
453
568
|
"dependentActions": []
|
|
454
569
|
},
|
|
570
|
+
"getfunctionscalingconfig": {
|
|
571
|
+
"name": "GetFunctionScalingConfig",
|
|
572
|
+
"description": "Grants permission to view the scaling configuration of an AWS Lambda function running on a capacity provider",
|
|
573
|
+
"accessLevel": "Read",
|
|
574
|
+
"resourceTypes": [
|
|
575
|
+
{
|
|
576
|
+
"name": "function",
|
|
577
|
+
"required": true,
|
|
578
|
+
"conditionKeys": [],
|
|
579
|
+
"dependentActions": []
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"conditionKeys": [],
|
|
583
|
+
"dependentActions": []
|
|
584
|
+
},
|
|
455
585
|
"getfunctionurlconfig": {
|
|
456
586
|
"name": "GetFunctionUrlConfig",
|
|
457
587
|
"description": "Grants permission to read function url configuration for a Lambda function",
|
|
@@ -619,6 +749,14 @@
|
|
|
619
749
|
"conditionKeys": [],
|
|
620
750
|
"dependentActions": []
|
|
621
751
|
},
|
|
752
|
+
"listcapacityproviders": {
|
|
753
|
+
"name": "ListCapacityProviders",
|
|
754
|
+
"description": "Grants permission to retrieve a list of AWS Lambda capacity providers",
|
|
755
|
+
"accessLevel": "List",
|
|
756
|
+
"resourceTypes": [],
|
|
757
|
+
"conditionKeys": [],
|
|
758
|
+
"dependentActions": []
|
|
759
|
+
},
|
|
622
760
|
"listcodesigningconfigs": {
|
|
623
761
|
"name": "ListCodeSigningConfigs",
|
|
624
762
|
"description": "Grants permission to retrieve a list of AWS Lambda code signing configs",
|
|
@@ -627,6 +765,21 @@
|
|
|
627
765
|
"conditionKeys": [],
|
|
628
766
|
"dependentActions": []
|
|
629
767
|
},
|
|
768
|
+
"listdurableexecutionsbyfunction": {
|
|
769
|
+
"name": "ListDurableExecutionsByFunction",
|
|
770
|
+
"description": "Grants permission to retrieve a list of AWS Lambda durable executions of an AWS Lambda function",
|
|
771
|
+
"accessLevel": "List",
|
|
772
|
+
"resourceTypes": [
|
|
773
|
+
{
|
|
774
|
+
"name": "function",
|
|
775
|
+
"required": true,
|
|
776
|
+
"conditionKeys": [],
|
|
777
|
+
"dependentActions": []
|
|
778
|
+
}
|
|
779
|
+
],
|
|
780
|
+
"conditionKeys": [],
|
|
781
|
+
"dependentActions": []
|
|
782
|
+
},
|
|
630
783
|
"listeventsourcemappings": {
|
|
631
784
|
"name": "ListEventSourceMappings",
|
|
632
785
|
"description": "Grants permission to retrieve a list of AWS Lambda event source mappings",
|
|
@@ -667,6 +820,21 @@
|
|
|
667
820
|
],
|
|
668
821
|
"dependentActions": []
|
|
669
822
|
},
|
|
823
|
+
"listfunctionversionsbycapacityprovider": {
|
|
824
|
+
"name": "ListFunctionVersionsByCapacityProvider",
|
|
825
|
+
"description": "Grants permission to retrieve a list of AWS Lambda function versions by the capacity provider assigned",
|
|
826
|
+
"accessLevel": "List",
|
|
827
|
+
"resourceTypes": [
|
|
828
|
+
{
|
|
829
|
+
"name": "capacityProvider",
|
|
830
|
+
"required": true,
|
|
831
|
+
"conditionKeys": [],
|
|
832
|
+
"dependentActions": []
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"conditionKeys": [],
|
|
836
|
+
"dependentActions": []
|
|
837
|
+
},
|
|
670
838
|
"listfunctions": {
|
|
671
839
|
"name": "ListFunctions",
|
|
672
840
|
"description": "Grants permission to retrieve a list of AWS Lambda functions, with the version-specific configuration of each function",
|
|
@@ -723,9 +891,15 @@
|
|
|
723
891
|
},
|
|
724
892
|
"listtags": {
|
|
725
893
|
"name": "ListTags",
|
|
726
|
-
"description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping or code signing configuration resource",
|
|
894
|
+
"description": "Grants permission to retrieve a list of tags for an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
|
|
727
895
|
"accessLevel": "Read",
|
|
728
896
|
"resourceTypes": [
|
|
897
|
+
{
|
|
898
|
+
"name": "capacityProvider",
|
|
899
|
+
"required": false,
|
|
900
|
+
"conditionKeys": [],
|
|
901
|
+
"dependentActions": []
|
|
902
|
+
},
|
|
729
903
|
{
|
|
730
904
|
"name": "code signing config",
|
|
731
905
|
"required": false,
|
|
@@ -763,6 +937,22 @@
|
|
|
763
937
|
"conditionKeys": [],
|
|
764
938
|
"dependentActions": []
|
|
765
939
|
},
|
|
940
|
+
"passcapacityprovider": {
|
|
941
|
+
"name": "PassCapacityProvider",
|
|
942
|
+
"isPermissionOnly": true,
|
|
943
|
+
"description": "Grants permission to pass an AWS Lambda capacity provider to a service",
|
|
944
|
+
"accessLevel": "Write",
|
|
945
|
+
"resourceTypes": [
|
|
946
|
+
{
|
|
947
|
+
"name": "capacityProvider",
|
|
948
|
+
"required": true,
|
|
949
|
+
"conditionKeys": [],
|
|
950
|
+
"dependentActions": []
|
|
951
|
+
}
|
|
952
|
+
],
|
|
953
|
+
"conditionKeys": [],
|
|
954
|
+
"dependentActions": []
|
|
955
|
+
},
|
|
766
956
|
"publishlayerversion": {
|
|
767
957
|
"name": "PublishLayerVersion",
|
|
768
958
|
"description": "Grants permission to create an AWS Lambda layer",
|
|
@@ -861,6 +1051,21 @@
|
|
|
861
1051
|
"conditionKeys": [],
|
|
862
1052
|
"dependentActions": []
|
|
863
1053
|
},
|
|
1054
|
+
"putfunctionscalingconfig": {
|
|
1055
|
+
"name": "PutFunctionScalingConfig",
|
|
1056
|
+
"description": "Grants permission to update the scaling configuration of an AWS Lambda function running on a capacity provider",
|
|
1057
|
+
"accessLevel": "Write",
|
|
1058
|
+
"resourceTypes": [
|
|
1059
|
+
{
|
|
1060
|
+
"name": "function",
|
|
1061
|
+
"required": true,
|
|
1062
|
+
"conditionKeys": [],
|
|
1063
|
+
"dependentActions": []
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"conditionKeys": [],
|
|
1067
|
+
"dependentActions": []
|
|
1068
|
+
},
|
|
864
1069
|
"putprovisionedconcurrencyconfig": {
|
|
865
1070
|
"name": "PutProvisionedConcurrencyConfig",
|
|
866
1071
|
"description": "Grants permission to configure provisioned concurrency for an AWS Lambda function's alias or version",
|
|
@@ -930,11 +1135,77 @@
|
|
|
930
1135
|
],
|
|
931
1136
|
"dependentActions": []
|
|
932
1137
|
},
|
|
1138
|
+
"senddurableexecutioncallbackfailure": {
|
|
1139
|
+
"name": "SendDurableExecutionCallbackFailure",
|
|
1140
|
+
"description": "Grants permission to send a failure response for a callback operation in an AWS Lambda durable execution",
|
|
1141
|
+
"accessLevel": "Write",
|
|
1142
|
+
"resourceTypes": [
|
|
1143
|
+
{
|
|
1144
|
+
"name": "durable execution",
|
|
1145
|
+
"required": true,
|
|
1146
|
+
"conditionKeys": [],
|
|
1147
|
+
"dependentActions": []
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"conditionKeys": [],
|
|
1151
|
+
"dependentActions": []
|
|
1152
|
+
},
|
|
1153
|
+
"senddurableexecutioncallbackheartbeat": {
|
|
1154
|
+
"name": "SendDurableExecutionCallbackHeartbeat",
|
|
1155
|
+
"description": "Grants permission to send a heartbeat for a callback operation in an AWS Lambda durable execution",
|
|
1156
|
+
"accessLevel": "Write",
|
|
1157
|
+
"resourceTypes": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "durable execution",
|
|
1160
|
+
"required": true,
|
|
1161
|
+
"conditionKeys": [],
|
|
1162
|
+
"dependentActions": []
|
|
1163
|
+
}
|
|
1164
|
+
],
|
|
1165
|
+
"conditionKeys": [],
|
|
1166
|
+
"dependentActions": []
|
|
1167
|
+
},
|
|
1168
|
+
"senddurableexecutioncallbacksuccess": {
|
|
1169
|
+
"name": "SendDurableExecutionCallbackSuccess",
|
|
1170
|
+
"description": "Grants permission to send a successful response for a callback operation in an AWS Lambda durable execution",
|
|
1171
|
+
"accessLevel": "Write",
|
|
1172
|
+
"resourceTypes": [
|
|
1173
|
+
{
|
|
1174
|
+
"name": "durable execution",
|
|
1175
|
+
"required": true,
|
|
1176
|
+
"conditionKeys": [],
|
|
1177
|
+
"dependentActions": []
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"conditionKeys": [],
|
|
1181
|
+
"dependentActions": []
|
|
1182
|
+
},
|
|
1183
|
+
"stopdurableexecution": {
|
|
1184
|
+
"name": "StopDurableExecution",
|
|
1185
|
+
"description": "Grants permission to stop an AWS Lambda durable execution",
|
|
1186
|
+
"accessLevel": "Write",
|
|
1187
|
+
"resourceTypes": [
|
|
1188
|
+
{
|
|
1189
|
+
"name": "durable execution",
|
|
1190
|
+
"required": true,
|
|
1191
|
+
"conditionKeys": [],
|
|
1192
|
+
"dependentActions": []
|
|
1193
|
+
}
|
|
1194
|
+
],
|
|
1195
|
+
"conditionKeys": [],
|
|
1196
|
+
"dependentActions": []
|
|
1197
|
+
},
|
|
933
1198
|
"tagresource": {
|
|
934
1199
|
"name": "TagResource",
|
|
935
|
-
"description": "Grants permission to add tags to an AWS Lambda function, event source mapping or code signing configuration resource",
|
|
1200
|
+
"description": "Grants permission to add tags to an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
|
|
936
1201
|
"accessLevel": "Tagging",
|
|
937
1202
|
"resourceTypes": [
|
|
1203
|
+
{
|
|
1204
|
+
"name": "capacityProvider",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"conditionKeys": [],
|
|
1207
|
+
"dependentActions": []
|
|
1208
|
+
},
|
|
938
1209
|
{
|
|
939
1210
|
"name": "code signing config",
|
|
940
1211
|
"required": false,
|
|
@@ -962,9 +1233,15 @@
|
|
|
962
1233
|
},
|
|
963
1234
|
"untagresource": {
|
|
964
1235
|
"name": "UntagResource",
|
|
965
|
-
"description": "Grants permission to remove tags from an AWS Lambda function, event source mapping or code signing configuration resource",
|
|
1236
|
+
"description": "Grants permission to remove tags from an AWS Lambda function, event source mapping, capacity provider, or code signing configuration resource",
|
|
966
1237
|
"accessLevel": "Tagging",
|
|
967
1238
|
"resourceTypes": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "capacityProvider",
|
|
1241
|
+
"required": false,
|
|
1242
|
+
"conditionKeys": [],
|
|
1243
|
+
"dependentActions": []
|
|
1244
|
+
},
|
|
968
1245
|
{
|
|
969
1246
|
"name": "code signing config",
|
|
970
1247
|
"required": false,
|
|
@@ -1004,6 +1281,21 @@
|
|
|
1004
1281
|
"conditionKeys": [],
|
|
1005
1282
|
"dependentActions": []
|
|
1006
1283
|
},
|
|
1284
|
+
"updatecapacityprovider": {
|
|
1285
|
+
"name": "UpdateCapacityProvider",
|
|
1286
|
+
"description": "Grants permission to update an AWS Lambda capacity provider",
|
|
1287
|
+
"accessLevel": "Write",
|
|
1288
|
+
"resourceTypes": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "capacityProvider",
|
|
1291
|
+
"required": true,
|
|
1292
|
+
"conditionKeys": [],
|
|
1293
|
+
"dependentActions": []
|
|
1294
|
+
}
|
|
1295
|
+
],
|
|
1296
|
+
"conditionKeys": [],
|
|
1297
|
+
"dependentActions": []
|
|
1298
|
+
},
|
|
1007
1299
|
"updatecodesigningconfig": {
|
|
1008
1300
|
"name": "UpdateCodeSigningConfig",
|
|
1009
1301
|
"description": "Grants permission to update an AWS Lambda code signing config",
|
package/data/actions/logs.json
CHANGED
|
@@ -14,6 +14,14 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"associatesourcetos3tableintegration": {
|
|
18
|
+
"name": "AssociateSourceToS3TableIntegration",
|
|
19
|
+
"description": "Grants permission to associate a log source to an S3 Tables integration",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [],
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
},
|
|
17
25
|
"cancelexporttask": {
|
|
18
26
|
"name": "CancelExportTask",
|
|
19
27
|
"description": "Grants permission to cancel an export task if it is in PENDING or RUNNING state",
|
|
@@ -328,6 +336,15 @@
|
|
|
328
336
|
"conditionKeys": [],
|
|
329
337
|
"dependentActions": []
|
|
330
338
|
},
|
|
339
|
+
"deletepipelinerule": {
|
|
340
|
+
"name": "DeletePipelineRule",
|
|
341
|
+
"isPermissionOnly": true,
|
|
342
|
+
"description": "Grants permission to delete telemetry pipeline",
|
|
343
|
+
"accessLevel": "Write",
|
|
344
|
+
"resourceTypes": [],
|
|
345
|
+
"conditionKeys": [],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
},
|
|
331
348
|
"deletequerydefinition": {
|
|
332
349
|
"name": "DeleteQueryDefinition",
|
|
333
350
|
"description": "Grants permission to delete a saved CloudWatch Logs Insights query definition",
|
|
@@ -568,6 +585,14 @@
|
|
|
568
585
|
"conditionKeys": [],
|
|
569
586
|
"dependentActions": []
|
|
570
587
|
},
|
|
588
|
+
"disassociatesourcefroms3tableintegration": {
|
|
589
|
+
"name": "DisassociateSourceFromS3TableIntegration",
|
|
590
|
+
"description": "Grants permission to disassociate a log source from an S3 Tables integration",
|
|
591
|
+
"accessLevel": "Write",
|
|
592
|
+
"resourceTypes": [],
|
|
593
|
+
"conditionKeys": [],
|
|
594
|
+
"dependentActions": []
|
|
595
|
+
},
|
|
571
596
|
"filterlogevents": {
|
|
572
597
|
"name": "FilterLogEvents",
|
|
573
598
|
"description": "Grants permission to retrieve log events, optionally filtered by a filter pattern from the specified log group",
|
|
@@ -705,6 +730,14 @@
|
|
|
705
730
|
"conditionKeys": [],
|
|
706
731
|
"dependentActions": []
|
|
707
732
|
},
|
|
733
|
+
"getlogfields": {
|
|
734
|
+
"name": "GetLogFields",
|
|
735
|
+
"description": "Grants permission to retrieve a list of log fields for a data source",
|
|
736
|
+
"accessLevel": "Read",
|
|
737
|
+
"resourceTypes": [],
|
|
738
|
+
"conditionKeys": [],
|
|
739
|
+
"dependentActions": []
|
|
740
|
+
},
|
|
708
741
|
"getloggroupfields": {
|
|
709
742
|
"name": "GetLogGroupFields",
|
|
710
743
|
"description": "Grants permission to return a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field",
|
|
@@ -795,6 +828,22 @@
|
|
|
795
828
|
"conditionKeys": [],
|
|
796
829
|
"dependentActions": []
|
|
797
830
|
},
|
|
831
|
+
"integratewiths3table": {
|
|
832
|
+
"name": "IntegrateWithS3Table",
|
|
833
|
+
"isPermissionOnly": true,
|
|
834
|
+
"description": "Grants permission to deliver log events to S3 Tables",
|
|
835
|
+
"accessLevel": "Write",
|
|
836
|
+
"resourceTypes": [
|
|
837
|
+
{
|
|
838
|
+
"name": "log-group",
|
|
839
|
+
"required": true,
|
|
840
|
+
"conditionKeys": [],
|
|
841
|
+
"dependentActions": []
|
|
842
|
+
}
|
|
843
|
+
],
|
|
844
|
+
"conditionKeys": [],
|
|
845
|
+
"dependentActions": []
|
|
846
|
+
},
|
|
798
847
|
"link": {
|
|
799
848
|
"name": "Link",
|
|
800
849
|
"isPermissionOnly": true,
|
|
@@ -804,6 +853,14 @@
|
|
|
804
853
|
"conditionKeys": [],
|
|
805
854
|
"dependentActions": []
|
|
806
855
|
},
|
|
856
|
+
"listaggregateloggroupsummaries": {
|
|
857
|
+
"name": "ListAggregateLogGroupSummaries",
|
|
858
|
+
"description": "Grants permission to return an aggregate summary of all log groups in the region grouped by specified data-source characteristics",
|
|
859
|
+
"accessLevel": "List",
|
|
860
|
+
"resourceTypes": [],
|
|
861
|
+
"conditionKeys": [],
|
|
862
|
+
"dependentActions": []
|
|
863
|
+
},
|
|
807
864
|
"listanomalies": {
|
|
808
865
|
"name": "ListAnomalies",
|
|
809
866
|
"description": "Grants permission to list all anomalies detected in the AWS account making the request",
|
|
@@ -893,6 +950,14 @@
|
|
|
893
950
|
"conditionKeys": [],
|
|
894
951
|
"dependentActions": []
|
|
895
952
|
},
|
|
953
|
+
"listsourcesfors3tableintegration": {
|
|
954
|
+
"name": "ListSourcesForS3TableIntegration",
|
|
955
|
+
"description": "Grants permission to return all log sources associated with an S3 Tables integration",
|
|
956
|
+
"accessLevel": "List",
|
|
957
|
+
"resourceTypes": [],
|
|
958
|
+
"conditionKeys": [],
|
|
959
|
+
"dependentActions": []
|
|
960
|
+
},
|
|
896
961
|
"listtagsforresource": {
|
|
897
962
|
"name": "ListTagsForResource",
|
|
898
963
|
"description": "Grants permission to list the tags for the specified resource",
|
|
@@ -953,6 +1018,22 @@
|
|
|
953
1018
|
"conditionKeys": [],
|
|
954
1019
|
"dependentActions": []
|
|
955
1020
|
},
|
|
1021
|
+
"processwithpipeline": {
|
|
1022
|
+
"name": "ProcessWithPipeline",
|
|
1023
|
+
"isPermissionOnly": true,
|
|
1024
|
+
"description": "Grants permission to process and transform log events through pipeline transformers before storage",
|
|
1025
|
+
"accessLevel": "Write",
|
|
1026
|
+
"resourceTypes": [
|
|
1027
|
+
{
|
|
1028
|
+
"name": "log-group",
|
|
1029
|
+
"required": true,
|
|
1030
|
+
"conditionKeys": [],
|
|
1031
|
+
"dependentActions": []
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"conditionKeys": [],
|
|
1035
|
+
"dependentActions": []
|
|
1036
|
+
},
|
|
956
1037
|
"putaccountpolicy": {
|
|
957
1038
|
"name": "PutAccountPolicy",
|
|
958
1039
|
"description": "Grants permission to attach an account policy",
|
|
@@ -1095,6 +1176,21 @@
|
|
|
1095
1176
|
"conditionKeys": [],
|
|
1096
1177
|
"dependentActions": []
|
|
1097
1178
|
},
|
|
1179
|
+
"putloggroupdeletionprotection": {
|
|
1180
|
+
"name": "PutLogGroupDeletionProtection",
|
|
1181
|
+
"description": "Grants permission to enable or disable deletion protection for the specified log group",
|
|
1182
|
+
"accessLevel": "Write",
|
|
1183
|
+
"resourceTypes": [
|
|
1184
|
+
{
|
|
1185
|
+
"name": "log-group",
|
|
1186
|
+
"required": true,
|
|
1187
|
+
"conditionKeys": [],
|
|
1188
|
+
"dependentActions": []
|
|
1189
|
+
}
|
|
1190
|
+
],
|
|
1191
|
+
"conditionKeys": [],
|
|
1192
|
+
"dependentActions": []
|
|
1193
|
+
},
|
|
1098
1194
|
"putmetricfilter": {
|
|
1099
1195
|
"name": "PutMetricFilter",
|
|
1100
1196
|
"description": "Grants permission to create or update a metric filter and associates it with the specified log group",
|
|
@@ -1110,6 +1206,15 @@
|
|
|
1110
1206
|
"conditionKeys": [],
|
|
1111
1207
|
"dependentActions": []
|
|
1112
1208
|
},
|
|
1209
|
+
"putpipelinerule": {
|
|
1210
|
+
"name": "PutPipelineRule",
|
|
1211
|
+
"isPermissionOnly": true,
|
|
1212
|
+
"description": "Grants permission to create telemetry pipeline",
|
|
1213
|
+
"accessLevel": "Write",
|
|
1214
|
+
"resourceTypes": [],
|
|
1215
|
+
"conditionKeys": [],
|
|
1216
|
+
"dependentActions": []
|
|
1217
|
+
},
|
|
1113
1218
|
"putquerydefinition": {
|
|
1114
1219
|
"name": "PutQueryDefinition",
|
|
1115
1220
|
"description": "Grants permission to create or update a query definition",
|