@cloud-copilot/iam-data 0.19.202605201 → 0.19.202605211

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.
@@ -81,11 +81,14 @@
81
81
  "kms:CallerAccount",
82
82
  "kms:EncryptionContext:${EncryptionContextKey}",
83
83
  "kms:EncryptionContextKeys",
84
+ "kms:GrantConstraintSourceArn",
84
85
  "kms:GrantConstraintType",
85
86
  "kms:GranteePrincipal",
87
+ "kms:GranteeServicePrincipal",
86
88
  "kms:GrantIsForAWSResource",
87
89
  "kms:GrantOperations",
88
90
  "kms:RetiringPrincipal",
91
+ "kms:RetiringServicePrincipal",
89
92
  "kms:ViaService"
90
93
  ],
91
94
  "dependentActions": []
@@ -59,6 +59,11 @@
59
59
  "description": "Filters access to the ImportKeyMaterial operation based on the value of the ExpirationModel parameter in the request",
60
60
  "type": "String"
61
61
  },
62
+ "kms:grantconstraintsourcearn": {
63
+ "key": "kms:GrantConstraintSourceArn",
64
+ "description": "Filters access to the CreateGrant operation based on the value of SourceArn constraint in the request",
65
+ "type": "ARN"
66
+ },
62
67
  "kms:grantconstrainttype": {
63
68
  "key": "kms:GrantConstraintType",
64
69
  "description": "Filters access to the CreateGrant operation based on the grant constraint in the request",
@@ -79,6 +84,11 @@
79
84
  "description": "Filters access to the CreateGrant operation based on the grantee principal in the grant",
80
85
  "type": "String"
81
86
  },
87
+ "kms:granteeserviceprincipal": {
88
+ "key": "kms:GranteeServicePrincipal",
89
+ "description": "Filters access to the CreateGrant operation based on the value of GranteeServicePrincipal in the request",
90
+ "type": "String"
91
+ },
82
92
  "kms:keyagreementalgorithm": {
83
93
  "key": "kms:KeyAgreementAlgorithm",
84
94
  "description": "Filters access to the DeriveSharedSecret operation based on the value of the KeyAgreementAlgorithm parameter in the request",
@@ -434,6 +444,11 @@
434
444
  "description": "Filters access to the CreateGrant operation based on the retiring principal in the grant",
435
445
  "type": "String"
436
446
  },
447
+ "kms:retiringserviceprincipal": {
448
+ "key": "kms:RetiringServicePrincipal",
449
+ "description": "Filters access to the CreateGrant operation based on the value of RetiringServicePrincipal in the request",
450
+ "type": "String"
451
+ },
437
452
  "kms:rotationperiodindays": {
438
453
  "key": "kms:RotationPeriodInDays",
439
454
  "description": "Filters access to the EnableKeyRotation operation based on the value of the RotationPeriodInDays parameter in the request",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "job": {
10
10
  "key": "job",
11
- "arn": "arn:${Partition}:braket:${Region}:${Account}:job/${JobName}",
11
+ "arn": "arn:${Partition}:braket:${Region}:${Account}:job/${RandomId}",
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
@@ -22,6 +22,6 @@
22
22
  },
23
23
  "device": {
24
24
  "key": "device",
25
- "arn": "arn:${Partition}:braket:*:${Account}:device/${DeviceType}/${Provider}/${DeviceId}"
25
+ "arn": "arn:${Partition}:braket:*:*:device/${DeviceType}/${Provider}/${DeviceId}"
26
26
  }
27
27
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202605201",
3
+ "version": "0.19.202605211",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-05-20T06:00:54.506Z",
9
+ "updatedAt": "2026-05-21T06:00:59.389Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",