aws-iam-data 0.0.339 → 0.0.345
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 +119 -0
- package/dist/data/json/iam.json +641 -424
- package/dist/data/json/metadata.json +53 -66
- package/dist/data/json/reports.json +11 -11
- package/dist/index.js +8 -8
- package/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 438,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
6
6
|
"servicePrefix": "account",
|
|
7
7
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsaccountmanagement.html",
|
|
8
|
-
"actionsCount":
|
|
8
|
+
"actionsCount": 14,
|
|
9
9
|
"actions": [
|
|
10
10
|
"AcceptPrimaryEmailUpdate",
|
|
11
11
|
"CloseAccount",
|
|
@@ -14,13 +14,11 @@
|
|
|
14
14
|
"EnableRegion",
|
|
15
15
|
"GetAccountInformation",
|
|
16
16
|
"GetAlternateContact",
|
|
17
|
-
"GetChallengeQuestions",
|
|
18
17
|
"GetContactInformation",
|
|
19
18
|
"GetPrimaryEmail",
|
|
20
19
|
"GetRegionOptStatus",
|
|
21
20
|
"ListRegions",
|
|
22
21
|
"PutAlternateContact",
|
|
23
|
-
"PutChallengeQuestions",
|
|
24
22
|
"PutContactInformation",
|
|
25
23
|
"StartPrimaryEmailUpdate"
|
|
26
24
|
],
|
|
@@ -2205,23 +2203,28 @@
|
|
|
2205
2203
|
"name": "AWS Batch",
|
|
2206
2204
|
"servicePrefix": "batch",
|
|
2207
2205
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbatch.html",
|
|
2208
|
-
"actionsCount":
|
|
2206
|
+
"actionsCount": 31,
|
|
2209
2207
|
"actions": [
|
|
2210
2208
|
"CancelJob",
|
|
2211
2209
|
"CreateComputeEnvironment",
|
|
2210
|
+
"CreateConsumableResource",
|
|
2212
2211
|
"CreateJobQueue",
|
|
2213
2212
|
"CreateSchedulingPolicy",
|
|
2214
2213
|
"DeleteComputeEnvironment",
|
|
2214
|
+
"DeleteConsumableResource",
|
|
2215
2215
|
"DeleteJobQueue",
|
|
2216
2216
|
"DeleteSchedulingPolicy",
|
|
2217
2217
|
"DeregisterJobDefinition",
|
|
2218
2218
|
"DescribeComputeEnvironments",
|
|
2219
|
+
"DescribeConsumableResource",
|
|
2219
2220
|
"DescribeJobDefinitions",
|
|
2220
2221
|
"DescribeJobQueues",
|
|
2221
2222
|
"DescribeJobs",
|
|
2222
2223
|
"DescribeSchedulingPolicies",
|
|
2223
2224
|
"GetJobQueueSnapshot",
|
|
2225
|
+
"ListConsumableResources",
|
|
2224
2226
|
"ListJobs",
|
|
2227
|
+
"ListJobsByConsumableResource",
|
|
2225
2228
|
"ListSchedulingPolicies",
|
|
2226
2229
|
"ListTagsForResource",
|
|
2227
2230
|
"RegisterJobDefinition",
|
|
@@ -2230,17 +2233,19 @@
|
|
|
2230
2233
|
"TerminateJob",
|
|
2231
2234
|
"UntagResource",
|
|
2232
2235
|
"UpdateComputeEnvironment",
|
|
2236
|
+
"UpdateConsumableResource",
|
|
2233
2237
|
"UpdateJobQueue",
|
|
2234
2238
|
"UpdateSchedulingPolicy"
|
|
2235
2239
|
],
|
|
2236
|
-
"resourceTypesCount":
|
|
2240
|
+
"resourceTypesCount": 7,
|
|
2237
2241
|
"resourceTypes": [
|
|
2238
2242
|
"compute-environment",
|
|
2239
2243
|
"job-queue",
|
|
2240
2244
|
"job-definition",
|
|
2241
2245
|
"job-definition-revision",
|
|
2242
2246
|
"job",
|
|
2243
|
-
"scheduling-policy"
|
|
2247
|
+
"scheduling-policy",
|
|
2248
|
+
"consumable-resource"
|
|
2244
2249
|
],
|
|
2245
2250
|
"conditionKeysCount": 18,
|
|
2246
2251
|
"conditionKeys": [
|
|
@@ -2268,7 +2273,7 @@
|
|
|
2268
2273
|
"name": "Amazon Bedrock",
|
|
2269
2274
|
"servicePrefix": "bedrock",
|
|
2270
2275
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2271
|
-
"actionsCount":
|
|
2276
|
+
"actionsCount": 188,
|
|
2272
2277
|
"actions": [
|
|
2273
2278
|
"AllowVendedLogDeliveryForResource",
|
|
2274
2279
|
"ApplyGuardrail",
|
|
@@ -2300,6 +2305,7 @@
|
|
|
2300
2305
|
"CreateModelImportJob",
|
|
2301
2306
|
"CreateModelInvocationJob",
|
|
2302
2307
|
"CreatePrompt",
|
|
2308
|
+
"CreatePromptRouter",
|
|
2303
2309
|
"CreatePromptVersion",
|
|
2304
2310
|
"CreateProvisionedModelThroughput",
|
|
2305
2311
|
"CreateSession",
|
|
@@ -2325,6 +2331,7 @@
|
|
|
2325
2331
|
"DeleteMarketplaceModelEndpoint",
|
|
2326
2332
|
"DeleteModelInvocationLoggingConfiguration",
|
|
2327
2333
|
"DeletePrompt",
|
|
2334
|
+
"DeletePromptRouter",
|
|
2328
2335
|
"DeleteProvisionedModelThroughput",
|
|
2329
2336
|
"DeleteResourcePolicy",
|
|
2330
2337
|
"DeleteSession",
|
|
@@ -2457,12 +2464,13 @@
|
|
|
2457
2464
|
"UpdateSession",
|
|
2458
2465
|
"ValidateFlowDefinition"
|
|
2459
2466
|
],
|
|
2460
|
-
"resourceTypesCount":
|
|
2467
|
+
"resourceTypesCount": 29,
|
|
2461
2468
|
"resourceTypes": [
|
|
2462
2469
|
"foundation-model",
|
|
2463
2470
|
"async-invoke",
|
|
2464
2471
|
"inference-profile",
|
|
2465
2472
|
"default-prompt-router",
|
|
2473
|
+
"prompt-router",
|
|
2466
2474
|
"application-inference-profile",
|
|
2467
2475
|
"custom-model",
|
|
2468
2476
|
"provisioned-model",
|
|
@@ -2488,11 +2496,12 @@
|
|
|
2488
2496
|
"data-automation-profile",
|
|
2489
2497
|
"session"
|
|
2490
2498
|
],
|
|
2491
|
-
"conditionKeysCount":
|
|
2499
|
+
"conditionKeysCount": 7,
|
|
2492
2500
|
"conditionKeys": [
|
|
2493
2501
|
"aws:RequestTag/${TagKey}",
|
|
2494
2502
|
"aws:ResourceTag/${TagKey}",
|
|
2495
2503
|
"aws:TagKeys",
|
|
2504
|
+
"bedrock:GuardrailIdentifier",
|
|
2496
2505
|
"bedrock:InferenceProfileArn",
|
|
2497
2506
|
"bedrock:PromptRouterArn",
|
|
2498
2507
|
"bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn"
|
|
@@ -4291,9 +4300,10 @@
|
|
|
4291
4300
|
"name": "Amazon CloudWatch Application Signals",
|
|
4292
4301
|
"servicePrefix": "application-signals",
|
|
4293
4302
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationsignals.html",
|
|
4294
|
-
"actionsCount":
|
|
4303
|
+
"actionsCount": 19,
|
|
4295
4304
|
"actions": [
|
|
4296
4305
|
"BatchGetServiceLevelObjectiveBudgetReport",
|
|
4306
|
+
"BatchUpdateExclusionWindows",
|
|
4297
4307
|
"CreateServiceLevelObjective",
|
|
4298
4308
|
"DeleteServiceLevelObjective",
|
|
4299
4309
|
"GetService",
|
|
@@ -4302,6 +4312,7 @@
|
|
|
4302
4312
|
"ListObservedEntities",
|
|
4303
4313
|
"ListServiceDependencies",
|
|
4304
4314
|
"ListServiceDependents",
|
|
4315
|
+
"ListServiceLevelObjectiveExclusionWindows",
|
|
4305
4316
|
"ListServiceLevelObjectives",
|
|
4306
4317
|
"ListServiceOperations",
|
|
4307
4318
|
"ListServices",
|
|
@@ -4634,19 +4645,22 @@
|
|
|
4634
4645
|
"name": "AWS CloudWatch RUM",
|
|
4635
4646
|
"servicePrefix": "rum",
|
|
4636
4647
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudwatchrum.html",
|
|
4637
|
-
"actionsCount":
|
|
4648
|
+
"actionsCount": 20,
|
|
4638
4649
|
"actions": [
|
|
4639
4650
|
"BatchCreateRumMetricDefinitions",
|
|
4640
4651
|
"BatchDeleteRumMetricDefinitions",
|
|
4641
4652
|
"BatchGetRumMetricDefinitions",
|
|
4642
4653
|
"CreateAppMonitor",
|
|
4643
4654
|
"DeleteAppMonitor",
|
|
4655
|
+
"DeleteResourcePolicy",
|
|
4644
4656
|
"DeleteRumMetricsDestination",
|
|
4645
4657
|
"GetAppMonitor",
|
|
4646
4658
|
"GetAppMonitorData",
|
|
4659
|
+
"GetResourcePolicy",
|
|
4647
4660
|
"ListAppMonitors",
|
|
4648
4661
|
"ListRumMetricsDestinations",
|
|
4649
4662
|
"ListTagsForResource",
|
|
4663
|
+
"PutResourcePolicy",
|
|
4650
4664
|
"PutRumEvents",
|
|
4651
4665
|
"PutRumMetricsDestination",
|
|
4652
4666
|
"TagResource",
|
|
@@ -5067,7 +5081,7 @@
|
|
|
5067
5081
|
"Host",
|
|
5068
5082
|
"RepositoryLink"
|
|
5069
5083
|
],
|
|
5070
|
-
"conditionKeysCount":
|
|
5084
|
+
"conditionKeysCount": 16,
|
|
5071
5085
|
"conditionKeys": [
|
|
5072
5086
|
"aws:RequestTag/${TagKey}",
|
|
5073
5087
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -5083,7 +5097,8 @@
|
|
|
5083
5097
|
"codeconnections:ProviderPermissionsRequired",
|
|
5084
5098
|
"codeconnections:ProviderType",
|
|
5085
5099
|
"codeconnections:ProviderTypeFilter",
|
|
5086
|
-
"codeconnections:RepositoryName"
|
|
5100
|
+
"codeconnections:RepositoryName",
|
|
5101
|
+
"codeconnections:VpcId"
|
|
5087
5102
|
]
|
|
5088
5103
|
},
|
|
5089
5104
|
{
|
|
@@ -5452,7 +5467,7 @@
|
|
|
5452
5467
|
"Host",
|
|
5453
5468
|
"RepositoryLink"
|
|
5454
5469
|
],
|
|
5455
|
-
"conditionKeysCount":
|
|
5470
|
+
"conditionKeysCount": 16,
|
|
5456
5471
|
"conditionKeys": [
|
|
5457
5472
|
"aws:RequestTag/${TagKey}",
|
|
5458
5473
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -5468,7 +5483,8 @@
|
|
|
5468
5483
|
"codestar-connections:ProviderPermissionsRequired",
|
|
5469
5484
|
"codestar-connections:ProviderType",
|
|
5470
5485
|
"codestar-connections:ProviderTypeFilter",
|
|
5471
|
-
"codestar-connections:RepositoryName"
|
|
5486
|
+
"codestar-connections:RepositoryName",
|
|
5487
|
+
"codestar-connections:VpcId"
|
|
5472
5488
|
]
|
|
5473
5489
|
},
|
|
5474
5490
|
{
|
|
@@ -6416,13 +6432,15 @@
|
|
|
6416
6432
|
"attached-file",
|
|
6417
6433
|
"email-address"
|
|
6418
6434
|
],
|
|
6419
|
-
"conditionKeysCount":
|
|
6435
|
+
"conditionKeysCount": 16,
|
|
6420
6436
|
"conditionKeys": [
|
|
6421
6437
|
"aws:RequestTag/${TagKey}",
|
|
6422
6438
|
"aws:ResourceTag/${TagKey}",
|
|
6423
6439
|
"aws:TagKeys",
|
|
6424
6440
|
"connect:AssignmentType",
|
|
6425
6441
|
"connect:AttributeType",
|
|
6442
|
+
"connect:Channel",
|
|
6443
|
+
"connect:ContactAssociationId",
|
|
6426
6444
|
"connect:ContactInitiationMethod",
|
|
6427
6445
|
"connect:FlowType",
|
|
6428
6446
|
"connect:InstanceId",
|
|
@@ -7813,46 +7831,6 @@
|
|
|
7813
7831
|
"aws:TagKeys"
|
|
7814
7832
|
]
|
|
7815
7833
|
},
|
|
7816
|
-
{
|
|
7817
|
-
"name": "AWS DeepLens",
|
|
7818
|
-
"servicePrefix": "deeplens",
|
|
7819
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdeeplens.html",
|
|
7820
|
-
"actionsCount": 24,
|
|
7821
|
-
"actions": [
|
|
7822
|
-
"AssociateServiceRoleToAccount",
|
|
7823
|
-
"BatchGetDevice",
|
|
7824
|
-
"BatchGetModel",
|
|
7825
|
-
"BatchGetProject",
|
|
7826
|
-
"CreateDeviceCertificates",
|
|
7827
|
-
"CreateModel",
|
|
7828
|
-
"CreateProject",
|
|
7829
|
-
"DeleteModel",
|
|
7830
|
-
"DeleteProject",
|
|
7831
|
-
"DeployProject",
|
|
7832
|
-
"DeregisterDevice",
|
|
7833
|
-
"GetAssociatedResources",
|
|
7834
|
-
"GetDeploymentStatus",
|
|
7835
|
-
"GetDevice",
|
|
7836
|
-
"GetModel",
|
|
7837
|
-
"GetProject",
|
|
7838
|
-
"ImportProjectFromTemplate",
|
|
7839
|
-
"ListDeployments",
|
|
7840
|
-
"ListDevices",
|
|
7841
|
-
"ListModels",
|
|
7842
|
-
"ListProjects",
|
|
7843
|
-
"RegisterDevice",
|
|
7844
|
-
"RemoveProject",
|
|
7845
|
-
"UpdateProject"
|
|
7846
|
-
],
|
|
7847
|
-
"resourceTypesCount": 3,
|
|
7848
|
-
"resourceTypes": [
|
|
7849
|
-
"device",
|
|
7850
|
-
"project",
|
|
7851
|
-
"model"
|
|
7852
|
-
],
|
|
7853
|
-
"conditionKeysCount": 0,
|
|
7854
|
-
"conditionKeys": []
|
|
7855
|
-
},
|
|
7856
7834
|
{
|
|
7857
7835
|
"name": "AWS DeepRacer",
|
|
7858
7836
|
"servicePrefix": "deepracer",
|
|
@@ -10409,7 +10387,7 @@
|
|
|
10409
10387
|
"name": "AWS Elastic Load Balancing V2",
|
|
10410
10388
|
"servicePrefix": "elasticloadbalancing",
|
|
10411
10389
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselasticloadbalancingv2.html",
|
|
10412
|
-
"actionsCount":
|
|
10390
|
+
"actionsCount": 52,
|
|
10413
10391
|
"actions": [
|
|
10414
10392
|
"AddListenerCertificates",
|
|
10415
10393
|
"AddTags",
|
|
@@ -10446,6 +10424,7 @@
|
|
|
10446
10424
|
"GetTrustStoreCaCertificatesBundle",
|
|
10447
10425
|
"GetTrustStoreRevocationContent",
|
|
10448
10426
|
"ModifyCapacityReservation",
|
|
10427
|
+
"ModifyIpPools",
|
|
10449
10428
|
"ModifyListener",
|
|
10450
10429
|
"ModifyListenerAttributes",
|
|
10451
10430
|
"ModifyLoadBalancerAttributes",
|
|
@@ -10861,7 +10840,7 @@
|
|
|
10861
10840
|
"name": "AWS Elemental MediaConvert",
|
|
10862
10841
|
"servicePrefix": "mediaconvert",
|
|
10863
10842
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalmediaconvert.html",
|
|
10864
|
-
"actionsCount":
|
|
10843
|
+
"actionsCount": 31,
|
|
10865
10844
|
"actions": [
|
|
10866
10845
|
"AssociateCertificate",
|
|
10867
10846
|
"CancelJob",
|
|
@@ -10886,6 +10865,7 @@
|
|
|
10886
10865
|
"ListQueues",
|
|
10887
10866
|
"ListTagsForResource",
|
|
10888
10867
|
"ListVersions",
|
|
10868
|
+
"Probe",
|
|
10889
10869
|
"PutPolicy",
|
|
10890
10870
|
"SearchJobs",
|
|
10891
10871
|
"TagResource",
|
|
@@ -13768,7 +13748,7 @@
|
|
|
13768
13748
|
"name": "AWS IAM Identity Center (successor to AWS Single Sign-On) directory",
|
|
13769
13749
|
"servicePrefix": "sso-directory",
|
|
13770
13750
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamidentitycentersuccessortoawssinglesign-ondirectory.html",
|
|
13771
|
-
"actionsCount":
|
|
13751
|
+
"actionsCount": 57,
|
|
13772
13752
|
"actions": [
|
|
13773
13753
|
"AddMemberToGroup",
|
|
13774
13754
|
"CompleteVirtualMfaDeviceRegistration",
|
|
@@ -13803,6 +13783,7 @@
|
|
|
13803
13783
|
"GetUserPoolInfo",
|
|
13804
13784
|
"ImportExternalIdPCertificate",
|
|
13805
13785
|
"IsMemberInGroup",
|
|
13786
|
+
"IsMemberInGroups",
|
|
13806
13787
|
"ListBearerTokens",
|
|
13807
13788
|
"ListExternalIdPCertificates",
|
|
13808
13789
|
"ListExternalIdPConfigurationsForDirectory",
|
|
@@ -24090,7 +24071,7 @@
|
|
|
24090
24071
|
"cluster-scheduler-config",
|
|
24091
24072
|
"partner-app"
|
|
24092
24073
|
],
|
|
24093
|
-
"conditionKeysCount":
|
|
24074
|
+
"conditionKeysCount": 52,
|
|
24094
24075
|
"conditionKeys": [
|
|
24095
24076
|
"aws:RequestTag/${TagKey}",
|
|
24096
24077
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -24124,6 +24105,8 @@
|
|
|
24124
24105
|
"sagemaker:MinimumInstanceMetadataServiceVersion",
|
|
24125
24106
|
"sagemaker:ModelApprovalStatus",
|
|
24126
24107
|
"sagemaker:ModelArn",
|
|
24108
|
+
"sagemaker:ModelLifeCycle:Stage",
|
|
24109
|
+
"sagemaker:ModelLifeCycle:StageStatus",
|
|
24127
24110
|
"sagemaker:NetworkIsolation",
|
|
24128
24111
|
"sagemaker:OutputKmsKey",
|
|
24129
24112
|
"sagemaker:OwnerUserProfileArn",
|
|
@@ -25364,7 +25347,7 @@
|
|
|
25364
25347
|
"UpdateEmailIdentityPolicy",
|
|
25365
25348
|
"UpdateEmailTemplate"
|
|
25366
25349
|
],
|
|
25367
|
-
"resourceTypesCount":
|
|
25350
|
+
"resourceTypesCount": 11,
|
|
25368
25351
|
"resourceTypes": [
|
|
25369
25352
|
"configuration-set",
|
|
25370
25353
|
"contact-list",
|
|
@@ -25375,7 +25358,8 @@
|
|
|
25375
25358
|
"identity",
|
|
25376
25359
|
"import-job",
|
|
25377
25360
|
"template",
|
|
25378
|
-
"multi-region-endpoint"
|
|
25361
|
+
"multi-region-endpoint",
|
|
25362
|
+
"mailmanager-archive"
|
|
25379
25363
|
],
|
|
25380
25364
|
"conditionKeysCount": 11,
|
|
25381
25365
|
"conditionKeys": [
|
|
@@ -26046,7 +26030,7 @@
|
|
|
26046
26030
|
"name": "AWS Support",
|
|
26047
26031
|
"servicePrefix": "support",
|
|
26048
26032
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupport.html",
|
|
26049
|
-
"actionsCount":
|
|
26033
|
+
"actionsCount": 27,
|
|
26050
26034
|
"actions": [
|
|
26051
26035
|
"AddAttachmentsToSet",
|
|
26052
26036
|
"AddCommunicationToCase",
|
|
@@ -26066,13 +26050,15 @@
|
|
|
26066
26050
|
"DescribeTrustedAdvisorCheckResult",
|
|
26067
26051
|
"DescribeTrustedAdvisorCheckSummaries",
|
|
26068
26052
|
"DescribeTrustedAdvisorChecks",
|
|
26053
|
+
"GetInteraction",
|
|
26069
26054
|
"InitiateCallForCase",
|
|
26070
26055
|
"InitiateChatForCase",
|
|
26071
26056
|
"PutCaseAttributes",
|
|
26072
26057
|
"RateCaseCommunication",
|
|
26073
26058
|
"RefreshTrustedAdvisorCheck",
|
|
26074
26059
|
"ResolveCase",
|
|
26075
|
-
"SearchForCases"
|
|
26060
|
+
"SearchForCases",
|
|
26061
|
+
"StartInteraction"
|
|
26076
26062
|
],
|
|
26077
26063
|
"resourceTypesCount": 0,
|
|
26078
26064
|
"resourceTypes": [],
|
|
@@ -28072,7 +28058,7 @@
|
|
|
28072
28058
|
"name": "Amazon WorkSpaces",
|
|
28073
28059
|
"servicePrefix": "workspaces",
|
|
28074
28060
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspaces.html",
|
|
28075
|
-
"actionsCount":
|
|
28061
|
+
"actionsCount": 90,
|
|
28076
28062
|
"actions": [
|
|
28077
28063
|
"AcceptAccountLinkInvitation",
|
|
28078
28064
|
"AssociateConnectionAlias",
|
|
@@ -28136,6 +28122,7 @@
|
|
|
28136
28122
|
"ModifyAccount",
|
|
28137
28123
|
"ModifyCertificateBasedAuthProperties",
|
|
28138
28124
|
"ModifyClientProperties",
|
|
28125
|
+
"ModifyEndpointEncryptionMode",
|
|
28139
28126
|
"ModifySamlProperties",
|
|
28140
28127
|
"ModifySelfservicePermissions",
|
|
28141
28128
|
"ModifyStreamingProperties",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 10214
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
9
|
+
"value": 4956
|
|
6
10
|
},
|
|
7
11
|
{
|
|
8
12
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
13
|
+
"value": 3018
|
|
10
14
|
},
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
|
-
"value":
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 10215
|
|
17
|
+
"value": 315
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 188
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 438
|
|
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": 1890
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1058
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/dist/index.js
CHANGED
|
@@ -4,15 +4,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.reports = exports.changelog = exports.metadata = exports.iamData = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
const iam_json_1 = __importDefault(require("./data/json/iam.json"));
|
|
8
|
+
const metadata_json_1 = __importDefault(require("./data/json/metadata.json"));
|
|
9
|
+
const changelog_json_1 = __importDefault(require("./data/json/changelog.json"));
|
|
10
|
+
const reports_json_1 = __importDefault(require("./data/json/reports.json"));
|
|
11
|
+
const iamData = iam_json_1.default;
|
|
12
12
|
exports.iamData = iamData;
|
|
13
|
-
|
|
13
|
+
const metadata = metadata_json_1.default;
|
|
14
14
|
exports.metadata = metadata;
|
|
15
|
-
|
|
15
|
+
const changelog = changelog_json_1.default;
|
|
16
16
|
exports.changelog = changelog;
|
|
17
|
-
|
|
17
|
+
const reports = reports_json_1.default;
|
|
18
18
|
exports.reports = reports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.345",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"create-reports": "scripts/create_reports.sh",
|
|
17
17
|
"copy-database": "scripts/copy_database.sh",
|
|
18
18
|
"export-data": "scripts/export_data.sh",
|
|
19
|
-
"build": "rm -rf dist/ && mkdir -p src/data/json && cp data/json/*.json src/data/json && tsc
|
|
19
|
+
"build": "rm -rf dist/ && mkdir -p src/data/json && cp data/json/*.json src/data/json && tsc -build src/"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|