aws-iam-data 0.0.336 → 0.0.337

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.
@@ -65964,6 +65964,7 @@
65964
65964
  },
65965
65965
  {
65966
65966
  "name": "CreateCloudFormationDeployment",
65967
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/APIReference/codedeploy/latest/userguide/deployments-create-ecs-cfn.html",
65967
65968
  "permissionOnly": true,
65968
65969
  "description": "Grants permission to create CloudFormation deployment to cooperate ochestration for a CloudFormation stack update",
65969
65970
  "accessLevel": "Write",
@@ -66581,7 +66582,9 @@
66581
66582
  "name": "application",
66582
66583
  "apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/userguide/auth-and-access-control-permissions-reference.html",
66583
66584
  "arnPattern": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}",
66584
- "conditionKeys": []
66585
+ "conditionKeys": [
66586
+ "aws:ResourceTag/${TagKey}"
66587
+ ]
66585
66588
  },
66586
66589
  {
66587
66590
  "name": "deploymentconfig",
@@ -66593,7 +66596,9 @@
66593
66596
  "name": "deploymentgroup",
66594
66597
  "apiReferenceUrl": "https://docs.aws.amazon.com/codedeploy/latest/userguide/auth-and-access-control-permissions-reference.html",
66595
66598
  "arnPattern": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}",
66596
- "conditionKeys": []
66599
+ "conditionKeys": [
66600
+ "aws:ResourceTag/${TagKey}"
66601
+ ]
66597
66602
  },
66598
66603
  {
66599
66604
  "name": "instance",
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "Actions by type": [
3
+ {
4
+ "key": "Write Actions",
5
+ "value": 10153
6
+ },
3
7
  {
4
8
  "key": "Read Actions",
5
9
  "value": 4929
@@ -11,10 +15,6 @@
11
15
  {
12
16
  "key": "Permissions Actions",
13
17
  "value": 316
14
- },
15
- {
16
- "key": "Write Actions",
17
- "value": 10153
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.336",
3
+ "version": "0.0.337",
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",