aws-iam-data 0.0.77 → 0.0.78

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.
@@ -1,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2023-09-01",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS CodeCommit": [
8
+ "codecommit:ListFileCommitHistory"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2023-08-30",
4
15
  "addedServices": [],
@@ -26359,7 +26359,7 @@
26359
26359
  "name": "acm:DomainNames",
26360
26360
  "apiReferenceUrl": "https://docs.aws.amazon.com/acm/latest/userguide/security-iam.html",
26361
26361
  "description": "Filters access by domainNames in the request. This key can be used to restrict which domains can be in certificate requests",
26362
- "type": "String"
26362
+ "type": "ArrayOfString"
26363
26363
  },
26364
26364
  {
26365
26365
  "name": "acm:KeyAlgorithm",
@@ -32500,6 +32500,7 @@
32500
32500
  "aws:TagKeys"
32501
32501
  ],
32502
32502
  "dependentActions": [
32503
+ "iam:PassRole",
32503
32504
  "logs:CreateLogDelivery",
32504
32505
  "logs:CreateLogGroup",
32505
32506
  "logs:DeleteLogDelivery",
@@ -32508,7 +32509,8 @@
32508
32509
  "logs:GetLogDelivery",
32509
32510
  "logs:ListLogDeliveries",
32510
32511
  "logs:PutResourcePolicy",
32511
- "logs:UpdateLogDelivery"
32512
+ "logs:UpdateLogDelivery",
32513
+ "s3:GetBucketLocation"
32512
32514
  ]
32513
32515
  },
32514
32516
  {
@@ -33189,6 +33191,7 @@
33189
33191
  "required": true,
33190
33192
  "conditionKeys": [],
33191
33193
  "dependentActions": [
33194
+ "iam:PassRole",
33192
33195
  "logs:CreateLogDelivery",
33193
33196
  "logs:CreateLogGroup",
33194
33197
  "logs:DeleteLogDelivery",
@@ -33197,7 +33200,8 @@
33197
33200
  "logs:GetLogDelivery",
33198
33201
  "logs:ListLogDeliveries",
33199
33202
  "logs:PutResourcePolicy",
33200
- "logs:UpdateLogDelivery"
33203
+ "logs:UpdateLogDelivery",
33204
+ "s3:GetBucketLocation"
33201
33205
  ]
33202
33206
  }
33203
33207
  ]
@@ -48537,6 +48541,21 @@
48537
48541
  }
48538
48542
  ]
48539
48543
  },
48544
+ {
48545
+ "name": "ListFileCommitHistory",
48546
+ "apiReferenceUrl": "https://docs.aws.amazon.com/codecommit/latest/APIReference/API_ListFileCommitHistory.html",
48547
+ "permissionOnly": false,
48548
+ "description": "Grants permission to list commits and changes to a specified file",
48549
+ "accessLevel": "List",
48550
+ "resourceTypes": [
48551
+ {
48552
+ "resourceType": "repository",
48553
+ "required": true,
48554
+ "conditionKeys": [],
48555
+ "dependentActions": []
48556
+ }
48557
+ ]
48558
+ },
48540
48559
  {
48541
48560
  "name": "ListPullRequests",
48542
48561
  "apiReferenceUrl": "https://docs.aws.amazon.com/codecommit/latest/APIReference/API_ListPullRequests.html",
@@ -3822,7 +3822,7 @@
3822
3822
  "name": "AWS CodeCommit",
3823
3823
  "servicePrefix": "codecommit",
3824
3824
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodecommit.html",
3825
- "actionsCount": 88,
3825
+ "actionsCount": 89,
3826
3826
  "actions": [
3827
3827
  "AssociateApprovalRuleTemplateWithRepository",
3828
3828
  "BatchAssociateApprovalRuleTemplateWithRepositories",
@@ -3879,6 +3879,7 @@
3879
3879
  "ListApprovalRuleTemplates",
3880
3880
  "ListAssociatedApprovalRuleTemplatesForRepository",
3881
3881
  "ListBranches",
3882
+ "ListFileCommitHistory",
3882
3883
  "ListPullRequests",
3883
3884
  "ListRepositories",
3884
3885
  "ListRepositoriesForApprovalRuleTemplate",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2414
13
+ "value": 2415
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -154,7 +154,7 @@
154
154
  },
155
155
  {
156
156
  "key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
157
- "value": 79
157
+ "value": 80
158
158
  },
159
159
  {
160
160
  "key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
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",