aws-iam-data 0.0.300 → 0.0.301
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 +61 -0
- package/dist/data/json/iam.json +1371 -188
- package/dist/data/json/metadata.json +59 -17
- package/dist/data/json/reports.json +17 -17
- package/package.json +1 -1
|
@@ -6989,7 +6989,7 @@
|
|
|
6989
6989
|
"name": "Amazon DataZone",
|
|
6990
6990
|
"servicePrefix": "datazone",
|
|
6991
6991
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
6992
|
-
"actionsCount":
|
|
6992
|
+
"actionsCount": 174,
|
|
6993
6993
|
"actions": [
|
|
6994
6994
|
"AcceptPredictions",
|
|
6995
6995
|
"AcceptSubscriptionRequest",
|
|
@@ -7021,6 +7021,7 @@
|
|
|
7021
7021
|
"CreateProject",
|
|
7022
7022
|
"CreateProjectMembership",
|
|
7023
7023
|
"CreateProjectProfile",
|
|
7024
|
+
"CreateRule",
|
|
7024
7025
|
"CreateSubscriptionGrant",
|
|
7025
7026
|
"CreateSubscriptionRequest",
|
|
7026
7027
|
"CreateSubscriptionTarget",
|
|
@@ -7045,6 +7046,7 @@
|
|
|
7045
7046
|
"DeleteProject",
|
|
7046
7047
|
"DeleteProjectMembership",
|
|
7047
7048
|
"DeleteProjectProfile",
|
|
7049
|
+
"DeleteRule",
|
|
7048
7050
|
"DeleteSubscriptionGrant",
|
|
7049
7051
|
"DeleteSubscriptionRequest",
|
|
7050
7052
|
"DeleteSubscriptionTarget",
|
|
@@ -7076,6 +7078,7 @@
|
|
|
7076
7078
|
"GetMetadataGenerationRun",
|
|
7077
7079
|
"GetProject",
|
|
7078
7080
|
"GetProjectProfile",
|
|
7081
|
+
"GetRule",
|
|
7079
7082
|
"GetSubscription",
|
|
7080
7083
|
"GetSubscriptionEligibility",
|
|
7081
7084
|
"GetSubscriptionGrant",
|
|
@@ -7108,6 +7111,7 @@
|
|
|
7108
7111
|
"ListProjectMemberships",
|
|
7109
7112
|
"ListProjectProfiles",
|
|
7110
7113
|
"ListProjects",
|
|
7114
|
+
"ListRules",
|
|
7111
7115
|
"ListSubscriptionGrants",
|
|
7112
7116
|
"ListSubscriptionRequests",
|
|
7113
7117
|
"ListSubscriptionTargets",
|
|
@@ -7129,6 +7133,7 @@
|
|
|
7129
7133
|
"Search",
|
|
7130
7134
|
"SearchGroupProfiles",
|
|
7131
7135
|
"SearchListings",
|
|
7136
|
+
"SearchRules",
|
|
7132
7137
|
"SearchTypes",
|
|
7133
7138
|
"SearchUserProfiles",
|
|
7134
7139
|
"SsoLogin",
|
|
@@ -7154,6 +7159,7 @@
|
|
|
7154
7159
|
"UpdateGroupProfile",
|
|
7155
7160
|
"UpdateProject",
|
|
7156
7161
|
"UpdateProjectProfile",
|
|
7162
|
+
"UpdateRule",
|
|
7157
7163
|
"UpdateSubscriptionGrantStatus",
|
|
7158
7164
|
"UpdateSubscriptionRequest",
|
|
7159
7165
|
"UpdateSubscriptionTarget",
|
|
@@ -12125,8 +12131,9 @@
|
|
|
12125
12131
|
"name": "AWS Glue",
|
|
12126
12132
|
"servicePrefix": "glue",
|
|
12127
12133
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
12128
|
-
"actionsCount":
|
|
12134
|
+
"actionsCount": 283,
|
|
12129
12135
|
"actions": [
|
|
12136
|
+
"AuthorizeInboundIntegration",
|
|
12130
12137
|
"BatchCreatePartition",
|
|
12131
12138
|
"BatchDeleteConnection",
|
|
12132
12139
|
"BatchDeletePartition",
|
|
@@ -12150,13 +12157,19 @@
|
|
|
12150
12157
|
"CancelStatement",
|
|
12151
12158
|
"CheckSchemaVersionValidity",
|
|
12152
12159
|
"CreateBlueprint",
|
|
12160
|
+
"CreateCatalog",
|
|
12153
12161
|
"CreateClassifier",
|
|
12162
|
+
"CreateColumnStatisticsTaskSettings",
|
|
12154
12163
|
"CreateConnection",
|
|
12155
12164
|
"CreateCrawler",
|
|
12156
12165
|
"CreateCustomEntityType",
|
|
12157
12166
|
"CreateDataQualityRuleset",
|
|
12158
12167
|
"CreateDatabase",
|
|
12159
12168
|
"CreateDevEndpoint",
|
|
12169
|
+
"CreateInboundIntegration",
|
|
12170
|
+
"CreateIntegration",
|
|
12171
|
+
"CreateIntegrationResourceProperty",
|
|
12172
|
+
"CreateIntegrationTableProperties",
|
|
12160
12173
|
"CreateJob",
|
|
12161
12174
|
"CreateMLTransform",
|
|
12162
12175
|
"CreatePartition",
|
|
@@ -12173,15 +12186,19 @@
|
|
|
12173
12186
|
"CreateUserDefinedFunction",
|
|
12174
12187
|
"CreateWorkflow",
|
|
12175
12188
|
"DeleteBlueprint",
|
|
12189
|
+
"DeleteCatalog",
|
|
12176
12190
|
"DeleteClassifier",
|
|
12177
12191
|
"DeleteColumnStatisticsForPartition",
|
|
12178
12192
|
"DeleteColumnStatisticsForTable",
|
|
12193
|
+
"DeleteColumnStatisticsTaskSettings",
|
|
12179
12194
|
"DeleteConnection",
|
|
12180
12195
|
"DeleteCrawler",
|
|
12181
12196
|
"DeleteCustomEntityType",
|
|
12182
12197
|
"DeleteDataQualityRuleset",
|
|
12183
12198
|
"DeleteDatabase",
|
|
12184
12199
|
"DeleteDevEndpoint",
|
|
12200
|
+
"DeleteIntegration",
|
|
12201
|
+
"DeleteIntegrationTableProperties",
|
|
12185
12202
|
"DeleteJob",
|
|
12186
12203
|
"DeleteMLTransform",
|
|
12187
12204
|
"DeletePartition",
|
|
@@ -12202,16 +12219,21 @@
|
|
|
12202
12219
|
"DeregisterDataPreview",
|
|
12203
12220
|
"DescribeConnectionType",
|
|
12204
12221
|
"DescribeEntity",
|
|
12222
|
+
"DescribeInboundIntegrations",
|
|
12223
|
+
"DescribeIntegrations",
|
|
12205
12224
|
"GetBlueprint",
|
|
12206
12225
|
"GetBlueprintRun",
|
|
12207
12226
|
"GetBlueprintRuns",
|
|
12227
|
+
"GetCatalog",
|
|
12208
12228
|
"GetCatalogImportStatus",
|
|
12229
|
+
"GetCatalogs",
|
|
12209
12230
|
"GetClassifier",
|
|
12210
12231
|
"GetClassifiers",
|
|
12211
12232
|
"GetColumnStatisticsForPartition",
|
|
12212
12233
|
"GetColumnStatisticsForTable",
|
|
12213
12234
|
"GetColumnStatisticsTaskRun",
|
|
12214
12235
|
"GetColumnStatisticsTaskRuns",
|
|
12236
|
+
"GetColumnStatisticsTaskSettings",
|
|
12215
12237
|
"GetCompletion",
|
|
12216
12238
|
"GetConnection",
|
|
12217
12239
|
"GetConnections",
|
|
@@ -12235,6 +12257,8 @@
|
|
|
12235
12257
|
"GetEnvironment",
|
|
12236
12258
|
"GetExecutors",
|
|
12237
12259
|
"GetExecutorsThreads",
|
|
12260
|
+
"GetIntegrationResourceProperty",
|
|
12261
|
+
"GetIntegrationTableProperties",
|
|
12238
12262
|
"GetJob",
|
|
12239
12263
|
"GetJobBookmark",
|
|
12240
12264
|
"GetJobRun",
|
|
@@ -12314,6 +12338,7 @@
|
|
|
12314
12338
|
"ListTriggers",
|
|
12315
12339
|
"ListUsageProfiles",
|
|
12316
12340
|
"ListWorkflows",
|
|
12341
|
+
"ModifyIntegration",
|
|
12317
12342
|
"NotifyEvent",
|
|
12318
12343
|
"PassConnection",
|
|
12319
12344
|
"PublishDataQuality",
|
|
@@ -12337,6 +12362,7 @@
|
|
|
12337
12362
|
"SendRecipeAction",
|
|
12338
12363
|
"StartBlueprintRun",
|
|
12339
12364
|
"StartColumnStatisticsTaskRun",
|
|
12365
|
+
"StartColumnStatisticsTaskRunSchedule",
|
|
12340
12366
|
"StartCompletion",
|
|
12341
12367
|
"StartCrawler",
|
|
12342
12368
|
"StartCrawlerSchedule",
|
|
@@ -12351,6 +12377,7 @@
|
|
|
12351
12377
|
"StartTrigger",
|
|
12352
12378
|
"StartWorkflowRun",
|
|
12353
12379
|
"StopColumnStatisticsTaskRun",
|
|
12380
|
+
"StopColumnStatisticsTaskRunSchedule",
|
|
12354
12381
|
"StopCrawler",
|
|
12355
12382
|
"StopCrawlerSchedule",
|
|
12356
12383
|
"StopSession",
|
|
@@ -12361,15 +12388,19 @@
|
|
|
12361
12388
|
"TestConnection",
|
|
12362
12389
|
"UntagResource",
|
|
12363
12390
|
"UpdateBlueprint",
|
|
12391
|
+
"UpdateCatalog",
|
|
12364
12392
|
"UpdateClassifier",
|
|
12365
12393
|
"UpdateColumnStatisticsForPartition",
|
|
12366
12394
|
"UpdateColumnStatisticsForTable",
|
|
12395
|
+
"UpdateColumnStatisticsTaskSettings",
|
|
12367
12396
|
"UpdateConnection",
|
|
12368
12397
|
"UpdateCrawler",
|
|
12369
12398
|
"UpdateCrawlerSchedule",
|
|
12370
12399
|
"UpdateDataQualityRuleset",
|
|
12371
12400
|
"UpdateDatabase",
|
|
12372
12401
|
"UpdateDevEndpoint",
|
|
12402
|
+
"UpdateIntegrationResourceProperty",
|
|
12403
|
+
"UpdateIntegrationTableProperties",
|
|
12373
12404
|
"UpdateJob",
|
|
12374
12405
|
"UpdateJobFromSourceControl",
|
|
12375
12406
|
"UpdateMLTransform",
|
|
@@ -12386,8 +12417,9 @@
|
|
|
12386
12417
|
"UseGlueStudio",
|
|
12387
12418
|
"UseMLTransforms"
|
|
12388
12419
|
],
|
|
12389
|
-
"resourceTypesCount":
|
|
12420
|
+
"resourceTypesCount": 22,
|
|
12390
12421
|
"resourceTypes": [
|
|
12422
|
+
"rootcatalog",
|
|
12391
12423
|
"catalog",
|
|
12392
12424
|
"database",
|
|
12393
12425
|
"table",
|
|
@@ -12407,14 +12439,16 @@
|
|
|
12407
12439
|
"usageProfile",
|
|
12408
12440
|
"dataQualityRuleset",
|
|
12409
12441
|
"customEntityType",
|
|
12410
|
-
"completion"
|
|
12442
|
+
"completion",
|
|
12443
|
+
"integration"
|
|
12411
12444
|
],
|
|
12412
|
-
"conditionKeysCount":
|
|
12445
|
+
"conditionKeysCount": 9,
|
|
12413
12446
|
"conditionKeys": [
|
|
12414
12447
|
"aws:RequestTag/${TagKey}",
|
|
12415
12448
|
"aws:ResourceTag/${TagKey}",
|
|
12416
12449
|
"aws:TagKeys",
|
|
12417
12450
|
"glue:CredentialIssuingService",
|
|
12451
|
+
"glue:EnabledForRedshiftAutoDiscovery",
|
|
12418
12452
|
"glue:RoleAssumedBy",
|
|
12419
12453
|
"glue:SecurityGroupIds",
|
|
12420
12454
|
"glue:SubnetIds",
|
|
@@ -12798,7 +12832,7 @@
|
|
|
12798
12832
|
"name": "AWS HealthOmics",
|
|
12799
12833
|
"servicePrefix": "omics",
|
|
12800
12834
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
|
|
12801
|
-
"actionsCount":
|
|
12835
|
+
"actionsCount": 91,
|
|
12802
12836
|
"actions": [
|
|
12803
12837
|
"AbortMultipartReadSetUpload",
|
|
12804
12838
|
"AcceptShare",
|
|
@@ -12811,6 +12845,7 @@
|
|
|
12811
12845
|
"CreateAnnotationStoreVersion",
|
|
12812
12846
|
"CreateMultipartReadSetUpload",
|
|
12813
12847
|
"CreateReferenceStore",
|
|
12848
|
+
"CreateRunCache",
|
|
12814
12849
|
"CreateRunGroup",
|
|
12815
12850
|
"CreateSequenceStore",
|
|
12816
12851
|
"CreateShare",
|
|
@@ -12821,7 +12856,9 @@
|
|
|
12821
12856
|
"DeleteReference",
|
|
12822
12857
|
"DeleteReferenceStore",
|
|
12823
12858
|
"DeleteRun",
|
|
12859
|
+
"DeleteRunCache",
|
|
12824
12860
|
"DeleteRunGroup",
|
|
12861
|
+
"DeleteS3AccessPolicy",
|
|
12825
12862
|
"DeleteSequenceStore",
|
|
12826
12863
|
"DeleteShare",
|
|
12827
12864
|
"DeleteVariantStore",
|
|
@@ -12839,8 +12876,10 @@
|
|
|
12839
12876
|
"GetReferenceMetadata",
|
|
12840
12877
|
"GetReferenceStore",
|
|
12841
12878
|
"GetRun",
|
|
12879
|
+
"GetRunCache",
|
|
12842
12880
|
"GetRunGroup",
|
|
12843
12881
|
"GetRunTask",
|
|
12882
|
+
"GetS3AccessPolicy",
|
|
12844
12883
|
"GetSequenceStore",
|
|
12845
12884
|
"GetShare",
|
|
12846
12885
|
"GetVariantImportJob",
|
|
@@ -12858,6 +12897,7 @@
|
|
|
12858
12897
|
"ListReferenceImportJobs",
|
|
12859
12898
|
"ListReferenceStores",
|
|
12860
12899
|
"ListReferences",
|
|
12900
|
+
"ListRunCaches",
|
|
12861
12901
|
"ListRunGroups",
|
|
12862
12902
|
"ListRunTasks",
|
|
12863
12903
|
"ListRuns",
|
|
@@ -12867,6 +12907,7 @@
|
|
|
12867
12907
|
"ListVariantImportJobs",
|
|
12868
12908
|
"ListVariantStores",
|
|
12869
12909
|
"ListWorkflows",
|
|
12910
|
+
"PutS3AccessPolicy",
|
|
12870
12911
|
"StartAnnotationImportJob",
|
|
12871
12912
|
"StartReadSetActivationJob",
|
|
12872
12913
|
"StartReadSetExportJob",
|
|
@@ -12878,38 +12919,34 @@
|
|
|
12878
12919
|
"UntagResource",
|
|
12879
12920
|
"UpdateAnnotationStore",
|
|
12880
12921
|
"UpdateAnnotationStoreVersion",
|
|
12922
|
+
"UpdateRunCache",
|
|
12881
12923
|
"UpdateRunGroup",
|
|
12924
|
+
"UpdateSequenceStore",
|
|
12882
12925
|
"UpdateVariantStore",
|
|
12883
12926
|
"UpdateWorkflow",
|
|
12884
12927
|
"UploadReadSetPart"
|
|
12885
12928
|
],
|
|
12886
|
-
"resourceTypesCount":
|
|
12929
|
+
"resourceTypesCount": 13,
|
|
12887
12930
|
"resourceTypes": [
|
|
12888
|
-
"AnnotationImportJob",
|
|
12889
12931
|
"AnnotationStore",
|
|
12890
12932
|
"AnnotationStoreVersion",
|
|
12891
12933
|
"readSet",
|
|
12892
12934
|
"reference",
|
|
12893
12935
|
"referenceStore",
|
|
12894
12936
|
"run",
|
|
12937
|
+
"runCache",
|
|
12895
12938
|
"runGroup",
|
|
12896
12939
|
"sequenceStore",
|
|
12897
12940
|
"TaggingResource",
|
|
12898
12941
|
"TaskResource",
|
|
12899
|
-
"VariantImportJob",
|
|
12900
12942
|
"VariantStore",
|
|
12901
12943
|
"workflow"
|
|
12902
12944
|
],
|
|
12903
|
-
"conditionKeysCount":
|
|
12945
|
+
"conditionKeysCount": 3,
|
|
12904
12946
|
"conditionKeys": [
|
|
12905
12947
|
"aws:RequestTag/${TagKey}",
|
|
12906
12948
|
"aws:ResourceTag/${TagKey}",
|
|
12907
|
-
"aws:TagKeys"
|
|
12908
|
-
"omics:AnnotationImportJobJobId",
|
|
12909
|
-
"omics:AnnotationStoreName",
|
|
12910
|
-
"omics:AnnotationStoreVersionName",
|
|
12911
|
-
"omics:VariantImportJobJobId",
|
|
12912
|
-
"omics:VariantStoreName"
|
|
12949
|
+
"aws:TagKeys"
|
|
12913
12950
|
]
|
|
12914
12951
|
},
|
|
12915
12952
|
{
|
|
@@ -24540,7 +24577,7 @@
|
|
|
24540
24577
|
"name": "AWS SQL Workbench",
|
|
24541
24578
|
"servicePrefix": "sqlworkbench",
|
|
24542
24579
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssqlworkbench.html",
|
|
24543
|
-
"actionsCount":
|
|
24580
|
+
"actionsCount": 79,
|
|
24544
24581
|
"actions": [
|
|
24545
24582
|
"AssociateConnectionWithChart",
|
|
24546
24583
|
"AssociateConnectionWithTab",
|
|
@@ -24564,6 +24601,7 @@
|
|
|
24564
24601
|
"DeleteNotebookVersion",
|
|
24565
24602
|
"DeleteQCustomContext",
|
|
24566
24603
|
"DeleteSavedQuery",
|
|
24604
|
+
"DeleteSqlGenerationContext",
|
|
24567
24605
|
"DeleteTab",
|
|
24568
24606
|
"DriverExecute",
|
|
24569
24607
|
"DuplicateNotebook",
|
|
@@ -24583,6 +24621,8 @@
|
|
|
24583
24621
|
"GetQueryExecutionHistory",
|
|
24584
24622
|
"GetSavedQuery",
|
|
24585
24623
|
"GetSchemaInference",
|
|
24624
|
+
"GetSqlGenerationContext",
|
|
24625
|
+
"GetSqlRecommendations",
|
|
24586
24626
|
"GetUserInfo",
|
|
24587
24627
|
"GetUserWorkspaceSettings",
|
|
24588
24628
|
"ImportNotebook",
|
|
@@ -24598,7 +24638,9 @@
|
|
|
24598
24638
|
"ListTabs",
|
|
24599
24639
|
"ListTaggedResources",
|
|
24600
24640
|
"ListTagsForResource",
|
|
24641
|
+
"PassAccountSettings",
|
|
24601
24642
|
"PutQCustomContext",
|
|
24643
|
+
"PutSqlGenerationContext",
|
|
24602
24644
|
"PutTab",
|
|
24603
24645
|
"PutUserWorkspaceSettings",
|
|
24604
24646
|
"RestoreNotebookVersion",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 9779
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
9
|
+
"value": 4738
|
|
6
10
|
},
|
|
7
11
|
{
|
|
8
12
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
13
|
+
"value": 2877
|
|
10
14
|
},
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
17
|
"value": 299
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 9749
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -172,6 +172,10 @@
|
|
|
172
172
|
"key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
|
|
173
173
|
"value": 81
|
|
174
174
|
},
|
|
175
|
+
{
|
|
176
|
+
"key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
|
|
177
|
+
"value": 67
|
|
178
|
+
},
|
|
175
179
|
{
|
|
176
180
|
"key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
|
|
177
181
|
"value": 66
|
|
@@ -179,10 +183,6 @@
|
|
|
179
183
|
{
|
|
180
184
|
"key": "index - arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}",
|
|
181
185
|
"value": 64
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
|
|
185
|
-
"value": 63
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"Services with least actions": [
|
|
@@ -240,6 +240,10 @@
|
|
|
240
240
|
"key": "Amazon Chime",
|
|
241
241
|
"value": 309
|
|
242
242
|
},
|
|
243
|
+
{
|
|
244
|
+
"key": "AWS Glue",
|
|
245
|
+
"value": 283
|
|
246
|
+
},
|
|
243
247
|
{
|
|
244
248
|
"key": "AWS IoT",
|
|
245
249
|
"value": 275
|
|
@@ -248,10 +252,6 @@
|
|
|
248
252
|
"key": "Amazon Connect",
|
|
249
253
|
"value": 273
|
|
250
254
|
},
|
|
251
|
-
{
|
|
252
|
-
"key": "AWS Glue",
|
|
253
|
-
"value": 258
|
|
254
|
-
},
|
|
255
255
|
{
|
|
256
256
|
"key": "Amazon QuickSight",
|
|
257
257
|
"value": 207
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
265
|
-
"value":
|
|
265
|
+
"value": 174
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "Amazon RDS",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1808
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 958
|
|
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.301",
|
|
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",
|