aws-iam-data 0.0.154 → 0.0.155
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,17 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-02-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Resource Groups": [
|
|
8
|
+
"resource-groups:DeleteGroupPolicy",
|
|
9
|
+
"resource-groups:GetGroupPolicy",
|
|
10
|
+
"resource-groups:ListResourceTypes"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"removedActions": {}
|
|
14
|
+
},
|
|
2
15
|
{
|
|
3
16
|
"dateOfChange": "2024-02-21",
|
|
4
17
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -272881,7 +272881,9 @@
|
|
|
272881
272881
|
"aws:RequestTag/${TagKey}",
|
|
272882
272882
|
"aws:TagKeys"
|
|
272883
272883
|
],
|
|
272884
|
-
"dependentActions": [
|
|
272884
|
+
"dependentActions": [
|
|
272885
|
+
"cloudformation:DescribeStacks"
|
|
272886
|
+
]
|
|
272885
272887
|
}
|
|
272886
272888
|
]
|
|
272887
272889
|
},
|
|
@@ -272900,6 +272902,21 @@
|
|
|
272900
272902
|
}
|
|
272901
272903
|
]
|
|
272902
272904
|
},
|
|
272905
|
+
{
|
|
272906
|
+
"name": "DeleteGroupPolicy",
|
|
272907
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/license-manager/latest/userguide/management-role.html#service-linked-role-permissions-management-role",
|
|
272908
|
+
"permissionOnly": true,
|
|
272909
|
+
"description": "Grants permission to delete a resource-based policy for the specified group",
|
|
272910
|
+
"accessLevel": "Write",
|
|
272911
|
+
"resourceTypes": [
|
|
272912
|
+
{
|
|
272913
|
+
"resourceType": "group",
|
|
272914
|
+
"required": true,
|
|
272915
|
+
"conditionKeys": [],
|
|
272916
|
+
"dependentActions": []
|
|
272917
|
+
}
|
|
272918
|
+
]
|
|
272919
|
+
},
|
|
272903
272920
|
{
|
|
272904
272921
|
"name": "DisassociateResource",
|
|
272905
272922
|
"apiReferenceUrl": "https://docs.aws.amazon.com/servicecatalog/latest/arguide/associate-resources.html",
|
|
@@ -272960,6 +272977,21 @@
|
|
|
272960
272977
|
}
|
|
272961
272978
|
]
|
|
272962
272979
|
},
|
|
272980
|
+
{
|
|
272981
|
+
"name": "GetGroupPolicy",
|
|
272982
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/license-manager/latest/userguide/management-role.html#service-linked-role-permissions-management-role",
|
|
272983
|
+
"permissionOnly": true,
|
|
272984
|
+
"description": "Grants permission to get a resource-based policy for the specified group",
|
|
272985
|
+
"accessLevel": "Read",
|
|
272986
|
+
"resourceTypes": [
|
|
272987
|
+
{
|
|
272988
|
+
"resourceType": "group",
|
|
272989
|
+
"required": true,
|
|
272990
|
+
"conditionKeys": [],
|
|
272991
|
+
"dependentActions": []
|
|
272992
|
+
}
|
|
272993
|
+
]
|
|
272994
|
+
},
|
|
272963
272995
|
{
|
|
272964
272996
|
"name": "GetGroupQuery",
|
|
272965
272997
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_GetGroupQuery.html",
|
|
@@ -273039,6 +273071,21 @@
|
|
|
273039
273071
|
}
|
|
273040
273072
|
]
|
|
273041
273073
|
},
|
|
273074
|
+
{
|
|
273075
|
+
"name": "ListResourceTypes",
|
|
273076
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-query.html",
|
|
273077
|
+
"permissionOnly": true,
|
|
273078
|
+
"description": "Grants permission to list supported resource types",
|
|
273079
|
+
"accessLevel": "List",
|
|
273080
|
+
"resourceTypes": [
|
|
273081
|
+
{
|
|
273082
|
+
"resourceType": "",
|
|
273083
|
+
"required": false,
|
|
273084
|
+
"conditionKeys": [],
|
|
273085
|
+
"dependentActions": []
|
|
273086
|
+
}
|
|
273087
|
+
]
|
|
273088
|
+
},
|
|
273042
273089
|
{
|
|
273043
273090
|
"name": "PutGroupConfiguration",
|
|
273044
273091
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_PutGroupConfiguration.html",
|
|
@@ -273191,7 +273238,9 @@
|
|
|
273191
273238
|
"resourceType": "group",
|
|
273192
273239
|
"required": true,
|
|
273193
273240
|
"conditionKeys": [],
|
|
273194
|
-
"dependentActions": [
|
|
273241
|
+
"dependentActions": [
|
|
273242
|
+
"cloudformation:DescribeStacks"
|
|
273243
|
+
]
|
|
273195
273244
|
}
|
|
273196
273245
|
]
|
|
273197
273246
|
}
|
|
@@ -20106,20 +20106,23 @@
|
|
|
20106
20106
|
"name": "AWS Resource Groups",
|
|
20107
20107
|
"servicePrefix": "resource-groups",
|
|
20108
20108
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourcegroups.html",
|
|
20109
|
-
"actionsCount":
|
|
20109
|
+
"actionsCount": 24,
|
|
20110
20110
|
"actions": [
|
|
20111
20111
|
"AssociateResource",
|
|
20112
20112
|
"CreateGroup",
|
|
20113
20113
|
"DeleteGroup",
|
|
20114
|
+
"DeleteGroupPolicy",
|
|
20114
20115
|
"DisassociateResource",
|
|
20115
20116
|
"GetAccountSettings",
|
|
20116
20117
|
"GetGroup",
|
|
20117
20118
|
"GetGroupConfiguration",
|
|
20119
|
+
"GetGroupPolicy",
|
|
20118
20120
|
"GetGroupQuery",
|
|
20119
20121
|
"GetTags",
|
|
20120
20122
|
"GroupResources",
|
|
20121
20123
|
"ListGroupResources",
|
|
20122
20124
|
"ListGroups",
|
|
20125
|
+
"ListResourceTypes",
|
|
20123
20126
|
"PutGroupConfiguration",
|
|
20124
20127
|
"PutGroupPolicy",
|
|
20125
20128
|
"SearchResources",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9065
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"key": "
|
|
9
|
-
"value":
|
|
8
|
+
"key": "List Actions",
|
|
9
|
+
"value": 2641
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"key": "
|
|
13
|
-
"value":
|
|
12
|
+
"key": "Read Actions",
|
|
13
|
+
"value": 4422
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.155",
|
|
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",
|