aws-iam-data 0.0.519 → 0.0.521
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.
- package/dist/data/json/changelog.json +16 -0
- package/dist/data/json/iam.json +160 -255
- package/dist/data/json/metadata.json +26 -30
- package/dist/data/json/reports.json +3 -3
- package/package.json +1 -1
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-02-13",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"Amazon Inspector2 Telemetry Channel"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [],
|
|
8
|
+
"addedActions": {
|
|
9
|
+
"Amazon Inspector2 Telemetry Channel": [
|
|
10
|
+
"inspector2-telemetry:NotifyHeartbeat",
|
|
11
|
+
"inspector2-telemetry:SendTelemetry",
|
|
12
|
+
"inspector2-telemetry:StartSession",
|
|
13
|
+
"inspector2-telemetry:StopSession"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"removedActions": {}
|
|
17
|
+
},
|
|
2
18
|
{
|
|
3
19
|
"dateOfChange": "2026-02-11",
|
|
4
20
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -41039,7 +41039,10 @@
|
|
|
41039
41039
|
{
|
|
41040
41040
|
"resourceType": "",
|
|
41041
41041
|
"required": false,
|
|
41042
|
-
"conditionKeys": [
|
|
41042
|
+
"conditionKeys": [
|
|
41043
|
+
"aws:RequestTag/${TagKey}",
|
|
41044
|
+
"aws:TagKeys"
|
|
41045
|
+
],
|
|
41043
41046
|
"dependentActions": []
|
|
41044
41047
|
}
|
|
41045
41048
|
]
|
|
@@ -41084,7 +41087,10 @@
|
|
|
41084
41087
|
{
|
|
41085
41088
|
"resourceType": "",
|
|
41086
41089
|
"required": false,
|
|
41087
|
-
"conditionKeys": [
|
|
41090
|
+
"conditionKeys": [
|
|
41091
|
+
"aws:RequestTag/${TagKey}",
|
|
41092
|
+
"aws:TagKeys"
|
|
41093
|
+
],
|
|
41088
41094
|
"dependentActions": []
|
|
41089
41095
|
}
|
|
41090
41096
|
]
|
|
@@ -41426,6 +41432,22 @@
|
|
|
41426
41432
|
"description": "Grants permission to add a tag to a resource",
|
|
41427
41433
|
"accessLevel": "Tagging",
|
|
41428
41434
|
"resourceTypes": [
|
|
41435
|
+
{
|
|
41436
|
+
"resourceType": "bill-scenario",
|
|
41437
|
+
"required": false,
|
|
41438
|
+
"conditionKeys": [
|
|
41439
|
+
"aws:ResourceTag/${TagKey}"
|
|
41440
|
+
],
|
|
41441
|
+
"dependentActions": []
|
|
41442
|
+
},
|
|
41443
|
+
{
|
|
41444
|
+
"resourceType": "workload-estimate",
|
|
41445
|
+
"required": false,
|
|
41446
|
+
"conditionKeys": [
|
|
41447
|
+
"aws:ResourceTag/${TagKey}"
|
|
41448
|
+
],
|
|
41449
|
+
"dependentActions": []
|
|
41450
|
+
},
|
|
41429
41451
|
{
|
|
41430
41452
|
"resourceType": "",
|
|
41431
41453
|
"required": false,
|
|
@@ -41444,6 +41466,22 @@
|
|
|
41444
41466
|
"description": "Grants permission to remove a tag from a resource",
|
|
41445
41467
|
"accessLevel": "Tagging",
|
|
41446
41468
|
"resourceTypes": [
|
|
41469
|
+
{
|
|
41470
|
+
"resourceType": "bill-scenario",
|
|
41471
|
+
"required": false,
|
|
41472
|
+
"conditionKeys": [
|
|
41473
|
+
"aws:ResourceTag/${TagKey}"
|
|
41474
|
+
],
|
|
41475
|
+
"dependentActions": []
|
|
41476
|
+
},
|
|
41477
|
+
{
|
|
41478
|
+
"resourceType": "workload-estimate",
|
|
41479
|
+
"required": false,
|
|
41480
|
+
"conditionKeys": [
|
|
41481
|
+
"aws:ResourceTag/${TagKey}"
|
|
41482
|
+
],
|
|
41483
|
+
"dependentActions": []
|
|
41484
|
+
},
|
|
41447
41485
|
{
|
|
41448
41486
|
"resourceType": "",
|
|
41449
41487
|
"required": false,
|
|
@@ -41564,20 +41602,24 @@
|
|
|
41564
41602
|
{
|
|
41565
41603
|
"name": "bill-estimate",
|
|
41566
41604
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-bill-estimate.html",
|
|
41567
|
-
"arnPattern": "arn:${Partition}:bcm-pricing-calculator
|
|
41605
|
+
"arnPattern": "arn:${Partition}:bcm-pricing-calculator::${Account}:bill-estimate/${BillEstimateId}",
|
|
41568
41606
|
"conditionKeys": []
|
|
41569
41607
|
},
|
|
41570
41608
|
{
|
|
41571
41609
|
"name": "bill-scenario",
|
|
41572
41610
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-bill-scenario.html",
|
|
41573
|
-
"arnPattern": "arn:${Partition}:bcm-pricing-calculator
|
|
41574
|
-
"conditionKeys": [
|
|
41611
|
+
"arnPattern": "arn:${Partition}:bcm-pricing-calculator::${Account}:bill-scenario/${BillScenarioId}",
|
|
41612
|
+
"conditionKeys": [
|
|
41613
|
+
"aws:ResourceTag/${TagKey}"
|
|
41614
|
+
]
|
|
41575
41615
|
},
|
|
41576
41616
|
{
|
|
41577
41617
|
"name": "workload-estimate",
|
|
41578
41618
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/pc-workload-estimate.html",
|
|
41579
|
-
"arnPattern": "arn:${Partition}:bcm-pricing-calculator
|
|
41580
|
-
"conditionKeys": [
|
|
41619
|
+
"arnPattern": "arn:${Partition}:bcm-pricing-calculator::${Account}:workload-estimate/${WorkloadEstimateId}",
|
|
41620
|
+
"conditionKeys": [
|
|
41621
|
+
"aws:ResourceTag/${TagKey}"
|
|
41622
|
+
]
|
|
41581
41623
|
}
|
|
41582
41624
|
],
|
|
41583
41625
|
"conditionKeys": [
|
|
@@ -176178,173 +176220,7 @@
|
|
|
176178
176220
|
]
|
|
176179
176221
|
}
|
|
176180
176222
|
],
|
|
176181
|
-
"resourceTypes": [
|
|
176182
|
-
{
|
|
176183
|
-
"name": "parametergroup",
|
|
176184
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.ParameterGroups",
|
|
176185
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:parametergroup:${CacheParameterGroupName}",
|
|
176186
|
-
"conditionKeys": [
|
|
176187
|
-
"aws:RequestTag/${TagKey}",
|
|
176188
|
-
"aws:ResourceTag/${TagKey}",
|
|
176189
|
-
"aws:TagKeys",
|
|
176190
|
-
"elasticache:CacheParameterGroupName"
|
|
176191
|
-
]
|
|
176192
|
-
},
|
|
176193
|
-
{
|
|
176194
|
-
"name": "securitygroup",
|
|
176195
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.SecurityGroups",
|
|
176196
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:securitygroup:${CacheSecurityGroupName}",
|
|
176197
|
-
"conditionKeys": [
|
|
176198
|
-
"aws:RequestTag/${TagKey}",
|
|
176199
|
-
"aws:ResourceTag/${TagKey}",
|
|
176200
|
-
"aws:TagKeys"
|
|
176201
|
-
]
|
|
176202
|
-
},
|
|
176203
|
-
{
|
|
176204
|
-
"name": "subnetgroup",
|
|
176205
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.SubnetGroups",
|
|
176206
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:subnetgroup:${CacheSubnetGroupName}",
|
|
176207
|
-
"conditionKeys": [
|
|
176208
|
-
"aws:RequestTag/${TagKey}",
|
|
176209
|
-
"aws:ResourceTag/${TagKey}",
|
|
176210
|
-
"aws:TagKeys"
|
|
176211
|
-
]
|
|
176212
|
-
},
|
|
176213
|
-
{
|
|
176214
|
-
"name": "replicationgroup",
|
|
176215
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.ReplicationGroups",
|
|
176216
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:replicationgroup:${ReplicationGroupId}",
|
|
176217
|
-
"conditionKeys": [
|
|
176218
|
-
"aws:RequestTag/${TagKey}",
|
|
176219
|
-
"aws:ResourceTag/${TagKey}",
|
|
176220
|
-
"aws:TagKeys",
|
|
176221
|
-
"elasticache:AtRestEncryptionEnabled",
|
|
176222
|
-
"elasticache:AuthTokenEnabled",
|
|
176223
|
-
"elasticache:AutomaticFailoverEnabled",
|
|
176224
|
-
"elasticache:CacheNodeType",
|
|
176225
|
-
"elasticache:CacheParameterGroupName",
|
|
176226
|
-
"elasticache:ClusterModeEnabled",
|
|
176227
|
-
"elasticache:EngineType",
|
|
176228
|
-
"elasticache:EngineVersion",
|
|
176229
|
-
"elasticache:KmsKeyId",
|
|
176230
|
-
"elasticache:MultiAZEnabled",
|
|
176231
|
-
"elasticache:NumNodeGroups",
|
|
176232
|
-
"elasticache:ReplicasPerNodeGroup",
|
|
176233
|
-
"elasticache:SnapshotRetentionLimit",
|
|
176234
|
-
"elasticache:TransitEncryptionEnabled"
|
|
176235
|
-
]
|
|
176236
|
-
},
|
|
176237
|
-
{
|
|
176238
|
-
"name": "cluster",
|
|
176239
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.Clusters",
|
|
176240
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:cluster:${CacheClusterId}",
|
|
176241
|
-
"conditionKeys": [
|
|
176242
|
-
"aws:RequestTag/${TagKey}",
|
|
176243
|
-
"aws:ResourceTag/${TagKey}",
|
|
176244
|
-
"aws:TagKeys",
|
|
176245
|
-
"elasticache:AuthTokenEnabled",
|
|
176246
|
-
"elasticache:CacheNodeType",
|
|
176247
|
-
"elasticache:CacheParameterGroupName",
|
|
176248
|
-
"elasticache:EngineType",
|
|
176249
|
-
"elasticache:EngineVersion",
|
|
176250
|
-
"elasticache:MultiAZEnabled",
|
|
176251
|
-
"elasticache:SnapshotRetentionLimit"
|
|
176252
|
-
]
|
|
176253
|
-
},
|
|
176254
|
-
{
|
|
176255
|
-
"name": "reserved-instance",
|
|
176256
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/reserved-nodes.html",
|
|
176257
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:reserved-instance:${ReservedCacheNodeId}",
|
|
176258
|
-
"conditionKeys": [
|
|
176259
|
-
"aws:RequestTag/${TagKey}",
|
|
176260
|
-
"aws:ResourceTag/${TagKey}",
|
|
176261
|
-
"aws:TagKeys"
|
|
176262
|
-
]
|
|
176263
|
-
},
|
|
176264
|
-
{
|
|
176265
|
-
"name": "snapshot",
|
|
176266
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.Components.html#WhatIs.Components.Snapshots",
|
|
176267
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:snapshot:${SnapshotName}",
|
|
176268
|
-
"conditionKeys": [
|
|
176269
|
-
"aws:RequestTag/${TagKey}",
|
|
176270
|
-
"aws:ResourceTag/${TagKey}",
|
|
176271
|
-
"aws:TagKeys",
|
|
176272
|
-
"elasticache:KmsKeyId"
|
|
176273
|
-
]
|
|
176274
|
-
},
|
|
176275
|
-
{
|
|
176276
|
-
"name": "globalreplicationgroup",
|
|
176277
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html",
|
|
176278
|
-
"arnPattern": "arn:${Partition}:elasticache::${Account}:globalreplicationgroup:${GlobalReplicationGroupId}",
|
|
176279
|
-
"conditionKeys": [
|
|
176280
|
-
"elasticache:AtRestEncryptionEnabled",
|
|
176281
|
-
"elasticache:AuthTokenEnabled",
|
|
176282
|
-
"elasticache:AutomaticFailoverEnabled",
|
|
176283
|
-
"elasticache:CacheNodeType",
|
|
176284
|
-
"elasticache:CacheParameterGroupName",
|
|
176285
|
-
"elasticache:ClusterModeEnabled",
|
|
176286
|
-
"elasticache:EngineType",
|
|
176287
|
-
"elasticache:EngineVersion",
|
|
176288
|
-
"elasticache:KmsKeyId",
|
|
176289
|
-
"elasticache:MultiAZEnabled",
|
|
176290
|
-
"elasticache:NumNodeGroups",
|
|
176291
|
-
"elasticache:ReplicasPerNodeGroup",
|
|
176292
|
-
"elasticache:SnapshotRetentionLimit",
|
|
176293
|
-
"elasticache:TransitEncryptionEnabled"
|
|
176294
|
-
]
|
|
176295
|
-
},
|
|
176296
|
-
{
|
|
176297
|
-
"name": "user",
|
|
176298
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html",
|
|
176299
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:user:${UserId}",
|
|
176300
|
-
"conditionKeys": [
|
|
176301
|
-
"aws:RequestTag/${TagKey}",
|
|
176302
|
-
"aws:ResourceTag/${TagKey}",
|
|
176303
|
-
"aws:TagKeys",
|
|
176304
|
-
"elasticache:UserAuthenticationMode"
|
|
176305
|
-
]
|
|
176306
|
-
},
|
|
176307
|
-
{
|
|
176308
|
-
"name": "usergroup",
|
|
176309
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html",
|
|
176310
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:usergroup:${UserGroupId}",
|
|
176311
|
-
"conditionKeys": [
|
|
176312
|
-
"aws:RequestTag/${TagKey}",
|
|
176313
|
-
"aws:ResourceTag/${TagKey}",
|
|
176314
|
-
"aws:TagKeys"
|
|
176315
|
-
]
|
|
176316
|
-
},
|
|
176317
|
-
{
|
|
176318
|
-
"name": "serverlesscache",
|
|
176319
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html",
|
|
176320
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:serverlesscache:${ServerlessCacheName}",
|
|
176321
|
-
"conditionKeys": [
|
|
176322
|
-
"aws:RequestTag/${TagKey}",
|
|
176323
|
-
"aws:ResourceTag/${TagKey}",
|
|
176324
|
-
"aws:TagKeys",
|
|
176325
|
-
"elasticache:DataStorageUnit",
|
|
176326
|
-
"elasticache:EngineType",
|
|
176327
|
-
"elasticache:EngineVersion",
|
|
176328
|
-
"elasticache:KmsKeyId",
|
|
176329
|
-
"elasticache:MaximumDataStorage",
|
|
176330
|
-
"elasticache:MaximumECPUPerSecond",
|
|
176331
|
-
"elasticache:MinimumDataStorage",
|
|
176332
|
-
"elasticache:MinimumECPUPerSecond",
|
|
176333
|
-
"elasticache:SnapshotRetentionLimit"
|
|
176334
|
-
]
|
|
176335
|
-
},
|
|
176336
|
-
{
|
|
176337
|
-
"name": "serverlesscachesnapshot",
|
|
176338
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html",
|
|
176339
|
-
"arnPattern": "arn:${Partition}:elasticache:${Region}:${Account}:serverlesscachesnapshot:${ServerlessCacheSnapshotName}",
|
|
176340
|
-
"conditionKeys": [
|
|
176341
|
-
"aws:RequestTag/${TagKey}",
|
|
176342
|
-
"aws:ResourceTag/${TagKey}",
|
|
176343
|
-
"aws:TagKeys",
|
|
176344
|
-
"elasticache:KmsKeyId"
|
|
176345
|
-
]
|
|
176346
|
-
}
|
|
176347
|
-
],
|
|
176223
|
+
"resourceTypes": [],
|
|
176348
176224
|
"conditionKeys": []
|
|
176349
176225
|
},
|
|
176350
176226
|
{
|
|
@@ -229060,6 +228936,75 @@
|
|
|
229060
228936
|
}
|
|
229061
228937
|
]
|
|
229062
228938
|
},
|
|
228939
|
+
{
|
|
228940
|
+
"name": "Amazon Inspector2 Telemetry Channel",
|
|
228941
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2telemetrychannel.html",
|
|
228942
|
+
"servicePrefix": "inspector2-telemetry",
|
|
228943
|
+
"actions": [
|
|
228944
|
+
{
|
|
228945
|
+
"name": "NotifyHeartbeat",
|
|
228946
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_NotifyHeartbeat.html",
|
|
228947
|
+
"permissionOnly": false,
|
|
228948
|
+
"description": "Grants permission to notify heartbeat for an active telemetry session",
|
|
228949
|
+
"accessLevel": "Write",
|
|
228950
|
+
"resourceTypes": [
|
|
228951
|
+
{
|
|
228952
|
+
"resourceType": "",
|
|
228953
|
+
"required": false,
|
|
228954
|
+
"conditionKeys": [],
|
|
228955
|
+
"dependentActions": []
|
|
228956
|
+
}
|
|
228957
|
+
]
|
|
228958
|
+
},
|
|
228959
|
+
{
|
|
228960
|
+
"name": "SendTelemetry",
|
|
228961
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendTelemetry.html",
|
|
228962
|
+
"permissionOnly": false,
|
|
228963
|
+
"description": "Grants permission to send telemetry for an active telemetry session",
|
|
228964
|
+
"accessLevel": "Write",
|
|
228965
|
+
"resourceTypes": [
|
|
228966
|
+
{
|
|
228967
|
+
"resourceType": "",
|
|
228968
|
+
"required": false,
|
|
228969
|
+
"conditionKeys": [],
|
|
228970
|
+
"dependentActions": []
|
|
228971
|
+
}
|
|
228972
|
+
]
|
|
228973
|
+
},
|
|
228974
|
+
{
|
|
228975
|
+
"name": "StartSession",
|
|
228976
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StartSession.html",
|
|
228977
|
+
"permissionOnly": false,
|
|
228978
|
+
"description": "Grants permission to start a telemetry session",
|
|
228979
|
+
"accessLevel": "Write",
|
|
228980
|
+
"resourceTypes": [
|
|
228981
|
+
{
|
|
228982
|
+
"resourceType": "",
|
|
228983
|
+
"required": false,
|
|
228984
|
+
"conditionKeys": [],
|
|
228985
|
+
"dependentActions": []
|
|
228986
|
+
}
|
|
228987
|
+
]
|
|
228988
|
+
},
|
|
228989
|
+
{
|
|
228990
|
+
"name": "StopSession",
|
|
228991
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StopSession.html",
|
|
228992
|
+
"permissionOnly": false,
|
|
228993
|
+
"description": "Grants permission to stop a telemetry session",
|
|
228994
|
+
"accessLevel": "Write",
|
|
228995
|
+
"resourceTypes": [
|
|
228996
|
+
{
|
|
228997
|
+
"resourceType": "",
|
|
228998
|
+
"required": false,
|
|
228999
|
+
"conditionKeys": [],
|
|
229000
|
+
"dependentActions": []
|
|
229001
|
+
}
|
|
229002
|
+
]
|
|
229003
|
+
}
|
|
229004
|
+
],
|
|
229005
|
+
"resourceTypes": [],
|
|
229006
|
+
"conditionKeys": []
|
|
229007
|
+
},
|
|
229063
229008
|
{
|
|
229064
229009
|
"name": "Amazon InspectorScan",
|
|
229065
229010
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspectorscan.html",
|
|
@@ -284521,79 +284466,7 @@
|
|
|
284521
284466
|
]
|
|
284522
284467
|
}
|
|
284523
284468
|
],
|
|
284524
|
-
"resourceTypes": [
|
|
284525
|
-
{
|
|
284526
|
-
"name": "multiregionparametergroup",
|
|
284527
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284528
|
-
"arnPattern": "arn:${Partition}:memorydb::${Account}:multiregionparametergroup/${MultiRegionParameterGroupName}",
|
|
284529
|
-
"conditionKeys": []
|
|
284530
|
-
},
|
|
284531
|
-
{
|
|
284532
|
-
"name": "parametergroup",
|
|
284533
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284534
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:parametergroup/${ParameterGroupName}",
|
|
284535
|
-
"conditionKeys": [
|
|
284536
|
-
"aws:ResourceTag/${TagKey}"
|
|
284537
|
-
]
|
|
284538
|
-
},
|
|
284539
|
-
{
|
|
284540
|
-
"name": "subnetgroup",
|
|
284541
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284542
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:subnetgroup/${SubnetGroupName}",
|
|
284543
|
-
"conditionKeys": [
|
|
284544
|
-
"aws:ResourceTag/${TagKey}"
|
|
284545
|
-
]
|
|
284546
|
-
},
|
|
284547
|
-
{
|
|
284548
|
-
"name": "multiregioncluster",
|
|
284549
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284550
|
-
"arnPattern": "arn:${Partition}:memorydb::${Account}:multiregioncluster/${ClusterName}",
|
|
284551
|
-
"conditionKeys": [
|
|
284552
|
-
"aws:ResourceTag/${TagKey}",
|
|
284553
|
-
"memorydb:TLSEnabled"
|
|
284554
|
-
]
|
|
284555
|
-
},
|
|
284556
|
-
{
|
|
284557
|
-
"name": "cluster",
|
|
284558
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284559
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:cluster/${ClusterName}",
|
|
284560
|
-
"conditionKeys": [
|
|
284561
|
-
"aws:ResourceTag/${TagKey}"
|
|
284562
|
-
]
|
|
284563
|
-
},
|
|
284564
|
-
{
|
|
284565
|
-
"name": "snapshot",
|
|
284566
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284567
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:snapshot/${SnapshotName}",
|
|
284568
|
-
"conditionKeys": [
|
|
284569
|
-
"aws:ResourceTag/${TagKey}"
|
|
284570
|
-
]
|
|
284571
|
-
},
|
|
284572
|
-
{
|
|
284573
|
-
"name": "user",
|
|
284574
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284575
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:user/${UserName}",
|
|
284576
|
-
"conditionKeys": [
|
|
284577
|
-
"aws:ResourceTag/${TagKey}"
|
|
284578
|
-
]
|
|
284579
|
-
},
|
|
284580
|
-
{
|
|
284581
|
-
"name": "acl",
|
|
284582
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284583
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:acl/${AclName}",
|
|
284584
|
-
"conditionKeys": [
|
|
284585
|
-
"aws:ResourceTag/${TagKey}"
|
|
284586
|
-
]
|
|
284587
|
-
},
|
|
284588
|
-
{
|
|
284589
|
-
"name": "reservednode",
|
|
284590
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/WhatIs.Components.html",
|
|
284591
|
-
"arnPattern": "arn:${Partition}:memorydb:${Region}:${Account}:reservednode/${ReservationID}",
|
|
284592
|
-
"conditionKeys": [
|
|
284593
|
-
"aws:ResourceTag/${TagKey}"
|
|
284594
|
-
]
|
|
284595
|
-
}
|
|
284596
|
-
],
|
|
284469
|
+
"resourceTypes": [],
|
|
284597
284470
|
"conditionKeys": [
|
|
284598
284471
|
{
|
|
284599
284472
|
"name": "aws:RequestTag/${TagKey}",
|
|
@@ -389991,8 +389864,14 @@
|
|
|
389991
389864
|
"accessLevel": "Read",
|
|
389992
389865
|
"resourceTypes": [
|
|
389993
389866
|
{
|
|
389994
|
-
"resourceType": "",
|
|
389995
|
-
"required":
|
|
389867
|
+
"resourceType": "oauth2-public-client-localhost",
|
|
389868
|
+
"required": true,
|
|
389869
|
+
"conditionKeys": [],
|
|
389870
|
+
"dependentActions": []
|
|
389871
|
+
},
|
|
389872
|
+
{
|
|
389873
|
+
"resourceType": "oauth2-public-client-remote",
|
|
389874
|
+
"required": true,
|
|
389996
389875
|
"conditionKeys": [],
|
|
389997
389876
|
"dependentActions": []
|
|
389998
389877
|
}
|
|
@@ -390006,8 +389885,14 @@
|
|
|
390006
389885
|
"accessLevel": "Read",
|
|
390007
389886
|
"resourceTypes": [
|
|
390008
389887
|
{
|
|
390009
|
-
"resourceType": "",
|
|
390010
|
-
"required":
|
|
389888
|
+
"resourceType": "oauth2-public-client-localhost",
|
|
389889
|
+
"required": true,
|
|
389890
|
+
"conditionKeys": [],
|
|
389891
|
+
"dependentActions": []
|
|
389892
|
+
},
|
|
389893
|
+
{
|
|
389894
|
+
"resourceType": "oauth2-public-client-remote",
|
|
389895
|
+
"required": true,
|
|
390011
389896
|
"conditionKeys": [],
|
|
390012
389897
|
"dependentActions": []
|
|
390013
389898
|
}
|
|
@@ -390055,7 +389940,20 @@
|
|
|
390055
389940
|
]
|
|
390056
389941
|
}
|
|
390057
389942
|
],
|
|
390058
|
-
"resourceTypes": [
|
|
389943
|
+
"resourceTypes": [
|
|
389944
|
+
{
|
|
389945
|
+
"name": "oauth2-public-client-localhost",
|
|
389946
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/signin/latest/APIReference",
|
|
389947
|
+
"arnPattern": "arn:${Partition}:signin:${Region}:${Account}:oauth2/public-client/localhost",
|
|
389948
|
+
"conditionKeys": []
|
|
389949
|
+
},
|
|
389950
|
+
{
|
|
389951
|
+
"name": "oauth2-public-client-remote",
|
|
389952
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/signin/latest/APIReference",
|
|
389953
|
+
"arnPattern": "arn:${Partition}:signin:${Region}:${Account}:oauth2/public-client/remote",
|
|
389954
|
+
"conditionKeys": []
|
|
389955
|
+
}
|
|
389956
|
+
],
|
|
390059
389957
|
"conditionKeys": []
|
|
390060
389958
|
},
|
|
390061
389959
|
{
|
|
@@ -431082,19 +430980,26 @@
|
|
|
431082
430980
|
{
|
|
431083
430981
|
"resourceType": "directoryid",
|
|
431084
430982
|
"required": true,
|
|
431085
|
-
"conditionKeys": [
|
|
430983
|
+
"conditionKeys": [
|
|
430984
|
+
"aws:ResourceTag/${TagKey}"
|
|
430985
|
+
],
|
|
431086
430986
|
"dependentActions": []
|
|
431087
430987
|
},
|
|
431088
430988
|
{
|
|
431089
430989
|
"resourceType": "workspacebundle",
|
|
431090
430990
|
"required": true,
|
|
431091
|
-
"conditionKeys": [
|
|
430991
|
+
"conditionKeys": [
|
|
430992
|
+
"aws:ResourceTag/${TagKey}"
|
|
430993
|
+
],
|
|
431092
430994
|
"dependentActions": []
|
|
431093
430995
|
},
|
|
431094
430996
|
{
|
|
431095
430997
|
"resourceType": "workspaceid",
|
|
431096
430998
|
"required": true,
|
|
431097
|
-
"conditionKeys": [
|
|
430999
|
+
"conditionKeys": [
|
|
431000
|
+
"aws:RequestTag/${TagKey}",
|
|
431001
|
+
"aws:TagKeys"
|
|
431002
|
+
],
|
|
431098
431003
|
"dependentActions": []
|
|
431099
431004
|
},
|
|
431100
431005
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 462,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -11843,21 +11843,8 @@
|
|
|
11843
11843
|
"TestFailover",
|
|
11844
11844
|
"TestMigration"
|
|
11845
11845
|
],
|
|
11846
|
-
"resourceTypesCount":
|
|
11847
|
-
"resourceTypes": [
|
|
11848
|
-
"parametergroup",
|
|
11849
|
-
"securitygroup",
|
|
11850
|
-
"subnetgroup",
|
|
11851
|
-
"replicationgroup",
|
|
11852
|
-
"cluster",
|
|
11853
|
-
"reserved-instance",
|
|
11854
|
-
"snapshot",
|
|
11855
|
-
"globalreplicationgroup",
|
|
11856
|
-
"user",
|
|
11857
|
-
"usergroup",
|
|
11858
|
-
"serverlesscache",
|
|
11859
|
-
"serverlesscachesnapshot"
|
|
11860
|
-
],
|
|
11846
|
+
"resourceTypesCount": 0,
|
|
11847
|
+
"resourceTypes": [],
|
|
11861
11848
|
"conditionKeysCount": 0,
|
|
11862
11849
|
"conditionKeys": []
|
|
11863
11850
|
},
|
|
@@ -15654,6 +15641,22 @@
|
|
|
15654
15641
|
"aws:TagKeys"
|
|
15655
15642
|
]
|
|
15656
15643
|
},
|
|
15644
|
+
{
|
|
15645
|
+
"name": "Amazon Inspector2 Telemetry Channel",
|
|
15646
|
+
"servicePrefix": "inspector2-telemetry",
|
|
15647
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2telemetrychannel.html",
|
|
15648
|
+
"actionsCount": 4,
|
|
15649
|
+
"actions": [
|
|
15650
|
+
"NotifyHeartbeat",
|
|
15651
|
+
"SendTelemetry",
|
|
15652
|
+
"StartSession",
|
|
15653
|
+
"StopSession"
|
|
15654
|
+
],
|
|
15655
|
+
"resourceTypesCount": 0,
|
|
15656
|
+
"resourceTypes": [],
|
|
15657
|
+
"conditionKeysCount": 0,
|
|
15658
|
+
"conditionKeys": []
|
|
15659
|
+
},
|
|
15657
15660
|
{
|
|
15658
15661
|
"name": "Amazon InspectorScan",
|
|
15659
15662
|
"servicePrefix": "inspector-scan",
|
|
@@ -19962,18 +19965,8 @@
|
|
|
19962
19965
|
"UpdateSubnetGroup",
|
|
19963
19966
|
"UpdateUser"
|
|
19964
19967
|
],
|
|
19965
|
-
"resourceTypesCount":
|
|
19966
|
-
"resourceTypes": [
|
|
19967
|
-
"multiregionparametergroup",
|
|
19968
|
-
"parametergroup",
|
|
19969
|
-
"subnetgroup",
|
|
19970
|
-
"multiregioncluster",
|
|
19971
|
-
"cluster",
|
|
19972
|
-
"snapshot",
|
|
19973
|
-
"user",
|
|
19974
|
-
"acl",
|
|
19975
|
-
"reservednode"
|
|
19976
|
-
],
|
|
19968
|
+
"resourceTypesCount": 0,
|
|
19969
|
+
"resourceTypes": [],
|
|
19977
19970
|
"conditionKeysCount": 5,
|
|
19978
19971
|
"conditionKeys": [
|
|
19979
19972
|
"aws:RequestTag/${TagKey}",
|
|
@@ -27623,8 +27616,11 @@
|
|
|
27623
27616
|
"CreateTrustedIdentityPropagationApplicationForConsole",
|
|
27624
27617
|
"ListTrustedIdentityPropagationApplicationsForConsole"
|
|
27625
27618
|
],
|
|
27626
|
-
"resourceTypesCount":
|
|
27627
|
-
"resourceTypes": [
|
|
27619
|
+
"resourceTypesCount": 2,
|
|
27620
|
+
"resourceTypes": [
|
|
27621
|
+
"oauth2-public-client-localhost",
|
|
27622
|
+
"oauth2-public-client-remote"
|
|
27623
|
+
],
|
|
27628
27624
|
"conditionKeysCount": 0,
|
|
27629
27625
|
"conditionKeys": []
|
|
27630
27626
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11200
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 462
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2039
|
|
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.521",
|
|
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",
|