aws-iam-data 0.0.68 → 0.0.69
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": "2023-08-16",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Performance Insights": [
|
|
8
|
+
"pi:CreatePerformanceAnalysisReport",
|
|
9
|
+
"pi:DeletePerformanceAnalysisReport",
|
|
10
|
+
"pi:GetPerformanceAnalysisReport",
|
|
11
|
+
"pi:ListPerformanceAnalysisReports",
|
|
12
|
+
"pi:ListTagsForResource",
|
|
13
|
+
"pi:TagResource",
|
|
14
|
+
"pi:UntagResource"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"removedActions": {}
|
|
18
|
+
},
|
|
2
19
|
{
|
|
3
20
|
"dateOfChange": "2023-08-15",
|
|
4
21
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -224208,6 +224208,45 @@
|
|
|
224208
224208
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsperformanceinsights.html",
|
|
224209
224209
|
"servicePrefix": "pi",
|
|
224210
224210
|
"actions": [
|
|
224211
|
+
{
|
|
224212
|
+
"name": "CreatePerformanceAnalysisReport",
|
|
224213
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_CreatePerformanceAnalysisReport.html",
|
|
224214
|
+
"permissionOnly": false,
|
|
224215
|
+
"description": "Grants permission to call CreatePerformanceAnalysisReport API to create a Performance Analysis Report for a specified DB instance",
|
|
224216
|
+
"accessLevel": "Write",
|
|
224217
|
+
"resourceTypes": [
|
|
224218
|
+
{
|
|
224219
|
+
"resourceType": "perf-reports-resource",
|
|
224220
|
+
"required": true,
|
|
224221
|
+
"conditionKeys": [],
|
|
224222
|
+
"dependentActions": []
|
|
224223
|
+
},
|
|
224224
|
+
{
|
|
224225
|
+
"resourceType": "",
|
|
224226
|
+
"required": false,
|
|
224227
|
+
"conditionKeys": [
|
|
224228
|
+
"aws:RequestTag/${TagKey}",
|
|
224229
|
+
"aws:TagKeys"
|
|
224230
|
+
],
|
|
224231
|
+
"dependentActions": []
|
|
224232
|
+
}
|
|
224233
|
+
]
|
|
224234
|
+
},
|
|
224235
|
+
{
|
|
224236
|
+
"name": "DeletePerformanceAnalysisReport",
|
|
224237
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_DeletePerformanceAnalysisReport.html",
|
|
224238
|
+
"permissionOnly": false,
|
|
224239
|
+
"description": "Grants permission to call DeletePerformanceAnalysisReport API to delete a Performance Analysis Report for a specified DB instance",
|
|
224240
|
+
"accessLevel": "Write",
|
|
224241
|
+
"resourceTypes": [
|
|
224242
|
+
{
|
|
224243
|
+
"resourceType": "perf-reports-resource",
|
|
224244
|
+
"required": true,
|
|
224245
|
+
"conditionKeys": [],
|
|
224246
|
+
"dependentActions": []
|
|
224247
|
+
}
|
|
224248
|
+
]
|
|
224249
|
+
},
|
|
224211
224250
|
{
|
|
224212
224251
|
"name": "DescribeDimensionKeys",
|
|
224213
224252
|
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_DescribeDimensionKeys.html",
|
|
@@ -224238,6 +224277,21 @@
|
|
|
224238
224277
|
}
|
|
224239
224278
|
]
|
|
224240
224279
|
},
|
|
224280
|
+
{
|
|
224281
|
+
"name": "GetPerformanceAnalysisReport",
|
|
224282
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_GetPerformanceAnalysisReport.html",
|
|
224283
|
+
"permissionOnly": false,
|
|
224284
|
+
"description": "Grants permission to call GetPerformanceAnalysisReport API to retrieve a Performance Analysis Report for a specified DB instance",
|
|
224285
|
+
"accessLevel": "Read",
|
|
224286
|
+
"resourceTypes": [
|
|
224287
|
+
{
|
|
224288
|
+
"resourceType": "perf-reports-resource",
|
|
224289
|
+
"required": true,
|
|
224290
|
+
"conditionKeys": [],
|
|
224291
|
+
"dependentActions": []
|
|
224292
|
+
}
|
|
224293
|
+
]
|
|
224294
|
+
},
|
|
224241
224295
|
{
|
|
224242
224296
|
"name": "GetResourceMetadata",
|
|
224243
224297
|
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_GetResourceMetadata.html",
|
|
@@ -224297,6 +224351,83 @@
|
|
|
224297
224351
|
"dependentActions": []
|
|
224298
224352
|
}
|
|
224299
224353
|
]
|
|
224354
|
+
},
|
|
224355
|
+
{
|
|
224356
|
+
"name": "ListPerformanceAnalysisReports",
|
|
224357
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_ListPerformanceAnalysisReports.html",
|
|
224358
|
+
"permissionOnly": false,
|
|
224359
|
+
"description": "Grants permission to call ListPerformanceAnalysisReports API to list Performance Analysis Reports for a specified DB instance",
|
|
224360
|
+
"accessLevel": "List",
|
|
224361
|
+
"resourceTypes": [
|
|
224362
|
+
{
|
|
224363
|
+
"resourceType": "perf-reports-resource",
|
|
224364
|
+
"required": true,
|
|
224365
|
+
"conditionKeys": [],
|
|
224366
|
+
"dependentActions": []
|
|
224367
|
+
}
|
|
224368
|
+
]
|
|
224369
|
+
},
|
|
224370
|
+
{
|
|
224371
|
+
"name": "ListTagsForResource",
|
|
224372
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_ListTagsForResource.html",
|
|
224373
|
+
"permissionOnly": false,
|
|
224374
|
+
"description": "Grants permission to call ListTagsForResource API to list tags for a resource",
|
|
224375
|
+
"accessLevel": "List",
|
|
224376
|
+
"resourceTypes": [
|
|
224377
|
+
{
|
|
224378
|
+
"resourceType": "perf-reports-resource",
|
|
224379
|
+
"required": true,
|
|
224380
|
+
"conditionKeys": [],
|
|
224381
|
+
"dependentActions": []
|
|
224382
|
+
}
|
|
224383
|
+
]
|
|
224384
|
+
},
|
|
224385
|
+
{
|
|
224386
|
+
"name": "TagResource",
|
|
224387
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_TagResource.html",
|
|
224388
|
+
"permissionOnly": false,
|
|
224389
|
+
"description": "Grants permission to call TagResource API to tag a resource",
|
|
224390
|
+
"accessLevel": "Tagging",
|
|
224391
|
+
"resourceTypes": [
|
|
224392
|
+
{
|
|
224393
|
+
"resourceType": "perf-reports-resource",
|
|
224394
|
+
"required": true,
|
|
224395
|
+
"conditionKeys": [],
|
|
224396
|
+
"dependentActions": []
|
|
224397
|
+
},
|
|
224398
|
+
{
|
|
224399
|
+
"resourceType": "",
|
|
224400
|
+
"required": false,
|
|
224401
|
+
"conditionKeys": [
|
|
224402
|
+
"aws:RequestTag/${TagKey}",
|
|
224403
|
+
"aws:TagKeys"
|
|
224404
|
+
],
|
|
224405
|
+
"dependentActions": []
|
|
224406
|
+
}
|
|
224407
|
+
]
|
|
224408
|
+
},
|
|
224409
|
+
{
|
|
224410
|
+
"name": "UntagResource",
|
|
224411
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_UntagResource.html",
|
|
224412
|
+
"permissionOnly": false,
|
|
224413
|
+
"description": "Grants permission to call UntagResource API to untag a resource",
|
|
224414
|
+
"accessLevel": "Tagging",
|
|
224415
|
+
"resourceTypes": [
|
|
224416
|
+
{
|
|
224417
|
+
"resourceType": "perf-reports-resource",
|
|
224418
|
+
"required": true,
|
|
224419
|
+
"conditionKeys": [],
|
|
224420
|
+
"dependentActions": []
|
|
224421
|
+
},
|
|
224422
|
+
{
|
|
224423
|
+
"resourceType": "",
|
|
224424
|
+
"required": false,
|
|
224425
|
+
"conditionKeys": [
|
|
224426
|
+
"aws:TagKeys"
|
|
224427
|
+
],
|
|
224428
|
+
"dependentActions": []
|
|
224429
|
+
}
|
|
224430
|
+
]
|
|
224300
224431
|
}
|
|
224301
224432
|
],
|
|
224302
224433
|
"resourceTypes": [
|
|
@@ -224305,9 +224436,36 @@
|
|
|
224305
224436
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.access-control.html",
|
|
224306
224437
|
"arnPattern": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}",
|
|
224307
224438
|
"conditionKeys": []
|
|
224439
|
+
},
|
|
224440
|
+
{
|
|
224441
|
+
"name": "perf-reports-resource",
|
|
224442
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.access-control.html",
|
|
224443
|
+
"arnPattern": "arn:${Partition}:pi:${Region}:${Account}:perf-reports/${ServiceType}/${Identifier}/${ReportId}",
|
|
224444
|
+
"conditionKeys": [
|
|
224445
|
+
"aws:ResourceTag/${TagKey}"
|
|
224446
|
+
]
|
|
224308
224447
|
}
|
|
224309
224448
|
],
|
|
224310
|
-
"conditionKeys": [
|
|
224449
|
+
"conditionKeys": [
|
|
224450
|
+
{
|
|
224451
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
224452
|
+
"apiReferenceUrl": "#condition-keys-requesttag",
|
|
224453
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
224454
|
+
"type": "String"
|
|
224455
|
+
},
|
|
224456
|
+
{
|
|
224457
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
224458
|
+
"apiReferenceUrl": "#condition-keys-resourcetag",
|
|
224459
|
+
"description": "Filters access by the tags associated with the resource",
|
|
224460
|
+
"type": "String"
|
|
224461
|
+
},
|
|
224462
|
+
{
|
|
224463
|
+
"name": "aws:TagKeys",
|
|
224464
|
+
"apiReferenceUrl": "#condition-keys-tagkeys",
|
|
224465
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
224466
|
+
"type": "ArrayOfString"
|
|
224467
|
+
}
|
|
224468
|
+
]
|
|
224311
224469
|
},
|
|
224312
224470
|
{
|
|
224313
224471
|
"name": "Amazon Personalize",
|
|
@@ -16684,21 +16684,33 @@
|
|
|
16684
16684
|
"name": "AWS Performance Insights",
|
|
16685
16685
|
"servicePrefix": "pi",
|
|
16686
16686
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsperformanceinsights.html",
|
|
16687
|
-
"actionsCount":
|
|
16687
|
+
"actionsCount": 13,
|
|
16688
16688
|
"actions": [
|
|
16689
|
+
"CreatePerformanceAnalysisReport",
|
|
16690
|
+
"DeletePerformanceAnalysisReport",
|
|
16689
16691
|
"DescribeDimensionKeys",
|
|
16690
16692
|
"GetDimensionKeyDetails",
|
|
16693
|
+
"GetPerformanceAnalysisReport",
|
|
16691
16694
|
"GetResourceMetadata",
|
|
16692
16695
|
"GetResourceMetrics",
|
|
16693
16696
|
"ListAvailableResourceDimensions",
|
|
16694
|
-
"ListAvailableResourceMetrics"
|
|
16697
|
+
"ListAvailableResourceMetrics",
|
|
16698
|
+
"ListPerformanceAnalysisReports",
|
|
16699
|
+
"ListTagsForResource",
|
|
16700
|
+
"TagResource",
|
|
16701
|
+
"UntagResource"
|
|
16695
16702
|
],
|
|
16696
|
-
"resourceTypesCount":
|
|
16703
|
+
"resourceTypesCount": 2,
|
|
16697
16704
|
"resourceTypes": [
|
|
16698
|
-
"metric-resource"
|
|
16705
|
+
"metric-resource",
|
|
16706
|
+
"perf-reports-resource"
|
|
16699
16707
|
],
|
|
16700
|
-
"conditionKeysCount":
|
|
16701
|
-
"conditionKeys": [
|
|
16708
|
+
"conditionKeysCount": 3,
|
|
16709
|
+
"conditionKeys": [
|
|
16710
|
+
"aws:RequestTag/${TagKey}",
|
|
16711
|
+
"aws:ResourceTag/${TagKey}",
|
|
16712
|
+
"aws:TagKeys"
|
|
16713
|
+
]
|
|
16702
16714
|
},
|
|
16703
16715
|
{
|
|
16704
16716
|
"name": "Amazon Personalize",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 8387
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4081
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2405
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1551
|
|
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.69",
|
|
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",
|