@cloud-copilot/iam-data 0.4.202409171 → 0.4.202409191

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 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 deploying more than once per day if necessary. For example version `0.1.202408291` has data updated on August 29th, 2024.
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
 
@@ -542,7 +542,9 @@
542
542
  "accessLevel": "List",
543
543
  "resourceTypes": [],
544
544
  "conditionKeys": [],
545
- "dependentActions": []
545
+ "dependentActions": [
546
+ "s3:ListAllMyBuckets"
547
+ ]
546
548
  },
547
549
  "removeallbackends": {
548
550
  "name": "RemoveAllBackends",
@@ -56,6 +56,23 @@
56
56
  "conditionKeys": [],
57
57
  "dependentActions": []
58
58
  },
59
+ "associatesbomwithpackageversion": {
60
+ "name": "AssociateSbomWithPackageVersion",
61
+ "description": "Grants permission to associate SBOM files to a package version",
62
+ "accessLevel": "Write",
63
+ "resourceTypes": [
64
+ {
65
+ "name": "packageversion",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
71
+ "conditionKeys": [],
72
+ "dependentActions": [
73
+ "iot:GetIndexingConfiguration"
74
+ ]
75
+ },
59
76
  "associatetargetswithjob": {
60
77
  "name": "AssociateTargetsWithJob",
61
78
  "description": "Grants permission to associate a group with a continuous job",
@@ -615,7 +632,8 @@
615
632
  "required": true,
616
633
  "conditionKeys": [],
617
634
  "dependentActions": [
618
- "iot:GetIndexingConfiguration"
635
+ "iot:GetIndexingConfiguration",
636
+ "s3:GetObjectVersion"
619
637
  ]
620
638
  },
621
639
  {
@@ -1979,6 +1997,21 @@
1979
1997
  "conditionKeys": [],
1980
1998
  "dependentActions": []
1981
1999
  },
2000
+ "disassociatesbomfrompackageversion": {
2001
+ "name": "DisassociateSbomFromPackageVersion",
2002
+ "description": "Grants permission to disassociate SBOM files from a package version",
2003
+ "accessLevel": "Write",
2004
+ "resourceTypes": [
2005
+ {
2006
+ "name": "packageversion",
2007
+ "required": true,
2008
+ "conditionKeys": [],
2009
+ "dependentActions": []
2010
+ }
2011
+ ],
2012
+ "conditionKeys": [],
2013
+ "dependentActions": []
2014
+ },
1982
2015
  "enabletopicrule": {
1983
2016
  "name": "EnableTopicRule",
1984
2017
  "description": "Grants permission to enable the specified rule",
@@ -2678,6 +2711,21 @@
2678
2711
  "conditionKeys": [],
2679
2712
  "dependentActions": []
2680
2713
  },
2714
+ "listsbomvalidationresults": {
2715
+ "name": "ListSbomValidationResults",
2716
+ "description": "Grants permission to list SBOM validation results of a package version",
2717
+ "accessLevel": "List",
2718
+ "resourceTypes": [
2719
+ {
2720
+ "name": "packageversion",
2721
+ "required": true,
2722
+ "conditionKeys": [],
2723
+ "dependentActions": []
2724
+ }
2725
+ ],
2726
+ "conditionKeys": [],
2727
+ "dependentActions": []
2728
+ },
2681
2729
  "listscheduledaudits": {
2682
2730
  "name": "ListScheduledAudits",
2683
2731
  "description": "Grants permission to list all of your scheduled audits",
@@ -3985,7 +4033,8 @@
3985
4033
  "required": true,
3986
4034
  "conditionKeys": [],
3987
4035
  "dependentActions": [
3988
- "iot:GetIndexingConfiguration"
4036
+ "iot:GetIndexingConfiguration",
4037
+ "s3:GetObjectVersion"
3989
4038
  ]
3990
4039
  },
3991
4040
  {
@@ -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",
@@ -17,7 +17,9 @@
17
17
  "s3express:ResourceAccount",
18
18
  "s3express:signatureversion",
19
19
  "s3express:TlsVersion",
20
- "s3express:x-amz-content-sha256"
20
+ "s3express:x-amz-content-sha256",
21
+ "s3express:x-amz-server-side-encryption",
22
+ "s3express:x-amz-server-side-encryption-aws-kms-key-id"
21
23
  ],
22
24
  "dependentActions": []
23
25
  },
@@ -107,6 +109,27 @@
107
109
  ],
108
110
  "dependentActions": []
109
111
  },
112
+ "getencryptionconfiguration": {
113
+ "name": "GetEncryptionConfiguration",
114
+ "description": "Grants permission to return the default encryption configuration for a directory bucket",
115
+ "accessLevel": "Read",
116
+ "resourceTypes": [
117
+ {
118
+ "name": "bucket",
119
+ "required": true,
120
+ "conditionKeys": [],
121
+ "dependentActions": []
122
+ }
123
+ ],
124
+ "conditionKeys": [
125
+ "s3express:authType",
126
+ "s3express:ResourceAccount",
127
+ "s3express:signatureversion",
128
+ "s3express:TlsVersion",
129
+ "s3express:x-amz-content-sha256"
130
+ ],
131
+ "dependentActions": []
132
+ },
110
133
  "listallmydirectorybuckets": {
111
134
  "name": "ListAllMyDirectoryBuckets",
112
135
  "description": "Grants permission to list all directory buckets owned by the authenticated sender of the request",
@@ -141,5 +164,26 @@
141
164
  "s3express:x-amz-content-sha256"
142
165
  ],
143
166
  "dependentActions": []
167
+ },
168
+ "putencryptionconfiguration": {
169
+ "name": "PutEncryptionConfiguration",
170
+ "description": "Grants permission to set the encryption configuration for a directory bucket",
171
+ "accessLevel": "Write",
172
+ "resourceTypes": [
173
+ {
174
+ "name": "bucket",
175
+ "required": true,
176
+ "conditionKeys": [],
177
+ "dependentActions": []
178
+ }
179
+ ],
180
+ "conditionKeys": [
181
+ "s3express:authType",
182
+ "s3express:ResourceAccount",
183
+ "s3express:signatureversion",
184
+ "s3express:TlsVersion",
185
+ "s3express:x-amz-content-sha256"
186
+ ],
187
+ "dependentActions": []
144
188
  }
145
189
  }
@@ -38,5 +38,15 @@
38
38
  "key": "s3express:x-amz-content-sha256",
39
39
  "description": "Filters access by unsigned content in your bucket",
40
40
  "type": "String"
41
+ },
42
+ "s3express:x-amz-server-side-encryption": {
43
+ "key": "s3express:x-amz-server-side-encryption",
44
+ "description": "Filters access by server-side encryption",
45
+ "type": "String"
46
+ },
47
+ "s3express:x-amz-server-side-encryption-aws-kms-key-id": {
48
+ "key": "s3express:x-amz-server-side-encryption-aws-kms-key-id",
49
+ "description": "Filters access by AWS KMS customer managed key for server-side encryption",
50
+ "type": "ARN"
41
51
  }
42
52
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.4.202409171",
3
+ "version": "0.4.202409191",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-09-17T04:46:20.793Z",
6
+ "updatedAt": "2024-09-19T04:47:28.830Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",