@cloud-copilot/iam-data 0.21.202609041 → 0.21.202609091

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.
@@ -66,6 +66,7 @@
66
66
  "conditionKeys": [
67
67
  "aws:RequestTag/${TagKey}",
68
68
  "aws:TagKeys",
69
+ "payment-cryptography:DeriveKeyUsage",
69
70
  "payment-cryptography:KeyAlgorithm",
70
71
  "payment-cryptography:KeyClass",
71
72
  "payment-cryptography:KeyUsage"
@@ -213,7 +214,11 @@
213
214
  ],
214
215
  "conditionKeys": [
215
216
  "payment-cryptography:CertificateAuthorityPublicKeyIdentifier",
217
+ "payment-cryptography:ExportDukptInitialKey",
218
+ "payment-cryptography:ExportKeyMaterial",
219
+ "payment-cryptography:PrivateKeyIdentifier",
216
220
  "payment-cryptography:RequestAlias",
221
+ "payment-cryptography:SigningKeyIdentifier",
217
222
  "payment-cryptography:WrappingKeyIdentifier"
218
223
  ],
219
224
  "dependentActions": []
@@ -241,6 +246,29 @@
241
246
  ],
242
247
  "dependentActions": []
243
248
  },
249
+ "generateauthrequestcryptogram": {
250
+ "name": "GenerateAuthRequestCryptogram",
251
+ "description": "Grants permission to generate an Authorization Request Cryptogram (ARQC) for an EMV chip payment card authorization",
252
+ "accessLevel": "Write",
253
+ "resourceTypes": [
254
+ {
255
+ "name": "alias",
256
+ "required": true,
257
+ "conditionKeys": [],
258
+ "dependentActions": []
259
+ },
260
+ {
261
+ "name": "key",
262
+ "required": true,
263
+ "conditionKeys": [],
264
+ "dependentActions": []
265
+ }
266
+ ],
267
+ "conditionKeys": [
268
+ "payment-cryptography:RequestAlias"
269
+ ],
270
+ "dependentActions": []
271
+ },
244
272
  "generatecardvalidationdata": {
245
273
  "name": "GenerateCardValidationData",
246
274
  "description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card",
@@ -478,6 +506,7 @@
478
506
  "aws:TagKeys",
479
507
  "payment-cryptography:CertificateAuthorityPublicKeyIdentifier",
480
508
  "payment-cryptography:ImportKeyMaterial",
509
+ "payment-cryptography:PrivateKeyIdentifier",
481
510
  "payment-cryptography:WrappingKeyIdentifier"
482
511
  ],
483
512
  "dependentActions": []
@@ -3672,6 +3672,8 @@
3672
3672
  "s3:authType",
3673
3673
  "s3:if-match",
3674
3674
  "s3:if-none-match",
3675
+ "s3:object-lock-event-hold",
3676
+ "s3:object-lock-event-hold-duration-days",
3675
3677
  "s3:object-lock-legal-hold",
3676
3678
  "s3:object-lock-mode",
3677
3679
  "s3:object-lock-remaining-retention-days",
@@ -3814,6 +3816,8 @@
3814
3816
  "s3:ResourceAccount",
3815
3817
  "s3:TlsVersion",
3816
3818
  "s3:authType",
3819
+ "s3:object-lock-event-hold",
3820
+ "s3:object-lock-event-hold-duration-days",
3817
3821
  "s3:object-lock-mode",
3818
3822
  "s3:object-lock-remaining-retention-days",
3819
3823
  "s3:object-lock-retain-until-date",
@@ -4057,6 +4061,8 @@
4057
4061
  "s3:ResourceAccount",
4058
4062
  "s3:TlsVersion",
4059
4063
  "s3:authType",
4064
+ "s3:object-lock-event-hold",
4065
+ "s3:object-lock-event-hold-duration-days",
4060
4066
  "s3:signatureAge",
