aws-iam-data 0.0.113 → 0.0.115
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 +68 -0
- package/dist/data/json/iam.json +1119 -92
- package/dist/data/json/metadata.json +93 -21
- package/dist/data/json/reports.json +13 -13
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 384,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -3558,16 +3558,21 @@
|
|
|
3558
3558
|
"name": "Amazon CloudWatch Logs",
|
|
3559
3559
|
"servicePrefix": "logs",
|
|
3560
3560
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchlogs.html",
|
|
3561
|
-
"actionsCount":
|
|
3561
|
+
"actionsCount": 75,
|
|
3562
3562
|
"actions": [
|
|
3563
3563
|
"AssociateKmsKey",
|
|
3564
3564
|
"CancelExportTask",
|
|
3565
|
+
"CreateDelivery",
|
|
3565
3566
|
"CreateExportTask",
|
|
3566
3567
|
"CreateLogDelivery",
|
|
3567
3568
|
"CreateLogGroup",
|
|
3568
3569
|
"CreateLogStream",
|
|
3569
3570
|
"DeleteAccountPolicy",
|
|
3570
3571
|
"DeleteDataProtectionPolicy",
|
|
3572
|
+
"DeleteDelivery",
|
|
3573
|
+
"DeleteDeliveryDestination",
|
|
3574
|
+
"DeleteDeliveryDestinationPolicy",
|
|
3575
|
+
"DeleteDeliverySource",
|
|
3571
3576
|
"DeleteDestination",
|
|
3572
3577
|
"DeleteLogDelivery",
|
|
3573
3578
|
"DeleteLogGroup",
|
|
@@ -3578,6 +3583,9 @@
|
|
|
3578
3583
|
"DeleteRetentionPolicy",
|
|
3579
3584
|
"DeleteSubscriptionFilter",
|
|
3580
3585
|
"DescribeAccountPolicies",
|
|
3586
|
+
"DescribeDeliveries",
|
|
3587
|
+
"DescribeDeliveryDestinations",
|
|
3588
|
+
"DescribeDeliverySources",
|
|
3581
3589
|
"DescribeDestinations",
|
|
3582
3590
|
"DescribeExportTasks",
|
|
3583
3591
|
"DescribeLogGroups",
|
|
@@ -3590,6 +3598,10 @@
|
|
|
3590
3598
|
"DisassociateKmsKey",
|
|
3591
3599
|
"FilterLogEvents",
|
|
3592
3600
|
"GetDataProtectionPolicy",
|
|
3601
|
+
"GetDelivery",
|
|
3602
|
+
"GetDeliveryDestination",
|
|
3603
|
+
"GetDeliveryDestinationPolicy",
|
|
3604
|
+
"GetDeliverySource",
|
|
3593
3605
|
"GetLogDelivery",
|
|
3594
3606
|
"GetLogEvents",
|
|
3595
3607
|
"GetLogGroupFields",
|
|
@@ -3601,6 +3613,9 @@
|
|
|
3601
3613
|
"ListTagsLogGroup",
|
|
3602
3614
|
"PutAccountPolicy",
|
|
3603
3615
|
"PutDataProtectionPolicy",
|
|
3616
|
+
"PutDeliveryDestination",
|
|
3617
|
+
"PutDeliveryDestinationPolicy",
|
|
3618
|
+
"PutDeliverySource",
|
|
3604
3619
|
"PutDestination",
|
|
3605
3620
|
"PutDestinationPolicy",
|
|
3606
3621
|
"PutLogEvents",
|
|
@@ -3621,17 +3636,22 @@
|
|
|
3621
3636
|
"UntagResource",
|
|
3622
3637
|
"UpdateLogDelivery"
|
|
3623
3638
|
],
|
|
3624
|
-
"resourceTypesCount":
|
|
3639
|
+
"resourceTypesCount": 6,
|
|
3625
3640
|
"resourceTypes": [
|
|
3626
3641
|
"log-group",
|
|
3627
3642
|
"log-stream",
|
|
3628
|
-
"destination"
|
|
3643
|
+
"destination",
|
|
3644
|
+
"delivery-source",
|
|
3645
|
+
"delivery",
|
|
3646
|
+
"delivery-destination"
|
|
3629
3647
|
],
|
|
3630
|
-
"conditionKeysCount":
|
|
3648
|
+
"conditionKeysCount": 5,
|
|
3631
3649
|
"conditionKeys": [
|
|
3632
3650
|
"aws:RequestTag/${TagKey}",
|
|
3633
3651
|
"aws:ResourceTag/${TagKey}",
|
|
3634
|
-
"aws:TagKeys"
|
|
3652
|
+
"aws:TagKeys",
|
|
3653
|
+
"logs:DeliveryDestinationResourceArn",
|
|
3654
|
+
"logs:LogGeneratingResourceArns"
|
|
3635
3655
|
]
|
|
3636
3656
|
},
|
|
3637
3657
|
{
|
|
@@ -4660,7 +4680,7 @@
|
|
|
4660
4680
|
"name": "Amazon Comprehend",
|
|
4661
4681
|
"servicePrefix": "comprehend",
|
|
4662
4682
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncomprehend.html",
|
|
4663
|
-
"actionsCount":
|
|
4683
|
+
"actionsCount": 85,
|
|
4664
4684
|
"actions": [
|
|
4665
4685
|
"BatchDetectDominantLanguage",
|
|
4666
4686
|
"BatchDetectEntities",
|
|
@@ -4703,6 +4723,7 @@
|
|
|
4703
4723
|
"DetectSentiment",
|
|
4704
4724
|
"DetectSyntax",
|
|
4705
4725
|
"DetectTargetedSentiment",
|
|
4726
|
+
"DetectToxicContent",
|
|
4706
4727
|
"ImportModel",
|
|
4707
4728
|
"ListDatasets",
|
|
4708
4729
|
"ListDocumentClassificationJobs",
|
|
@@ -6960,7 +6981,7 @@
|
|
|
6960
6981
|
"name": "Amazon EC2",
|
|
6961
6982
|
"servicePrefix": "ec2",
|
|
6962
6983
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
|
|
6963
|
-
"actionsCount":
|
|
6984
|
+
"actionsCount": 616,
|
|
6964
6985
|
"actions": [
|
|
6965
6986
|
"AcceptAddressTransfer",
|
|
6966
6987
|
"AcceptReservedInstancesExchangeQuote",
|
|
@@ -7417,6 +7438,7 @@
|
|
|
7417
7438
|
"GetPasswordData",
|
|
7418
7439
|
"GetReservedInstancesExchangeQuote",
|
|
7419
7440
|
"GetResourcePolicy",
|
|
7441
|
+
"GetSecurityGroupsForVpc",
|
|
7420
7442
|
"GetSerialConsoleAccessStatus",
|
|
7421
7443
|
"GetSpotPlacementScores",
|
|
7422
7444
|
"GetSubnetCidrReservations",
|
|
@@ -7440,6 +7462,7 @@
|
|
|
7440
7462
|
"ImportKeyPair",
|
|
7441
7463
|
"ImportSnapshot",
|
|
7442
7464
|
"ImportVolume",
|
|
7465
|
+
"InjectApiError",
|
|
7443
7466
|
"ListImagesInRecycleBin",
|
|
7444
7467
|
"ListSnapshotsInRecycleBin",
|
|
7445
7468
|
"ModifyAddressAttribute",
|
|
@@ -7669,7 +7692,7 @@
|
|
|
7669
7692
|
"vpn-connection",
|
|
7670
7693
|
"vpn-gateway"
|
|
7671
7694
|
],
|
|
7672
|
-
"conditionKeysCount":
|
|
7695
|
+
"conditionKeysCount": 111,
|
|
7673
7696
|
"conditionKeys": [
|
|
7674
7697
|
"aws:RequestTag/${TagKey}",
|
|
7675
7698
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -7698,6 +7721,8 @@
|
|
|
7698
7721
|
"ec2:EbsOptimized",
|
|
7699
7722
|
"ec2:ElasticGpuType",
|
|
7700
7723
|
"ec2:Encrypted",
|
|
7724
|
+
"ec2:FisActionId",
|
|
7725
|
+
"ec2:FisTargetArns",
|
|
7701
7726
|
"ec2:GatewayType",
|
|
7702
7727
|
"ec2:HostRecovery",
|
|
7703
7728
|
"ec2:IKEVersions",
|
|
@@ -8501,17 +8526,19 @@
|
|
|
8501
8526
|
"name": "Amazon Elastic Kubernetes Service",
|
|
8502
8527
|
"servicePrefix": "eks",
|
|
8503
8528
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelastickubernetesservice.html",
|
|
8504
|
-
"actionsCount":
|
|
8529
|
+
"actionsCount": 41,
|
|
8505
8530
|
"actions": [
|
|
8506
8531
|
"AccessKubernetesApi",
|
|
8507
8532
|
"AssociateEncryptionConfig",
|
|
8508
8533
|
"AssociateIdentityProviderConfig",
|
|
8509
8534
|
"CreateAddon",
|
|
8510
8535
|
"CreateCluster",
|
|
8536
|
+
"CreateEksAnywhereSubscription",
|
|
8511
8537
|
"CreateFargateProfile",
|
|
8512
8538
|
"CreateNodegroup",
|
|
8513
8539
|
"DeleteAddon",
|
|
8514
8540
|
"DeleteCluster",
|
|
8541
|
+
"DeleteEksAnywhereSubscription",
|
|
8515
8542
|
"DeleteFargateProfile",
|
|
8516
8543
|
"DeleteNodegroup",
|
|
8517
8544
|
"DeregisterCluster",
|
|
@@ -8519,6 +8546,7 @@
|
|
|
8519
8546
|
"DescribeAddonConfiguration",
|
|
8520
8547
|
"DescribeAddonVersions",
|
|
8521
8548
|
"DescribeCluster",
|
|
8549
|
+
"DescribeEksAnywhereSubscription",
|
|
8522
8550
|
"DescribeFargateProfile",
|
|
8523
8551
|
"DescribeIdentityProviderConfig",
|
|
8524
8552
|
"DescribeNodegroup",
|
|
@@ -8526,6 +8554,7 @@
|
|
|
8526
8554
|
"DisassociateIdentityProviderConfig",
|
|
8527
8555
|
"ListAddons",
|
|
8528
8556
|
"ListClusters",
|
|
8557
|
+
"ListEksAnywhereSubscriptions",
|
|
8529
8558
|
"ListFargateProfiles",
|
|
8530
8559
|
"ListIdentityProviderConfigs",
|
|
8531
8560
|
"ListNodegroups",
|
|
@@ -8537,16 +8566,18 @@
|
|
|
8537
8566
|
"UpdateAddon",
|
|
8538
8567
|
"UpdateClusterConfig",
|
|
8539
8568
|
"UpdateClusterVersion",
|
|
8569
|
+
"UpdateEksAnywhereSubscription",
|
|
8540
8570
|
"UpdateNodegroupConfig",
|
|
8541
8571
|
"UpdateNodegroupVersion"
|
|
8542
8572
|
],
|
|
8543
|
-
"resourceTypesCount":
|
|
8573
|
+
"resourceTypesCount": 6,
|
|
8544
8574
|
"resourceTypes": [
|
|
8545
8575
|
"cluster",
|
|
8546
8576
|
"nodegroup",
|
|
8547
8577
|
"addon",
|
|
8548
8578
|
"fargateprofile",
|
|
8549
|
-
"identityproviderconfig"
|
|
8579
|
+
"identityproviderconfig",
|
|
8580
|
+
"eks-anywhere-subscription"
|
|
8550
8581
|
],
|
|
8551
8582
|
"conditionKeysCount": 5,
|
|
8552
8583
|
"conditionKeys": [
|
|
@@ -8596,14 +8627,19 @@
|
|
|
8596
8627
|
"resourceTypes": [
|
|
8597
8628
|
"loadbalancer"
|
|
8598
8629
|
],
|
|
8599
|
-
"conditionKeysCount":
|
|
8630
|
+
"conditionKeysCount": 11,
|
|
8600
8631
|
"conditionKeys": [
|
|
8601
8632
|
"aws:RequestTag/${TagKey}",
|
|
8602
8633
|
"aws:ResourceTag/${TagKey}",
|
|
8603
8634
|
"aws:TagKeys",
|
|
8604
8635
|
"elasticloadbalancing:CreateAction",
|
|
8636
|
+
"elasticloadbalancing:ListenerProtocol",
|
|
8605
8637
|
"elasticloadbalancing:ResourceTag/",
|
|
8606
|
-
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
8638
|
+
"elasticloadbalancing:ResourceTag/${TagKey}",
|
|
8639
|
+
"elasticloadbalancing:Scheme",
|
|
8640
|
+
"elasticloadbalancing:SecurityGroup",
|
|
8641
|
+
"elasticloadbalancing:SecurityPolicy",
|
|
8642
|
+
"elasticloadbalancing:Subnet"
|
|
8607
8643
|
]
|
|
8608
8644
|
},
|
|
8609
8645
|
{
|
|
@@ -8658,13 +8694,18 @@
|
|
|
8658
8694
|
"loadbalancer/net/",
|
|
8659
8695
|
"targetgroup"
|
|
8660
8696
|
],
|
|
8661
|
-
"conditionKeysCount":
|
|
8697
|
+
"conditionKeysCount": 10,
|
|
8662
8698
|
"conditionKeys": [
|
|
8663
8699
|
"aws:RequestTag/${TagKey}",
|
|
8664
8700
|
"aws:ResourceTag/${TagKey}",
|
|
8665
8701
|
"aws:TagKeys",
|
|
8666
8702
|
"elasticloadbalancing:CreateAction",
|
|
8667
|
-
"elasticloadbalancing:
|
|
8703
|
+
"elasticloadbalancing:ListenerProtocol",
|
|
8704
|
+
"elasticloadbalancing:ResourceTag/${TagKey}",
|
|
8705
|
+
"elasticloadbalancing:Scheme",
|
|
8706
|
+
"elasticloadbalancing:SecurityGroup",
|
|
8707
|
+
"elasticloadbalancing:SecurityPolicy",
|
|
8708
|
+
"elasticloadbalancing:Subnet"
|
|
8668
8709
|
]
|
|
8669
8710
|
},
|
|
8670
8711
|
{
|
|
@@ -16833,6 +16874,21 @@
|
|
|
16833
16874
|
"aws:TagKeys"
|
|
16834
16875
|
]
|
|
16835
16876
|
},
|
|
16877
|
+
{
|
|
16878
|
+
"name": "AWS Partner central account management",
|
|
16879
|
+
"servicePrefix": "partnercentral-account-management",
|
|
16880
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspartnercentralaccountmanagement.html",
|
|
16881
|
+
"actionsCount": 3,
|
|
16882
|
+
"actions": [
|
|
16883
|
+
"AssociatePartnerAccount",
|
|
16884
|
+
"AssociatePartnerUser",
|
|
16885
|
+
"DisassociatePartnerUser"
|
|
16886
|
+
],
|
|
16887
|
+
"resourceTypesCount": 0,
|
|
16888
|
+
"resourceTypes": [],
|
|
16889
|
+
"conditionKeysCount": 0,
|
|
16890
|
+
"conditionKeys": []
|
|
16891
|
+
},
|
|
16836
16892
|
{
|
|
16837
16893
|
"name": "AWS Payment Cryptography",
|
|
16838
16894
|
"servicePrefix": "payment-cryptography",
|
|
@@ -17968,7 +18024,7 @@
|
|
|
17968
18024
|
"name": "Amazon RDS",
|
|
17969
18025
|
"servicePrefix": "rds",
|
|
17970
18026
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrds.html",
|
|
17971
|
-
"actionsCount":
|
|
18027
|
+
"actionsCount": 157,
|
|
17972
18028
|
"actions": [
|
|
17973
18029
|
"AddRoleToDBCluster",
|
|
17974
18030
|
"AddRoleToDBInstance",
|
|
@@ -17999,7 +18055,9 @@
|
|
|
17999
18055
|
"CreateDBSubnetGroup",
|
|
18000
18056
|
"CreateEventSubscription",
|
|
18001
18057
|
"CreateGlobalCluster",
|
|
18058
|
+
"CreateIntegration",
|
|
18002
18059
|
"CreateOptionGroup",
|
|
18060
|
+
"CreateTenantDatabase",
|
|
18003
18061
|
"CrossRegionCommunication",
|
|
18004
18062
|
"DeleteBlueGreenDeployment",
|
|
18005
18063
|
"DeleteCustomDBEngineVersion",
|
|
@@ -18018,7 +18076,9 @@
|
|
|
18018
18076
|
"DeleteDBSubnetGroup",
|
|
18019
18077
|
"DeleteEventSubscription",
|
|
18020
18078
|
"DeleteGlobalCluster",
|
|
18079
|
+
"DeleteIntegration",
|
|
18021
18080
|
"DeleteOptionGroup",
|
|
18081
|
+
"DeleteTenantDatabase",
|
|
18022
18082
|
"DeregisterDBProxyTargets",
|
|
18023
18083
|
"DescribeAccountAttributes",
|
|
18024
18084
|
"DescribeBlueGreenDeployments",
|
|
@@ -18045,6 +18105,7 @@
|
|
|
18045
18105
|
"DescribeDBSnapshotAttributes",
|
|
18046
18106
|
"DescribeDBSnapshots",
|
|
18047
18107
|
"DescribeDBSubnetGroups",
|
|
18108
|
+
"DescribeDbSnapshotTenantDatabases",
|
|
18048
18109
|
"DescribeEngineDefaultClusterParameters",
|
|
18049
18110
|
"DescribeEngineDefaultParameters",
|
|
18050
18111
|
"DescribeEventCategories",
|
|
@@ -18052,6 +18113,7 @@
|
|
|
18052
18113
|
"DescribeEvents",
|
|
18053
18114
|
"DescribeExportTasks",
|
|
18054
18115
|
"DescribeGlobalClusters",
|
|
18116
|
+
"DescribeIntegrations",
|
|
18055
18117
|
"DescribeOptionGroupOptions",
|
|
18056
18118
|
"DescribeOptionGroups",
|
|
18057
18119
|
"DescribeOrderableDBInstanceOptions",
|
|
@@ -18061,6 +18123,7 @@
|
|
|
18061
18123
|
"DescribeReservedDBInstances",
|
|
18062
18124
|
"DescribeReservedDBInstancesOfferings",
|
|
18063
18125
|
"DescribeSourceRegions",
|
|
18126
|
+
"DescribeTenantDatabases",
|
|
18064
18127
|
"DescribeValidDBInstanceModifications",
|
|
18065
18128
|
"DownloadCompleteDBLogFile",
|
|
18066
18129
|
"DownloadDBLogFilePortion",
|
|
@@ -18087,6 +18150,7 @@
|
|
|
18087
18150
|
"ModifyGlobalCluster",
|
|
18088
18151
|
"ModifyOptionGroup",
|
|
18089
18152
|
"ModifyRecommendation",
|
|
18153
|
+
"ModifyTenantDatabase",
|
|
18090
18154
|
"PromoteReadReplica",
|
|
18091
18155
|
"PromoteReadReplicaDBCluster",
|
|
18092
18156
|
"PurchaseReservedDBInstancesOffering",
|
|
@@ -18120,10 +18184,11 @@
|
|
|
18120
18184
|
"SwitchoverGlobalCluster",
|
|
18121
18185
|
"SwitchoverReadReplica"
|
|
18122
18186
|
],
|
|
18123
|
-
"resourceTypesCount":
|
|
18187
|
+
"resourceTypesCount": 24,
|
|
18124
18188
|
"resourceTypes": [
|
|
18125
18189
|
"cluster",
|
|
18126
18190
|
"cluster-auto-backup",
|
|
18191
|
+
"auto-backup",
|
|
18127
18192
|
"cluster-endpoint",
|
|
18128
18193
|
"cluster-pg",
|
|
18129
18194
|
"cluster-snapshot",
|
|
@@ -18141,9 +18206,12 @@
|
|
|
18141
18206
|
"target",
|
|
18142
18207
|
"target-group",
|
|
18143
18208
|
"cev",
|
|
18144
|
-
"deployment"
|
|
18209
|
+
"deployment",
|
|
18210
|
+
"integration",
|
|
18211
|
+
"snapshot-tenant-database",
|
|
18212
|
+
"tenant-database"
|
|
18145
18213
|
],
|
|
18146
|
-
"conditionKeysCount":
|
|
18214
|
+
"conditionKeysCount": 29,
|
|
18147
18215
|
"conditionKeys": [
|
|
18148
18216
|
"aws:RequestTag/${TagKey}",
|
|
18149
18217
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -18156,9 +18224,11 @@
|
|
|
18156
18224
|
"rds:EndpointType",
|
|
18157
18225
|
"rds:ManageMasterUserPassword",
|
|
18158
18226
|
"rds:MultiAz",
|
|
18227
|
+
"rds:MultiTenant",
|
|
18159
18228
|
"rds:Piops",
|
|
18160
18229
|
"rds:StorageEncrypted",
|
|
18161
18230
|
"rds:StorageSize",
|
|
18231
|
+
"rds:TenantDatabaseName",
|
|
18162
18232
|
"rds:Vpc",
|
|
18163
18233
|
"rds:cluster-pg-tag/${TagKey}",
|
|
18164
18234
|
"rds:cluster-snapshot-tag/${TagKey}",
|
|
@@ -18826,10 +18896,12 @@
|
|
|
18826
18896
|
"name": "AWS Resource Groups",
|
|
18827
18897
|
"servicePrefix": "resource-groups",
|
|
18828
18898
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourcegroups.html",
|
|
18829
|
-
"actionsCount":
|
|
18899
|
+
"actionsCount": 21,
|
|
18830
18900
|
"actions": [
|
|
18901
|
+
"AssociateResource",
|
|
18831
18902
|
"CreateGroup",
|
|
18832
18903
|
"DeleteGroup",
|
|
18904
|
+
"DisassociateResource",
|
|
18833
18905
|
"GetAccountSettings",
|
|
18834
18906
|
"GetGroup",
|
|
18835
18907
|
"GetGroupConfiguration",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 8588
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4174
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2462
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
"key": "license-manager-user-subscriptions",
|
|
111
111
|
"value": 34
|
|
112
112
|
},
|
|
113
|
+
{
|
|
114
|
+
"key": "partnercentral-account-management",
|
|
115
|
+
"value": 33
|
|
116
|
+
},
|
|
113
117
|
{
|
|
114
118
|
"key": "route53-recovery-control-config",
|
|
115
119
|
"value": 31
|
|
@@ -137,10 +141,6 @@
|
|
|
137
141
|
{
|
|
138
142
|
"key": "codedeploy-commands-secure",
|
|
139
143
|
"value": 26
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"key": "route53-recovery-readiness",
|
|
143
|
-
"value": 26
|
|
144
144
|
}
|
|
145
145
|
],
|
|
146
146
|
"Most referenced resource ARNs": [
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"Services with most actions": [
|
|
231
231
|
{
|
|
232
232
|
"key": "Amazon EC2",
|
|
233
|
-
"value":
|
|
233
|
+
"value": 616
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
@@ -265,8 +265,8 @@
|
|
|
265
265
|
"value": 159
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
"key": "
|
|
269
|
-
"value":
|
|
268
|
+
"key": "Amazon RDS",
|
|
269
|
+
"value": 157
|
|
270
270
|
}
|
|
271
271
|
],
|
|
272
272
|
"Shortest action names": [
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 384
|
|
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": 1586
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 827
|
|
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.115",
|
|
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",
|