aws-iam-data 0.0.304 → 0.0.306

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "serviceCount": 428,
2
+ "serviceCount": 429,
3
3
  "services": [
4
4
  {
5
5
  "name": "AWS Account Management",
@@ -2343,6 +2343,65 @@
2343
2343
  "aws:TagKeys"
2344
2344
  ]
2345
2345
  },
2346
+ {
2347
+ "name": "AWS Billing And Cost Management Pricing Calculator",
2348
+ "servicePrefix": "bcm-pricing-calculator",
2349
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbillingandcostmanagementpricingcalculator.html",
2350
+ "actionsCount": 36,
2351
+ "actions": [
2352
+ "CreateBillEstimate",
2353
+ "CreateBillScenario",
2354
+ "CreateBillScenarioCommitmentModification",
2355
+ "CreateBillScenarioUsageModification",
2356
+ "CreateWorkloadEstimate",
2357
+ "CreateWorkloadEstimateUsage",
2358
+ "DeleteBillEstimate",
2359
+ "DeleteBillScenario",
2360
+ "DeleteBillScenarioCommitmentModification",
2361
+ "DeleteBillScenarioUsageModification",
2362
+ "DeleteWorkloadEstimate",
2363
+ "DeleteWorkloadEstimateUsage",
2364
+ "GetBillEstimate",
2365
+ "GetBillScenario",
2366
+ "GetPreferences",
2367
+ "GetWorkloadEstimate",
2368
+ "ListBillEstimateCommitments",
2369
+ "ListBillEstimateInputCommitmentModifications",
2370
+ "ListBillEstimateInputUsageModifications",
2371
+ "ListBillEstimateLineItems",
2372
+ "ListBillEstimates",
2373
+ "ListBillScenarioCommitmentModifications",
2374
+ "ListBillScenarioUsageModifications",
2375
+ "ListBillScenarios",
2376
+ "ListTagsForResource",
2377
+ "ListWorkloadEstimateUsage",
2378
+ "ListWorkloadEstimates",
2379
+ "TagResource",
2380
+ "UntagResource",
2381
+ "UpdateBillEstimate",
2382
+ "UpdateBillScenario",
2383
+ "UpdateBillScenarioCommitmentModification",
2384
+ "UpdateBillScenarioUsageModification",
2385
+ "UpdatePreferences",
2386
+ "UpdateWorkloadEstimate",
2387
+ "UpdateWorkloadEstimateUsage"
2388
+ ],
2389
+ "resourceTypesCount": 3,
2390
+ "resourceTypes": [
2391
+ "bill-estimate",
2392
+ "bill-scenario",
2393
+ "workload-estimate"
2394
+ ],
2395
+ "conditionKeysCount": 6,
2396
+ "conditionKeys": [
2397
+ "aws:RequestTag/${TagKey}",
2398
+ "aws:ResourceTag/${TagKey}",
2399
+ "aws:TagKeys",
2400
+ "bcm-pricing-calculator:bill-estimateBillEstimateId",
2401
+ "bcm-pricing-calculator:bill-scenarioBillScenarioId",
2402
+ "bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
2403
+ ]
2404
+ },
2346
2405
  {
2347
2406
  "name": "AWS Billing Conductor",
2348
2407
  "servicePrefix": "billingconductor",
@@ -6058,11 +6117,12 @@
6058
6117
  "customer-managed-view-version",
6059
6118
  "attached-file"
6060
6119
  ],