4061
4067
  "s3:signatureversion",
4062
4068
  "s3:x-amz-content-sha256",
@@ -19,6 +19,21 @@
19
19
  "description": "Filters access by the CertificateAuthorityPublicKeyIdentifier specified in the request or the ImportKey, and ExportKey operations",
20
20
  "type": "String"
21
21
  },
22
+ "payment-cryptography:derivekeyusage": {
23
+ "key": "payment-cryptography:DeriveKeyUsage",
24
+ "description": "Filters access by the DeriveKeyUsage specified in the request for the CreateKey operation",
25
+ "type": "String"
26
+ },
27
+ "payment-cryptography:exportdukptinitialkey": {
28
+ "key": "payment-cryptography:ExportDukptInitialKey",
29
+ "description": "Filters access by whether the request is to export a DUKPT initial key for the ExportKey operation",
30
+ "type": "Bool"
31
+ },
32
+ "payment-cryptography:exportkeymaterial": {
33
+ "key": "payment-cryptography:ExportKeyMaterial",
34
+ "description": "Filters access by the type of key material being exported [Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram, KeyCryptogram] for the ExportKey operation",
35
+ "type": "String"
36
+ },
22
37
  "payment-cryptography:importkeymaterial": {
23
38
  "key": "payment-cryptography:ImportKeyMaterial",
24
39
  "description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram, KeyCryptogram] for the ImportKey operation",
@@ -36,7 +51,12 @@
36
51
  },
37
52
  "payment-cryptography:keyusage": {
38
53
  "key": "payment-cryptography:KeyUsage",
39
- "description": "Filters access by KeyClass specified in the request or associated with a key for the CreateKey operation",
54
+ "description": "Filters access by KeyUsage specified in the request or associated with a key for the CreateKey operation",
55
+ "type": "String"
56
+ },
57
+ "payment-cryptography:privatekeyidentifier": {
58
+ "key": "payment-cryptography:PrivateKeyIdentifier",
59
+ "description": "Filters access by the PrivateKeyIdentifier specified in the request for the ImportKey and ExportKey operations",
40
60
  "type": "String"
41
61
  },
42
62
  "payment-cryptography:requestalias": {
@@ -49,6 +69,11 @@
49
69
  "description": "Filters access by aliases associated with a key for the specified operation",
50
70
  "type": "ArrayOfString"
51
71
  },
72
+ "payment-cryptography:signingkeyidentifier": {
73
+ "key": "payment-cryptography:SigningKeyIdentifier",
74
+ "description": "Filters access by the SigningKeyIdentifier specified in the request for the ExportKey operation",
75
+ "type": "String"
76
+ },
52
77
  "payment-cryptography:wrappingkeyidentifier": {
53
78
  "key": "payment-cryptography:WrappingKeyIdentifier",
54
79
  "description": "Filters access by the WrappingKeyIdentifier specified in the request for the ImportKey, and ExportKey operations",
@@ -174,6 +174,16 @@
174
174
  "description": "Filters access by maximum number of keys returned in a ListBucket request",
175
175
  "type": "Numeric"
176
176
  },
177
+ "s3:object-lock-event-hold": {
178
+ "key": "s3:object-lock-event-hold",
179
+ "description": "Filters access by object event hold status (ON or OFF)",
180
+ "type": "String"
181
+ },
182
+ "s3:object-lock-event-hold-duration-days": {
183
+ "key": "s3:object-lock-event-hold-duration-days",
184
+ "description": "Filters access by object event hold duration in days",
185
+ "type": "Numeric"
186
+ },
177
187
  "s3:object-lock-legal-hold": {
178
188
  "key": "s3:object-lock-legal-hold",
179
189
  "description": "Filters access by object legal hold status",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202609041",
3
+ "version": "0.21.202609091",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/act-security-labs/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-09-04T04:46:59.043Z",
9
+ "updatedAt": "2026-09-09T04:46:03.115Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",