aws-iam-data 0.0.407 → 0.0.409
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 +97 -0
- package/dist/data/json/iam.json +1414 -57
- package/dist/data/json/metadata.json +112 -17
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 443,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"VpcLinks",
|
|
545
545
|
"Tags"
|
|
546
546
|
],
|
|
547
|
-
"conditionKeysCount":
|
|
547
|
+
"conditionKeysCount": 34,
|
|
548
548
|
"conditionKeys": [
|
|
549
549
|
"apigateway:Request/AccessAssociationSource",
|
|
550
550
|
"apigateway:Request/AccessLoggingDestination",
|
|
@@ -560,6 +560,7 @@
|
|
|
560
560
|
"apigateway:Request/MtlsTrustStoreUri",
|
|
561
561
|
"apigateway:Request/MtlsTrustStoreVersion",
|
|
562
562
|
"apigateway:Request/RouteAuthorizationType",
|
|
563
|
+
"apigateway:Request/RoutingMode",
|
|
563
564
|
"apigateway:Request/SecurityPolicy",
|
|
564
565
|
"apigateway:Request/StageName",
|
|
565
566
|
"apigateway:Resource/AccessLoggingDestination",
|
|
@@ -574,6 +575,7 @@
|
|
|
574
575
|
"apigateway:Resource/MtlsTrustStoreUri",
|
|
575
576
|
"apigateway:Resource/MtlsTrustStoreVersion",
|
|
576
577
|
"apigateway:Resource/RouteAuthorizationType",
|
|
578
|
+
"apigateway:Resource/RoutingMode",
|
|
577
579
|
"apigateway:Resource/SecurityPolicy",
|
|
578
580
|
"aws:RequestTag/${TagKey}",
|
|
579
581
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -584,15 +586,20 @@
|
|
|
584
586
|
"name": "Amazon API Gateway Management V2",
|
|
585
587
|
"servicePrefix": "apigateway",
|
|
586
588
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagementv2.html",
|
|
587
|
-
"actionsCount":
|
|
589
|
+
"actionsCount": 10,
|
|
588
590
|
"actions": [
|
|
591
|
+
"CreateRoutingRule",
|
|
589
592
|
"DELETE",
|
|
593
|
+
"DeleteRoutingRule",
|
|
590
594
|
"GET",
|
|
595
|
+
"GetRoutingRule",
|
|
596
|
+
"ListRoutingRule",
|
|
591
597
|
"PATCH",
|
|
592
598
|
"POST",
|
|
593
|
-
"PUT"
|
|
599
|
+
"PUT",
|
|
600
|
+
"UpdateRoutingRule"
|
|
594
601
|
],
|
|
595
|
-
"resourceTypesCount":
|
|
602
|
+
"resourceTypesCount": 30,
|
|
596
603
|
"resourceTypes": [
|
|
597
604
|
"AccessLogSettings",
|
|
598
605
|
"Api",
|
|
@@ -619,12 +626,13 @@
|
|
|
619
626
|
"RouteResponses",
|
|
620
627
|
"RouteRequestParameter",
|
|
621
628
|
"RouteSettings",
|
|
629
|
+
"RoutingRule",
|
|
622
630
|
"Stage",
|
|
623
631
|
"Stages",
|
|
624
632
|
"VpcLink",
|
|
625
633
|
"VpcLinks"
|
|
626
634
|
],
|
|
627
|
-
"conditionKeysCount":
|
|
635
|
+
"conditionKeysCount": 34,
|
|
628
636
|
"conditionKeys": [
|
|
629
637
|
"apigateway:Request/AccessLoggingDestination",
|
|
630
638
|
"apigateway:Request/AccessLoggingFormat",
|
|
@@ -632,11 +640,14 @@
|
|
|
632
640
|
"apigateway:Request/ApiName",
|
|
633
641
|
"apigateway:Request/AuthorizerType",
|
|
634
642
|
"apigateway:Request/AuthorizerUri",
|
|
643
|
+
"apigateway:Request/ConditionBasePaths",
|
|
635
644
|
"apigateway:Request/DisableExecuteApiEndpoint",
|
|
636
645
|
"apigateway:Request/EndpointType",
|
|
637
646
|
"apigateway:Request/MtlsTrustStoreUri",
|
|
638
647
|
"apigateway:Request/MtlsTrustStoreVersion",
|
|
648
|
+
"apigateway:Request/Priority",
|
|
639
649
|
"apigateway:Request/RouteAuthorizationType",
|
|
650
|
+
"apigateway:Request/RoutingMode",
|
|
640
651
|
"apigateway:Request/SecurityPolicy",
|
|
641
652
|
"apigateway:Request/StageName",
|
|
642
653
|
"apigateway:Resource/AccessLoggingDestination",
|
|
@@ -645,11 +656,14 @@
|
|
|
645
656
|
"apigateway:Resource/ApiName",
|
|
646
657
|
"apigateway:Resource/AuthorizerType",
|
|
647
658
|
"apigateway:Resource/AuthorizerUri",
|
|
659
|
+
"apigateway:Resource/ConditionBasePaths",
|
|
648
660
|
"apigateway:Resource/DisableExecuteApiEndpoint",
|
|
649
661
|
"apigateway:Resource/EndpointType",
|
|
650
662
|
"apigateway:Resource/MtlsTrustStoreUri",
|
|
651
663
|
"apigateway:Resource/MtlsTrustStoreVersion",
|
|
664
|
+
"apigateway:Resource/Priority",
|
|
652
665
|
"apigateway:Resource/RouteAuthorizationType",
|
|
666
|
+
"apigateway:Resource/RoutingMode",
|
|
653
667
|
"apigateway:Resource/SecurityPolicy",
|
|
654
668
|
"aws:RequestTag/${TagKey}",
|
|
655
669
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -1066,12 +1080,13 @@
|
|
|
1066
1080
|
"name": "Amazon AppIntegrations",
|
|
1067
1081
|
"servicePrefix": "app-integrations",
|
|
1068
1082
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappintegrations.html",
|
|
1069
|
-
"actionsCount":
|
|
1083
|
+
"actionsCount": 35,
|
|
1070
1084
|
"actions": [
|
|
1071
1085
|
"CreateApplication",
|
|
1072
1086
|
"CreateApplicationAssociation",
|
|
1073
1087
|
"CreateDataIntegration",
|
|
1074
1088
|
"CreateDataIntegrationAssociation",
|
|
1089
|
+
"CreateDataIntegrationSchedule",
|
|
1075
1090
|
"CreateEventIntegration",
|
|
1076
1091
|
"CreateEventIntegrationAssociation",
|
|
1077
1092
|
"DeleteApplication",
|
|
@@ -1082,19 +1097,25 @@
|
|
|
1082
1097
|
"DeleteEventIntegrationAssociation",
|
|
1083
1098
|
"GetApplication",
|
|
1084
1099
|
"GetDataIntegration",
|
|
1100
|
+
"GetDataIntegrationExecution",
|
|
1101
|
+
"GetDataIntegrationSchedule",
|
|
1085
1102
|
"GetEventIntegration",
|
|
1086
1103
|
"ListApplicationAssociations",
|
|
1087
1104
|
"ListApplications",
|
|
1088
1105
|
"ListDataIntegrationAssociations",
|
|
1106
|
+
"ListDataIntegrationExecutions",
|
|
1107
|
+
"ListDataIntegrationSchedules",
|
|
1089
1108
|
"ListDataIntegrations",
|
|
1090
1109
|
"ListEventIntegrationAssociations",
|
|
1091
1110
|
"ListEventIntegrations",
|
|
1092
1111
|
"ListTagsForResource",
|
|
1112
|
+
"StartDataIntegrationExecution",
|
|
1093
1113
|
"TagResource",
|
|
1094
1114
|
"UntagResource",
|
|
1095
1115
|
"UpdateApplication",
|
|
1096
1116
|
"UpdateDataIntegration",
|
|
1097
1117
|
"UpdateDataIntegrationAssociation",
|
|
1118
|
+
"UpdateDataIntegrationSchedule",
|
|
1098
1119
|
"UpdateEventIntegration"
|
|
1099
1120
|
],
|
|
1100
1121
|
"resourceTypesCount": 6,
|
|
@@ -1656,12 +1677,10 @@
|
|
|
1656
1677
|
"name": "AWS Artifact",
|
|
1657
1678
|
"servicePrefix": "artifact",
|
|
1658
1679
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsartifact.html",
|
|
1659
|
-
"actionsCount":
|
|
1680
|
+
"actionsCount": 14,
|
|
1660
1681
|
"actions": [
|
|
1661
1682
|
"AcceptAgreement",
|
|
1662
1683
|
"AcceptNdaForAgreement",
|
|
1663
|
-
"DownloadAgreement",
|
|
1664
|
-
"Get",
|
|
1665
1684
|
"GetAccountSettings",
|
|
1666
1685
|
"GetAgreement",
|
|
1667
1686
|
"GetCustomerAgreement",
|
|
@@ -1675,9 +1694,8 @@
|
|
|
1675
1694
|
"PutAccountSettings",
|
|
1676
1695
|
"TerminateAgreement"
|
|
1677
1696
|
],
|
|
1678
|
-
"resourceTypesCount":
|
|
1697
|
+
"resourceTypesCount": 3,
|
|
1679
1698
|
"resourceTypes": [
|
|
1680
|
-
"report-package",
|
|
1681
1699
|
"customer-agreement",
|
|
1682
1700
|
"agreement",
|
|
1683
1701
|
"report"
|
|
@@ -8608,16 +8626,18 @@
|
|
|
8608
8626
|
"name": "Amazon DynamoDB",
|
|
8609
8627
|
"servicePrefix": "dynamodb",
|
|
8610
8628
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondynamodb.html",
|
|
8611
|
-
"actionsCount":
|
|
8629
|
+
"actionsCount": 73,
|
|
8612
8630
|
"actions": [
|
|
8613
8631
|
"BatchGetItem",
|
|
8614
8632
|
"BatchWriteItem",
|
|
8615
8633
|
"ConditionCheckItem",
|
|
8616
8634
|
"CreateBackup",
|
|
8617
8635
|
"CreateGlobalTable",
|
|
8636
|
+
"CreateGlobalTableWitness",
|
|
8618
8637
|
"CreateTable",
|
|
8619
8638
|
"CreateTableReplica",
|
|
8620
8639
|
"DeleteBackup",
|
|
8640
|
+
"DeleteGlobalTableWitness",
|
|
8621
8641
|
"DeleteItem",
|
|
8622
8642
|
"DeleteResourcePolicy",
|
|
8623
8643
|
"DeleteTable",
|
|
@@ -16438,7 +16458,7 @@
|
|
|
16438
16458
|
"name": "Amazon Keyspaces (for Apache Cassandra)",
|
|
16439
16459
|
"servicePrefix": "cassandra",
|
|
16440
16460
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonkeyspacesforapachecassandra.html",
|
|
16441
|
-
"actionsCount":
|
|
16461
|
+
"actionsCount": 21,
|
|
16442
16462
|
"actions": [
|
|
16443
16463
|
"Alter",
|
|
16444
16464
|
"AlterMultiRegionResource",
|
|
@@ -16446,6 +16466,10 @@
|
|
|
16446
16466
|
"CreateMultiRegionResource",
|
|
16447
16467
|
"Drop",
|
|
16448
16468
|
"DropMultiRegionResource",
|
|
16469
|
+
"GetRecords",
|
|
16470
|
+
"GetShardIterator",
|
|
16471
|
+
"GetStream",
|
|
16472
|
+
"ListStreams",
|
|
16449
16473
|
"Modify",
|
|
16450
16474
|
"ModifyMultiRegionResource",
|
|
16451
16475
|
"Restore",
|
|
@@ -16458,10 +16482,11 @@
|
|
|
16458
16482
|
"UntagResource",
|
|
16459
16483
|
"UpdatePartitioner"
|
|
16460
16484
|
],
|
|
16461
|
-
"resourceTypesCount":
|
|
16485
|
+
"resourceTypesCount": 3,
|
|
16462
16486
|
"resourceTypes": [
|
|
16463
16487
|
"keyspace",
|
|
16464
|
-
"table"
|
|
16488
|
+
"table",
|
|
16489
|
+
"stream"
|
|
16465
16490
|
],
|
|
16466
16491
|
"conditionKeysCount": 3,
|
|
16467
16492
|
"conditionKeys": [
|
|
@@ -25174,6 +25199,75 @@
|
|
|
25174
25199
|
"serverlessrepo:applicationType"
|
|
25175
25200
|
]
|
|
25176
25201
|
},
|
|
25202
|
+
{
|
|
25203
|
+
"name": "AWS Service - Oracle Database@AWS",
|
|
25204
|
+
"servicePrefix": "odb",
|
|
25205
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsservice-oracledatabaseataws.html",
|
|
25206
|
+
"actionsCount": 46,
|
|
25207
|
+
"actions": [
|
|
25208
|
+
"AcceptMarketplaceRegistration",
|
|
25209
|
+
"CreateCloudAutonomousVmCluster",
|
|
25210
|
+
"CreateCloudExadataInfrastructure",
|
|
25211
|
+
"CreateCloudVmCluster",
|
|
25212
|
+
"CreateDbNode",
|
|
25213
|
+
"CreateOdbNetwork",
|
|
25214
|
+
"CreateOdbPeeringConnection",
|
|
25215
|
+
"CreateOutboundIntegration",
|
|
25216
|
+
"DeleteCloudAutonomousVmCluster",
|
|
25217
|
+
"DeleteCloudExadataInfrastructure",
|
|
25218
|
+
"DeleteCloudVmCluster",
|
|
25219
|
+
"DeleteDbNode",
|
|
25220
|
+
"DeleteOdbNetwork",
|
|
25221
|
+
"DeleteOdbPeeringConnection",
|
|
25222
|
+
"DeleteResourcePolicy",
|
|
25223
|
+
"GetCloudAutonomousVmCluster",
|
|
25224
|
+
"GetCloudExadataInfrastructure",
|
|
25225
|
+
"GetCloudExadataInfrastructureUnallocatedResources",
|
|
25226
|
+
"GetCloudVmCluster",
|
|
25227
|
+
"GetDbNode",
|
|
25228
|
+
"GetDbServer",
|
|
25229
|
+
"GetOciOnboardingStatus",
|
|
25230
|
+
"GetOdbNetwork",
|
|
25231
|
+
"GetOdbPeeringConnection",
|
|
25232
|
+
"GetResourcePolicy",
|
|
25233
|
+
"InitializeService",
|
|
25234
|
+
"ListAutonomousVirtualMachines",
|
|
25235
|
+
"ListCloudAutonomousVmClusters",
|
|
25236
|
+
"ListCloudExadataInfrastructures",
|
|
25237
|
+
"ListCloudVmClusters",
|
|
25238
|
+
"ListDbNodes",
|
|
25239
|
+
"ListDbServers",
|
|
25240
|
+
"ListDbSystemShapes",
|
|
25241
|
+
"ListGiVersions",
|
|
25242
|
+
"ListOdbNetworks",
|
|
25243
|
+
"ListOdbPeeringConnections",
|
|
25244
|
+
"ListSystemVersions",
|
|
25245
|
+
"ListTagsForResource",
|
|
25246
|
+
"PutResourcePolicy",
|
|
25247
|
+
"RebootDbNode",
|
|
25248
|
+
"StartDbNode",
|
|
25249
|
+
"StopDbNode",
|
|
25250
|
+
"TagResource",
|
|
25251
|
+
"UntagResource",
|
|
25252
|
+
"UpdateCloudExadataInfrastructure",
|
|
25253
|
+
"UpdateOdbNetwork"
|
|
25254
|
+
],
|
|
25255
|
+
"resourceTypesCount": 6,
|
|
25256
|
+
"resourceTypes": [
|
|
25257
|
+
"cloud-autonomous-vm-cluster",
|
|
25258
|
+
"cloud-exadata-infrastructure",
|
|
25259
|
+
"cloud-vm-cluster",
|
|
25260
|
+
"db-node",
|
|
25261
|
+
"odb-network",
|
|
25262
|
+
"odb-peering-connection"
|
|
25263
|
+
],
|
|
25264
|
+
"conditionKeysCount": 3,
|
|
25265
|
+
"conditionKeys": [
|
|
25266
|
+
"aws:RequestTag/${TagKey}",
|
|
25267
|
+
"aws:ResourceTag/${TagKey}",
|
|
25268
|
+
"aws:TagKeys"
|
|
25269
|
+
]
|
|
25270
|
+
},
|
|
25177
25271
|
{
|
|
25178
25272
|
"name": "AWS Service Catalog",
|
|
25179
25273
|
"servicePrefix": "servicecatalog",
|
|
@@ -26781,7 +26875,7 @@
|
|
|
26781
26875
|
],
|
|
26782
26876
|
"resourceTypesCount": 0,
|
|
26783
26877
|
"resourceTypes": [],
|
|
26784
|
-
"conditionKeysCount":
|
|
26878
|
+
"conditionKeysCount": 19,
|
|
26785
26879
|
"conditionKeys": [
|
|
26786
26880
|
"aws:RequestTag/${TagKey}",
|
|
26787
26881
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -26791,6 +26885,7 @@
|
|
|
26791
26885
|
"ssm:AutoApprove",
|
|
26792
26886
|
"ssm:DocumentCategories",
|
|
26793
26887
|
"ssm:DocumentType",
|
|
26888
|
+
"ssm:InventoryTypeName",
|
|
26794
26889
|
"ssm:Overwrite",
|
|
26795
26890
|
"ssm:Policies",
|
|
26796
26891
|
"ssm:Recursive",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10378
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5060
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3081
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 443
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1933
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1197
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.409",
|
|
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",
|