aws-iam-data 0.0.215 → 0.0.216
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": "2024-06-05",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Batch": [
|
|
8
|
+
"batch:GetJobQueueSnapshot"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2024-05-31",
|
|
4
15
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -25161,6 +25161,21 @@
|
|
|
25161
25161
|
}
|
|
25162
25162
|
]
|
|
25163
25163
|
},
|
|
25164
|
+
{
|
|
25165
|
+
"name": "GetJobQueueSnapshot",
|
|
25166
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/batch/latest/APIReference/API_GetJobQueueSnapshot.html",
|
|
25167
|
+
"permissionOnly": false,
|
|
25168
|
+
"description": "Grants permission to get a snapshot of an AWS Batch job queue in your account",
|
|
25169
|
+
"accessLevel": "Read",
|
|
25170
|
+
"resourceTypes": [
|
|
25171
|
+
{
|
|
25172
|
+
"resourceType": "job-queue",
|
|
25173
|
+
"required": true,
|
|
25174
|
+
"conditionKeys": [],
|
|
25175
|
+
"dependentActions": []
|
|
25176
|
+
}
|
|
25177
|
+
]
|
|
25178
|
+
},
|
|
25164
25179
|
{
|
|
25165
25180
|
"name": "ListJobs",
|
|
25166
25181
|
"apiReferenceUrl": "https://docs.aws.amazon.com/batch/latest/APIReference/API_ListJobs.html",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"name": "AWS Batch",
|
|
1970
1970
|
"servicePrefix": "batch",
|
|
1971
1971
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbatch.html",
|
|
1972
|
-
"actionsCount":
|
|
1972
|
+
"actionsCount": 25,
|
|
1973
1973
|
"actions": [
|
|
1974
1974
|
"CancelJob",
|
|
1975
1975
|
"CreateComputeEnvironment",
|
|
@@ -1984,6 +1984,7 @@
|
|
|
1984
1984
|
"DescribeJobQueues",
|
|
1985
1985
|
"DescribeJobs",
|
|
1986
1986
|
"DescribeSchedulingPolicies",
|
|
1987
|
+
"GetJobQueueSnapshot",
|
|
1987
1988
|
"ListJobs",
|
|
1988
1989
|
"ListSchedulingPolicies",
|
|
1989
1990
|
"ListTagsForResource",
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"key": "Write Actions",
|
|
5
5
|
"value": 9320
|
|
6
6
|
},
|
|
7
|
-
{
|
|
8
|
-
"key": "Read Actions",
|
|
9
|
-
"value": 4531
|
|
10
|
-
},
|
|
11
7
|
{
|
|
12
8
|
"key": "List Actions",
|
|
13
9
|
"value": 2741
|
|
14
10
|
},
|
|
11
|
+
{
|
|
12
|
+
"key": "Read Actions",
|
|
13
|
+
"value": 4532
|
|
14
|
+
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
17
|
"value": 289
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.216",
|
|
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",
|