aws-iam-data 0.0.256 → 0.0.257

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,16 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-08-23",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Elastic Container Registry": [
8
+ "ecr:GetAccountSetting",
9
+ "ecr:PutAccountSetting"
10
+ ]
11
+ },
12
+ "removedActions": {}
13
+ },
2
14
  {
3
15
  "dateOfChange": "2024-08-22",
4
16
  "addedServices": [],
@@ -131022,6 +131022,21 @@
131022
131022
  }
131023
131023
  ]
131024
131024
  },
131025
+ {
131026
+ "name": "GetAccountSetting",
131027
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_GetAccountSetting.html",
131028
+ "permissionOnly": false,
131029
+ "description": "Grants permission to retrieve account settings",
131030
+ "accessLevel": "Read",
131031
+ "resourceTypes": [
131032
+ {
131033
+ "resourceType": "",
131034
+ "required": false,
131035
+ "conditionKeys": [],
131036
+ "dependentActions": []
131037
+ }
131038
+ ]
131039
+ },
131025
131040
  {
131026
131041
  "name": "GetAuthorizationToken",
131027
131042
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_GetAuthorizationToken.html",
@@ -131181,6 +131196,21 @@
131181
131196
  }
131182
131197
  ]
131183
131198
  },
131199
+ {
131200
+ "name": "PutAccountSetting",
131201
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_PutAccountSetting.html",
131202
+ "permissionOnly": false,
131203
+ "description": "Grants permission to update account settings",
131204
+ "accessLevel": "Write",
131205
+ "resourceTypes": [
131206
+ {
131207
+ "resourceType": "",
131208
+ "required": false,
131209
+ "conditionKeys": [],
131210
+ "dependentActions": []
131211
+ }
131212
+ ]
131213
+ },
131184
131214
  {
131185
131215
  "name": "PutImage",
131186
131216
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_PutImage.html",
@@ -9069,7 +9069,7 @@
9069
9069
  "name": "Amazon Elastic Container Registry",
9070
9070
  "servicePrefix": "ecr",
9071
9071
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerregistry.html",
9072
- "actionsCount": 49,
9072
+ "actionsCount": 51,
9073
9073
  "actions": [
9074
9074
  "BatchCheckLayerAvailability",
9075
9075
  "BatchDeleteImage",
@@ -9093,6 +9093,7 @@
9093
9093
  "DescribeRegistry",
9094
9094
  "DescribeRepositories",
9095
9095
  "DescribeRepositoryCreationTemplates",
9096
+ "GetAccountSetting",
9096
9097
  "GetAuthorizationToken",
9097
9098
  "GetDownloadUrlForLayer",
9098
9099
  "GetLifecyclePolicy",
@@ -9103,6 +9104,7 @@
9103
9104
  "InitiateLayerUpload",
9104
9105
  "ListImages",
9105
9106
  "ListTagsForResource",
9107
+ "PutAccountSetting",
9106
9108
  "PutImage",
9107
9109
  "PutImageScanningConfiguration",
9108
9110
  "PutImageTagMutability",
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9501
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4615
5
+ "value": 4616
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
@@ -15,6 +11,10 @@
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 293
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9502
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.256",
3
+ "version": "0.0.257",
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",