6061
- "conditionKeysCount": 12,
6120
+ "conditionKeysCount": 13,
6062
6121
  "conditionKeys": [
6063
6122
  "aws:RequestTag/${TagKey}",
6064
6123
  "aws:ResourceTag/${TagKey}",
6065
6124
  "aws:TagKeys",
6125
+ "connect:AssignmentType",
6066
6126
  "connect:AttributeType",
6067
6127
  "connect:FlowType",
6068
6128
  "connect:InstanceId",
@@ -6137,7 +6197,7 @@
6137
6197
  "name": "Amazon Connect Customer Profiles",
6138
6198
  "servicePrefix": "profile",
6139
6199
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
6140
- "actionsCount": 67,
6200
+ "actionsCount": 72,
6141
6201
  "actions": [
6142
6202
  "AddProfileKey",
6143
6203
  "BatchGetCalculatedAttributeForProfile",
@@ -6145,6 +6205,7 @@
6145
6205
  "CreateCalculatedAttributeDefinition",
6146
6206
  "CreateDomain",
6147
6207
  "CreateEventStream",
6208
+ "CreateEventTrigger",
6148
6209
  "CreateIntegrationWorkflow",
6149
6210
  "CreateProfile",
6150
6211
  "CreateSegmentDefinition",
@@ -6154,6 +6215,7 @@
6154
6215
  "DeleteCalculatedAttributeDefinition",
6155
6216
  "DeleteDomain",
6156
6217
  "DeleteEventStream",
6218
+ "DeleteEventTrigger",
6157
6219
  "DeleteIntegration",
6158
6220
  "DeleteProfile",
6159
6221
  "DeleteProfileKey",
@@ -6167,6 +6229,7 @@
6167
6229
  "GetCalculatedAttributeForProfile",
6168
6230
  "GetDomain",
6169
6231
  "GetEventStream",
6232
+ "GetEventTrigger",
6170
6233
  "GetIdentityResolutionJob",
6171
6234
  "GetIntegration",
6172
6235
  "GetMatches",
@@ -6185,6 +6248,7 @@
6185
6248
  "ListCalculatedAttributesForProfile",
6186
6249
  "ListDomains",
6187
6250
  "ListEventStreams",
6251
+ "ListEventTriggers",
6188
6252
  "ListIdentityResolutionJobs",
6189
6253
  "ListIntegrations",
6190
6254
  "ListObjectTypeAttributes",
@@ -6205,16 +6269,18 @@
6205
6269
  "UntagResource",
6206
6270
  "UpdateCalculatedAttributeDefinition",
6207
6271
  "UpdateDomain",
6272
+ "UpdateEventTrigger",
6208
6273
  "UpdateProfile"
6209
6274
  ],
6210
- "resourceTypesCount": 6,
6275
+ "resourceTypesCount": 7,
6211
6276
  "resourceTypes": [
6212
6277
  "domains",
6213
6278
  "object-types",
6214
6279
  "integrations",
6215
6280
  "event-streams",
6216
6281
  "calculated-attributes",
6217
- "segment-definitions"
6282
+ "segment-definitions",
6283
+ "event-triggers"
6218
6284
  ],
6219
6285
  "conditionKeysCount": 3,
6220
6286
  "conditionKeys": [
@@ -18397,7 +18463,7 @@
18397
18463
  "name": "AWS Network Manager",
18398
18464
  "servicePrefix": "networkmanager",
18399
18465
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsnetworkmanager.html",
18400
- "actionsCount": 85,
18466
+ "actionsCount": 88,
18401
18467
  "actions": [
18402
18468
  "AcceptAttachment",
18403
18469
  "AssociateConnectPeer",
@@ -18409,6 +18475,7 @@
18409
18475
  "CreateConnection",
18410
18476
  "CreateCoreNetwork",
18411
18477
  "CreateDevice",
18478
+ "CreateDirectConnectGatewayAttachment",
18412
18479
  "CreateGlobalNetwork",
18413
18480
  "CreateLink",
18414
18481
  "CreateSite",
@@ -18444,6 +18511,7 @@
18444
18511
  "GetCoreNetworkPolicy",
18445
18512
  "GetCustomerGatewayAssociations",
18446
18513
  "GetDevices",
18514
+ "GetDirectConnectGatewayAttachment",
18447
18515
  "GetLinkAssociations",
18448
18516
  "GetLinks",
18449
18517
  "GetNetworkResourceCounts",
@@ -18479,6 +18547,7 @@
18479
18547
  "UpdateConnection",
18480
18548
  "UpdateCoreNetwork",
18481
18549
  "UpdateDevice",
18550
+ "UpdateDirectConnectGatewayAttachment",
18482
18551
  "UpdateGlobalNetwork",
18483
18552
  "UpdateLink",
18484
18553
  "UpdateNetworkResourceMetadata",
@@ -18497,12 +18566,14 @@
18497
18566
  "connect-peer",
18498
18567
  "peering"
18499
18568
  ],
18500
- "conditionKeysCount": 10,
18569
+ "conditionKeysCount": 12,
18501
18570
  "conditionKeys": [
18502
18571
  "aws:RequestTag/${TagKey}",
18503
18572
  "aws:ResourceTag/${TagKey}",
18504
18573
  "aws:TagKeys",
18505
18574
  "networkmanager:cgwArn",
18575
+ "networkmanager:directConnectGatewayArn",
18576
+ "networkmanager:edgeLocations",
18506
18577
  "networkmanager:subnetArns",
18507
18578
  "networkmanager:tgwArn",
18508
18579
  "networkmanager:tgwConnectPeerArn",
@@ -20147,7 +20218,7 @@
20147
20218
  "name": "Amazon Q",
20148
20219
  "servicePrefix": "q",
20149
20220
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonq.html",
20150
- "actionsCount": 22,
20221
+ "actionsCount": 23,
20151
20222
  "actions": [
20152
20223
  "CreateAssignment",
20153
20224
  "CreatePlugin",
@@ -20159,6 +20230,7 @@
20159
20230
  "GetPlugin",
20160
20231
  "GetTroubleshootingResults",
20161
20232
  "ListConversations",
20233
+ "ListDashboardMetrics",
20162
20234
  "ListPluginProviders",
20163
20235
  "ListPlugins",
20164
20236
  "ListTagsForResource",
@@ -20531,7 +20603,7 @@
20531
20603
  "name": "Amazon QuickSight",
20532
20604
  "servicePrefix": "quicksight",
20533
20605
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonquicksight.html",
20534
- "actionsCount": 207,
20606
+ "actionsCount": 222,
20535
20607
  "actions": [
20536
20608
  "AccountConfigurations",
20537
20609
  "BatchCreateTopicReviewedAnswer",
@@ -20541,6 +20613,7 @@
20541
20613
  "CreateAccountSubscription",
20542
20614
  "CreateAdmin",
20543
20615
  "CreateAnalysis",
20616
+ "CreateBrand",
20544
20617
  "CreateCustomPermissions",
20545
20618
  "CreateDashboard",
20546
20619
  "CreateDataSet",
@@ -20567,6 +20640,8 @@
20567
20640
  "DeleteAccountCustomization",
20568
20641
  "DeleteAccountSubscription",
20569
20642
  "DeleteAnalysis",
20643
+ "DeleteBrand",
20644
+ "DeleteBrandAssignment",
20570
20645
  "DeleteCustomPermissions",
20571
20646
  "DeleteDashboard",
20572
20647
  "DeleteDataSet",
@@ -20591,6 +20666,7 @@
20591
20666
  "DeleteTopicRefreshSchedule",
20592
20667
  "DeleteUser",
20593
20668
  "DeleteUserByPrincipalId",
20669
+ "DeleteUserCustomPermission",
20594
20670
  "DeleteVPCConnection",
20595
20671
  "DescribeAccountCustomization",
20596
20672
  "DescribeAccountSettings",
@@ -20599,11 +20675,15 @@
20599
20675
  "DescribeAnalysisPermissions",
20600
20676
  "DescribeAssetBundleExportJob",
20601
20677
  "DescribeAssetBundleImportJob",
20678
+ "DescribeBrand",
20679
+ "DescribeBrandAssignment",
20680
+ "DescribeBrandPublishedVersion",
20602
20681
  "DescribeCustomPermissions",
20603
20682
  "DescribeDashboard",
20604
20683
  "DescribeDashboardPermissions",
20605
20684
  "DescribeDashboardSnapshotJob",
20606
20685
  "DescribeDashboardSnapshotJobResult",
20686
+ "DescribeDashboardsQAConfiguration",
20607
20687
  "DescribeDataSet",
20608
20688
  "DescribeDataSetPermissions",
20609
20689
  "DescribeDataSetRefreshProperties",
@@ -20645,6 +20725,7 @@
20645
20725
  "ListAnalyses",
20646
20726
  "ListAssetBundleExportJobs",
20647
20727
  "ListAssetBundleImportJobs",
20728
+ "ListBrands",
20648
20729
  "ListCustomPermissions",
20649
20730
  "ListCustomerManagedKeys",
20650
20731
  "ListDashboardVersions",
@@ -20692,6 +20773,7 @@
20692
20773
  "SearchDirectoryGroups",
20693
20774
  "SearchFolders",
20694
20775
  "SearchGroups",
20776
+ "SearchTopics",
20695
20777
  "SearchUsers",
20696
20778
  "SetGroupMapping",
20697
20779
  "StartAssetBundleExportJob",
@@ -20706,11 +20788,15 @@
20706
20788
  "UpdateAccountSettings",
20707
20789
  "UpdateAnalysis",
20708
20790
  "UpdateAnalysisPermissions",
20791
+ "UpdateBrand",
20792
+ "UpdateBrandAssignment",
20793
+ "UpdateBrandPublishedVersion",
20709
20794
  "UpdateCustomPermissions",
20710
20795
  "UpdateDashboard",
20711
20796
  "UpdateDashboardLinks",
20712
20797
  "UpdateDashboardPermissions",
20713
20798
  "UpdateDashboardPublishedVersion",
20799
+ "UpdateDashboardsQAConfiguration",
20714
20800
  "UpdateDataSet",
20715
20801
  "UpdateDataSetPermissions",
20716
20802
  "UpdateDataSource",
@@ -20739,9 +20825,10 @@
20739
20825
  "UpdateTopicPermissions",
20740
20826
  "UpdateTopicRefreshSchedule",
20741
20827
  "UpdateUser",
20828
+ "UpdateUserCustomPermission",
20742
20829
  "UpdateVPCConnection"
20743
20830
  ],
20744
- "resourceTypesCount": 21,
20831
+ "resourceTypesCount": 23,
20745
20832
  "resourceTypes": [
20746
20833
  "account",
20747
20834
  "user",
@@ -20763,16 +20850,20 @@
20763
20850
  "folder",
20764
20851
  "emailCustomizationTemplate",
20765
20852
  "topic",
20766
- "dashboardSnapshotJob"
20853
+ "dashboardSnapshotJob",
20854
+ "brand",
20855
+ "custompermissions"
20767
20856
  ],
20768
- "conditionKeysCount": 10,
20857
+ "conditionKeysCount": 12,
20769
20858
  "conditionKeys": [
20770
20859
  "aws:RequestTag/${TagKey}",
20771
20860
  "aws:ResourceTag/${TagKey}",
20772
20861
  "aws:TagKeys",
20862
+ "identitystore:GroupId",
20773
20863
  "quicksight:AllowedEmbeddingDomains",
20774
20864
  "quicksight:DirectoryType",
20775
20865
  "quicksight:Edition",
20866
+ "quicksight:Group",
20776
20867
  "quicksight:IamArn",
20777
20868
  "quicksight:KmsKeyArns",
20778
20869
  "quicksight:SessionName",
@@ -21293,27 +21384,30 @@
21293
21384
  "name": "Amazon Redshift Data API",
21294
21385
  "servicePrefix": "redshift-data",
21295
21386
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftdataapi.html",
21296
- "actionsCount": 10,
21387
+ "actionsCount": 11,
21297
21388
  "actions": [
21298
21389
  "BatchExecuteStatement",
21299
21390
  "CancelStatement",
21300
21391
  "DescribeStatement",
21301
21392
  "DescribeTable",
21302
21393
  "ExecuteStatement",
21394
+ "GetStagingBucketLocation",
21303
21395
  "GetStatementResult",
21304
21396
  "ListDatabases",
21305
21397
  "ListSchemas",
21306
21398
  "ListStatements",
21307
21399
  "ListTables"
21308
21400
  ],
21309
- "resourceTypesCount": 2,
21401
+ "resourceTypesCount": 3,
21310
21402
  "resourceTypes": [
21311
21403
  "cluster",
21312
- "workgroup"
21404
+ "workgroup",
21405
+ "managed-workgroup"
21313
21406
  ],
21314
- "conditionKeysCount": 3,
21407
+ "conditionKeysCount": 4,
21315
21408
  "conditionKeys": [
21316
21409
  "aws:ResourceTag/${TagKey}",
21410
+ "redshift-data:glue-catalog-arn",
21317
21411
  "redshift-data:session-owner-iam-userid",
21318
21412
  "redshift-data:statement-owner-iam-userid"
21319
21413
  ]
@@ -21322,7 +21416,7 @@
21322
21416
  "name": "Amazon Redshift Serverless",
21323
21417
  "servicePrefix": "redshift-serverless",
21324
21418
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftserverless.html",
21325
- "actionsCount": 56,
21419
+ "actionsCount": 57,
21326
21420
  "actions": [
21327
21421
  "ConvertRecoveryPointToSnapshot",
21328
21422
  "CreateCustomDomainAssociation",
@@ -21346,6 +21440,7 @@
21346
21440
  "GetCredentials",
21347
21441
  "GetCustomDomainAssociation",
21348
21442
  "GetEndpointAccess",
21443
+ "GetManagedWorkgroup",
21349
21444
  "GetNamespace",
21350
21445
  "GetRecoveryPoint",
21351
21446
  "GetResourcePolicy",
@@ -21381,20 +21476,22 @@
21381
21476
  "UpdateUsageLimit",
21382
21477
  "UpdateWorkgroup"
21383
21478
  ],
21384
- "resourceTypesCount": 5,
21479
+ "resourceTypesCount": 6,
21385
21480
  "resourceTypes": [
21386
21481
  "namespace",
21387
21482
  "snapshot",
21388
21483
  "workgroup",
21484
+ "managed-workgroup",
21389
21485
  "recoveryPoint",
21390
21486
  "endpointAccess"
21391
21487
  ],
21392
- "conditionKeysCount": 9,
21488
+ "conditionKeysCount": 10,
21393
21489
  "conditionKeys": [
21394
21490
  "aws:RequestTag/${TagKey}",
21395
21491
  "aws:ResourceTag/${TagKey}",
21396
21492
  "aws:TagKeys",
21397
21493
  "redshift-serverless:endpointAccessId",
21494
+ "redshift-serverless:managedWorkgroupName",
21398
21495
  "redshift-serverless:namespaceId",
21399
21496
  "redshift-serverless:recoveryPointId",
21400
21497
  "redshift-serverless:snapshotId",
@@ -22472,7 +22569,7 @@
22472
22569
  "accessgrantslocation",
22473
22570
  "accessgrant"
22474
22571
  ],
22475
- "conditionKeysCount": 47,
22572
+ "conditionKeysCount": 50,
22476
22573
  "conditionKeys": [
22477
22574
  "aws:RequestTag/${TagKey}",
22478
22575
  "aws:ResourceTag/${TagKey}",
@@ -22486,6 +22583,7 @@
22486
22583
  "s3:ExistingObjectTag/<key>",
22487
22584
  "s3:InventoryAccessibleOptionalFields",
22488
22585
  "s3:JobSuspendedCause",
22586
+ "s3:ObjectCreationOperation",
22489
22587
  "s3:RequestJobOperation",
22490
22588
  "s3:RequestJobPriority",
22491
22589
  "s3:RequestObjectTag/<key>",
@@ -22495,6 +22593,8 @@
22495
22593
  "s3:authType",
22496
22594
  "s3:delimiter",
22497
22595
  "s3:destinationRegion",
22596
+ "s3:if-match",
22597
+ "s3:if-none-match",
22498
22598
  "s3:isReplicationPauseRequest",
22499
22599
  "s3:locationconstraint",
22500
22600
  "s3:max-keys",
@@ -2,19 +2,19 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9828
5
+ "value": 9865
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4775
9
+ "value": 4788
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2904
13
+ "value": 2919
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 301
17
+ "value": 298
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -47,16 +47,16 @@
47
47
  "value": 68
48
48
  },
49
49
  {
50
- "key": "cleanrooms-ml:ListCollaborationConfiguredModelAlgorithmAssociations",
50
+ "key": "bcm-pricing-calculator:ListBillEstimateInputCommitmentModifications",
51
51
  "value": 67
52
52
  },
53
53
  {
54
- "key": "ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations",
54
+ "key": "cleanrooms-ml:ListCollaborationConfiguredModelAlgorithmAssociations",
55
55
  "value": 67
56
56
  },
57
57
  {
58
- "key": "license-manager-linux-subscriptions:DeregisterSubscriptionProvider",
59
- "value": 66
58
+ "key": "ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations",
59
+ "value": 67
60
60
  }
61
61
  ],
62
62
  "Longest condition key names": [
@@ -76,6 +76,10 @@
76
76
  "key": "iot:CommandExecutionParameterString/${CommandParameterName}",
77
77
  "value": 59
78
78
  },
79
+ {
80
+ "key": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
81
+ "value": 58
82
+ },
79
83
  {
80
84
  "key": "route53:ChangeResourceRecordSetsNormalizedRecordNames",
81
85
  "value": 53
@@ -95,10 +99,6 @@
95
99
  {
96
100
  "key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
97
101
  "value": 51
98
- },
99
- {
100
- "key": "amplifyuibuilder:CodegenJobResourceEnvironmentName",
101
- "value": 50
102
102
  }
103
103
  ],
104
104
  "Longest service prefixes": [
@@ -172,6 +172,10 @@
172
172
  "key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
173
173
  "value": 81
174
174
  },
175
+ {
176
+ "key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
177
+ "value": 68
178
+ },
175
179
  {
176
180
  "key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
177
181
  "value": 67
@@ -179,10 +183,6 @@
179
183
  {
180
184
  "key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
181
185
  "value": 66
182
- },
183
- {
184
- "key": "index - arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}",
185
- "value": 64
186
186
  }
187
187
  ],
188
188
  "Services with least actions": [
@@ -254,7 +254,7 @@
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
- "value": 207
257
+ "value": 222
258
258
  },
259
259
  {
260
260
  "key": "Amazon DataZone",
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 428
401
+ "value": 429
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": 1814
413
+ "value": 1822
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 965
417
+ "value": 977
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.304",
3
+ "version": "0.0.306",
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",