aws-iam-data 0.0.265 → 0.0.267
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 +76 -0
- package/dist/data/json/iam.json +487 -399
- package/dist/data/json/metadata.json +34 -53
- package/dist/data/json/reports.json +12 -12
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 420,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -5970,14 +5970,19 @@
|
|
|
5970
5970
|
"name": "Amazon Connect Customer Profiles",
|
|
5971
5971
|
"servicePrefix": "profile",
|
|
5972
5972
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
|
|
5973
|
-
"actionsCount":
|
|
5973
|
+
"actionsCount": 67,
|
|
5974
5974
|
"actions": [
|
|
5975
5975
|
"AddProfileKey",
|
|
5976
|
+
"BatchGetCalculatedAttributeForProfile",
|
|
5977
|
+
"BatchGetProfile",
|
|
5976
5978
|
"CreateCalculatedAttributeDefinition",
|
|
5977
5979
|
"CreateDomain",
|
|
5978
5980
|
"CreateEventStream",
|
|
5979
5981
|
"CreateIntegrationWorkflow",
|
|
5980
5982
|
"CreateProfile",
|
|
5983
|
+
"CreateSegmentDefinition",
|
|
5984
|
+
"CreateSegmentEstimate",
|
|
5985
|
+
"CreateSegmentSnapshot",
|
|
5981
5986
|
"CreateSnapshot",
|
|
5982
5987
|
"DeleteCalculatedAttributeDefinition",
|
|
5983
5988
|
"DeleteDomain",
|
|
@@ -5987,6 +5992,7 @@
|
|
|
5987
5992
|
"DeleteProfileKey",
|
|
5988
5993
|
"DeleteProfileObject",
|
|
5989
5994
|
"DeleteProfileObjectType",
|
|
5995
|
+
"DeleteSegmentDefinition",
|
|
5990
5996
|
"DeleteWorkflow",
|
|
5991
5997
|
"DetectProfileObjectType",
|
|
5992
5998
|
"GetAutoMergingPreview",
|
|
@@ -5999,6 +6005,10 @@
|
|
|
5999
6005
|
"GetMatches",
|
|
6000
6006
|
"GetProfileObjectType",
|
|
6001
6007
|
"GetProfileObjectTypeTemplate",
|
|
6008
|
+
"GetSegmentDefinition",
|
|
6009
|
+
"GetSegmentEstimate",
|
|
6010
|
+
"GetSegmentMembership",
|
|
6011
|
+
"GetSegmentSnapshot",
|
|
6002
6012
|
"GetSimilarProfiles",
|
|
6003
6013
|
"GetSnapshot",
|
|
6004
6014
|
"GetWorkflow",
|
|
@@ -6010,10 +6020,13 @@
|
|
|
6010
6020
|
"ListEventStreams",
|
|
6011
6021
|
"ListIdentityResolutionJobs",
|
|
6012
6022
|
"ListIntegrations",
|
|
6023
|
+
"ListObjectTypeAttributes",
|
|
6024
|
+
"ListProfileAttributeValues",
|
|
6013
6025
|
"ListProfileObjectTypeTemplates",
|
|
6014
6026
|
"ListProfileObjectTypes",
|
|
6015
6027
|
"ListProfileObjects",
|
|
6016
6028
|
"ListRuleBasedMatches",
|
|
6029
|
+
"ListSegmentDefinitions",
|
|
6017
6030
|
"ListTagsForResource",
|
|
6018
6031
|
"ListWorkflows",
|
|
6019
6032
|
"MergeProfiles",
|
|
@@ -6027,13 +6040,14 @@
|
|
|
6027
6040
|
"UpdateDomain",
|
|
6028
6041
|
"UpdateProfile"
|
|
6029
6042
|
],
|
|
6030
|
-
"resourceTypesCount":
|
|
6043
|
+
"resourceTypesCount": 6,
|
|
6031
6044
|
"resourceTypes": [
|
|
6032
6045
|
"domains",
|
|
6033
6046
|
"object-types",
|
|
6034
6047
|
"integrations",
|
|
6035
6048
|
"event-streams",
|
|
6036
|
-
"calculated-attributes"
|
|
6049
|
+
"calculated-attributes",
|
|
6050
|
+
"segment-definitions"
|
|
6037
6051
|
],
|
|
6038
6052
|
"conditionKeysCount": 3,
|
|
6039
6053
|
"conditionKeys": [
|
|
@@ -13329,13 +13343,14 @@
|
|
|
13329
13343
|
"name": "Amazon Interactive Video Service",
|
|
13330
13344
|
"servicePrefix": "ivs",
|
|
13331
13345
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninteractivevideoservice.html",
|
|
13332
|
-
"actionsCount":
|
|
13346
|
+
"actionsCount": 68,
|
|
13333
13347
|
"actions": [
|
|
13334
13348
|
"BatchGetChannel",
|
|
13335
13349
|
"BatchGetStreamKey",
|
|
13336
13350
|
"BatchStartViewerSessionRevocation",
|
|
13337
13351
|
"CreateChannel",
|
|
13338
13352
|
"CreateEncoderConfiguration",
|
|
13353
|
+
"CreateIngestConfiguration",
|
|
13339
13354
|
"CreateParticipantToken",
|
|
13340
13355
|
"CreatePlaybackRestrictionPolicy",
|
|
13341
13356
|
"CreateRecordingConfiguration",
|
|
@@ -13344,6 +13359,7 @@
|
|
|
13344
13359
|
"CreateStreamKey",
|
|
13345
13360
|
"DeleteChannel",
|
|
13346
13361
|
"DeleteEncoderConfiguration",
|
|
13362
|
+
"DeleteIngestConfiguration",
|
|
13347
13363
|
"DeletePlaybackKeyPair",
|
|
13348
13364
|
"DeletePlaybackRestrictionPolicy",
|
|
13349
13365
|
"DeletePublicKey",
|
|
@@ -13355,6 +13371,7 @@
|
|
|
13355
13371
|
"GetChannel",
|
|
13356
13372
|
"GetComposition",
|
|
13357
13373
|
"GetEncoderConfiguration",
|
|
13374
|
+
"GetIngestConfiguration",
|
|
13358
13375
|
"GetParticipant",
|
|
13359
13376
|
"GetPlaybackKeyPair",
|
|
13360
13377
|
"GetPlaybackRestrictionPolicy",
|
|
@@ -13371,6 +13388,7 @@
|
|
|
13371
13388
|
"ListChannels",
|
|
13372
13389
|
"ListCompositions",
|
|
13373
13390
|
"ListEncoderConfigurations",
|
|
13391
|
+
"ListIngestConfigurations",
|
|
13374
13392
|
"ListParticipantEvents",
|
|
13375
13393
|
"ListParticipants",
|
|
13376
13394
|
"ListPlaybackKeyPairs",
|
|
@@ -13392,10 +13410,11 @@
|
|
|
13392
13410
|
"TagResource",
|
|
13393
13411
|
"UntagResource",
|
|
13394
13412
|
"UpdateChannel",
|
|
13413
|
+
"UpdateIngestConfiguration",
|
|
13395
13414
|
"UpdatePlaybackRestrictionPolicy",
|
|
13396
13415
|
"UpdateStage"
|
|
13397
13416
|
],
|
|
13398
|
-
"resourceTypesCount":
|
|
13417
|
+
"resourceTypesCount": 11,
|
|
13399
13418
|
"resourceTypes": [
|
|
13400
13419
|
"Channel",
|
|
13401
13420
|
"Stream-Key",
|
|
@@ -13406,7 +13425,8 @@
|
|
|
13406
13425
|
"Composition",
|
|
13407
13426
|
"Encoder-Configuration",
|
|
13408
13427
|
"Storage-Configuration",
|
|
13409
|
-
"Public-Key"
|
|
13428
|
+
"Public-Key",
|
|
13429
|
+
"Ingest-Configuration"
|
|
13410
13430
|
],
|
|
13411
13431
|
"conditionKeysCount": 3,
|
|
13412
13432
|
"conditionKeys": [
|
|
@@ -14309,48 +14329,6 @@
|
|
|
14309
14329
|
"iot:JobId"
|
|
14310
14330
|
]
|
|
14311
14331
|
},
|
|
14312
|
-
{
|
|
14313
|
-
"name": "AWS IoT RoboRunner",
|
|
14314
|
-
"servicePrefix": "iotroborunner",
|
|
14315
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotroborunner.html",
|
|
14316
|
-
"actionsCount": 20,
|
|
14317
|
-
"actions": [
|
|
14318
|
-
"CreateDestination",
|
|
14319
|
-
"CreateSite",
|
|
14320
|
-
"CreateWorker",
|
|
14321
|
-
"CreateWorkerFleet",
|
|
14322
|
-
"DeleteDestination",
|
|
14323
|
-
"DeleteSite",
|
|
14324
|
-
"DeleteWorker",
|
|
14325
|
-
"DeleteWorkerFleet",
|
|
14326
|
-
"GetDestination",
|
|
14327
|
-
"GetSite",
|
|
14328
|
-
"GetWorker",
|
|
14329
|
-
"GetWorkerFleet",
|
|
14330
|
-
"ListDestinations",
|
|
14331
|
-
"ListSites",
|
|
14332
|
-
"ListWorkerFleets",
|
|
14333
|
-
"ListWorkers",
|
|
14334
|
-
"UpdateDestination",
|
|
14335
|
-
"UpdateSite",
|
|
14336
|
-
"UpdateWorker",
|
|
14337
|
-
"UpdateWorkerFleet"
|
|
14338
|
-
],
|
|
14339
|
-
"resourceTypesCount": 4,
|
|
14340
|
-
"resourceTypes": [
|
|
14341
|
-
"DestinationResource",
|
|
14342
|
-
"SiteResource",
|
|
14343
|
-
"WorkerFleetResource",
|
|
14344
|
-
"WorkerResource"
|
|
14345
|
-
],
|
|
14346
|
-
"conditionKeysCount": 4,
|
|
14347
|
-
"conditionKeys": [
|
|
14348
|
-
"iotroborunner:DestinationResourceId",
|
|
14349
|
-
"iotroborunner:SiteResourceId",
|
|
14350
|
-
"iotroborunner:WorkerFleetResourceId",
|
|
14351
|
-
"iotroborunner:WorkerResourceId"
|
|
14352
|
-
]
|
|
14353
|
-
},
|
|
14354
14332
|
{
|
|
14355
14333
|
"name": "AWS IoT SiteWise",
|
|
14356
14334
|
"servicePrefix": "iotsitewise",
|
|
@@ -19659,7 +19637,7 @@
|
|
|
19659
19637
|
"name": "Amazon Q Business Q Apps",
|
|
19660
19638
|
"servicePrefix": "qapps",
|
|
19661
19639
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusinessqapps.html",
|
|
19662
|
-
"actionsCount":
|
|
19640
|
+
"actionsCount": 33,
|
|
19663
19641
|
"actions": [
|
|
19664
19642
|
"AssociateLibraryItemReview",
|
|
19665
19643
|
"AssociateQAppWithUser",
|
|
@@ -19690,6 +19668,7 @@
|
|
|
19690
19668
|
"TagResource",
|
|
19691
19669
|
"UntagResource",
|
|
19692
19670
|
"UpdateLibraryItem",
|
|
19671
|
+
"UpdateLibraryItemMetadata",
|
|
19693
19672
|
"UpdateQApp",
|
|
19694
19673
|
"UpdateQAppSession",
|
|
19695
19674
|
"UpdateQAppSessionMetadata"
|
|
@@ -20110,7 +20089,7 @@
|
|
|
20110
20089
|
"name": "Amazon RDS",
|
|
20111
20090
|
"servicePrefix": "rds",
|
|
20112
20091
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrds.html",
|
|
20113
|
-
"actionsCount":
|
|
20092
|
+
"actionsCount": 168,
|
|
20114
20093
|
"actions": [
|
|
20115
20094
|
"AddRoleToDBCluster",
|
|
20116
20095
|
"AddRoleToDBInstance",
|
|
@@ -20120,6 +20099,7 @@
|
|
|
20120
20099
|
"AuthorizeDBSecurityGroupIngress",
|
|
20121
20100
|
"BacktrackDBCluster",
|
|
20122
20101
|
"CancelExportTask",
|
|
20102
|
+
"CopyCustomDBEngineVersion",
|
|
20123
20103
|
"CopyDBClusterParameterGroup",
|
|
20124
20104
|
"CopyDBClusterSnapshot",
|
|
20125
20105
|
"CopyDBParameterGroup",
|
|
@@ -20193,9 +20173,9 @@
|
|
|
20193
20173
|
"DescribeDBSecurityGroups",
|
|
20194
20174
|
"DescribeDBShardGroups",
|
|
20195
20175
|
"DescribeDBSnapshotAttributes",
|
|
20176
|
+
"DescribeDBSnapshotTenantDatabases",
|
|
20196
20177
|
"DescribeDBSnapshots",
|
|
20197
20178
|
"DescribeDBSubnetGroups",
|
|
20198
|
-
"DescribeDbSnapshotTenantDatabases",
|
|
20199
20179
|
"DescribeEngineDefaultClusterParameters",
|
|
20200
20180
|
"DescribeEngineDefaultParameters",
|
|
20201
20181
|
"DescribeEventCategories",
|
|
@@ -24398,11 +24378,12 @@
|
|
|
24398
24378
|
"name": "AWS Support Plans",
|
|
24399
24379
|
"servicePrefix": "supportplans",
|
|
24400
24380
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupportplans.html",
|
|
24401
|
-
"actionsCount":
|
|
24381
|
+
"actionsCount": 5,
|
|
24402
24382
|
"actions": [
|
|
24403
24383
|
"CreateSupportPlanSchedule",
|
|
24404
24384
|
"GetSupportPlan",
|
|
24405
24385
|
"GetSupportPlanUpdateStatus",
|
|
24386
|
+
"ListSupportPlanModifiers",
|
|
24406
24387
|
"StartSupportPlanUpdate"
|
|
24407
24388
|
],
|
|
24408
24389
|
"resourceTypesCount": 0,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 9529
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
9
|
+
"value": 4628
|
|
6
10
|
},
|
|
7
11
|
{
|
|
8
12
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
13
|
+
"value": 2795
|
|
10
14
|
},
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
17
|
"value": 293
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 9532
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -181,8 +181,8 @@
|
|
|
181
181
|
"value": 64
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"key": "
|
|
185
|
-
"value":
|
|
184
|
+
"key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
|
|
185
|
+
"value": 63
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"Services with least actions": [
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon RDS",
|
|
265
|
-
"value":
|
|
265
|
+
"value": 168
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "Amazon DataZone",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 420
|
|
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": 1763
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 940
|
|
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.267",
|
|
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",
|