aws-iam-data 0.0.290 → 0.0.291
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,21 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-10-30",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon CloudWatch Logs": [
|
|
8
|
+
"logs:ListEntitiesForLogGroup",
|
|
9
|
+
"logs:ListLogGroupsForEntity"
|
|
10
|
+
],
|
|
11
|
+
"Amazon Elastic Container Service": [
|
|
12
|
+
"ecs:DescribeServiceDeployments",
|
|
13
|
+
"ecs:DescribeServiceRevisions",
|
|
14
|
+
"ecs:ListServiceDeployments"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"removedActions": {}
|
|
18
|
+
},
|
|
2
19
|
{
|
|
3
20
|
"dateOfChange": "2024-10-26",
|
|
4
21
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -51992,6 +51992,21 @@
|
|
|
51992
51992
|
}
|
|
51993
51993
|
]
|
|
51994
51994
|
},
|
|
51995
|
+
{
|
|
51996
|
+
"name": "ListEntitiesForLogGroup",
|
|
51997
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/permissions-reference-cwl.html",
|
|
51998
|
+
"permissionOnly": true,
|
|
51999
|
+
"description": "Grants permission to retrieve all the entities that are associated with log group",
|
|
52000
|
+
"accessLevel": "List",
|
|
52001
|
+
"resourceTypes": [
|
|
52002
|
+
{
|
|
52003
|
+
"resourceType": "",
|
|
52004
|
+
"required": false,
|
|
52005
|
+
"conditionKeys": [],
|
|
52006
|
+
"dependentActions": []
|
|
52007
|
+
}
|
|
52008
|
+
]
|
|
52009
|
+
},
|
|
51995
52010
|
{
|
|
51996
52011
|
"name": "ListLogAnomalyDetectors",
|
|
51997
52012
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListLogAnomalyDetectors.html",
|
|
@@ -52022,6 +52037,21 @@
|
|
|
52022
52037
|
}
|
|
52023
52038
|
]
|
|
52024
52039
|
},
|
|
52040
|
+
{
|
|
52041
|
+
"name": "ListLogGroupsForEntity",
|
|
52042
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/permissions-reference-cwl.html",
|
|
52043
|
+
"permissionOnly": true,
|
|
52044
|
+
"description": "Grants permission to retrieve all the log groups that are associated with entity",
|
|
52045
|
+
"accessLevel": "List",
|
|
52046
|
+
"resourceTypes": [
|
|
52047
|
+
{
|
|
52048
|
+
"resourceType": "",
|
|
52049
|
+
"required": false,
|
|
52050
|
+
"conditionKeys": [],
|
|
52051
|
+
"dependentActions": []
|
|
52052
|
+
}
|
|
52053
|
+
]
|
|
52054
|
+
},
|
|
52025
52055
|
{
|
|
52026
52056
|
"name": "ListTagsForResource",
|
|
52027
52057
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -134141,6 +134171,62 @@
|
|
|
134141
134171
|
}
|
|
134142
134172
|
]
|
|
134143
134173
|
},
|
|
134174
|
+
{
|
|
134175
|
+
"name": "DescribeServiceDeployments",
|
|
134176
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceDeployments.html",
|
|
134177
|
+
"permissionOnly": false,
|
|
134178
|
+
"description": "Grants permission to describe one or more of your service deployments",
|
|
134179
|
+
"accessLevel": "Read",
|
|
134180
|
+
"resourceTypes": [
|
|
134181
|
+
{
|
|
134182
|
+
"resourceType": "service",
|
|
134183
|
+
"required": true,
|
|
134184
|
+
"conditionKeys": [
|
|
134185
|
+
"ecs:cluster",
|
|
134186
|
+
"aws:ResourceTag/${TagKey}"
|
|
134187
|
+
],
|
|
134188
|
+
"dependentActions": []
|
|
134189
|
+
},
|
|
134190
|
+
{
|
|
134191
|
+
"resourceType": "service-deployment",
|
|
134192
|
+
"required": true,
|
|
134193
|
+
"conditionKeys": [
|
|
134194
|
+
"ecs:cluster",
|
|
134195
|
+
"ecs:service",
|
|
134196
|
+
"aws:ResourceTag/${TagKey}"
|
|
134197
|
+
],
|
|
134198
|
+
"dependentActions": []
|
|
134199
|
+
}
|
|
134200
|
+
]
|
|
134201
|
+
},
|
|
134202
|
+
{
|
|
134203
|
+
"name": "DescribeServiceRevisions",
|
|
134204
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html",
|
|
134205
|
+
"permissionOnly": false,
|
|
134206
|
+
"description": "Grants permission to describe one or more of your service revisions",
|
|
134207
|
+
"accessLevel": "Read",
|
|
134208
|
+
"resourceTypes": [
|
|
134209
|
+
{
|
|
134210
|
+
"resourceType": "service",
|
|
134211
|
+
"required": true,
|
|
134212
|
+
"conditionKeys": [
|
|
134213
|
+
"ecs:cluster",
|
|
134214
|
+
"aws:ResourceTag/${TagKey}"
|
|
134215
|
+
],
|
|
134216
|
+
"dependentActions": []
|
|
134217
|
+
},
|
|
134218
|
+
{
|
|
134219
|
+
"resourceType": "service-revision",
|
|
134220
|
+
"required": true,
|
|
134221
|
+
"conditionKeys": [
|
|
134222
|
+
"ecs:cluster",
|
|
134223
|
+
"ecs:service",
|
|
134224
|
+
"aws:ResourceTag/${TagKey}"
|
|
134225
|
+
],
|
|
134226
|
+
"dependentActions": []
|
|
134227
|
+
}
|
|
134228
|
+
]
|
|
134229
|
+
},
|
|
134144
134230
|
{
|
|
134145
134231
|
"name": "DescribeServices",
|
|
134146
134232
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html",
|
|
@@ -134376,6 +134462,24 @@
|
|
|
134376
134462
|
}
|
|
134377
134463
|
]
|
|
134378
134464
|
},
|
|
134465
|
+
{
|
|
134466
|
+
"name": "ListServiceDeployments",
|
|
134467
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServiceDeployments.html",
|
|
134468
|
+
"permissionOnly": false,
|
|
134469
|
+
"description": "Grants permission to get a list of service deployments for a specified service",
|
|
134470
|
+
"accessLevel": "List",
|
|
134471
|
+
"resourceTypes": [
|
|
134472
|
+
{
|
|
134473
|
+
"resourceType": "service",
|
|
134474
|
+
"required": true,
|
|
134475
|
+
"conditionKeys": [
|
|
134476
|
+
"aws:ResourceTag/${TagKey}",
|
|
134477
|
+
"ecs:cluster"
|
|
134478
|
+
],
|
|
134479
|
+
"dependentActions": []
|
|
134480
|
+
}
|
|
134481
|
+
]
|
|
134482
|
+
},
|
|
134379
134483
|
{
|
|
134380
134484
|
"name": "ListServices",
|
|
134381
134485
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html",
|
|
@@ -135221,6 +135325,26 @@
|
|
|
135221
135325
|
"ecs:ResourceTag/${TagKey}"
|
|
135222
135326
|
]
|
|
135223
135327
|
},
|
|
135328
|
+
{
|
|
135329
|
+
"name": "service-deployment",
|
|
135330
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-deployment.html",
|
|
135331
|
+
"arnPattern": "arn:${Partition}:ecs:${Region}:${Account}:service-deployment/${ClusterName}/${ServiceName}/${ServiceDeploymentId}",
|
|
135332
|
+
"conditionKeys": [
|
|
135333
|
+
"aws:ResourceTag/${TagKey}",
|
|
135334
|
+
"ecs:cluster",
|
|
135335
|
+
"ecs:service"
|
|
135336
|
+
]
|
|
135337
|
+
},
|
|
135338
|
+
{
|
|
135339
|
+
"name": "service-revision",
|
|
135340
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-revision.html",
|
|
135341
|
+
"arnPattern": "arn:${Partition}:ecs:${Region}:${Account}:service-revision/${ClusterName}/${ServiceName}/${ServiceRevisionId}",
|
|
135342
|
+
"conditionKeys": [
|
|
135343
|
+
"aws:ResourceTag/${TagKey}",
|
|
135344
|
+
"ecs:cluster",
|
|
135345
|
+
"ecs:service"
|
|
135346
|
+
]
|
|
135347
|
+
},
|
|
135224
135348
|
{
|
|
135225
135349
|
"name": "task",
|
|
135226
135350
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html",
|
|
@@ -3986,7 +3986,7 @@
|
|
|
3986
3986
|
"name": "Amazon CloudWatch Logs",
|
|
3987
3987
|
"servicePrefix": "logs",
|
|
3988
3988
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html",
|
|
3989
|
-
"actionsCount":
|
|
3989
|
+
"actionsCount": 86,
|
|
3990
3990
|
"actions": [
|
|
3991
3991
|
"AssociateKmsKey",
|
|
3992
3992
|
"CancelExportTask",
|
|
@@ -4041,8 +4041,10 @@
|
|
|
4041
4041
|
"GetQueryResults",
|
|
4042
4042
|
"Link",
|
|
4043
4043
|
"ListAnomalies",
|
|
4044
|
+
"ListEntitiesForLogGroup",
|
|
4044
4045
|
"ListLogAnomalyDetectors",
|
|
4045
4046
|
"ListLogDeliveries",
|
|
4047
|
+
"ListLogGroupsForEntity",
|
|
4046
4048
|
"ListTagsForResource",
|
|
4047
4049
|
"ListTagsLogGroup",
|
|
4048
4050
|
"PutAccountPolicy",
|
|
@@ -9289,7 +9291,7 @@
|
|
|
9289
9291
|
"name": "Amazon Elastic Container Service",
|
|
9290
9292
|
"servicePrefix": "ecs",
|
|
9291
9293
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerservice.html",
|
|
9292
|
-
"actionsCount":
|
|
9294
|
+
"actionsCount": 61,
|
|
9293
9295
|
"actions": [
|
|
9294
9296
|
"CreateCapacityProvider",
|
|
9295
9297
|
"CreateCluster",
|
|
@@ -9307,6 +9309,8 @@
|
|
|
9307
9309
|
"DescribeCapacityProviders",
|
|
9308
9310
|
"DescribeClusters",
|
|
9309
9311
|
"DescribeContainerInstances",
|
|
9312
|
+
"DescribeServiceDeployments",
|
|
9313
|
+
"DescribeServiceRevisions",
|
|
9310
9314
|
"DescribeServices",
|
|
9311
9315
|
"DescribeTaskDefinition",
|
|
9312
9316
|
"DescribeTaskSets",
|
|
@@ -9318,6 +9322,7 @@
|
|
|
9318
9322
|
"ListAttributes",
|
|
9319
9323
|
"ListClusters",
|
|
9320
9324
|
"ListContainerInstances",
|
|
9325
|
+
"ListServiceDeployments",
|
|
9321
9326
|
"ListServices",
|
|
9322
9327
|
"ListServicesByNamespace",
|
|
9323
9328
|
"ListTagsForResource",
|
|
@@ -9350,11 +9355,13 @@
|
|
|
9350
9355
|
"UpdateTaskProtection",
|
|
9351
9356
|
"UpdateTaskSet"
|
|
9352
9357
|
],
|
|
9353
|
-
"resourceTypesCount":
|
|
9358
|
+
"resourceTypesCount": 9,
|
|
9354
9359
|
"resourceTypes": [
|
|
9355
9360
|
"cluster",
|
|
9356
9361
|
"container-instance",
|
|
9357
9362
|
"service",
|
|
9363
|
+
"service-deployment",
|
|
9364
|
+
"service-revision",
|
|
9358
9365
|
"task",
|
|
9359
9366
|
"task-definition",
|
|
9360
9367
|
"capacity-provider",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4670
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2823
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1778
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.291",
|
|
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",
|