@cloud-copilot/iam-data 0.4.202409141 → 0.4.202409181
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/README.md +1 -1
- package/data/actions/ds.json +16 -0
- package/data/actions/lambda.json +82 -0
- package/data/actions/personalize.json +15 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ for(const serviceKey of serviceKeys) {
|
|
|
52
52
|
* `iamConditionKeyExists(serviceKey: string, conditionKey: string)` - Returns true if the condition key exists.
|
|
53
53
|
|
|
54
54
|
### Version Info
|
|
55
|
-
The version is number is formatted as `major.minor.updatedAt`. The updatedAt is the date the data was last updated in the format `YYYYMMDDX` where `X` is a counter to enable
|
|
55
|
+
The version is number is formatted as `major.minor.updatedAt`. The updatedAt is the date the data was last updated in the format `YYYYMMDDX` where `X` is a counter to enable publishing more than once per day if necessary. For example version `0.1.202408291` has data updated on August 29th, 2024.
|
|
56
56
|
|
|
57
57
|
The version can be accessed using the `iamDataVersion()` method.
|
|
58
58
|
|
package/data/actions/ds.json
CHANGED
|
@@ -14,6 +14,22 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"accessdsdata": {
|
|
18
|
+
"name": "AccessDSData",
|
|
19
|
+
"isPermissionOnly": true,
|
|
20
|
+
"description": "Grants permission to access directory data using the Directory Service Data API",
|
|
21
|
+
"accessLevel": "Permissions management",
|
|
22
|
+
"resourceTypes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "directory",
|
|
25
|
+
"required": true,
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
},
|
|
17
33
|
"addiproutes": {
|
|
18
34
|
"name": "AddIpRoutes",
|
|
19
35
|
"description": "Grants permission to add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services",
|
package/data/actions/lambda.json
CHANGED
|
@@ -269,6 +269,23 @@
|
|
|
269
269
|
"conditionKeys": [],
|
|
270
270
|
"dependentActions": []
|
|
271
271
|
},
|
|
272
|
+
"deleteresourcepolicy": {
|
|
273
|
+
"name": "DeleteResourcePolicy",
|
|
274
|
+
"description": "Grants permission to delete the resource-based policy for an AWS Lambda function, version, or alias",
|
|
275
|
+
"accessLevel": "Permissions management",
|
|
276
|
+
"resourceTypes": [
|
|
277
|
+
{
|
|
278
|
+
"name": "function",
|
|
279
|
+
"required": true,
|
|
280
|
+
"conditionKeys": [],
|
|
281
|
+
"dependentActions": []
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": [
|
|
286
|
+
"lambda:RemovePermission"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
272
289
|
"disablereplication": {
|
|
273
290
|
"name": "DisableReplication",
|
|
274
291
|
"isPermissionOnly": true,
|
|
@@ -530,6 +547,38 @@
|
|
|
530
547
|
"conditionKeys": [],
|
|
531
548
|
"dependentActions": []
|
|
532
549
|
},
|
|
550
|
+
"getpublicaccessblockconfig": {
|
|
551
|
+
"name": "GetPublicAccessBlockConfig",
|
|
552
|
+
"description": "Grants permission to view the PublicAccessBlockConfig of an AWS Lambda function",
|
|
553
|
+
"accessLevel": "Read",
|
|
554
|
+
"resourceTypes": [
|
|
555
|
+
{
|
|
556
|
+
"name": "function",
|
|
557
|
+
"required": true,
|
|
558
|
+
"conditionKeys": [],
|
|
559
|
+
"dependentActions": []
|
|
560
|
+
}
|
|
561
|
+
],
|
|
562
|
+
"conditionKeys": [],
|
|
563
|
+
"dependentActions": []
|
|
564
|
+
},
|
|
565
|
+
"getresourcepolicy": {
|
|
566
|
+
"name": "GetResourcePolicy",
|
|
567
|
+
"description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias",
|
|
568
|
+
"accessLevel": "Read",
|
|
569
|
+
"resourceTypes": [
|
|
570
|
+
{
|
|
571
|
+
"name": "function",
|
|
572
|
+
"required": true,
|
|
573
|
+
"conditionKeys": [],
|
|
574
|
+
"dependentActions": []
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"conditionKeys": [],
|
|
578
|
+
"dependentActions": [
|
|
579
|
+
"lambda:GetPolicy"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
533
582
|
"getruntimemanagementconfig": {
|
|
534
583
|
"name": "GetRuntimeManagementConfig",
|
|
535
584
|
"description": "Grants permission to view the runtime management configuration of an AWS Lambda function",
|
|
@@ -863,6 +912,39 @@
|
|
|
863
912
|
"conditionKeys": [],
|
|
864
913
|
"dependentActions": []
|
|
865
914
|
},
|
|
915
|
+
"putpublicaccessblockconfig": {
|
|
916
|
+
"name": "PutPublicAccessBlockConfig",
|
|
917
|
+
"description": "Grants permission to update the PublicAccessBlockConfig of an AWS Lambda function",
|
|
918
|
+
"accessLevel": "Permissions management",
|
|
919
|
+
"resourceTypes": [
|
|
920
|
+
{
|
|
921
|
+
"name": "function",
|
|
922
|
+
"required": true,
|
|
923
|
+
"conditionKeys": [],
|
|
924
|
+
"dependentActions": []
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"conditionKeys": [],
|
|
928
|
+
"dependentActions": []
|
|
929
|
+
},
|
|
930
|
+
"putresourcepolicy": {
|
|
931
|
+
"name": "PutResourcePolicy",
|
|
932
|
+
"description": "Grants permission to update the resource-based policy for an AWS Lambda function, version, or alias",
|
|
933
|
+
"accessLevel": "Permissions management",
|
|
934
|
+
"resourceTypes": [
|
|
935
|
+
{
|
|
936
|
+
"name": "function",
|
|
937
|
+
"required": true,
|
|
938
|
+
"conditionKeys": [],
|
|
939
|
+
"dependentActions": []
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"conditionKeys": [],
|
|
943
|
+
"dependentActions": [
|
|
944
|
+
"lambda:AddPermission",
|
|
945
|
+
"lambda:RemovePermission"
|
|
946
|
+
]
|
|
947
|
+
},
|
|
866
948
|
"putruntimemanagementconfig": {
|
|
867
949
|
"name": "PutRuntimeManagementConfig",
|
|
868
950
|
"description": "Grants permission to update the runtime management configuration of an AWS Lambda function",
|
|
@@ -1067,5 +1067,20 @@
|
|
|
1067
1067
|
],
|
|
1068
1068
|
"conditionKeys": [],
|
|
1069
1069
|
"dependentActions": []
|
|
1070
|
+
},
|
|
1071
|
+
"updatesolution": {
|
|
1072
|
+
"name": "UpdateSolution",
|
|
1073
|
+
"description": "Grants permission to update a solution",
|
|
1074
|
+
"accessLevel": "Write",
|
|
1075
|
+
"resourceTypes": [
|
|
1076
|
+
{
|
|
1077
|
+
"name": "solution",
|
|
1078
|
+
"required": true,
|
|
1079
|
+
"conditionKeys": [],
|
|
1080
|
+
"dependentActions": []
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"conditionKeys": [],
|
|
1084
|
+
"dependentActions": []
|
|
1070
1085
|
}
|
|
1071
1086
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.202409181",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-09-
|
|
6
|
+
"updatedAt": "2024-09-18T04:47:28.713Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|