aws-iam-data 0.0.148 → 0.0.149
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 +112 -0
- package/dist/data/json/iam.json +649 -15
- package/dist/data/json/metadata.json +72 -15
- package/dist/data/json/reports.json +9 -9
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 404,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
]
|
|
2130
2130
|
},
|
|
2131
2131
|
{
|
|
2132
|
-
"name": "AWS Billing
|
|
2132
|
+
"name": "AWS Billing",
|
|
2133
2133
|
"servicePrefix": "billing",
|
|
2134
2134
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbilling.html",
|
|
2135
2135
|
"actionsCount": 13,
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
]
|
|
2239
2239
|
},
|
|
2240
2240
|
{
|
|
2241
|
-
"name": "AWS Billing
|
|
2241
|
+
"name": "AWS Billing Console",
|
|
2242
2242
|
"servicePrefix": "aws-portal",
|
|
2243
2243
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbillingconsole.html",
|
|
2244
2244
|
"actionsCount": 9,
|
|
@@ -3118,7 +3118,7 @@
|
|
|
3118
3118
|
"name": "AWS CloudFormation",
|
|
3119
3119
|
"servicePrefix": "cloudformation",
|
|
3120
3120
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudformation.html",
|
|
3121
|
-
"actionsCount":
|
|
3121
|
+
"actionsCount": 84,
|
|
3122
3122
|
"actions": [
|
|
3123
3123
|
"ActivateOrganizationsAccess",
|
|
3124
3124
|
"ActivateType",
|
|
@@ -3126,6 +3126,7 @@
|
|
|
3126
3126
|
"CancelUpdateStack",
|
|
3127
3127
|
"ContinueUpdateRollback",
|
|
3128
3128
|
"CreateChangeSet",
|
|
3129
|
+
"CreateGeneratedTemplate",
|
|
3129
3130
|
"CreateStack",
|
|
3130
3131
|
"CreateStackInstances",
|
|
3131
3132
|
"CreateStackSet",
|
|
@@ -3133,6 +3134,7 @@
|
|
|
3133
3134
|
"DeactivateOrganizationsAccess",
|
|
3134
3135
|
"DeactivateType",
|
|
3135
3136
|
"DeleteChangeSet",
|
|
3137
|
+
"DeleteGeneratedTemplate",
|
|
3136
3138
|
"DeleteStack",
|
|
3137
3139
|
"DeleteStackInstances",
|
|
3138
3140
|
"DeleteStackSet",
|
|
@@ -3140,8 +3142,10 @@
|
|
|
3140
3142
|
"DescribeAccountLimits",
|
|
3141
3143
|
"DescribeChangeSet",
|
|
3142
3144
|
"DescribeChangeSetHooks",
|
|
3145
|
+
"DescribeGeneratedTemplate",
|
|
3143
3146
|
"DescribeOrganizationsAccess",
|
|
3144
3147
|
"DescribePublisher",
|
|
3148
|
+
"DescribeResourceScan",
|
|
3145
3149
|
"DescribeStackDriftDetectionStatus",
|
|
3146
3150
|
"DescribeStackEvents",
|
|
3147
3151
|
"DescribeStackInstance",
|
|
@@ -3158,13 +3162,18 @@
|
|
|
3158
3162
|
"DetectStackSetDrift",
|
|
3159
3163
|
"EstimateTemplateCost",
|
|
3160
3164
|
"ExecuteChangeSet",
|
|
3165
|
+
"GetGeneratedTemplate",
|
|
3161
3166
|
"GetStackPolicy",
|
|
3162
3167
|
"GetTemplate",
|
|
3163
3168
|
"GetTemplateSummary",
|
|
3164
3169
|
"ImportStacksToStackSet",
|
|
3165
3170
|
"ListChangeSets",
|
|
3166
3171
|
"ListExports",
|
|
3172
|
+
"ListGeneratedTemplates",
|
|
3167
3173
|
"ListImports",
|
|
3174
|
+
"ListResourceScanRelatedResources",
|
|
3175
|
+
"ListResourceScanResources",
|
|
3176
|
+
"ListResourceScans",
|
|
3168
3177
|
"ListStackInstanceResourceDrifts",
|
|
3169
3178
|
"ListStackInstances",
|
|
3170
3179
|
"ListStackResources",
|
|
@@ -3184,23 +3193,27 @@
|
|
|
3184
3193
|
"SetTypeConfiguration",
|
|
3185
3194
|
"SetTypeDefaultVersion",
|
|
3186
3195
|
"SignalResource",
|
|
3196
|
+
"StartResourceScan",
|
|
3187
3197
|
"StopStackSetOperation",
|
|
3188
3198
|
"TagResource",
|
|
3189
3199
|
"TestType",
|
|
3190
3200
|
"UntagResource",
|
|
3201
|
+
"UpdateGeneratedTemplate",
|
|
3191
3202
|
"UpdateStack",
|
|
3192
3203
|
"UpdateStackInstances",
|
|
3193
3204
|
"UpdateStackSet",
|
|
3194
3205
|
"UpdateTerminationProtection",
|
|
3195
3206
|
"ValidateTemplate"
|
|
3196
3207
|
],
|
|
3197
|
-
"resourceTypesCount":
|
|
3208
|
+
"resourceTypesCount": 7,
|
|
3198
3209
|
"resourceTypes": [
|
|
3199
3210
|
"changeset",
|
|
3200
3211
|
"stack",
|
|
3201
3212
|
"stackset",
|
|
3202
3213
|
"stackset-target",
|
|
3203
|
-
"type"
|
|
3214
|
+
"type",
|
|
3215
|
+
"generatedtemplate",
|
|
3216
|
+
"resourcescan"
|
|
3204
3217
|
],
|
|
3205
3218
|
"conditionKeysCount": 10,
|
|
3206
3219
|
"conditionKeys": [
|
|
@@ -6199,7 +6212,7 @@
|
|
|
6199
6212
|
"name": "AWS Database Migration Service",
|
|
6200
6213
|
"servicePrefix": "dms",
|
|
6201
6214
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html",
|
|
6202
|
-
"actionsCount":
|
|
6215
|
+
"actionsCount": 152,
|
|
6203
6216
|
"actions": [
|
|
6204
6217
|
"AddTagsToResource",
|
|
6205
6218
|
"ApplyPendingMaintenanceAction",
|
|
@@ -6220,6 +6233,10 @@
|
|
|
6220
6233
|
"CreateReplicationInstance",
|
|
6221
6234
|
"CreateReplicationSubnetGroup",
|
|
6222
6235
|
"CreateReplicationTask",
|
|
6236
|
+
"CreateTest",
|
|
6237
|
+
"CreateTestEnvironments",
|
|
6238
|
+
"CreateTestPlan",
|
|
6239
|
+
"CreateTestRun",
|
|
6223
6240
|
"DeleteCertificate",
|
|
6224
6241
|
"DeleteConnection",
|
|
6225
6242
|
"DeleteDataMigration",
|
|
@@ -6235,6 +6252,8 @@
|
|
|
6235
6252
|
"DeleteReplicationSubnetGroup",
|
|
6236
6253
|
"DeleteReplicationTask",
|
|
6237
6254
|
"DeleteReplicationTaskAssessmentRun",
|
|
6255
|
+
"DeleteTest",
|
|
6256
|
+
"DeleteTestPlan",
|
|
6238
6257
|
"DescribeAccountAttributes",
|
|
6239
6258
|
"DescribeApplicableIndividualAssessments",
|
|
6240
6259
|
"DescribeCertificates",
|
|
@@ -6279,6 +6298,12 @@
|
|
|
6279
6298
|
"DescribeReplications",
|
|
6280
6299
|
"DescribeSchemas",
|
|
6281
6300
|
"DescribeTableStatistics",
|
|
6301
|
+
"DescribeTestEnvironments",
|
|
6302
|
+
"DescribeTestGenerationStatus",
|
|
6303
|
+
"DescribeTestPlans",
|
|
6304
|
+
"DescribeTestRunResultsSummaries",
|
|
6305
|
+
"DescribeTestRuns",
|
|
6306
|
+
"DescribeTests",
|
|
6282
6307
|
"DisassociateExtensionPack",
|
|
6283
6308
|
"ExportMetadataModelAssessment",
|
|
6284
6309
|
"GetMetadataModel",
|
|
@@ -6305,6 +6330,8 @@
|
|
|
6305
6330
|
"ModifyReplicationInstance",
|
|
6306
6331
|
"ModifyReplicationSubnetGroup",
|
|
6307
6332
|
"ModifyReplicationTask",
|
|
6333
|
+
"ModifyTest",
|
|
6334
|
+
"ModifyTestPlan",
|
|
6308
6335
|
"MoveReplicationTask",
|
|
6309
6336
|
"RebootReplicationInstance",
|
|
6310
6337
|
"RefreshSchemas",
|
|
@@ -6314,6 +6341,7 @@
|
|
|
6314
6341
|
"RunFleetAdvisorLsaAnalysis",
|
|
6315
6342
|
"StartDataMigration",
|
|
6316
6343
|
"StartExtensionPackAssociation",
|
|
6344
|
+
"StartGenerateTests",
|
|
6317
6345
|
"StartMetadataModelAssessment",
|
|
6318
6346
|
"StartMetadataModelConversion",
|
|
6319
6347
|
"StartMetadataModelExportAsScript",
|
|
@@ -6326,17 +6354,20 @@
|
|
|
6326
6354
|
"StartReplicationTaskAssessment",
|
|
6327
6355
|
"StartReplicationTaskAssessmentRun",
|
|
6328
6356
|
"StopDataMigration",
|
|
6357
|
+
"StopGenerateTests",
|
|
6329
6358
|
"StopReplication",
|
|
6330
6359
|
"StopReplicationTask",
|
|
6360
|
+
"StopTestRun",
|
|
6331
6361
|
"TestConnection",
|
|
6332
6362
|
"UpdateConversionConfiguration",
|
|
6333
6363
|
"UpdateDataProvider",
|
|
6334
6364
|
"UpdateInstanceProfile",
|
|
6335
6365
|
"UpdateMigrationProject",
|
|
6336
6366
|
"UpdateSubscriptionsToEventBridge",
|
|
6337
|
-
"UploadFileMetadataList"
|
|
6367
|
+
"UploadFileMetadataList",
|
|
6368
|
+
"ViewTestRunResults"
|
|
6338
6369
|
],
|
|
6339
|
-
"resourceTypesCount":
|
|
6370
|
+
"resourceTypesCount": 17,
|
|
6340
6371
|
"resourceTypes": [
|
|
6341
6372
|
"Certificate",
|
|
6342
6373
|
"DataProvider",
|
|
@@ -6350,9 +6381,13 @@
|
|
|
6350
6381
|
"ReplicationSubnetGroup",
|
|
6351
6382
|
"ReplicationTask",
|
|
6352
6383
|
"ReplicationTaskAssessmentRun",
|
|
6353
|
-
"ReplicationTaskIndividualAssessment"
|
|
6384
|
+
"ReplicationTaskIndividualAssessment",
|
|
6385
|
+
"TestPlan",
|
|
6386
|
+
"Test",
|
|
6387
|
+
"TestRun",
|
|
6388
|
+
"TestEnvironment"
|
|
6354
6389
|
],
|
|
6355
|
-
"conditionKeysCount":
|
|
6390
|
+
"conditionKeysCount": 19,
|
|
6356
6391
|
"conditionKeys": [
|
|
6357
6392
|
"aws:RequestTag/${TagKey}",
|
|
6358
6393
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -6368,7 +6403,11 @@
|
|
|
6368
6403
|
"dms:replication-config-tag/${TagKey}",
|
|
6369
6404
|
"dms:req-tag/${TagKey}",
|
|
6370
6405
|
"dms:subgrp-tag/${TagKey}",
|
|
6371
|
-
"dms:task-tag/${TagKey}"
|
|
6406
|
+
"dms:task-tag/${TagKey}",
|
|
6407
|
+
"dms:test-environment-tag/${TagKey}",
|
|
6408
|
+
"dms:test-plan-tag/${TagKey}",
|
|
6409
|
+
"dms:test-run-tag/${TagKey}",
|
|
6410
|
+
"dms:test-tag/${TagKey}"
|
|
6372
6411
|
]
|
|
6373
6412
|
},
|
|
6374
6413
|
{
|
|
@@ -16145,8 +16184,9 @@
|
|
|
16145
16184
|
"Entity",
|
|
16146
16185
|
"ChangeSet"
|
|
16147
16186
|
],
|
|
16148
|
-
"conditionKeysCount":
|
|
16187
|
+
"conditionKeysCount": 5,
|
|
16149
16188
|
"conditionKeys": [
|
|
16189
|
+
"aws-marketplace:Intent",
|
|
16150
16190
|
"aws:RequestTag/${TagKey}",
|
|
16151
16191
|
"aws:ResourceTag/${TagKey}",
|
|
16152
16192
|
"aws:TagKeys",
|
|
@@ -19431,7 +19471,7 @@
|
|
|
19431
19471
|
"name": "Amazon Redshift",
|
|
19432
19472
|
"servicePrefix": "redshift",
|
|
19433
19473
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshift.html",
|
|
19434
|
-
"actionsCount":
|
|
19474
|
+
"actionsCount": 151,
|
|
19435
19475
|
"actions": [
|
|
19436
19476
|
"AcceptReservedNodeExchange",
|
|
19437
19477
|
"AddPartner",
|
|
@@ -19544,6 +19584,7 @@
|
|
|
19544
19584
|
"GetResourcePolicy",
|
|
19545
19585
|
"JoinGroup",
|
|
19546
19586
|
"ListDatabases",
|
|
19587
|
+
"ListRecommendations",
|
|
19547
19588
|
"ListSavedQueries",
|
|
19548
19589
|
"ListSchemas",
|
|
19549
19590
|
"ListTables",
|
|
@@ -23540,15 +23581,31 @@
|
|
|
23540
23581
|
"aws:TagKeys"
|
|
23541
23582
|
]
|
|
23542
23583
|
},
|
|
23584
|
+
{
|
|
23585
|
+
"name": "Tag Editor",
|
|
23586
|
+
"servicePrefix": "resource-explorer",
|
|
23587
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_tageditor.html",
|
|
23588
|
+
"actionsCount": 3,
|
|
23589
|
+
"actions": [
|
|
23590
|
+
"ListResourceTypes",
|
|
23591
|
+
"ListResources",
|
|
23592
|
+
"ListTags"
|
|
23593
|
+
],
|
|
23594
|
+
"resourceTypesCount": 0,
|
|
23595
|
+
"resourceTypes": [],
|
|
23596
|
+
"conditionKeysCount": 0,
|
|
23597
|
+
"conditionKeys": []
|
|
23598
|
+
},
|
|
23543
23599
|
{
|
|
23544
23600
|
"name": "AWS Tax Settings",
|
|
23545
23601
|
"servicePrefix": "tax",
|
|
23546
23602
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstaxsettings.html",
|
|
23547
|
-
"actionsCount":
|
|
23603
|
+
"actionsCount": 13,
|
|
23548
23604
|
"actions": [
|
|
23549
23605
|
"BatchPutTaxRegistration",
|
|
23550
23606
|
"DeleteTaxRegistration",
|
|
23551
23607
|
"GetExemptions",
|
|
23608
|
+
"GetTaxInfoReportingDocument",
|
|
23552
23609
|
"GetTaxInheritance",
|
|
23553
23610
|
"GetTaxInterview",
|
|
23554
23611
|
"GetTaxRegistration",
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9059
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"key": "
|
|
9
|
-
"value":
|
|
8
|
+
"key": "Read Actions",
|
|
9
|
+
"value": 4417
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"key": "
|
|
13
|
-
"value":
|
|
12
|
+
"key": "List Actions",
|
|
13
|
+
"value": 2638
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 253
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 404
|
|
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": 1685
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 880
|
|
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.149",
|
|
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",
|