aws-iam-data 0.0.61 → 0.0.63
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 +50 -0
- package/dist/data/json/iam.json +571 -69
- package/dist/data/json/metadata.json +37 -13
- package/dist/data/json/reports.json +4 -4
- package/package.json +1 -1
|
@@ -2505,21 +2505,26 @@
|
|
|
2505
2505
|
"name": "AWS Clean Rooms",
|
|
2506
2506
|
"servicePrefix": "cleanrooms",
|
|
2507
2507
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscleanrooms.html",
|
|
2508
|
-
"actionsCount":
|
|
2508
|
+
"actionsCount": 45,
|
|
2509
2509
|
"actions": [
|
|
2510
|
+
"BatchGetCollaborationAnalysisTemplate",
|
|
2510
2511
|
"BatchGetSchema",
|
|
2512
|
+
"CreateAnalysisTemplate",
|
|
2511
2513
|
"CreateCollaboration",
|
|
2512
2514
|
"CreateConfiguredTable",
|
|
2513
2515
|
"CreateConfiguredTableAnalysisRule",
|
|
2514
2516
|
"CreateConfiguredTableAssociation",
|
|
2515
2517
|
"CreateMembership",
|
|
2518
|
+
"DeleteAnalysisTemplate",
|
|
2516
2519
|
"DeleteCollaboration",
|
|
2517
2520
|
"DeleteConfiguredTable",
|
|
2518
2521
|
"DeleteConfiguredTableAnalysisRule",
|
|
2519
2522
|
"DeleteConfiguredTableAssociation",
|
|
2520
2523
|
"DeleteMember",
|
|
2521
2524
|
"DeleteMembership",
|
|
2525
|
+
"GetAnalysisTemplate",
|
|
2522
2526
|
"GetCollaboration",
|
|
2527
|
+
"GetCollaborationAnalysisTemplate",
|
|
2523
2528
|
"GetConfiguredTable",
|
|
2524
2529
|
"GetConfiguredTableAnalysisRule",
|
|
2525
2530
|
"GetConfiguredTableAssociation",
|
|
@@ -2527,6 +2532,8 @@
|
|
|
2527
2532
|
"GetProtectedQuery",
|
|
2528
2533
|
"GetSchema",
|
|
2529
2534
|
"GetSchemaAnalysisRule",
|
|
2535
|
+
"ListAnalysisTemplates",
|
|
2536
|
+
"ListCollaborationAnalysisTemplates",
|
|
2530
2537
|
"ListCollaborations",
|
|
2531
2538
|
"ListConfiguredTableAssociations",
|
|
2532
2539
|
"ListConfiguredTables",
|
|
@@ -2538,6 +2545,7 @@
|
|
|
2538
2545
|
"StartProtectedQuery",
|
|
2539
2546
|
"TagResource",
|
|
2540
2547
|
"UntagResource",
|
|
2548
|
+
"UpdateAnalysisTemplate",
|
|
2541
2549
|
"UpdateCollaboration",
|
|
2542
2550
|
"UpdateConfiguredTable",
|
|
2543
2551
|
"UpdateConfiguredTableAnalysisRule",
|
|
@@ -2545,12 +2553,13 @@
|
|
|
2545
2553
|
"UpdateMembership",
|
|
2546
2554
|
"UpdateProtectedQuery"
|
|
2547
2555
|
],
|
|
2548
|
-
"resourceTypesCount":
|
|
2556
|
+
"resourceTypesCount": 5,
|
|
2549
2557
|
"resourceTypes": [
|
|
2550
|
-
"
|
|
2551
|
-
"
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2558
|
+
"analysistemplate",
|
|
2559
|
+
"collaboration",
|
|
2560
|
+
"configuredtable",
|
|
2561
|
+
"configuredtableassociation",
|
|
2562
|
+
"membership"
|
|
2554
2563
|
],
|
|
2555
2564
|
"conditionKeysCount": 3,
|
|
2556
2565
|
"conditionKeys": [
|
|
@@ -8788,7 +8797,7 @@
|
|
|
8788
8797
|
"name": "AWS Elemental MediaLive",
|
|
8789
8798
|
"servicePrefix": "medialive",
|
|
8790
8799
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalmedialive.html",
|
|
8791
|
-
"actionsCount":
|
|
8800
|
+
"actionsCount": 62,
|
|
8792
8801
|
"actions": [
|
|
8793
8802
|
"AcceptInputDeviceTransfer",
|
|
8794
8803
|
"BatchDelete",
|
|
@@ -8812,6 +8821,7 @@
|
|
|
8812
8821
|
"DeleteReservation",
|
|
8813
8822
|
"DeleteSchedule",
|
|
8814
8823
|
"DeleteTags",
|
|
8824
|
+
"DescribeAccountConfiguration",
|
|
8815
8825
|
"DescribeChannel",
|
|
8816
8826
|
"DescribeInput",
|
|
8817
8827
|
"DescribeInputDevice",
|
|
@@ -8822,6 +8832,7 @@
|
|
|
8822
8832
|
"DescribeOffering",
|
|
8823
8833
|
"DescribeReservation",
|
|
8824
8834
|
"DescribeSchedule",
|
|
8835
|
+
"DescribeThumbnails",
|
|
8825
8836
|
"ListChannels",
|
|
8826
8837
|
"ListInputDeviceTransfers",
|
|
8827
8838
|
"ListInputDevices",
|
|
@@ -8841,6 +8852,7 @@
|
|
|
8841
8852
|
"StopChannel",
|
|
8842
8853
|
"StopMultiplex",
|
|
8843
8854
|
"TransferInputDevice",
|
|
8855
|
+
"UpdateAccountConfiguration",
|
|
8844
8856
|
"UpdateChannel",
|
|
8845
8857
|
"UpdateChannelClass",
|
|
8846
8858
|
"UpdateInput",
|
|
@@ -11648,11 +11660,12 @@
|
|
|
11648
11660
|
"name": "Amazon Inspector2",
|
|
11649
11661
|
"servicePrefix": "inspector2",
|
|
11650
11662
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html",
|
|
11651
|
-
"actionsCount":
|
|
11663
|
+
"actionsCount": 46,
|
|
11652
11664
|
"actions": [
|
|
11653
11665
|
"AssociateMember",
|
|
11654
11666
|
"BatchGetAccountStatus",
|
|
11655
11667
|
"BatchGetCodeSnippet",
|
|
11668
|
+
"BatchGetFindingDetails",
|
|
11656
11669
|
"BatchGetFreeTrialInfo",
|
|
11657
11670
|
"BatchGetMemberEc2DeepInspectionStatus",
|
|
11658
11671
|
"BatchUpdateMemberEc2DeepInspectionStatus",
|
|
@@ -14374,7 +14387,7 @@
|
|
|
14374
14387
|
"name": "Amazon Lookout for Equipment",
|
|
14375
14388
|
"servicePrefix": "lookoutequipment",
|
|
14376
14389
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlookoutforequipment.html",
|
|
14377
|
-
"actionsCount":
|
|
14390
|
+
"actionsCount": 41,
|
|
14378
14391
|
"actions": [
|
|
14379
14392
|
"CreateDataset",
|
|
14380
14393
|
"CreateInferenceScheduler",
|
|
@@ -14386,12 +14399,17 @@
|
|
|
14386
14399
|
"DeleteLabel",
|
|
14387
14400
|
"DeleteLabelGroup",
|
|
14388
14401
|
"DeleteModel",
|
|
14402
|
+
"DeleteResourcePolicy",
|
|
14389
14403
|
"DescribeDataIngestionJob",
|
|
14390
14404
|
"DescribeDataset",
|
|
14391
14405
|
"DescribeInferenceScheduler",
|
|
14392
14406
|
"DescribeLabelGroup",
|
|
14393
14407
|
"DescribeModel",
|
|
14408
|
+
"DescribeModelVersion",
|
|
14409
|
+
"DescribeResourcePolicy",
|
|
14394
14410
|
"Describelabel",
|
|
14411
|
+
"ImportDataset",
|
|
14412
|
+
"ImportModelVersion",
|
|
14395
14413
|
"ListDataIngestionJobs",
|
|
14396
14414
|
"ListDatasets",
|
|
14397
14415
|
"ListInferenceEvents",
|
|
@@ -14399,21 +14417,25 @@
|
|
|
14399
14417
|
"ListInferenceSchedulers",
|
|
14400
14418
|
"ListLabelGroups",
|
|
14401
14419
|
"ListLabels",
|
|
14420
|
+
"ListModelVersions",
|
|
14402
14421
|
"ListModels",
|
|
14403
14422
|
"ListSensorStatistics",
|
|
14404
14423
|
"ListTagsForResource",
|
|
14424
|
+
"PutResourcePolicy",
|
|
14405
14425
|
"StartDataIngestionJob",
|
|
14406
14426
|
"StartInferenceScheduler",
|
|
14407
14427
|
"StopInferenceScheduler",
|
|
14408
14428
|
"TagResource",
|
|
14409
14429
|
"UntagResource",
|
|
14430
|
+
"UpdateActiveModelVersion",
|
|
14410
14431
|
"UpdateInferenceScheduler",
|
|
14411
14432
|
"UpdateLabelGroup"
|
|
14412
14433
|
],
|
|
14413
|
-
"resourceTypesCount":
|
|
14434
|
+
"resourceTypesCount": 5,
|
|
14414
14435
|
"resourceTypes": [
|
|
14415
14436
|
"dataset",
|
|
14416
14437
|
"model",
|
|
14438
|
+
"model-version",
|
|
14417
14439
|
"inference-scheduler",
|
|
14418
14440
|
"label-group"
|
|
14419
14441
|
],
|
|
@@ -14668,7 +14690,7 @@
|
|
|
14668
14690
|
"name": "AWS Mainframe Modernization Service",
|
|
14669
14691
|
"servicePrefix": "m2",
|
|
14670
14692
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmainframemodernizationservice.html",
|
|
14671
|
-
"actionsCount":
|
|
14693
|
+
"actionsCount": 33,
|
|
14672
14694
|
"actions": [
|
|
14673
14695
|
"CancelBatchJobExecution",
|
|
14674
14696
|
"CreateApplication",
|
|
@@ -14685,6 +14707,7 @@
|
|
|
14685
14707
|
"GetDataSetImportTask",
|
|
14686
14708
|
"GetDeployment",
|
|
14687
14709
|
"GetEnvironment",
|
|
14710
|
+
"GetSignedBluinsightsUrl",
|
|
14688
14711
|
"ListApplicationVersions",
|
|
14689
14712
|
"ListApplications",
|
|
14690
14713
|
"ListBatchJobDefinitions",
|
|
@@ -22867,7 +22890,7 @@
|
|
|
22867
22890
|
"name": "Amazon WorkDocs",
|
|
22868
22891
|
"servicePrefix": "workdocs",
|
|
22869
22892
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkdocs.html",
|
|
22870
|
-
"actionsCount":
|
|
22893
|
+
"actionsCount": 59,
|
|
22871
22894
|
"actions": [
|
|
22872
22895
|
"AbortDocumentVersionUpload",
|
|
22873
22896
|
"ActivateUser",
|
|
@@ -22926,7 +22949,8 @@
|
|
|
22926
22949
|
"UpdateDocumentVersion",
|
|
22927
22950
|
"UpdateFolder",
|
|
22928
22951
|
"UpdateInstanceAlias",
|
|
22929
|
-
"UpdateUser"
|
|
22952
|
+
"UpdateUser",
|
|
22953
|
+
"UpdateUserAdministrativeSettings"
|
|
22930
22954
|
],
|
|
22931
22955
|
"resourceTypesCount": 0,
|
|
22932
22956
|
"resourceTypes": [],
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 8360
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4072
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2390
|
|
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": 1545
|
|
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.63",
|
|
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",
|