@cloud-copilot/iam-data 0.21.202609021 → 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.
@@ -145,6 +145,14 @@
145
145
  "conditionKeys": [],
146
146
  "dependentActions": []
147
147
  },
148
+ "getaccountsettings": {
149
+ "name": "GetAccountSettings",
150
+ "description": "Grants permission to get EVS account settings",
151
+ "accessLevel": "Read",
152
+ "resourceTypes": [],
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ },
148
156
  "getdepoturl": {
149
157
  "name": "GetDepotUrl",
150
158
  "description": "Grants permission to get an Amazon EVS environment depot url",
@@ -266,6 +274,14 @@
266
274
  "conditionKeys": [],
267
275
  "dependentActions": []
268
276
  },
277
+ "putaccountsettings": {
278
+ "name": "PutAccountSettings",
279
+ "description": "Grants permission to get EVS account settings",
280
+ "accessLevel": "Write",
281
+ "resourceTypes": [],
282
+ "conditionKeys": [],
283
+ "dependentActions": []
284
+ },
269
285
  "tagresource": {
270
286
  "name": "TagResource",
271
287
  "description": "Grants permission to tag a specified resource ARN",
@@ -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": []
@@ -64,6 +64,21 @@
64
64
  ],
65
65
  "dependentActions": []
66
66
  },
67
+ "createextension": {
68
+ "name": "CreateExtension",
69
+ "description": "Grants permission to create an extension",
70
+ "accessLevel": "Write",
71
+ "resourceTypes": [
72
+ {
73
+ "name": "extension",
74
+ "required": true,
75
+ "conditionKeys": [],
76
+ "dependentActions": []
77
+ }
78
+ ],
79
+ "conditionKeys": [],
80
+ "dependentActions": []
81
+ },
67
82
  "createextensionaccess": {
68
83
  "name": "CreateExtensionAccess",
69
84
  "description": "Grants permission to create an extension access",
@@ -124,6 +139,21 @@
124
139
  "conditionKeys": [],
125
140
  "dependentActions": []
126
141
  },
142
+ "deleteextension": {
143
+ "name": "DeleteExtension",
144
+ "description": "Grants permission to delete an extension",
145
+ "accessLevel": "Write",
146
+ "resourceTypes": [
147
+ {
148
+ "name": "extension",
149
+ "required": true,
150
+ "conditionKeys": [],
151
+ "dependentActions": []
152
+ }
153
+ ],
154
+ "conditionKeys": [],
155
+ "dependentActions": []
156
+ },
127
157
  "deleteextensionaccess": {
128
158
  "name": "DeleteExtensionAccess",
129
159
  "description": "Grants permission to delete an extension access",
@@ -177,6 +207,21 @@
177
207
  "conditionKeys": [],
178
208
  "dependentActions": []
179
209
  },
210
+ "describeextension": {
211
+ "name": "DescribeExtension",
212
+ "description": "Grants permission to describe an extension",
213
+ "accessLevel": "Read",
214
+ "resourceTypes": [
215
+ {
216
+ "name": "extension",
217
+ "required": true,
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ }
221
+ ],
222
+ "conditionKeys": [],
223
+ "dependentActions": []
224
+ },
180
225
  "describeextensionaccess": {
181
226
  "name": "DescribeExtensionAccess",
182
227
  "description": "Grants permission to describe an extension access",
@@ -192,6 +237,21 @@
192
237
  "conditionKeys": [],
193
238
  "dependentActions": []
194
239
  },
240
+ "describeextensionpermissions": {
241
+ "name": "DescribeExtensionPermissions",
242
+ "description": "Grants permission to describe the permissions of an extension",
243
+ "accessLevel": "Read",
244
+ "resourceTypes": [
245
+ {
246
+ "name": "extension",
247
+ "required": true,
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ }
251
+ ],
252
+ "conditionKeys": [],
253
+ "dependentActions": []
254
+ },
195
255
  "describequickindexcapacity": {
196
256
  "name": "DescribeQuickIndexCapacity",
197
257
  "description": "Grants permission to describe index capacity",
@@ -271,6 +331,14 @@
271
331
  "conditionKeys": [],
272
332
  "dependentActions": []
273
333
  },
334
+ "listextensions": {
335
+ "name": "ListExtensions",
336
+ "description": "Grants permission to list extensions",
337
+ "accessLevel": "List",
338
+ "resourceTypes": [],
339
+ "conditionKeys": [],
340
+ "dependentActions": []
341
+ },
274
342
  "listkmskeysforuser": {
275
343
  "name": "ListKMSKeysForUser",
276
344
  "description": "Grants permission to list a user's KMS keys",
@@ -419,6 +487,21 @@
419
487
  "conditionKeys": [],
420
488
  "dependentActions": []
421
489
  },
490
+ "startextensioninstallation": {
491
+ "name": "StartExtensionInstallation",
492
+ "description": "Grants permission to start installation of an extension",
493
+ "accessLevel": "Write",
494
+ "resourceTypes": [
495
+ {
496
+ "name": "extension",
497
+ "required": true,
498
+ "conditionKeys": [],
499
+ "dependentActions": []
500
+ }
501
+ ],
502
+ "conditionKeys": [],
503
+ "dependentActions": []
504
+ },
422
505
  "subscribe": {
423
506
  "name": "Subscribe",
424
507
  "description": "Grants permission to subscribe to Amazon QuickSight, and also to allow the user to upgrade the subscription to Enterprise edition",
@@ -476,6 +559,21 @@
476
559
  "conditionKeys": [],
477
560
  "dependentActions": []
478
561
  },
562
+ "updateextension": {
563
+ "name": "UpdateExtension",
564
+ "description": "Grants permission to update an extension",
565
+ "accessLevel": "Write",
566
+ "resourceTypes": [
567
+ {
568
+ "name": "extension",
569
+ "required": true,
570
+ "conditionKeys": [],
571
+ "dependentActions": []
572
+ }
573
+ ],
574
+ "conditionKeys": [],
575
+ "dependentActions": []
576
+ },
479
577
  "updateextensionaccess": {
480
578
  "name": "UpdateExtensionAccess",
481
579
  "description": "Grants permission to update an extension access",
@@ -491,6 +589,21 @@
491
589
  "conditionKeys": [],
492
590
  "dependentActions": []
493
591
  },
592
+ "updateextensionpermissions": {
593
+ "name": "UpdateExtensionPermissions",
594
+ "description": "Grants permission to update the permissions of an extension",
595
+ "accessLevel": "Permissions management, Write",
596
+ "resourceTypes": [
597
+ {
598
+ "name": "extension",
599
+ "required": true,
600
+ "conditionKeys": [],
601
+ "dependentActions": []
602
+ }
603
+ ],
604
+ "conditionKeys": [],
605
+ "dependentActions": []
606
+ },
494
607
  "updatequickindexcapacity": {
495
608
  "name": "UpdateQuickIndexCapacity",
496
609
  "description": "Grants permission to update index capacity",
@@ -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",
@@ -119,6 +119,10 @@
119
119
  "aws:ResourceTag/${TagKey}"
120
120
  ]
121
121
  },
122
+ "extension": {
123
+ "key": "extension",
124
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension/${ResourceId}"
125
+ },
122
126
  "extensionaccess": {
123
127
  "key": "extensionaccess",
124
128
  "arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension-access/${ResourceId}"
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202609021",
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-02T04:46:37.958Z",
9
+ "updatedAt": "2026-09-05T04:43:28.720Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",