aws-iam-data 0.0.357 → 0.0.358

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.
@@ -10635,7 +10635,26 @@
10635
10635
  ]
10636
10636
  }
10637
10637
  ],
10638
- "resourceTypes": [],
10638
+ "resourceTypes": [
10639
+ {
10640
+ "name": "instance",
10641
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appstudio/latest/userguide/concepts.html#concepts-instance",
10642
+ "arnPattern": "arn:${Partition}:appstudio:${Region}:${Account}:instance/${InstanceId}",
10643
+ "conditionKeys": []
10644
+ },
10645
+ {
10646
+ "name": "application",
10647
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appstudio/latest/userguide/concepts.html#concepts-application",
10648
+ "arnPattern": "arn:${Partition}:appstudio:${Region}:${Account}:application/${ApplicationId}",
10649
+ "conditionKeys": []
10650
+ },
10651
+ {
10652
+ "name": "connector",
10653
+ "apiReferenceUrl": "https://docs.aws.amazon.com/appstudio/latest/userguide/concepts.html#concepts-connector",
10654
+ "arnPattern": "arn:${Partition}:appstudio:${Region}:${Account}:connector/${ConnectionId}",
10655
+ "conditionKeys": []
10656
+ }
10657
+ ],
10639
10658
  "conditionKeys": []
10640
10659
  },
10641
10660
  {
@@ -862,8 +862,12 @@
862
862
  "StartRollbackEnablementJob",
863
863
  "StartTeamDeployment"
864
864
  ],
865
- "resourceTypesCount": 0,
866
- "resourceTypes": [],
865
+ "resourceTypesCount": 3,
866
+ "resourceTypes": [
867
+ "instance",
868
+ "application",
869
+ "connector"
870
+ ],
867
871
  "conditionKeysCount": 0,
868
872
  "conditionKeys": []
869
873
  },
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1892
413
+ "value": 1895
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.357",
3
+ "version": "0.0.358",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",