@cloud-copilot/iam-data 0.9.202507171 → 0.9.202507181

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.
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "createcertificate": {
18
18
  "name": "CreateCertificate",
19
- "description": "Grants permission to create a certificate",
19
+ "description": "Grants permission to call the CreateCertificate method to accept the CertificateSigningRequest, and return the signed certificate",
20
20
  "accessLevel": "Write",
21
21
  "resourceTypes": [],
22
22
  "conditionKeys": [],
@@ -278,6 +278,12 @@
278
278
  "conditionKeys": [],
279
279
  "dependentActions": []
280
280
  },
281
+ {
282
+ "name": "securityConfiguration",
283
+ "required": false,
284
+ "conditionKeys": [],
285
+ "dependentActions": []
286
+ },
281
287
  {
282
288
  "name": "virtualCluster",
283
289
  "required": false,
@@ -339,6 +345,12 @@
339
345
  "conditionKeys": [],
340
346
  "dependentActions": []
341
347
  },
348
+ {
349
+ "name": "securityConfiguration",
350
+ "required": false,
351
+ "conditionKeys": [],
352
+ "dependentActions": []
353
+ },
342
354
  {
343
355
  "name": "virtualCluster",
344
356
  "required": false,
@@ -375,6 +387,12 @@
375
387
  "conditionKeys": [],
376
388
  "dependentActions": []
377
389
  },
390
+ {
391
+ "name": "securityConfiguration",
392
+ "required": false,
393
+ "conditionKeys": [],
394
+ "dependentActions": []
395
+ },
378
396
  {
379
397
  "name": "virtualCluster",
380
398
  "required": false,
@@ -33,9 +33,5 @@
33
33
  "conditionKeys": [
34
34
  "aws:ResourceTag/${TagKey}"
35
35
  ]
36
- },
37
- "certificate": {
38
- "key": "certificate",
39
- "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/certificates/${CertificateId}"
40
36
  }
41
37
  }
@@ -55,10 +55,7 @@
55
55
  },
56
56
  "namespace": {
57
57
  "key": "namespace",
58
- "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}",
59
- "conditionKeys": [
60
- "aws:ResourceTag/${TagKey}"
61
- ]
58
+ "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
62
59
  },
63
60
  "parametergroup": {
64
61
  "key": "parametergroup",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202507171",
3
+ "version": "0.9.202507181",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-07-17T05:01:41.010Z",
6
+ "updatedAt": "2025-07-18T05:02:29.708Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",