@cloud-copilot/iam-data 0.21.202609041 → 0.21.202609051

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": []
@@ -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",
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.202609051",
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-05T04:43:28.720Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",