aws-iam-data 0.0.307 → 0.0.309
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 +71 -0
- package/dist/data/json/iam.json +1323 -20
- package/dist/data/json/metadata.json +64 -8
- package/dist/data/json/reports.json +7 -7
- package/package.json +1 -1
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
"name": "AWS Application Migration Service",
|
|
1202
1202
|
"servicePrefix": "mgn",
|
|
1203
1203
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapplicationmigrationservice.html",
|
|
1204
|
-
"actionsCount":
|
|
1204
|
+
"actionsCount": 128,
|
|
1205
1205
|
"actions": [
|
|
1206
1206
|
"ArchiveApplication",
|
|
1207
1207
|
"ArchiveWave",
|
|
@@ -1213,6 +1213,7 @@
|
|
|
1213
1213
|
"CreateApplication",
|
|
1214
1214
|
"CreateConnector",
|
|
1215
1215
|
"CreateLaunchConfigurationTemplate",
|
|
1216
|
+
"CreateNetworkMigrationDefinition",
|
|
1216
1217
|
"CreateReplicationConfigurationTemplate",
|
|
1217
1218
|
"CreateVcenterClientForMgn",
|
|
1218
1219
|
"CreateWave",
|
|
@@ -1220,6 +1221,7 @@
|
|
|
1220
1221
|
"DeleteConnector",
|
|
1221
1222
|
"DeleteJob",
|
|
1222
1223
|
"DeleteLaunchConfigurationTemplate",
|
|
1224
|
+
"DeleteNetworkMigrationDefinition",
|
|
1223
1225
|
"DeleteReplicationConfigurationTemplate",
|
|
1224
1226
|
"DeleteSourceServer",
|
|
1225
1227
|
"DeleteVcenterClient",
|
|
@@ -1244,6 +1246,8 @@
|
|
|
1244
1246
|
"GetAgentSnapshotCreditsForMgn",
|
|
1245
1247
|
"GetChannelCommandsForMgn",
|
|
1246
1248
|
"GetLaunchConfiguration",
|
|
1249
|
+
"GetNetworkMigrationDefinition",
|
|
1250
|
+
"GetNetworkMigrationMapperSegmentConstruct",
|
|
1247
1251
|
"GetReplicationConfiguration",
|
|
1248
1252
|
"GetVcenterClientCommandsForMgn",
|
|
1249
1253
|
"InitializeService",
|
|
@@ -1255,6 +1259,18 @@
|
|
|
1255
1259
|
"ListImportErrors",
|
|
1256
1260
|
"ListImports",
|
|
1257
1261
|
"ListManagedAccounts",
|
|
1262
|
+
"ListNetworkMigrationAnalyses",
|
|
1263
|
+
"ListNetworkMigrationAnalysisResults",
|
|
1264
|
+
"ListNetworkMigrationCodeGenerationSegments",
|
|
1265
|
+
"ListNetworkMigrationCodeGenerations",
|
|
1266
|
+
"ListNetworkMigrationDefinitions",
|
|
1267
|
+
"ListNetworkMigrationDeployedStacks",
|
|
1268
|
+
"ListNetworkMigrationDeployedStacksDeletions",
|
|
1269
|
+
"ListNetworkMigrationDeployments",
|
|
1270
|
+
"ListNetworkMigrationExecutions",
|
|
1271
|
+
"ListNetworkMigrationMapperSegmentConstructs",
|
|
1272
|
+
"ListNetworkMigrationMapperSegments",
|
|
1273
|
+
"ListNetworkMigrationMappings",
|
|
1258
1274
|
"ListSourceServerActions",
|
|
1259
1275
|
"ListTagsForResource",
|
|
1260
1276
|
"ListTemplateActions",
|
|
@@ -1284,6 +1300,11 @@
|
|
|
1284
1300
|
"StartCutover",
|
|
1285
1301
|
"StartExport",
|
|
1286
1302
|
"StartImport",
|
|
1303
|
+
"StartNetworkMigrationAnalysis",
|
|
1304
|
+
"StartNetworkMigrationCodeGeneration",
|
|
1305
|
+
"StartNetworkMigrationDeployedStacksDeletion",
|
|
1306
|
+
"StartNetworkMigrationDeployment",
|
|
1307
|
+
"StartNetworkMigrationMapping",
|
|
1287
1308
|
"StartReplication",
|
|
1288
1309
|
"StartTest",
|
|
1289
1310
|
"StopReplication",
|
|
@@ -1301,6 +1322,9 @@
|
|
|
1301
1322
|
"UpdateConnector",
|
|
1302
1323
|
"UpdateLaunchConfiguration",
|
|
1303
1324
|
"UpdateLaunchConfigurationTemplate",
|
|
1325
|
+
"UpdateNetworkMigrationDefinition",
|
|
1326
|
+
"UpdateNetworkMigrationMapperSegment",
|
|
1327
|
+
"UpdateNetworkMigrationMapperSegmentConstruct",
|
|
1304
1328
|
"UpdateReplicationConfiguration",
|
|
1305
1329
|
"UpdateReplicationConfigurationTemplate",
|
|
1306
1330
|
"UpdateSourceServer",
|
|
@@ -1308,7 +1332,7 @@
|
|
|
1308
1332
|
"UpdateWave",
|
|
1309
1333
|
"VerifyClientRoleForMgn"
|
|
1310
1334
|
],
|
|
1311
|
-
"resourceTypesCount":
|
|
1335
|
+
"resourceTypesCount": 11,
|
|
1312
1336
|
"resourceTypes": [
|
|
1313
1337
|
"JobResource",
|
|
1314
1338
|
"ReplicationConfigurationTemplateResource",
|
|
@@ -1319,7 +1343,8 @@
|
|
|
1319
1343
|
"WaveResource",
|
|
1320
1344
|
"ImportResource",
|
|
1321
1345
|
"ExportResource",
|
|
1322
|
-
"ConnectorResource"
|
|
1346
|
+
"ConnectorResource",
|
|
1347
|
+
"NetworkMigrationDefinitionResource"
|
|
1323
1348
|
],
|
|
1324
1349
|
"conditionKeysCount": 4,
|
|
1325
1350
|
"conditionKeys": [
|
|
@@ -5500,7 +5525,7 @@
|
|
|
5500
5525
|
"name": "Amazon Cognito User Pools",
|
|
5501
5526
|
"servicePrefix": "cognito-idp",
|
|
5502
5527
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncognitouserpools.html",
|
|
5503
|
-
"actionsCount":
|
|
5528
|
+
"actionsCount": 112,
|
|
5504
5529
|
"actions": [
|
|
5505
5530
|
"AddCustomAttributes",
|
|
5506
5531
|
"AdminAddUserToGroup",
|
|
@@ -5537,6 +5562,7 @@
|
|
|
5537
5562
|
"ConfirmSignUp",
|
|
5538
5563
|
"CreateGroup",
|
|
5539
5564
|
"CreateIdentityProvider",
|
|
5565
|
+
"CreateManagedLoginBranding",
|
|
5540
5566
|
"CreateResourceServer",
|
|
5541
5567
|
"CreateUserImportJob",
|
|
5542
5568
|
"CreateUserPool",
|
|
@@ -5544,6 +5570,7 @@
|
|
|
5544
5570
|
"CreateUserPoolDomain",
|
|
5545
5571
|
"DeleteGroup",
|
|
5546
5572
|
"DeleteIdentityProvider",
|
|
5573
|
+
"DeleteManagedLoginBranding",
|
|
5547
5574
|
"DeleteResourceServer",
|
|
5548
5575
|
"DeleteUser",
|
|
5549
5576
|
"DeleteUserAttributes",
|
|
@@ -5551,6 +5578,8 @@
|
|
|
5551
5578
|
"DeleteUserPoolClient",
|
|
5552
5579
|
"DeleteUserPoolDomain",
|
|
5553
5580
|
"DescribeIdentityProvider",
|
|
5581
|
+
"DescribeManagedLoginBranding",
|
|
5582
|
+
"DescribeManagedLoginBrandingByClient",
|
|
5554
5583
|
"DescribeResourceServer",
|
|
5555
5584
|
"DescribeRiskConfiguration",
|
|
5556
5585
|
"DescribeUserImportJob",
|
|
@@ -5602,6 +5631,7 @@
|
|
|
5602
5631
|
"UpdateDeviceStatus",
|
|
5603
5632
|
"UpdateGroup",
|
|
5604
5633
|
"UpdateIdentityProvider",
|
|
5634
|
+
"UpdateManagedLoginBranding",
|
|
5605
5635
|
"UpdateResourceServer",
|
|
5606
5636
|
"UpdateUserAttributes",
|
|
5607
5637
|
"UpdateUserPool",
|
|
@@ -8403,7 +8433,7 @@
|
|
|
8403
8433
|
"name": "Amazon EC2",
|
|
8404
8434
|
"servicePrefix": "ec2",
|
|
8405
8435
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
|
|
8406
|
-
"actionsCount":
|
|
8436
|
+
"actionsCount": 673,
|
|
8407
8437
|
"actions": [
|
|
8408
8438
|
"AcceptAddressTransfer",
|
|
8409
8439
|
"AcceptCapacityReservationBillingOwnership",
|
|
@@ -8454,6 +8484,7 @@
|
|
|
8454
8484
|
"CancelCapacityReservation",
|
|
8455
8485
|
"CancelCapacityReservationFleets",
|
|
8456
8486
|
"CancelConversionTask",
|
|
8487
|
+
"CancelDeclarativePoliciesReport",
|
|
8457
8488
|
"CancelExportTask",
|
|
8458
8489
|
"CancelImageLaunchPermission",
|
|
8459
8490
|
"CancelImportTask",
|
|
@@ -8543,6 +8574,7 @@
|
|
|
8543
8574
|
"CreateVerifiedAccessTrustProvider",
|
|
8544
8575
|
"CreateVolume",
|
|
8545
8576
|
"CreateVpc",
|
|
8577
|
+
"CreateVpcBlockPublicAccessExclusion",
|
|
8546
8578
|
"CreateVpcEndpoint",
|
|
8547
8579
|
"CreateVpcEndpointConnectionNotification",
|
|
8548
8580
|
"CreateVpcEndpointServiceConfiguration",
|
|
@@ -8621,6 +8653,7 @@
|
|
|
8621
8653
|
"DeleteVerifiedAccessTrustProvider",
|
|
8622
8654
|
"DeleteVolume",
|
|
8623
8655
|
"DeleteVpc",
|
|
8656
|
+
"DeleteVpcBlockPublicAccessExclusion",
|
|
8624
8657
|
"DeleteVpcEndpointConnectionNotifications",
|
|
8625
8658
|
"DeleteVpcEndpointServiceConfigurations",
|
|
8626
8659
|
"DeleteVpcEndpoints",
|
|
@@ -8645,6 +8678,8 @@
|
|
|
8645
8678
|
"DescribeAwsNetworkPerformanceMetricSubscriptions",
|
|
8646
8679
|
"DescribeBundleTasks",
|
|
8647
8680
|
"DescribeByoipCidrs",
|
|
8681
|
+
"DescribeCapacityBlockExtensionHistory",
|
|
8682
|
+
"DescribeCapacityBlockExtensionOfferings",
|
|
8648
8683
|
"DescribeCapacityBlockOfferings",
|
|
8649
8684
|
"DescribeCapacityReservationBillingRequests",
|
|
8650
8685
|
"DescribeCapacityReservationFleets",
|
|
@@ -8659,6 +8694,7 @@
|
|
|
8659
8694
|
"DescribeCoipPools",
|
|
8660
8695
|
"DescribeConversionTasks",
|
|
8661
8696
|
"DescribeCustomerGateways",
|
|
8697
|
+
"DescribeDeclarativePoliciesReports",
|
|
8662
8698
|
"DescribeDhcpOptions",
|
|
8663
8699
|
"DescribeEgressOnlyInternetGateways",
|
|
8664
8700
|
"DescribeElasticGpus",
|
|
@@ -8781,8 +8817,11 @@
|
|
|
8781
8817
|
"DescribeVolumes",
|
|
8782
8818
|
"DescribeVolumesModifications",
|
|
8783
8819
|
"DescribeVpcAttribute",
|
|
8820
|
+
"DescribeVpcBlockPublicAccessExclusions",
|
|
8821
|
+
"DescribeVpcBlockPublicAccessOptions",
|
|
8784
8822
|
"DescribeVpcClassicLink",
|
|
8785
8823
|
"DescribeVpcClassicLinkDnsSupport",
|
|
8824
|
+
"DescribeVpcEndpointAssociations",
|
|
8786
8825
|
"DescribeVpcEndpointConnectionNotifications",
|
|
8787
8826
|
"DescribeVpcEndpointConnections",
|
|
8788
8827
|
"DescribeVpcEndpointServiceConfigurations",
|
|
@@ -8800,6 +8839,7 @@
|
|
|
8800
8839
|
"DetachVolume",
|
|
8801
8840
|
"DetachVpnGateway",
|
|
8802
8841
|
"DisableAddressTransfer",
|
|
8842
|
+
"DisableAllowedImagesSettings",
|
|
8803
8843
|
"DisableAwsNetworkPerformanceMetricSubscription",
|
|
8804
8844
|
"DisableEbsEncryptionByDefault",
|
|
8805
8845
|
"DisableFastLaunch",
|
|
@@ -8834,6 +8874,7 @@
|
|
|
8834
8874
|
"DisassociateVerifiedAccessInstanceWebAcl",
|
|
8835
8875
|
"DisassociateVpcCidrBlock",
|
|
8836
8876
|
"EnableAddressTransfer",
|
|
8877
|
+
"EnableAllowedImagesSettings",
|
|
8837
8878
|
"EnableAwsNetworkPerformanceMetricSubscription",
|
|
8838
8879
|
"EnableEbsEncryptionByDefault",
|
|
8839
8880
|
"EnableFastLaunch",
|
|
@@ -8855,6 +8896,8 @@
|
|
|
8855
8896
|
"ExportClientVpnClientConfiguration",
|
|
8856
8897
|
"ExportImage",
|
|
8857
8898
|
"ExportTransitGatewayRoutes",
|
|
8899
|
+
"ExportVerifiedAccessInstanceClientConfiguration",
|
|
8900
|
+
"GetAllowedImagesSettings",
|
|
8858
8901
|
"GetAssociatedEnclaveCertificateIamRoles",
|
|
8859
8902
|
"GetAssociatedIpv6PoolCidrs",
|
|
8860
8903
|
"GetAwsNetworkPerformanceData",
|
|
@@ -8862,6 +8905,7 @@
|
|
|
8862
8905
|
"GetCoipPoolUsage",
|
|
8863
8906
|
"GetConsoleOutput",
|
|
8864
8907
|
"GetConsoleScreenshot",
|
|
8908
|
+
"GetDeclarativePoliciesReportSummary",
|
|
8865
8909
|
"GetDefaultCreditSpecification",
|
|
8866
8910
|
"GetEbsDefaultKmsKeyId",
|
|
8867
8911
|
"GetEbsEncryptionByDefault",
|
|
@@ -8901,6 +8945,7 @@
|
|
|
8901
8945
|
"GetTransitGatewayRouteTableAssociations",
|
|
8902
8946
|
"GetTransitGatewayRouteTablePropagations",
|
|
8903
8947
|
"GetVerifiedAccessEndpointPolicy",
|
|
8948
|
+
"GetVerifiedAccessEndpointTargets",
|
|
8904
8949
|
"GetVerifiedAccessGroupPolicy",
|
|
8905
8950
|
"GetVerifiedAccessInstanceWebAcl",
|
|
8906
8951
|
"GetVpnConnectionDeviceSampleConfiguration",
|
|
@@ -8972,6 +9017,8 @@
|
|
|
8972
9017
|
"ModifyVolume",
|
|
8973
9018
|
"ModifyVolumeAttribute",
|
|
8974
9019
|
"ModifyVpcAttribute",
|
|
9020
|
+
"ModifyVpcBlockPublicAccessExclusion",
|
|
9021
|
+
"ModifyVpcBlockPublicAccessOptions",
|
|
8975
9022
|
"ModifyVpcEndpoint",
|
|
8976
9023
|
"ModifyVpcEndpointConnectionNotification",
|
|
8977
9024
|
"ModifyVpcEndpointServiceConfiguration",
|
|
@@ -8993,6 +9040,7 @@
|
|
|
8993
9040
|
"ProvisionIpamPoolCidr",
|
|
8994
9041
|
"ProvisionPublicIpv4PoolCidr",
|
|
8995
9042
|
"PurchaseCapacityBlock",
|
|
9043
|
+
"PurchaseCapacityBlockExtension",
|
|
8996
9044
|
"PurchaseHostReservation",
|
|
8997
9045
|
"PurchaseReservedInstancesOffering",
|
|
8998
9046
|
"PurchaseScheduledInstances",
|
|
@@ -9012,6 +9060,7 @@
|
|
|
9012
9060
|
"ReleaseHosts",
|
|
9013
9061
|
"ReleaseIpamPoolAllocation",
|
|
9014
9062
|
"ReplaceIamInstanceProfileAssociation",
|
|
9063
|
+
"ReplaceImageCriteriaInAllowedImagesSettings",
|
|
9015
9064
|
"ReplaceNetworkAclAssociation",
|
|
9016
9065
|
"ReplaceNetworkAclEntry",
|
|
9017
9066
|
"ReplaceRoute",
|
|
@@ -9043,6 +9092,7 @@
|
|
|
9043
9092
|
"SearchTransitGatewayRoutes",
|
|
9044
9093
|
"SendDiagnosticInterrupt",
|
|
9045
9094
|
"SendSpotInstanceInterruptions",
|
|
9095
|
+
"StartDeclarativePoliciesReport",
|
|
9046
9096
|
"StartInstances",
|
|
9047
9097
|
"StartNetworkInsightsAccessScopeAnalysis",
|
|
9048
9098
|
"StartNetworkInsightsAnalysis",
|
|
@@ -9059,7 +9109,7 @@
|
|
|
9059
9109
|
"UpdateSecurityGroupRuleDescriptionsIngress",
|
|
9060
9110
|
"WithdrawByoipCidr"
|
|
9061
9111
|
],
|
|
9062
|
-
"resourceTypesCount":
|
|
9112
|
+
"resourceTypesCount": 93,
|
|
9063
9113
|
"resourceTypes": [
|
|
9064
9114
|
"elastic-ip",
|
|
9065
9115
|
"capacity-reservation-fleet",
|
|
@@ -9068,6 +9118,7 @@
|
|
|
9068
9118
|
"certificate",
|
|
9069
9119
|
"client-vpn-endpoint",
|
|
9070
9120
|
"customer-gateway",
|
|
9121
|
+
"declarative-policies-report",
|
|
9071
9122
|
"dedicated-host",
|
|
9072
9123
|
"dhcp-options",
|
|
9073
9124
|
"egress-only-internet-gateway",
|
|
@@ -9136,11 +9187,13 @@
|
|
|
9136
9187
|
"transit-gateway-route-table-announcement",
|
|
9137
9188
|
"transit-gateway-route-table",
|
|
9138
9189
|
"verified-access-endpoint",
|
|
9190
|
+
"verified-access-endpoint-target",
|
|
9139
9191
|
"verified-access-group",
|
|
9140
9192
|
"verified-access-instance",
|
|
9141
9193
|
"verified-access-policy",
|
|
9142
9194
|
"verified-access-trust-provider",
|
|
9143
9195
|
"volume",
|
|
9196
|
+
"vpc-block-public-access-exclusion",
|
|
9144
9197
|
"vpc-endpoint-connection",
|
|
9145
9198
|
"vpc-endpoint",
|
|
9146
9199
|
"vpc-endpoint-service",
|
|
@@ -9152,7 +9205,7 @@
|
|
|
9152
9205
|
"vpn-connection",
|
|
9153
9206
|
"vpn-gateway"
|
|
9154
9207
|
],
|
|
9155
|
-
"conditionKeysCount":
|
|
9208
|
+
"conditionKeysCount": 132,
|
|
9156
9209
|
"conditionKeys": [
|
|
9157
9210
|
"aws:RequestTag/${TagKey}",
|
|
9158
9211
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -9282,7 +9335,10 @@
|
|
|
9282
9335
|
"ec2:transitGatewayMulticastDomainId",
|
|
9283
9336
|
"ec2:transitGatewayPolicyTableId",
|
|
9284
9337
|
"ec2:transitGatewayRouteTableAnnouncementId",
|
|
9285
|
-
"ec2:transitGatewayRouteTableId"
|
|
9338
|
+
"ec2:transitGatewayRouteTableId",
|
|
9339
|
+
"ec2:vpceMultiRegion",
|
|
9340
|
+
"ec2:vpceServiceRegion",
|
|
9341
|
+
"ec2:vpceSupportedRegion"
|
|
9286
9342
|
]
|
|
9287
9343
|
},
|
|
9288
9344
|
{
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4890
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2976
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 10054
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
165
|
-
"value":
|
|
165
|
+
"value": 87
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"Services with most actions": [
|
|
231
231
|
{
|
|
232
232
|
"key": "Amazon EC2",
|
|
233
|
-
"value":
|
|
233
|
+
"value": 673
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1859
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 991
|
|
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.309",
|
|
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",
|