@cloud-copilot/iam-data 0.7.202410121 → 0.7.202410171
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.
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
},
|
|
974
974
|
"updatelinkattributes": {
|
|
975
975
|
"name": "UpdateLinkAttributes",
|
|
976
|
-
"description": "Grants permission to update a given typed link
|
|
976
|
+
"description": "Grants permission to update a given typed link's attributes. Attributes to be updated must not contribute to the typed link's identity, as defined by its IdentityAttributeOrder",
|
|
977
977
|
"accessLevel": "Write",
|
|
978
978
|
"resourceTypes": [
|
|
979
979
|
{
|
package/data/actions/lambda.json
CHANGED
|
@@ -274,23 +274,6 @@
|
|
|
274
274
|
"conditionKeys": [],
|
|
275
275
|
"dependentActions": []
|
|
276
276
|
},
|
|
277
|
-
"deleteresourcepolicy": {
|
|
278
|
-
"name": "DeleteResourcePolicy",
|
|
279
|
-
"description": "Grants permission to delete the resource-based policy for an AWS Lambda function, version, or alias",
|
|
280
|
-
"accessLevel": "Permissions management",
|
|
281
|
-
"resourceTypes": [
|
|
282
|
-
{
|
|
283
|
-
"name": "function",
|
|
284
|
-
"required": true,
|
|
285
|
-
"conditionKeys": [],
|
|
286
|
-
"dependentActions": []
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
"conditionKeys": [],
|
|
290
|
-
"dependentActions": [
|
|
291
|
-
"lambda:RemovePermission"
|
|
292
|
-
]
|
|
293
|
-
},
|
|
294
277
|
"disablereplication": {
|
|
295
278
|
"name": "DisableReplication",
|
|
296
279
|
"isPermissionOnly": true,
|
|
@@ -552,38 +535,6 @@
|
|
|
552
535
|
"conditionKeys": [],
|
|
553
536
|
"dependentActions": []
|
|
554
537
|
},
|
|
555
|
-
"getpublicaccessblockconfig": {
|
|
556
|
-
"name": "GetPublicAccessBlockConfig",
|
|
557
|
-
"description": "Grants permission to view the PublicAccessBlockConfig of an AWS Lambda function",
|
|
558
|
-
"accessLevel": "Read",
|
|
559
|
-
"resourceTypes": [
|
|
560
|
-
{
|
|
561
|
-
"name": "function",
|
|
562
|
-
"required": true,
|
|
563
|
-
"conditionKeys": [],
|
|
564
|
-
"dependentActions": []
|
|
565
|
-
}
|
|
566
|
-
],
|
|
567
|
-
"conditionKeys": [],
|
|
568
|
-
"dependentActions": []
|
|
569
|
-
},
|
|
570
|
-
"getresourcepolicy": {
|
|
571
|
-
"name": "GetResourcePolicy",
|
|
572
|
-
"description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias",
|
|
573
|
-
"accessLevel": "Read",
|
|
574
|
-
"resourceTypes": [
|
|
575
|
-
{
|
|
576
|
-
"name": "function",
|
|
577
|
-
"required": true,
|
|
578
|
-
"conditionKeys": [],
|
|
579
|
-
"dependentActions": []
|
|
580
|
-
}
|
|
581
|
-
],
|
|
582
|
-
"conditionKeys": [],
|
|
583
|
-
"dependentActions": [
|
|
584
|
-
"lambda:GetPolicy"
|
|
585
|
-
]
|
|
586
|
-
},
|
|
587
538
|
"getruntimemanagementconfig": {
|
|
588
539
|
"name": "GetRuntimeManagementConfig",
|
|
589
540
|
"description": "Grants permission to view the runtime management configuration of an AWS Lambda function",
|
|
@@ -929,39 +880,6 @@
|
|
|
929
880
|
"conditionKeys": [],
|
|
930
881
|
"dependentActions": []
|
|
931
882
|
},
|
|
932
|
-
"putpublicaccessblockconfig": {
|
|
933
|
-
"name": "PutPublicAccessBlockConfig",
|
|
934
|
-
"description": "Grants permission to update the PublicAccessBlockConfig of an AWS Lambda function",
|
|
935
|
-
"accessLevel": "Permissions management",
|
|
936
|
-
"resourceTypes": [
|
|
937
|
-
{
|
|
938
|
-
"name": "function",
|
|
939
|
-
"required": true,
|
|
940
|
-
"conditionKeys": [],
|
|
941
|
-
"dependentActions": []
|
|
942
|
-
}
|
|
943
|
-
],
|
|
944
|
-
"conditionKeys": [],
|
|
945
|
-
"dependentActions": []
|
|
946
|
-
},
|
|
947
|
-
"putresourcepolicy": {
|
|
948
|
-
"name": "PutResourcePolicy",
|
|
949
|
-
"description": "Grants permission to update the resource-based policy for an AWS Lambda function, version, or alias",
|
|
950
|
-
"accessLevel": "Permissions management",
|
|
951
|
-
"resourceTypes": [
|
|
952
|
-
{
|
|
953
|
-
"name": "function",
|
|
954
|
-
"required": true,
|
|
955
|
-
"conditionKeys": [],
|
|
956
|
-
"dependentActions": []
|
|
957
|
-
}
|
|
958
|
-
],
|
|
959
|
-
"conditionKeys": [],
|
|
960
|
-
"dependentActions": [
|
|
961
|
-
"lambda:AddPermission",
|
|
962
|
-
"lambda:RemovePermission"
|
|
963
|
-
]
|
|
964
|
-
},
|
|
965
883
|
"putruntimemanagementconfig": {
|
|
966
884
|
"name": "PutRuntimeManagementConfig",
|
|
967
885
|
"description": "Grants permission to update the runtime management configuration of an AWS Lambda function",
|
|
@@ -183,6 +183,14 @@
|
|
|
183
183
|
"conditionKeys": [],
|
|
184
184
|
"dependentActions": []
|
|
185
185
|
},
|
|
186
|
+
"describeflowsourcethumbnail": {
|
|
187
|
+
"name": "DescribeFlowSourceThumbnail",
|
|
188
|
+
"description": "Grants permission to view flow's source thumbnail",
|
|
189
|
+
"accessLevel": "Read",
|
|
190
|
+
"resourceTypes": [],
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
186
194
|
"describegateway": {
|
|
187
195
|
"name": "DescribeGateway",
|
|
188
196
|
"description": "Grants permission to display the details of a gateway including the gateway ARN, name, and CIDR blocks, as well as details about the networks",
|
|
@@ -2465,6 +2465,14 @@
|
|
|
2465
2465
|
"conditionKeys": [],
|
|
2466
2466
|
"dependentActions": []
|
|
2467
2467
|
},
|
|
2468
|
+
"startdashboardsnapshotjobschedule": {
|
|
2469
|
+
"name": "StartDashboardSnapshotJobSchedule",
|
|
2470
|
+
"description": "Grants permission to start a dashboard snapshot job schedule",
|
|
2471
|
+
"accessLevel": "Write",
|
|
2472
|
+
"resourceTypes": [],
|
|
2473
|
+
"conditionKeys": [],
|
|
2474
|
+
"dependentActions": []
|
|
2475
|
+
},
|
|
2468
2476
|
"subscribe": {
|
|
2469
2477
|
"name": "Subscribe",
|
|
2470
2478
|
"isPermissionOnly": true,
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.202410171",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-10-
|
|
6
|
+
"updatedAt": "2024-10-17T04:49:04.610Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|