@cloud-copilot/iam-data 0.15.202512201 → 0.15.202512231

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.
@@ -29,11 +29,17 @@
29
29
  },
30
30
  "custom-verification-email-template": {
31
31
  "key": "custom-verification-email-template",
32
- "arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}"
32
+ "arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
33
36
  },
34
37
  "template": {
35
38
  "key": "template",
36
- "arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}"
39
+ "arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
37
43
  },
38
44
  "addon-instance": {
39
45
  "key": "addon-instance",
@@ -278,7 +278,7 @@
278
278
  "nimble": "Amazon Nimble Studio",
279
279
  "notifications": "AWS User Notifications",
280
280
  "notifications-contacts": "AWS User Notifications Contacts",
281
- "nova-act": "AWS service to manage AI agents for UI workflows",
281
+ "nova-act": "Amazon Nova Act",
282
282
  "oam": "Amazon CloudWatch Observability Access Manager",
283
283
  "observabilityadmin": "Amazon CloudWatch Observability Admin Service",
284
284
  "odb": "AWS Service - Oracle Database@AWS",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202512201",
3
+ "version": "0.15.202512231",
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": "2025-12-20T04:52:14.248Z",
9
+ "updatedAt": "2025-12-23T05:01:00.319Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",